/* - - styles specific to modules / components using ACF - - */

.content-contain-e5 {
  width: 100%;
  max-width: 75vw;
  margin-left: 12.5vw;
  margin-right: 12.5vw;
}

@media screen and (max-width: 48rem) {
  .content-contain-e5 {
      max-width: 90%;
      margin-left: 5%;
      margin-right: 5%;
  }
}

/*- Inner Page Hero Area - Simple -*/

.hero-simple-new_hero {
  width: 100%;
  background-size: cover;
  background-position: top;
  height: 450px;
  position: relative;
  border-bottom: 10px solid #fff;
}

.hero-simple-black_back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.25;
  z-index: 2;
}

.hero-simple-center_wrap {
  z-index: 10;
  display: inline-block;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  margin: -65px auto 0;
}

.hero-simple-slogan-text {
  background: none !important;
  margin: 0 auto;
  padding: 0 20px;
  display: inline-block;
}

.hero-simple-heading {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.05px;
  margin-bottom: 0;
}

/*- Section or Page Heading / Title w/ color options & variable inner content -*/

/* circle back to clean */

/*- Mulitple (4) Horiztonal Call out Spacing Images -*/

.callout-horizontal-four-images {
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0;
  position: relative;
}

.callout-horizontal-images-container {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.callout-horizontal-figure {
  width: 25%;
  max-width: 25%;
  height: 100%;
  padding: 0;
  margin: 0 10px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.callout-horizontal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.callout-horizontal-images-container .callout-horizontal-figure:first-child {
  margin: 0 10px 0 0 !important;
}

/*-  -*/

/*- Testimonial Slider -*/

/* Base Styles */
.testimonial-carousel-e5 {
  width: 100% !important;
  padding: 20px 0 !important;
  margin-bottom: 160px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative !important;
  background-color: #fff !important;
}

.testimonial-content-e5 {
  position: relative !important;
  max-width: 1250px !important;
  min-height: 200px !important; /* Increased height for visibility */
  overflow: hidden !important;
}

/* Make sure to reveal the first slide */
.testimonial-slide-e5 {
  display: none !important;
  text-align: center !important;
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out !important;
}

.testimonial-slide-e5.active-e5 {
  display: block !important;
  opacity: 1 !important;
}

/* Testimonial Text Styles */
.testimonial-text-e5 {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 48px !important;
  color: rgb(136, 127, 129) !important;
  padding: 20px !important;
  text-transform: uppercase !important;
  background-color: #fff !important; /* Ensure visibility */
}

/* Student Info Styles */
.student-info-e5 {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 26px !important;
  color: rgb(26, 25, 25) !important;
  text-transform: uppercase !important;
  margin-top: 10px !important;
}

/* Carousel Control Styles */
.carousel-controls-e5 {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  position: absolute !important;
  bottom: 10px !important;
  right: 10px !important;
}

.carousel-control-left-e5,
.carousel-control-right-e5 {
  color: #1a1919 !important;
  cursor: pointer !important;
  font-size: 1.5rem !important;
  transition: all 0.3s ease !important;
}

.carousel-control-left-e5 svg,
.carousel-control-right-e5 svg {
  width: 20px !important;
  height: 20px !important;
  fill: #1a1919 !important;
}

.carousel-control-left-e5:hover svg,
.carousel-control-right-e5:hover svg {
  transform: scale(1.1) !important;
}

/* ACF image break adjusting */

.image-break.acf-ib {
  width: 100%;
  height: auto;
  max-height: 350px;
  overflow: hidden;
  padding: 0;
  margin: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* inner hero */

section.hero-gs.e5-acf-hero-standard {
  margin-bottom: 0px;
}

/* grey  form */
section.upper-form.padded.home.lower-form.grey-hz-form-01 {
  margin-top: 0px;
}

section.upper-form.padded.home.lower-form.grey-hz-form-01 {
  border-bottom: 0px;
}

/*- About Section + Timeline Modules -*/

.slogan-e5-about-timeline {
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0 0 160px;
  background: #babec7 !important;
}

.content-contain-e5-about-timeline {
  width: 100%;
  max-width: 75vw;
  margin-left: 12.5vw;
  margin-right: 12.5vw;
}

.page-content-e5-about-timeline {
  width: 100%;
  height: auto;
  padding: 47px;
  margin: -370px 0 160px;
  background-color: #fff;
}

.page-content-e5-about-timeline h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: 3px;
  line-height: 2;
}

.about-content-e5-about-timeline {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.75;
  padding-top: 30px;
}

.timeline-e5-about-timeline {
  width: 100%;
  padding: 160px 0;
}

.timeline-item-e5-about-timeline {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-bottom: 87px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.timeline-header-e5-about-timeline {
  width: max-content;
  height: 100%;
  background-color: #887f81;
  padding: 30px 20px 20px 10px;
  margin-right: 21px;
}

.timeline-header-e5-about-timeline p {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 5.3rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 1;
}

.timeline-image-e5-about-timeline {
  width: 100%;
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

.timeline-image-e5-about-timeline img {
  width: 100%;
  min-width: 100%;
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
}

.timeline-content-e5-about-timeline {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(185, 180, 178, 0.9);
  padding: 35px;
  display: none;
}

.timeline-item-e5-about-timeline:hover .timeline-content-e5-about-timeline {
  display: block;
}

.image-content-e5-about-timeline {
  font-family: 'Roboto', sans-serif;
  font-size: 1.08rem;
  color: #000;
}

/* - - - - */

section.timeline-item-e5-about-timeline {
  padding-top: 0px;
}

/* - timeline mobile items - */

/* Mobile styles at max-width of 48rem (768px) */
@media screen and (max-width: 48rem) {
  /* Slogan section */
  .slogan-e5-about-timeline {
    padding: 0;
    margin: 0 0 87px;
    display: none;
  }

  /* Container for content */
  .content-contain-e5-about-timeline {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  /* About content section */
  .page-content-e5-about-timeline {
    padding: 50px 0 0;
    margin: 0 0 57px;
  }

  /* Timeline container */
  .timeline-e5-about-timeline {
    padding: 87px 0 0;
  }

  /* Timeline item adjustments */
  .timeline-item-e5-about-timeline {
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
  }

  /* Timeline header on mobile */
  .timeline-header-e5-about-timeline {
    width: 100%;
    padding: 20px;
    margin: 0 0 7px;
  }

  /* Image container within timeline item */
  .timeline-image-e5-about-timeline {
    height: 100%;
    margin: 0 0 19px;
    display: flex;
    flex-wrap: wrap;
  }

  /* Image size adjustments for mobile */
  .timeline-image-e5-about-timeline img {
    min-height: 250px;
    max-height: 250px;
  }

  /* Content overlay adjustments */
  .timeline-content-e5-about-timeline {
    position: absolute;
    max-width: none;
    bottom: 0;
    padding: 14px;
    background: #b9b4b2;
  }

  /* Text size within image content */
  .image-content-e5-about-timeline {
    font-size: 1rem;
  }

  .timeline-header-e5-about-timeline p {
    font-size: 3rem;
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    text-align: center;
  }

  section.timeline-item-e5-about-timeline {
    padding-bottom: 87px;
  }
}

/* ---    --- */

.values-e5-dual-text {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 160px 0;
}

.columns-e5-dual-text.is-multiline-e5-dual-text {
  flex-wrap: wrap;
}

.columns-e5-dual-text.is-centered-e5-dual-text {
  justify-content: center;
}

.column-e5-dual-text {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.purpose-e5-dual-text,
.value-e5-dual-text {
  width: auto;
  height: auto;
  padding: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.purpose-e5-dual-text {
  max-width: 50vw;
  background-color: #bbbec6;
}

.value-e5-dual-text {
  max-width: 51vw;
  background-color: rgba(136, 127, 129, 0.7) !important;
}

.h1-e5-dual-text {
  margin: 0 0 30px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  font-size: 3.083335664rem;
  text-decoration: underline;
  color: #000;
}

.slogans-e5-dual-text,
.ul-e5-dual-text {
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.7500013228rem;
  letter-spacing: 3px;
  line-height: 2;
}

.slogans-e5-dual-text {
  max-width: 40%;
}

.ul-e5-dual-text {
  list-style: none;
}

.ul-e5-dual-text li-e5-dual-text {
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

/*- - - */

.values-e5-dual-text {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 160px 0;
}

.column-e5-dual-text {
  width: 48%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.purpose-e5-dual-text {
  background-color: #bbbec6;
}

.value-e5-dual-text {
  background-color: rgba(136, 127, 129, 0.7);
}

.timeline-e5-about-timeline {
  padding-bottom: 0px;
}

/* Adjusting for smaller screens */
@media screen and (max-width: 768px) {
  .column-e5-dual-text {
    width: 100%;
    padding: 30px;
  }
}

@media screen and (max-width: 48rem) {
  .values-e5-dual-text {
    padding: 0;
    margin: 87px 0;
    flex-direction: column;
  }

  .purpose-e5-dual-text,
  .value-e5-dual-text {
    max-width: 100%;
    padding: 30px 10px;
  }

  .h1-e5-dual-text {
    font-size: 2.5rem;
  }

  .slogans-e5-dual-text,
  .ul-e5-dual-text {
    font-size: 1.5rem;
  }

  .slogans-e5-dual-text {
    max-width: 90%;
  }
}

/* - - social section -- */
.social-list-e5-social {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.social-list-items-e5-social {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.li-e5-social {
  padding: 0 20px;
}

.ng-fa-icon-e5-social svg {
  font-size: 3rem;
  color: #000;
}

.h1-e5-social {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}

/* - - by state - - */

/* Base styles */
.school-e5-schools-by-state {
  width: 100%;
  padding: 0 0 62px;
  margin: 62px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  border-bottom: 1px solid #887f81;
}

/* Image and content layout */
.school-image-e5-schools-by-state {
  max-width: 20vw;
  height: auto;
}

.image-e5-schools-by-state {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.school-content-e5-schools-by-state {
  width: 100%;
  max-width: 71%;
  margin-left: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.icon-e5-schools-by-state {
  color: #eec053;
  font-size: 2.5rem;
}

.title-dist-e5-schools-by-state {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.h1-e5-schools-by-state a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.1rem;

  text-decoration: none;
}

.address-e5-schools-by-state a {
  color: #1a1919;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}

.programs-e5-schools-by-state {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.program-e5-schools-by-state {
  font-family: 'Roboto', sans-serif;
  font-size: 1.17rem;
  margin-right: 5px;
}

/* Button styles */
.campus-buttons-e5-schools-by-state {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.campus-buttons-e5-schools-by-state li {
  margin-right: 12px;
}

.button-primary-e5-schools-by-state,
.button-secondary-e5-schools-by-state {
  padding: 10px;
  font-size: 1.17rem;
  text-align: center;
  text-decoration: none;
}

.button-primary-e5-schools-by-state {
  background-color: #1a1919;
  color: #fff;
}

.button-secondary-e5-schools-by-state {
  background-color: #887f81;
  color: #fff;
}

/* Adjust button icons */
.campus-buttons-e5-schools-by-state li i {
  margin-right: 10px;
}

h1.location-results-heading-e5 {
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.5rem;
  text-align: left;
  padding: 0;
  margin: 0;
}

.state-name-wrap-results {
  margin: 50px 0;
}

/* - - */

state-copycontainer-e5 {
  width: 100%;
  height: auto;
  padding: 0 0 57px;
  margin: 100px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

h2.state-copy-heading-e5 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  font-size: 1.7500013228rem;
  text-align: left;
}

p.state-hours-heading-e5 {
  font-family: Roboto Condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.9166688714rem;
  margin-bottom: 15px;
}

p.state-copy-content-e5 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.1666675486rem;
  line-height: 1.65;
  text-align: left;
}

.state-hours-e5 {
  margin-top: 115px;
  padding-bottom: 160px;
}

.hour-wrap-1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.hour-wrap-2 {
  max-width: 50%;
  height: auto;
  padding: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.hour-wrap-2 {
  background-color: #bbbec6;
}

p.state-hours-program-e5 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
}

p.state-hours-amount-e5 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  font-size: 1.7500013228rem;
}

.disclaimer-pg {
  font-family: Roboto Condensed, sans-serif;
  font-size: 0.9166673596rem;
  line-height: 1.65;
  letter-spacing: 1px;
  padding-bottom: 30px;
  color: #1a1919;
}

.disclaimer-pg a {
  font-family: Roboto Condensed, sans-serif;
  font-size: 0.9166673596rem;
  line-height: 1.65;
  letter-spacing: 1px;
  padding-bottom: 30px;
  color: #1a1919;
}

button.button-primary-pg form-pg {
  border-radius: 0px !important;
}

/* - - - */
p.h1-e5-schools-by-state a {
  color: #3273dc !important;
}

/* - - - - */

/* General reset */

.cs-search-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.cs-search-item {
  max-width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.cs-search-item:nth-child(odd) {
  background-color: #bbbec6;
}

.cs-search-item:nth-child(even) {
  background-color: #b8b2b3;
}

.cs-search-program {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.cs-search-hours {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
}

/* - - - - */
/*
section.form-cta-pg.state-search-page {
  margin-top: 160px;
}
  */

/* General styling for state description and hours */
.state-copycontainer-e5 {
  margin: 20px 0;
}

.state-copy-heading-e5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.state-copy-content-e5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* State required hours section */
.state-hours-e5 {
  margin: 65px 0;
}

.state-hours-heading-e5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 65px;
}

.state-hours-list-e5 {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.state-hours-list-e5 li {
  padding: 20px;
  margin-bottom: 10px;
  max-width: 48%;
  flex: 1;
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 0;
  box-shadow: none;
}

/* Alternating background colors for the list items */
.state-hours-list-e5 li:nth-child(odd) {
  background-color: #bbbec6;
}

.state-hours-list-e5 li:nth-child(even) {
  background-color: #b8b2b3;
}

.state-hours-program-e5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.state-hours-amount-e5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
}

/* General Styling for the School Item */
.school-e5-schools-by-state {
  width: 100%;
  padding: 0 0 62px;
  margin: 62px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  border-bottom: 1px solid #887f81;
}

/* Image within the school item */
.school-image-e5-schools-by-state {
  max-width: 20vw;
  height: auto;
}

/* Ensure image fits well within the container */
.image-e5-schools-by-state {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Button Styling */
.button-primary-e5-schools-by-state {
  background-color: #3273dc;
  color: white;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Learn More button with yellow background */
.button-yellow {
  background-color: #eec053;
  color: black;
}

/* Styling for the phone button with an icon */
.phone-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  fill: currentColor;
}

.align-right {
  float: right;
  text-align: right;
  margin-left: auto;
}

.school-content-e5-schools-by-state {
  max-width: 71%;
  margin-left: 21px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.h1-e5-schools-by-state a {
  color: #000;
  text-transform: capitalize;
  font-size: 1.5rem;
}

.address-e5-schools-by-state a {
  color: #3273dc;
}

.programs-e5-schools-by-state {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.program-e5-schools-by-state {
  font-size: 1rem;
  padding-left: 5px;
}

.button-primary-e5-schools-by-state {
  padding: 12px 24px;
  border-radius: 0;
  font-size: 1rem;
  transition: background-color 0.3s;
}

.button-yellow {
  background-color: #eec053;
  color: black;
}

.button-black {
  background-color: black;
  color: white;
}

.phone-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.address-link {
  color: #4a4a4a;
  text-decoration: none;
}

.align-right {
  margin-left: auto;
}

a.button-primary-e5-schools-by-state.button-black {
  color: white;
}

p.address-e5-schools-by-state a {
  color: rgb(26, 25, 25) !important;
}

/* school list responsive item */

@media screen and (max-width: 48rem) {
  /* Adjust state name container */
  .state-name-wrap-results {
    margin: 0;
    padding: 0 0 24px;
    overflow: hidden;
  }

  /* State name heading */
  .state-name-wrap-results h1 {
    font-size: 2.3rem;
    text-align: left;
    line-height: 1.2;
  }

  /* School List container margins */
  .schools-list-e5 {
    margin: 0 0 87px;
  }

  .schools-list-e5 li:first-child {
    margin: 0 0 50px;
  }

  .schools-list-e5 li {
    flex-direction: column;
    padding: 0 0 50px;
    margin: 50px 0;
  }

  .school-image-e5-schools-by-state {
    min-width: 100%;
    max-width: 100%;
  }

  .school-content-e5-schools-by-state {
    max-width: 100%;
    padding: 24px 0 0;
    margin: 0;
  }

  .school-content-e5-schools-by-state i {
    display: none;
  }

  .title-dist-e5-schools-by-state p.h1-e5-schools-by-state {
    font-size: 1.8rem;
  }

  .address-e5-schools-by-state {
    font-size: 1.4375rem;
  }

  .programs-e5-schools-by-state {
    flex-wrap: wrap;
  }

  .program-e5-schools-by-state {
    font-size: 0.9375rem;
  }

  .campus-buttons-e5-schools-by-state {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .campus-buttons-e5-schools-by-state li a {
    text-align: center;
    width: 43vw;
    margin-right: 7px;
    margin-top: 12px;
    padding: 14px;
    font-size: 1.3rem;
  }

  .campus-buttons-e5-schools-by-state li a svg {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 48rem) {
  .header_phone.is-hidden-mobile {
    display: none;
  }
}

/* ---- */

@media screen and (max-width: 48rem) {
  .campus-buttons-e5-schools-by-state {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }

  .campus-buttons-e5-schools-by-state li {
    width: 48%;
    margin-bottom: 12px;
  }

  .campus-buttons-e5-schools-by-state li:nth-child(odd) {
    margin-right: 4%;
  }

  .campus-buttons-e5-schools-by-state li:nth-child(even) {
    margin-left: 0;
  }

  .campus-buttons-e5-schools-by-state li a {
    width: 100%;
    text-align: center;
    padding: 14px;
    font-size: 1.3rem;
    box-sizing: border-box;
  }

  .campus-buttons-e5-schools-by-state li a svg {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 48rem) {
  .campus-buttons-e5-schools-by-state {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
  }

  .campus-buttons-e5-schools-by-state li {
    margin: 0;
    width: auto;
  }

  .campus-buttons-e5-schools-by-state li:last-child {
    margin-left: auto;
    align-self: flex-end;
    justify-self: flex-end;
    padding-right: 0;
  }

  .campus-buttons-e5-schools-by-state li a {
    padding: 14px 20px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 48rem) {
  .schools-list-e5 li:first-child {
    margin: 0 0 0px;
  }
}

@media screen and (max-width: 48rem) {
  .campus-buttons-e5-schools-by-state li {
    width: 48%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 48rem) {
  .campus-buttons-e5-schools-by-state li:nth-child(odd) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 48rem) {
  .campus-buttons-e5-schools-by-state li:nth-child(even) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 48rem) {
  .campus-buttons-e5-schools-by-state li {
    margin-bottom: 0px;
  }

  ul.campus-buttons-e5-schools-by-state li {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 48rem) {
  .campus-buttons-e5-schools-by-state li a {
    margin-right: 0px;
  }
}

/* -------------------------------------------------------------- */

/* ---- Content Expanded Section - static---- */
section.content-expanded-area-e5 {
  width: 100%;
  height: auto;
  padding: 100px 0 0;
  margin: 0;
  background: #383a3f;
}

section.content-expanded-area-e5 p {
color:white;
    margin-bottom:20px;
    font-size: 19px;
}

section.content-expanded-area-e5 strong {
font-weight:bold;
}

h2.text-section-heading-campus {
  padding-bottom: 15px;
  font-family: 'Roboto Condensed';
  font-size: 1.7500013228rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 6px;
  color: #fff;
  text-transform: uppercase;
}

p.content-expanded-e5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 32px;
  font-weight: 400;
  font-family: Whitney-book, sans-serif;
}

p.content-expanded-e5-heading-break {
  padding-bottom: 5px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 1.5rem;
}

ul.content-expand-ul {
  width: 100%;
  height: auto;
  padding: 0 0 84px;
  margin: 0 0 0 21px;
  list-style: disc;
}

li.content-expanded-li {
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  letter-spacing: 1px;
  padding: 5px 0;
}


/*-- call out with blocks module --*/

section.callout-with-blocks-wrapper {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0;
  background: #ffffff;
}

.callout-with-blocks-e5-programs {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.block-container-e5-programs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.block-content-e5-programs {
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.callout-e5-programs {
  max-height: max-content;
  min-height: 420px;
  padding: 20px 20px 20px 10px;
  background-color: #887f81;
  display: inline-grid;
}

.callout-e5-programs p {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 5.3rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 1;
  padding-right: 10px;
}

.items-e5-programs {
  display: flex;
  flex-wrap: wrap;
  margin-left: -21px;
  margin-top: -21px;
}

.item-e5-programs {
  flex: 1 0 350px;
  margin-left: 21px;
  margin-top: 21px;
  display: flex;
  flex-direction: column;
}

.item-e5-programs img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
  animation: fadein 1s;
}

.heading-e5-programs {
  font-weight: bold;
}

section.callout-with-blocks-e5-programs {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.block-container-e5-programs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.block-section-e5-programs {
  width: 100%;
  height: 100%;
  margin: 0 0 0 2%;
}

.block-content-e5-programs {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.callout-e5-programs {
  width: 30%;
  max-height: max-content;
  min-height: 420px;
  padding: 20px 20px 20px 10px;
  background-color: #887f81;
  display: inline-grid;
}

.block-section-e5-programs {
  width: 68%;
  padding-left: 2%;
}

.items-e5-programs {
  display: flex;
  flex-wrap: wrap;

}

.item-e5-programs {
  flex: 1 1 calc(50% - 21px);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .block-content-e5-programs {
      flex-direction: column;
  }
  .callout-e5-programs, .block-section-e5-programs {
      width: 100%;
  }
  .item-e5-programs {
      flex: 1 1 100%;
  }
}

.block-content-e5-programs {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.callout-e5-programs {
  flex: 1;
  min-width: max-content;
  max-width: max-content;
  padding: 20px;
}

.block-section-e5-programs {
  flex: 3;
}

.items-e5-programs {
  display: flex;
  flex-wrap: wrap;
  /* gap: 21px; */
  justify-content: flex-start;
}

.item-e5-programs {
  flex: 1 1 calc(50% - 21px);
  max-width: calc(50% - 21px);
  display: flex;
  flex-direction: column;
}

.item-e5-programs img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
}


.items-e5-programs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
  margin-top: 0;
}


.item-e5-programs {
  flex: 1 1 calc(50% - 21px); 
  max-width: calc(50% - 21px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0; 
}

@media (max-width: 800px) {
 
  .item-e5-programs {
    flex: 1 1 100%;
    max-width: 100%;
  }
}



.hero-simple-center_wrap {
  z-index: 10;
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0; 
  right: 0; 
  max-width: 100vw; 
  box-sizing: border-box; 
  transform: translateY(-50%);
  overflow: hidden; 
  padding: 0; 
  margin: 0 auto; 
}



/*-------*/


@media screen and (max-width: 800px) {

  .block-content-e5-programs {
      flex-direction: column;
  }

 
  .items-e5-programs {
      flex-direction: column;
  }

 
  .callout-e5-programs {
      width: 100%;
      max-width: 100%;
      padding: 20px;
      margin: 0 0 7px;
      height: auto; 
      min-height: auto; /
  }


  .callout-e5-programs p {
      writing-mode: horizontal-tb; 
      transform: none; 
      font-size: 2.5rem; 
      padding-right: 0; 
      text-align: center;
  }




.block-section-e5-programs {
  padding-left: 0px;
  margin-left: 0px;
}

}


/* - - - - - */




.item-e5-programs img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  animation: fadein 1s;
}


.information-e5-programs {
  display: flex;
  background: #bbbec6;
  width: 100%;
  flex: 1;
  z-index: 2;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 20px;
}


.heading-e5-programs {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 2.08rem; 
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #333; 
}


.body-e5-programs {
  font-family: 'Roboto', sans-serif;
  font-size: 1.17rem; 
  line-height: 1.5;
  color: #333; 
}


/* - -- - */



.items-e5-programs {
  display: flex;
  flex-wrap: wrap;
  margin-left: -21px; 
  margin-top: -21px; 
}


.item-e5-programs {
  margin-left: 21px; 
  margin-top: 21px; 
}

section.sk-wrap-dev {
  padding: 0px;
}


.content-expanded-area-e5.white-bg-expanded .text-section-heading-campus {
  color: black;
}


.content-expanded-e5.white-bg-expanded .text-section-heading-campus {
  color: black;
}




section.content-expanded-area-e5.white-bg-expanded {
  padding-top: 0px;
  background: white;
}



h3.white-bg-h3 {
  font-size: 1.3500013228rem;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  line-height: 2;
  letter-spacing: 6px;
  text-transform: uppercase;
}


.content-expanded-area-e5.white-bg-expanded .content-expanded-e5 {
  color: black;
}



.content-expanded-area-e5.white-bg-expanded .content-expanded-e5 {
  color: black;
}

.content-expanded-area-e5.white-bg-expanded .content-expanded-li {
  color: black;
  margin-left: 38px;
  margin-top: 10px;
  margin-bottom: 11px;
}




.content-expanded-area-e5.white-bg-expanded .content-expand-ul {
  margin-left: 38px;
  margin-top: 10px;
  margin-bottom: 11px;
  font-size: 1.3333343412rem;
  padding-bottom: 0px;
}


section.content-expanded-area-e5.white-bg-expanded {
  padding-bottom: 50px;
}


section.FAQ-wrapper {
  padding-bottom: 0px;
}

p.image-slider-heading-e5 {
    font-size: 3.1666690604rem;
    font-family: Roboto Condensed, sans-serif;
    color: #1a1919;
    font-weight: 200;
}

section.image-sliders-wrapper {
  padding: 78px 0 0;
}


/*-- slider touch ups --*/

.slider-section {
  justify-content: space-between !important;
  max-width: 1550px !important;
}

.slider-prev, .slider-next {
  font-size: 5rem !important;
  padding: 0px !important;
}


.slider-image-wrapper {
  max-width: 80% !important;
}


.slider-section {
  height: 600px !important;
}

.slider-image-wrapper {
  height: 600px !important;
}



/* ---- Content Expanded Section - ACF ---- */
p.content-expanded {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Roboto Condensed';
}

h3.content {
  padding: 0 0 5px 0;
  font-family: 'Roboto Condensed';
  font-size: 23px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 1.5rem;
}


.content-expanded-wysiwyg ul {
  width: 100%;
  height: auto;
  padding: 0 0 84px;
  margin: 0 0 0 21px;
  list-style: disc;
}

.content-expanded-wysiwyg ul li {
  font-family: 'Roboto Condensed';
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  letter-spacing: 1px;
  padding: 5px 0;
}




.content-expanded-wysiwyg h2 {

  padding-bottom: 15px;
  font-family: 'Roboto Condensed';
  font-size: 1.7500013228rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 6px;
  color: #fff;

  
}





.slogan-search.acf-zipsearch-01 {
  padding: 100px 0 90px;
}





/*** temp clean up - circle back to horizontal form  ***/
.is-hidden-desktop.is-flex {
  DISPLAY: NONE;
}


/*** / temp clean up - circle back to horizontal form  ***/






/* Variant Background Section */
.content-expanded-area-e5-variant {
  background-color: white;
  padding: 100px 0;
}

/* Variant Heading Styling */
.text-section-heading-variant {
  color: #4a4a4a;
  font-family: 'Roboto Condensed';
  font-size: 1.75rem;
  letter-spacing: 2px;
  /* Additional styling as needed */
}

/* Variant Content Styling */
.content-expanded-wysiwyg-variant p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.6;
}



/* ----- */


div#sliderTextContent-5 {
  padding: 0px;
}


div#sliderTextContent-5 b {
  font-weight: 800 !important;
}


#student-kit-5.student-kit .slider-image img {
  height: 500px;
}


#student-kit-5.student-kit figure.slider-image {
  height: 500px;
}


section.sk-wrap-dev {
  padding-top: 80px;
  padding-bottom: 80px;
}


a.sk-vid-link {
  color: #3273dc;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-size: 1.3333343412rem;
  line-height: 1.65;
  margin: 0;
  margin-top: 8px;
}


/* white bg extended text acf */

h2.text-section-heading-variant {
  padding-bottom: 15px;
  font-family: 'Roboto Condensed';
  font-size: 1.7500013228rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 6px;
  color: #4a4a4a;
  text-transform: uppercase;
}



h3.faq-heading {
  font-family: 'Roboto Condensed';
  font-weight: 400;
  line-height: 2;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 1.3500013228rem;
}


/*--- */




.content-expanded-wysiwyg-variant ul {
  width: 100%;
  height: auto;
  padding: 0px;
  padding-left: 40px;
  padding-bottom: 20px;
  list-style: disc;
  
}


.content-expanded-wysiwyg-variant li {
  font-family: 'Roboto Condensed';
  font-size: 18px;
  color: #4a4a4a;
  line-height: 32px;
  letter-spacing: 1px;
  padding: 5px 0;
  
}





.content-expanded-wysiwyg-variant p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.6;
  padding: 0px;
  font-size: 1.2333343412rem;
  margin-bottom: 1.5rem;
}


/*--*/

.image-slider-module-e5 {
  padding: 0px !important;
}


.image-slider-module-e5 .slider-section {
  height: 600px !important;
}


.image-slider-module-e5 .slider-section {
  bottom: 80px;
}




.content-expanded-wysiwyg h2 {
  padding-bottom: 15px;
  font-family: 'Roboto Condensed';
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 6px;
  color: #fff;
  text-transform: uppercase;
}




/* - - Horiozontal grey form mobile cleaned - - */



@media screen and (max-width: 48rem) {

  .general-form input#name,
  .general-form input#phone,
  .general-form input#zipcode,
  .general-form input#email {
    margin-bottom: 30px;
    height: 35px;
  }

}

@media screen and (max-width: 48rem) {
  .upper-form .form-section .button {
      margin-top: 0px;
      margin-left: auto;
      width: 95px;
      height: 35px;
      font-size: 14px;
      width: 28%;
      margin-right: inherit;
      font-family: Roboto Condensed, sans-serif;
      bottom: 52px;
      position: relative;
      padding: 1px;
  }
}



@media screen and (min-width: 48rem) {

button.button.black-button {
  margin-top: 40px !important;
  background-color: #f2c767 !important;
  color: #000 !important;
}
}




@media screen and (min-width: 1024px) {
  .grey-hz-form-01 .container {
    max-width: 960px;
  }
  .image-slider-module-e5 .slider-section {
    margin-bottom: 250px;
  }
  #student-kit-5.student-kit .slider-image img {
    height: 600px;
  }
  
  #student-kit-5.student-kit figure.slider-image {
    height: 600px;
  }


}

@media screen and (min-width: 1216px) {
  .grey-hz-form-01 .container {
    max-width: 1152px;
  }


  
}

@media screen and (min-width: 1408px) {
  .grey-hz-form-01 .container {
    max-width: 1344px;
  }

  .slider-section {
    max-width: 100% !important;
}


}


/*  - - - - - -  */ 






@media screen and (max-width: 48rem) {

    h2.text-section-heading-campus {
      padding-top: 460px;
    }

    h2.text-section-heading-campus {
      font-size: 21px;
      letter-spacing: 2px;
    }

    h3.content {
      font-size: 21px;
      letter-spacing: 1px;
    }

    .content-expanded-wysiwyg ul {
      padding: 0px 12px 80px;
    }



    h3.faq-heading {
      font-family: 'Roboto Condensed';
      font-weight: 300;
      line-height: 2;
      letter-spacing: 4px;
      text-transform: uppercase;
      font-size: 1.2500013228rem;
    }

    section.callout-with-blocks-e5-programs {
      padding-top: 70px;
      padding-bottom: 0px;
    }


      section.sk-wrap-dev {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    section.content-expanded-area-e5-variant {
      padding-top: 0px;
      padding-bottom: 0px;
    }

    section.image-sliders-wrapper {
      padding-top: 0px;
   }

   p.image-slider-heading-e5 {
    font-size: 2.166669rem;
  }



  .image-slider-module-e5 .slider-section {
    bottom: 0px;
  }

  .image-slider-module-e5 .slider-section {
      height: 300px !important;

  }


}
  



@media screen and (min-width: 800px) {

    h3.content {
      max-width: 100% !important;
    }
    
    p.content {
      max-width: 100%;
    }



}

@media screen and (min-width: 900px) {
  .slider-section {
    bottom: -15px !important;
  }

}


div#sliderTextContent-5 {
  max-width: 100%;
}





/*-- state blocks mobile ---*/

@media screen and (max-width: 48rem) {

  .h1-cs-state {
    font-size: 1.7rem !important;
  }
  p.h1-cs-state.search-by {
    margin-top: 0px !important;
  }

  
  .item-cs {
    width: 205px !important;
    margin: 2px !important;
    display: grid;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 1.08rem !important;
    background-color: #887f81;
    color: #fff;
    transition: background-color 0.3s ease-in-out;
  }
  
  
  
  .items-cs {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  
  
  
  .item-cs a {
    font-size: 1.7rem !important;
}


.states-wrapper {
  width: 100%;
  max-width: 77vw;
  margin-left: 7.5vw !important;
  margin-right: 14.5vw;
}


}


button.button-primary-pg {
  border-radius: 0px;
}


.button-primary-pg:hover {
  color: #1a1919 !important;
  background-color: #eec053 !important;
}


/*-- want to learn more form mobile ---*/



@media screen and (max-width: 48rem) {

    section.form-cta-pg {
      background-image: none;
  }

  .form-cta-pg .form-pg {
    width: 100%;
  }

  .form-cta-pg .h1-pg {
    font-size: 1.6rem;
  }

    .content-contain-pg {
      max-width: 88vw !important;
  }

}


/* - - - TOS  pages --- */


/* Page Heading - Text Only */

.page-heading-e5-tos-pages {
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-heading-text-e5-tos-pages {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 3.75rem;
  color: #4a4a4a;
  line-height: 1.65;
  margin: 0;
}

/* Responsive Styles */
@media screen and (max-width: 48rem) {
  .page-heading-e5-tos-pages {
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .page-heading-text-e5-tos-pages {
      font-size: 2.5rem;
      line-height: 1.4;
  }
}





/* TOS Document Link Section */
.tos-document-link-e5 {
  padding-top: 25px;
}

.tos-link-heading-e5 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.tos-link-heading-e5 a {
  color: #4a4a4a;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.tos-link-heading-e5 a:hover {
  color: #4a4a4a;
}

.tos-icon-e5 {
  font-size: 1.5rem;
  padding-right: 5px;
}


.tos-link-heading-e5 a {

  font-size: 32px;



}


section.tos-document-link-e5 {
  padding-bottom: 15px;
}


/* TOS Expanded Text Section */
.tos-expanded-text-e5 {
  padding: 20px;
  background-color: #fff;
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  line-height: 1.65;
  font-size: 1.25rem;
}

/* Paragraph and Heading Styles */
.tos-expanded-text-e5 p {
  padding: 15px 0;
}

.tos-expanded-text-e5 h1, .tos-expanded-text-e5 h2, .tos-expanded-text-e5 h3, .tos-expanded-text-e5 h4, .tos-expanded-text-e5 h5, .tos-expanded-text-e5 h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  color: #363636;
  margin-bottom: 15px;
}

/* List Styling */
.tos-expanded-text-e5 ul {
  list-style: disc inside;
  margin-left: 20px;
}

.tos-expanded-text-e5 ul li {
  font-size: 1.25rem;
  padding: 5px 0;
}

/* Table Styling */
.tos-expanded-text-e5 table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: #fff;
}

.tos-expanded-text-e5 table th, 
.tos-expanded-text-e5 table td {
  padding: 0.75em;
  border: 1px solid #dbdbdb;
  text-align: left;
  color: #363636;
}

.tos-expanded-text-e5 table th {
  font-weight: bold;
  background-color: #f7f7f7;
}

.tos-expanded-text-e5 table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}


@media screen and (max-width: 48rem) {
  /* Mobile Table Styling */
  .tos-expanded-text-e5 table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
      background-color: transparent; /* Remove background color */
  }

  .tos-expanded-text-e5 table th, 
  .tos-expanded-text-e5 table td {
      padding: 0.75em;
      border: none; /* Remove all borders */
      border-bottom: 1px solid #dbdbdb; /* Add only bottom border for rows */
      text-align: left;
      color: #363636;
      background-color: transparent; /* Ensure background is transparent */
  }

  .tos-expanded-text-e5 table th {
      font-weight: bold;
      background-color: transparent; /* Remove header background */
  }

  .tos-expanded-text-e5 table tbody tr {
      background-color: transparent; /* Remove alternating row background */
  }
}


/* Link Styling */
.tos-expanded-text-e5 a {
  color: #4a4a4a !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.tos-expanded-text-e5 a:hover {
  color: #4a4a4a !important;
}


/*ad hoc adjusmtnet for prev modue */

.content-expanded-wysiwyg-variant a {
  color: #3273dc !important;
  cursor: pointer !important;
  text-decoration: none !important;
}



/*table refinement*/

.table {
  width: 100% !important;
  border-collapse: collapse !important;
  background-color: #fff !important; 
}

.table th, 
.table td {
  background-color: #fff !important; 
  padding: 0.5em 0.75em !important;
  text-align: left !important;
  border: none !important; 
}

.table tbody tr {
  border-bottom: 1px solid #dbdbdb !important;
}


.table {
  width: 100% !important;
  border-collapse: collapse !important;
  background-color: #fff !important; 
}

.table th, 
.table td {
  background-color: #fff !important; 
  padding: 0.5em 0.75em !important;
  text-align: left !important;
  border: none !important; 
}


.table thead th {
  border-bottom: 1px solid #dbdbdb !important;
}

.table tbody tr {
  border-bottom: 1px solid #dbdbdb !important; 
}



.qr-table th {
  font-weight: 600 !important; 
}


.qr-table th,
.qr-table td {
  font-weight: 500 !important;
}




section.tos-expanded-text-e5 {
  margin-bottom: 100px;
}


table.table {
  margin-bottom: 32px;
}



/*tos / footer pages ad hoc refinements*/


h1.tos-large-h1 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 600;
  text-decoration: underline;
  font-size: 4.2500032126rem;
  color: #1a1919;
  margin-bottom: 0px;
}

h2.tos-styled-h2 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  font-size: 1.7500013228rem;
  color: #1a1919;
  margin-bottom: 0px;
}


/* Base styling for the Grievance Form */
.tos-grievance-form {
  padding: 20px;
  margin-bottom: 20px;
}

.tos-grievance-form .form-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  text-decoration: underline;
  font-size: 4.25rem;
  color: #1a1919;
}

.tos-grievance-form .form {
  width: 100%;
  padding-bottom: 60px;
}

.tos-grievance-form .main-group {
  padding: 30px 0;
}

.tos-grievance-form .form-section {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.tos-grievance-form .field {
  margin-bottom: 15px;
}

.tos-grievance-form .label {
  font-weight: 500;
}

.tos-grievance-form .input, 
.tos-grievance-form .select select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.tos-grievance-form .button-primary {
    border: none;
    background-color: #1a1919;
    color: #FFFFFF;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    padding: 5px 15px;
}

.tos-grievance-form .button-primary:hover {
  color: #1a1919;
  background-color: #eec053;
}


/*-- grievance form refinements ---*/


.tos-grievance-form input#name,
.tos-grievance-form input#email,
.tos-grievance-form input#phone {
    background-color: #e3e5e9;
    box-shadow: none;
    border: none;
    border-radius: 2px;
    color: #1a1919;
    padding: 16px;
}

.tos-grievance-form input#name:focus,
.tos-grievance-form input#email:focus,
.tos-grievance-form input#phone:focus {
    outline: none;
}




.tos-grievance-form .control {
  margin-top: 10px;
  margin-bottom: 10px;
}



.tos-grievance-form textarea#detail,
.tos-grievance-form textarea#resolution {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: calc(.75em - 1px);
    resize: vertical;
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
}


.tos-grievance-form .form-section {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.tos-grievance-form .field.is-grouped {
  justify-content: flex-start;
}


/*-- */
.school-map-embed-styling iframe {
  width: 100%;
  height: 450px !important;
}



/*-- textbook information --*/

.page-id-13001 .textbook-section {
  width: auto;
  height: auto;
  padding: 30px;
  margin: 50px 0 87px;
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #eec053;
  border-radius: 5px;
}

.page-id-13001 .label:not(:last-child) {
  margin-bottom: 0.5em;
}

.page-id-13001 .label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.page-id-13001 *,
.page-id-13001 *::after,
.page-id-13001 *::before {
  box-sizing: inherit;
}

.page-id-13001 body,
.page-id-13001 button,
.page-id-13001 input,
.page-id-13001 select,
.page-id-13001 textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.page-id-13001 :root {
  font-size: 16px;
  text-rendering: optimizeLegibility;
}

.page-id-13001 html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.page-id-13001 ::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}



/*  - - -  ad hoc form updates to static legacy form - - - */ 

@media screen and (max-width: 48rem) {

.page-id-9 input#name {
  margin-bottom: 30px;
  height: 35px;
}

.page-id-9 input#phone {
  margin-bottom: 30px;
  height: 35px;
}

.page-id-9 input#zipcode {
  margin-bottom: 30px;
  height: 35px;
}

.page-id-9 input#email {
  margin-bottom: 30px;
  height: 35px;
}

.page-id-9 button.button.is-hidden-touch.yellow-button {
  margin-top: 0px;
}

}



/*- - - social acf module - - - */


/* Social Icons Section */
.content-contain-e5-social-acf {
  text-align: center;
  padding: 20px;
}

.social-heading-e5-social-acf {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #333;
}

.social-icons-e5-social-acf {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.social-icons-e5-social-acf li {
  display: inline-block;
}

.social-icon-e5-social-acf i {
  font-size: 1.5em;
  color: #333;
  transition: color 0.3s;
}

.social-icon-e5-social-acf:hover i {
  color: #ebb74f; 
}

/* Optional adjustments for TikTok SVG icon */
.social-icon-e5-social-acf svg {
  width: 1.5em;
  height: 1.5em;
}


svg.svg-inline--fa.fa-tiktok.fa-w-14 {
  color: #333 !important;
}

svg.svg-inline--fa.fa-tiktok.fa-w-14:hover {
  color: #ebb74f !important; 
}


/*---*/

.social-icons-e5-social-acf .svg-inline--fa.fa-w-14 {
  width: 1.1em;
}

.social-icons-e5-social-acf a {
  font-size: 2rem;
}

ul.social-icons-e5-social-acf {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  justify-items: stretch;
}


ul.social-icons-e5-social-acf {
  padding-top: 84px;
  padding-bottom: 130px;
}


h2.social-heading-e5-social-acf {
  font-family: Roboto Condensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #887f81;
  text-align: center;
}

@media (min-width: 800px) {
  ul.social-icons-e5-social-acf {
      width: 80%;
  }
}




/*-- home page acf particular styles --- */

.page-id-13078 section.hero {
  margin-bottom: -45px;
}


.page-id-13078 .form-heading {
  padding-top: 0px;
}


.page-id-13078 section.white.home {
  padding-bottom: 114px;
}


/*

.page-id-13078 section.white.home.callout-fw {
  padding-bottom: 0px;
}

*/


/* Styles for the slide-out menu */
#secondaryNavigation-dh.nav-menu {
  display: none;               
  position: absolute;
  top: 152px;
  right: 20px;
  width: 185px;
  background-color: #1a1919;     
  padding: 20px;
  /*box-shadow: -5px 0 5px rgba(0, 0, 0, 0.5); */
  overflow-y: auto;            
  z-index: 1000;               
}


#secondaryNavigation-dh .menu-items {
  list-style: none;           
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;     
}

#secondaryNavigation-dh .menu-items li {
  margin-bottom: 15px;        
}

#secondaryNavigation-dh .menu-items a {
  color: #fff;                
  text-decoration: none;      
  font-size: 18px;            
  padding: 10px 0;
  transition: color 0.3s ease; 
}

#secondaryNavigation-dh .menu-items a:hover {
  color: #ddd;               
}




@media (min-width: 48rem) {
  #secondaryNavigation-dh .hide-slide-menu-item {
      display: none;
  }
}


@media (max-width: 48rem) {
  #secondaryNavigation-dh .hide-slide-menu-item {
      display: block;
  }
}



