:root {
  --teal-dark-color: #0098b0;
  --teal-dark-hover-color: #018aa0;
  --teal-medium-color: #AEE0E8;
  --teal-light-color: #dcf1f9;
  --text-color: #313131;
  --link-hover-color: #625e61;
  --h1-size: 42px;
  --h2-size: 34px;
  --h3-size: 25px;
  --h1-weight: 700;
  --h2-weight: 600;
  --h3-weight: 600;
  --text-size-default: 17px;
  --s2-font-size: 18px;
  --s2-font-weight: 600;
  --hero-border-radius: 10px;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: var(--text-color);
  font-size: var(--text-size-default);
}

a {
  color: var(--teal-dark-color);
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  color: var(--link-hover-color);
}

h1 {
  font-size: var(--h1-size);
  font-weight: var(--h1-weight);
}

h2 {
  font-size: var(--h2-size);
  font-weight: var(--h2-weight);
}

h3 {
  font-size: var(--h3-size);
  font-weight: var(--h3-weight);
}

p,
li {
  line-height: 24px;
  font-size: var(--text-size-default);
}

ul,
ol {
  margin-block-end: 0.9rem;
  padding-left: 17px;
}

ul ul,
ol ul {
  margin-block-end: 0;
}

.clr-teal-dark {
  color: var(--teal-dark-color);
}

.clr-teal-medium {
  color: var(--teal-medium-color);
}

.clr-teal-light {
  color: var(--teal-light-color);
}

.clr-black-dark {
  color: var(--text-color);
}

.elementor-widget-text-editor.clr-teal-dark {
  color: var(--teal-dark-color);
}

.elementor-widget-text-editor.clr-black-dark {
  color: var(--text-color);
}

#content .bhmt-btn {
  background-color: var(--teal-dark-color);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 7px 65px 10px;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

#content .bhmt-btn:hover {
  background-color: var(--teal-dark-hover-color);
}

#top-nav .elementor-nav-menu--main ul {
  z-index: 9999;
}

.home-hero-cont {
  margin-top: 15px;
}

#home-hero {
  position: relative;
  cursor: pointer;
}

#home-hero img {
  border-radius: var(--hero-border-radius);
}

#home-hero .text-overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 37%;
  padding-right: 7%;
  color: #fff;
  padding-top: 5%;
}

#home-hero:hover .text-overlay {
  color: #e6e6bb;
}

#home-hero .text-overlay h1.hero-title {
  font-size: 62px;
  font-weight: 600;
  line-height: 1.1;
}

#home-hero .text-overlay h2.hero-subtitle {
  font-size: 36px;
}

#home-hero .search-area {
  bottom: 0;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}

#home-hero .search-ctrl {
  background: #fff;
  display: flex;
  flex-direction: row;
  padding: 13px 20px;
  align-items: center;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 60px;
  border: 2px solid var(--teal-dark-color);
  font-size: 19px;
}

#home-hero .search-ctrl img {
  width: 32px;
}

#home-hero .search-type-selector {
  display: flex;
  align-items: center;
  width: 192px;
  margin-left: 25px;
  cursor: pointer;
}

#home-hero .search-type-selector:hover {
  color: var(--teal-dark-color);
}

#home-hero .search-type {
  flex-grow: 1;
}

#home-hero .search-type-selector i {
  /*margin-left: 5px;*/
  margin-right: 18px;
  font-size: 11px;
  position: relative;
  top: 2px;
}


#home-hero #search-input {
  width: 330px;
  border-width: 0px;
  border-left: 2px solid #313131;
  border-radius: 0;
  padding: 5px 0 5px 30px;
  outline: none;
  font-size: 19px;
}

#home-hero #search-input::placeholder {
  color: #AAA;
  font-style: italic;
  font-weight: 600;
}

#selector-dropdown {
  position: absolute;
  top: 100px;
  left: 300px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--teal-dark-color);
  z-index: 10000;
  display: none;
}

#selector-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 14px 0 13px;
}

#selector-dropdown ul li {
  font-size: 19px;
  font-weight: 600;
  color: var(--text-color);
  display: flex;
  align-items: center;
  padding: 5px 27px 8px 20px;
  cursor: pointer;
}

#selector-dropdown ul li.not-selectable {
  pointer-events: none;
}

#selector-dropdown ul li.dimmed {
  color: #aaa;
}

#selector-dropdown ul li:hover {
  background: var(--teal-light-color);
}

#selector-dropdown ul li i {
  margin-right: 10px;
  font-size: 13px;
  visibility: hidden;
}

#selector-dropdown ul li.checked i {
  visibility: visible;
}

#content .elementor-widget-text-editor,
#content .elementor-widget-text-editor p {
  font-family: 'Open Sans', sans-serif !important;
  color: var(--text-color);
}

#career-journers-title h2 {
  color: var(--text-color);
  margin-bottom: 5px;
}

#spotlights {
  background-color: var(--teal-medium-color);
}

#spotlights .e-con-inner {
  padding: 95px 20px;
}

#spotlights h2 {
  font-style: italic;
  color: var(--teal-dark-color);

}

#home-spotlights {
  background-color: var(--teal-medium-color);
}

#home-spotlights-sec {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
}

#home-spotlights-sec .spot-cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#home-spotlights-sec .spot-text {
  display: flex;
  align-items: center;
}

#home-spotlights-sec .spot-text h2 {
  color: var(--teal-dark-color);
  line-height: 1.4;
}

#home-spotlights-sec .spot-video iframe {
  width: 100%;
  aspect-ratio: 1.78;
}


/* Direct paths styles */

:root {
  /* Desktop targets */
  --tile-size-desktop: 200px;
  --gap-desktop: 16px;

  /* Typography targets (desktop): icon ≈ 50px, text 19px */
  --text-desktop: 19px;
  --text-min: 14px;
  /* don’t shrink below this */
  --text-max: 22px;
  /* cap at desktop base */
}

.direct-paths-section * {
  box-sizing: border-box;
}

section.direct-paths-section h2.title {
  color: var(--teal-dark-color);
  text-align: center;
}

.direct-paths {
  display: grid;
  gap: var(--gap-desktop);
  align-items: stretch;
  justify-content: center;
  /* keeps row centered when fixed column counts are used */
  /* 6 columns at desktop */
  grid-template-columns: repeat(6, var(--tile-size-desktop));
}

.direct-path {
  display: grid;
  place-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  position: relative;

  /* Keep tiles square and responsive within their grid column */
  aspect-ratio: 1 / 1;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 3px solid var(--teal-dark-color);
  background: #fff;

  /* Fluid text size that scales with viewport but stays within min/max */
  font-size: clamp(var(--text-min), 1.8vw, var(--text-max));
  line-height: 1.15;
  padding: 16px;

  isolation: isolate; /* keep halo layering local to the button */
  overflow: hidden; 
}

a.direct-path:hover {
  color: var(--text-color)
}

:root {
    /* #0098b0 as RGB for easy alpha tweaks */
    --halo-r: 0;
    --halo-g: 152;
    --halo-b: 176;
}

.direct-path::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  /* Start small, grow on hover */
  transform: translate(-50%, -50%) scale(0.6);
  transform-origin: center;
  width: 85%;
  aspect-ratio: 1;
  pointer-events: none;
  opacity: 0;

  /* Soft, semi-transparent center, fading to transparent edges */
  background:
    radial-gradient(circle,
      rgba(var(--halo-r), var(--halo-g), var(--halo-b), 0.22) 0%,
      rgba(var(--halo-r), var(--halo-g), var(--halo-b), 0.20) 35%,
      rgba(var(--halo-r), var(--halo-g), var(--halo-b), 0.12) 60%,
      rgba(var(--halo-r), var(--halo-g), var(--halo-b), 0.06) 78%,
      rgba(var(--halo-r), var(--halo-g), var(--halo-b), 0.00) 100%
    );

  /* Make the circle edge irregular + extra softness */
  filter: url(#halo-wobble) blur(8px);

  transition:
    opacity .18s ease,
    transform .22s ease;
}

.direct-path:hover::after,
.direct-path:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .direct-path,
  .direct-path::after { transition: none; }
}

