/* NAVBAR */
nav.navbar {
  background-color: #000;
  max-height: 64px;
  height: 64px;
  border-bottom: 2px solid #cfb991;
  padding: 0;
}

nav.navbar .navbar-brand {
  margin: 10px;
}

nav.navbar .navbar-brand img {
  width: 177px;
  height: auto;
}

nav.navbar button.navbar-toggler {
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
  margin: 10px;
}

nav.navbar div.navbar-collapse {
  background-color: #000;
  border-bottom: 2px solid #cfb991;
  z-index: 1;
}

nav.navbar ul li.nav-item,
nav.navbar ul li.dropdown,
nav.navbar ul li.dropdown.show {
  margin: 0;
  width: 100%;
}

.navbar ul li.nav-item a.nav-link {
  height: 64px;
  display: flex;
  align-items: center;
  /* padding-left: 10px;
  padding-right: 10px; */
  font-size: 16px;
  text-decoration: none;
  font-weight: 510;
  color: white;
  font-family: "United Sans", sans-serif;
  text-transform: uppercase;
}

.navbar ul li.dropdown a.nav-link[aria-expanded="true"] {
  background-color: white;
  color: black;
}

.navbar ul li.dropdown .nav-link:not([aria-expanded="true"]):focus {
  color: white !important;
}

.navbar ul li.dropdown .nav-link:not([aria-expanded="true"]):hover {
  color: white !important;
}

.navbar ul li.dropdown .dropdown-menu {
  border-radius: 0;
  background-color: white;
  border: none;
  border-bottom: 2px solid #cfb991;
}