#secondaryNavigation-dh .menu-items .chevron-icon {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  font-size: 19px;  
  color: #fff;      
  transition: transform 0.3s ease; 
  margin-top: -6px;
}


#secondaryNavigation-dh .menu-items .sub-menu {
  display: none;
}


#secondaryNavigation-dh .menu-items .chevron-icon.rotate {
  transform: rotate(180deg); 
}

#secondaryNavigation-dh .menu-items .chevron-icon {
  cursor: pointer;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  transition: transform 0.3s ease;
}

/*--- slide out menu style refinement ---*/


#secondaryNavigation-dh .menu-items a {
  text-transform: uppercase; 
  color: #fff;                
  text-decoration: none;      
  font-size: 18px;            
  padding: 10px 0;
  transition: color 0.3s ease; 
}




#secondaryNavigation-dh .menu-items .sub-menu {
  background-color: #887f81;
  padding: 10px;
  text-align: center;
}

#secondaryNavigation-dh .menu-items .sub-menu a {
  color: #fff;
  text-transform: uppercase;
  display: block; 
}


nav#secondaryNavigation-dh {
  padding-left: 0px !important;
  padding-right: 0px !important;
}



#secondaryNavigation-dh .menu-items li {
  position: relative; 
  width: 100%; 
  text-align: center; 
  overflow: hidden; 
}