/* Fallback if SVG filters aren’t supported: keep a soft circular halo */
@supports not (filter: url(#halo-wobble)) {
  .direct-path::after { filter: blur(10px); }
}

/* Icon scales with current font-size.
   19px * 2.63 ≈ 50px at desktop */
.direct-path i {
  font-size: 2.63em;
  line-height: 1;
  margin-top: 0.2em;
}

/* Space between icon and text */
.direct-path .label {
  font-weight: 600;
}

/* Hover/focus states */
.direct-path:hover,
.direct-path:focus-visible {
  outline: none;
}

/* When there isn’t room for 6 × 200px (+ gaps), fall back to 3 columns.
   This breakpoint assumes: (3 * 200) + (2 * 16) ≈ 632px for 3 columns,
   (6 * 200) + (5 * 16) ≈ 1216px for 6 columns. Adjust if your layout has sidebars, etc. */
@media (max-width: 1200px) {
  .direct-paths {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 14px;
  }

  .direct-path {
    /* Let text go a bit smaller on the 3-col layout */
    font-size: clamp(13px, 2.2vw, 18px);
  }
}

/* on very small screens, drop to 2 columns */
@media (max-width: 500px) {
  .direct-paths {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 12px;
  }

  .direct-path {
    font-size: clamp(12px, 3.5vw, 17px);
    border-radius: 10px;
  }
}


/* Quote Module Styles */
#content .quote-module .quote-icon .elementor-icon {
  font-size: 28px;
  color: var(--text-color);
}

#content .quote-module .quote-icon .elementor-icon svg {
  fill: var(--text-color);
}

.quote-module .quote-text {
  font-style: italic;
  font-size: 20px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 12px;
}

.quote-module .quote-author {
  font-weight: bold !important;
}

.quote-module .quote-author p {
  margin-block-end: 0;
}

/* Next Steps Module Styles */

.next-steps-module {
  background-color: var(--teal-medium-color);
  width: 100%;
}

.next-steps-module .inner {
  padding: 30px 40px 45px 40px;

}

.next-steps-module .top-title {
  text-align: center;
  margin-bottom: 40px;
}

.next-steps-module .next-steps-cont {
  display: flex;
  gap: 8em;
}

.next-steps-module .next-step {
  width: 33.333%;
  font-size: 17px;
}

.next-steps-module .next-step .icon-cont {
  margin-bottom: 20px;
}

.next-steps-module .next-step .icon {
  font-size: 48px;
  text-align: left;
}

#content .next-steps-module .elementor-widget-heading .elementor-heading-title {
  font-size: var(--h2-size);
  color: var(--text-color);
}

#content .next-steps-module .elementor-widget-text-editor {
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.8;
}

#content .next-steps-module .next-steps-icon .elementor-icon {
  color: var(--text-color);
}

#content .next-steps-module .next-steps-columns>.e-con-inner {
  padding: 30px 115px;
}

.next-steps-module i {
  font-weight: bold;
  font-style: normal;
  color: var(--teal-dark-color);
}

/* Video Module Styles */

.video-module {
  display: grid;
  grid-template-columns: 60px 1fr;
  width: 100%;
  column-gap: 3px;
  align-items: center;
}

.video-module .video-icon i {
  font-size: 45px;
  color: var(--teal-dark-color);
}

#content .video-module .video-text p {
  margin-bottom: 0;
  overflow-wrap: break-word;
}

#content .video-module .video-text p:nth-child(1),
#content a .video-module .video-text p:nth-child(1) {
  color: var(--teal-dark-color);
  font-weight: 600;
  line-height: 1.1;
  font-style: italic;
  margin-bottom: 0;
}

#content .video-module .video-text p:nth-child(2),
#content a .video-module .video-text p:nth-child(2) {
  margin-top: 2px;
  font-weight: 400;
  color: var(--text-color);
}

/* Carousel Styles */

:root {
  --wrapper-max: 1314px;
  --arrow-w: 30px;
  --tile-gap: 18px;
  --tile-min: 230px;
  --tile-radius: 12px;
  --tile-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

.carousel-wrapper {
  width: min(var(--wrapper-max), 100%);
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.carousel-arrow {
  flex: 0 0 var(--arrow-w);
  width: var(--arrow-w);
  display: grid;
  place-items: center;
  user-select: none;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  color: #333;
  transition: transform 150ms ease, color 150ms ease, opacity 150ms ease;
}

.carousel-arrow:hover {
  transform: scale(1.15);
  color: #000;
}

.carousel-arrow:active {
  transform: scale(0.96);
}

.carousel-arrow.disabled {
  opacity: .35;
  pointer-events: none;
}

.carousel {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: grid;
  grid-auto-flow: column;
  gap: var(--tile-gap);
  will-change: transform;
  transition: transform 300ms ease;
  --visible: 4;
  grid-auto-columns: calc((var(--viewport-w) - (var(--visible) - 1) * var(--tile-gap)) / var(--visible));
}

.tile-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.carousel-tile {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: var(--tile-shadow);
  background: #f6f6f6;
  perspective: 1000px;
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 500ms ease;
}

.carousel-tile:not(.no-back):hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 12px;
  color: #fff;
  font-weight: 600;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center;
}

.flip-front.video-tile {
  background-color: #fff;
  color: var(--text-color);
  align-items: center;
  gap: 5px;
}

.flip-front.video-tile i {
  font-size: 45px;
  color: var(--teal-dark-color);
}

.flip-front.video-tile .vid-ttl {
  font-size: 17px;
  line-height: 1.2;
  font-style: italic;
  color: var(--teal-dark-color);
}

.flip-front.video-tile .vid-duration {
  font-weight: 400;
  font-size: 17px;
}

.tile-overlay {
  position: absolute;
  bottom: 35px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px;
  width: 210px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  backface-visibility: hidden;
}

.flip-back {
  background: #0098b0;
  color: #fff;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.25;
  padding-top: 17px;
  gap: 16px;
}

.flip-back .circ-cont {
  color: var(--teal-dark-color);
  background: #fff;
  font-size: 13px;
  border-radius: 50%;
}

.flip-back .back-text {
  font-size: 14px;
}

.tile-link:focus-visible .carousel-tile {
  outline: 3px solid #4c9ffe;
  outline-offset: 2px;
}

.quote-module {
  background-color: #AEE0E8;
}

/* Hero module styles */

.hero-module .e-con-inner {
  position: relative;
}

.hero-module .hero-overlay {
  background: var(--teal-dark-color);
  color: #fff;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  padding: 2rem;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 10;
}

.hero-module .hero-image {
  border-radius: 15px;
  position: relative;
}

.hero-module .hero-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 152, 176, 0);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 2;
}

.hero-module .hero-text-overlay {
  opacity: 0;
}

.hero-module .elementor-widget-text-editor.hero-text h1,
.hero-module .hero-overlay .elementor-widget-heading.hero-text h1 {
  font-size: var(--h1-size);
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  margin-block-start: 0;
  margin-block-end: 0;
}

.hero-module .hero-quote-overlay {
  font-style: italic;
  font-weight: 600;
}

.hero-quote-overlay h4 {
  font-size: 26px;
  line-height: 1.2;
  margin-block-end: 0;
}

.hero-module .hero-author-overlay {
  font-size: 15px;
  font-weight: 600;
}

:root {
  --fade-duration: 2s;
}


/* Overly on image: transparent → semi-transparent */
@keyframes fadeInSemi {
  from {
    background: rgba(0, 152, 176, 0);
  }

  to {
    background: rgba(0, 152, 176, 0.75);
  }
}

/* Text overlay: transparent → fully visible */
@keyframes fadeInFull {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hero-module .hero-image-overlay.animate {
  animation: fadeInSemi var(--fade-duration) ease-in-out forwards;
}

.hero-module .hero-text-overlay.animate {
  animation: fadeInFull var(--fade-duration) ease-in-out forwards;
  animation-delay: var(--fade-duration);
  /* auto matches Cont2's duration */
}

#hero-solid-color {
  background-color: var(--teal-dark-color);
  border-radius: var(--hero-border-radius);
  margin-top: 10px;
  margin-bottom: 25px;
  min-height: 130px;
}

#hero-solid-color .e-con-inner {
  justify-content: center;
  align-items: center;
}

#hero-solid-color h1.elementor-heading-title {
  color: #fff;
  font-weight: var(--h1-weight);
  font-size: var(--h1-size);
  text-align: center;
}

.hero-image-only {
  border-radius: var(--hero-border-radius);
}

/* Content area module styles */

/*
.content-area-module.with-sidebar .main-content-module  {
    width: 75%;
}
*/

.content-area-module.with-sidebar .sidebar-module {
  width: 23%;
}

/* Quicklinks module styles */

.quicklinks-module .quicklinks-heading {
  width: 100%;
}

.quicklinks-module .quicklinks-heading .elementor-heading-title {
  font-size: 24px;
  color: var(--teal-dark-color);
  font-weight: 500;
  background-color: var(--teal-light-color);
  border-radius: 10px;
  text-align: center;
  padding: 10px 0;
}

.quicklinks-module .quicklinks-links {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
}

.quicklinks-module .quicklinks-links .elementor-icon-list-item,
.quicklinks-module .quicklinks-links .inner li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.quicklinks-module .quicklinks-links .inner li:not(:first-child) {
  border-top: 1px solid #ddd;
}

.quicklinks-module .quicklinks-links .elementor-icon-list-item .elementor-icon-list-text,
.quicklinks-module .quicklinks-links .inner li a {
  color: var(--teal-dark-color);
  font-size: 19px;
  font-weight: 400;
}

