.footer {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}
.footer a {
  text-decoration: none;
}
.footer .logoBox {
  padding: 30px 15px 0px;
}
@media (min-width: 768px) {
  .footer .logoBox {
    padding: 30px 30px 0px;
  }
}
@media (min-width: 1170px) {
  .footer .logoBox {
    display: none;
  }
}
.footer .logoBox .left {
  float: left;
}
.footer .logoBox .left img {
  height: 20px;
}
.footer .logoBox .right {
  float: right;
}
.footer .logoBox .right img {
  height: 31px;
}
.footer .logoBox:after {
  content: "";
  display: table;
  clear: both;
}
.footer .linkBox {
  line-height: 0px;
  padding: 30px 15px;
}
.footer .linkBox:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .footer .linkBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.footer .linkBox .left {
  float: left;
  margin-right: 30px;
}
.footer .linkBox .left img {
  width: 208px;
  margin-right: 80px;
}
.footer .linkBox .right {
  float: left;
}
.footer .linkBox .subscribe {
  clear: both;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .footer .linkBox .subscribe {
    clear: none;
    padding-top: 0px;
    float: right;
    width: 40%;
  }
}
.footer .linkBox .subscribe form {
  position: relative;
}
.footer .linkBox .subscribe form input {
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #FFF;
  padding: 5px 0 10px;
  padding-right: 90px;
  background: transparent;
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 10px;
}
.footer .linkBox .subscribe form input:placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .linkBox .subscribe form a.scButton {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 85px;
  color: #FFFFFF;
  text-align: center;
}
.footer .linkBox span {
  text-transform: uppercase;
  display: block;
  font-family: Roboto;
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1.83px;
  line-height: 22px;
}
.footer .linkBox a {
  text-transform: uppercase;
  display: block;
  font-family: Roboto;
  font-weight: 700;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1.83px;
  text-align: left;
  line-height: 20px;
}
.footer .contract {
  padding: 0 15px;
  font-family: Roboto;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: left;
  line-height: 22px;
}
@media (min-width: 768px) {
  .footer .contract {
    padding: 0 30px 30px;
  }
}
.footer .contract span {
  display: block;
  font-family: Roboto;
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1.83px;
  line-height: 22px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer .contract span {
    display: inline-block;
  }
}
.footer .contract a {
  font-family: Roboto;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: left;
  line-height: 22px;
}
.footer .divider {
  height: 1px;
  background-image: linear-gradient(-90deg, #FECF00 0%, #F71E33 100%);
}
.footer .divider.fat {
  height: 10px;
}
.footer .bottom {
  padding: 0 0px;
}
.footer .bottom .left {
  text-align: center;
  display: block;
  font-family: Roboto;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 50px;
  float: none;
}
@media (min-width: 768px) {
  .footer .bottom .left {
    float: left;
    padding-left: 30px;
    text-align: left;
  }
}
.footer .bottom .right {
  text-align: center;
}
@media (min-width: 768px) {
  .footer .bottom .right {
    float: right;
    text-align: inherit;
    padding-right: 30px;
  }
}
.footer .bottom .right a {
  position: relative;
  font-family: Roboto;
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1.83px;
  text-align: right;
  line-height: 50px;
  text-transform: uppercase;
}
.footer .bottom .right a i {
  font-size: 30px;
  position: relative;
  top: 10px;
}
.footer .bottom:after {
  content: "";
  display: table;
  clear: both;
}
.footer .footerSocial {
  text-align: center;
  height: 60px;
  overflow: hidden;
  padding: 15px 0px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.15);
}
.footer .footerSocial a {
  display: inline-block;
  height: 30px;
  margin: 0 6px;
  overflow: hidden;
  color: #FFF;
}
.footer .footerSocial a:first-child {
  margin-left: 0px;
}
.footer .footerSocial a:last-child {
  margin-right: 0px;
}
.footer .footerSocial i {
  font-size: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .footer .footerSocial {
    height: 70px;
    padding: 15px 0px;
  }
  .footer .footerSocial a {
    height: 40px;
    margin: 0 15px;
  }
  .footer .footerSocial i {
    font-size: 40px;
    line-height: 40px;
  }
}

/*# sourceMappingURL=include_footer.css.map */
