@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
@import 'https://fonts.googleapis.com/icon?family=Material+Icons+Outlined';
@import 'https://fonts.googleapis.com/icon?family=Material+Icons+Sharp';
/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */

@font-face {
  font-family: "Architype";
  src: url(https://www.aia.org/themes/custom/aia_theme/fonts/Architype-Light.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Architype";
  src: url(https://www.aia.org/themes/custom/aia_theme/fonts/Architype-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

#footer-div {
  font-family: "Architype", "Helvetica", Arial, sans-serif !important;
}

#footer-div .footer {
  position: relative !important;
  background: #000000 !important;
  border-top: 1px solid #ffffff !important;
}

#footer-div .visually-hidden {
  display: none !important;
}

#footer-div .footer__container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}

#footer-div .footer__member .container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
  /* height              : 100% !important; */
  height: auto !important;
}

#footer-div .footer__member-logo {
  margin-bottom: 40px !important;
}

#footer-div .footer__member-logo a {
  width: fit-content !important;
  display: block !important;
}

#footer-div .footer__member-logo a img {
  margin: 0px !important;
  display: block !important;
}

#footer-div .footer__member-heading {
  margin: 0 0 16px 0 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.2857142857 !important;
}

#footer-div .footer__member-body {
  margin: 0 0 32px 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2857142857 !important;
}

#footer-div .footer__utility {
  border-top: 1px solid #ffffff !important;
  /* padding: 20px 40px !important; */
  padding: 20px 40px 40px 40px !important;
  line-height: 16px !important;
}

#footer-div .footer__utility .container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  row-gap: 20px !important;
  -webkit-column-gap: 40px !important;
  -moz-column-gap: 40px !important;
  column-gap: 40px !important;
  margin: 0 auto !important;
}

@media (min-width: 768px) {
  #footer-div .footer__utility .container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
}

#footer-div .footer__utility-menu {
  color: #ffffff !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-flow: row wrap !important;
  flex-flow: row wrap !important;
  -webkit-column-gap: 50px !important;
  -moz-column-gap: 50px !important;
  column-gap: 50px !important;
  row-gap: 20px !important;
}

@-webkit-keyframes f_link_undraw {
  0% {
    -webkit-background-size: 100% 0.07em;
    background-size: 100% 0.07em;
  }

  100% {
    -webkit-background-size: 0 0.07em;
    background-size: 0 0.07em;
  }
}

@-o-keyframes f_link_undraw {
  0% {
    background-size: 100% 0.07em;
  }

  100% {
    background-size: 0 0.07em;
  }
}

@keyframes f_link_undraw {
  0% {
    -webkit-background-size: 100% 0.07em;
    background-size: 100% 0.07em;
  }

  100% {
    -webkit-background-size: 0 0.07em;
    background-size: 0 0.07em;
  }
}

@-webkit-keyframes f_link_draw {
  0% {
    -webkit-background-size: 0 0.07em;
    background-size: 0 0.07em;
    background-position: 0 92%;
  }

  100% {
    -webkit-background-size: 100% 0.07em;
    background-size: 100% 0.07em;
    background-position: 0 92%;
  }
}

@-o-keyframes f_link_draw {
  0% {
    background-size: 0 0.07em;
    background-position: 0 92%;
  }

  100% {
    background-size: 100% 0.07em;
    background-position: 0 92%;
  }
}

@keyframes f_link_draw {
  0% {
    -webkit-background-size: 0 0.07em;
    background-size: 0 0.07em;
    background-position: 0 92%;
  }

  100% {
    -webkit-background-size: 100% 0.07em;
    background-size: 100% 0.07em;
    background-position: 0 92%;
  }
}

#footer-div .footer__utility-menu a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor), color-stop(0, currentColor)) !important;
  background-image: -webkit-linear-gradient(top, currentColor 0, currentColor 0) !important;
  background-image: -o-linear-gradient(top, currentColor 0, currentColor 0) !important;
  background-image: linear-gradient(180deg, currentColor 0, currentColor 0) !important;
  background-repeat: no-repeat !important;
  display: inline !important;
  -webkit-background-size: 100% 0.07em;
  background-size: 100% 0.07em;
  background-position: 0 92%;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: none; /* Added to remove underline */
  transition: background-size 300ms ease-in-out; /* Added transition for smoother effect */
}

#footer-div .footer__utility-menu a:focus,
#footer-div .footer__utility-menu a:hover {
  -webkit-animation: f_link_undraw 300ms forwards, f_link_draw 300ms 300ms forwards;
  -o-animation: f_link_undraw 300ms forwards, f_link_draw 300ms 300ms forwards;
  animation: f_link_undraw 300ms forwards, f_link_draw 300ms 300ms forwards;
  background-position: 100% 92%;
}