.quicklinks-module .quicklinks-links .inner li a:hover {
  color: var(--link-hover-color);
}

.quicklinks-module .quicklinks-links .elementor-icon-list-item:hover .elementor-icon-list-text {
  color: var(--link-hover-color);
}

.quicklinks-module .inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}


/* Sidebar button module styles */
.sidebar-button-module {
  padding-left: 0;
  padding-right: 0;
}

.sidebar-button-module .elementor-widget-button .elementor-button {
  background-color: var(--teal-dark-color);
  color: #fff;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 600;
}

a.sidebar-button-module {
  background-color: var(--teal-dark-color);
  color: #fff;
  border-radius: 6px;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 11px;
  line-height: 1.1;
}

.sidebar-button-module .button-subtext,
.sidebar-button-module .elementor-widget-heading.button-subtext .elementor-heading-title {
  color: var(--text-color);
  font-size: 15px;
}

a.sidebar-button-module:hover {
  background-color: var(--teal-dark-hover-color);
}

.sidebar-button-module .elementor-button:hover {
  background-color: var(--teal-light-color);
}

/* Text module styles */

.text-module .elementor-widget-text-editor,
.text-module .elementor-widget-text-editor p {
  color: var(--text-color);
  font-size: var(--text-size-default);
}

.text-module .elementor-widget-text-editor h1 {
  color: var(--text-color);
  font-weight: var(--h1-weight);
  font-size: var(--h1-size);
}

.text-module .elementor-widget-text-editor h2 {
  color: var(--text-color);
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
}

.text-module .elementor-widget-text-editor h3 {
  color: var(--teal-dark-color);
  font-weight: var(--h3-weight);
  font-size: var(--h3-size);
}

/* Tabs module styles (Elementor Tabs) */

.tabs-module.elementor-widget-n-tabs .e-n-tabs {
  margin-bottom: 30px;
}

.tabs-module.elementor-widget-n-tabs .e-n-tabs-heading {
  justify-content: flex-start;
  border-bottom: 1px solid #a0a0a0;
}

.tabs-module.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title {
  background-color: transparent;
  position: relative;
  top: 1px;
}

.tabs-module.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title-text {
  font-weight: 600;
  color: var(--teal-dark-color);
}

.tabs-module.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
  color: var(--text-color);
}

.tabs-module.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
  border-top: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  background-color: #fff !important;
  color: var(--text-color);
}

.tabs-module.elementor-widget-n-tabs .e-n-tab-title:hover {
  background-color: rgb(241, 241, 241) !important;
  color: var(--text-color) !important;
}

.tabs-module .e-n-tabs-content {
  padding: 15px;
}

/* Overview module styles */

.overview-module .overview-cont {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.overview-module .overview-cont .col {
  width: 50%;
}

.overview-module .overview-item:not(:last-child) {
  margin-bottom: 20px;
}

.overview-module .overview-header {
  display: flex;
  align-items: center;
}

.overview-module .overview-header i {
  margin-right: 10px;
  font-size: 24px;
}

.overview-module .overview-header h3 {
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 5px;
}

.overview-module .overview-item .value {
  padding-left: 0;
}

.overview-module .overview-item .value ul {
  padding-left: 0;
  margin-left: 50px;
}

.overview-module .overview-item .no-value {
  margin-left: 35px;
}

/* Title module styles */

.title-module {
  margin-bottom: 30px;
}


/* Hero with Tabs module */

.hero-tabs-module .hero-cont {
  max-width: 1314px;
  margin: 0 auto;
}

.hero-tabs-module .hero {
  background-color: var(--teal-dark-color);
  color: var(--hero-text-color);
  font-size: var(--h1-size);
  padding: 27px 15px 37px;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.hero-tabs-module h1.hero-title {
  margin: 0;
  line-height: 1.2;
  color: #fff;
  font-size: var(--h1-size);
  font-weight: var(--h1-weight);
}

.hero-tabs-module .overlay-cont {
  display: grid;
  grid-template-columns: 90px 1fr 90px;
}

.hero-tabs-module .overlay-cont.short {
  grid-template-columns: 200px 1fr 200px;
}

.hero-tabs-module .overlay {
  position: relative;
  top: -15px;
}

.hero-tabs-module .overlay-gap {
  display: flex;
  flex-direction: column;
}

.hero-tabs-module .overlay-bg {
  height: 30%;
  background-color: var(--teal-dark-color);
}

.hero-tabs-module .overlay-gap.left-gap .overlay-bg {
  border-bottom-left-radius: 15px;
}

.hero-tabs-module .overlay-gap.right-gap .overlay-bg {
  border-bottom-right-radius: 15px;
}

.hero-tabs-module .info-grid {
  list-style: none;
  margin: 0;
  padding: 15px;
  background: #fff;
  color: #111;
  border-radius: 12px;
  border: 2px solid var(--teal-dark-color);
  display: grid;
  gap: 10px;
  /* Responsive columns: auto-fit makes 3 → 2 → 1 as space shrinks */
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.hero-tabs-module .info-grid .info-item {
  color: #313131;
}

.hero-tabs-module .info-grid .info-item h3 {
  margin: 0 0 6px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
}

.hero-tabs-module .info-grid .info-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.1;
}

/* Dividers between columns when there’s horizontal room */
@media (min-width: 700px) {
  .info-grid {
    position: relative;
  }

  .info-item {
    padding-inline: 15px;
    position: relative;
  }

  .info-item:not(:first-child) {
    border-left: 1px solid #aaa;
  }
}

/* school logo module styles */

.e-con .elementor-widget.elementor-widget.program-logo-module {
  margin-block-end: 25px;
}

.logo-module {
  text-align: center;
  margin-bottom: 30px;
}

.logo-module img {
  max-width: 100%;
  height: auto;
}

/* Mega Menu Styles */

#menu-bar-desktop .menu-opt-text {
  font-size: 21px;
  font-weight: 600;
  padding: 10px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#menu-bar-desktop .menu-opt-text .elementor-heading-title {
  color: var(--teal-dark-color);
  font-family: 'Open Sans', sans-serif !important;
}

#menu-bar-desktop .menu-opt-text:hover,
#menu-bar-desktop .menu-opt-text.mega-menu-open {
  background-color: var(--teal-light-color);
}

#menu-bar-desktop .menu-opt-text:hover .elementor-heading-title,
#menu-bar-desktop .menu-opt-text.mega-menu-open .elementor-heading-title {
  color: var(--text-color) !important;
}

.mega-menu-cont {
  position: relative;
}

.mega-menu-cont * {
  box-sizing: border-box;
}

.mega-menu {
  position: absolute;
  top: 80px;
  left: 100px;
  font-size: 16px;
  color: var(--text-color);
  background-color: #dcf1f6;
  padding: 30px 40px;
  border-radius: 12px;
  z-index: 10000;
  display: none;
}

.mega-menu .col-cont {
  display: flex;
  /*gap: 65px;*/
}

.mega-menu .col {
  /*float: left;*/
  width: 175px;
  margin-right: 25px;
  margin-left: 25px;
}

.mega-menu .col:first-child {
  margin-left: 0;
}

.mega-menu .col:last-child {
  margin-right: 0;
}

.mega-menu .col.deg-col {
  width: 110px;
}

.mega-menu .col.quicklinks {
  padding: 25px 30px;
  background-color: #aedfe8;
  width: 215px;
}

.mega-menu ul {
  padding: 0;
  margin: 0;
}

.mega-menu li {
  list-style: none;
  margin-bottom: 10px;
}

.mega-menu li.hdr {
  font-weight: 700;
}

.mega-menu li.disabled {
  pointer-events: none;
}

.mega-menu .col.quicklinks li.hdr {
  margin-bottom: 15px;
}

.mega-menu li a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 400;
}

.mega-menu li a:hover {
  font-weight: 700;
  color: var(--teal-dark-color);
}

.mega-menu li.disabled a,
.mega-menu li.disabled a:hover {
  color: #aaa;
  font-weight: 400;
}

/* Mobile Mega Menu Styles */

.mobile-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  z-index: 100000;
  display: none;
}

#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dcf1f9;
  z-index: 100001;
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  /* start off-canvas */
  transition: transform .24s ease;
  /* slide in/out */
}

#mobile-menu.open {
  transform: translateX(0);
  /* on-canvas */
}

.mobile-menu-cont .menu-hdr {
  padding: 5px 15px;
  text-align: right;
  border-bottom: 1px solid #AAA;
}

.mobile-menu-cont .nav-cont {
  flex-grow: 2;
  overflow-y: auto;
}

.mobile-menu-cont .menu-hdr .menu-close {
  font-size: 20px;
  cursor: pointer;
}

.mobile-mega {
  padding: 0 20px 5px;
  border-bottom: 1px solid var(--teal-dark-color);
}

.mobile-mega.top-nav {
  padding-top: 7px;
}

