/* 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;
}

.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: 30px;
  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: 20px;
  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-title {
  min-height: 60px;
  text-align: center;
}

.news-title-2 {
  height:190px !important;
}


.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 .news-preview-2 ul {
  padding: 1rem;
}

.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 .btn-tall {
  display: flex !important;
  align-items: center !important;
  min-height: 100px !important;
}

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

@media only screen and (min-width: 992px) {
  .news-item {
    width: calc(25% - 12px);
  }
}

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

/* FACILITIES */

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

/* 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#facilities,
section#faculty-members,
section#featured-videos,
section#people {
  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,
#facilities #facilities-heading,
#people .people-heading,
#faculty-members #faculty-heading,
#featured-videos #featured-videos-heading,
.section-heading {
  border-bottom: 2px solid #cfb991;
  padding: 1rem 0;
  margin-bottom: 2rem;
  text-align: left;
  font-family: "United Sans Condensed";
  font-size: 2.5rem;
}

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

/* 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;
  }
}

/******** MAY 2024 UPDATES - ENERGETICS **********/

section#visionStatement .title {
  font-size: 2em !important;
}

section#visionStatement .quote {
  font-size: 1.1em !important;
}

section#people .card {
  background-color: black;
  border: 0px;
}

section#people .card-header {
  padding: 0;
}

section#people svg {
  color: #cfb991
}

section#people .person-card {
  border: 1px solid #cfb991;
  color: white;
  height: 100%;
}

section#people .person-name-container {
  height: 75px;
}

section#people .person-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;
    padding-top: 1em;
    color: white;
}

section#people .person-name-a:hover {
  color: white;
}

section#people .person-job-title {
    font-family: "acumin-pro", sans-serif;
    font-size: 16px;
    font-style: italic;
    text-align: center;
}

/*** EDUCATION - ALL ***/

#education .navbar .nav-link:hover {
  color: #8e6f3e !important;
}

/* EDUCATION - TESTIMONIALS + CONTACT US */

#education .row {
  display: flex;
  flex-wrap: wrap;
}

#education .row > .col-sm-6,
#education .row > .col-md-4
#education .row > .col-md-3 {
  display: flex;
  flex-direction: column;
}

#education .grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
  flex-grow: 1;
  margin: 15px;
}

#education .grid-item img {
  max-width: 100%;
  height: auto;
}

/* EDUCATION - TESTIMONIALS */

#education .quote {
  flex-grow: 1;
  padding-top: 15px;
  font-style: italic;
}


/* EDUCATION - CONTACT US */

#education .name {
  font-weight: bold;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.2em;
  margin-top: 15px;
}

#education .title {
  font-style: italic;
  color: #555;
  margin-top: 10px;
}

/* EXISTING GRAD STUDENTS */

#existing-grad-students .p-3 {
  background-color: #ebd99f;
  border: 2px solid black;
  color: #555960;
  height: 100%;
}
#existing-grad-students .p-3 p:first-child {
  font-weight: bold;
}

#existing-grad-students .p-3 ul {
  padding-left: 15px;
}
/******* END MAY 2024 UPDATES - ENERGETICS ********/

#banner-video {
  width: 100%
  
}

#billboard-container {

}

#main-billboard .billboard-container-text {
  position: absolute;
  text-align: center;
  width: 100%; 
  margin-top: 8vw;
}

#main-billboard .billboard-container-text .title {
    font-size: 48px;
    font-family: "United Sans Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    text-shadow: 5px 5px 5px black !important;
}

#main-billboard #banner-video {
  margin-bottom: -10px;
}

@media (min-width: 992px) {
  #banner-links-overlay  {
      position: relative;
      transform: translateY(-12vw);
      height: 0px;
  }
}

@media (max-width: 992px){
  #banner-links-overlay {
    margin: 30px 0;
  }
  
  #banner-links-overlay .button  {
    width: 40% !important;
    font-size: 4vw !important;
  }
}

#banner-links-overlay .button {
    color: #fff;
    padding: 8px 10px 6px 10px;
    margin: 5px;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #cfb991;
    width: 20%;
    font-size: 2vw;
    background-color: rgba(0,0,0,.8);
    padding: 1rem;
}

#banner-links-overlay .button:hover {
    background-color: #cfb991;
}

.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 */
}

/*** NewsItem Updates ***/

.event-content,
h1:has(+ .event-content) {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .event-content,
  h1:has(+ .event-content) {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .event-content,
  h1:has(+ .event-content) {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .event-content,
  h1:has(+ .event-content) {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .event-content,
  h1:has(+ .event-content) {
    max-width: 1140px;
  }
}

.event-body {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.event-body p iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding-bottom: 30px;
}

/* EVENT UPDATES - FEB 6 - JDP */
.event-details-box {
  background-color: rgb(207, 185, 145);
  text-align: center;
}
.event-details-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.event-details-heading {
  font-family: 'United Sans Condensed', sans-serif;
  color: black;
  font-size: 3rem;
}
.event-details-wrapper h3 {
  font-family: 'United Sans', sans-serif;
  color: black;
  margin-bottom: 0.5rem;
}
.event-details-wrapper p {
  font-family: 'United Sans', sans-serif;
  color: black;
  font-weight: bold;
}
.event-details-button {
  font-family: 'United Sans', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: white !important;
  text-transform: uppercase;
  background-color: black;
  border: 2px solid black;
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.1rem;

}
.event-details-button:hover {
  background-color: white;
  color: black !important;
  text-decoration: none; 
}