/********************** Index CSS *****************/

.section-dark {
    background-color: black;
    margin-bottom: 25px;
}

h2 {
  color: #000;
}

.keynotes {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 15px;
}

.keynote-item {
  border: 1px solid #c4bfc0;
  padding: 15px;
}

.keynote-heading {
  font-family: "United Sans Condensed", sans-serif;
  font-size: 1.7rem;
  margin-bottom: 0;
}

.keynote-subheading {
  font-style: italic;
  border-bottom: 1px solid #cfb991;
  padding-bottom: 5px;
}

.keynote-details {
  margin-bottom: 5px;
}

.purduebtn {
  background-color: #000000;
  color: #cfb991 !important;
  font-family: "United Sans", sans-serif;
  text-transform: uppercase;
  border: 2px solid #cfb991;
  border-radius: 0px;
  font-weight: 600;
  padding: 0.5rem;
  margin: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
  width: fit-content;
  max-width: 20rem;
}

.purduebtn:hover {
  background-color: #cfb991;
  color: #000000 !important;
  text-decoration: none;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: end;
  padding: 1rem;
}

.section-dark {
  background-color: black;
}

.tagline-box {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.tagline-box .line-1 {
  font-family: "United Sans Condensed", sans-serif;
  font-size: 2rem;
  background-color: #cfb991;
  max-width: fit-content;
  margin: 0 auto;
  padding: 0 1rem;
  text-transform: uppercase;
}

.tagline-box .line-2 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
  font-style: italic;
}

.tagline-box .line-3 {
  font-family: "United Sans Condensed", sans-serif;
  font-size: 2.5rem;
  border: 1px solid #cfb991;
  max-width: fit-content;
  margin: 0 auto;
  padding: 0 1rem;
  text-transform: uppercase;
}