.mobile-mega .submenu {
  padding-left: 20px;
}

.mobile-mega .menu-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 12px;
}

.mobile-mega .menu.menu-level--2 .menu-toggle:not(.is-open) {
  margin-bottom: 9px;
}

.mobile-mega .menu-toggle .mnu-label {
  flex-grow: 2;
  font-size: 22px;
  font-weight: 600;
  color: #0098b0;
}

.mobile-mega.top-nav .menu-toggle {
  margin-top: 10  px;
}

.mobile-mega.top-nav .menu-toggle .mnu-label {
  font-size: 18px;
}

.mobile-mega.top-nav > ul.menu > li.menu-leaf {
  padding-top: 10px;
}

.mobile-mega.top-nav > ul.menu > li.menu-leaf > a {
  font-size: 18px;
}

.mobile-mega .menu-toggle .menu-icon {
  font-size: 14px;
}

.mobile-mega .submenu .menu-toggle {
  margin-top: 5px;
  margin-bottom: 0;
}

.mobile-mega .submenu .menu-toggle .mnu-label {
  font-size: 17px;
  font-weight: 600;
  color: #313131;
}

.mobile-mega .menu-toggle[aria-expanded="true"]>.menu-icon {
  transform: rotateX(180deg);
}

.mobile-mega .menu-toggle.quicklinks {
  padding: 5px 0 5px 10px;
  background-color: #AEE0E8;
  margin-left: -10px;
}

.mobile-mega .menu-toggle.quicklinks+.submenu {
  background-color: #AEE0E8;
  padding-bottom: 7px;
  margin-left: -10px;
}

.mobile-mega .submenu .menu-leaf {
  padding-top: 3px;
}

.mobile-mega .submenu .menu-leaf.disabled {
  pointer-events: none;
}

.mobile-mega .submenu .menu-leaf a {
  font-size: 15px;
  color: #313131;
  text-decoration: none;
  font-weight: 400;
}

.mobile-mega .menu.menu-level--3 li.menu-leaf {
  padding-top: 3px;
  padding-bottom: 2px;
}

.mobile-mega .submenu .menu-leaf a:hover {
  font-weight: 700;
  color: var(--teal-dark-color);
}

.mobile-mega .submenu .menu-leaf.disabled a,
.mobile-mega .submenu .menu-leaf.disabled a:hover {
  color: #aaa;
  font-weight: 400;
}

.mobile-mega ul {
  padding: 0;
}

.mobile-mega li {
  list-style: none;
}

.mobile-mega.other {
  padding: 15px 20px;
}

.mobile-mega .opt-w-icon {
  display: flex;
  align-content: center;
  width: 100%;
}

.mobile-mega .opt-icon {
  width: 35px;
  margin-right: 20px;
}

.mobile-mega .opt-label {
  font-size: 18px;
}

.mobile-mega .opt-w-icon:not(:last-child) {
  margin-bottom: 10px;
}

.mobile-mega #mobile-search-input {
  background-color: transparent;
  border-color: var(--teal-dark-color);
  border-radius: 4px;
}

.mobile-mega #mobile-search-input:focus {
  outline: 2px solid var(--teal-dark-color);
}


.mobile-mega #mobile-search-input::placeholder {
  font-style: italic;
}

@media (min-width: 1100px) {
  #bhmt-header-desktop {
    display: block;
  }

  #bhmt-header-mobile {
    display: none;
  }
}

@media (max-width: 1100px) {
  #bhmt-header-desktop {
    display: none;
  }

  #bhmt-header-mobile {
    display: block;
  }
}

/* Footer */


#footer-left-links a {
  font-weight: 600;
  font-size: var(--text-size-default);
}

/* Search Filters Styles */

:root {
  --flt-cb-size: 14px;
  --flt-cb-border: 1px;
  --flt-cb-shadow: 3px;
  --flt-cb-border-color: #2d2d2d;
  --flt-cb-shadow-color: #000;
  --flt-cb-bg-unchecked: #fff;
  --flt-cb-bg-checked: #06b6d4;
  --flt-cb-bg-indeterminate: #b2ebf2;
  --flt-focus-ring: 2px;
  --flt-slide-duration: 300ms;
  --flt-slide-max: 5000px;
  --flt-slide-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

#all-tags {
  font-size: var(--text-size-default);
  color: var(--text-color);
}

#all-tags .caption {
  background-color: #aedfe8;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  display: flex;
  padding: 0 15px;
  align-items: center;
}

#all-tags .tag-area {
  padding-bottom: 35px;
}

#all-tags .tag-section {
  padding-bottom: 20px;
}

#all-tags .tag-section .section-title {
  background-color: #dcf1f6;
  font-weight: 600;
  padding: 0 5px 0 15px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 5px;
}

#all-tags .tag-section .section-title span {
  font-size: 17px;
}

#all-tags .tag-section .section-body {
  padding-left: 6px;
}

#all-tags .cb-tree,
#all-tags .cb-children {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--text-size-default);
  font-weight: 400;
}

#all-tags .cb-tree.skill-subtree {
  display: none;
}


#all-tags .cb-node {
  margin: 0;
}

#all-tags .cb-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 5px 4px 10px;
  border-radius: 8px;
}

#all-tags .cb-row:hover {
  background: #f5f7fa;
}

#all-tags .cb-row label {
  cursor: pointer;
  user-select: none;
}

#all-tags .sec-expander,
#all-tags .cb-expander {
  margin-left: auto;
  border: none;
  background: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 999px;
}

/*
#all-tags .cb-expander:hover {
  background: #eef2f7;
}
*/

#all-tags .sec-expander::after,
#all-tags .cb-expander::after {
  content: '+';
}

#all-tags .cb-node.expanded>.cb-row .cb-expander::after,
#all-tags .section-header.expanded .sec-expander::after {
  content: '–';
  position: relative;
  left: -2px;
}

#all-tags .cb-children {
  margin-left: 22px;
  overflow: hidden;
  max-height: 0;
  opacity: 0.5;
  transition:
    max-height var(--flt-slide-duration) var(--flt-slide-ease),
    opacity var(--flt-slide-duration) linear;
  will-change: max-height, opacity;
}

#all-tags .cb-node.expanded>.cb-children {
  max-height: var(--flt-slide-max);
  opacity: 1;
}

#all-tags .cb-node.leaf {
  padding-bottom: 4px;
}


#all-tags .cb-node.leaf .cb-expander {
  display: none;
}

#all-tags .section-body {
  overflow: hidden;
  max-height: 0;
  opacity: 0.5;
  transition:
    max-height var(--flt-slide-duration) var(--flt-slide-ease),
    opacity var(--flt-slide-duration) linear;
  will-change: max-height, opacity;
}

#all-tags .section-header.expanded+.section-body {
  max-height: var(--flt-slide-max);
  opacity: 1;
}

/* ====== Custom checkbox ====== */
#all-tags .cbx {
  -webkit-appearance: none;
  appearance: none;
  inline-size: var(--flt-cb-size);
  block-size: var(--flt-cb-size);
  display: inline-block;
  margin: 0;
  cursor: pointer;

  background: var(--flt-cb-bg-unchecked);
  border-top: var(--flt-cb-border) solid var(--flt-cb-border-color);
  border-left: var(--flt-cb-border) solid var(--flt-cb-border-color);
  border-right: var(--flt-cb-shadow) solid var(--flt-cb-shadow-color);
  border-bottom: var(--flt-cb-shadow) solid var(--flt-cb-shadow-color);
  border-radius: 2px;

  vertical-align: middle;
  position: relative;
}

#all-tags .cbx:checked {
  background: var(--flt-cb-bg-checked);
}

#all-tags .cbx:indeterminate {
  background: var(--flt-cb-bg-indeterminate);
}

#all-tags .cbx:focus-visible {
  outline: var(--flt-focus-ring) dashed #4b5563;
  outline-offset: 3px;
}

#all-tags .cb-row .cbx+label {
  margin-left: 2px;
}

#all-tags .skill-types {
  margin-bottom: 20px;
}

#all-tags .skill-types .cb-row .cbx + label {
  margin-left: 5px;
}

#all-tags .skill-types .cb-tree li {
  font-size: 20px;
  font-weight: 400;
}

#study-area-section {
  display: none;
}

.filter-tip {
  margin-bottom: 28px;
  font-size: 19px;
  font-weight: 600;
}

.filter-results {
  display: flex;
  flex-direction: row;
  gap: 35px;
  margin-top: 10px;
}

.filter-results .filter-area {
  flex: 0 0 300px;
}

.filter-results .results-area {
  flex-grow: 1;
}

.filter-results .search-input-cont {
  /*! border: 2px solid #0098b0; */
  /*! border-radius: 14px; */
  /*! padding: 4px; */
  position: relative;
}

.filter-results .search-input-cont {
  width: 100%;
  max-width: 500px;
  position: relative;
}