.navbar ul li.dropdown .dropdown-menu.show {
  margin: 0 !important;
  padding: 30px;
  min-width: 300px;
  display: flex !important;
  flex-flow: row wrap;
  gap: 30px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.navbar ul li.dropdown.max-tray .dropdown-menu {
  width: 100%;
}

.navbar ul li.nav-item.dropdown .dropdown-menu .dropdown-group {
  width: 100%;
  max-width: 320px;
}

.navbar ul li.dropdown .dropdown-menu .dropdown-group .group-heading {
  border-bottom: 2px solid #cfb991;
  font-family: "United Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.navbar ul li.dropdown .dropdown-menu.show .dropdown-group-items {
  display: flex;
  flex-flow: column nowrap;
  gap: 0px;
}

.navbar ul li.dropdown .dropdown-group-items .dropdown-item {
  padding: 10px 15px;
  border: 2px solid #e7e4e4;
  white-space: normal;
  color: black;
}

.navbar ul li.dropdown .dropdown-group-items .dropdown-item:hover {
  background-color: #eeeeee;
}

.navbar ul li.dropdown .dropdown-group-items .dropdown-item:not(:last-child) {
  border-bottom: none;
}

.navbar ul li.dropdown a {
  font-family: "Acumin Pro", sans-serif;
  font-size: 1rem;
}

.navbar ul li.dropdown .dropdown-item:hover {
  background-color: #cfb991;
  color: #000;
}

@media only screen and (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .navbar ul li.nav-item a.nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-nav .dropdown.show.max-tray {
    position: static;
  }

  nav.navbar ul li.nav-item,
  nav.navbar ul li.dropdown,
  nav.navbar ul li.dropdown.show {
    width: fit-content;
    display: flex !important;
    justify-content: center;
  }

  .navbar-expand-lg .navbar-nav {
    width: 100%;
    gap: 25px;
  }

  nav.navbar div.navbar-collapse {
    padding-left: 15px;
  }
}

/* PAGE TITLE BAR */
.page-title-bar {
  background-color: #cfb991;
  height: 2rem;
  border-bottom: 1px solid black;
}

.page-title-bar p {
  margin: 0;
  padding: 0.2rem 0;
  font-weight: 400;
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  white-space: nowrap;
}

main.sub-page .img-fit-to-text img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

main.sub-page .--plr15 {
  padding-left: 15px;
  padding-right: 15px;
}

/* SIMPLIFIED SUB PAGE STYLES */
.notopmargin {
  margin-top: 0 !important;
}

.nobottommargin {
  margin-bottom: 0 !important;
}

main.sub-page p,
main.sub-page p strong,
main.sub-page address,
main.sub-page address strong,
main.sub-page table * {
  font-family: "Source Serif Pro", sans-serif;
}

main.sub-page h2 {
  color: black;
  font-family: "United Sans Condensed";
  font-size: 36px;
  border-bottom: 1px solid #cfb991;
  padding-bottom: 10px;
  text-transform: uppercase;
}

main.sub-page section {
  /* margin: 30px 0; */
}

main.sub-page .under-banner-intro .under-banner-images {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 200px;
  margin-bottom: 40px;
}

main.sub-page .under-banner-intro .under-banner-images img {
  width: 300px;
  height: auto;
}

main.sub-page .under-banner-intro .under-banner-text {
  background-color: #cfb991;
  border-bottom: 1px solid black;
  padding: 30px 0;
}

main.sub-page .under-banner-intro .under-banner-text p {
  font-family: "Source Serif Pro", sans-serif;
  text-align: center;
}

main.sub-page ul *,
main.sub-page ol *,
main.sub-page i {
  font-family: "Source Serif Pro", sans-serif;
}

main.sub-page .under-banner-intro .under-banner-text.left-aligned p {
  text-align: left !important;
}

main.sub-page .under-banner-intro .under-banner-text a {
  font-family: "Source Serif Pro", sans-serif;
  color: black;
  text-decoration: underline;
}

main.sub-page .under-banner-intro .under-banner-anchors {
  background-color: black;
  border-bottom: 1px solid #cfb991;
  padding: 30px 0;
}

.row.text-display-cards {
  /* text-align: center; */
}

.row.split-card {
  /* background-color: #cfb991; */
  padding: 30px;
  padding-top: 0;
  border: 1px solid #d6d8db;
  background-color: #edeeee;
  color: black;
}

.row.split-card * {
  background-color: #edeeee;
}

main.sub-page section.gray-table .row.split-card h2 {
  color: black;
}

main.sub-page section.gray-table .row.split-card p {
  color: black;
  margin-bottom: 0;
}

main.sub-page .list-group {
  /* background-color: #555551;
  padding: 30px 15px; */
  border-radius: 0;
}

main.sub-page .list-group-item {
  padding: 0;
  /* padding-bottom: 10px; */
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}

main.sub-page .list-group-item:hover {
  background-color: #eeeeee;
}

/* main.sub-page .list-group-item:hover a,
main.sub-page .list-group-item:hover p {
  color: black;
} */

main.sub-page .list-group-item a,
main.sub-page .list-group-item p {
  padding: 0.75rem 1.25rem;
  width: 100%;
}

/* GRAY TABLE SECTION */
main.sub-page section.gray-table {
  background-color: #51555d;
  padding: 30px 0;
}

main.sub-page section.gray-table h2 {
  color: white;
  text-align: center;
}

main.sub-page section.gray-table p {
  color: white;
}

main.sub-page section.gray-table table {
  margin-bottom: 30px;
}

main.sub-page section.gray-table table,
main.sub-page section.gray-table table thead,
main.sub-page section.gray-table table tbody {
  width: 100%;
}

main.sub-page section.gray-table table thead th {
  color: black;
  text-transform: uppercase;
  font-family: "United Sans", sans-serif;
  background-color: #cfb991;
  padding: 5px 15px;
}

main.sub-page section.gray-table table tbody td {
  color: white;
  font-family: "Source Serif Pro", sans-serif;
  padding: 5px 15px;
  border-bottom: 1px solid #c4bfc0;
}

/*  */
main.sub-page .solo-video .video-item {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}

main.sub-page .solo-video .video-item p {
  font-family: "acumin-pro", sans-serif;
}

main.sub-page .faq .faq-item {
  margin-bottom: 30px;
}

main.sub-page .faq .faq-item .question {
  font-weight: bolder;
  margin-bottom: 5px;
}
main.sub-page .faq .faq-item .answer {
}

main.sub-page .sponsors {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

main.sub-page .sponsors img {
  width: 150px;
  height: auto;
}

main.sub-page .image-gallery {
  margin-bottom: 60px;
}

main.sub-page .image-gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

main.sub-page section.contact-section {
  background-color: #51555d;
  color: white;
  text-align: center;
  height: 250px;
  margin-bottom: 0;
  margin-top: 60px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

main.sub-page section.contact-section h2 {
  color: white;
  margin: 0 auto;
  width: min-content;
  border-bottom: 2px solid #cfb991;
  font-size: 38px;
}

main.sub-page section.contact-section a {
  color: white;
  text-decoration: underline;
}

main.sub-page a {
  font-family: "Source Serif Pro", sans-serif;
  text-decoration: underline;
}

main.sub-page .img-1080 {
  margin-bottom: 30px;
}

main.sub-page .img-1080 img {
  width: 100%;
  height: auto;
  border: 1px solid #e7e4e4;
}

/* SUB PAGES */
main.sub-page h1.body-h1 {
  font-family: "United Sans Condensed";
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 5px;
}

main.sub-page p.subtitle {
  border-bottom: 1px solid #cfb991;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  padding-bottom: 5px;
  margin: 0 0 15px 0;
}

main.sub-page .img-split {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  margin-bottom: 30px;
}

main.sub-page .img-split .image-side,
main.sub-page .img-split .text-side {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  main.sub-page .img-split .image-side,
  main.sub-page .img-split .text-side {
    width: calc(50% - 7.5px);
  }
}

main.sub-page .img-split .image-side img {
  width: 100%;
  height: auto;
}

main.sub-page .gold-bg {
  background-color: #cfb991;
  padding: 30px;
  margin-bottom: 30px;
}

main.sub-page .blk-bg {
  background-color: black;
  padding: 30px;
  margin-bottom: 30px;
}

main.sub-page .blk-bg * {
  color: white;
}

main.sub-page .feature-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
}

main.sub-page .feature-cards .feature-card {
  display: flex;
  flex-flow: column nowrap;
  max-width: 300px;
}

main.sub-page .feature-cards .feature-card p.card-name {
  font-family: "United Sans Condensed", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}

main.sub-page .feature-cards .feature-card p.card-text {
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

main.sub-page .intro .filter-btns {
  display: flex;
  flex-flow: row wrap;
  gap: 10px 15px;
  justify-content: center;
  align-items: center;
}

main.sub-page .intro .filter-btns .filter-btn {
  color: #cfb991;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  text-align: center;
  border: 1px solid #cfb991;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "United Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

main.sub-page .intro .filter-btns .filter-btn:hover {
  text-decoration: none;
  background-color: #cfb991;
  color: black;
}

main.sub-page .intro .intro-heading {
  color: white;
  text-align: center;
  font-family: acumin-pro-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-style: italic;
}

main.sub-page .intro .intro-text {
  color: white;
  text-align: center;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 20px;
}

@media only screen and (min-width: 425px) {
  main.sub-page .intro .filter-btns .filter-btn {
    max-width: 300px;
  }
}

main.sub-page .speaker-portrait {
  text-align: center;
}

main.sub-page .speaker-portrait img {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin-bottom: 30px;
}

/* HERO SIMPLE */
.unfixed-banner .hero-simple {
  background-attachment: revert;
}

section.hero-simple {
  margin: 0;
  border: 0;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto 625px;
  background-position: 50% 0%;
  background-color: black;
}

section.hero-simple .hero-image {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}

section.hero-simple .hero-image h1 {
  color: white;
  text-transform: uppercase;
  font-size: clamp(1.5rem, -0.25rem + 3.333vw, 2.75rem);
  font-family: "United Sans Condensed", sans-serif;
  margin-bottom: 15px;
  text-align: center;
  max-width: 1200px;
  padding: 0 15px;
}

section.hero-simple .hero-image p {
  color: white;
  font-size: clamp(1rem, -0.25rem + 2.5vw, 1.25rem);
  font-family: "Source Serif", sans-serif;
  text-align: center;
}

section.hero-simple .hero-image a {
  color: white !important;
  text-decoration: underline;
}

/*
@media only screen and (min-width: 768px) {
  section.hero-simple .hero-image h1 {
    font-size: 48px;
  }
}
*/

@media only screen and (min-width: 1024px) {
  section.hero-simple {
    height: 400px;
  }
}

@media only screen and (min-width: 1440px) {
  section.hero-simple {
    height: 400px;
  }
}

/* NEW HIGHLIGHTS */
section.highlights {
  padding: 0;
  background-color: black;
}

.highlights-list {
  display: flex;
  flex-flow: column nowrap;
  gap: 30px;
}

.highlight-item {
  background-color: black;
  color: white;
  padding: 30px 15px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.highlight-item h2.title {
  margin-top: 0;
  font-family: acumin-pro-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  color: #cfb991;
  font-size: 24px !important;
  border: none !important;
  padding-bottom: 0 !important;
}

.highlight-item .quote {
  font-family: "Source Serif Pro", sans-serif;
}

.highlight-item .name {
  font-family: "United Sans", sans-serif;
  color: #cfb991;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
}

.highlight-item .byline {
  font-family: "Acumin Pro", sans-serif;
  font-style: italic;
}

.highlight-item .buttons {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 15px;
}

/* TESTIMONIALS */
section.testimonials {
  background-color: black;
  padding: 30px 0;
}

.testimonials-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  margin-top: 30px;
}

.testimonial-item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: white;
}

.testimonial-item .quote {
  font-family: "Source Serif Pro", sans-serif;
}

.testimonial-item .item-card {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  justify-content: center;
}

.testimonial-item .item-card .card-image {
  width: 150px;
  height: 150px;
}

.testimonial-item .item-card .card-image img {
  width: 150px;
  height: 150px;
}

.testimonial-item .item-card .card-content {
  width: 300px;
}

.testimonial-item .item-card .card-content .title {
  font-family: acumin-pro-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  color: #cfb991;
}

.testimonial-item .item-card .card-content .byline {
  font-family: "Acumin Pro", sans-serif;
  font-style: italic;
}

.testimonials-list .testimonial-item {
  width: 100%;
  color: black;
}

.testimonials-list .testimonial-item .item-card .card-content .title {
  color: black;
}

/* NEWS ITEMS */
.news-list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-flow: row wrap;
  gap: 30px 15px;
}

.news-item {
  border: 1px solid #e7e4e4;
  background-color: white;
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
  width: 300px;
}

.news-item img {
  width: 100%;
  height: auto;
}

.news-item .tag {
  background-color: #cfb991;
  color: black;
  font-family: "United Sans", sans-serif !important;
  width: fit-content;
  padding: 5px 10px;
  font-weight: 600;
  text-transform: uppercase;

  position: absolute;
  top: 165px;
  left: auto;
}

@media only screen and (min-width: 1024px) {
  .news-item .tag {
    top: 170px;
  }
}

@media only screen and (min-width: 1440px) {
  .news-item .tag {
    top: 209px;
  }
}

.news-item .news-title {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin: 15px;
  margin-bottom: 0;
}

.news-item .news-date {
  font-family: acumin-pro, sans-serif;
  font-size: 15px;
  margin: 0 15px;
  font-style: italic;
}

.news-item .news-preview {
  font-family: "Source Serif Pro", sans-serif;
  margin: 0 15px 15px;
  flex-grow: 1;
  border-top: 1px solid #cfb991;
  padding-top: 15px;
}

.news-item a.news-btn {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-weight: 500;
  background-color: #cfb991;
  color: #000000;
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 0px;
  text-decoration: none;
}

.news-item a.news-btn:hover {
  background-color: #e7e4e4;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .news-item {
    width: calc(33% - 10px);
  }
}

/* TRENDING */
.trending-dark-bg .news-item {
  border: none;
}

/***************************************************************/

/* VIDEOS */
.video-item {
  width: 100%;
  height: auto;
}

.video-item .thumbnail-block {
  border: 2px solid #cfb991;
  margin-bottom: 1rem;
  position: relative;
  background-color: white;
}

.video-item .thumbnail-block img {
  width: 100%;
  height: auto;
}

.video-item .thumbnail-block .inner-content {
  font-family: "Source Serif Pro", sans-serif;
  position: absolute;
  bottom: 0;
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  width: 100%;
  height: fit-content;
  min-height: 36%;
  display: flex;
  flex-flow: column;
}

.video-item .thumbnail-block .inner-content .tag {
  background-color: #cfb991;
  color: black;
  font-family: "United Sans", sans-serif !important;
  width: fit-content;
  padding: 5px 10px;
  position: absolute;
  top: -34px;
  left: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.video-item .thumbnail-block .inner-content p {
  font-family: "United Sans", sans-serif;
}

.video-item .thumbnail-block .inner-content .video-label {
  position: absolute;
  top: -30px;
  left: 0px;
  background-color: #cfb991;
  padding: 3px 9px;
  color: black;
  font-family: "United Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.video-item .thumbnail-block .inner-content .video-button {
  padding: 5px;
  height: fit-content;
  width: 150px;
  margin-top: auto;
}

.video-item .thumbnail-block .inner-content .video-duration {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  font-family: acumin-pro, "Franklin Gothic", sans-serif !important;
}

section.main-video {
  padding: 30px 0;
  background-color: black;
}

.video-description {
  font-family: "Source Serif Pro", sans-serif;
  color: white;
}

section.featured-videos {
  background-color: white;
  padding: 30px 0;
}

section.workshop-videos {
  background-color: black;
  padding: 30px 0;
}

.video-heading-light {
  color: black;
  border-bottom: 2px solid #cfb991;
  text-transform: uppercase;
  font-family: "United Sans Condensed", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-top: 0;
  padding-bottom: 5px;
}

.video-heading-dark {
  color: white;
  border-bottom: 2px solid #cfb991;
  text-transform: uppercase;
  font-family: "United Sans Condensed", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-top: 0;
  padding-bottom: 5px;
}

.videos-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 15px;
}

.videos-list .video-item {
  width: 300px;
  height: 200px;
}

.video-description a {
  color: #cfb991;
}

@media only screen and (min-width: 768px) {
  .videos-list .video-item,
  .videos-list .video-item .thumbnail-block img {
    width: 335px;
    height: 223px;
  }
}

@media only screen and (min-width: 1024px) {
  .videos-list .video-item,
  .videos-list .video-item .thumbnail-block img {
    width: 450px;
    height: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  .videos-list .video-item,
  .videos-list .video-item .thumbnail-block img {
    width: 540px;
    height: 360px;
  }
}

/* MATTERPORT IFRAME */
iframe.matterport {
  width: 100%;
  height: 100vw;
  display: flex;
  margin: 30px auto;
}

@media only screen and (min-width: 768px) {
  iframe.matterport {
    width: 700px;
    height: 450px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  iframe.matterport {
    width: 1000px;
    height: 600px;
  }
}

/* FACULTY LIST */
.faculty-list {
  display: flex;
  flex-flow: column wrap;
  gap: 30px 15px;
  justify-content: center;
  margin-bottom: 30px;
}

.faculty-list .faculty-card {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 15px;
  border: 1px solid #e7e4e4;
}

.faculty-list .faculty-card .card-upper-content {
  /* border-bottom: 1px solid #cfb991; */
  margin-bottom: 5px;
}

.faculty-list .faculty-card .card-upper-content .card-nameplate {
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
  padding-bottom: 5px;
}

.faculty-list .faculty-card .card-upper-content .card-img {
  margin: 0 auto 15px;
  width: 150px;
  min-height: 210px;
}

.faculty-list .faculty-card .card-upper-content .card-img img {
  width: 100%;
  height: auto;
  display: flex;
  margin: 0 auto;
  border: 1px solid #d6d8db;
}

.faculty-list .faculty-card .card-upper-content .card-name {
  font-family: "United Sans";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #cfb991;
  margin-bottom: 5px;
  margin-top: 0;
}

.faculty-list .faculty-card .card-upper-content .card-subtitle {
  font-family: "acumin-pro", sans-serif;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

.faculty-list .faculty-card .card-lower-content {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
}

.faculty-list .faculty-card .card-lower-content .profile-btn {
  color: #8e6f3e;
  border: 2px solid #8e6f3e;
  padding: 0.25rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-family: "United Sans", sans-serif;
  max-width: fit-content;
  margin: 0 auto;
  margin-top: auto;
}

.faculty-list .faculty-card .card-lower-content .profile-btn:hover {
  background-color: #8e6f3e;
  color: white;
  text-decoration: none;
}

.faculty-list .faculty-card .card-upper-content .groups {
  margin-bottom: 15px;
}

.faculty-list .faculty-card .card-upper-content .groups .group {
  font-family: "acumin-pro", sans-serif;
  font-size: 13px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  border-radius: 5px;
  text-align: center;
}

.faculty-list .faculty-card .card-lower-content .groups .group:not(:last-child)::after {
  content: " / ";
}

.faculty-list .faculty-card .card-content .working-on {
  font-family: "acumin-pro", sans-serif;
  font-size: 16px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .faculty-list {
    flex-flow: row wrap;
  }

  .faculty-list .faculty-card {
    width: 350px;
  }

  .faculty-list .faculty-card .card-content .card-name {
    margin-bottom: 5px;
  }

  .faculty-list .faculty-card .card-content .card-name,
  .faculty-list .faculty-card .card-content .card-subtitle,
  .faculty-list .faculty-card .card-content .working-on {
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  .faculty-list .faculty-card {
    width: 400px;
  }
}

/* LEADERSHIP BOARD */
.leadership-board {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 60px;
  text-align: center;
  margin-top: 30px;
}

.leadership-board .leadership-board-item {
  max-width: 200px;
}

.leadership-board .leadership-board-item img {
  margin-bottom: 15px;
  /* border-radius: 100%; */
  border: 1px solid #eeeeee;
}

.leadership-board .leadership-board-item .leader-name {
  font-family: acumin-pro-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

.leadership-board .leadership-board-item .leader-title {
  font-style: italic;
}

/* GENERAL STYLE */

.txt-center {
  text-align: center;
}

.visually-hidden {
  display: none;
}

/* DEBUG CODE - TEMPORARY */
.debug-border {
  outline: 1px solid red;
}

.purduebtn {
  background-color: #000000;
  color: #cfb991 !important;
  font-family: "United Sans", sans-serif !important;
  text-transform: uppercase;
  border: 2px solid #cfb991;
  border-radius: 0px;
  padding: 7px 10px;
  text-align: center;
  width: 250px;
  font-weight: 700;
  text-decoration: none !important;
}

.purduebtn:hover {
  background-color: #cfb991;
  color: #000000 !important;
  text-decoration: none;
  border: 2px solid black;
}

.btn-wrapper .hero-link.purduebtn {
  color: #cfb991 !important;
}

.btn-wrapper .hero-link.purduebtn:hover {
  color: black !important;
}

.purduebtn.light {
  background-color: white;
  color: #8e6f3e !important;
  font-family: "United Sans", sans-serif;
  text-transform: uppercase;
  border: 2px solid #8e6f3e;
  border-radius: 0px;
  padding: 7px 10px;
  text-align: center;
  width: 250px;
  font-weight: 700;
}

.purduebtn.light:hover {
  background-color: #8e6f3e;
  color: white !important;
  text-decoration: none;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: end;
  padding: 30px 0;
  gap: 15px;
}

.anchor-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  justify-content: center;
}

/* section {
  padding: 1rem;
} */

/* SECTION HEADINGS */
[class*="section-heading-"] {
  text-transform: uppercase;
  text-align: center;
}

.section-heading-blk {
  color: #000000;
}

.section-heading-wht {
  color: #ffffff;
}

#testimonials .quote {
  text-align: center;
}

section.highlights .cite-with-image {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

section.highlights .cite-with-image img {
  width: 8rem;
}

section.highlights .cite-with-image .cite-text-block {
  padding: 1rem;
}

section#semic-highlights,
section#semic-testimonials,
section#trending,
section#featured-videos {
  background-color: black;
  padding-top: 30px;
}

section#endorsements {
  padding-top: 15px;
  padding-bottom: 30px;
}

.photo-gallery {
  padding: 1rem;
}

.photo-gallery .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.photo-gallery .column {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.photo-gallery .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .photo-gallery .column {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .photo-gallery .column {
    flex: 100%;
    max-width: 100%;
  }
}

.photo-gallery .gallery-item {
  position: relative;
}

.photo-gallery .gallery-item img {
  display: block;
}

.photo-gallery .gallery-item .gallery-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: black;
}

.photo-gallery .gallery-item:hover .gallery-overlay {
  opacity: 0.75;
}

.photo-gallery .gallery-item .gallery-overlay .overlay-text {
  color: white;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 1rem;
}

/* OLDER CODE BELOW */

#testimonials .quote-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}

#testimonials .quote-card .quote-img img {
  width: 6rem;
  margin: 0 1rem;
}

#testimonials .quote-card .quote-text .quote-name {
  font-family: "United Sans", sans-serif;
  color: #cfb991;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 0;
}

#testimonials .quote-card .quote-text .quote-title {
  font-family: "Acuminvariableconcept", sans-serif;
  color: #ffffff;
  font-style: italic;
}

