body {
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  font-size: 1.125rem;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

:target:before {
  content: "";
  display: block;
  height: 80px;
  margin: -80px 0 0;
}

h1 {
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  font-weight: bold;
}

h2, h3, h4, h5, h6 {
  font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
  font-weight: bold;
}

a {
  font-weight: bold;
  color: #8e6f3e;
}
a:hover {
  text-decoration: none;
  color: #8e6f3e;
}

.a--black {
  color: #000000;
}
.a--black:hover {
  color: #000000;
}
.a--normal {
  font-weight: normal;
}

#black-header {
  background-color: #000000;
}

#pu-logo-container {
  position: relative;
}
@media (min-width: 992px) {
  #pu-logo-container:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #999;
  }
}

@-moz-document url-prefix() {
  #pu-logo {
    min-width: 300px;
  }
  @media (min-width: 992px) {
    #pu-logo {
      min-width: 200px;
    }
  }
  @media (min-width: 1200px) {
    #pu-logo {
      min-width: 240px;
    }
  }
  @media (min-width: 1400px) {
    #pu-logo {
      min-width: 294px;
    }
  }
}
#department-container {
  color: #ffffff;
  font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
  letter-spacing: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.department-title {
  color: #ffffff;
  text-decoration: none;
}
.department-title:hover {
  color: inherit;
  text-decoration: inherit;
}

.donate-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #CFB991;
  color: #000;
  width: 130px;
  padding: 10px;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  transition: all 0.3s ease;
}
.donate-button:hover {
  color: #fff;
}
.donate-button__icon {
  font-size: 1.5rem;
}
.donate-button__line1, .donate-button__line2, .donate-button__icon {
  padding: 0;
  margin: 0;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding-right: 2px !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  font-size: 16px !important;
  padding: 6px 15px !important;
  width: 40px !important;
  vertical-align: middle !important;
  border: none !important;
  margin-top: -1px !important;
  height: 40px !important;
}

.gsc-search-button-v2 svg {
  height: 15px !important;
  width: 15px !important;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
  border-color: #000000;
  background-color: #333333;
  background-image: none;
  filter: none;
}

.gsib_a {
  padding: 5px 9px 4px 9px;
}

#gsc-i-id1 {
  background: none !important;
  height: 30px !important;
}

#gsc-i-id1::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

#gsc-i-id1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

#gsc-i-id1::placeholder {
  color: #fff;
}

.header-social-icons a {
  color: #adadad;
  text-decoration: none;
}
.header-social-icons a:hover {
  color: #ffffff;
}

#primary-navigation {
  font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
  font-size: 1rem;
}
#primary-navigation .fa-home {
  width: 1.25rem;
}
#primary-navigation .nav-item {
  text-transform: uppercase;
}
#primary-navigation .nav-link {
  color: #000000;
  font-weight: normal;
  position: relative;
}
#primary-navigation .nav-link:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  #primary-navigation .nav-link:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    background: #8e6f3e;
    transform: scaleX(0);
    transition: all 0.25s cubic-bezier(1, 0.25, 0, 0.75) 0s;
  }
  #primary-navigation .nav-item:hover .nav-link:before, #primary-navigation .dropdown .nav-link.show:before {
    visibility: visible;
    transform: scaleX(1);
  }
  #primary-navigation .nav-link:hover {
    text-decoration: none;
  }
}
#primary-navigation .dropdown-menu {
  top: 114%;
  border-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: #c4bfc0;
  padding: 0;
  z-index: 9999;
}
@media (max-width: 992px) {
  #primary-navigation .dropdown-menu {
    border: 0;
    background-color: transparent;
  }
}
#primary-navigation .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
}
@media (min-width: 992px) {
  #primary-navigation .dropdown-menu li {
    border-top: 1px solid #c4bfc0;
  }
  #primary-navigation .dropdown-menu li:first-child {
    border-top: 0;
  }
  #primary-navigation .dropdown-menu .dropdown-item {
    color: #000000;
    text-transform: none;
  }
  #primary-navigation .dropdown-menu .dropdown-item:hover {
    background-color: #ededed;
    color: #000000;
    text-decoration: none;
  }
}