.filter-results #search-term {
  border: 2px solid #0098b0;
  border-radius: 8px;
  /*! padding-left: 45px; */
  font-size: 18px;
  padding: 4px 30px 4px 45px;
  outline: none;
  width: 100%;
}

.filter-results .search-icon {
  width: 22px;
  height: 22px;
  position: absolute;
  background-image: url(/wp-content/uploads/2025/07/icon_MAGNIFY_glass.png);
  background-size: cover;
  top: 50%;
  margin-top: -11px;
  left: 13px;
}

.filter-results .clear-icon {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -7px;
  display: none;
  font-size: 15px;
}

.filter-results .result-grid-cont {
  margin-top: 25px;
}

.filter-results .result-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.filter-results .result-grid .prgm-tile {
  flex: 0 0 calc(50% - 0.5rem);
  display: flex;
  padding: 25px 35px 25px 25px;
  border: 2px solid #0098b0;
  border-radius: 8px;
  gap: 25px;
  font-size: var(--text-size-default);
  line-height: 1.1;
  position: relative;
}

.filter-results .prgm-tile .prgm-logo {
  flex: 0 0 25%;
}

.filter-results .prgm-tile .prgm-title {
  font-weight: bold;
}

.filter-results .prgm-tile .prgm-duration {
  font-size: 16px;
  margin-top: 4px;
}

.filter-results .prgm-tile .overlay,
#s1-search .area-study-tile .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  background: #0098b01a;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.filter-results .prgm-tile .overlay-icon,
#s1-search .area-study-tile .overlay-icon {
  font-size: 33px;
  color: #fff;
  background: #d51010;
  background: #0098b0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.filter-results .prgm-tile:hover,
#s1-search .area-study-tile:hover {
  border-color: gray;
}

.filter-results .prgm-tile:hover .overlay,
#s1-search .area-study-tile:hover .overlay {
  opacity: 1;
  pointer-events: auto;
}

#s2-pager-cont {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.pager {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-family: system-ui, sans-serif;
}

.pager button {
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  cursor: pointer;
  color: var(--text-color);
  border: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.pager button:hover,
.pager button:focus {
  background-color: var(--teal-light-color);
}

.pager button[disabled] {
  pointer-events: none;
}

.pager .current {
  font-weight: bold;
  background-color: var(--teal-medium-color);
  border-color: var(--teal-medium-color);
}

.pager .chev {
  font-weight: 600;
}

.pager .ellipsis {
  border: none;
  background: transparent;
  cursor: default;
}


#result-grid .no-results {
  text-align: center;
  font-style: italic;
  width: 500px;
  max-width: 100%;
}

#s1-search .stype-selectors-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

#s1-search .stype-selector {
  flex: 0 0 18.5%;
  display: flex;
  border: 2px solid #0098b0;
  border-radius: 8px;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: var(--s2-font-size);
  font-weight: var(--s2-font-weight);
  cursor: pointer;
}

#s1-search .stype-selector:hover,
#s1-search .stype-selector.selected {
  background-color: #dcf1f6;
}

#s1-search .deg-sel-sep {
  margin-top: 35px;
  margin-bottom: 45px;
  border-top: 13px solid #dcf1f6;
  border-radius: 8px;
}

#s1-search .area-study-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
  padding-bottom: 50px;
}

#s1-search .area-study-tile {
  flex: 0 0 calc(33.3333% - 20px);
  display: flex;
  padding: 25px 25px 25px 25px;
  border: 2px solid #0098b0;
  border-radius: 8px;
  gap: 25px;
  font-size: var(--h3-size);
  font-weight: var(--h3-weight);
  color: var(--teal-dark-color);
  line-height: 1.1;
  position: relative;
  align-items: center;
  margin-bottom: 25px;
}

#s1-search .area-study-tile .area-title {
  flex-grow: 1;
  text-align: center;
}

#s1-search .area-study-tile .area-img {
  /*flex: 0 0 45%;*/
  display: none;
}

/* --- s3 pages --- */
.register-btn-cont {
  padding-top: 25px;
  display: flex;
  align-items: center;
}

#content .register-btn.sidebar-button-module,
#content .apply-btn.sidebar-button-module {
  color: #fff;
  width: 170px;
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
} 

/* Dyn content */

.contacts-table .contact-item {
  display: grid;
  grid-template-columns: minmax(160px, 18%) 1fr;
  margin-bottom: 15px;
  line-height: 1.15;
}

/* wage replacement popup */

#popup-overlay, #popup-overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
}

#popup-overlay2 {
  display: none;
}

#popup-overlay2.on {
  display: block;
}

.bhmt-popup {
  position: absolute;
  z-index: 10000;
  background-color: #fff;
  max-width: 98%;
  padding-bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 90px;
  border: 2px solid #8d8d8d;
  border-radius: 10px;
  box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

#isp-waitlist-popup {
  max-width: 800px;
}

#skills-popup {
  max-width: 600px;
}

.bhmt-popup.on {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}

.bhmt-popup .close-btn {
  position: absolute;
  top: 17px;
  right: 20px;
  cursor: pointer;
}

.bhmt-popup .close-btn:hover {
  color: #bbb;
}

.bhmt-popup .title {
  margin-top: 45px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

.bhmt-popup .txt-content {
  margin: 0 30px;
  line-height: 1.25;
}

.bhmt-popup .txt-content p {
  line-height: 1.25;
}

.bhmt-popup .tbl-row:nth-child(odd) {
  background-color: #daf0f5;
}

.bhmt-popup .table-content {
  margin-top: 25px;
  margin-bottom: 20px;
}

.bhmt-popup .tbl-grid {
  display: grid;
  grid-template-columns: 55% 80px 70px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 17px;
  padding: 13px 10px;
  line-height: 1.05;
}

.bhmt-popup .popup-footer {
  padding-top: 25px;
  padding-right: 20px;
  text-align: right;
}

#isp-waitlist-popup .tbl-grid {
  grid-template-columns: 55% 85px 80px;
  padding-top: 13px;
} 

#isp-waitlist-popup .tbl-grid > div {
  text-align: center;
}

#isp-waitlist-popup .tbl-grid.hdr {
  font-size: 18px;
  padding-top: 14px;
  font-weight: 600;
}

.bhmt-popup .txt-content {
  margin: 0 30px;
  line-height: 1.2;
}

.bhmt-popup .tbl-row:nth-child(odd) {
  background-color: #daf0f5;
}

.bhmt-popup .table-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

#skills-popup .txt-content {
  margin: 0 50px;
}

#skills-popup .tbl-grid {
  display: grid;
  grid-template-columns: 95px 1fr;
  width: 95%;
  max-width: 500px;
  padding: 20px 10px;
  align-items: start;
}

.bhmt-popup .btn {
  display: inline-block;
  text-align: center;
  padding: 8px 15px 9px;
  line-height: 1;
  border-radius: 5px;
  background-color: var(--teal-dark-color);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.bhmt-popup .btn:hover {
  background-color: var(--teal-dark-hover-color);
}

#skills-popup .btn {
  width: 100%;
  padding: 8px 0 9px;
}


#skills-popup .btn:hover {
  background-color: var(--teal-dark-hover-color);
}

#skills-popup .help-text {
  padding-left: 25px;
}

#eligibility-popup {
  width: 620px;
  padding-bottom: 45px;
  padding-top: 50px;
}

#eligibility-popup.checking * {
  opacity: 0.7;
  pointer-events: none;
}

#eligibility-popup .tbl-row {
  padding: 15px 0;
}

#eligibility-popup .tbl-row.top-row {
  text-align: center;
}

#eligibility-popup .ctrl-area {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

#eligibility-popup .ctrl-area .lbl {
  font-weight: 600;
  display: inline-block;
  width: 160px;
  font-size: 18px;
  margin-bottom: 7px;
}


#eligibility-popup .ctrl-area .ctrl-row {
  display: inline-block;
  margin-left: 15px;
}

#eligibility-popup .ctrl-area .ctrl-row * {
  vertical-align: baseline;
}

#eligibility-popup .ctrl-area .btn-holder {
  padding-top: 4px;
  padding-left: 10px;
  display: inline-block;
}

.bhmt-popup input[type="text"],
.bhmt-popup select {
  border-radius: 5px;
  background-color: #fff;
  outline: none;
}

#eligibility-popup input[type="text"] {
  width: 155px;
  margin-bottom: 6px;
}

.bhmt-popup .btn.btn-cancel {
  border: 1px solid var(--text-color);
  background-color: #fff;
  color: var(--text-color);
}

.bhmt-popup .btn.btn-cancel:hover {
  background-color: #f5f5f5;
}

#eligibility-popup .result {
  margin: 20px 25px 15px;
  display: none;
}

#eligibility-popup .result, #eligibility-popup  .result p {
  line-height: 1.2;
}