#testimonials .testimonials-links {
  display: flex;
  justify-content: center;
}

/* ENDORSEMENTS */
#endorsements {
  background-color: #ffffff;
}

#endorsements .logos-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
  margin-top: 30px;
}

#endorsements .logos-wrapper img {
  width: 200px;
  height: auto;
}

#endorsements .endorsements-links {
  display: flex;
  flex-direction: column;
}

/* TODO: Put in headings section */
#trending #trending-heading,
#featured-videos #featured-videos-heading {
  border-bottom: 2px solid #cfb991;
  padding: 1rem 0;
  margin-bottom: 2rem;
  text-align: left;
  font-family: "United Sans Condensed";
  font-size: 2.5rem;
}

/* MEDIA QUERIES */
/* xs | >= 320px */
@media only screen and (min-width: 320px) {
}

/* sm | >= 576px */
@media only screen and (min-width: 576px) {
  .purduebtn {
    align-items: center;
  }

  /* HIGHLIGHTS */
  #highlights .highlight-links {
    flex-direction: row;
    justify-content: center;
  }

  /* ENDORSEMENTS */
  #endorsements .endorsements-links {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  /* TESTIMONIALS */
  #testimonials .quote-card {
    flex-direction: row;
  }
}



/* READI Page */
main.sub-page .under-banner-intro .under-banner-images-readi {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
}

