/* ::Page Header variables */
/* ------------------------------------------------------------ */
/* ::Page Content/Section variables */
/* ------------------------------------------------------------ */
/* ::Bootstrap color map cleanup variables */
/* ------------------------------------------------------------ */
/* Bootstrap Mixins
 *
 * @version 4.6.2 (Bootstrap)
 *
 * @description
 * This file contains a customized duplicate of the original Bootstrap mixins 
 * partial. We use Bootstrap version 4.6.2 for this theme and updating versions
 * would require significant effort to test our styles and templates with the 
 * newer version and make any necessary modifications.
 *
 * @details
 * - Imports most of the SCSS partials from Bootstrap's original build, except
 *   for the following (for now): RFS, buttons, pagination, forms, transition.
 * - The previous version of these partials caused deprecation warnings during
 *   compilation. We have manually adjusted and included a custom version here 
 *   to address these warnings.
 * - Upgrading our Gulp and Sass packages resulted in deprecation warnings that
 *   have been resolved in these custom mixin files.
 */
/* :: Mixins */
/* ------------------------------------------------------------ */
/* :: General Styles */
/* ------------------------------------------------------------ */
.page--content-wrapper .h1, .page--content-wrapper .h2, .page--content-wrapper .h3, .page--content-wrapper .h4, .page--content-wrapper .h5, .page--content-wrapper .h6,
.page--content-wrapper h1, .page--content-wrapper h2, .page--content-wrapper h3, .page--content-wrapper h4, .page--content-wrapper h5, .page--content-wrapper h6 {
  font-weight: 700;
}