#secondary-navigation-container .navbar-brand {
  font-family: acumin-pro-extra-condensed, "Franklin Gothic", sans-serif;
  padding: 0;
}

#secondary-navigation {
  font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
  font-size: 1rem;
}
#secondary-navigation .nav-item {
  text-align: center;
}
#secondary-navigation .nav-link {
  color: #000000;
  font-weight: normal;
  position: relative;
  text-align: center;
}
#secondary-navigation .nav-link.button {
  padding: 0.5rem;
  margin: auto 0.25rem;
}
#secondary-navigation .nav-link:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
}
@media (min-width: 992px) {
  #secondary-navigation .nav-link:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    background: #8e6f3e;
    transform: scaleX(0);
    transition: all 0.25s cubic-bezier(1, 0.25, 0, 0.75) 0s;
  }
  #secondary-navigation .nav-item:hover .nav-link:before, #secondary-navigation .dropdown .nav-link.show:before {
    visibility: visible;
    transform: scaleX(1);
  }
  #secondary-navigation .nav-item:hover .nav-link.button:before {
    visibility: hidden;
  }
  #secondary-navigation .nav-link:hover {
    text-decoration: none;
  }
}
#secondary-navigation .dropdown-item:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
}
#secondary-navigation .dropdown-item:active {
  background-color: transparent;
  color: #000000;
}
#secondary-navigation .dropdown-menu-right {
  right: 0;
  left: auto;
}
#secondary-navigation .dropdown-menu {
  top: 114%;
  border-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: #c4bfc0;
  padding: 0;
  z-index: 9999;
}
@media (max-width: 992px) {
  #secondary-navigation .dropdown-menu {
    border: 0;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  #secondary-navigation .dropdown-menu li {
    border-top: 1px solid #c4bfc0;
  }
  #secondary-navigation .dropdown-menu li:first-child {
    border-top: 0;
  }
  #secondary-navigation .dropdown-menu .dropdown-item {
    color: #555960;
  }
  #secondary-navigation .dropdown-menu .dropdown-item:hover {
    background-color: #ededed;
    color: #000000;
    text-decoration: none;
  }
}

.anchor-link-block {
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
}
.anchor-link-block > .anchor-link-block__to-top {
  display: none;
}
.anchor-link-block--sticky {
  position: sticky;
  top: 6rem;
}
.anchor-link-block--sticky > .anchor-link-block__to-top {
  display: block;
}
.anchor-link-block--sticky-wo-section {
  position: sticky;
  top: 2rem;
}
.anchor-link-block--sticky-wo-section > .anchor-link-block__to-top {
  display: block;
}
.anchor-link-block__links {
  padding: 0;
  margin: 0;
  background: #ffffff;
  list-style-type: none;
}
.anchor-link-block__link {
  display: block;
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  font-size: 1.125rem;
  color: #555960;
  text-decoration: none;
  border-left: solid 5px #CFB991;
  padding: 1.0625rem 2.25rem;
  font-weight: 400;
}
.anchor-link-block__link:hover {
  color: #000000;
}
.anchor-link-block__link--is-active {
  font-weight: 700;
  color: #000000;
  border-left: solid 5px #000000;
  color: #000000;
}
.anchor-link-block__to-top {
  font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  border: none;
  width: 100%;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
  padding: 1.0625rem 2.25rem;
  cursor: pointer;
}
.anchor-link-block__to-top:focus {
  outline: none;
}
.anchor-link-block__to-top span {
  color: inherit;
  position: relative;
}
.anchor-link-block__to-top span:after {
  content: "\f0aa";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-left: 0.7rem;
  position: relative;
}

.primary-footer {
  background-color: #000000;
  padding: 2em 0;
}
.primary-footer__title {
  font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif !important;
  color: #CFB991;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.primary-footer__list li {
  padding-top: 10px;
  font-size: 1rem;
}
.primary-footer__list a, .primary-footer__social-icons a {
  color: #adadad;
  text-decoration: none;
  font-weight: normal;
}
.primary-footer__list a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.primary-footer__social-icons a:hover {
  color: #ffffff;
}

