.page-meeting-exchanges .meeting-exchanges-hero h1 {
  font-size: 2.9rem;
}
.hp-speakers-section__rb .past-speakers img {
  aspect-ratio: 1 / 1;
      object-fit: cover;
      border-radius: 6px;max-width: 85px;
}
.hp-speakers-section__rb .past-speakers  .past{
  display: flex;
  gap: 1rem;
}
.tickets-hero .tickets-timeline .timeline.tier-1::before {
    width:11% !important;
}
.how-it-works h2, .meet-our-hosts h2 {
  font-size: 2.5rem;
      font-weight: 700;
      letter-spacing: 0.007em;
      color: #2323E7;
      text-transform: none;
      margin-bottom: 1rem;
}

@media (max-width: 576px) {

.how-it-works h2, .meet-our-hosts h2 {
  font-size: 1.5rem;

    }
  }
.tickets-hero .tickets-timeline .timeline.tier-2::before {
    width:31% !important;
}
.highlights .highlight-cards-wrapper .highlight-card p b, .meeting-exchanges-hero p b {
  font-weight: bolder;
}
.tickets-hero .tickets-timeline .timeline.tier-3::before {
    width:50% !important;
}
.tickets-hero .tickets-timeline .timeline.tier-4::before {
    width:70% !important;
}
.tickets-hero .tickets-timeline .timeline.tier-5::before {
    width:100% !important;
}

.pricing-disclaimer p {
  font-size: 15px;
  text-align: center;
}
.page-template-template-meeting .how-it-works em, .meeting-exchanges-hero p em {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  font-style: normal;
  display: block;
}

.stage-tile-wrapper .stage-tile .stage-header.startup-lounge {
  background-image: url(../assets/images/2025/elevate-festival-startup-lounge-bg.jpg) !important;
}
.stage-tile-wrapper .stage-tile .stage-header.women-in-tech-lounge {
  background-image: url(../assets/images/2025/elevate-festival-women-in-tech-lounge-bg.jpg) !important;
}
.stage-tile-wrapper .stage-tile .stage-header.trailblazer-lounge {
  background-image: url(../assets/images/2025/elevate-festival-trailblazer-lounge-bg.jpg) !important;
}

.stage-tile-wrapper .stage-tile .stage-header {
  position: relative;
  overflow: hidden;
}
.stage-tile-wrapper .stage-tile .stage-header .row  {
  position: relative;
  z-index: 2;
}
.page-template-template-lounges  .stage-tile-wrapper .stage-tile .stage-header:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 25%, rgba(0, 0, 0, .8) 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index:1;
}
.stage-tile-wrapper .stage-tile .stage-excerpt {
  z-index: 2 !important;
}
.stage-tile-wrapper .stage-tile .stage-partners img {
  margin-right: 0 !important;
  width: auto !important;
  max-height: 40px !important;
  max-width: 90px !important;
}
.template-partners-container .light {
  background-color: white !important;

}
.template-partners-container h3 {
  border-bottom: 1px solid #C5C6C8;
padding-bottom: 42px;
margin-bottom: 42px;
}
.stage-tile-wrapper .stage-tile   .stage-logos {
  flex-wrap: nowrap !important;
  gap: 1rem !important;
}
.partner-logos {
  display: flex !important;
  flex-direction: row !important;
  gap: 24px !important;
}
.partner-logos .logo{
  padding: 0 !important;
  justify-content: center !important;
  border: 1px solid #C5C6C8;
  flex-basis: calc(33.333% - 18px) !important;
  height: 200px !important;
}
.partner-logos  .logo img, .soh-logos div img {
  max-height: 80px;
  max-width: 80% !important;
}
.partner-logos.corpo-logos .logo,  .section-logos.even  .soh-logos div {
  flex-basis: calc(25% - 18px) !important;
}
.partner-logos.corpo-logos .logo {
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .partner-logos .logo, .section-logos .soh-logos div{
    height: 150px !important;
  }
  .partner-logos.corpo-logos .logo,  .section-logos.even  .soh-logos div {
    flex-basis: calc(33.3333% - 16px) !important;
  }
}
@media (max-width: 768px) {
  .partner-logos .logo,  .section-logos.even  .soh-logos div{
    height: 150px !important;
  }
  .partner-logos .logo, .section-logos.odd  .soh-logos div {
    flex-basis: calc(50% - 12px) !important;
  }
}
@media (max-width: 600px) {
  .partner-logos.corpo-logos .logo,  .section-logos.even  .soh-logos div{
    height: 100px !important;
  }
  .partner-logos.corpo-logos .logo img,  .section-logos.even  .soh-logos div img,  .section-logos.odd  .soh-logos div img{
    max-height: 50px;
  }
}
@media (max-width: 500px) {
  .partner-logos .logo,  .section-logos.odd  .soh-logos div {
    flex-basis: 100% !important;;
  }
  .partner-logos.corpo-logos .logo,  .section-logos.even  .soh-logos div{
    flex-basis: calc(50% - 12px) !important;
  }
}
.experience-heading {
  color: #000;
}
.experience-bubbles:before, .experience-bubbles:after {
  display: none;
}
.experience-bubbles .experience-wrapper a {
  background-image: none;
  flex-direction: column;
  background-color: #F9F9F9;
  border-radius: 1.125rem;
  border: none;
  color: #000;
  gap: 1rem;
  text-align: center;
  transition: all .4s ease;
  width: 100%;
  height: auto;
  justify-content: space-between;
}
.experience-bubbles .experience-wrapper a:hover {
  background-color: #F9F9F9;
  transform: scale3d(1.05, 1.05, 1);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.10);
}
@media (max-width: 600px) {
  .experience-heading h2 {
    font-size: 2rem;
    line-height: 120%;
  }
}
@media (min-width: 991px) {
  .experience-wrapper {
    width: 20%;
  }
}
.attendee-hero .squiggle {
  position: absolute;
  bottom: -50px;
  left: -50px;
}
@media (max-width: 768px)  {
  .attendee-hero .squiggle {
    display: none;
  }
}
.attendee-hero, .tt-hero   {
  padding: 5rem 0;
}
.tt-hero {
  background-color: white;
  padding: 3rem 0;
  position: relative;
  background-image: none;
}

