.footer {
  background: #181e24;
  padding: 84px 90px 64px;
  text-align: left;
}

.footer .footer-element-title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #857777;
  margin-bottom: 20px;
}

.footer .footer-main-row {
  margin-bottom: 100px;
}

.footer .footer-main-row .footer-link-list {
  margin-bottom: 0;
  padding: 0px;
}

.footer .footer-main-row .footer-link-list li {
  list-style: none;
  margin: 0;
  padding-right: 5px;
}

.footer .footer-main-row .footer-link-list li::before {
  display: none;
}

.footer .footer-main-row .footer-link-list li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.footer .footer-main-row .footer-link-list.social {
  display: flex;
}

.footer .footer-main-row .subscribe-block .form-small-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #aaaaaa;
}

.footer .footer-main-row .subscribe-block .form-one-row {
  display: flex;
}

.footer .footer-main-row .subscribe-block .form-one-row input[type='text'] {
  width: 100%;
  padding-left: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #4b4b4b;
}

.footer .footer-main-row .subscribe-block .form-one-row button {
  background: #f7971d;
  height: 48px;
  width: 48px;
  border: none;
}

.footer .footer-main-row .subscribe-block .form-one-row button svg {
  width: 17px;
  vertical-align: bottom;
}

.footer .footer-copyright-row {
  border-top: 1px solid rgba(133, 119, 119, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 45px;
}

.footer .footer-copyright-row .footer-info-links {
  display: flex;
}

.footer .footer-copyright-row .footer-info-links .info-link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.footer .footer-copyright-row .footer-info-links .info-link:after {
  content: '/';
  margin: 0 10px;
}

.footer .footer-copyright-row .footer-info-links .info-link:last-child:after {
  display: none;
}

.footer .footer-copyright-row .footer-copyright-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #aaaaaa;
  margin-bottom: 0;
}

/* Mobile specific styles */
.mobile-footer {
  padding: 65px 30px;
  border-bottom: solid 4px #f7971d;
}

.mobile-footer .footer-main-row {
  margin: 0px;
}

.mobile-footer .footer-main-row div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mobile-footer .footer-main-row div p.has-dropdown ~ ul {
  display: none;
}

.mobile-footer .footer-main-row div p.has-dropdown.active ~ ul {
  display: block;
}

.mobile-footer .footer-main-row .footer-link-list li {
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0px;
}

.mobile-footer .footer-main-row div p.has-dropdown {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0px;
  border-bottom: solid 1px;
}

.mobile-footer .footer-main-row div p.has-dropdown:after {
  content: '';
  border: solid #f7971d;
  border-width: 0 0.2em 0.2em 0;
  display: inline-block;
  padding: 0.2em;
  margin: 0 0.5em;
  right: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.mobile-footer .footer-main-row div.social-row {
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0px;
  border-bottom: solid 1px;
}

.mobile-footer .footer-main-row div:last-child {
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0px;
}

/* Site design width */
@media only screen and (max-width: 1280px) {
  .content-container {
    margin: 0px 30px;
    width: calc(100% - 60px);
  }
}

/* Max-header width */
@media only screen and (max-width: 1180px) {
}

/* Large Tablet */
@media only screen and (max-width: 920px) {
}

/* Tablet */
@media only screen and (max-width: 768px) {
  .footer.desktop-only {
    display: none;
  }

  .footer.mobile-only {
    display: block;
  }
}

/* Mobile */
@media only screen and (max-width: 640px) {
  .footer .footer-copyright-row {
    display: block;
  }

  .footer .footer-copyright-row .footer-copyright-text {
    text-align: center;
    margin: 15px 0px;
  }

  .footer .footer-copyright-row .footer-info-links {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
  }

  .footer .footer-copyright-row .footer-info-links .info-link:after {
    display: none;
  }

  .footer .footer-copyright-row .footer-info-links .info-link {
    margin: 10px;
  }
}

.ceros-wrp iframe {
  height: 675px !important;
  overflow: hidden;
}
@media (max-width: 980px) {
  .ceros-wrp iframe {
    height: 100% !important;
  }
}

footer #cmApp_signupContainer {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

footer #cmApp_signupContainer form {
  display: flex;
  align-items: flex-end;
}

footer #cmApp_signupContainer form #cmApp_errorAll {
  position: absolute;
  bottom: -28px;
}

footer #cmApp_signupContainer #cmApp_signupForm > div {
  padding: 0;
  margin: 0;
}

footer #cmApp_signupContainer .cmApp_fieldWrap {
  width: 100%;
}

footer #cmApp_signupEmail {
  width: 100%;
  padding-left: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: rgb(75, 75, 75);
  height: 48px;
}

footer #cmApp_signupContainer .cmApp_formSubmitButton {
  border-radius: 0;
  border: 0;
  height: 48px;
  width: 48px;
  font-size: 24px;
  line-height: 20px;
}