.secondary-footer {
  font-size: 0.875rem;
  background-color: #3b3b3b;
  color: #ccc;
  line-height: 1.5;
}
.secondary-footer a {
  color: #ccc;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  font-size: 18px;
  font-weight: bold;
  color: #CFB991;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 16px 48px;
  background-color: #000000;
  border: 2px solid #000000;
  transition: background-color, outline-color, outline-style, color 0.1s;
  text-decoration: none;
  line-height: 1;
}
.button:hover {
  color: #8e6f3e;
  background-color: #ffffff;
}
.button--white {
  background-color: #ffffff;
  color: #000000;
}
.button--white:hover {
  background-color: #c4bfc0;
  color: #000000;
}
.button--gold {
  background-color: #CFB991;
  border-color: #8e6f3e;
  color: #000000;
}
.button--gold:hover {
  color: #000000;
  border-color: #8e6f3e;
}
.button--hollow-light-bg {
  background-color: transparent;
  color: #000000;
  border-color: #8e6f3e;
}
.button--hollow-light-bg:hover {
  background-color: #CFB991;
  color: #000000;
}
.button--hollow-dark-bg {
  background-color: transparent;
  color: #ffffff;
  border-color: #CFB991;
}
.button--hollow-dark-bg:hover {
  background-color: #ffffff;
  color: #000000;
}
.button--overlay {
  color: #ffffff;
  border-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.65);
}
.button--overlay:hover {
  color: #ffffff;
  background-color: #000000;
}

.cta-banner {
  background-color: #CFB991;
}
.cta-banner__desc {
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
}
.cta-banner--gray {
  background-color: #555960;
}
.cta-banner--black {
  background-color: #000000;
}
.cta-banner--black .cta-banner__desc {
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  color: #CFB991;
}
.cta-banner--image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
}

