/* BEGIN: Additions */
h2 {
  color: #000000;
}
h2.gold-under {
  color: #000000;
  border-bottom: 2px solid #cfb991;
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
}

/* START: Blockquote */
.blockquote-container .blockquote-content {
  padding: 6.5rem 6rem 5rem 200px;
  position: relative;
  margin: 0 auto;
  max-width: 100% !important;
}
.blockquote-container .blockquote-content blockquote {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0;
}
.blockquote-container .blockquote-content blockquote::before {
  content: "";
  background-image: url(https://engineering.purdue.edu/Initiatives/defense-innovation/images/blockquote-image.svg);
  width: 150px;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
  position: absolute;
  left: -115px;
  top: -25px;
}
.blockquote-container .blockquote-content blockquote p {
  color: #000000;
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.21;
}
.blockquote-container .blockquote-content .blockquote-name {
  color: #000000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
  margin-bottom: 0 !important;
}
.blockquote-container .blockquote-content .blockquote-title {
  color: #000000;
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .blockquote-container .blockquote-content {
      padding: 10rem 2.5rem 4rem 2.5rem;
  }
  .blockquote-container .blockquote-content blockquote::before {
      top: -6.5rem;
      left: -1.5rem;
  }
  .blockquote-container .blockquote-content blockquote p {
      font-size: 1.25rem;
  }
}
/* END: Blockquote */








































/* END: Additions */


.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%);
  }
  
  /******************** End Index ****************/
  
  main p,
  main ul,
  main li {
    font-size: 18px;
  }
  
  /* 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;
  }
  
  .feature-block .f-content .f-btn,
  .person-box .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;
  }
  
  .feature-block .f-content .f-btn:hover,
  .person-box .more-btn:hover {
    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;
    padding: 1rem;
  }
  
  .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;
  }
  
  .person-box {
    margin-bottom: 2rem;
  }
  
  .person-box .image-box {
    text-align: center;
  }
  
  .person-box img {
    width: 100%;
    max-width: 330px;
    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: 160px;
    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;
  }
  
  /* PURDUE EVENT DOCUMENTS */
  .purdue-event-document {
    margin-top: 8rem;
    margin-bottom: 2rem;
  }
  
  .purdue-event-document img {
    margin-left: 1rem;
  }
  
  /* General style */
  h1.gold-under {
    border-bottom: 2px solid #cfb991;
    margin-bottom: 3rem;
    padding-bottom: 0.5rem;
  }
  
  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;
    }
  }
  
  .typetreatment .col-12 img {
    display: block;
  }
  
  .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;
}

.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%);
}

.faculty-container {
  display: flex;
  flex-flow: row nowrap;
  gap: 2rem;
  max-width: 100%;
}

.faculty-image {
  max-width: 200px;
  border-radius: 5px;
}

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

.faculty-name {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  margin: 1rem 0;
  font-family: "United Sans",Impact,"Arial Black","sans serif";
}

.faculty-position {
  font-size: 1rem;
}

.faculty-button {
  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;
}

.faculty-button:hover {
  text-decoration: none;
}






















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

.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;
  border-radius: 5px;
}

.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;
}

.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;
}

.person-photo {
  border-radius: 5px;
}
/* END: Faculty */