#eligibility-popup #elig-popup-footer {
  padding: 0 25px;
  text-align: right;
  margin-bottom: -20px;
}

.popup-overlay {
  display: none;
}

/* Override a few beneficiary agreement styles */

body[site-name="bhmt-main"] .baf-doc-title {
  background-color: var(--teal-dark-color);
}

body[site-name="bhmt-main"] #baf-submit {
  background-color: var(--teal-dark-color);
  border-color: var(--teal-dark-color);
  color: #fff;
}

body[site-name="bhmt-main"] #baf-submit:hover {
  background-color: var(--teal-dark-hover-color);
  border-color: var(--teal-dark-hover-color);
}

body[site-name="bhmt-main"] .baf-doc a {
  color: var(--teal-dark-color);
}

body[site-name="bhmt-main"] .baf-doc a:hover {
  color: var(--link-hover-color);
}

/* -- skillsoft -- */
#sks-search-area {
  position: relative;
  display: inline-block;
}

#sks-search-area .gtitle {
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    left: 35px;
    right: 35px;
    top: 35px;
    text-align: center;
}

#sks-search-area .sks-search-holder {
  position: absolute;
  bottom: 42px;
  left: 35px;
  right: 35px;
  height: 93px;
}

#sks-search-area .sks-search-holder img {
  position: absolute;
  top: 34px;
  left: 29px;
  width: 30px;
}

#skillsoft-search {
  width: 100%;
  height: 100%;
  font-size: 20px;
  padding-left: 55px;
  padding-right: 15px;
  border: 20px solid var(--teal-dark-color);
  outline: none;
}

#skillsoft-results {
  padding-top: 10px;
  padding-bottom: 30px;
}

#skillsoft-results .results-count {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.result-list .result-item {
  margin-bottom: 15px;
}

.result-list .result-title {
  color: var(--teal-dark-color);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.result-list .result-title:hover {
  color: var(--link-hover-color);
}

#sks-course-info {
  padding-top: 25px;
  padding-bottom: 60px;
}

#sks-course-info .course-info {
  margin-bottom: 25px;
}

#sks-course-info .sec-label {
  font-weight: 600;
  font-size: 18px;
}

#sks-course-info .register-cont {
  padding-top: 15px;
}

#content .bhmt-button .elementor-button-text {
  font-size: 17px;
  font-weight: 600;
}

#content .bhmt-button .elementor-button:hover {
  background-color: var(--teal-dark-hover-color);
}

/* ========== TEMP  Remove after november */

#content .bhmt-challenge-module {
   column-gap: 1px;
   align-items: center;
}

#content .bhmt-challenge-module h3 {
  color: #f47524;
  font-style: italic;
  font-size: 28px;
  position: relative;
  top: -3px;
}

/*==  End TEMP =====*/

#dropped-policy-tab {
  display: none;
}


/*---- */

.search-overlay {
  position: absolute;             /* or fixed, as needed */
  display: grid;
  grid-template-columns: 35px 1fr;  
  align-items: center;
  background-color: #fff;
  z-index:100000;
  border: 2px solid var(--teal-dark-color);
  border-radius: 5px;
  padding: 6px;
  width: 50px;
  overflow: hidden;
  transition: width 0.3s ease;
  display: none;
}

.search-overlay.expanded {
  width: 525px;
}

/* Icon is always visible */
.search-overlay .icon {
  inline-size: 35px;
  block-size: 35px;
}

/* The input handles the “visual” grow + padding */
#hdr-search-input {
  border: none;
  padding: 0 20px;
  font-size: 19px;
  outline: none;
}

#hdr-search-input::placeholder {
  color: #AAA;
  font-style: italic;
  font-weight: 600;
}

#site-search {
  padding-top: 27px;
  padding-bottom: 65px;
}

#site-search .top-area {
  display: none;
}

#site-search .search-cont {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
}

#site-search-input {
  font-size: 25px;
  font-weight: 600;
  border: none;
  margin-left: 15px;
  width: auto;
  outline: none;
  padding-left: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 2px solid transparent;
}

#site-search-input:focus {
  outline: none;
  border-bottom: 2px solid var(--teal-dark-color);
}

#site-search-results {
  padding-top: 25px;
  min-height: 350px;
}

.res-filter-count .count-summ {
  margin-top: 5px;
  flex-grow: 1;
  font-size: 18px;
}

#site-search .res-count {
  font-weight: 600;
  display: inline-block;
}

.res-filter-count .filter-summary {
  font-style: italic;
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
}

.res-filter-count .filter-summary .view-all-link {
  font-style: normal;
}


#site-search-results .ptype {
  font-style: italic;
  font-size: 15px;
}

#site-search .pagination-area {
  padding-top: 30px;
}

#site-search .res-filter-count {
  display: flex;
}

#site-search .filter-types {
  font-weight: 400;
  font-size: 15px;
}

#site-search .filter-types .filter-toggle {
    display: inline-flex; align-items: center; gap: .5rem;
    padding: .3rem .9rem; border: 1px solid #b3b3b3; border-radius: 5px;
    cursor: pointer; user-select: none; background: #fff; min-width: 160px;
  }
 
#site-search .filter-types .filter-toggle .label { flex: 1; }
#site-search .filter-types .filter-toggle .arrow { transition: transform .18s ease; }
#site-search .filter-types .filter-toggle[aria-expanded="true"] .arrow { transform: rotate(180deg); }

#site-search .filter-types .dropdown {
    position: absolute; right: 0; margin-top: .4rem; padding: .5rem;
    border: 1px solid #b3b3b3; border-radius: 5px; background: #fff;
    box-shadow: 0 6px 22px rgba(0,0,0,.12); min-width: 200px; display: none; z-index: 10;
  }

#site-search .filter-types .dropdown.open { display: block; }
#site-search .filter-types .dropdown .item {
  display: flex; align-items: center;;
  padding: .35rem .4rem; border-radius: 8px; cursor: pointer;
}

#site-search .filter-types .dropdown .disabled {
  opacity: .5; pointer-events: none;
}

#site-search .filter-types .dropdown .item input {
  margin-right: .5rem;
}

#site-search .filter-types .dropdown .item .type-count {
  margin-left: .2rem;
  font-size: 12px;
  font-weight: 600;
}

#site-search .filter-types .dropdown .item:hover { background: #f6f6f6; }
#site-search .filter-types .dropdown footer {
  display: flex; justify-content: right; align-items: center;
  border-top: 1px solid #eee; margin-top: .4rem; padding-top: .4rem; font-size: .9rem; color: #555;
}

#site-search .filter-types .dropdown button {
  background: var(--teal-dark-color);
  color: #fff;
  border: none;
  padding: 2px 12px;
  font-size: 13px;
  font-weight: 600;
}

#site-search .filter-types .dropdown button:hover {
  background: var(--teal-dark-hover-color);
}

/* Beneficiary agreement */

#baf-webhost {
  padding-bottom: 45px;
}

#baf-form * {
    box-sizing: border-box;
}

#baf-form {
    width: 100%;
    max-width: 1000px;
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 10px;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    right: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #444;
}

#baf-overlay, #baf-pg {
    position: fixed;
    z-index: 99998;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#baf-pg {
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0.0;
    pointer-events: none;
}

#baf-pg .message {
    font-size: 22px;
    font-weight: 600;
}

.baf-doc-title {
    background: #0098b0;
    color: #fff;
    /*! display: flex; */
    padding: 7px 25px 5px;
    position: relative;
}

#baf-close {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#baf-close::after {
    content: '✖';
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

.baf-error-banner {
    background: #393939;
    font-weight: 600;
    padding: 15px 25px;
    display: none;
}

.baf-error-banner .baf-error-message {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.baf-doc-title h1 {
    text-align: left;
    font-size: 20px;
    line-height: 1.1;
}

.baf-doc-content {
    flex-grow: 2;
    overflow-y: auto;
    font-size: 15px;
    line-height: 1.3;
}

.baf-doc-content p, .baf-doc-content li {
    font-size: 15px;
}

#baf-webhost .baf-doc-content,
#baf-webhost .baf-doc-content p, 
#baf-webhost .baf-doc-content li {
  font-size: var(--text-size-default);
}

#baf-webhost .baf-doc-content .hdr {
  font-size: 18px;
}

#baf-webhost .baf-top-text {
  display: none;
}

.baf-doc-content .baf-top-text {
    margin-bottom: 18px;
}

.baf-doc-content .hdr {
    font-weight: 600;
    color: #0098b0;
    margin-bottom: 2px;
    font-size: 16px;
}

.baf-doc-content p {
    margin-top: 0;
    margin-bottom: 10px;
}

.baf-doc-content ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.baf-doc-content ol li {
    margin-bottom: 3px;
}

.baf-doc-content section .sign-cont {
    margin-bottom: 18px;
}

.baf-scrollable {
    padding: 30px 25px;
}