.featured-story {
  background-color: #ffffff;
}
.featured-story--narrow {
  padding: 6rem 3.25rem;
  background-color: #ededed;
}
@media (max-width: 920px) {
  .featured-story--narrow {
    padding: 2.5rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .featured-story--narrow {
    padding: 2rem 1.25rem;
  }
}
.featured-story__container {
  display: flex;
  flex-direction: row-reverse;
}
.featured-story__container--reversed {
  flex-direction: row;
}
@media (max-width: 920px) {
  .featured-story__container {
    flex-direction: column;
  }
}
.featured-story__story-content {
  flex: 0 1 50%;
  background-color: #ffffff;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
  padding: 3.5rem 4.5rem;
}
@media (max-width: 920px) {
  .featured-story__story-content {
    padding: 2.5rem 1.25rem;
  }
}
.featured-story__story-content h2 {
  font-weight: 600;
  font-size: 2rem !important;
  font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
  margin-top: 0;
  margin-bottom: 3.125rem !important;
  line-height: 2.375rem !important;
  padding: 0;
  text-transform: none;
}
@media (max-width: 920px) {
  .featured-story__story-content h2 {
    font-size: 1.875rem !important;
    margin-bottom: 2.1875rem !important;
  }
}
.featured-story__story-content p {
  line-height: 1.875rem;
  padding: 0;
  margin-bottom: 3.125rem !important;
}
@media (max-width: 920px) {
  .featured-story__story-content p {
    margin-bottom: 2.1875rem !important;
  }
}
.featured-story__background-image {
  flex: 0 0 50%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 920px) {
  .featured-story__background-image {
    aspect-ratio: 3/2;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .featured-story__background-image {
    height: 14rem;
  }
}

.link-card-vertical {
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
}
.link-card-vertical__image {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50%;
  aspect-ratio: 2/1;
}
.link-card-vertical__content {
  padding: 1.5rem;
}
.link-card-vertical__title {
  font-weight: bold;
  font-style: normal;
  color: #000000;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  margin-bottom: 1rem;
}
.link-card-vertical__title--is-post {
  color: #000;
  font-family: source-serif-pro, Georgia, serif;
  font-size: 1.5625rem;
  line-height: 2;
  font-weight: 600;
  text-decoration: none;
}
.link-card-vertical__title--is-post a {
  color: inherit;
  text-decoration: none;
}
.link-card-vertical__title--is-post a:hover {
  color: #8e6f3e;
  text-decoration: underline;
}
.profile-gallery-card {
  display: inline-block;
  margin-bottom: 3rem;
  width: 270px;
}
.profile-gallery-card__image-container {
  display: inline-block;
  position: relative;
}
.profile-gallery-card__image {
  display: block;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 1/1;
  min-width: 270px;
  width: 100%;
  background-color: #ededed;
}
.profile-gallery-card__modal-open-button {
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
  background: #000000;
  color: #ffffff;
  padding: 0.5rem 0.859375rem;
  font-size: 1.25rem;
  transition: all 0.1s ease;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-gallery-card__modal-open-button:hover {
  box-shadow: inset 0 0 0 5px #CFB991;
}
.profile-gallery-card__content-container {
  width: 270px;
}
.profile-gallery-card__name {
  display: block;
  color: #8e6f3e;
  font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.profile-gallery-card__title {
  display: block;
  font-size: 1.125rem;
  margin-top: 0.5rem;
}
.profile-gallery-card__profile-link {
  display: block;
  margin-top: 0.5rem;
}
.profile-gallery-card__bio {
  color: #555960;
  line-height: 2;
}
.profile-gallery-card__modal-image-container {
  position: relative;
}
@media (min-width: 1200px) {
  .profile-gallery-card__modal-image-container:before {
    content: "";
    width: 2px;
    background: #CFB991;
    height: 9.25rem;
    position: absolute;
    bottom: calc(100% + 1.625rem);
    left: calc(50% - 1px);
  }
  .profile-gallery-card__modal-image-container:after {
    content: "";
    width: 2px;
    background: #CFB991;
    height: 200%;
    position: absolute;
    top: calc(100% + 1.625rem);
    left: calc(50% - 1px);
  }
}
.profile-gallery-card__modal-image {
  border: 10px solid #CFB991;
  margin: auto;
}
.profile-gallery-card__modal .modal-content {
  overflow: hidden;
}
.profile-gallery-card__modal .modal-header {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .profile-gallery-card__modal .modal-body {
    padding-right: 5rem;
    padding-left: 5rem;
    padding-bottom: 5rem;
  }
}

.pu-title-hero {
  background-color: #000000;
}
@media (min-width: 768px) {
  .pu-title-hero {
    background-color: transparent;
  }
}
.pu-title-hero__body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 768px) {
  .pu-title-hero__body {
    background-color: #ededed;
    flex-direction: row;
    padding: 17.25rem 3.25rem 3.75rem;
  }
  .pu-title-hero__body--short {
    padding-top: 5rem;
  }
}
.pu-title-hero__background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 50vw;
  width: 100%;
}
@media (min-width: 768px) {
  .pu-title-hero__background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .pu-title-hero__background-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.pu-title-hero__content {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .pu-title-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 0;
    padding: 0;
    min-height: 20rem;
    position: relative;
  }
}
.pu-title-hero__title {
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 2.1875rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .pu-title-hero__title {
    font-size: 5rem;
    line-height: 1.125;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .pu-title-hero__title--smaller {
    font-size: 3.5rem;
  }
}
.pu-title-hero__subtitle {
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  margin: 0;
  color: #ffffff;
}

.purdue-block-quote {
  padding: 0 3.25rem;
  margin: 4em 0;
  isolation: isolate;
}
@media (max-width: 920px) {
  .purdue-block-quote {
    padding: 0 5.5rem;
  }
}
@media (max-width: 768px) {
  .purdue-block-quote {
    padding: 0 3.5rem;
  }
}
.purdue-block-quote__content {
  padding: 3rem 2.5rem;
  font-family: source-serif-pro, Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.45;
  color: black;
  position: relative;
  margin-bottom: 0;
}
.purdue-block-quote__content:before {
  content: url("data:image/svg+xml,<svg id='ab2aebd5-a62f-4dfa-b5d5-b83b9eef4c67' data-name='ef9c2100-31be-4639-82c5-0ef6f30faf8a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 131.24023 102.67578'><defs><style>.b4bb6a7a-d63d-49f7-a4fd-5d396228bc83%7Bisolation:isolate;%7D.be03d447-f793-4b30-aee2-c3cae2c0df0d%7Bfill:%23ededed;%7D</style></defs><g id='a12a60aa-1270-43ef-9280-761b97beb14a' data-name=' ' class='b4bb6a7a-d63d-49f7-a4fd-5d396228bc83'><g class='b4bb6a7a-d63d-49f7-a4fd-5d396228bc83'><path class='be03d447-f793-4b30-aee2-c3cae2c0df0d' d='M0,20.458,20.458,0H55.584V23.16016H34.74023L32.03809,25.8623V45.16211H55.584v57.51367H0Zm76.042,0L96.50049,0h34.73974V23.16016h-20.458l-2.70215,2.70214V45.16211h23.16015v57.51367H76.042Z'/></g></g></svg>");
  position: absolute;
  display: inline-block;
  z-index: -1;
  left: 0;
  top: -0.5rem;
  line-height: 1;
  width: 140px;
  height: auto;
}
.purdue-block-quote__content:after {
  content: url("data:image/svg+xml,<svg id='b4930990-a4b4-4d6a-b1e0-9ad895abdee9' data-name='ef9c2100-31be-4639-82c5-0ef6f30faf8a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 131.24023 102.67578'><defs><style>.b6d5e543-911c-4c94-8fdb-e0e01acf6baf%7Bisolation:isolate;%7D.e8b0e685-3c07-44e7-9e48-07eaba779669%7Bfill:%23ededed;%7D</style></defs><g id='b64e74fd-3808-4be3-b29c-9969ba03156c' data-name=' ' class='b6d5e543-911c-4c94-8fdb-e0e01acf6baf'><g class='b6d5e543-911c-4c94-8fdb-e0e01acf6baf'><path class='e8b0e685-3c07-44e7-9e48-07eaba779669' d='M131.24023,82.21777l-20.458,20.458h-35.126V79.51562H96.5l2.70215-2.70214V57.51367H75.65625V0h55.584Zm-76.042,0-20.45849,20.458H0V79.51562H20.458l2.70215-2.70214V57.51367H0V0H55.19824Z'/></g></g></svg>");
  position: absolute;
  display: inline-block;
  z-index: -1;
  right: 0;
  bottom: -0.5rem;
  line-height: 1;
  width: 140px;
  height: auto;
}
@media (max-width: 768px) {
  .purdue-block-quote__content {
    padding: 1.875rem 1rem;
    font-size: 1.25rem;
  }
  .purdue-block-quote__content:after {
    top: -0.2rem;
    width: 80px;
  }
  .purdue-block-quote__content:after {
    bottom: -0.2rem;
    width: 80px;
  }
}
.purdue-block-quote__bottom {
  padding: 0 0 0 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .purdue-block-quote__bottom {
    font-size: 1.25rem;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem 0;
  }
}
@media (max-width: 768px) {
  .purdue-block-quote__info {
    width: 100%;
  }
}
.purdue-block-quote__cta {
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  font-size: 1.125rem;
  font-weight: 700;
  color: #8e6f3e;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .purdue-block-quote__cta {
    margin-top: 1.5rem;
    width: 100%;
  }
}
.purdue-block-quote__cta:after {
  content: "\f138";
  font-size: 1.125rem;
  font-family: "Font Awesome 5 Free";
  color: #8e6f3e;
  position: relative;
  display: inline-block;
  line-height: 1;
  font-weight: 900;
  margin-left: 1.125rem;
  transition: right 0.5s;
}
.purdue-block-quote__cta:hover:after {
  right: -0.5rem;
}
.purdue-block-quote__name {
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #8e6f3e;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .purdue-block-quote__name {
    font-size: 1.25rem;
    width: 100%;
  }
}
.purdue-block-quote__title {
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  color: black;
  margin-bottom: 0;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .purdue-block-quote__title {
    font-size: 1.25rem;
    margin-top: 0.25rem;
    width: 100%;
  }
}

.er-status {
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
  padding: 1.5rem;
}
.er-status__list {
  list-style-type: none;
  padding-left: 0;
}
.er-status__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: gray;
  background: linear-gradient(75deg, #0e7300 0%, #6ac65e 100%);
  border-radius: 50px;
  padding: 0.25rem;
  margin: 0.25rem;
  color: white;
  text-shadow: 1px 1px 2px #505050;
}
.er-status__list-item--medium {
  background: linear-gradient(75deg, #d09900 0%, #ffd27c 100%);
}
.er-status__list-item--long {
  background: linear-gradient(75deg, #d01800 0%, #ff8d81 100%);
}
.er-status__learn-more {
  text-align: right;
}
.er-status .accordion-button:after {
  display: none;
}
.er-status .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
  box-shadow: none;
}

.split-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
}
.split-hero__body {
  order: 2;
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2rem 0;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
}
@media (min-width: 992px) {
  .split-hero__body {
    position: relative;
    background: #ffffff;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    margin: 0 !important;
    padding: 2rem 0 135px 0;
    order: 1;
    box-shadow: none;
  }
}
.split-hero__body .content {
  color: black !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .split-hero__body .content {
    width: 100%;
    min-height: 20rem;
    width: calc(40% - 24px);
  }
}
.split-hero__body .content a {
  color: black !important;
}
.split-hero__body .content h1 {
  font-family: acumin-pro-semi-condensed;
  font-weight: 700;
  font-size: 2.8125rem;
  color: black;
  width: 100%;
}
@media (min-width: 992px) {
  .split-hero__body .content h1 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .split-hero__body .content h1.split-hero__title-smaller {
    font-size: 3rem;
  }
}
.split-hero__body .content p {
  font-size: 1.25rem;
  line-height: 1.875;
  font-family: "United Sans", Impact, "Arial Black", "sans serif";
  text-transform: uppercase;
}
.split-hero__body .content p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .split-hero__body .content p {
    font-size: 1.5625rem;
    width: 85%;
  }
}
.split-hero__image {
  position: relative;
  height: 20rem;
  width: 100%;
  flex-basis: auto;
  order: 1;
}
@media (min-width: 992px) {
  .split-hero__image {
    z-index: 4;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
  }
}
.split-hero__image .background-image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.split-hero-50-50 {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
}
.split-hero-50-50__body {
  order: 2;
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1rem 0;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
  background-color: #000000;
}
@media (min-width: 992px) {
  .split-hero-50-50__body {
    position: relative;
    padding: 2.5rem 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    margin: 0 !important;
    order: 1;
    box-shadow: none;
  }
}
.split-hero-50-50__content {
  color: #ffffff !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .split-hero-50-50__content {
    width: 100%;
    min-height: 15rem;
    width: calc(50% - 24px);
  }
}
.split-hero-50-50__content h1 {
  font-family: acumin-pro-semi-condensed;
  font-weight: 700;
  font-size: 2.8125rem;
  color: white !important;
  width: 100%;
}
@media (min-width: 992px) {
  .split-hero-50-50__content h1 {
    font-size: 4.0625rem !important;
  }
}
.split-hero-50-50__content p {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .split-hero-50-50__content p {
    width: 85%;
  }
}
.split-hero-50-50__image {
  position: relative;
  height: 20rem;
  width: 100%;
  flex-basis: auto;
  order: 1;
}
@media (min-width: 992px) {
  .split-hero-50-50__image {
    z-index: 4;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
}
.split-hero-50-50__image:before {
  content: "";
  background: #000000;
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 100%;
  height: 3rem;
  left: 0;
  bottom: -1px;
}
@media (min-width: 992px) {
  .split-hero-50-50__image:before {
    width: 5rem;
    height: 100%;
    left: -1px;
    bottom: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
}
.split-hero-50-50__image .background-image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.youtube-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  min-width: 300px;
  overflow: hidden;
}
.youtube-embed-container iframe, .youtube-embed-container object, .youtube-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.accordion .accordion-button:not(.collapsed) {
  background-color: #CFB991;
  color: #000000;
}

#to-top {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #cfb991;
  background: #000;
  font-size: 1.1rem;
  padding: 1.5rem;
  margin: 0;
  border: none;
  transition: transform 0.2s ease;
  border-radius: 100%;
  z-index: 1000;
}

