button, input, option, select, textarea {
    font-family: Frutiger Neue For Post;
}
.footer__section--top,
.hs-form-field, .hs-richtext,
.legal-consent-container p {
    font-size: 18px;
}
.footer h4 {
    font-size: 1.37rem;
}
.form--btn-large .hs-button {
    padding: 1rem 1.56rem;
}
.footer.footer--11 .footer__section--top .footer__center > .row-fluid-wrapper > .row-fluid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer.footer--11 .footer-columns > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-flow: wrap;
}

@media (max-width: 1139px) {
  .footer.footer--11 .footer-contact.span4,
  .footer.footer--11 .footer-columns.span8 {
    width: 100%;
 }
.footer.footer--11 .footer-contact {
  text-align: center;  
 }
 .footer__about .widget-type-rich_text {
   margin: auto;
}
.social-follow {
  justify-content: center;
 }  
}
@media (max-width: 767px) {
.footer.footer--11 .footer-columns > .row-fluid-wrapper > .row-fluid .span4 {
    width: 49%;
    margin-left: 1%; 
    margin-bottom: 30px;
}
.footer.footer--11 .footer-columns > .row-fluid-wrapper > .row-fluid .span4:nth-child(odd) {
    margin-left: 0;
    padding: 0 12px 0 0;
}
.footer.footer--11 .footer-columns>.row-fluid-wrapper>.row-fluid .span4:nth-child(even) {
    padding: 0 0 0 12px;
}
.txt-center-mobile {
  text-align: center;  
} 
}

.footer-wrapper {
  background: #f4f3f1;
}

.footer.footer--11 input.hs-button.primary.large {
  min-width: auto;
  background: #666;
  line-height: inherit;
}
.footer.footer--11 input[type="text"], .footer.footer--11 input[type="email"], .footer.footer--11 select.hs-input {
    background-color: #fff;
    border: 1px solid #cececc;
    border-radius: 999px;
    box-shadow: 0 8px 16px rgb(34 35 38 / 5%), 0 4px 8px rgb(34 35 38 / 5%);
    color: #222326;
    display: block;
    font-family: Frutiger Neue For Post;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56;
    padding: 1rem;
    width: 100%!important;
    height: auto;
}
.footer.footer--11 .hs-input:hover,
.footer.footer--11 .hs-input[type=checkbox]:hover,
.footer.footer--11 .hs-input[type=radio]:hover {
    box-shadow: 0 0 0 8px rgb(227 230 236 / 40%);
}
.form--btn-large .hs-button,
.col-nav__title {
    font-size: 18px;
}
.footer.footer--11 .hs-input.error {
    border-color: #666;
    box-shadow: 0 0 0 4px rgb(82 36 98 / 20%), inset 0 0 0 1px #666;
}
.footer.footer--11 .hs-form-field>label {
    color: #222326;
}
.footer.footer--11 ul.hs-error-msgs > li > label {
    display: inline-block;
    font-size: .89rem;
}
.footer.footer--11 ul li {
  padding: 0;
  line-height: 2.1;
}

.footer.footer--11 ul li label input[type="checkbox"],
.footer.footer--11 ul li label input[type="radio"] {
  opacity: 1;
  display: inline-block !important;
}
.footer.footer--11 ul li label input[type="checkbox"] + span:before,
.footer.footer--11 ul li label input[type="radio"] + span:before {
  display: none;
}
.footer.footer--11 .submitted-message {
  text-align: left;
}
.footer__about {
  padding-bottom: 25px;
}
.footer__about .widget-type-rich_text {
  width: 320px;
}
.social-follow {
  margin-bottom: 37px;
}
.col-nav__title {
  margin-bottom: 1.11rem;
}
.col-nav__title a {
  color: inherit;
  font-size: 18px;
}
.footer-columns ul li a {
  font-size: 0.9rem;
}
.footer-columns ul li a:hover,
.col-nav__title a:hover {
  text-decoration: underline;
}
.footer__legal {
  padding-bottom: 96px;
}

{# Style for Privacy Text in Form #}
.footer.footer--11 .legal-consent-container,
.footer.footer--11 .legal-consent-container :is(p,span) {
    font-size: 12px;
    margin-left: 0!important;
}
.footer.footer--11 .hs-richtext {
    position: static;
    text-align: left;
}
.footer.footer--11 .legal-consent-container .hs-error-msgs label {
    color: #fff;
}