.attendee-hero h1, .tt-hero h1  {
  text-transform: none;

  font-weight: 500;
  position: relative;
  z-index: 1;
  font-size: 3.25rem;
  color: #2323E7;
}
@media   (max-width: 1200px) {
  .attendee-hero h1, .tt-hero h1  {
  font-size: 2.5rem;
}
}
@media (min-width: 360px) and (max-width: 576px) {
.attendee-hero h1, .tt-hero h1  {
    font-size: 2rem !important;
  }
}
@media (min-width: 360px) and (max-width: 576px) {
  .page-why-attend .usp-wrapper, .page-startup-open-house .usp-wrapper {
    margin-top: -7rem;
    padding: 0 !important;
  }
}
.page-why-attend  .attendee-hero.attendee-content, .page-startup-open-house  .attendee-hero.attendee-content{
  position: relative;
}
.page-why-attend .usp-wrapper:before {
  background: none;
}
.page-why-attend  .attendee-hero.attendee-content:after, .page-startup-open-house  .attendee-hero.attendee-content:after {
  content: "";
  width: 200px;
  height: 170px;
  background-image: url(../assets/images/2023/usp-wrapper-elm.svg);
  position: absolute;
  background-position: bottom;
  background-repeat: no-repeat;
  right: -14px;
  top: -45px;
}
.page-startup-open-house .usp-wrapper:before {
display: none;
}
/*
.page-template-template-about .tt-hero:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../assets/images/2023/elevate-festival-convince-elm.svg);
  background-repeat: no-repeat;
  top: -50px;
  right: 0;
  position: absolute;
} */
@media (min-width: 768px) {
  .tt-hero .hero-wrapper {
    min-height: auto !important;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .highlights:before {
    top: calc(50% - 300px);
  }
}
.highlights:after {
  bottom: -250px;
  background-image: url(../assets/images/2024/elevate-festival-highlights-footer.svg?new=1);
}
.highlights .highlight-cards-wrapper .highlight-card img {
  border-radius: 1.125rem;
}
.highlights .highlight-cards-wrapper .highlight-card .highlight-heading {
  border: none;
  min-height: auto;
}
@media (min-width: 360px) and (max-width: 576px) {
  h1 {
    font-size: 2.5rem !important;
  }
}
.about-separator {
  border: none;
}
.about-separator:before {
  background: none;
}
.basic-shape-left {
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
}
.basic-shape-right {
  top: -25%;
  right: 50px;
}
.basic-squiggle {
  left: 72%;
  bottom: -15%;
}
@media  (max-width: 991px) {
  .basic-shape-left {
    left: -45px;
    top: 25%;
  }
  .basic-shape-right {
    right: 0;
  }
  .basic-squiggle {
    width: 120px;
    left: -25px;
  }
}
@media  (max-width: 768px) {
  .basic-shape-left {
    left: -45px;
    bottom: 100%;
    top: auto;
    transform: none;
  }
  .basic-shape-right {
    right: -45px;
  }
  .basic-squiggle {
  }
}

.elevate-parent {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .5);
  margin-top: 1rem;

  color: #C4C4C4;
    text-transform: none;
}
.elevate-parent p {
    font-size: 14px;
}
.footer-copy {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.footer-partner {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 2rem;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid rgba(255, 255, 255, .5);
  border-right: 1px solid rgba(255, 255, 255, .5);

}

@media  (max-width: 767px) {
.footer-copy {
  flex-direction: column;
}
.footer-dates {
  order: 1;
}
.copyright {
  order: 2;
}
.footer-partner {
border-left: none;
border-right: none;
padding: 30px 0 0 0;
  justify-content: flex-start;
border-top: 1px solid rgba(255, 255, 255, .5);
order: 3;
}
}
footer ul#menu-footer-menu {
  gap: 2rem;
}