.pvm-alert {
  margin-bottom: 0;
  color: black;
  border: 0;
}

.link-card {
  display: block;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
  border: none;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  overflow: hidden;
}
.link-card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: #000000;
}
.link-card:hover .card-body {
  border-left: solid 7px #000;
  padding-left: 0.9375rem;
}
.link-card .card-body {
  padding: 1.25rem 1.375rem;
  height: 100%;
}

.entrance {
  font-weight: bold;
  color: #000000;
  background-color: #c4bfc0;
  padding-right: 0.3em;
  padding-left: 0.3em;
}
.entrance--emergency {
  color: #ff0000;
  background-color: transparent;
}

.schedule-item {
  padding: 1.25rem;
  border-bottom: 1px solid #c4bfc0;
}
.schedule-item__title {
  margin-bottom: 0.5rem;
}
.schedule-item .fa-user, .schedule-item .fa-clock, .schedule-item .fa-location-dot {
  margin-right: 5px;
}
.schedule-item__presenter-divider {
  margin: 0 12px;
}
.schedule-item__description {
  margin-top: 1rem;
}
.schedule-item__description p:last-child {
  margin-bottom: 0;
}

.day__heading {
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  font-size: 30px;
  color: white;
  background-color: #555960;
  padding: 12px;
  padding-bottom: 7px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.day__heading-sticky {
  position: sticky;
  top: 0;
}
.day__heading .fa-calendar-days {
  margin-right: 10px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  /* Hide default HTML checkbox */
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c4bfc0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Rounded sliders */
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #CFB991;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:focus + .slider {
  outline: 2px solid #0a58ca;
  transition: unset;
}

.pagination .page-item.active .page-link {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.pagination .page-link {
  color: #000000;
}

.pvm-handbook-meta {
  background: #f3f3f3;
  padding: 1em;
  text-align: end;
}
.pvm-handbook-meta p:last-of-type {
  margin-bottom: 0;
}

.hospital-service-intro-container {
  background-color: #cfb991;
}

@media (min-width: 768px) {
  .hospital-service-sidebar {
    background-color: #f3f3f3;
  }
}

.bg-boiler-gold {
  background-color: #CFB991;
}
.bg-aged-gold {
  background-color: #8e6f3e;
}
.bg-rush-gold {
  background-color: #daaa00;
}
.bg-field-gold {
  background-color: #ddb945;
}
.bg-dust-gold {
  background-color: #ebd99f;
}
.bg-steel-gray {
  background-color: #555960;
}
.bg-cool-gray {
  background-color: #6f727b;
}
.bg-steam-gray {
  background-color: #c4bfc0;
}
.bg-railway-gray {
  background-color: #9d9795;
}
.bg-gold-gradient-1 {
  background-color: #CFB991;
  background: linear-gradient(40deg, #decdae 12%, #cfb991 80%);
}
.bg-primary-gray {
  background-color: #ededed;
}
.bg-secondary-gray {
  background-color: #f3f3f3;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}

.purdue-shadow {
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
}
.purdue-shadow:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#tinymce .accordion-collapse.collapse {
  display: block;
}
#tinymce .accordion-button {
  background-color: #CFB991;
  color: #000000;
}
#tinymce .stretched-link::after {
  position: relative;
}

.hospital-alert { background-color: #a30000; color: #fff; border-radius: 0; }
.hospital-alert a { color: #fff !important; }
.hospital-alert .btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
	opacity: 1;
	color: #fff !important;
}