#footer-div .footer__main>.container {
  display: grid !important;
  grid-template-columns: 1fr !important;
  margin: 0 auto !important;
  /* display           : flex !important; */
}

@media (min-width: 992px) {
  #footer-div .footer__main>.container {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}

#footer-div .menu-item {
  padding: 0 !important;
}

#footer-div .menu-item .menu-item {
  line-height: 16px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  list-style-type: none !important;
}

#footer-div .menu-item .menu-item a {
  line-height: 18px !important;
}

#footer-div .menu--footer {
  background: #fff !important;
  display: grid !important;
  gap: 1px !important;
}

#footer-div .menu--footer>li {
  background: #000 !important;
  flex: 1 1 25% !important;
  padding: 40px !important;
  margin-top: 0px !important;
}

#footer-div .menu--footer a {
  color: #FFFFFF !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor), color-stop(0, currentColor)) !important;
  background-image: -webkit-linear-gradient(top, currentColor 0, currentColor 0) !important;
  background-image: -o-linear-gradient(top, currentColor 0, currentColor 0) !important;
  background-image: linear-gradient(180deg, currentColor 0, currentColor 0) !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: 0 0.07em !important;
  background-size: 0 0.07em !important;
  background-position: 0 92% !important;
  -webkit-transition: color 0.3s ease-out, -webkit-background-size 0.3s ease-out !important;
  transition: color 0.3s ease-out, -webkit-background-size 0.3s ease-out !important;
  -o-transition: background-size 0.3s ease-out, color 0.3s ease-out !important;
  transition: background-size 0.3s ease-out, color 0.3s ease-out !important;
  transition: background-size 0.3s ease-out, color 0.3s ease-out, -webkit-background-size 0.3s ease-out !important;
}

#footer-div .menu--footer a {
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

#footer-div .menu--footer a:focus,
#footer-div .menu--footer a:hover {
  -webkit-background-size: 100% 0.07em !important;
  background-size: 100% 0.07em !important;
  color: #F2C75C !important;
}

#footer-div .menu--footer span {
  color: #FFFFFF !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.2857142857;
}

@media (min-width: 992px) {
  .footer__main>.container {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}

#footer-div .footer__main>.container>div:not(.footer__member) {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  padding: 0 !important;
}

#footer-div .footer__main>.container>div:not(.footer__member) nav {
  height: 100% !important;
  width: 100% !important;
}

#footer-div .footer__main>.container>div:not(.footer__member) nav>.container {
  height: 100% !important;
}

#footer-div .menu--footer {
  background: #FFFFFF !important;
  display: grid !important;
  gap: 1px !important;
}

@media (min-width: 992px) {
  #footer-div .footer__main>.container>div:not(.footer__member) {
    grid-column: 1 / span 4 !important;
  }

  #footer-div .menu--footer {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

#footer-div .footer__member {
  background: #fa4132 !important;
}

#footer-div .footer__member .footer__member-content a.button--text-link {
  background: none !important;
  color: #000000 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1.2857142857 !important;
}

#footer-div .footer__member .footer__member-content a.button--text-link:hover::after {
  -webkit-transform: translateX(4px) !important;
  -o-transform: translateX(4px) !important;
  transform: translateX(4px) !important;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out !important;
}

#footer-div .footer__member .footer__member-content a.button--text-link::after {
  font-family: "Material Icons Outlined" !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 15px !important;
  content: "\eaaa" !important;
  margin-left: 7px !important;
  line-height: 1 !important;
}

#footer-div .footer__member .container {
  padding: 40px !important;
}

#footer-div .footer__member--desktop {
  display: none !important;
}

#footer-div ul.menu {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 16px !important;
}

#footer-div .menu--footer>li,
#footer-div .menu--footer>li ul {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
  gap: 40px !important;
}

#footer-div .menu--footer>li {
  background: #000000 !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 25% !important;
  flex: 1 1 25% !important;
  padding: 40px !important;
  line-height: 16px;
}

@media (min-width: 992px) {
  #footer-div .footer__member--desktop {
    display: flex !important;
  }
}

#footer-div .footer__member--mobile {
  display: block !important;
}

@media (min-width: 992px) {
  #footer-div .footer__member--mobile {
    display: none !important;
  }
}

#footer-div .copyright {
  color: #ffffff !important;
  margin: 0px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

#footer-div .copyright a {
  color: #fff !important;
}

@media (min-width: 1440px) {
  #footer-div .container--max-width {
    max-width: 1160px !important;
  }
}

#footer-div .container--max-width-full {
  max-width: 1440px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#footer-div div#block-aia-theme-aiaconsentmanager {
  display: none !important;
}

@media (min-width: 576px) {
  .menu--footer {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}