.baf-doc-footer {
    padding: 20px 25px;
    background: #f1edeb;
}

.baf-doc .sign-cont {
    display: flex;
    align-items: center;
    width: fit-content;
}

.baf-doc .sign-cont.missing {
    border: 2px solid #dc1111;
    padding: 5px;
    border-radius: 4px;
}

.baf-doc .baf-doc-content .sign-cont label {
    padding-left: 5px;
    font-style: italic;
    font-weight: 600;
    margin-left: 5px;
    color: #333;    
}

.baf-doc-footer .sign-cont label {
    padding-left: 10px;
    font-size: 16px;
}        

.baf-doc-footer .footer-ctrls {
    display: flex;
    align-items: center;
}

.baf-doc-footer .btn-cnt {
    flex-grow: 2;
    text-align: right;
}

.baf-btn {
    line-height: 1;
    background: #f47524;
    color: #fff;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}

.baf-doc a {
    font-weight: 600;
    color: #f47524;
    text-decoration: none;
}

#baf-webhost .baf-doc-content section .sign-cont {
  display: none;
}

.baf-doc-content b {
    font-weight: 600;
}

/* --- FAQs --------- */

#faqs {
  text-align: center;
  color: var(--text-color);
  padding-bottom: 80px;
}

#faqs h2 {
  font-size: 32px;
  display: inline-block;
}

#faqs .search-fld-area {
  margin-top: 25px;
}

#faqs .search-cont {
  width: 800px;
  max-width: 98%;
  margin: 0 auto;
  position: relative;
}

#faqs .search-cont img {
  position: absolute;
  left: 10px;
  width: 38px;
  height: 38px;
  top: 50%;
  margin-top: -19px;
}

#faqs #faqs-search-fld {
  padding: 15px 25px 15px 60px;
  font-size: 17px;
  border: 2px solid var(--teal-dark-color);
  border-radius: 10px;
  outline: none;
}

#faqs #faqs-search-fld::placeholder {
  font-weight: 600;
}

#faqs-struct {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 1250px;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch; 
}

.faq-cat {
  display: flex;
  align-items: center;
  border: 2px solid var(--teal-dark-color);
  border-radius: 10px;
  padding-top: clamp(8px, 1.5vw, 13px);
  padding-bottom: clamp(8px, 1.5vw, 13px);
  padding-left: clamp(10px, 2vw, 25px);
  padding-right: clamp(10px, 2vw, 25px);
  font-weight: 600;
  position: relative;
  text-align: left;
  line-height: 1.2;
  min-height: 45px;
}

.faq-cat .cat-icon {
  margin-right: 15px;
  font-size: clamp(18px, 2.5vw, 26px);
}

.faq-cat .cat-title {
  font-size: clamp(16px, 2vw, 22px);
}

.faq-subcats {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  display: none;
}

.faq-subcats ul, .faq-subcats ul ul,
.faq-subcats ul ul ul { 
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.faq-subcats .subcat-row {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.faq-subcats .subcat-row {
  border-top: 1px solid var(--teal-dark-color);
}

.faq-subcats .leaf > .subcat-row {
  cursor: pointer;
}

.faq-subcats .leaf > .subcat-row:hover {
  background: #fafafa;
  color: var(--teal-dark-color);
}

.faq-subcats .subcat-row[level="2"] {
  padding-left: 20px;
}
.faq-subcats .subcat-row[level="3"] {
  padding-left: 40px;
}

.faq-subcats .subcat-tree > li:first-child > .subcat-row {
  border-top: none;
}

.faq-subcats .subcat-row .subcat-title {
  flex-grow: 1;
}

.faq-subcats .subcat-children {
  display: none;
}

.faq-subcats .subcat-node .cb-expander {
  cursor: pointer;
  font-weight: bold;
}

.faq-subcats .subcat-node .cb-goto {
  cursor: pointer;
} 

.faq-subcats .subcat-node .cb-expander::after {
  content: '+';
}

.faq-subcats .subcat-node.expanded > .subcat-row > .cb-expander::after {
  content: '–';
  position: relative;
  left: -2px;
}

#faqs .faq-cat .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  background: #0098b01a;
  align-items: center;
  justify-content: right;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  padding-right: 12px;
}

#faqs .faq-cat .overlay-icon {
  font-size: 19px;
  color: #fff;
  background: #0098b0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#faqs .faq-cat.expanded .overlay-icon {
  transform: rotateX(180deg);
}

#faqs .faq-cat:hover .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* FAQ results */

#faq-results {
  padding: 0 20px 60px;
  display: grid;
  grid-template-columns: 65.66% 31.30%;
  gap: 55px;
}

#faq-results .results-cont {
  padding-top: 10px;
}

#faq-results .form-cont {
  margin-top: 30px;
}
#faq-results .form-area {
  padding-top: 35px;
}

#faq-results input, #faq-results textarea {
  border: 2px solid var(--teal-dark-color);
  border-radius: 8px;
  outline: none;
}

#faq-results textarea {
  resize: none;
  height: 190px;
}

#faq-results .fld {
  margin-bottom: 15px;
}

#faq-results .faq-item {
  border-top: 1px solid #aaa;
  padding: 15px 3px;
}


#faq-results .faq-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
}

#faq-results .faq-title:hover {
  color: var(--teal-dark-color);
}

#faq-results .faq-item.expanded .faq-title {
  font-style: italic;
  font-weight: 600;
}

#faq-results .faq-item.expanded .faq-title i {
  transform: rotateX(180deg)
}

#faq-results .question {
  flex-grow: 1;
  font-size: 17px;
  line-height: 1.35;
  padding-right: 15px;
}

#faq-results .faq-answer {
  display: none;
  padding-top: 10px;
}

#faq-results .faq-pager-cont {
  padding-top: 20px;
  padding-left: 3px;
}

#faq-results .error-msg {
  color: #ad0303;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0px;
  text-align: right;
  padding-right: 10px;
  font-style: italic;
  display: none;
}

#faq-results .error-fld  .error-msg {
  display: block;
}

#faq-results .error-fld input, #faq-results .error-fld textarea {
  border-color: #ad0303;
}

#faq-form.submitting {
  opacity: 0.3;
  pointer-events: none;
}

/* CDM25 to be remove later */
.cdm-faq-cont {
  padding-top: 35px;
  text-align: center;
  margin-right: 40px;
}

.cdm-faq-quote {
  font-size: 24px;
  line-height: 1.15;
  font-style: italic;
  font-weight: 500;
}

.cdm-faq-author {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
}

.faq-section {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 20px;
}

.faq-section .faq-item:not(:last-child) {
  margin-bottom: 10px;
}

.faq-section .icon-cont {
  width: 42px;
}

.faq-section .faq-header {
  display: flex;
  color: var(--teal-dark-color);
  cursor: pointer;
}

.faq-section .faq-header:hover {
  color: var(--link-hover-color);
}

.faq-section .cb-expander {
  margin-right: 15px;
}

.faq-section .cb-expander::after {
  content: '+';
  position: relative;
  top: -2px;
  font-weight: bold;
}

.faq-section .faq-item.expanded .cb-expander::after {
  content: '–';
  position: relative;
  top: -1px;
  left: 1px;
}

.faq-section .faq-title {
  flex-grow: 1;
  font-weight: 600;
  line-height: 1.2;
}

.faq-section .expanded .faq-title {
  font-style: italic;
}

.faq-section .faq-answer {
  padding-top: 15px;
  padding: 5px 0 0 25px;
  line-height: 1.1;
  display: none;
}

.faq-section .faq-answer p {
  line-height: 1.2;
  font-size: 16px;
}

.faq-section .faq-answer p:not(:last-child) {
  margin-bottom: 10px;
}

#faq-footer .faq-bottom {
  padding-top: 20px;
  text-align: right;
}

#faq-footer .faq-bottom a {
  color: var(--text-color);
}

#faq-footer .faq-bottom a:hover {
  color: var(--link-hover-color);
}

.cdm-faq-cont {
  margin-right: 0;
  padding-bottom: 10px;
}

#contact-info h3 {
  font-family: 'Open Sans', sans-serif;
  color: var(--text-color);
}

.eligibility-box {
  background: var(--teal-light-color);
  border-radius: 10px;
}

.eligibility-box .checking {
  opacity: 0.3;
  pointer-events: none;
}

#contact-eligibility {
  padding: 25px 35px 35px;
}

#neo-eligibility {
  padding-top: 15px;
  margin-bottom: 25px;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

#contact-eligibility .header {
  text-align: center;
}

.eligibility-box  {
  container-type: inline-size;
  container-name: ct-form;
}

.eligibility-box .ctrls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  padding: 15px 55px;
}

.eligibility-box input[type="text"] {
  border-radius: 5px;
  outline: none;
}

.eligibility-box #submit-btn {
  padding: .7rem 65px .7rem;
}
  