main.sub-page .under-banner-intro .under-banner-images-readi img {
  width: 200px;
  height: fit-content;
}


/***** CUSTOMIZED CSS FOR UPWARDS SITE - OCT 24 - JD PAVKOVICH *****/

/*** SECTION HEADINGS ***/

.section-heading {
  border-bottom: 2px solid #cfb991 !important;
  padding: 1rem 0;
  margin-bottom: 2rem;
  text-align: left;
  font-family: "United Sans Condensed";
  font-size: 2.5rem;
  text-transform: uppercase;
  color: black;
}

/*** FACULTY SECTION ***/

#faculty-section .container {
    box-sizing: border-box;
    display: flex;
}

.faculty-card {
    border: 1px solid #cfb991;
    margin: 10px;
    width: 40%;
}

.faculty-inner-card {
    display: flex;
    height: 100%;
    flex-flow: column nowrap;
    /* border: 1px solid magenta; */
    padding: 10px;
}

.faculty-image {
    width: 100%;
}

.faculty-name {
    /* border: 1px solid magenta; */
    font-family: 'United Sans', Impact, sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 2px solid #cfb991;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    text-align: center;
}

.faculty-pi {
    /* border: 1px solid magenta; */
    font-weight: bolder;
    text-align: center;
}

.faculty-title {
    /* border: 1px solid magenta; */
    font-family: 'Acumin-Pro', 'Franklin Gothic', sans-serif;
    /* font-size: 16px; */
    font-style: italic;
    text-align: center;
}

