footer {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 50px;
}
footer * {
  font-family: "Albert Sans", sans-serif;
}
@media only screen and (min-width: 1090px) {
  footer {
    padding-top: 80px;
  }
}
footer .footer-logo svg, footer .footer-logo img {
  width: 112px;
}
footer .top-area {
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media only screen and (min-width: 1090px) {
  footer .top-area {
    flex-direction: row;
    align-items: flex-end;
  }
}
footer .social-icon {
  height: 46px;
  width: 46px;
}
footer .border-b-2 {
  border-top: 2px solid #FFF;
}
footer nav {
  margin-top: 28px;
  border-bottom: 2px solid #FFF;
  margin-bottom: 26px;
}
@media only screen and (min-width: 1090px) {
  footer nav {
    margin-top: 48px;
  }
}
footer nav ul {
  margin-left: 0;
}
footer nav ul li ul {
  position: relative !important;
}
@media only screen and (min-width: 1090px) {
  footer nav ul li ul {
    position: absolute;
  }
}
footer nav > ul {
  padding-top: 48px;
  display: block !important;
}
@media only screen and (min-width: 1090px) {
  footer nav > ul {
    display: flex !important;
  }
}
footer nav > ul div.mr-10 {
  margin-right: 60px;
}
footer nav > ul a.font-bold {
  font-size: 14px;
}
footer nav > ul a.font-light {
  font-size: 13px;
  margin-bottom: 12px;
}
footer nav > ul a.font-light::after {
  display: none !important;
}
footer nav > ul .fa-caret-right::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  clear: both;
  margin-left: 5px;
  rotate: -90deg;
}
footer nav > ul .fa-caret-down::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  clear: both;
  margin-left: 5px;
}
footer nav > ul .link span {
  position: relative;
  color: #FFF;
}
footer nav > ul .link:hover span:after {
  width: 100%;
}
footer nav > ul .link span:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0, 147, 182);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
footer .ddchild a {
  margin-bottom: 4px !important;
}
footer p.address {
  color: #FFF;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
footer p.copyright {
  color: #c7c7c7;
  margin-top: 50px;
}
footer p.disclaimer {
  font-size: 12px;
  color: #969696;
}

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