.agenda-glance-mobile {
display: none;
}
@media  (max-width: 767px) {
.agenda-glance-mobile {
display: block;
}
.agenda-glance-desktop {
display: none;
}
}
.stages-section {
  background: white !important;
}
.ft-row:after {
  top: 0;
}
@media  (max-width: 767px) {

  .ft-row:after {
    top: auto;
    bottom: 0;
  }

  .template-highlights-container .tt-hero img {
    display: none;
  }
}

.featured-image-holder {

}
@media  (max-width: 991px) {
.featured-image-holder {

}
}

.featured-image-holder img {
  aspect-ratio: 3 / 2;

}


@media (min-width: 320px) and (max-width: 620px) {
  .tickets-hero .tickets-timeline .timeline li:before {
    top: -80px;
    width: 20vw;

  }
}



@media (max-width: 345px) {
  .tickets-hero .tickets-timeline .timeline li:before {
font-size:10px;
    white-space: break-spaces;

  }
}

@media (min-width: 320px) and (max-width: 620px) {
  .tickets-hero .tickets-timeline .timeline li:after {
    font-size: 12px;
    width: 50px;
  }
}
.meet-our-hosts h1 {
  margin-left: 0 !important;
}

.small {
  font-size: 14px !important;
    line-height: normal !important;
}

/*smaller h3 for partners page */
.h3-heading-style-smaller {
  font-size: 2rem;
}
.community-logos.partner-logos.corpo-logos .logo  {
flex-basis: calc(20% - 20px) !important;
}
.community-partners-text-only {
  font-size: 18px;
}
.community-partners-text-only ul {
  margin-left: 0;
  margin-top: 2rem;
    padding-left: 1rem;
    column-count: 3;
    gap: 5rem;
}
.community-partners-text-only li {
  margin-bottom: 25px;
}
@media  (max-width: 1024px) {
  .community-logos.partner-logos.corpo-logos .logo{
  flex-basis: calc(25% - 18px) !important;
  }
  .community-partners-text-only ul {
gap: 2rem;
}
.community-partners-text-only li {
  margin-bottom: 15px;
}

}

@media  (max-width: 768px) {
  .community-logos.partner-logos.corpo-logos .logo  {
  flex-basis: calc(33.333% - 18px) !important;
  }
  .community-partners-text-only ul {
column-count: 2;
}

}


@media  (max-width: 576px) {
  .community-logos.partner-logos.corpo-logos .logo  {
  flex-basis: calc(50% - 12px) !important;
  }
  .community-partners-text-only ul {
column-count: 1;
}
.stage-partners .partner-logo-container .stage-logos img {
  width: 100px;
}

}

.stage-partners .partner-logo-container {
  min-width: 190px !important;
  max-width:none !important;
  width: auto !important;
}