.faculty-url {
    /* border: 1px solid magenta; */
    color: #8e6f3e;
    border: 2px solid #8e6f3e;
    padding: 0.25rem 1.8rem;
    text-transform: uppercase;
    text-decoration: none !important; 
    font-weight: 700;
    font-family: "United Sans", sans-serif !important;
    /* max-width: fit-content; */
    margin: 0 auto;
    margin-top: auto;
    /* align-self: flex-end; */
    width: 100%;
    text-align: center;
    
}

.faculty-url:hover {
    background-color: #8e6f3e;
    color: white;
    text-decoration: none;
}

@media (max-width: 991px) {
    #faculty-section .container {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .faculty-card {
        width: 40%;
    }
    
}

@media (max-width: 576px) {    
    .faculty-card {
        width: 100%;
    }
    
}

/*** UNIVERSITY PARTNERS SECTION ***/

.logo-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-template-rows: repeat(3, 200px);
    gap: 10px;
    align-items: stretch;
}

.logo-container > div {
    border: 1px dashed grey;
    height: 100%;
    display: grid;
    align-items: center;
}

.logo-container img {
    width: 85%;
    margin: auto;
}

@media (max-width: 1199px) {
  .logo-container {
    grid-template-rows: repeat(4, 200px);
  }
}

@media (max-width: 991px) {
  .logo-container {
    grid-template-rows: repeat(6, 200px);
  }
}