#secondaryNavigation-dh .menu-items .sub-menu {
  background-color: #887f81;
  padding: 10px;
  text-align: center;
  width: 100%; 
}

#secondaryNavigation-dh .menu-items .sub-menu a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0; 
}


#header .call-to-actions ul li:nth-child(2) {
  padding: 0;
  margin: 0;
}


#secondaryNavigation-dh .menu-items a:hover {
  text-decoration: underline; 
}



#secondaryNavigation-dh .menu-items .chevron-icon {
  color: #fff; 
  cursor: pointer;
  transition: color 0.3s ease;
}


#secondaryNavigation-dh .menu-items .chevron-icon:hover {
  color: #d4af37; 
}


#secondaryNavigation-dh .menu-items li:last-child {
  margin-bottom: 0px;
}



#secondaryNavigation-dh .menu-items li {
  padding-top: 10px; 
  padding-bottom: 10px;
}


#secondaryNavigation-dh .menu-items .sub-menu a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5; 
}


#secondaryNavigation-dh .menu-items a {
  line-height: 1; 
}



/*mobile slide out specific styles*/


@media (max-width: 48rem) {
  #secondaryNavigation-dh.nav-menu {
      top: 42px;
      right: -15px;
      width: 100vw;
     /* padding-left: 24px !important; */
  }

  #secondaryNavigation-dh .menu-items li {
      padding-top: 0;
      padding-bottom: 0;
      text-align: left;
      margin: 0;
      margin-bottom: 20px;
  }

  #header .call-to-actions ul li:nth-child(2) {
    margin-bottom: 20px !important;
  }


  #secondaryNavigation-dh .menu-items .chevron-icon {
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 66px !important;
}