.stage-partners .partner-logo-container .stage-logos {
  min-width: 142px !important;
  width: auto !important;
}

.single-stages header{
  border-bottom: 0 !important;
}

@media (max-width: 600px) {
.stages-single-hero img{
  min-height: 150px !important;
      object-position: 25% !important;
}

}

.bold {
  font-weight: 600 !important;
}

/*Startup Open House */
@media (max-width: 600px) {
 .attendee-hero .flex-column-reverse img {
    max-width: 150px;
    margin: 1rem auto;
 }
}
.soh-intro {
  display: flex;
}
.soh-logos {
  align-items: center;
  display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: 24px;
margin-top: 2rem;
}

.soh-logos div {
  justify-content: center;
    border: 1px solid #C5C6C8;
    height: 200px;
    display: flex;
    align-items: center;
    border-radius: 8px;
flex-basis: calc(33.333% - 18px);
}
.section-logos.odd {
  background-color: #F9F9F9;
}
.section-logos.odd h4 {

}
.soh-logos  img {
  max-width: 200px;
max-height: 80px;
}
/*schedule sidebar */
.stage-toggle-wrapper .button.clear-filters  {
  width: auto;
    margin: 0 1rem;
    color: #000;
    padding: 0 0 .5rem 0;
    display: block;
}

.stage-toggle-wrapper .button.clear-filters:hover, .stage-toggle-wrapper .button.clear-filters.active, .stage-toggle-wrapper .button.clear-filters:focus {
  background: transparent;

color: #2323E7;
}


.stage-tile-wrapper .stage-tile .stage-partners {
  grid-template-columns: auto !important;
  align-items: flex-start !important;
}

.meet-our-hosts p {
  font-weight: 400;
  line-height: 1.2;
}

.single-speakers-section .speaker-row .speaker-wrapper .speaker-title {
  font-size: 1rem;
  font-weight: 400;
}



/*scale down community partner events*/

.page-template-template-page-builder .basic-content + .usp-wrapper  .festival-usp img {
max-width: 70%;
display: block;
margin: 0 auto;
}

@media  (max-width: 991px) {
.page-template-template-page-builder .basic-content + .usp-wrapper  .festival-usp img {
max-width: 100%;
}
}

@media  (max-width: 768px) {
.page-template-template-page-builder .basic-content + .usp-wrapper  .festival-usp img {
max-width: 70%;
}
}

@media  (max-width: 576px) {
.page-template-template-page-builder .basic-content + .usp-wrapper  .festival-usp img {
max-width: 80%;
}
}
header .site-logo-col .header-dates .key-info .f-date-dash {
  max-width: 63px !important;
}


.wp-block-gallery.has-nested-images figure.wp-block-image img {
  aspect-ratio: 1; /* squared size thumbnails */
  object-fit: cover;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0; /* width fix */
  object-fit: cover;
}

.ggbl_prev, .ggbl_next, .ggbl_next:hover, .ggbl_prev:hover {
  border-width: 16px;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a {
  transition: opacity .2s ease;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a:hover {
  opacity: .9;
}


@media (max-width: 991px) {
    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333333% - var(--wp--style--unstable-gallery-gap, 16px) * .75);
    }
}

@media (max-width: 575px) {
    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * .75);
    }
}

/* Hide captions only inside Gutenberg galleries */
.wp-block-gallery .wp-block-image figcaption {
  display: none !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  display: none;
}
/* Remove absolute centering from images */
#ggbl_slider img {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  display: block;
  max-width: 90vw;
  max-height: 85vh; /* leave room for caption */
  width: auto;
  margin: 0 auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 0 1rem rgba(0,0,0,0.6);
}

/* Center each slide's content */
#ggbl_slider li {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Figure wraps image & caption */
.ggbl_figure {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end; /* align caption right to image edge */
  max-width: 90vw;
  max-height: 90vh;
}

/* Caption immediately below image, aligned right */
.ggbl_caption {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;

  padding: 0.4rem 0.8rem;
  border-radius: 0.25rem;
  width: 100%;
  box-sizing: border-box;
}

.how-it-works::after {
display: none;
}

/*2026 tweaks*/

.social-links {
  max-width: 200px !important;
}

  .pricing-table .ticket-heading-wrap {
    height: 670px !important;
  }
