.footer {
  background-color: #efefef;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
  margin-top: auto;
}

.footer-top-border {
  height: 10px;
  background-color: #d4a017;
  width: 100%;
  margin-bottom: 2rem;
}

.footer-menu {
  margin-top: 2rem;
}

.footer nav.menu-block {
  display: block !important;
  width: 100% !important;
}

.footer nav.menu-block > .navbar-collapse {
  display: block !important;
  width: 100% !important;
}

.custom-footer-wrapper {
  margin-top: 2rem;
  max-width: 1400px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.custom-footer-row {
  width: 100%;
}

.custom-footer-column {
  min-width: 0;
  margin-bottom: 2rem;
}

.usu-motto {
  margin: 0;
  padding: 10px 0;
}

.usu-motto img {
  display: block;
  margin: 0 auto;
}

header,
footer {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin: 0 0 8px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.footer-links li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.cdp-footer-external-icon {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
}

.footer-bottom-regions {
  border-top: 1px solid #eee;
  padding-top: 2rem;
}

.cdp-footer-shell {
  background-color: #efefef;
  padding: 36px 0 34px;
}

.footer .cdp-content-wrapper {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 24px;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .footer .cdp-content-wrapper {
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cdp-footer-grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 270px;
  gap: 52px;
  align-items: start;
}

.cdp-footer-brand {
  width: 100%;
  min-width: 0;
  justify-content: flex-start;
}

.cdp-footer-brand-link {
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
}

.cdp-footer-brand img {
  width: 140px;
  max-width: 140px;
}

@media (max-width: 767px) {
  .footer .cdp-content-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.cdp-footer-menu,
.cdp-footer-contact {
  min-width: 0;
}

.cdp-footer-menu .menu-block,
.cdp-footer-menu .content,
.cdp-footer-menu .navbar-collapse {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

.cdp-footer-menu .navbar-header,
.cdp-footer-menu .contextual {
  display: none !important;
}

.cdp-footer-menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
  gap: 28px;
}

.cdp-footer-menu-column {
  min-width: 0;
}

.footer-heading,
.cdp-footer-heading {
  margin: 0 0 18px;
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.footer .cdp-footer-menu .footer-links li,
.footer .cdp-footer-menu .footer-links li a,
.footer .cdp-footer-contact a,
.footer .cdp-footer-address {
  color: #4a4a4a;
  font-size: 18px !important;
  line-height: 1.5;
  text-decoration: none;
}

.footer .cdp-footer-menu .footer-links li {
  margin-bottom: 14px;
}

.footer-links li a:hover,
.footer-links li a:focus,
.cdp-footer-contact a:hover,
.cdp-footer-contact a:focus {
  color: #1f245d;
  text-decoration: none;
}

.cdp-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.cdp-footer-contact-icon {
  color: #a0a0a0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  flex: 0 0 20px;
}

.cdp-footer-contact-icon-svg {
  display: block;
  width: 18px;
  height: 18px;
}

.cdp-footer-address {
  text-transform: uppercase;
}

.cdp-footer-social {
  display: grid;
  grid-template-columns: repeat(4, 52px);
  gap: 12px;
  justify-content: start;
  margin-top: 24px;
}

.cdp-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  border: 1px solid #bfd0e5;
  border-radius: 50%;
  background-color: #fff;
  color: #27456f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background-color 0.2s ease;
}

.cdp-social-icon:hover,
.cdp-social-icon:focus {
  border-color: #8ea8c8;
  color: #1f245d;
  text-decoration: none;
}

.cdp-social-icon-svg {
  display: block;
  width: 24px;
  height: 24px;
}

.cdp-social-icon-img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.cdp-social-icon-facebook {
  min-width: 52px;
}

.footer + .cdp-footer-motto,
.cdp-footer-motto {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4a4948 !important;
  padding: 10px 24px !important;
  margin: 0;
  text-align: center;
  line-height: 1;
}

.footer + .cdp-footer-motto .cdp-footer-motto-text,
.cdp-footer-motto-text {
  color: #c1bbbb;
  font-family: inherit;
  font-size: 22px !important;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2 !important;
  margin: 0;
  white-space: nowrap;
}

.footer + .cdp-footer-motto .cdp-footer-motto-text sup,
.cdp-footer-motto-text sup {
  font-size: 12px;
  top: -0.6em;
}

@media (max-width: 768px) {
  .footer nav.menu-block .navbar-header {
    display: none !important;
  }

  .footer nav.menu-block .navbar-collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}

@media (max-width: 767px) {
  .custom-footer-wrapper {
    width: 100%;
    margin-top: 1rem;
    padding: 0 12px;
  }

  .custom-footer-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .custom-footer-column {
    min-width: 0;
    padding: 0 0 14px;
    margin-bottom: 0;
  }

  .footer-heading,
  .footer-links li a {
    white-space: normal;
  }

  .footer-top-border {
    margin-bottom: 1rem;
  }

  .footer-bottom-regions {
    padding-top: 1rem;
    margin-top: 1rem !important;
  }

  .usu-motto {
    padding: 8px 10px;
  }
}

@media (max-width: 1199px) {
  .cdp-footer-grid {
    grid-template-columns: 98px 1fr;
    gap: 34px;
  }

  .cdp-footer-contact {
    grid-column: 2;
  }
}

@media (max-width: 767px) {
  .cdp-footer-shell {
    padding: 28px 0 24px;
  }

  .cdp-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .cdp-footer-brand {
    justify-content: center;
  }

  .cdp-footer-contact {
    grid-column: auto;
  }

  .cdp-footer-menu-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer + .cdp-footer-motto,
  .cdp-footer-motto {
    padding: 10px 12px;
  }

  .footer + .cdp-footer-motto .cdp-footer-motto-text,
  .cdp-footer-motto-text {
    font-size: 20px !important;
    white-space: normal;
  }
}