.page--main-content-row + .page--sections .page-content--section.page-content--normal_content.bg-none.content-width-default:not(.has-bg-img):first-child {
  padding-top: 0;
}
.page--main-content-row + .page--sections .page-content--section.page-content--normal_content.bg-none.content-width-default:not(.has-bg-img):first-child .normal-content--container > .row > .col-lg-8::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: url(../../../../../img/diagonal-lines-12x12-gold.png);
  background-repeat: repeat;
  background-position: bottom right;
  background-size: 5px;
  margin-bottom: 2.25rem;
}
@media (min-width: 641px) {
  .page--main-content-row + .page--sections .page-content--section.page-content--normal_content.bg-none.content-width-default:not(.has-bg-img):first-child .normal-content--container > .row > .col-lg-8::before {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .page--main-content-row + .page--sections .page-content--section.page-content--normal_content.bg-none.content-width-default:not(.has-bg-img):first-child .normal-content--container > .row > .col-lg-8::before {
    margin-bottom: 3.375rem;
  }
}

.page-content--section.page-content--normal_content.bg-none.content-width-default:not(.has-bg-img) + .page-content--section.page-content--normal_content.bg-none.content-width-default:not(.has-bg-img):not(.no-top-divider) {
  margin-top: 0;
}
.page-content--section.page-content--normal_content.bg-none.content-width-default:not(.has-bg-img) + .page-content--section.page-content--normal_content.bg-none.content-width-default:not(.has-bg-img):not(.no-top-divider) .normal-content--container > .row > .col-lg-8::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: url(../../../../../img/diagonal-lines-12x12-gold.png);
  background-repeat: repeat;
  background-position: bottom right;
  background-size: 5px;
  margin-bottom: 2.25rem;
}
@media (min-width: 641px) {
  .page-content--section.page-content--normal_content.bg-none.content-width-default:not(.has-bg-img) + .page-content--section.page-content--normal_content.bg-none.content-width-default:not(.has-bg-img):not(.no-top-divider) .normal-content--container > .row > .col-lg-8::before {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .page-content--section.page-content--normal_content.bg-none.content-width-default:not(.has-bg-img) + .page-content--section.page-content--normal_content.bg-none.content-width-default:not(.has-bg-img):not(.no-top-divider) .normal-content--container > .row > .col-lg-8::before {
    margin-bottom: 3.375rem;
  }
}
.page-content--section.page-content--normal_content.bg-none.content-width-default:not(.has-bg-img) + .page-content--section.page-content--normal_content.bg-none.content-width-default:not(.has-bg-img):not(.no-top-divider).intro-block .normal-content--container > .row > .col-lg-8::before {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 18px;
  background-size: 6px;
}
.page-content--section.section-header-as-h1 h2.normal-content--intro-header {
  font-size: 2.625rem;
}
@media (max-width: 1200px) {
  .page-content--section.section-header-as-h1 h2.normal-content--intro-header {
    font-size: calc(1.2975rem + 1.77vw);
  }
}
.page-content--section.fac-staff-list-section.page-content--normal_content .normal-content--row,
.page-content--section.fac-staff-list-section.page-content--normal_content .normal-content--col {
  margin-bottom: 0 !important;
}
.page-content--section.fac-staff-list-section.page-content--normal_content .fac-staff-list-wrapper {
  position: relative;
  background-color: #f5f5f5;
  padding: 30px;
  margin-bottom: 40px;
}
.page-content--section.fac-staff-list-section.page-content--normal_content .fac-staff-list-wrapper::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 2px solid rgb(141, 0, 12);
  pointer-events: none;
}
@media (min-width: 641px) and (max-width: 991.98px) {
  .page-content--section.fac-staff-list-section.page-content--normal_content .normal-content--col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 641px) {
  .page-content--section.fac-staff-list-section.page-content--normal_content .fac-staff-list-wrapper {
    padding: 60px;
  }
  .page-content--section.fac-staff-list-section.page-content--normal_content .fac-staff-list-wrapper::after {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
.page-content--section .normal-content--container .h1:not(:first-child), .page-content--section .normal-content--container .h2:not(:first-child), .page-content--section .normal-content--container .h3:not(:first-child), .page-content--section .normal-content--container .h4:not(:first-child), .page-content--section .normal-content--container .h5:not(:first-child), .page-content--section .normal-content--container .h6:not(:first-child),
.page-content--section .normal-content--container h1:not(:first-child), .page-content--section .normal-content--container h2:not(:first-child), .page-content--section .normal-content--container h3:not(:first-child), .page-content--section .normal-content--container h4:not(:first-child), .page-content--section .normal-content--container h5:not(:first-child), .page-content--section .normal-content--container h6:not(:first-child) {
  margin-top: 1.5rem;
}
.page-content--section .normal-content--container .normal-content--col img.alignright, .page-content--section .normal-content--container .normal-content--col img.alignleft,
.page-content--section .normal-content--container .normal-content--col figure.alignright,
.page-content--section .normal-content--container .normal-content--col figure.alignleft {
  width: 100%;
  max-width: 375px;
}
@media (max-width: 800.98px) {
  .page-content--section .normal-content--container .normal-content--col img.alignright, .page-content--section .normal-content--container .normal-content--col img.alignleft,
  .page-content--section .normal-content--container .normal-content--col figure.alignright,
  .page-content--section .normal-content--container .normal-content--col figure.alignleft {
    display: block;
    max-width: none;
    float: none;
    margin-left: auto;
    margin-top: 0;
  }
}
@media (min-width: 801px) and (max-width: 991.98px) {
  .page-content--section .normal-content--container .normal-content--col img.alignright, .page-content--section .normal-content--container .normal-content--col img.alignleft,
  .page-content--section .normal-content--container .normal-content--col figure.alignright,
  .page-content--section .normal-content--container .normal-content--col figure.alignleft {
    max-width: 300px;
  }
}
@media (max-width: 800.98px) {
  .page-content--section .normal-content--container .normal-content--col figure.wp-caption.alignright, .page-content--section .normal-content--container .normal-content--col figure.wp-caption.alignleft {
    display: table;
  }
}
@media (min-width: 801px) {
  .page-content--section .normal-content--container .normal-content--col > p:first-child + h2,
  .page-content--section .normal-content--container .normal-content--col > p:first-child + h3 {
    margin-top: -1rem;
  }
}
@media (min-width: 801px) {
  .page-content--section .normal-content--container .normal-content--col > figure:first-child + h2,
  .page-content--section .normal-content--container .normal-content--col > figure:first-child + h3 {
    margin-top: 0;
  }
}
.page-content--section.content-width-full.no-outside-gutter .normal-content--container.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.component--profiles.custom-list .profiles-wrap.desktop-content-align-y-center .profile-column--image {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.component--profiles.custom-list .profiles-wrap .profile-row:not(:last-child)::after {
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.component--profiles.custom-list.add-border-top .profiles-wrap {
  border-top: 1px solid #dadada;
  padding-top: 1.25rem;
}
@media (max-width: 640.98px) {
  .component--profiles.custom-list .profiles-wrap .profile-column--image {
    max-width: none;
  }
}

.component--profiles.fac-staff-list .profiles-wrap .profile-column--info .profile-field-content h4 {
  color: #1b1b1b;
  font-weight: 400;
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  .component--profiles.fac-staff-list .profiles-wrap .profile-column--info .profile-field-content h4 {
    font-size: calc(1.1725rem + 0.27vw);
  }
}
@media (min-width: 641px) {
  .component--profiles.fac-staff-list .profiles-wrap .profile-row:not(:last-child)::after {
    margin-bottom: 1rem;
    padding-top: 1rem;
  }
  .component--profiles.fac-staff-list .profiles-wrap .profile-column--image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125px;
            flex: 0 0 125px;
    max-width: 125px;
  }
  .component--profiles.fac-staff-list .profiles-wrap .profile-column--info {
    max-width: calc(100% - 125px);
  }
}

.component--profiles.profile-list-2-col:not(:last-child) {
  margin-bottom: 3.5rem !important;
}
@media (min-width: 992px) {
  .component--profiles.profile-list-2-col:last-child {
    margin-bottom: 0.5rem !important;
  }
  .component--profiles.profile-list-2-col .profiles-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .component--profiles.profile-list-2-col .profiles-wrap .profile-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .component--profiles.profile-list-2-col .profiles-wrap .profile-row:nth-last-child(2)::after {
    content: none;
  }
  .component--profiles.profile-list-2-col .profiles-wrap .profile-row:only-child {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.component--profiles.no-border .profiles-wrap .profile-row:not(:last-child)::after {
  border-bottom: 0;
}

.component--profiles.custom-text-size .profiles-wrap .profile-column--info .profile-name,
.component--profiles.custom-text-size .profiles-wrap .profile-info--no-image .profile-name {
  margin-bottom: 0 !important;
  font-size: 1.625rem;
}
@media (max-width: 1200px) {
  .component--profiles.custom-text-size .profiles-wrap .profile-column--info .profile-name,
  .component--profiles.custom-text-size .profiles-wrap .profile-info--no-image .profile-name {
    font-size: calc(1.1975rem + 0.57vw);
  }
}
.component--profiles.custom-text-size .profiles-wrap .profile-column--info .profile-field-content,
.component--profiles.custom-text-size .profiles-wrap .profile-info--no-image .profile-field-content {
  font-size: 1.15rem;
  line-height: 1.2;
}

.elon-component-gallery-slideshow.owl-carousel:not(.owl-loaded) {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #a3a3a3;
}
.elon-component-gallery-slideshow.owl-carousel:not(.owl-loaded)::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\f302";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #bebebe;
  font-size: 4.5rem;
}
.elon-component-gallery-slideshow.owl-carousel:not(.owl-loaded) > * {
  display: none;
}

body.hide-profile-name .page-content--alumni_profile .profile--name {
  display: none !important;
}
body.hide-profile-name .page-content--alumni_profile .profile--bio {
  margin-top: 0 !important;
}

/* :: Slim Plus Header Style Overrides */
/* ------------------------------------------------------------ */
.site-header--primary-nav-dropdowns.navbar .site-header--nav .nav-list > .menu-item > a {
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
}

header.site-header .dropdown-menu .dropdown-menu--main-link {
  display: none;
}
header.site-header .dropdown-menu:not(.dropdown-menu--mega) a {
  white-space: normal !important;
}
@media screen and (min-width: 1080px) {
  header.site-header .dropdown-menu:not(.dropdown-menu--mega) {
    width: calc(100% + 20px);
  }
}
header.site-header .site-header--site-title-mobile {
  line-height: 1.25;
  font-size: 1.25rem;
  font-size: 4vw;
}
@media (max-width: 27.5rem) {
  header.site-header .site-header--site-title-mobile {
    font-size: 1.1rem;
  }
}
@media (min-width: 37.5rem) {
  header.site-header .site-header--site-title-mobile {
    font-size: 1.5rem;
  }
}

/* :: Layout Override Styles */
/* ------------------------------------------------------------ */
@media (min-width: 992px) {
  body.page-template-page-overview .page--body .page--main-content.no-sidebar,
  body.page-template-page-program-home .page--body .page--main-content.no-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-overview .page--body .page--main-content.no-sidebar,
  body.page-template-page-program-home .page--body .page--main-content.no-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1380px) {
  body.page-template-page-overview .page--body .page--main-content.no-sidebar,
  body.page-template-page-program-home .page--body .page--main-content.no-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  body.page-template-page-overview .page-content--section.content-width-default > .container > .row > .col-lg-8,
  body.page-template-page-overview .page-content--section.content-width-default > .container > .row .normal-content--intro-col,
  body.page-template-page-program-home .page-content--section.content-width-default > .container > .row > .col-lg-8,
  body.page-template-page-program-home .page-content--section.content-width-default > .container > .row .normal-content--intro-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-overview .page-content--section.content-width-default > .container > .row > .col-lg-8,
  body.page-template-page-overview .page-content--section.content-width-default > .container > .row .normal-content--intro-col,
  body.page-template-page-program-home .page-content--section.content-width-default > .container > .row > .col-lg-8,
  body.page-template-page-program-home .page-content--section.content-width-default > .container > .row .normal-content--intro-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1380px) {
  body.page-template-page-overview .page-content--section.content-width-default > .container > .row > .col-lg-8,
  body.page-template-page-overview .page-content--section.content-width-default > .container > .row .normal-content--intro-col,
  body.page-template-page-program-home .page-content--section.content-width-default > .container > .row > .col-lg-8,
  body.page-template-page-program-home .page-content--section.content-width-default > .container > .row .normal-content--intro-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}

@media (min-width: 1380px) {
  body.page-template-page-program-home .homepage-intro--box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  body.page-template-page-program-home .homepage-intro--text:only-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}

/* :: Student/Alumni Profile Section Style Overrides */
/* ------------------------------------------------------------ */
.page--sections .page-content--alumni_profile .alumni-profile--wrapper.has-img .profile--bio {
  font-size: 1rem;
}

/* :: Homepage Styles */
/* ------------------------------------------------------------ */
body.home .home-hero .home-hero--content {
  max-width: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
body.home .home-hero .home-hero--content .home-hero--sm-intro-headline span {
  position: relative;
  display: block;
  padding-bottom: 1.25rem;
  border-bottom: 0;
}
body.home .home-hero .home-hero--content .home-hero--sm-intro-headline span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 75px;
  height: 3px;
  background-color: #d4c59e;
}
body.home .home-hero .home-hero--content .home-hero--sm-intro-headline img {
  width: 65%;
  max-width: 300px;
}
body.home .home-hero .home-hero--content .home-hero--headline {
  line-height: 1.1;
  text-transform: uppercase;
}
body.home .home-hero .home-hero--content .home-hero--desc {
  margin-top: 0.25rem;
}
body.home .home-hero.text-center .home-hero--content .home-hero--sm-intro-headline span::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.home .home-hero.text-center .home-hero--content .home-hero--sm-intro-headline img {
  margin-left: auto;
  margin-right: auto;
}
body.home .home-hero.text-left .home-hero--content .home-hero--sm-intro-headline span::after {
  left: 0;
}
body.home .home-hero.text-left .home-hero--content .home-hero--sm-intro-headline img {
  margin-left: 0;
  margin-right: auto;
}
body.home .home-hero.text-right .home-hero--content .home-hero--sm-intro-headline span::after {
  right: 0;
}
body.home .home-hero.text-right .home-hero--content .home-hero--sm-intro-headline img {
  margin-left: auto;
  margin-right: 0;
}
body.home .homepage-intro--text:only-child {
  text-align: left;
}
body.home .normal-content--intro-header {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  body.home .normal-content--intro-header {
    font-size: calc(1.335rem + 2.22vw);
  }
}
@media (min-width: 801px) and (max-width: 991.98px) {
  body.home .page-content--normal_content.column-size-adjust .normal-content--col {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
body.home .homepage-section.page-content--features {
  padding-top: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.home .homepage-section.page-content--features .features-section--col.features-section--col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
body.home .homepage-section.page-content--features .features-section--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}
body.home .homepage-section.page-content--features .features-section--desc > h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: white;
  text-align: center;
}
@media (min-width: 1200px) {
  body.home .homepage-section.page-content--features .features-section--desc > h3 {
    margin-bottom: 0;
    min-height: 6.75rem;
  }
}
@media (min-width: 1380px) {
  body.home .homepage-section.page-content--features .features-section--desc > h3 {
    min-height: 4.5rem;
  }
}
body.home .homepage-section.page-content--features .features-section--desc .component.branch-stats {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
body.home .homepage-section.page-content--features .features-section--desc .component.branch-stats .animated-count-grid {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
body.home .homepage-section.page-content--features .features-section--desc .component.branch-stats .animated-count-grid.primary-color .animated-count .number {
  color: #d4c59e;
}
body.home .homepage-section.page-content--features .features-section--desc .component.branch-stats .animated-count-grid .animated-count-row:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
body.home .homepage-section.page-content--features .features-section--desc .component.branch-stats .animated-count-grid .animated-count > span:not(.number) {
  font-size: 1rem;
  font-weight: 700;
}
body.home .homepage-section.page-content--features .features-section--desc .component.branch-stats .animated-count-grid .animated-count > span:not(.number) > span {
  position: relative;
  display: block;
  font-weight: 400;
  font-style: italic;
  line-height: 1.35;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}
body.home .homepage-section.page-content--features .features-section--desc .component.branch-stats .animated-count-grid .animated-count > span:not(.number) > span::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #d4c59e;
  width: 95%;
  max-width: 50px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.home .homepage-section.page-content--features .features-section--desc .component.branch-stats .animated-count-grid .animated-count .number {
  font-size: 3.5rem;
}
@media (max-width: 1200px) {
  body.home .homepage-section.page-content--features .features-section--desc .component.branch-stats .animated-count-grid .animated-count .number {
    font-size: calc(1.385rem + 2.82vw);
  }
}
@media (min-width: 1200px) and (max-width: 1379.98px) {
  body.home .homepage-section.page-content--features .features-section--desc .component.branch-stats .animated-count-grid .animated-count .number {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1379.98px) and (max-width: 1200px) {
  body.home .homepage-section.page-content--features .features-section--desc .component.branch-stats .animated-count-grid .animated-count .number {
    font-size: calc(1.335rem + 2.22vw);
  }
}
body.home .homepage-section.page-content--features:not(#interdisciplinary-studies) {
  padding-bottom: 2.25rem;
}
body.home #interdisciplinary-studies::before {
  position: relative;
  content: "";
  display: block;
  width: 40px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.25rem;
  background-color: #fff;
  background-image: url("https://eloncdn.blob.core.windows.net/eu3/sites/1588/2023/09/maroon-fleaf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1;
}
body.home #interdisciplinary-studies::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  max-width: 250px;
  height: 2px;
  background-color: #d4c59e;
  z-index: 0;
}
body.home #interdisciplinary-studies .features-section--col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
body.home #interdisciplinary-studies .features-section--col:last-child {
  display: none !important;
}
body.home #interdisciplinary-studies .features-section--item {
  background-color: #d4c59e;
  color: #1b1b1b;
}
body.home #interdisciplinary-studies .features-section--item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d4c59e;
  opacity: 0.9;
}
body.home #interdisciplinary-studies .features-section--item > * {
  position: relative;
}
body.home #interdisciplinary-studies .features-section--desc > h3 {
  color: #1b1b1b;
}
body.home .component--animated_count_grid.interdisciplinary-stats .animated-count-grid .animated-count-row + .animated-count-row {
  border-top: 3px dotted rgba(0, 0, 0, 0.25);
}
body.home .component--animated_count_grid.interdisciplinary-stats .animated-count-grid .animated-count-row .animated-count + .animated-count {
  border-top: 3px dotted rgba(0, 0, 0, 0.25);
}
@media (min-width: 641px) {
  body.home .component--animated_count_grid.interdisciplinary-stats .animated-count-grid .animated-count-row.fourUp .animated-count:nth-child(2) {
    border-top: 0;
  }
  body.home .component--animated_count_grid.interdisciplinary-stats .animated-count-grid .animated-count-row.fourUp .animated-count:nth-child(even) {
    border-left: 3px dotted rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1200px) {
  body.home .component--animated_count_grid.interdisciplinary-stats .animated-count-grid .animated-count-row .animated-count {
    border-top: 0 !important;
  }
  body.home .component--animated_count_grid.interdisciplinary-stats .animated-count-grid .animated-count-row .animated-count:not(:first-child) {
    border-left: 3px dotted rgba(0, 0, 0, 0.25);
  }
}
body.home .data-wrapper {
  background-color: #f5f5f5;
  padding: 20px;
  padding-bottom: 40px;
  height: 100%;
}
body.home .data-wrapper.adjust-chart-mb .highcharts_pie_chart {
  margin-bottom: calc((1rem + 10px) * -1);
}
body.home .data-wrapper .highcharts_pie_chart .highcharts-legend-item > span {
  top: 6px !important;
}
body.home .data-wrapper p:empty {
  display: none;
}
body.home .component--animated_count_grid.homepage-stats .animated-count-grid .animated-count-row:first-child .animated-count:only-child {
  padding-top: 0;
}
body.home .component--animated_count_grid.homepage-stats .animated-count-grid .animated-count-row:last-child .animated-count:only-child {
  padding-bottom: 0;
}
body.home .component--animated_count_grid.homepage-stats .animated-count-grid .animated-count-row + .animated-count-row {
  border-top: 3px dotted #a3a3a3 !important;
}
body.home .component--animated_count_grid.homepage-stats .animated-count-grid .animated-count > span:not(.number) {
  font-size: 1rem;
  line-height: 1.5;
}
body.home .component--animated_count_grid.homepage-stats .animated-count-grid .animated-count .number {
  font-size: 3.5rem;
}
@media (max-width: 1200px) {
  body.home .component--animated_count_grid.homepage-stats .animated-count-grid .animated-count .number {
    font-size: calc(1.385rem + 2.82vw);
  }
}
@media (min-width: 1200px) and (max-width: 1379.98px) {
  body.home .component--animated_count_grid.homepage-stats .animated-count-grid .animated-count .number {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1379.98px) and (max-width: 1200px) {
  body.home .component--animated_count_grid.homepage-stats .animated-count-grid .animated-count .number {
    font-size: calc(1.335rem + 2.22vw);
  }
}

#wpDataChart_1 .highcharts-color-3 {
  display: none !important;
}

/* :: Overview Template Style Overrides */
/* ------------------------------------------------------------ */
body.page-template-page-overview .page--body .page--main-content {
  font-size: 1.25rem;
  line-height: 1.65;
}

/* :: Boldy Elon Page Styles */
/* ------------------------------------------------------------ */
body.boldly-elon-theme-page .page-content--section.boldly-elon-banner.lead {
  margin-bottom: 0;
}
body.boldly-elon-theme-page .page-content--section.boldly-elon-banner + .intro-block {
  padding-top: 0 !important;
}
body.boldly-elon-theme-page .page-content--section.boldly-elon-banner + .intro-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background-image: url(../../../../../img/diagonal-lines-12x12-gold.png);
  background-repeat: repeat;
  background-position: bottom right;
  background-size: 6px;
  margin-bottom: 2.25rem;
}
body.boldly-elon-theme-page .page-content--section:not(.boldly-elon-banner) + .intro-block {
  margin-top: 1.75rem !important;
}
body.boldly-elon-theme-page .hr-gold-diagonal.hr-lg-margin {
  height: 6px;
  background-size: 5px;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
body.boldly-elon-theme-page .hr-gold-diagonal.hr-lg-margin.clear {
  position: relative;
  background-image: none;
  margin-top: 0;
  padding-top: 1.25rem;
}
body.boldly-elon-theme-page .hr-gold-diagonal.hr-lg-margin.clear::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.25rem;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url(../../../../../img/diagonal-lines-12x12-gold.png);
  background-repeat: repeat;
  background-position: bottom right;
  background-size: 6px;
}
body.boldly-elon-theme-page .read-more.accordion {
  position: relative;
  clear: both;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger,
body.boldly-elon-theme-page .read-more.accordion div.read-more-content {
  width: 100%;
}
body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger {
  display: block;
  background-color: #73000a;
  color: white;
  border: 2px solid #73000a;
  padding: 10px 18px !important;
  border-radius: 0.3rem;
  margin-top: 1.6875rem !important;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, transform 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, transform 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  text-align: center;
  text-transform: uppercase;
}
body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger:focus {
  background-color: #73000a !important;
  color: white !important;
  border-color: #73000a !important;
}
body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger.ui-state-active, body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger.ui-state-active:focus {
  background-color: white !important;
  color: #73000a !important;
  border-color: #73000a !important;
}
body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger:hover, body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger:active, body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger.ui-state-active:hover, body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger.ui-state-active:active {
  background-color: #95000d !important;
  color: white !important;
  border-color: #95000d !important;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger .collapsed-label {
  display: inline;
}
body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger .expanded-label {
  display: none;
}
body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger.ui-accordion-header-active {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger.ui-accordion-header-active .collapsed-label {
  display: none;
}
body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger.ui-accordion-header-active .expanded-label {
  display: inline;
}
body.boldly-elon-theme-page .read-more.accordion div.read-more-content {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
body.boldly-elon-theme-page .read-more.accordion div.read-more-content:last-child {
  padding-bottom: 0;
}
body.boldly-elon-theme-page .component--accordion {
  position: relative;
  clear: both;
}
body.boldly-elon-theme-page .component--accordion .accordion {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.boldly-elon-theme-page .component--accordion .accordion > * {
  width: 100%;
}
body.boldly-elon-theme-page .component--accordion .accordion > p {
  display: inline-block;
  width: 100%;
  background-color: #73000a;
  color: white;
  border: 2px solid #73000a;
  padding: 10px 18px !important;
  border-radius: 0.3rem;
  margin-top: 1.6875rem !important;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, transform 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, transform 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  text-align: center;
  text-transform: uppercase;
}
body.boldly-elon-theme-page .component--accordion .accordion > p:focus {
  background-color: #73000a !important;
  color: white !important;
  border-color: #73000a !important;
}
body.boldly-elon-theme-page .component--accordion .accordion > p.ui-state-active, body.boldly-elon-theme-page .component--accordion .accordion > p.ui-state-active:focus {
  background-color: white !important;
  color: #73000a !important;
  border-color: #73000a !important;
}
body.boldly-elon-theme-page .component--accordion .accordion > p:hover, body.boldly-elon-theme-page .component--accordion .accordion > p:active, body.boldly-elon-theme-page .component--accordion .accordion > p.ui-state-active:hover, body.boldly-elon-theme-page .component--accordion .accordion > p.ui-state-active:active {
  background-color: #95000d !important;
  color: white !important;
  border-color: #95000d !important;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
body.boldly-elon-theme-page .component--accordion .accordion > p .collapsed-label {
  display: inline;
}
body.boldly-elon-theme-page .component--accordion .accordion > p .expanded-label {
  display: none;
}
body.boldly-elon-theme-page .component--accordion .accordion > p.ui-accordion-header-active {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.boldly-elon-theme-page .component--accordion .accordion > p.ui-accordion-header-active .collapsed-label {
  display: none;
}
body.boldly-elon-theme-page .component--accordion .accordion > p.ui-accordion-header-active .expanded-label {
  display: inline;
}
body.boldly-elon-theme-page .component--accordion .accordion .ui-accordion-content {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
body.boldly-elon-theme-page .component--accordion .accordion .ui-accordion-content:last-child {
  padding-bottom: 0;
}
@media (min-width: 641px) {
  body.boldly-elon-theme-page .page-content--section.boldly-elon-banner + .intro-block::before {
    margin-bottom: 3rem;
  }
  body.boldly-elon-theme-page .hr-gold-diagonal.hr-lg-margin {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  body.boldly-elon-theme-page .hr-gold-diagonal.hr-lg-margin.clear {
    padding-top: 2rem;
  }
  body.boldly-elon-theme-page .hr-gold-diagonal.hr-lg-margin.clear::before {
    top: 2rem;
  }
  body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger {
    margin-top: 2.25rem !important;
  }
  body.boldly-elon-theme-page .component--accordion .accordion > p {
    margin-top: 2.25rem !important;
  }
}
@media (min-width: 992px) {
  body.boldly-elon-theme-page .page-content--section.boldly-elon-banner + .intro-block::before {
    margin-bottom: 3.375rem;
  }
  body.boldly-elon-theme-page .hr-gold-diagonal.hr-lg-margin {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }
  body.boldly-elon-theme-page .hr-gold-diagonal.hr-lg-margin.clear {
    padding-top: 2.375rem;
  }
  body.boldly-elon-theme-page .hr-gold-diagonal.hr-lg-margin.clear::before {
    top: 2.375rem;
  }
  body.boldly-elon-theme-page .read-more.accordion p.read-more-trigger {
    margin-top: 2.53125rem !important;
  }
  body.boldly-elon-theme-page .component--accordion .accordion > p {
    margin-top: 2.53125rem !important;
  }
}/*# sourceMappingURL=../../../source-maps/projects/arts-and-sciences/annual-report/2023-cas-annual-report-site-styles.css.map */