#secondaryNavigation-dh .menu-items li {

  left: 15px;
}
  
}


ul.sub-menu {
  margin-top: 16px !important;
}


/*-- ad hoc styling for mdoule building */

.slogan-text {
  width: 100%;

}


.slogan-header {

  white-space: normal;
}


@media screen and (max-width: 48rem) {
  section.home h1 {
      line-height: 55px;
      font-size: 30px !important;
  
  }
}


@media screen and (max-width: 48rem) {
      .slogan-search {
          padding-top: 190px;
      }

      section.search-by-zip {
        flex-direction: column;
    }

}


@media screen and (max-width: 48rem) {
  .slogan-search {
      padding-top: 190px !important;
  }



  .columns.three {
    flex-direction: column;
}



}







/*------*/


@media (min-width: 48rem) {
  .search-zip-video-embed-wrapper section.slogan.home {
    margin-top: 204px !important;
  }

  .search-zip-video-embed-wrapper h1.slogan-header.find-empire {
    line-height: 75px;
  }
}





/* ----- */



.social-section-acf-wrapper svg.svg-inline--fa.fa-tiktok.fa-w-14 {
  color: white !important;
}



/*---*/


.acf-wysiwyg-content-area-wrapper {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}


.acf-wysiwyg-content-area-wrapper h1,
.acf-wysiwyg-content-area-wrapper h2,
.acf-wysiwyg-content-area-wrapper h3,
.acf-wysiwyg-content-area-wrapper h4 {
  width: auto;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.5px;
}