.eligibility-box .result {
  padding: 10px 55px;
  line-height: 1.3;
}

#neo-eligibility .result {
  padding-bottom: 25px;
}

#neo-specialists {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}

#neo-specialists h3 {
  color: var(--text-color);
}

#neo-specialists p {
  font-weight: 600;
  line-height: 1.15;
}

#neo-specialists .email-cont {
  margin-top: 10px;
}

@container ct-form (max-width: 500px) {
  .eligibility-box {
    padding: 20px 15px;
  }

  .eligibility-box .ctrls {
    display: block;
    text-align: center;
    padding: 15px;
  }

  .eligibility-box .result {
    padding: 10px 15px;
  }

  #nuid, #submit-btn {
    width: 300px;
    max-width: 100%;
  }

  #nuid {
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  :root {
    --h1-size: 2rem;
    --h2-size: 1.75rem;
    --h3-size: 1.5rem;
    --text-size-default: 1rem;
  }

  .e-con {
    --container-max-width: 95%;
  }

  .hero-module .hero-overlay {
    background: var(--teal-dark-color);
    color: #fff;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    padding: 1.2rem;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 10;
    max-width: 250px;
  }

  .hero-module .hero-overlay + .elementor-element {
    width: 0;
  }
  /*
  .page-content .elementor[data-elementor-type="wp-page"] > div > .e-con-boxed > .e-con-inner {
    width: 98%;
  }
  */

  .content-area-module.with-sidebar .sidebar-module {
    width: 35%;
  }

  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content > .e-con {
    padding-left: 15px;
    padding-right: 15px;
  }

  #content .tabs-module .e-n-tabs button.e-n-tab-title {
    justify-content: start !important;
  }

  #s1-search .stype-selectors-cont {
    gap: 10px;
  }

  #s1-search .stype-selector {
    flex-basis: 48%;
  }

  #s1-search .area-study-cont {
    gap: 0;
  }

  #s1-search .area-study-tile {
    flex-basis: 32%;
    font-size: 21px;
  }

  .filter-results .result-grid .prgm-tile {
    flex-basis: 100%;
  }

  .filter-tip {
    margin-bottom: 28px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
  }

  .program-logo-module {
    display: none;
  }

  #content .next-steps-module .next-steps-columns>.e-con-inner {
    padding: 20px 65px;
  }

  .quicklinks-module .quicklinks-links .elementor-icon-list-item .elementor-icon-list-text, .quicklinks-module .quicklinks-links .inner li a {
    font-size: 1.1em;
  }

  .sidebar-logo-module {
    display: none;
  }

  .hero-tabs-module .overlay-cont.short {
   grid-template-columns: 60px 1fr 60px;
  }

  .next-steps-columns > div {
    display: block !important;
  }

  .next-steps-columns > div > div {
    margin-bottom: 25px;
  }

  .next-steps-shortcode .next-steps-cont  {
    flex-direction: column;
    gap: 40px;
  }

  .next-steps-module .next-step {
    width: 100%;
    text-align: center;
  }

  #footer-links-cont {
    border-top: 1px solid var(--teal-dark-color);
    border-bottom: 1px solid var(--teal-dark-color);
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #footer-left-links nav li a {
   font-weight: 400;
   font-size: 15px;
  }

  .bhmt-challenge-module {
    display: flex;
    margin-left: 25px;
  }

  .note-module .elementor-widget-text-editor.node-text {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 5px !important;
  }

  .carousel-tile .tile-overlay {
    justify-content: left;
    padding-left: 8px;
  }

  .carousel-tile .flip-back .back-text {
    font-size: 12px;
  }
  
  .flip-front.video-tile .vid-ttl {
    font-size: 16px;
  }

  .flip-front.video-tile .vid-duration {
    font-size: 16px;
    margin-top: 3px;
    line-height: 1.1;
  }

  #home-hero {
    position: relative;
    cursor: pointer;
    min-height: 200px;
  }
  #home-hero .text-overlay {
    position: absolute;
    top: 10px;
    left: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 7%;
    color: #fff;
    padding-top: 10px;
  }

  #home-hero .text-overlay h1.hero-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.1;
    padding-top: 0;
    margin-top: 0;
  }

  #home-hero .text-overlay h2.hero-subtitle {
    font-size: 30px;
    line-height: 1;
    padding-top: 0;
    margin-top: 0;
  }

  #home-hero .search-area {
    bottom: 0;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #home-hero .search-ctrl {
    flex-direction: column;
    padding: 9px 8px;
    align-items: center;
    font-size: 17px;
    margin-bottom: 10px;
    font-size: 19px;
    width: 90%;
    max-width: 450px;
  }

  #home-hero .search-ctrl img {
    display: none;
  }

  #home-hero .search-type-selector {
    align-items: center;
    justify-content: center;
    width: 165px;
    margin-left: 25px;
    font-size: 15px;
  }

  #home-hero .search-type {
   flex-grow: 0;
  }

  #home-hero .search-type-selector i {
    margin-left: 8px;
    margin-right: 18px;
    font-size: 11px;
  }

  #home-hero #search-input {
    width: 95%;
    padding: 5px 0 5px 5px;
    border-left: none;
    font-size: 14px;
    text-align: center;
  }

  #selector-dropdown ul li {
    font-size: 15px;
    padding: 5px 27px 8px 20px;
  }

  #faq-results {
    grid-template-columns: 1fr;
  }

  #faq-results .form-area {
   padding-top: 0;
  }

}

@media (max-width: 768px) {
  .content-area-module.with-sidebar .sidebar-module {
    width: 100%;
  }

  .hero-module .hero-overlay {
    clip-path: none;
    width: 100%;
    max-width: none;;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 150px !important;
  }

  .hero-module .hero-image {
    opacity: 0;
  }

  .hero-module .e-con-inner {
   max-height: 150px;
   overflow-y: hidden;
  }

  .hero-module .hero-text {
    width: 100%;
  }

  .hero-module .elementor-widget-text-editor.hero-text h1, .hero-module .hero-overlay .elementor-widget-heading.hero-text h1 {
    text-align: center;
  }

  .hero-tabs-module .overlay-cont.short {
   grid-template-columns: 20px 1fr 20px;
  }

  .quicklinks-module {
    padding-left: 15px;
    padding-right: 15px;
  }

  .quicklinks-module .quicklinks-links .elementor-icon-list-item .elementor-icon-list-text, .quicklinks-module .quicklinks-links .inner li a {
    font-size: 1em;
  }

  .sidebar-module .video-module {
    padding-left: 15px;
    padding-right: 15px;
  }

  #content .next-steps-module .next-steps-columns>.e-con-inner {
    padding: 20px 25px;
  }

  #s1-search .area-study-tile {
    flex-basis: 47%;
    font-size: 17px;
    padding: 25px 15px 25px 15px;
  }

  .filter-results {
    display: block;
  }


  .overview-module .overview-cont {
    display: block;
  }

  .overview-module .overview-cont .col {
    width: 100%;
  }

  .overview-module .overview-header h3 {
    font-size: 20px;
  }

  .overview-module .overview-header i {
    font-size: 20px;
  }

  .next-steps-columns {
    text-align: center;
  }

  #content .next-steps-module .next-steps-columns .elementor-icon-wrapper {
    text-align: center;
  }

  .faq-section {
    display: block;
  }

  .faq-section .icon-cont {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }

  #faq-footer .faq-bottom {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
  }

  #home-hero .text-overlay h1.hero-title {
    font-size: 32px;
    margin-bottom: 8px;
  }

   #home-hero .text-overlay h2.hero-subtitle {
    font-size: 25px;
    line-height: 1;
    padding-top: 0;
    margin-top: 5px;
  }

  .baf-doc-title h1 {
    font-size: 17px;
  }

  #faqs-struct {
    grid-template-columns: 1fr 1fr;
  }

  .register-btn-cont {
    display: block;
  }


}

@media (max-width: 500px) {
  #home-hero .text-overlay h1.hero-title {
    font-size: 25px;
    margin-bottom: 8px;
    text-shadow: 2px 2px 5px #333;
  }

   #home-hero .text-overlay h2.hero-subtitle {
    font-size: 20px;
    padding-top: 0;
    margin-top: 0;
    text-shadow: 2px 2px 5px #333;
  }

  section.direct-paths-section h2.title {
    font-size: 22px
  }

  #home-spotlights-sec .spot-text h2 {
    line-height: 1.2;
    font-size: 18px;
  }

  #career-journers-title h2 {
    font-size: 22px;
  }

  #isp-waitlist-popup .tbl-grid.hdr,
  #isp-waitlist-popup .tbl-grid {
    font-size: 14px;
    grid-template-columns: 55% 70px 80px;
  }

  #faqs-struct {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 350px) {
  #eligibility-popup .ctrl-area .btn-holder {
    padding-left: 0;
  }
}