@media (max-width: 539px) {
  .logo-container {
    grid-template-rows: repeat(11, 200px);
  }
}

/*** RESEARCH FUNDED PROJECTS  +  OTHER ACCORDIONS ***/

#pillars button,
#research-funded button {
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}

#pillars .card,
#research-funded .card {
  border: 1px solid #cfb991;
}

#research-funded .pi-name {
  font-weight: bold;
}

#research-funded .pi-title {
  font-style: italic;
  margin-top: -10px;
}

#pillars .card-header h5,
#research-funded .card-header h5 {
  margin: 0;
}

#pillars .card-body,
#research-funded .card-body {
  padding: 50px clamp(10px, 10%, 90px);
}

#pillars svg,
#research-funded svg {
  font-size: 2rem;
  color: #cfb991;
  vertical-align: middle;
}

/*** MUNG QUOTE ***/
#mung-quote {
  background-color: #cfb991; height: auto;
  text-align: center;
}

#mung-quote h1 {
  text-transform: none; 
  font-size: clamp(1rem, -0.25rem + 2.5vw, 1.4rem); 
  font-family: 'Acumin Pro SemiCondensed'; 
  line-height: 2.3rem;
  font-weight: 300;
}

#mung-quote p {
  font-size: clamp(1rem, -0.25rem + 2.5vw, 1.25rem); 
  font-family: 'Acumin Pro SemiCondensed'; 
  font-weight: 300; 
}

#mung-quote hr {
  width: 33%;
  border-top: 1px solid black;
  color: black;
  padding: 0;
}

@media (max-width: 767px) {
  #mung-quote h1,
  #mung-quote p {
    line-height: 1.8rem;
  }
}

/*** IMAGE FULLSCREEN TRIGGERS ***/

.expandable {
  cursor: pointer;
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    transition: all 0.5s ease; /* Smooth transition when toggling fullscreen */
}