footer {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #F9F9F9;
  border-top: 6px solid #317FCB;
}

@media screen and (max-width: 767.98px) {
  footer .col-md-6.col-lg-3:not(:last-child) {
    margin-bottom: 24px;
  }
}

footer .row .rich-text {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 48px;
}

@media screen and (max-width: 767.98px) {
  footer .row > [class^="col"] .component.adaptive-image {
    text-align: center;
    margin-bottom: 48px;
  }
}

footer .row > [class^="col"]:last-child .component.sitecore-form {
  width: 100%;
}

footer .row > [class^="col"]:last-child .component.sitecore-form .form-title {
  margin-bottom: 8px;
  display: block;
}

footer .row > [class^="col"]:last-child .component.sitecore-form input[type="email"] {
  width: 100%;
  border: 1px solid #E7E9EB;
  padding: 4px 16px;
  margin-bottom: 16px;
}

footer .row > [class^="col"]:last-child .component.sitecore-form input[type="email"]::-webkit-input-placeholder {
  color: #434B52;
  font-style: normal;
  font-weight: 600;
}

footer .row > [class^="col"]:last-child .component.sitecore-form input[type="email"]:-ms-input-placeholder {
  color: #434B52;
  font-style: normal;
  font-weight: 600;
}

footer .row > [class^="col"]:last-child .component.sitecore-form input[type="email"]::placeholder {
  color: #434B52;
  font-style: normal;
  font-weight: 600;
}

footer .row > [class^="col"] .component.link-list ul li a {
  font-weight: 600;
}

footer .row > [class^="col"] .component.link-list ul li a:not(:hover) {
  color: #434B52;
}

footer .row > [class^="col"] .component.link-list ul li a#ot-sdk-btn.ot-sdk-show-settings {
  color: #434B52;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

footer .row > [class^="col"] .component.link-list ul li a#ot-sdk-btn.ot-sdk-show-settings:hover {
  color: #9BCF10;
  background: transparent;
}

footer .row > [class^="col"] .component.link-list ul li a#ot-sdk-btn.ot-sdk-show-settings:active {
  color: #80AD07;
}

footer .row > [class^="col"]:nth-child(2) .component.link-list ul li:last-child a:not(:hover) {
  color: #317FCB;
}