.best-choice-for {
  height: 160px !important;
  align-items: flex-start !important;
  padding: 10px !important;
  border-top: none !important;
  font-size: 0.875rem;
}
.best-choice-for .row {
  background: rgba(0, 0, 0, 0.07) !important;

      padding: 10px 0px;
      height: 100%;
      display: flex;
      align-items: flex-start;
}

.best-choice-for .row .col-lg-12 {
  flex-direction: column;
      align-items: flex-start !important;
      gap: 10px;
}
.ticket-general .best-choice-for i {
  filter: invert(1);
}
.best-choice-for .row .col-lg-12.d-flex {
  align-items: flex-end !important;
  align-self: center;
}

.pricing-table .ticket-heading-wrap p {
  text-align: left;
}





.page-curated-lounges {

  .stage-tile-wrapper {
  max-width: none;
}
.stage-tile-wrapper .stage-partners {
  min-height: 0;
}

.stage-tile .stage-excerpt p {
  font-sizE: 14px;
}
  }


.full-width-image img {
width: 100%;
  border-radius: 1rem;
  max-height: 600px;
  object-fit: cover;
}





.photo-grid {
  display: flex;
  gap: 24px;
  max-height: 580px; /* set this to taste */
}

.photo-grid__left {
  width: 65%;
  flex-shrink: 0;
  overflow: hidden;
}

