/* footer */

footer {
  z-index: 99;
  position: relative;
}

.footer-logotype {
  margin-top: 3.5rem;
}

footer .layout .layout__region > div {
  width: 100%;
}

footer .block-views-blockaccrediations-block-1 {
  margin-top: 3.25rem; /* 52px */
  margin-bottom: 3rem; /* 48px */
  text-align: center;
}

footer .block-views-blockaccrediations-block-1 img {
  height: 3rem !important; /* 48px */
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

footer .views-view-grid .col-1 {
  text-align: right;
}

footer .views-view-grid .col-3 {
  text-align: left;
}

.h-region.layout.layout--onecol {
  text-align: center;
  margin-top: 1.75rem; /* 28px */
}

.h-region.layout.layout--onecol .field--name-body {
  display: inline-block;
}

footer .layout__region.layout__region--first {
  /* width: 28%; */
  margin-bottom: 60px;
}

@media only screen and (max-width : 992px) {
  footer .layout__region.layout__region--first {
     width: 100%;
  }
}

/*Accreditation Badges*/
.badges-centered {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}
.badges-centered img {
  height: 3.8rem; /* 56px */
  width: auto;
  display: inline-block;
}


/*Footer centered credentials workaround*/
#block-byu-footerblock .views-view-responsive-grid--horizontal {
  display: block;
  text-align: center;
}

#block-byu-footerblock .views-view-responsive-grid--horizontal .views-view-responsive-grid__item {
  display: inline-block;
  margin: 0 1rem; /* 16px */
}

footer .layout .layout__region ul {
  line-height: 1.5;
  margin-left: 0;
}

footer .layout .layout__region ul li {
  margin-bottom: 0.35rem;
}

@media only screen and (max-width: 768px) {
  .layout--five-column-section .layout__region:not(.layout__region--first) {
      width: 100% !important;
  }
}

footer svg {
  max-width: 100%;
}

footer .dropdown-content a:hover {
  text-decoration: underline;
}

/*fixes the footer as of feb 2024*/
footer .byu-layout--five-column-section {
  margin-bottom: 3.5rem;
}
footer .byu-layout--five-column-section .section-content-container {
  padding-left: 0;
  padding-right: 0;
}
body footer #block-byu-footerblock .byu-layout--five-column-section .section-content {
  grid-template-columns: 1.8fr .8fr .8fr .8fr .8fr;
}
body footer #block-byu-footerblock .byu-layout--five-column-section .section-content {
  grid-template-columns: 20fr 1fr 12fr 12fr 12fr;
}

.footer-bottom img {
  margin: 0 auto;
  max-width: 80%;
}

.footer-bottom .copyright {
  margin-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  color: white;
}

/*Accreditations on mobile */
@media only screen and (max-width: 768px) {
  footer .view-accreditations-block .views-view-responsive-grid,
  .view-accreditations-block .views-view-responsive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid !important;
  }
}

/* Apply pointer-events: none on desktop only, for the footer */
@media only screen and (min-width: 1024px) {
  footer .menu-trigger {
      pointer-events: none;
  }
}

/* TrustArc Cookie Consent*/
#teconsent {
    display: inline-block !important;
}
#consent-banner {
    position: relative;
    z-index: 1000;
}

/* end footer */