.acf-wysiwyg-content-area-wrapper h1 {
  max-width: 85%;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 2.2;
  margin-bottom: 20px;
}

.acf-wysiwyg-content-area-wrapper h2 {
  max-width: 80%;
  font-size: 2.5rem;
  font-weight: 250;
  letter-spacing: 3.5px;
  margin-bottom: 15px;
}

.acf-wysiwyg-content-area-wrapper h3 {
  max-width: 75%;
  font-size: 2.0833349081rem;
  font-weight: 350;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.acf-wysiwyg-content-area-wrapper h4 {
  max-width: 70%;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 8px;
}

/* Paragraph Styling */
.acf-wysiwyg-content-area-wrapper p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 32px;
  font-weight: 400;
}



/* ------ */


/* Outer Block Styling */
.outcome-block-acf-career-module {
  width: 100%;
  padding: 0 0 60px;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Content Container */
.content-contain-acf-career-module {
  width: 100%;
  max-width: 75vw;
  margin: 0 auto;
}

/* Title Section */
.title-acf-career-module {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
  margin-bottom: 1.5rem;
}

.h1-acf-career-module {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  font-size: 3.7500028346rem;
  text-transform: uppercase;
}

/* Photo Section */
.photo-acf-career-module img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  object-position: top center;
}

