/* =============================================================
 * CSU Online — Routing Bundle CSS
 * Sources:
 *   - Convert experience 100414433 (Routing DTM redesign) — change 100461682
 *   - Convert experience 100477157 (Make Program Details First) — change 1004319631
 * Companion file: bundle.js
 * ============================================================= */

/* ---- 100414433 — degree/cert detail page redesign ---- */

[page-type="degree-detail"]>h1,
[page-type="degree-detail"]>.degree-stats,
[page-type="degree-detail"]>main {
  display: none;
}

@media (min-width: 500px) {
  .showMobile {
    display: none !important;
  }
}

@media (max-width: 499px) {
  .showDesktop {
    display: none !important;
  }
}

/* start modal code */
.modal-open {
  overflow: hidden;
}

.fade {
  transition: opacity .15s linear;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal.show {
  display: block;
}

.modal {
  color: #212529;
}

.modal-open .modal {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 35px 35px;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal .modal-title {
  font-size: 20px;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  background: none;
  border-width: 0;
  height: auto;
}

.modal button span {
  font-size: 26px;
  font-family: arial;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal button span {
  font-size: 26px;
  font-family: arial;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 1;
}

.modal-header .close {
  background: none;
  border-width: 0;
  height: auto;
}

.modal .modal-title {
  font-size: 20px;
}

.modal-body p {
  margin: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

/*end modal code*/

.section_container {
  box-sizing: border-box;
  font-size: 18px;
  padding-bottom: 320px;
}

.section_hero .main-content {
  max-width: 100%;
  width: 695px;
}

.section_container .explore-right a:link,
.section_container .explore-right a:visited {
  color: #d7d392;
}

.section_container a.no-underline:link,
.section_container a.no-underline:visited {
  text-decoration: none;
}

.item .tab-content {
  display: block;
}

.item .tab-content>div {
  display: block;
  float: none;
  margin: 0;
  width: 100%;
}

.section_container .content {
  display: flex;
  background: none;
  padding: 0;
  font-size: inherit;
  margin: 0;
  gap: 28px;
  box-sizing: border-box;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
  flex-direction: column;
  overflow: visible;
}

.section_container .section_overview .content {
  flex-direction: row;
}

.section_program .list {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 0 20px;
}

.section_container section {
  padding: 60px;
}

.section_container section:nth-child(3n):not(.questions),
.section_container section:nth-child(11n):not(.questions) {
  background-color: #F2F2F2;
}

.section_container section.section_hero {
  background: #173B21;
  padding: 300px 60px 32px;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.section_container section.section_hero .bg-section_hero:before {
  content: "";
  background: linear-gradient(20deg, #216033, transparent);
  mix-blend-mode: multiply;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_container section.section_hero h1 {
  color: #FFFFFF;
  font-size: 58px;
  text-align: center;
  text-shadow: 2px 2px 4px #000;
}

.section_container section.section_hero svg {
  height: 62px;
  width: 62px;
  transform: translate(0, 50%);
  margin-top: -31px;
}

.section_container section.section_hero .content {
  background: #fff;
  padding: 54px 24px;
  flex-direction: row;
}

.section_container .content h2 {
  color: #1E4D2B;
  font-size: 32px;
  font-weight: bold;
}

.section_container .content .bold {
  font-size: 20px;
}

.section_container .content .cont {
  color: #1574ab;
  cursor: pointer;
  text-decoration: underline;
}

.inner-section_hero .main-content .video-embed,
.inner-section_hero .main-content img {
  margin-top: 40px;
  max-width: 100%;
  width: 690px;
}

.side-content {
  box-sizing: border-box;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 100%;
}

.side-content .quick-look {
  background: #F2F2F2;
  box-sizing: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  max-width: 100%;
  width: 476px;
}

.side-content .block {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 100%;
  width: 472px;
}

.side-content .form-wrap.block .wForm {
  background: inherit;
  margin: 0;
}

.side-content .quick-look .block-hdr {
  color: #1E4D2B;
  font-size: 32px;
  font-weight: bold;
}

.side-content .quick-look .item {
  align-items: center;
  justify-content: center;
  gap: 20px;
  display: flex;
  font-size: 18px;
  max-width: 100%;
  width: 451px;
}

.side-content .quick-look .item .hdr {
  color: #000;
  font-weight: 600;
  width: 160px;
  text-align: right;
}

.side-content .quick-look .item .txt {
  width: 270px;
}

.side-content .block .block-hdr {
  align-items: center;
  background: #1E4D2B;
  color: #fff;
  display: flex;
  font-size: 26px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  text-align: center;
}

.side-content .block .block-content {
  padding: 14px 19px;
}

.side-content .block .widget-row {
  align-items: center;
  border-bottom: solid 1px #E0E0E0;
  display: flex;
  font-size: 18px;
  justify-content: center;
  gap: 0 18px;
  padding: 10px 0;
  justify-content: space-between;
}

.side-content .block .widget-row:last-child {
  border-bottom-width: 0;
}

.side-content .block .widget-row .hdr {
  text-align: left;
  width: 210px;
}

.side-content .block .widget-row .txt {
  width: auto;
}

.section_container .wFormContainer .actions .primaryAction {
  min-height: 59px;
  margin: 15px 0 24px;
  width: 100%;
  font-size: 24px;
}

.section_container .wFormContainer .actions .primaryAction:disabled {
  background-color: rgb(238 99 0 / 50%);
  color: #fff;
}

.inner-section_hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.bg-section_hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.bg-section_hero img {
  width: 100%;
  height: auto;
}

.bg-section_hero:after {
  content: "";
  background: linear-gradient(0deg, #173B21, transparent);
  height: 191px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
}

.section_container .side-content .hdr {
  color: #1E4D2B;
  font-weight: bold;
}

.stat-content .stat {
  align-items: center;
  box-sizing: border-box;
  background: #F2F2F2;
  display: flex;
  flex-direction: column;
  height: 269px;
  width: 320px;
  justify-content: center;
  font-size: 22px;
  padding: 30px;
  text-align: center;
  max-width: 100%;
}

.stat-content .stat .hdr {
  font-size: 64px;
  color: #1C7234;
}

.section_container .content .bullet-list {
  font-size: inherit;
}

section.questions {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 60px 60px;
  gap: 24px;
}

.section_container section .content-hdr {
  font-size: 32px;
  font-weight: bold;
  color: #1E4D2B;
  margin-bottom: 24px;
}

section.questions .info {
  align-items: center;
  display: flex;
  gap: 20px;
  font-size: 18px;
}

section.questions .contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

section.questions .headshot {
  border-radius: 100%;
  height: 96px;
}

section.questions .dsc-name {
  font-weight: bold;
}

section.questions .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

section.questions button {
  height: 59px;
  width: 298px;
  font-size: 22px;
  font-weight: bold;
  border-width: 0;
  max-width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

section.questions button.calendly-link {
  background: #EE6325;
  color: #fff;
}

section.questions button.ri-cta {
  border: solid 2px #EE6325;
  color: #EE6325;
  background: #fff;
}

section.section_program .content-hdr {
  color: #1E4D2B;
  font-size: 32px;
  font-weight: bold;
}

section.section_program .main-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section_program .list .widget-row {
  border-bottom: solid 1px #ddd;
  display: flex;
  gap: 10px;
  font-size: 20px;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}

.section_program .list .widget-row .hdr {
  width: 162px;
  flex-basis: auto !important;
}

.section_program .list .widget-row .txt {
  width: 483px;
  flex-basis: auto !important;
}

.section_container section table {
  font-size: 16px;
  max-width: 100%;
  overflow: auto;
  display: block;
  width: 600px;
}

.section_container section p {
  max-width: 800px;
}

#read-more-modal h4,
#read-more-modal .info {
  display: none;
}

#read-more-modal .modal-body {
  display: block;
}

.faculty-item {
  background: #fff;
  width: 614px;
  display: flex;
  align-items: flex-start;
  max-width: Calc(50% - 10px);
}

.faculty-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 10px;
  justify-content: space-around;
  overflow: hidden;
}

.faculty-item img {
  width: 100px;
  height: auto !important;
  margin: 0;
  padding: 0;
}

.faculty-item p {
  display: none;
}

.faculty-item h4+p {
  display: block;
  max-height: 115px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
}

.faculty-item br {
  display: none;
}

.faculty-item .info {
  color: #1574ab;
  cursor: pointer;
  text-decoration: underline;
}

.section_container section h4 {
  margin: 0;
}

.faculty-item .faculty-txt {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 8px;
  overflow: hidden;
  padding: 12px;
}

.show-faculty {
  color: #1574ab;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  margin-top: 24px;
}

.section_container section[data-hdr="Faculty"] {
  padding: 32px 60px;
}

[data-hdr="Explore Careers"] ul {
  font-size: 16px;
  max-width: 800px;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0 30px;
}

.faq-item:after {
  content: "";
  height: 1px;
  background: #E0E0E0;
  width: Calc(100% - 20px);
  display: block;
  margin: 0 auto;
}

.faq-item:last-child:after {
  content: none;
}

.faq-item h4:not(.active)~*,
.faq-item h3:not(.active)~* {
  display: none;
}

.faq-item h4,
.faq-item h3 {
  color: #3E3D39;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}

.faq-item h4,
.faq-item h3 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.faq-item h4.active svg,
.faq-item h3.active svg {
  transform: rotate(-90deg);
}

.title-text h3:after,
.title-text h4:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.182' height='18.121' viewBox='0 0 11.182 18.121'%3E%3Cpath id='Path_35' data-name='Path 35' d='M0,0,8,8l8-8' transform='translate(10.121 1.061) rotate(90)' fill='none' stroke='%231e4d2b' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  height: 20px;
  width: 20px;
  font-size: 0;
  transform: rotate(0deg) translate(0px, -50%);
  display: block;
  order: 1;
  position: absolute;
  right: 0;
  top: 50%;
}

.in .title-text h3:after,
.in .title-text h4:after {
  transform: rotate(-90deg) translate(50%, 0);
}

.title-text h3,
.title-text h4 {
  padding: 0;
}

.accordion-item:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #E0E0E0;
  position: absolute;
  bottom: 0;
  width: Calc(100% - 20px);
  margin: 0 auto;
  transform: none;
  position: static;
  margin-top: 10px;
}

.accordion-item:last-child:after {
  content: none;
}

.accordion-item {
  padding: 10px 0;
}

.accordion-list {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: solid 1px #eee;
  margin: 20px 0;
  padding: 30px 35px;
  box-sizing: border-box;
}

.highlighted-content {
  max-width: 600px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px 35px 30px;
}

.highlighted-content a:link,
.highlighted-content a:visited {
  background: #EE6325;
  color: #fff;
  text-decoration: none;
}

.apply-blocks {
  display: flex;
  gap: 30px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.apply-blocks .block {
  box-sizing: border-box;
  width: 600px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 100%;
}

.apply-blocks .block .block-hdr {
  background: #1E4D2B;
  color: #fff;
  font-size: 28px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: bold;
}

.apply-blocks .block-content {
  padding: 10px 35px 30px;
}

.apply-blocks .apply-block a {
  color: #fff;
  text-decoration: none;
}

.apply-blocks .block tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: solid 1px #E0E0E0;
  padding: 10px 0;
}

.apply-blocks .block table {
  display: flex;
}

.apply-blocks .block tbody {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.apply-blocks .block tr:last-child {
  border-bottom-width: 0;
}

.apply-block .block-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 200px;
}

.explore-content {
  gap: 80px;
  display: flex;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0 30px;
}

.explore-content .explore-right {
  background: #1E4D2B;
  box-sizing: border-box;
  color: #fff;
  border: solid 1px #707070;
  padding: 40px;
}

.explore-right h1,
.explore-right h2,
.explore-right h3,
.explore-right h4,
.explore-right h5,
.explore-right h6 {
  color: #fff;
}

.credit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 20px 0 40px;
}

.credit-block {
  background: #fff;
  width: 298px;
  max-width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: solid 1px #eee;
}

.credit-block.or-block {
  align-items: center;
  justify-content: center;
  display: flex;
}

.credit-block .block-header {
  background: #1E4D2B;
  color: #fff;
  padding: 6px 16px;
  font-weight: bold;
}

.credit-block .block-content {
  font-size: 16px;
  padding: 11px 16px;
  min-height: 128px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.credit-block p {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

.credit-block a {
  display: flex;
  margin-top: auto;
  justify-content: space-between;
  text-decoration: underline;
}

.section_container section[data-hdr="Curriculum"] h4,
.section_container section[data-hdr="Degree Minors"] h4 {
  margin-bottom: 10px;
}

.credit-block a svg path {
  stroke: #1574ab;
}

.credit-block a svg {
  transform: rotate(180deg);
}

section.questions .main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px;
  max-width: 100%;
}

.section_overview .main-content {
  width: 824px;
}

.section_overview .stat-content {
  color: #173B21;
  margin-bottom: 50px;
  width: 324px;
}

.side-content .app-dates.block {
  background: #F2F2F2;
}

.section_container .side-content .app-dates .hdr {
  color: #000;
}

.side-content .app-dates.block .block-hdr {
  background: inherit;
  color: #1E4D2B;
  font-size: 32px;
  height: auto;
  padding-top: 10px;
}

.anchor-nav {
  background: #C8C372;
  border-bottom: 3px solid #aaa;
  clear: both;
  font-size: 15px;
}

.anchor-nav .outerWrap {
  transition: font-size .2s linear;
  white-space: nowrap;
  overflow-y: hidden;
}

.anchor-nav .outerWrap::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

.anchor-nav .innerWrap {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 20px;
  background: #C8C372;
  box-sizing: border-box;
  align-items: center;
  gap: 20px;
}

.anchor-nav .anchors {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: #1E4D2B;
  justify-content: space-between;
  gap: 30px;
}

.anchor-nav .anchor-top {
  background: #fff;
  padding: 10px 20px;
  display: flex;
  gap: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #1E4D2B;
  align-items: center;
}

.anchor-nav .anchor-top svg {
  transform: rotate(90deg);
}

.anchor-nav .anchor {
  cursor: pointer;
}

.anchor-nav .anchor.active {
  text-decoration: underline;
}

[data-scroll="true"] .header .nav:not(.search-toggle),
[data-scroll="false"] .anchor-nav {
  display: none;
}

.section_container .content .main-content {
  max-width: 100%;
}

.accordion-body,
.accordion-toggle {
  transition: none;
}

[data-hdr="Degree Minors"] [data-toggle="collapse"] {
  border-top: solid 1px #aaa;
  display: block;
  padding: 10px;
}

[data-hdr="Degree Minors"] [data-toggle="collapse"] .title-text h3 {
  margin: 0;
}

[data-hdr="Degree Minors"] [data-toggle="collapse"]+.collapse {
  background: #fff;
  padding: 0 10px;
}

[data-hdr="Degree Minors"] h3+[data-toggle="collapse"] {
  border-top-width: 0;
}

section .main-content .video-embed {
  width: 800px;
  max-width: 100%;
}

.section_program .admission-reqs-list {
  font-size: inherit;
  list-style-type: none;
  margin: 0;
}

@media(max-width: 1250px) {
  body[data-nav-style="full"] .header {
    background: #C8C372;
  }

  .header .wrapper {
    background: #1e4d2b;
  }

  .anchor-nav .outerWrap[data-fade="both"] {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 50px, #000 calc(100% - 50px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 50px, #000 calc(100% - 50px), transparent 100%);
  }

  .anchor-nav .outerWrap[data-fade="right"] {
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 50px), transparent 100%);
    mask-image: linear-gradient(90deg, #000 calc(100% - 50px), transparent 100%);
  }

  .anchor-nav .outerWrap[data-fade="left"] {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 50px);
    mask-image: linear-gradient(90deg, transparent 0, #000 50px);
  }
}

body[data-nav-style="full"] .header-phone {
  background: #C8C372;
}

.section_container .content .main-content img {
  max-width: 100%;
}

@media (min-width: 1001px) {
  .section_program .list .widget-row:nth-child(3n) {
    border-bottom-width: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 1400px) {
  .anchor-nav .innerWrap {
    width: auto;
  }

  .section_program .list {
    display: flex;
    flex-direction: column;
  }

  .section_container .content {
    flex-wrap: wrap;
  }
}

@media (max-width: 1000px) {
  .anchor-nav .anchors {
    gap: 20px;
  }

  .section_container .content,
  .section_container .section_overview .content,
  .section_container section.section_hero .content {
    flex-direction: column;
  }

  .section_container section,
  .section_container section.section_hero {
    padding: 30px 20px;
  }

  .faculty-item {
    max-width: 100%;
  }

  .faq-item h4 svg {
    min-width: 20px;
  }

  .section_container {
    padding-bottom: 600px;
  }

  .section_container section.section_hero .content {
    padding: 40px 10px 20px;
  }

  .explore-content {
    grid-template-columns: none;
  }

  .section_container .wFormContainer .actions .primaryAction {
    font-size: 18px;
  }

  .section_program .list>.widget-row:nth-last-child(-n+1) {
    border-bottom-width: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .section_program .list>.widget-row:nth-last-child(-n+1):after {
    content: none;
  }

  .side-content .block .widget-row .hdr {
    width: 150px;
  }

  .section_container section.section_hero h1 {
    font-size: 40px;
    margin-top: 100px;
  }

  .section_container .content h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .section_container section.section_hero .content p.bold+p {
    display: none;
  }

  .stat-content .stat {
    height: auto;
  }

  .section_program .list .widget-row {
    font-size: 18px;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  section.section_program .main-content {
    gap: 0;
  }

  .section_container section .content-hdr {
    font-size: 26px;
  }

  .accordion-list {
    padding: 20px 10px;
  }

  .stat-content .stat .hdr {
    font-size: 50px;
  }

  .stat-content .stat {
    font-size: 20px;
  }

  .section_container section.questions .content-hdr {
    font-size: 22px;
  }

  .section_container section[data-hdr="Faculty"] {
    padding: 20px 20px;
  }

  [data-hdr="Explore Careers"] ul {
    max-width: 100%;
    display: block;
  }

  .explore-content>div {
    max-width: 100%;
  }

  .explore-content {
    display: flex;
    flex-direction: column;
  }

  .section_overview .stat-content {
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
  }
}

/* ---- 100477157 — Program Details first (shaded section) ---- */

.section_container section.shaded {
  background-color: #F2F2F2;
}

.shaded .stat-content .stat {
  background: #fff;
}
