.mainFooter {
  position: relative;
}

.footer {
  background-color: #ffffff;
}
.footer__ada-contact {
  color: white;
  padding-top: 50px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.75rem;
}
.footer__ada-contact a {
  color: white;
}
.footer__ctas {
  background-color: #c8102e;
}
.footer__ctas__boundary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (min-width: 900px) {
  .footer__ctas__boundary {
    margin: 0 auto 10px auto;
    flex-wrap: nowrap;
  }
}
.footer__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  position: relative;
  padding: 43px 20px 37px 20px;
  font-size: 1.625rem;
  line-height: 2rem;
  font-family: "weiss-bold";
  text-align: center;
}
.footer__cta .footer__cta__icon {
  transform: translateZ(0);
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.footer__cta:hover .footer__cta__icon, .footer__cta:focus .footer__cta__icon, .footer__cta:active .footer__cta__icon {
  transform: translateX(4px);
}
@media only screen and (min-width: 900px) {
  .footer__cta {
    width: 33.33%;
    padding: 61px 20px 77px 20px;
  }
}
.footer__cta:hover {
  color: #fff;
}
.footer__cta::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 85%;
  height: 1px;
  background-color: #ffffff;
  content: " ";
  display: block;
}
@media only screen and (min-width: 900px) {
  .footer__cta::before {
    width: 2px;
    height: 66.66%;
    right: -1px;
    top: 16px;
    bottom: unset;
    left: unset;
  }
}
.footer__cta:last-child::before {
  display: none;
}
.footer__cta__icon {
  width: 19px;
  height: 15px;
  margin-left: 20px;
}
.footer__button {
  position: relative;
  background-color: #ffffff;
  color: #083a81;
  width: 100%;
  height: 60px;
  display: flex;
  margin: 0 auto;
  padding-top: 29px;
  padding-bottom: 25px;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.footer__button:hover .footer__button__label::before, .footer__button:focus .footer__button__label::before, .footer__button:active .footer__button__label::before {
  left: 0;
  right: 0;
}
@media only screen and (min-width: 900px) {
  .footer__button {
    max-width: 360px;
    width: auto;
  }
}
.footer__button__label {
  font-family: "legacy-bold";
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.footer__button__label::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: -2px;
  background: #083a81;
  height: 5px;
  transition-property: left, right;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
@media only screen and (min-width: 900px) {
  .footer__button {
    margin-top: -34.5px;
    margin-bottom: -25.5px;
  }
}
.footer__bottom {
  background-color: #083a81;
}
.footer__bottom__boundary {
  max-width: 100%;
  padding-top: 72px;
  padding-right: 20px;
  padding-bottom: 45px;
  padding-left: 20px;
  margin: 0 auto;
}
.footer__logo {
  width: 242px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
  margin-right: auto;
  margin-left: auto;
}
.footer__social {
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 900px) {
  .footer__social {
    display: flex;
  }
}
.footer__social-divider {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 33px;
  margin-left: auto;
  width: 14%;
  height: 5px;
  background-color: #ffffff;
}
@media only screen and (min-width: 900px) {
  .footer__social-divider {
    width: 105px;
  }
}
.footer__social-text {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "legacy-book";
  text-align: center;
  display: block;
  margin-bottom: 18px;
}
@media only screen and (min-width: 900px) {
  .footer__social-text {
    margin-bottom: 0;
  }
}
.footer__social-links {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__social-links__link {
  display: flex;
  padding: 0 15px;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}
.footer__social-links__link:hover, .footer__social-links__link:focus, .footer__social-links__link:active {
  opacity: 0.7;
}
.footer__social-links__link a {
  color: #ffffff;
  font-size: 2.1875rem;
}
.footer__utility {
  display: flex;
  justify-content: center;
}
.footer__utility-links {
  margin: 0;
  padding: 0;
  justify-content: center;
}
@media only screen and (min-width: 900px) {
  .footer__utility-links {
    display: flex;
  }
}
.footer__utility-links__link {
  margin-bottom: 27px;
  display: flex;
}
.footer__utility-links__link:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 900px) {
  .footer__utility-links__link {
    margin-bottom: 0;
  }
}
.footer__utility-links__link a {
  text-align: center;
  font-family: "legacy-book";
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 0 16px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.footer__utility-links__link a::before {
  position: absolute;
  bottom: -1px;
  left: 16px;
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.footer__utility-links__link a:hover::before {
  opacity: 1;
}
.footer__info {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 45px;
  padding-left: 0;
  color: #ffffff;
  justify-content: center;
  font-family: "legacy-book";
  font-size: 0.75rem;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .footer__info {
    display: flex;
    align-items: center;
  }
}
.footer__info__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__info__item a {
  color: #ffffff;
  text-decoration: none;
}
.footer__info__item::after {
  margin: -5px;
  margin-right: 9px;
  margin-bottom: 0;
  margin-left: 9px;
  width: 1px;
  height: 12px;
  background-color: #ffffff;
  content: " ";
  display: none;
}
@media only screen and (min-width: 900px) {
  .footer__info__item::after {
    display: inline-block;
  }
}
.footer__info__item:last-child::after {
  display: none;
}