@charset "UTF-8";
/* Core - Variables */
/*
* Theme variables.
*/
/*
* Variables.
*/
/* Primary Colors */
/* Secondary (Neutral) Colors */
/* Faculty Accent Colors */
/* Common Colors */
/* Fonts */
/* Font weights */
/* Custom breakpoints */
/* breakpoints are inspired from bootstrap 5 https://getbootstrap.com/docs/5.0/layout/breakpoints/ */
/* Base - Global styles */
/* Global base styles. */
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

main#content {
  padding-top: 0;
}

@media (min-width: 712px) {
  .container {
    max-width: 1180px;
  }
}

.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.alignfull.is-layout-constrained {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 712px) {
  .alignfull.is-layout-constrained {
    padding-left: initial;
    padding-right: initial;
  }
}

h1,
.h1 {
  font-size: 2.25rem;
  line-height: 2.937rem;
  font-weight: 700;
}
@media (min-width: 712px) {
  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h2,
.h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 500;
}
@media (min-width: 712px) {
  h2,
  .h2 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 500;
}
@media (min-width: 712px) {
  h3,
  .h3 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 712px) {
  h4,
  .h4 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}

h5,
.h5,
.spotlight-lightbox.glightbox-container .spotlight-modal-title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 712px) {
  h5,
  .h5,
  .spotlight-lightbox.glightbox-container .spotlight-modal-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

p, .paragraph, .spotlight-lightbox.glightbox-container .spotlight-modal-text {
  font-size: 1rem;
  line-height: 1.5rem;
}

.paragraph-lg {
  font-size: 1.312rem;
  line-height: 2rem;
}

.paragraph-xl {
  font-size: 1.875rem;
  line-height: 2.81rem;
}

a.text-white:hover {
  color: #d6cfca !important;
}

.custom-btn a {
  width: auto;
  padding: 8px 30px !important;
  text-decoration: none !important;
  position: relative;
  font-weight: 600 !important;
}
.custom-btn__outlined-white a {
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.custom-btn__outlined-white a:hover {
  background-color: #8c0000 !important;
  border-color: #8c0000 !important;
}
.custom-btn__outlined-red-white a {
  background-color: transparent !important;
  border: 1px solid #e31837 !important;
  color: #e31837 !important;
}
.custom-btn__outlined-red-white a:hover {
  border-color: #8c0000 !important;
  background-color: #8c0000 !important;
  color: #ffffff !important;
}
.custom-btn__outlined-black-white a {
  background-color: transparent !important;
  border: 1px solid #212529 !important;
  color: #212529 !important;
}
.custom-btn__outlined-black-white a:hover {
  border-color: #8c0000 !important;
  background-color: #8c0000 !important;
  color: #ffffff !important;
}
.custom-btn__filled-white-red a {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #e31837 !important;
}
.custom-btn__filled-white-red a:hover {
  background-color: #8c0000 !important;
  border-color: #8c0000 !important;
  color: #ffffff !important;
}
.custom-btn__filled-white-black a {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #212529 !important;
}
.custom-btn__filled-white-black a:hover {
  background-color: #8c0000 !important;
  border-color: #8c0000 !important;
  color: #ffffff !important;
}
.custom-btn__filled-red-white a {
  background-color: #e31837 !important;
  border: 1px solid #e31837 !important;
  color: #ffffff !important;
}
.custom-btn__filled-red-white a:hover {
  border-color: #8c0000 !important;
  background-color: #8c0000 !important;
}
.custom-btn__filled-black-white a {
  background-color: #212529 !important;
  border: 1px solid #212529 !important;
  color: #ffffff !important;
}
.custom-btn__filled-black-white a:hover {
  border-color: #8c0000 !important;
  background-color: #8c0000 !important;
  color: #ffffff !important;
}
.custom-btn__filled-black-white--with-icon a {
  background-color: #212529 !important;
  border: 1px solid #212529 !important;
  color: #ffffff !important;
  width: 100%;
}
.custom-btn__filled-black-white--with-icon a:after {
  content: "\f102";
  font-family: theme-icons !important;
  line-height: 0;
  position: absolute;
  margin-left: 5px;
  right: 12px;
  top: 50%;
}
.custom-btn__filled-black-white--with-icon a:hover {
  border-color: #8c0000 !important;
  background-color: #8c0000 !important;
  color: #ffffff !important;
}
.custom-btn__filled-red-white--with-icon a {
  background-color: #e31837 !important;
  border: 1px solid #e31837 !important;
  color: #ffffff !important;
  width: 100%;
}
.custom-btn__filled-red-white--with-icon a:after {
  content: url("../../images/icons/arrow-right-white.svg");
  line-height: 0;
  margin-left: 5px;
  float: right;
}
.custom-btn__filled-red-white--with-icon a:hover {
  border-color: #8c0000 !important;
  background-color: #8c0000 !important;
  color: #ffffff !important;
}
.custom-btn__rounded-white-accent a {
  border: 1px solid #773DBD;
  border-radius: 30px;
  color: #773DBD;
  font-weight: 600;
  padding: 5px 18px;
  text-decoration: none !important;
}
.custom-btn__rounded-white-accent a:hover, .custom-btn__rounded-white-accent a:focus {
  background-color: #773DBD;
  color: #ffffff;
}
.custom-btn__rounded-white-accent a:hover::after, .custom-btn__rounded-white-accent a:focus::after {
  filter: brightness(0) invert(100%);
}
.custom-btn__rounded-white-accent a::after {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 6px;
  vertical-align: text-top;
  width: 20px;
}

/* Common background classes. */
.bg-primary000 {
  background-color: #e31837;
}

.bg-primary100 {
  background-color: #c00c1a;
}

.bg-primary200 {
  background-color: #8c0000;
}

.bg-secondary000 {
  background-color: #686260;
}

.bg-secondary100 {
  background-color: #b7aea9;
}

.bg-secondary200 {
  background-color: #d6cfca;
}

.bg-secondary300 {
  background-color: #dee2e6;
}

.bg-secondary400 {
  background-color: #f5f5f5;
}

.bg-secondary500 {
  background-color: #212529;
}

.bg-accent000 {
  background-color: #773DBD;
}

.bg-accent100 {
  background-color: #311453;
}

.bg-accent100 {
  background-color: #311453;
}

/* Common Text classes. */
.text-primary000 {
  color: #e31837;
}

.text-primary100 {
  color: #c00c1a;
}

.text-primary200 {
  color: #8c0000;
}

.text-secondary000 {
  color: #686260;
}

.text-secondary100 {
  color: #b7aea9;
}

.text-secondary200 {
  color: #d6cfca;
}

.text-secondary300 {
  color: #dee2e6;
}

.text-secondary400 {
  color: #f5f5f5;
}

.text-secondary500 {
  color: #212529;
}

.text-accent000 {
  color: #773DBD;
}

.text-accent100 {
  color: #311453;
}

.text-accent100 {
  color: #311453;
}

/* Blocks */
.infographics-card-wrapper .card-deck {
  gap: 51px;
  flex-wrap: wrap !important;
}
@media (min-width: 992px) {
  .infographics-card-wrapper .card-deck {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 576px) {
  .infographics-card-wrapper .card-deck .infographics-card:first-child:nth-last-child(4),
  .infographics-card-wrapper .card-deck .infographics-card:first-child:nth-last-child(2),
  .infographics-card-wrapper .card-deck .infographics-card:first-child:nth-last-child(4) ~ .infographics-card,
  .infographics-card-wrapper .card-deck .infographics-card:first-child:nth-last-child(2) ~ .infographics-card {
    /* Handling display for four & two items. */
    flex-basis: calc(50% - 26px) !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 576px) {
  .infographics-card-wrapper .card-deck .infographics-card:first-child:nth-last-child(3),
  .infographics-card-wrapper .card-deck .infographics-card:first-child:nth-last-child(3) ~ .infographics-card {
    /* Handling display for three items. */
    flex-basis: calc(33.33% - 34px) !important;
    flex-grow: 0 !important;
  }
}
.infographics-card-wrapper .card-deck .infographics-card {
  min-height: 274px;
}
@media (min-width: 992px) {
  .infographics-card-wrapper .card-deck .infographics-card {
    max-width: none;
    flex-basis: 0 !important;
    flex-grow: 1 !important;
  }
}
.infographics-card-wrapper .card-deck .infographics-card .wp-block-image {
  margin-bottom: 2.5rem;
}

.paragraph-media__content .wp-block-columns {
  column-gap: 50px;
}
.paragraph-media__content .wp-block-columns:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (min-width: 992px) {
  .paragraph-media__content .wp-block-columns:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.paragraph-media__content .wp-block-columns:last-child {
  margin-bottom: 0;
}
.paragraph-media__content .wp-block-columns:nth-child(even) {
  /* Reversed for mobile to display the images on top. */
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .paragraph-media__content .wp-block-columns:nth-child(even) {
    flex-direction: row;
  }
}
.paragraph-media__content .wp-block-columns p a {
  margin-right: 1rem;
}
.paragraph-media__content .wp-block-columns figure {
  margin-bottom: 0;
}

.media-cards.card-deck {
  gap: 1.375rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.media-cards.card-deck .media-card {
  border: none;
  margin-left: 0;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .media-cards.card-deck .media-card:first-child {
    margin-left: 0;
  }
  .media-cards.card-deck .media-card:nth-child(3) {
    margin-right: 0;
  }
}
.media-cards.card-deck .media-card figure {
  margin-bottom: 0;
  /* Overriding padding applied to remove blank space */
  padding-top: 0 !important;
  /* Updating the padding to fit in proper video dimensions */
}
.media-cards.card-deck .media-card figure .wp-block-embed__wrapper:before {
  padding-top: 60.34%;
}
.media-cards.card-deck .media-card figure img {
  width: 100%;
}
.media-cards.card-deck .media-card .card-body {
  border: 1px solid #dee2e6;
  padding-bottom: 2.25rem;
}
.media-cards--with-img.card-deck {
  gap: 1rem;
}

.text-cta {
  /* text-cta-with-video-light */
}
.text-cta .wp-block-separator {
  border-bottom: 1px solid #ffffff;
}
.text-cta__content {
  margin-top: 1.5rem;
}
.text-cta.light .text-cta__content {
  margin: 2.12rem 0 3rem;
}
.text-cta.light .text-cta__content > .wp-block-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.text-cta.light .text-cta__content > .wp-block-column .wp-block-separator {
  width: 100%;
  border-color: #212529;
}
.text-cta.light .text-cta__content > .wp-block-column h6 {
  margin-bottom: 2rem;
}
.text-cta.light .text-cta__content > .wp-block-column ul {
  padding-left: 1.5rem;
}
.text-cta.light .text-cta__content > .wp-block-column p {
  margin: auto 0 0 0;
  text-transform: uppercase;
}

.programs-list__content {
  position: relative;
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-holder {
  position: relative;
  gap: 1rem;
}
@media (min-width: 992px) {
  .programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-holder {
    /* Tabs header (positioning on top-right for laptop devices) */
    position: absolute;
    top: 0;
    right: 0;
  }
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-holder .wp-block-yorku-blocks-tabbed-content-tabs-title {
  gap: 1rem;
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-holder .wp-block-yorku-blocks-tabbed-content-tabs-title .wp-block-yorku-blocks-tabbed-content-tab-title-wrap {
  border: 1px solid #ffffff;
  padding: 10px;
  background-color: transparent;
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-holder .wp-block-yorku-blocks-tabbed-content-tabs-title .wp-block-yorku-blocks-tabbed-content-tab-title-wrap .wp-block-yorku-blocks-tabbed-content-tab-title {
  color: #ffffff;
  text-transform: unset;
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-holder .wp-block-yorku-blocks-tabbed-content-tabs-title .wp-block-yorku-blocks-tabbed-content-tab-title-wrap.active {
  background-color: #ffffff;
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-holder .wp-block-yorku-blocks-tabbed-content-tabs-title .wp-block-yorku-blocks-tabbed-content-tab-title-wrap.active .wp-block-yorku-blocks-tabbed-content-tab-title {
  color: #212529;
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-holder .wp-block-yorku-blocks-tabbed-content-tabs-title .wp-block-yorku-blocks-tabbed-content-tab-title-wrap:hover {
  background-color: #8c0000;
  border-color: #8c0000;
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-holder .wp-block-yorku-blocks-tabbed-content-tabs-title .wp-block-yorku-blocks-tabbed-content-tab-title-wrap:hover .wp-block-yorku-blocks-tabbed-content-tab-title {
  color: #ffffff;
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-content-wrap {
  row-gap: 3rem;
  justify-content: flex-start !important;
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-content-wrap .wp-block-yorku-blocks-latest-news {
  display: flex !important;
}
@media (min-width: 712px) {
  .programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-content-wrap .wp-block-yorku-blocks-latest-news {
    width: 33.33% !important;
  }
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-content-wrap .wp-block-yorku-blocks-latest-news .news-article-inner {
  /* Updated width to fit the sizing of component. */
  width: 89%;
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-content-wrap .wp-block-yorku-blocks-latest-news:nth-child(3n+2) {
  /* Fixing alignment for the middle inner cards. */
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-content-wrap .wp-block-yorku-blocks-latest-news:nth-child(3n+2) .news-article-inner {
  margin: 0 auto;
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-content-wrap .wp-block-yorku-blocks-latest-news:nth-child(3n+3) {
  /* Fixing alignment for the third inner cards. */
  justify-content: flex-end;
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-content-wrap .wp-block-yorku-blocks-latest-news__info:first-line {
  /* Override style to not transform first line to uppercase & changed color. */
  color: inherit !important;
  text-transform: none !important;
  font-size: 100% !important;
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-content-wrap .wp-block-yorku-blocks-latest-news .img-container img {
  height: 266px;
}
.programs-list__content .wp-block-yorku-blocks-tabbed-content-tab-content-wrap .wp-block-yorku-blocks-tabbed-content-news-toggle {
  display: none;
}
.programs-list__content .wp-block-yorku-blocks-latest-news__info {
  padding: 0 10px;
  margin-bottom: 26px;
}
.programs-list__content .wp-block-yorku-blocks-latest-news__info a {
  text-transform: uppercase;
  color: #e31837;
}
.programs-list__content .wp-block-yorku-blocks-latest-news__info a:hover {
  color: #8c0000;
}
.programs-list__content .custom-btn {
  margin: 0 auto;
  width: fit-content;
}

.custom-info-cards .card-deck .card {
  padding: 10px;
  margin: 0;
  margin-bottom: 0 !important;
}
.custom-info-cards .card-deck .card figure {
  border: none;
}
.custom-info-cards .card-deck .card .card-body {
  padding: 20px 10px;
}

.brand-block-blue .wp-block-group__inner-container {
  margin: 0 !important;
  left: 0;
  right: 0;
  width: 100% !important;
}
@media (min-width: 992px) {
  .brand-block-blue .wp-block-group__inner-container {
    width: 50% !important;
    margin: 35px !important;
  }
}
.brand-block-blue .wp-block-group__inner-container .wp-block-heading {
  width: 100%;
}
@media (min-width: 992px) {
  .brand-block-blue .wp-block-group__inner-container .wp-block-heading {
    width: 85%;
  }
}
.brand-block-blue figure {
  /* Changing border color to purple. */
  border-color: #773DBD;
  background-color: #773DBD;
  max-height: none;
}
@media (min-width: 992px) {
  .brand-block-blue figure {
    max-height: 600px;
  }
}
.brand-block-blue .wp-block-group {
  position: relative;
  top: 0;
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .brand-block-blue .wp-block-group {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
  }
}

.custom-content-tabs {
  /* Overriding !important styling added for changing colors. */
}
.custom-content-tabs .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title,
.custom-content-tabs .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title:hover {
  color: #ffffff !important;
  border-color: #212529 !important;
  background: #212529 !important;
}
.custom-content-tabs .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title,
.custom-content-tabs .kt-tabs-accordion-title.kt-tab-title-active .kt-tab-title {
  color: #ffffff !important;
}
.custom-content-tabs .kt-tabs-title-list li .kt-tab-title {
  color: #212529 !important;
}
.custom-content-tabs .kt-tabs-title-list li .kt-tab-title:hover {
  border-color: transparent !important;
  background: #8c0000 !important;
  color: #ffffff !important;
}
.custom-content-tabs .kt-tab-title {
  text-decoration: none !important;
}
.custom-content-tabs .kt-tabs-wrap .wp-block-kadence-tab {
  border: 1px solid #dee2e6 !important;
  padding: 30px;
}
@media (min-width: 712px) {
  .custom-content-tabs .kt-tabs-wrap .wp-block-kadence-tab {
    padding: 60px 50px;
  }
}
.custom-content-tabs .kt-tabs-wrap .wp-block-kadence-tab figure img {
  width: 100%;
}

.wp-block-kadence-accordion {
  margin-top: 2.5rem;
}
.wp-block-kadence-accordion .kt-blocks-accordion-header {
  margin-bottom: 1.5rem;
}
.wp-block-kadence-accordion .kt-blocks-accordion-header:focus {
  outline: none;
}
.wp-block-kadence-accordion .kt-accordion-panel-inner {
  /* Overriding !important background color added. */
  background-color: transparent !important;
}

.feature-quote__cols {
  margin-top: 2.5rem;
  gap: 50px;
}
/* Search Resualt Page. */
.search-results-container {
  margin: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.search-results-container h2 {
  font-size: 24px;
  font-weight: bold;
}

.search-results-container h3 {
  font-size: 20px;
  color: #333;
  margin-top: 30px;
}

.search-results-container ul {
  list-style-type: none;
  padding: 0;
}

.search-results-container li {
  margin-bottom: 15px;
}

.search-results-container a {
  font-size: 18px;
  text-decoration: none;
}

.search-results-container a:hover {
  color: #005177;
}

.search-results-container p {
  color: #777;
}
/* Search Resualt Page. */

@media (max-width: 992px) {
  .learnmore-block {
    /* Displaying columns in rows for tablet devices */
    flex-wrap: wrap !important;
  }
  .learnmore-block .wp-block-column {
    flex-basis: 100% !important;
  }
}
.learnmore-block .wp-block-buttons {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .learnmore-block .wp-block-buttons {
    justify-content: flex-end !important;
  }
}
.learnmore-block figure {
  margin-top: 0px;
  margin-inline-end: 1.25em !important;
}
.learnmore-block p {
  margin-bottom: 0px;
}
.learnmore-block p a {
  color: #ffffff;
}

.program-overview__title {
  margin-bottom: 1.5rem;
}
.program-overview__details {
  margin-top: 3.125rem;
}
.program-overview__details .wp-block-heading {
  margin-bottom: 1.5rem;
}
.program-overview__cta {
  margin-top: 1.5rem;
}
.program-overview__summary {
  padding: 24px;
}
.program-overview__buttons {
  margin-top: 1rem;
  gap: 1rem;
}
.program-overview .wp-block-columns {
  margin-bottom: 0;
}

.intro-with-anchor-links__breadcrumbs, .intro-with-anchor-links .breadcrumbs {
  margin-bottom: 2.88rem;
}
.intro-with-anchor-links__title {
  margin-bottom: 3rem;
}
.intro-with-anchor-links p {
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 2.625rem;
}
.intro-with-anchor-links__columns {
  gap: 2rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .intro-with-anchor-links__columns {
    gap: 9.44rem;
  }
}
@media (max-width: 992px) {
  .intro-with-anchor-links__columns {
    /* Displaying columns in rows for tablet devices */
    flex-wrap: wrap !important;
  }
  .intro-with-anchor-links__columns .wp-block-column {
    flex-basis: 100% !important;
  }
}

.programs-single-col__content {
  position: relative;
}
.programs-single-col__content .kt-tabs-title-list {
  position: relative;
  gap: 0.5rem;
  /* Tabs Header styling */
}
@media (min-width: 992px) {
  .programs-single-col__content .kt-tabs-title-list {
    /* Tabs header (positioning on top-right for laptop devices) */
    position: absolute;
    top: 0;
    right: 0;
  }
}
.programs-single-col__content .kt-tabs-title-list .kt-title-item a.kt-tab-title {
  padding: 8px 20px;
  border: 1px solid #212529 !important;
  background-color: #ffffff !important;
  color: #212529 !important;
  text-decoration: none !important;
  margin: 0 !important;
}
.programs-single-col__content .kt-tabs-title-list .kt-title-item a.kt-tab-title:hover {
  border-color: #8c0000 !important;
  background-color: #8c0000 !important;
  color: #ffffff !important;
}
.programs-single-col__content .kt-tabs-title-list .kt-tab-title-active a.kt-tab-title {
  padding: 8px 20px;
  border: 1px solid #212529 !important;
  background-color: #212529 !important;
  color: #ffffff !important;
}
.programs-single-col__content .kt-tabs-content-wrap {
  margin-top: 5rem;
}
.programs-single-col__content .kt-tabs-content-wrap .wp-block-kadence-tab {
  border: none !important;
  padding: 0 !important;
}
.programs-single-col__inner-cols {
  gap: 3.125rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 712px) {
  .programs-single-col__inner-cols {
    margin-bottom: 5rem;
  }
}
.programs-single-col__inner-cols:last-child {
  margin-bottom: 0;
}
.programs-single-col__title {
  margin-bottom: 1rem;
}
.programs-single-col__link {
  margin-top: 1rem;
}

.faculty-carousel .faculty-carousel__slider {
  margin-top: 3rem;
}
.faculty-carousel .faculty-carousel__slider .kt-blocks-carousel {
  /* Carousel Items */
}
@media (max-width: 992px) {
  .faculty-carousel .faculty-carousel__slider .kt-blocks-carousel {
    /* Alignment fixes for mobile & tablet devices */
    margin: 0;
  }
  .faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .kt-blocks-carousel-init {
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    align-items: center;
  }
  .faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .kt-blocks-testimonial-carousel-item {
    padding: 0;
  }
}
.faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .kt-blocks-carousel-init {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .kt-testimonial-item-wrap {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .kt-testimonial-item-wrap {
    margin: 0 auto;
  }
}
.faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .kt-testimonial-item-wrap .kt-testimonial-media-inner-wrap {
  margin-bottom: 0;
}
.faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .kt-testimonial-item-wrap .kt-testimonial-meta-wrap {
  margin-top: 1.375rem;
  padding-bottom: 2.25rem;
}
.faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .kt-testimonial-item-wrap .kt-testimonial-name {
  margin-bottom: 0.75rem;
}
.faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .kt-testimonial-item-wrap .kt-testimonial-name a:hover {
  color: #8c0000;
}
.faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .kt-carousel-arrowstyle-blackonlight .slick-prev,
.faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .kt-carousel-arrowstyle-blackonlight .slick-next {
  /* Carousel Arrows */
  background-color: transparent;
}
@media (max-width: 992px) {
  .faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .kt-carousel-arrowstyle-blackonlight .slick-prev,
  .faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .kt-carousel-arrowstyle-blackonlight .slick-next {
    position: relative;
    left: 0;
    right: 0;
  }
}
.faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .kt-carousel-arrowstyle-blackonlight .slick-prev {
  left: 0;
}
.faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .kt-carousel-arrowstyle-blackonlight .slick-next {
  right: 0;
}
.faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .slick-dots {
  /* Carousel pagination */
  bottom: -3.25rem;
}
.faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .slick-dots li button:before {
  background-color: #dee2e6;
  opacity: 1;
}
.faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .slick-dots li:hover button:before, .faculty-carousel .faculty-carousel__slider .kt-blocks-carousel .slick-dots li.slick-active button:before {
  background-color: #e31837;
}

.video-banner figure {
  margin-bottom: 0;
}
.video-banner figure video {
  display: block;
}
.video-banner figure figcaption {
  margin: 0 0.5rem;
  font-size: 80%;
  font-weight: 400;
}

.hero-banner {
  padding: 0;
  min-height: auto;
}
.hero-banner .wp-block-cover__image-background {
  height: auto;
  position: relative;
}
.hero-banner .wp-block-cover__inner-container {
  position: absolute;
  padding: 0 15px;
}
.hero-banner .wp-block-heading,
.hero-banner p {
  padding-right: 42%;
  text-transform: uppercase;
  font-size: 1.875rem !important;
  font-weight: 700;
  line-height: 2.5rem;
  color: #ffffff;
}
@media (min-width: 712px) {
  .hero-banner .wp-block-heading,
  .hero-banner p {
    font-size: 2.5rem !important;
    line-height: 3rem;
  }
}
@media (min-width: 992px) {
  .hero-banner .wp-block-heading,
  .hero-banner p {
    padding-right: 0;
  }
}

.info-cards-three-cols .card-deck {
  gap: 63px;
}
.info-cards-three-cols .card-deck figure img {
  width: 100%;
}
.info-cards-three-cols .card-deck:last-child {
  margin-bottom: 0;
}

.info-cards-four-cols .card-deck {
  gap: 50px;
  margin: 2.5rem 0;
  flex-wrap: wrap !important;
}
@media (min-width: 992px) {
  .info-cards-four-cols .card-deck {
    flex-wrap: nowrap !important;
  }
}
.info-cards-four-cols .card-deck .card {
  margin: 0 !important;
  padding: 10px !important;
  border: none !important;
  flex-basis: 100% !important;
  flex-shrink: 1;
}
@media (min-width: 992px) {
  .info-cards-four-cols .card-deck .card {
    flex-basis: 0 !important;
  }
}
.info-cards-four-cols .card-deck .card img {
  width: 100%;
}

.info-cards-two-cols-bg {
  padding: 6.25rem 0 3.74rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% calc(100% - 100px) !important;
}
@media (max-width: 992px) {
  .info-cards-two-cols-bg {
    background-image: none !important;
  }
}
.info-cards-two-cols-bg .card-deck {
  gap: 3.94rem;
  margin: 2.5rem 0 3.75rem;
}
.info-cards-two-cols-bg .card-deck .card {
  margin: 0 !important;
  border: none;
}
.info-cards-two-cols-bg .card-deck .card figure {
  border: none;
}
.info-cards-two-cols-bg .card-deck .card .card-body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 2rem 1.25rem 1.25rem 1.25rem;
}
.info-cards-two-cols-bg .card-deck .card .card-body .no-external a:after {
  content: none;
}

.featured-news-events .wp-block-columns {
  margin-bottom: 0;
}
.featured-news-events .featured-news .card-deck {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5rem;
}
.featured-news-events .featured-news .card-deck .card {
  margin-left: 0;
  margin-bottom: 0 !important;
}

.infographics-two-cols .wp-block-heading {
  margin-bottom: 0;
}
.infographics-two-cols__content {
  gap: 3.125rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.infographics-two-cols__content .card-deck {
  margin: 0;
  gap: 3.125rem;
}
@media (max-width: 992px) {
  .infographics-two-cols__content {
    /* Displaying columns in rows for tablet devices */
    flex-wrap: wrap !important;
  }
  .infographics-two-cols__content .wp-block-column {
    flex-basis: 100% !important;
  }
}
.infographics-two-cols__cta {
  margin-top: 2.5rem;
}

.infographics-three-cols {
  padding: 6.25rem 0;
}
.infographics-three-cols > .wp-block-heading {
  margin-bottom: 1.88rem;
}
.infographics-three-cols .card-deck {
  margin: 2.69rem 0 0 0;
  gap: 3.19rem;
}
.infographics-three-cols .card-deck > div {
  padding: 0.9375rem 1.5rem 1.5rem 1.5rem;
}
.infographics-three-cols .card-deck > div img {
  width: 70px;
}
.infographics-three-cols .card-deck > div h3 {
  margin-top: 2.5rem;
  font-weight: 600;
}

.navigation-list ul {
  margin-top: 1rem;
}
.navigation-list ul li a {
  margin-bottom: 1rem;
}
.navigation-list ul li a i {
  color: #e31837;
}
.navigation-list ul li a:focus {
  background-color: #ffffff;
  color: #212529;
}
.navigation-list ul li a:focus i {
  background-color: transparent;
  color: #e31837;
}
.navigation-list ul li a:active {
  background-color: #8c0000;
  color: #ffffff;
}
.navigation-list ul li a:active i {
  background-color: transparent;
  color: #ffffff;
}

.other-programs .card-deck {
  gap: 63px;
}
.other-programs .card-deck .card .card-body {
  padding-bottom: 1.625rem;
}

.spotlight-hero-banner {
  height: 200px;
  min-height: auto;
}
@media (min-width: 712px) {
  .spotlight-hero-banner {
    height: 460px;
  }
}

.video-testimonials {
  padding: 100px 15px;
}
@media (min-width: 712px) {
  .video-testimonials {
    padding: 200px 15px;
  }
}
.video-testimonials .media-cards {
  gap: 50px;
}
.video-testimonials .media-card .wp-block-embed {
  min-height: auto;
  min-width: auto;
}
.video-testimonials .media-card .card-body p:last-child {
  margin-bottom: 0;
}
.video-testimonials .media-card h4 {
  margin-bottom: 0;
}

.contact-with-map {
  gap: 2.38rem;
}
.contact-with-map__map {
  padding-right: 0.68rem;
}
.contact-with-map span.h5, .contact-with-map .spotlight-lightbox.glightbox-container span.spotlight-modal-title, .spotlight-lightbox.glightbox-container .contact-with-map span.spotlight-modal-title {
  position: relative;
  top: 1.5px;
  font-weight: 600;
}
.contact-with-map .wp-block-column p {
  margin-left: 30px;
}
.contact-with-map .wp-block-column i {
  width: 30px;
  margin-left: -30px;
  font-size: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .contact-with-map h3 {
    min-height: 65px;
  }
}

/* Components */
/* Navigation links */
.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.625rem;
}

/* Dropdown Menu links */
.dropdown-menu li .dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.625rem;
}
.dropdown-menu li.active .dropdown-item {
  color: #ffffff;
}

/* Right Navigation links */
.navbar .navbar-text a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  line-height: 1.625rem;
}
.navbar .navbar-text a:hover {
  color: #ffffff;
}

.portfolio-logout {
  margin-right: 20px;
}

.social-bar-block {
  row-gap: 0;
}
.footer-widgets-wrapper .social-bar-block {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.footer-widgets-wrapper .social-bar-block .wp-block-columns {
  display: block;
  margin-bottom: 0;
}
@media (min-width: 712px) {
  .footer-widgets-wrapper .social-bar-block .wp-block-columns {
    display: flex;
  }
}
@media (min-width: 712px) {
  .footer-widgets-wrapper .social-bar-block .wp-block-social-links {
    margin-bottom: 0;
  }
}

.spotlight-footer__text {
  color: #ffffff;
  margin-bottom: 42px;
  max-width: 62%;
}
@media (min-width: 712px) {
  .spotlight-footer__text {
    max-width: 55%;
  }
}
@media (min-width: 1200px) {
  .spotlight-footer__text {
    max-width: 48%;
  }
}
.spotlight-footer__text p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}
.spotlight-footer__text a {
  color: #ffffff;
}
@media (min-width: 712px) {
  .spotlight-footer__text a {
    white-space: nowrap;
  }
}

#yoast-breadcrumbs {
  /* Adding horizontal scrolling for the breadcrumbs incase of larger text */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  white-space: nowrap;
  padding-left: 15px;
  overflow-x: auto;
}
@media (min-width: 992px) {
  #yoast-breadcrumbs {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    white-space: normal;
    padding-left: 0;
  }
}
#yoast-breadcrumbs::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #ffffff 100%);
}
#yoast-breadcrumbs span {
  display: flex;
  gap: 0.375rem;
}

.breadcrumbs-container {
  margin-bottom: 50px;
}

.ampd-breadcrumbs {
  list-style: none;
  padding-left: 0;
}
.ampd-breadcrumbs li {
  display: inline-block;
}
.ampd-breadcrumbs li:not(:first-child)::before {
  content: "»";
  display: inline-block;
  margin-right: 4px;
}

.yoast-breadcrumbs > span {
  display: flex;
  gap: 0.38rem;
}

.related-news {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.related-news__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3.25rem;
}
@media (min-width: 992px) {
  .related-news__container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.related-news__post {
  display: flex;
  flex-direction: column;
}
.related-news__post-thumbnail a {
  position: relative;
  display: block;
}
.related-news__post-thumbnail a::before {
  content: "";
  display: block;
  padding-top: 60.34%;
}
.related-news__post-thumbnail a img {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.related-news__post-header {
  height: 100%;
  padding: 1.25rem;
  border: 1px solid #dee2e6;
}
.related-news__post-header .related-news__post-title {
  margin-bottom: 1rem;
  font-weight: normal;
}

.spotlight-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #212529;
  display: block;
  flex-basis: 33.3333%;
  padding: 9px 9px 35px 9px;
  position: relative;
}
.spotlight-card:hover, .spotlight-card:focus {
  color: #8c0000;
}
.spotlight-card:hover .spotlight-card--summary__description, .spotlight-card:focus .spotlight-card--summary__description {
  color: #212529;
}
.spotlight-card:hover .spotlight-card--image img, .spotlight-card:focus .spotlight-card--image img {
  transform: scale(103%);
}
.spotlight-card--image {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.spotlight-card--image img {
  max-width: 100%;
  height: auto;
  transition: transform 0.2s;
}
.spotlight-card--summary {
  padding: 0 10px;
}
.spotlight-card--summary__author {
  display: flex;
  margin-bottom: 16px;
}
.spotlight-card--summary__author h4 {
  margin-bottom: 4px;
}
.spotlight-card--summary__author h4 a {
  color: #212529;
  text-decoration: none !important;
}
.spotlight-card--summary__author h4 a:hover, .spotlight-card--summary__author h4 a:focus {
  color: #8c0000;
}
.spotlight-card--summary__author h4 a::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.spotlight-card--summary__author__photo {
  border-radius: 50px;
  flex-shrink: 0;
  height: 53px;
  margin-right: 16px;
  overflow: hidden;
  width: 53px;
}
.spotlight-card--summary__author__photo img {
  height: auto;
  max-width: 100%;
}
.spotlight-card--summary__author__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.spotlight-card--summary__author__role {
  font-weight: 600;
}
.spotlight-card--summary__description::before {
  content: "“";
  display: block;
  float: left;
  margin-left: -8px;
}
.spotlight-card--summary__description::after {
  content: "”";
  display: inline;
}

.work-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #212529;
  padding: 9px 9px 35px 9px;
  text-decoration: none !important;
}
.work-card--image {
  display: block;
  margin-bottom: 20px;
}
.work-card--image img {
  max-width: 100%;
  height: auto;
}
.work-card h4 {
  padding: 0 10px;
}
.work-card h4 a {
  color: #212529;
  text-decoration: none !important;
}
.work-card h4 a:hover, .work-card h4 a:focus {
  color: #8c0000;
}
.work-card h4 a::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.work-card--actions, .work-card--details__actions {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.work-card--actions .custom-btn__rounded-white-accent, .work-card--details__actions .custom-btn__rounded-white-accent {
  margin-right: 15px;
}
.work-card.add .work-card--image {
  align-items: center;
  background-color: #773DBD;
  display: flex;
  justify-content: center;
  height: 276px;
}
.work-card.add .work-card--image.work-featured {
  height: 541px;
}
.work-card.add .work-card--actions a {
  position: relative;
}
.work-card.add .work-card--actions a::after {
  background-image: url("../../images/icons/add-purple.svg");
  height: 24px;
  margin-left: 4px;
  vertical-align: text-bottom;
  width: 24px;
}
.work-card.default {
  position: relative;
}
.work-card.default .work-card--image {
  overflow: hidden;
}
.work-card.default .work-card--image img {
  transition: transform 0.2s;
}
.work-card.default:hover .work-card--image img {
  transform: scale(103%);
}
.work-card.default img {
  height: auto;
  width: 100%;
}
.work-card.default .work-card--actions {
  padding: 0 10px;
}
.work-card.default .work-card--actions a {
  position: relative;
}
.work-card.default .work-card--actions a::after {
  background-image: url("../../images/icons/edit-purple.svg");
  height: 24px;
  margin-left: 0;
  vertical-align: text-bottom;
  width: 24px;
}
.work-card.default .work-card--actions__status {
  border-radius: 30px;
  font-weight: 600;
  padding: 5px 18px;
}
.work-card.default .work-card--actions__status.draft {
  background-color: #dee2e6;
  color: #212529;
}
.work-card.default .work-card--actions__status.published, .work-card.default .work-card--actions__status.publish {
  background-color: #773DBD;
  color: #ffffff;
}

.spotlight-lightbox.glightbox-container .gnext,
.spotlight-lightbox.glightbox-container .gprev {
  background-color: transparent;
  height: 58px;
  outline: none;
  padding: 0;
  width: 58px;
}
.spotlight-lightbox.glightbox-container .gnext:hover,
.spotlight-lightbox.glightbox-container .gprev:hover {
  background-color: transparent;
}
.spotlight-lightbox.glightbox-container .gnext:hover::after,
.spotlight-lightbox.glightbox-container .gprev:hover::after {
  background-image: url("../../images/icons/lightbox-arrow-hover.svg");
}
.spotlight-lightbox.glightbox-container .gnext::after,
.spotlight-lightbox.glightbox-container .gprev::after {
  background: url("../../images/icons/lightbox-arrow.svg") no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  width: 100%;
}
.spotlight-lightbox.glightbox-container .gnext.disabled,
.spotlight-lightbox.glightbox-container .gprev.disabled {
  cursor: default;
  opacity: 0;
}
.spotlight-lightbox.glightbox-container .gprev {
  transform: rotate(180deg);
}
.spotlight-lightbox.glightbox-container .gclose {
  background-color: transparent;
  height: 42px;
  outline: none;
  padding: 0;
  width: 42px;
}
.spotlight-lightbox.glightbox-container .gclose::after {
  background: url("../../images/icons/lightbox-close.svg") no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  width: 100%;
}
.spotlight-lightbox.glightbox-container .gclose:hover::after {
  background-image: url("../../images/icons/lightbox-close-hover.svg");
}
.spotlight-lightbox.glightbox-container .spotlight-modal-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}
.spotlight-lightbox.glightbox-container .spotlight-modal-text {
  font-family: "IBM Plex Sans", sans-serif;
}
.spotlight-lightbox.glightbox-container .gdesc-inner {
  padding: 32px 35px;
}

.spotlight-socials ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
@media (min-width: 1200px) {
  .spotlight-socials ul {
    padding: 0 10% 0 0;
  }
}
.spotlight-socials ul a {
  display: block;
  height: 38px;
  width: 38px;
}
.spotlight-socials ul a:hover svg path {
  fill: #e31837;
}
.spotlight-socials ul a svg {
  width: 100%;
  height: auto;
}
.spotlight-socials ul a.youtube svg {
  width: auto;
  position: relative;
  top: 5px;
}

.related-profiles {
  padding: 100px 0;
}
@media (min-width: 992px) {
  .related-profiles {
    padding: 125px 0;
  }
}
.related-profiles__title {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .related-profiles__title {
    margin-bottom: 50px;
  }
}
.related-profiles__profiles {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 15px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .related-profiles__profiles {
    flex-wrap: nowrap;
    gap: 50px;
    margin-bottom: 40px;
  }
}
.related-profiles__card {
  flex-basis: 100%;
}
@media (min-width: 712px) {
  .related-profiles__card {
    flex-basis: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .related-profiles__card {
    flex-basis: 33%;
  }
}
.related-profiles__card .spotlight-card {
  height: 100%;
}
.related-profiles__cta a {
  display: inline-block;
}

/* Pages */
.single {
  /* Post Banner */
  /* Post Breadcrumbs */
  /* Post Meta */
  /* Post Content */
}
.single .entry-header {
  position: relative;
  display: flex;
  align-items: center;
  height: 300px;
}
@media (min-width: 712px) {
  .single .entry-header {
    height: auto;
    padding-bottom: 56.25%;
  }
}
.single .entry-header:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), #000000 0px -39.117px/100% 151.249% no-repeat;
  top: 0;
  z-index: 1;
  opacity: 0.2;
}
.single .entry-header .entry-featured-image {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single .entry-header .entry-title-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.single .entry-header .entry-title-container .entry-title-inner-wrapper {
  width: 100%;
}
@media (min-width: 712px) {
  .single .entry-header .entry-title-container .entry-title-inner-wrapper {
    width: 80%;
  }
}
.single .entry-header .entry-title-container .entry-title-inner-wrapper .entry-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.875rem !important;
  line-height: 2.5rem;
}
@media (min-width: 712px) {
  .single .entry-header .entry-title-container .entry-title-inner-wrapper .entry-title {
    font-size: 2.5rem !important;
    line-height: 3rem;
  }
}
.single .entry-breadcrumbs {
  margin: 1.5rem 0;
}
.single .entry-meta {
  margin-top: 4.75rem;
  margin-bottom: 2.8rem;
}
.single .entry-meta *:not(:last-child) {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid #b7aea9;
}
.single .entry-content {
  /* Styling for Blockquote. */
}
.single .entry-content p {
  font-size: 1.312rem;
  line-height: 2rem;
}
.single .entry-content blockquote {
  padding: 0 2rem;
  font-weight: 400;
  margin: 3rem auto;
}
@media (min-width: 712px) {
  .single .entry-content blockquote {
    width: 80%;
  }
}
.single .entry-content blockquote:before {
  content: "\f10d";
  color: #e31837;
  font-family: "Font Awesome 6 Free";
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 2.937rem;
}
@media (min-width: 712px) {
  .single .entry-content blockquote:before {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.single .entry-content blockquote p {
  font-size: 1.312rem;
  line-height: 2rem;
}
.single .entry-content blockquote cite {
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
  margin-top: 1rem;
}

.work-detail .hero-banner {
  height: 200px;
  width: 100vw;
}
@media (min-width: 576px) {
  .work-detail .hero-banner {
    height: auto;
    max-height: 38vw;
  }
}
@media (min-width: 1200px) {
  .work-detail .hero-banner {
    max-height: 34.06vw;
  }
}
.work-detail .hero-banner .wp-block-cover__image-background {
  height: 100%;
  min-width: 100vw;
  position: absolute;
  width: auto;
}
@media (min-width: 576px) {
  .work-detail .hero-banner .wp-block-cover__image-background {
    min-width: auto;
    position: relative;
    width: 100%;
  }
}
.work-detail .content-top {
  background: #f5f5f5 url("../../spotlight/assets/spirographic-1.svg") no-repeat;
  background-position: bottom -245px right -256px;
  background-size: 662px 662px;
  padding: 32px 0 40px 0;
}
@media (min-width: 712px) {
  .work-detail .content-top {
    padding-bottom: 80px;
  }
}
.work-detail .content-top h1 {
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
  margin-bottom: 60px;
}
@media (min-width: 712px) {
  .work-detail .content-top h1 {
    font-size: 96px;
    line-height: 118px;
  }
}
@media (min-width: 712px) {
  .work-detail .content-top .content-bio {
    column-gap: 50px;
    display: flex;
  }
}
.work-detail .content-top .content-bio h4 {
  margin-bottom: 16px;
}
.work-detail .content-top .content-bio .bio-section {
  margin-bottom: 16px;
}
@media (min-width: 712px) {
  .work-detail .content-top .content-bio .bio-section {
    margin-bottom: 32px;
  }
}
.work-detail .content-top .content-bio__column {
  flex-basis: 33.333%;
}
@media (min-width: 712px) {
  .work-detail .content-top .content-bio__column:not(:first-child) {
    padding-top: 8px;
  }
}
.work-detail .content-top .content-bio__author {
  border-bottom: 1px solid #dee2e6;
  column-gap: 20px;
  display: flex;
  padding-bottom: 15px;
}
.work-detail .content-top .content-bio__author h4 {
  margin-bottom: 0;
}
.work-detail .content-top .content-bio__author__thumbnail {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  overflow: hidden;
  width: 64px;
}
.work-detail .content-top .content-bio__author__thumbnail a {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 64px;
}
.work-detail .content-top .content-bio__author__thumbnail img {
  max-width: 100%;
  height: auto;
}
.work-detail .content-top .content-bio__author__name {
  padding-top: 8px;
}
.work-detail .content-top .content-bio__website h4 {
  margin-bottom: 8px;
}
.work-detail .content-description {
  margin-bottom: 40px;
}
@media (min-width: 712px) {
  .work-detail .content-description {
    margin-bottom: 80px;
  }
}
.work-detail .content-description + .content-middle .content-middle__section:first-child {
  padding-top: 0;
}
.work-detail .content-middle {
  padding-bottom: 80px;
}
@media (min-width: 712px) {
  .work-detail .content-middle {
    padding-bottom: 125px;
  }
}
.work-detail .content-middle h2 {
  margin-bottom: 20px;
}
@media (min-width: 712px) {
  .work-detail .content-middle h2 {
    margin-bottom: 46px;
  }
}
.work-detail .content-middle p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  max-width: 852px;
}
@media (min-width: 712px) {
  .work-detail .content-middle p {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 80px;
  }
}
.work-detail .content-middle img {
  width: 100%;
}
.work-detail .content-middle__section {
  padding-top: 40px;
}
@media (min-width: 712px) {
  .work-detail .content-middle__section {
    padding-top: 80px;
  }
}
.work-detail .content-middle__image a {
  display: block;
  position: relative;
}
.work-detail .content-middle__image a::after {
  bottom: 8px;
  background: url("../../images/icons/zoom-icon.svg") no-repeat;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 10px;
  width: 24px;
}
@media (min-width: 712px) {
  .work-detail .content-middle__image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media (min-width: 992px) {
  .work-detail .content-middle__image-grid {
    column-gap: 50px;
    row-gap: 50px;
  }
}
.work-detail .content-middle__image-grid a {
  margin-bottom: 20px;
}
.work-detail .content-middle__image-grid a:last-child {
  margin-bottom: 0;
}
@media (min-width: 712px) {
  .work-detail .content-middle__image-grid a {
    margin-bottom: 0;
  }
}
.work-detail .content-middle__image-grid.grid-triple a:nth-child(3) {
  grid-column: 1/span 2;
}
.work-detail .content-middle__image-grid.grid-quad a:first-child {
  grid-row: 1/span 2;
}
.work-detail .content-middle__image-grid.grid-quad a:nth-child(4), .work-detail .content-middle__image-grid.grid-quad a:nth-child(5) {
  grid-column: 1/span 2;
}
.work-detail .content-middle__image-grid.grid-penta {
  grid-template-columns: 3fr 2fr;
}
.work-detail .content-middle__image-grid.grid-penta .left-column,
.work-detail .content-middle__image-grid.grid-penta .right-column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 712px) {
  .work-detail .content-middle__image-grid.grid-penta .left-column,
  .work-detail .content-middle__image-grid.grid-penta .right-column {
    row-gap: 30px;
  }
}
@media (min-width: 992px) {
  .work-detail .content-middle__image-grid.grid-penta .left-column,
  .work-detail .content-middle__image-grid.grid-penta .right-column {
    row-gap: 50px;
  }
}
.work-detail .content-middle__image-grid.grid-penta .left-column {
  margin-bottom: 20px;
}
@media (min-width: 712px) {
  .work-detail .content-middle__image-grid.grid-penta .left-column {
    margin-bottom: 0;
  }
}
.work-detail .content-middle__oembed iframe {
  width: 100%;
}
.work-detail .content-middle__oembed.video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
}
.work-detail .content-middle__oembed.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.work-detail .related-work {
  background: #f5f5f5 url("../../spotlight/assets/spirographic-2.svg") no-repeat;
  background-position: top -25px right -100px;
  background-size: 662px 662px;
  padding: 102px 0 128px 0;
}
.work-detail .related-work h2 {
  margin-bottom: 60px;
}
.work-detail .related-work__work-cards {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .work-detail .related-work__work-cards {
    column-gap: 5%;
    flex-direction: row;
    margin-bottom: 62px;
  }
}
.work-detail .related-work .work-card {
  flex-basis: 30%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .work-detail .related-work .work-card {
    margin-bottom: 0;
  }
}
.work-detail .related-work .work-card:last-child {
  margin-bottom: 0;
}

.notice {
  padding: 10px;
  border: 1px solid #d6cfca;
  background-color: #f5f5f5;
}
.notice p {
  margin: 0.5rem;
}

.notice-error {
  background-color: #f5f5f5;
  border-color: #b7aea9;
  color: #8c0000;
  position: relative;
  z-index: 10;
}

.profile-page,
.portfolio-page {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.profile-page::before, .profile-page::after,
.portfolio-page::before,
.portfolio-page::after {
  content: "";
  display: block;
  position: absolute;
}
.profile-page::before,
.portfolio-page::before {
  background: url("../../spotlight/assets/spirographic-1.svg") no-repeat;
  background-size: cover;
  height: 302px;
  right: -116px;
  top: 20px;
  width: 302px;
}
@media (min-width: 992px) {
  .profile-page::before,
  .portfolio-page::before {
    height: 564px;
    right: -75px;
    top: 50px;
    width: 564px;
  }
}
.profile-page::after,
.portfolio-page::after {
  background: url("../../spotlight/assets/spirographic-4.svg") no-repeat;
  background-size: cover;
  bottom: -36px;
  height: 272px;
  left: -30px;
  width: 272px;
  z-index: 0;
}
@media (min-width: 992px) {
  .profile-page::after,
  .portfolio-page::after {
    bottom: -125px;
    height: 640px;
    left: -140px;
    width: 640px;
  }
}

@media (min-width: 992px) {
  .portfolio-page .profile {
    padding-top: 150px;
  }
}

.profile {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .profile {
    padding-top: 50px;
  }
}
.profile .breadcrumbs-container {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .profile .breadcrumbs-container {
    margin-bottom: 70px;
  }
}
.profile h1 {
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
}
@media (min-width: 576px) {
  .profile h1 {
    font-size: 120px;
    line-height: 118px;
  }
}
.profile-header .profile_pronoun {
  display: block;
  margin-bottom: 15px;
}
.profile-content {
  justify-content: space-between;
  margin-top: 80px;
}
.profile-content .profile-bio,
.profile-content .profile-work {
  padding: 0 15px;
  position: relative;
  z-index: 10;
}
.profile-content .profile-bio {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .profile-content .profile-bio {
    flex-basis: 32%;
  }
}
@media (min-width: 992px) {
  .profile-content .profile-work {
    flex-basis: 66%;
  }
}
.profile-bio__wrapper {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  padding: 10px;
}
.profile-bio__wrapper__inner {
  padding: 10px;
}
.profile-bio__wrapper__inner > div {
  margin-bottom: 32px;
}
.profile-bio__wrapper__inner > div:last-child {
  margin-bottom: 0;
}
.profile-bio__wrapper h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
.profile__thumbnail {
  margin-bottom: 10px;
}
.profile__thumbnail img {
  width: 100%;
  height: auto;
}
.profile-work .work-grid-wrapper .row {
  gap: 40px;
  margin: 0;
  padding: 0;
}
@media (min-width: 712px) {
  .profile-work .work-grid-wrapper .row {
    gap: 52px;
  }
}
.profile-work .work-grid-wrapper .row > div {
  padding: 0;
}
@media (min-width: 712px) {
  .profile-work .work-grid-wrapper .col-md-6 {
    flex-basis: calc(50% - 26px);
  }
}
.profile-work .work-grid-wrapper .work-card {
  height: 100%;
}
.profile__edit {
  margin-bottom: 15px;
}
.profile__edit a {
  display: inline-block;
}
.profile__edit a::after {
  background-image: url("../../images/icons/edit-purple.svg");
}

main#content a.acf-icon {
  text-decoration: none;
}
main#content a.acf-button {
  text-decoration: none;
  background-color: #212529 !important;
  border: 1px solid #212529 !important;
  color: #ffffff !important;
  border-radius: 0;
  font-weight: 600;
  padding: 10px 30px;
}
main#content a.acf-button:focus, main#content a.acf-button:hover {
  border-color: #8c0000 !important;
  background-color: #8c0000 !important;
  color: #ffffff !important;
}
main#content input.button-primary {
  background-color: #212529 !important;
  border: 1px solid #212529 !important;
  color: #ffffff !important;
  border-radius: 0;
  font-weight: 600;
  padding: 10px 30px;
}
main#content input.button-primary:focus, main#content input.button-primary:hover {
  border-color: #8c0000 !important;
  background-color: #8c0000 !important;
  color: #ffffff !important;
}

.edit-profile-wrapper .show-if-value {
  width: 330px;
}
.edit-profile-wrapper .acf-fields > .acf-field {
  border-top: none;
}
.edit-profile-wrapper .acf-field textarea {
  min-height: 80px;
}
.edit-profile-wrapper .acf-checkbox-list > li {
  font-size: 1rem;
}
.edit-profile-wrapper .acf-form-submit {
  padding: 1rem 0;
}

.edit-work-form-wrapper .acf-fields > .acf-field {
  border-top: none;
}
.edit-work-form-wrapper .acf-form-submit {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
}

.spotlight-home-main {
  background: #f5f5f5 url("../../spotlight/assets/spirographic-1.svg") no-repeat;
  background-position: top 340px right -110px;
  background-size: 392px 392px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .spotlight-home-main {
    background-size: 784px 784px;
    padding-top: 100px;
  }
}
.spotlight-home-main .intro-with-anchor-links {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .spotlight-home-main .intro-with-anchor-links {
    margin-bottom: 120px;
  }
}
.spotlight-home-main .intro-with-anchor-links .paragraph-xl {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .spotlight-home-main .intro-with-anchor-links .paragraph-xl {
    font-size: 32px;
    line-height: 42px;
  }
}
.spotlight-home-main .intro-with-anchor-links__columns {
  gap: 30px;
}
@media (min-width: 992px) {
  .spotlight-home-main .intro-with-anchor-links__columns {
    gap: 150px;
  }
}
.spotlight-home-main .student-spotlights-wrapper {
  background: transparent url("../../spotlight/assets/spirographic-3.svg") no-repeat;
  background-position: -90px 780px;
  background-size: 392px 392px;
}
@media (min-width: 992px) {
  .spotlight-home-main .student-spotlights-wrapper {
    background-size: 784px 784px;
  }
}
.spotlight-home-main .student-spotlights-inner {
  background: transparent url("../../spotlight/assets/spirographic-2.svg") no-repeat;
  background-position: top 1700px right -100px;
  background-size: 376px 376px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .spotlight-home-main .student-spotlights-inner {
    background-size: 752px 752px;
    padding-bottom: 64px;
  }
}

.people-listing {
  padding: 6.25rem 0 7.69rem;
  background: url("../../images/placeholders/people-of-ampd-background-emblem.svg") no-repeat fixed center #e31837;
  background-size: 150%;
}
@media (min-width: 992px) {
  .people-listing {
    background-size: 75%;
  }
}
.people-listing__filters .search-input {
  position: relative;
  margin-top: 1rem;
}
.people-listing__filters .search-input input {
  height: 3rem;
  padding: 0.75rem;
  border-radius: 0px;
  border: none;
  color: #212529;
}
.people-listing__filters .search-input .search-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  height: 1.5rem;
  width: 1.5rem;
  margin-top: -0.75rem;
  text-align: center;
}
.people-listing__filters .department-filter {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 1.75rem 0 2.88rem 0;
  gap: 0.625rem;
}
.people-listing__filters .department-filter li {
  display: block;
  margin: 0;
  padding: 0.625rem;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.people-listing__filters .department-filter li:hover, .people-listing__filters .department-filter li:focus, .people-listing__filters .department-filter li.current {
  color: #212529;
  background: #ffffff;
}
.people-listing__grid .people-card {
  margin-bottom: 46px;
  padding: 10px 10px 36px 10px;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #212529;
}
.people-listing__grid .people-card--image img {
  width: 100%;
}
.people-listing__grid .people-card--summary {
  padding: 20px 10px 0 10px;
}
.people-listing__grid .people-card--summary p {
  margin-bottom: 0px;
}
.people-listing__grid .people-card--summary a {
  display: block;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .people-listing__grid {
    margin: 0 -25px;
  }
  .people-listing__grid .col-md-4 {
    padding: 0 25px;
  }
  .people-listing__grid .col-md-4 .people-card--image img {
    height: 210px;
    object-fit: cover;
    object-position: top;
  }
}
@media (min-width: 992px) {
  .people-listing__grid .col-md-4 .people-card--image img {
    height: 276px;
  }
}
.people-listing__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
}
.people-listing__pagination a {
  text-transform: uppercase;
  color: #ffffff;
}
.people-listing__pagination a:hover {
  color: #212529;
}
.people-listing__pagination a.pager {
  text-decoration: none !important;
}
.people-listing__pagination a.current {
  text-decoration: underline !important;
  pointer-events: none;
}

/*# sourceMappingURL=custom.css.map */