/* Content Section */
.contents-acf-career-module {
  width: 100%;
}

.section-acf-career-module {
  padding: 0 0 20px;
}

/* Title and Description Styles */
.title-acf-career-module {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.description-acf-career-module {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.5;
}

/* Button Styles */
.button-career-path-acf-career-module {
  padding: 11px;
  border: none;
  background-color: #1a1919;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}



/*---*/



.outcome-block-acf-career-module.background-white {
  background-color: #ffffff;

}

.outcome-block-acf-career-module.background-gray {
  background-color: #e7e9eb;

}


/* --- */



.content-contain-acf-career-module {
  margin-top: 145px;
}


p.title-acf-career-module {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  font-size: 2.0833349081rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.photo-acf-career-module {
  padding-bottom: 20px;
}

p.description-acf-career-module {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 1.2500009449rem;
}




.slogan-text {
  box-shadow: none;
}


@media (min-width: 800px) {
  ul.social-icons-e5-social-acf {
      width: 100%;
  }
}

.social-icons-e5-social-acf a {
  font-size: 2.5rem;
}


.heading-wysiwyg-wrapper {
  margin-top: 10px;
}



.headline-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}





.slogan-text.slogan-alt.image-selected {
  width: max-content;
  text-align: center;
}


.headline-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}






/* General Styles */
.callout-acf-parents {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Header Styles */
.callout-header-acf-parents {
  display: flex;
  align-items: center;
  margin-bottom: -17px;
  z-index: 5;
}

.callout-header-acf-parents .Antro-acf-parents {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5rem;
  padding-right: 21px;
}

.callout-header-acf-parents .Rift-acf-parents {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 3.083rem;
  margin-bottom: -16px;
}

/* Image and Content Styles */
.callout-image-acf-parents {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.callout-image-acf-parents img.primary-image-acf-parents {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 600px;
  max-height: 600px;
  object-fit: cover;
  object-position: 0;
}

.callout-content-acf-parents {
  width: auto;
  max-width: 24vw;
  height: auto;
  padding: 35px;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}

.callout-content-acf-parents .content-acf-parents {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.167rem;
  margin-bottom: 1.5rem;
}

/* Button Styles */
.callout-content-acf-parents .button-primary-acf-parents {
  padding: 10px;
  font-size: 1.167rem;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #1a1919;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.callout-content-acf-parents .button-primary-acf-parents:hover {
  color: #1a1919;
  background-color: #eec053;
  text-decoration: underline;
}

/*---*/

/* General Styles for Reversed Layout */
.callout-acf-parents-reverse {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Header Styles */
.callout-header-acf-parents-reverse {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: flex-end;
  text-align: right; 
}

.callout-header-acf-parents-reverse .Antro-acf-parents-reverse {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5rem;
  padding-left: 21px;
}

.callout-header-acf-parents-reverse .Rift-acf-parents-reverse {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 3.083rem;
  margin-bottom: -16px;
}

/* Image and Content Styles */
.callout-image-acf-parents-reverse {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.callout-image-acf-parents-reverse img.primary-image-acf-parents-reverse {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 600px;
  max-height: 600px;
  object-fit: cover;
  object-position: 0;
}

.callout-content-acf-parents-reverse {
  width: auto;
  max-width: 24vw;
  height: auto;
  padding: 35px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  text-align: right;
}

.callout-content-acf-parents-reverse .content-acf-parents-reverse {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.167rem;
  margin-bottom: 1.5rem;
}

/* Button Styles */
.callout-content-acf-parents-reverse .button-primary-acf-parents-reverse {
  padding: 10px;
  font-size: 1.167rem;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #1a1919;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.callout-content-acf-parents-reverse .button-primary-acf-parents-reverse:hover {
  color: #1a1919;
  background-color: #eec053;
  text-decoration: underline;
}


/*---*/

p.Rift-acf-parents-reverse {
  padding-left: 10px;
}

.callout-header-acf-parents-reverse {
  margin-bottom: 0px !important;
}


/*--*/


@media screen and (max-width: 768px) {
    .callout-acf-parents {
        display: flex;
        flex-direction: column;
        padding: 0 15px;
        margin: 0;
    }



    .Antro-acf-parents {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 1.8rem; 
        font-weight: 500;
        padding: 0;
        text-align: center;
    }

    .Rift-acf-parents {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 0.8rem; 
        font-weight: 500;
        margin: 0;
        text-align: center;
    }

    .callout-image-acf-parents {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 15px;
        width: 100%;
    }

    .primary-image-acf-parents {
        width: 100%;
        max-width: 100%;
        min-height: 250px;
        max-height: 250px;
        object-fit: cover;
    }

    .callout-content-acf-parents {
        position: relative;
        width: 100%;
        padding: 15px;
        text-align: center;
    }

    .content-acf-parents {
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .button-primary-acf-parents {
        width: 100%;
        padding: 10px;
        font-size: 1rem;
        font-family: "Roboto Condensed", sans-serif;
        text-align: center;
        background-color: #1a1919;
        color: #fff;
        border: none;
        border-radius: 0;
        display: inline-block;
        transition: all 0.3s ease-in-out;
    }

    .button-primary-acf-parents:hover {
        background-color: #333;
        color: #fff;
    }


    .callout-content-acf-parents {
      max-width: 100%;
      text-align: left;
  }

  p.Rift-acf-parents {

    font-size: 1.8rem !important;

}

p.Antro-acf-parents {

  font-size: 3rem !important;
  padding-right: 10px !important;

}


.callout-header-acf-parents {
  margin-bottom: 0px;
}

.callout-content-acf-parents {
  padding: 21px 0 0px;
}

p.content-acf-parents {
  font-size: 1rem;



}

img.primary-image-acf-parents {
  min-height: 250px !important;
  max-height: 250px !important;
}


}



/*---*/

@media screen and (max-width: 768px) {
  .callout-acf-parents-reverse {
      display: flex;
      flex-direction: column;
      padding: 0 15px;
      margin: 0;
  }

  .Antro-acf-parents-reverse {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.8rem; 
      font-weight: 500;
      padding: 0;
      text-align: center;
  }

  .Rift-acf-parents-reverse {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.8rem; 
      font-weight: 500;
      margin: 0;
      text-align: center;
  }

  .callout-image-acf-parents-reverse {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 0 15px;
      width: 100%;
  }

  .primary-image-acf-parents-reverse {
      width: 100%;
      max-width: 100%;
      min-height: 250px;
      max-height: 250px;
      object-fit: cover;
  }

  .callout-content-acf-parents-reverse {
      position: relative;
      width: 100%;
      padding: 15px;
      text-align: center;
  }

  .content-acf-parents-reverse {
      font-family: "Roboto", sans-serif;
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 15px;
  }

  .button-primary-acf-parents-reverse {
      width: 100%;
      padding: 10px;
      font-size: 1rem;
      font-family: "Roboto Condensed", sans-serif;
      text-align: center;
      background-color: #1a1919;
      color: #fff;
      border: none;
      border-radius: 0;
      display: inline-block;
      transition: all 0.3s ease-in-out;
  }

  .button-primary-acf-parents-reverse:hover {
      background-color: #333;
      color: #fff;
  }

  .callout-content-acf-parents-reverse {
      max-width: 100%;
      text-align: left;
  }

  p.Rift-acf-parents-reverse {
      font-size: 1.8rem !important;
  }

  p.Antro-acf-parents-reverse {
      font-size: 3rem !important;
      padding-right: 10px !important;
  }

  .callout-header-acf-parents-reverse {
      margin-bottom: 0px;
  }

  .callout-content-acf-parents-reverse {
      padding: 21px 0 0px;
  }

  p.content-acf-parents-reverse {
      font-size: 1rem;
  }

  img.primary-image-acf-parents-reverse {
      min-height: 250px !important;
      max-height: 250px !important;
  }


  p.Rift-acf-parents-reverse {
    margin-bottom: 0px !important;
}


.slogan-text.slogan-alt.image-selected {
  width: 100% !important;
}

}


.content-full-width-e5 {
  width: 100%;
  max-width: none; 
  margin: 0 auto; 
}


.tos-expanded-no-padding-e5 {
  padding: 0px;
}










/* ad hoc */








/* ad hoc details */


.hero-e5-lp-hero-vid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 700px;
  background-color: #a09ca1;
  padding: 0;
  margin: 0;
}

.hero-image-e5-lp-hero-vid {
  width: 67%;
  height: 100%;
  position: relative;
}

.hero-image-e5-lp-hero-vid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button-e5-lp-hero-vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.play-button-e5-lp-hero-vid svg {
  width: 80px;
  height: 80px;
  fill: #fff;
}

.hero-content-e5-lp-hero-vid {
  width: 46%;
  padding: 60px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content-e5-lp-hero-vid h1 {
  color: #000;
  font-size: 3rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

.hero-form-e5-lp-hero-vid {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-field-e5-lp-hero-vid {
  display: flex;
  flex-direction: column;
}

.form-field-e5-lp-hero-vid label {
  font-size: 1.1rem;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #1a1919;
}

.form-field-e5-lp-hero-vid input {
  height: 50px;
  border: none;
  border-radius: 2px;
  padding: 10px;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  background-color: #fffffe;
  color: #1a1919;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.form-button-e5-lp-hero-vid {
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  background-color: #1a1919;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.hero-disclaimer-e5-lp-hero-vid {
  width: 90%;
  margin: 20px auto 0;
  font-size: 0.8rem;
  color: #404042;
  font-style: italic;
  text-align: center;
}

.hero-disclaimer-e5-lp-hero-vid a {
  color: #000;
  text-decoration: underline;
}





/* --- */

/* Base hero styles */
.hero-lp-hero-no-text {
  width: 100%;
  height: auto;
  min-height: 50vh;
  max-height: 50vh;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}

.background-lp-hero-no-text {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
}



/* Image section styles */
.image-section-lp-hero-no-text {
  width: 100%;
  max-width: 100vw;
  height: auto;
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  z-index: 2;
  overflow: hidden;
  background: #57585a;
}

.primary-image-lp-hero-no-text {
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 3;
  object-fit: cover;
}

/* Responsive styles */
.is-hidden-touch {
  display: none;
}

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
      display: none !important;
  }
}

@media screen and (max-width: 48rem) {
  .hero-lp-hero-no-text {
      min-height: 61vh;
      max-height: 61vh;
  }

  .image-section-lp-hero-no-text {
      max-width: 100vw;
  }

  .primary-image-lp-hero-no-text {
      min-width: 100%;
      max-width: 100%;
      background-position: 50%;
      background-size: cover;
  }
}


img.primary-image-lp-hero-no-text.is-hidden-touch {
  display: block;
}












#footer a:hover {
  color: #eec053 !important; 
  text-decoration: underline !important; 
}


/*
* {
  outline: 1px solid red; 
}
*/

/*

footer {
  max-width: 100vw;
  overflow-x: hidden;
}
*/
/*
footer {
  max-width: 100vw;
  overflow-x: hidden;
}
*/

/*
@media (max-width: 48rem) {
  .lower-upper {
      display: none;
  }
}
*/

@media (max-width: 48rem) {
  .apply-text h1 {
      font-family: Roboto Condensed, sans-serif;
      font-style: normal;
      text-transform: uppercase;
      font-weight: 350;
      font-size: 2.3rem;
      text-align: left;
  }

  .apply-quote {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 1.2rem;
      color: #887f81;
      text-align: center;
  }
}




/*- ad hoc-*/

.dark-programs.home img.program-image-e5 {
  max-width: 100%;
}



/*- ad hoc - RMI -*/


.page-id-13561 input {
  background-color: #e3e5e9;
  box-shadow: none;
  border: none;
  border-radius: 2px;
  color: #1a1919;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}


.page-id-13561 .apply-disclaimer a {
  font-family: Roboto Condensed, sans-serif;
  font-size: 0.9166673596rem;
  line-height: 1.65;
  letter-spacing: 1px;
  padding-bottom: 30px;
  color: #1a1919;
  font-weight: 600;
}


.page-id-13561 .apply-disclaimer {
  padding-bottom: 31px;
}


.lower-footer a:hover {
  text-decoration: underline;
  color: #eec053 !important;
}


@media (max-width: 48rem) {
  .state-hours-list-e5 li {
   
      min-width: 100% !important;
 
  }
}


@media screen and (max-width: 48rem) {
  .background-decoration-campus {
  
      z-index: 99 !important;

  }



}
@media screen and (max-width: 48rem) {

 .tour-text {
  padding: 10px 28px !important;
}


}




@media (max-width: 48rem) {
  .cs-wrap-mobile-1 h1 {
      font-size: 2.5rem !important;
      letter-spacing: -.05px !important;
  }
}


@media (max-width: 48em) {
  .states-wrapper {
      width: 100%;
      max-width: 88vw;
      margin-left: 12.5vw;
      padding-top: 50px;
      margin-right: 12.5vw;
  }


  .field.is-grouped.mobile-cs-field-wrap {
    display: flex
  ;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
  }


  .field.is-grouped.mobile-cs-field-wrap .control {
    flex-shrink: 0;
    margin-bottom: 23px;
}

.page-id-368 section.tour-slogan {
  padding: 0px 0 42px;
}

}

section.search-by-zip {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 48px;
}

#secondaryNavigation-dh .menu-items .chevron-icon {
  position: relative;
  font-size: 0; /* hides the "?" character */
}

#secondaryNavigation-dh .menu-items .chevron-icon::before {
  content: "▾"; /* safe down arrow */
  font-size: 15px;
  color: #fff;
  display: inline-block;
  transition: transform 0.25s ease;
}

@media (min-width: 768px) {
    .content-with-image {
        margin-top: 0px !important;
        padding-top: 140px;
    }
}