.photo-grid__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo-grid__right {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.photo-grid__right-item {
  flex: 1;
  min-height: 0; /* critical - without this flex children won't shrink */
  overflow: hidden;
}

.photo-grid__right-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.startup-eligibility.investor-eligibility {
  background-image: url(../assets/images/elevate-festival-startup-hub-eligibility.png);
  background-size: 64%;
  background-repeat: no-repeat;
  background-position: right center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: visible;
}




  @media (max-width: 1200px) {
    .pricing-table .ticket-heading-wrap {
      height: 750px !important;
    }
    .best-choice-for {
      min-height: 230px !important;
    }
  }


  @media (max-width: 991px) {
    .pricing-table .ticket-heading-wrap {
      height: auto !important;
    }
      .best-choice-for {
      min-height: 0 !important;
      height: auto !important;
      font-size: 1rem;
      }




  }
  @media (max-width: 820px) {
  .photo-grid {
    max-height: none;
    flex-wrap: wrap;
  }
  .photo-grid__left, .photo-grid__right {
    width: 100%;
  }
  .photo-grid__right {
  flex-direction: row;
  }
  .photo-grid__right-item, .photo-grid__left-item {
  width: 50%;
  }
}

  @media (max-width: 600px) {
    .photo-grid__right, .photo-grid {
      gap: 1rem;
    }
  .photo-grid img {
    max-height: 250px;
  }
  .attendee-hero   {
  padding-bottom: 3rem;
  }


  }


  @media (max-width: 576px) {
      .meet-our-hosts .host {
          margin-bottom: 14px;
      }
  }

/*new website 2026 */
.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4 {
  color: white;
}
.font-24 {
  font-size: 1.5rem;
}
.font-16 {
  font-size: 1rem;
  font-weight: 400;
}
.text-light-blue {
  color: #A5E6FF;
}
.text-uppercase {
  text-transform: uppercase;
}
.tagline {
  text-transform: uppercase;
    color: #2323E7;
    font-size: 1rem;
    margin-bottom: .5rem;
}
.text-medium {
  font-weight: 500;
}
.pre-footer .inputs-list {
  padding-left: 0;
  margin-top: 10px;
}
.pre-footer .inputs-list input {
  margin-right: 10px;
}
.pre-footer h2 {
  color: white;
  font-size: 2.5rem;
}
.pre-footer p, .pre-footer .hbspt-form .hs-richtext {
color: #A5E6FF;
}

.highlight {
  font-weight: 500;
  background: #A5E6FF;
  color: #2323E7;
}
.quote-highlight {
    color: #2323E7;
    font-size: 2rem;
    border-left: 4px solid #A5E6FF;
    padding-left: 1.25rem;
}

/*section with pixels bottom left */
.px-bottom-left {
  position: relative;
  background-image: url(../assets/images/pixels/px-left.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
.px-top-left {
  position: relative;
  background-image: url(../assets/images/pixels/px-left.svg);
  background-position: top left;
  background-repeat: no-repeat;
}
.px-top-right {
  position: relative;
  background-image: url(../assets/images/pixels/px-left.svg);
  background-position: top right;
  background-repeat: no-repeat;
}

.px-bottom-right {
  position: relative;
  background-image: url(../assets/images/pixels/px-right.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.px-bottom-right-upside-down {
  position: relative;
  background-image: url(../assets/images/pixels/px-speakers.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.px-bottom-right-flipped {
  position: relative;
  background-image: url(../assets/images/pixels/px-right-flipped.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.px-bottom-left.px-top-right {
    background-image: url(../assets/images/pixels/px-right-flipped.svg),  url(../assets/images/pixels/px-left.svg);
  background-position: bottom left, top right;
}

.pt-top-right.px-bottom-right {
    background-image: url(../assets/images/pixels/px-right.svg),  url(../assets/images/pixels/px-speakers.svg);
  background-position: top right, bottom right;
}
/*image with pixels botto left */
.px-img {
  position: absolute;
  width: 66.7%;
      max-width: 426px;
}
.img-pixels-container {
  position: relative;
}
.px-img-bottom-left {
  left: 0;
  bottom: 0;
}

.px-img-bottom-right {
  right: 0;
  bottom: 0;
}

/*Home */
.main-banner {
  height: 799px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../assets/images/rebrand/main-banner-bg.jpg);
  background-position: center;
  background-color: #A5E6FF;
  h1 {
    color: #1112AB;
  }
}
@media (max-width: 1339px) {
  .main-banner {
    background-image: none;
    height: auto;
  }
}

@media (min-width: 1500px) {
  .main-banner {
    background-size: 1440px;
  }
}

@media (max-width: 768px) {
  .main-banner {
height: 700px;
  }
}
@media (max-width: 600px) {
  .main-banner .h-100, .main-banner {
height: auto !important;
  }
  .main-banner .button {
    width: 100%;
    text-align: center;
  }
}

.main-banner-vertical-image {
  width: 100%;
  height: 800px;
  object-position: top;
  object-fit: cover;
  @media (max-width: 768px) {
height: 700px;
  }
}
.banner-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;

}

@media (max-width: 600px) {
  .banner-logo {
position: relative;
}
}
.banner-logo, .main-banner-middle, .main-banner-end {
  display: none;
}

@media (max-width: 1339px) {
  .banner-logo, .main-banner-middle, .main-banner-end {
    display: flex;
  }
}

@media (max-width: 1199px) {
.main-banner-end {
display: none;
}
}
.main-banner-first {
  padding-left: 12px;
  padding-right: 60px;
}
.main-banner-first-container {
  flex-direction: row;
}

@media (max-width: 1100px) {
  .main-banner-first {
    padding-right: 12px;
  }
}
@media (max-width: 600px) {
  .main-banner-middle {
  display: none;
  }
  .main-banner-first-container {
    flex-direction: column;
  }
}
/*about */
.program-tile {
  height: 310px;
  color: black;
  padding: 1.5rem;
  img {
    align-self: flex-start;
  }
}
.bg-lavender {
background: #FECCFF;
h4 {
  color: #6600CD;
}
}

.bg-teal {
background: #A5E6FF;
h4 {
  color: #F156FF;
}
}

.bg-green {
background: #D0F5D0;
h4 {
  color: #6665FE;
}
}
.bg-yellow {
background: #FFEFB3;
h4 {
  color: #FF6600;
}
}
.bg-light-blue {
  background: #A5E6FF;
  h1, h2, h3, h4 {
    color: #1112AB;
  }
}

/*about */
.template-about-container .featured-image-holder:after {
    content: "";
    display: block;
    width: 30vw;
    min-width: 460px;
    height: 100%;
    background: #A5E6FF;
    position: absolute;
    top: 0;
    right: 0;
}


.fa-solid {
font-size: 1rem;
}


/*press */
.light-blue-rectangle {
  background: #A5E6FF;
  background: linear-gradient(90deg, rgba(165, 230, 255, 1) 65%, rgba(255, 255, 255, 0) 65%);
background-repeat: no-repeat;
background-position: bottom right;
  h1, h2, h3, h4 {
    color: #1112AB;
  }
}

/*speaker */

.speaker-bio hr {
  max-width: 130px;
  border: 1px solid #A5E6FF;
}