.feature-box p {
  font-family: "acumin-pro-condensed";
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.feature-box {
  background-image: linear-gradient(45deg, #eee 50%, #fff 50%);
}

.page-title-bar {
  z-index: 6 !important;
}

/******************** End Index ****************/

main p,
main ul,
main li {
  font-size: 1rem;
}

/* FEATURE BLOCKS */
.feature-block {
  margin-bottom: 2rem;
}

.feature-block .f-headings {
  border-bottom: 1px solid #cfb991;
  margin-bottom: 1rem;
}

.feature-block h2,
.feature-block h2 .lowercase {
  font-family: "United Sans Condensed", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: black;
  margin: 0;
}

.feature-block h2 .lowercase {
  font-size: 2rem;
}

.feature-block .f-headings p.sub-heading {
  margin-bottom: 0;
}

.feature-block .f-content img {
  width: 100%;
  max-width: 100%;
}

.feature-block .f-content .f-c-img-box {
  margin-bottom: 1rem;
}

.feature-block .f-content .f-c-text {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 1rem;
}

.more-btn,
.faculty-tabs li.active:hover .more-btn {
  color: #8e6f3e;
  border: 2px solid #8e6f3e;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "United Sans", sans-serif;
  margin-top: auto;
  max-width: fit-content;
  background-color: white;
}

.more-btn:hover,
.faculty-tabs li.active .more-btn {
  background-color: #8e6f3e;
  color: white;
  text-decoration: none;
}

.feature-block.partnership-with .f-content.partner {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.feature-block.partnership-with .f-content.partner img {
  height: auto !important;
  width: 300px !important;
}

/* ARROW BULLETS */
.arrow-bullets {
  background-color: #cfb991;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

.arrow-bullets ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.arrow-bullets ul li {
  padding-left: 1em;
  text-indent: -1.25em;
  font-family: Acumin Pro, sans-serif;
  font-weight: 600;
  font-size: 1rem;
}

/* SECTION SPECIFIC FORMATTING */
.section-gold {
  background-color: #cfb991;
}

.section-gold * {
  color: black;
}

.section-gold h2 {
  text-align: center;
}

/* CEO QUOTES */
.ceo-quote-box .quote {
  text-align: center;
}

.ceo-quote-box .cite {
  font-style: italic;
  text-align: center;
}

/* PERSON BOXES */
.content-box {
  display: flex;
  flex-flow: column;
}

.faculty-council-list {
  margin-bottom: 3rem;
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}

.faculty-council-list .person-box {
  margin-bottom: 2rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  width: 100%;
}
.person-box {
  margin-bottom: 2rem;
}

.person-box .image-box {
  text-align: center;
}

.person-box img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 1rem;
}

.person-box h3 {
  margin-top: 0;
  text-align: center;
  color: black;
  font-size: 1.4rem;
  padding-bottom: 0.5rem;
}

.person-box h3.faculty-name {
  text-align: center;
}

.person-box .faculty-content {
  text-align: center;
}

.person-box .faculty-image {
  max-width: 250px;
  margin-bottom: 1rem;
}

.person-box .more-btn {
  margin-top: auto;
  width: 15rem;
  max-width: 15rem;
  text-align: center;
}

.person-box .more-btn {
  margin-left: auto;
  margin-right: auto;
}

.person-box .faculty-content .fc-line {
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .faculty-council-list .person-box {
    width: calc(50% - 1rem);
  }
}

@media screen and (min-width: 768px) {
  .faculty-council-list .person-box {
    flex-flow: row nowrap;
  }
}

/* PURDUE EVENT DOCUMENTS */
.purdue-event-document {
  margin-top: 8rem;
  margin-bottom: 2rem;
}

.purdue-event-document img {
  margin-left: 1rem;
}

/* General style */
.gold-under {
  border-bottom: 2px solid #cfb991;
  margin-bottom: 1rem;
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  color: black;
}

a.btn.btn-purdue-primary:hover {
  background-color: black;
  color: #cfb991 !important;
}

/* MEDIA QUERIES */
@media only screen and (min-width: 768px) {
  .person-box h3.faculty-name {
    text-align: left;
  }

  .person-box .faculty-content {
    text-align: left;
  }

  .person-box .faculty-image {
    margin-bottom: 0;
  }
  .person-box .more-btn {
    margin-left: revert;
    margin-right: revert;
  }
}

.hero-image {
  height: clamp(100px, 50vh, 450px) !important;
}

.navbar-nav {
  justify-content: flex-start !important;
  padding-left: 2rem;
  gap: 2rem;
}

.typetreatment .col-12 img {
  display: block;
}

section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

section.hero {
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.gallery-flex {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gallery-flex .gallery-item,
.gallery-flex .gallery-item figure,
.gallery-flex .gallery-item figure img,
.gallery-flex .gallery-item figure figcaption {
  max-width: calc(300px - 3rem);
  height: auto;
}

.gallery-flex .gallery-item figure figcaption {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  hgroup h1 {
    font-size: 3rem;
  }
}

hgroup {
  padding-bottom: 1rem;
}

hgroup .subhead-gold {
  background-color: #cfb991;
  padding: 0.5rem 3rem;
  text-align: center;
  width: fit-content;
  font-weight: 700;
}

.hero-image .hero-header {
  max-width: 850px;
}

.co-chairs {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 3rem;
}

.co-chair {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 500px;
}

.co-chair .co-chair-image {
  padding: 0;
}

.co-chair .co-chair-image img {
  max-width: 300px;
  padding: 0;
  margin: 0 auto;
}

.co-chair .co-chair-details {
  width: 100%;
}

.co-chair .co-chair-details h2 {
  color: black;
}

.co-chair .co-chair-details p {
  margin-bottom: 0.5rem;
}

.faculty-tabs {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}

.faculty-list {
  display: flex;
  flex-flow: row wrap;
  gap: 4rem 2rem;
  justify-content: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.faculty-list .faculty-item {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
  width: 100%;
  max-width: 250px;
}

@media screen and (min-width: 768px) {
  .faculty-list .faculty-item {
    flex-flow: row nowrap;
    max-width: 525px;
  }
}

.faculty-list .faculty-item .fi-image {
  display: flex;
  justify-content: center;
}

.faculty-list .faculty-item .fi-image img {
  max-width: 200px;
  max-height: 267px;
  width: auto;
  height: auto;
}

.faculty-list .faculty-item .fi-details {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}

.faculty-list .faculty-item .fi-details .fi-name {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: united-sans, sans-serif;
}

.faculty-list .faculty-item .fi-details .fi-content * {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.faculty-list .faculty-item .fi-details .fi-content .fi-area {
  margin: 0;
  margin-top: 0.5rem;
}

.faculty-list .faculty-item .fi-details .fi-content .fi-area.fi-secondary {
  margin-top: 0;
}

.fi-details .more-btn {
  margin-top: auto;
  display: inline-block;
}

.logo-box {
  width: 100%;
  padding-bottom: 2rem;
}

.logo-box img {
  width: 100%;
}

.figure-halfs {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

figure.figure {
  width: 100%;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figure.figure img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  figure.figure.figure-half {
    max-width: 45%;
  }

  figure.figure.figure-third {
    max-width: 30%;
  }

  figure.figure-right {
    position: relative;
    float: right;
  }
}

figure.figure figcaption {
  padding: 0.5rem 2rem;
  font-style: italic;
  font-size: 0.875rem;
}

.flex-section {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.flex-section img {
  width: 300px;
  height: 200px;
}

.flex-section .fs-content {
  width: auto;
}

@media screen and (min-width: 1024px) {
  .flex-section {
    flex-flow: row nowrap;
    align-items: flex-start;
  }

  p.quote {
    padding: 0 3rem;
  }
}

.featured-news {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.news-tags {
  display: flex;
  flex-flow: row wrap;
  gap: 2px 10px;
  padding-bottom: 5px;
}

.news-tags span {
  border-radius: 10px;
  color: black;
  width: fit-content;
  font-size: 0.825rem;
}

.news-list {
  margin-bottom: 1rem;
  justify-content: flex-start;
  max-width: 100%;
}

.story-box {
  padding: 1rem;
  display: flex;
  flex-flow: column nowrap;
  min-width: 320px;
}

.story-box > * {
  outline: 1px solid #ededed;
}

.story-img {
  max-width: 100%;
}

.story-text {
  padding: 1rem;
  height: 100%;
}

.story-title {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.story-date {
  font-size: 16px;
  margin: 0;
  font-family: "acumin-pro", sans-serif;
  font-style: italic;
  padding-bottom: 5px;
}

.story-intro {
  font-family: "Source Serif Pro", sans-serif;
  font-size: 16px;
  border-top: 1px solid #cfb991;
  padding-top: 15px;
}

.story-btn {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-weight: 500;
  background-color: #e7e4e4;
  color: #000000;
  padding: 0.6rem 3rem;
  text-align: center;
  margin-top: auto;
  background-color: #cfb991;
}

.story-btn:hover {
  background-color: #000;
  color: #fff !important;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a.story-btn:link,
a.story-btn:visited {
  color: black;
}

.story-box-simple {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 2rem;
}

.story-box-simple .story-img {
  border: 1px solid #ededed;
}

@media screen and (max-width: 768px) {
  .story-box-simple {
    flex-flow: column nowrap;
    justify-content: center;
  }
}

.story-box-simple .story-text {
  border: 1px solid #ededed;
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

.story-box-simple .story-text .story-btn {
  width: fit-content;
  margin-top: 1rem;
}

.banner-caption {
  background-color: black;
  color: white;
  padding: 0;
}

.banner-caption p {
  font-size: 0.875rem;
  color: white;
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
}

/* VIDEO BANNER */

section {
  background-color: #fff;
}

section.content-section {
  position: relative;
  z-index: 1;
}

.hero .hero-image .UI-panel-pause {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid #333;
  cursor: pointer;
  margin: 9px;
  padding: 6px 9px;
  position: absolute;
  right: 0;
  z-index: 1000;
  top: 0;
}

.hero .hero-image .UI-panel-pause button {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  pointer-events: all;
}

.hero .hero-image .UI-panel-pause button i {
  font-size: 20px;
  color: #fff;
}

.hero .hero-image.hero-image video.video-bg {
  position: absolute;
  left: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  height: clamp(100px, 50vh, 625px);
  overflow: hidden;
  filter: brightness(0.5);
}

.hero .hero-video .hero-textbox {
  z-index: 5;
  position: relative;
  top: 15%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .hero .hero-image .UI-panel-pause,
  .hero .hero-image.hero-image video.video-bg {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .hero .hero-image.hero-image video.video-bg {
    height: auto;
    width: 2000px;
  }
}

@media screen and (min-width: 2000px) {
  .hero .hero-image.hero-image video.video-bg {
    height: auto;
    width: 2560px;
  }
}

.billboard-container-text {
  position: relative;
  background-color: transparent;
  height: 100%;
}

.billboard-container .title {
  box-shadow: none !important;
  position: absolute;
  left: 50%;
}
.billboard-container .intro_head {
}
.shadow {
}

/* Media queries for a given screen size or LARGER */

/* Extra small devices (portrait phones, less than 576px)
   No media query since this is the default in Bootstrap */

/* Custom media query for particular feature backgrounds */
@media (min-width: 440px) and (max-width: 575.98px) {
  #feature-container:after {
    background-size: cover !important;
    background-position: 0% 70% !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #feature-container:after {
    background-size: cover !important;
    background-position: 0% 50% !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #feature-container:after {
    background-size: cover !important;
    background-position: 0% 45% !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #feature-container:after {
    background-position: 0% 30% !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #feature-container:after {
    background-position: 0% 25% !important;
  }
}

/* Media queries for a given screen size or SMALLER */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  #billboard-container .billboard-container-text {
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  #billboard-container .billboard-container-text {
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Extra large devices (large desktops)
   No media query since the extra-large breakpoint has no upper bound on its width */

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .pinnacle-container {
    width: 127px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .pinnacle-container {
    width: 127px;
  }
}

/* Smaller devices */
@media (max-width: 575.98px) {
  .pinnacle-container {
    background: rgb(255, 255, 255);
    border: 0;
    margin: auto;
    position: relative !important;
    height: auto;
    width: 100%;
  }
  .pinnacle-container img {
    content: url("https://engineering.purdue.edu/wraps/blocks/images/150-years-of-giant-leaps-horizontal.png");
  }
  .pinnacle-container:hover {
    background: rgba(0, 0, 0, 0.1);
    border: 0;
  }
}

/*** 2022-05-24 Changes to accommodate a local version of a template for the online masters billboard ***/

.billboard-container.online {
  background-position: center;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  margin-top: 30px;
}

/* Video billboard backgrounds */
.homepage #billboard-container.video-bg {
  height: 175px;
  overflow: hidden;
}

.homepage #billboard-container.video-bg video {
  height: 100%;
  margin-left: -35%;
}

@media (min-width: 380px) and (max-width: 409.875px) {
  .homepage #billboard-container,
  .homepage #billboard-container.video-bg {
    height: 200px;
  }

  .homepage #billboard-container.video-bg video {
    margin-left: -30%;
  }
}

@media (min-width: 410px) and (max-width: 499.875px) {
  .homepage #billboard-container,
  .homepage #billboard-container.video-bg {
    height: 200px;
  }

  .homepage #billboard-container.video-bg video {
    margin-left: -25%;
  }
}

@media (min-width: 500px) and (max-width: 575.875px) {
  .homepage #billboard-container.video-bg {
    height: 275px;
  }

  .homepage #billboard-container.video-bg video {
    margin-left: -30%;
  }
}

@media (min-width: 1400px) {
  .homepage #billboard-container.video-bg video {
    margin-left: -20%;
  }
}

@media (min-width: 1600px) {
  .homepage #billboard-container.video-bg video {
    margin-left: -10%;
  }
}

@media (min-width: 1800px) {
  .homepage #billboard-container.video-bg video {
    margin-left: -5%;
  }
}

@media (min-width: 2000px) {
  .homepage #billboard-container.video-bg video {
    height: auto;
    width: 100%;
    margin-left: auto;
  }
}

/* Media queries for a given screen size or LARGER */

/* Extra small devices (portrait phones, less than 576px)
   No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .homepage #billboard-container,
  .homepage #billboard-container.video-bg {
    height: 350px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .homepage #billboard-container,
  .homepage #billboard-container.video-bg {
    height: 425px;
  }

  .homepage #billboard-links-container {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.85));
    height: 9rem;
    position: relative;
    top: -9rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .homepage #billboard-container,
  .homepage #billboard-container.video-bg {
    height: 550px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .homepage #billboard-container,
  .homepage #billboard-container.video-bg {
    height: 625px;
  }
}
