/*
Theme Name: Helium Child
Theme URI: http://gantry.org
Template: g5_helium
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Helium - Gantry 5 Theme from RocketTheme
Version: 5.5.23
Updated: 2025-08-11 00:29:34

*/
@import url("https://use.typekit.net/izm7tlr.css");

.tk-avenir-lt-pro {
    font-family: "avenir-lt-pro", sans-serif;
}

.tk-avenir-next-lt-pro-condensed {
    font-family: "avenir-next-lt-pro-condensed", sans-serif;
}

.tk-avenir-next-lt-pro {
    font-family: "avenir-next-lt-pro", sans-serif;
}

/* Typography */
/* H1 - BOLD (700) / 76PX / 83LH / -2LS */
h1 {
    font-weight: 700;
    font-size: 76px;
    line-height: 83px;
    letter-spacing: -2px;
    text-transform: uppercase;
    /* Visual is all caps */
}

/* H2 - BLACK (900) / 50PX / 60LH / -1LS */
h2 {
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
}

/* H3 - BLACK (900) / 36PX / 49LH / -1LS */
h3 {
    font-weight: 900;
    font-size: 36px;
    line-height: 49px;
    /*  letter-spacing: -1px; */
}

/* H4 - BLACK (900) / 26PX / 30LH / 0LS */
h4 {
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
}

/* H5 - BLACK (900) / 20PX / 30LH / +20LS (approx 2px) */
h5 {
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* Visual is all caps */
}

/* H6 - HEAVY (Mapped to 800 ExtraBold) / 22PX / 32LH / -10LS */
h6 {
    font-weight: 800;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.5px;
}

/* H7 - BOOK (Mapped to 400 Regular) / 22PX / 38LH / 0LS */
h7,
.h7 {
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0px;
}

/* BODY COPY - BOOK (Mapped to 400 Regular) / 18PX / 34LH / 0LS */
p,
.body-copy {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0px;
}

/* BUTTONS - BLACK (900) / 18PX / 25LH / -1LS */
.button {
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -1px;
}

/* LABELS - BLACK (900) / 14PX / 22LH / 0LS */
label,
.label {
    font-weight: 900;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
    /* Visual is all caps */
}


/* =========================================
   TABLETS
   (Only elements that differ from Desktop)
   ========================================= */
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* H1 Scales down from 76px */
    h1 {
        font-size: 60px;
        line-height: 67px;
    }

    /* H3 Scales down from 36px */
    h3 {
        font-size: 26px;
        line-height: 38px;
    }

    /* H4 Scales down from 26px */
    h4 {
        font-size: 18px;
        line-height: 22px;
    }

    /* H5 Scales down from 20px */
    h5 {
        font-size: 16px;
        line-height: 26px;
    }
}

/* =========================================
   SMARTPHONES
   (Only elements that differ from Desktop)
   ========================================= */
@media (max-width: 480px) {

    /* H1 Scales down further to 48px */
    h1 {
        font-size: 48px;
        line-height: 54px;
    }

    /* H3 Scales down from 36px (Matches Tablet) */
    h3 {
        font-size: 26px;
        line-height: 38px;
    }

    /* H4 Scales down from 26px (Matches Tablet) */
    h4 {
        font-size: 18px;
        line-height: 22px;
    }

    /* H5 Scales down from 20px (Matches Tablet) */
    h5 {
        font-size: 16px;
        line-height: 26px;
    }
}

/* Gantry Universal */
.entry-content .alignwide {
    margin-left: -80px;
    margin-right: -80px;
}

.entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

/* .alignfull img {
     width: 100vw;
}
 */
.alignfull.two-column-content img,
.alignfull .alignleft img {
    width: inherit;
}

.g-container {
    padding: 0 15px;
}

.inner-row.roobely-section .roobely-container {
    padding-left: 0;
    padding-right: 0;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*HEADER*/

/*.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
    max-height: 100px !important;
} */

#g-navigation {
    padding-bottom: 30px;
    background: linear-gradient(61deg,
            rgba(0, 121, 198, 0.1) 1.31%,
            rgba(0, 121, 198, 0.03) 17.75%,
            rgba(175, 93, 171, 0.06) 34.13%,
            rgba(255, 177, 0, 0.12) 61.86%,
            rgba(255, 177, 0, 0.06) 91.73%);
}

.page-id-1830 #g-navigation,
.single #g-navigation {
    background: #fff;
}

.banner-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(61deg,
            rgba(0, 121, 198, 0.1) 13.31%,
            rgba(0, 121, 198, 0.05) 29.75%,
            rgba(175, 93, 171, 0.06) 47.13%,
            rgba(255, 177, 0, 0.12) 61.86%,
            rgba(255, 177, 0, 0.06) 91.73%);
}

.featured-program-section {
    background: linear-gradient(275deg,
            rgba(0, 121, 198, 0.1) 13.31%,
            rgba(0, 121, 198, 0.05) 29.75%,
            rgba(175, 93, 171, 0.06) 47.13%,
            rgba(255, 177, 0, 0.12) 61.86%,
            rgba(255, 177, 0, 0.06) 91.73%);
}

.plan-visit {
    background: linear-gradient(219deg,
            rgba(0, 121, 198, 0.10) 13.31%,
            rgba(0, 121, 198, 0.05) 29.75%,
            rgba(175, 93, 171, 0.06) 47.13%,
            rgba(255, 177, 0, 0.12) 61.86%,
            rgba(255, 177, 0, 0.06) 91.73%);
}

.main-logo .g-content {
    padding: 30px 0 0 !important;
}

#g-navigation .header-menu .g-main-nav .g-toplevel>li {
    margin: 0 14px;
}

#g-navigation .header-menu .g-main-nav .g-toplevel>li:last-child {
    margin-right: 0;
}

#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
    padding-bottom: 0;
}

#g-navigation .header-menu .g-main-nav .g-toplevel>li>.g-menu-item-container {
    color: #525252;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    border-top: solid 10px transparent;
    padding: 43px 0 0;
    position: relative;
}

#g-navigation .header-menu .g-main-nav .g-toplevel>li>.g-menu-item-container:hover,
#g-navigation .g-main-nav .g-toplevel>li.active>.g-menu-item-container:hover {
    border-top: solid 10px #a461a7;
}

#g-navigation .g-main-nav .g-toplevel>li.active>.g-menu-item-container>.g-menu-item-content {
    padding: 0;
    box-shadow: none;
}

#g-navigation .header-menu .g-main-nav .g-toplevel>li.btn-contact>.g-menu-item-container {
    padding: 11px 25px 9px;
    border-radius: 30px;
    border: 2px solid #e4001a;
    color: #e4001a;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    line-height: 1;
}

#g-navigation .header-menu .g-main-nav .g-toplevel>li.btn-contact>.g-menu-item-container:hover {
    background: #e4001a;
    color: #fff;
}

/* 404 Error Page */
.error404 .g-content {
	padding-bottom: 100px;
}
.error404 .g-content h1 {
	color: #A461A7;
}
/* // HEADER*/
/*FOOTER*/
#g-footer {
    padding: 130px 0 220px 0;
    position: relative;
    margin-top: 300px;
}

#g-footer:before {
    content: "";
    background: url(/wp-content/uploads/2025/10/footer-bg.svg);
    position: absolute;
    top: -210px;
    left: 0;
    width: 100%;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-id-1830 #g-footer {
    margin-top: 0;
}

.page-id-1830 #g-footer:before {
    display: none;
}

.single #g-footer {
    margin-top: 0;
}

.single #g-footer:before {
    display: none;
}

#g-footer .g-logo.g-logo-helium svg {
    max-height: 90px;
}

#g-footer .g-grid {
    align-items: center;
}

#g-footer .g-grid:nth-child(2) {
    margin-top: 39px !important;
}

#g-footer .footer-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}

#g-footer .footer-menu .g-main-nav .g-toplevel>li {
    margin: 0 14px;
}

#g-footer .footer-menu .g-main-nav .g-toplevel>li:last-child {
    margin-right: 0;
}

#g-footer .footer-menu .g-main-nav .g-toplevel>li>.g-menu-item-container {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.18px;
    text-transform: capitalize;
}

#g-footer .footer-menu .g-main-nav .g-toplevel>li>.g-menu-item-container:hover,
#g-footer .footer-menu .g-main-nav .g-toplevel>li.active>.g-menu-item-container {
    color: #ffb100;
}

#g-footer .footer-menu .g-main-nav .g-toplevel>li.btn-contact>.g-menu-item-container {
    padding: 11px 25px 9px;
    border-radius: 30px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    line-height: 1;
}

#g-footer .footer-menu .g-main-nav .g-toplevel>li.btn-contact>.g-menu-item-container:hover {
    border-color: #ffb100;
    color: #ffb100;
}

#g-footer .g-social a {
    background: #fff;
    border-radius: 30px;
    color: #0077bf;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-left: 17px;
}

#g-footer .g-social a:first-child {
    margin-left: 0;
}

#g-footer .g-social a:hover {
    background-color: #ffb100;
    color: #fff;
}

/*Home page*/
#g-mainbar {
    padding: 0;
}

.connect-form .nf-before-form-content,
.connect-form .nf-form-title,
.connect-form .nf-field-label {
    display: none;
}

.connect-form .nf-form-content .list-select-wrap .nf-field-element>div,
.connect-form .nf-form-content input:not([type="submit"]),
.connect-form .nf-form-content textarea {
    background: #f0f0f099;
    border-radius: 6px;
    border: none;
    color: #000;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    padding: 8px 21px;
}

.connect-form .nf-form-content .list-select-wrap .nf-field-element>div:focus,
.connect-form .nf-form-content input:not([type="submit"]):focus,
.connect-form .nf-form-content textarea:focus {
    background: #f0f0f099;
    color: #000;
}

.connect-form .nf-form-content input::placeholder {
    color: #000;
}

.connect-form .nf-form-content .email-container {
    margin-bottom: 75px;
}

.connect-form .nf-form-content .submit-wrap {
    text-align: center;
}

.connect-form .nf-form-content .submit-wrap input[type="submit"] {
    background: #d12229;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    padding: 10px 79px 8px;
    border-radius: 30px;
    border: 2px solid transparent;
}

.connect-form .nf-form-content .submit-wrap input[type="submit"]:hover {
    background: #fff;
    border: 2px solid #d12229;
    color: #d12229;
}

.program-heading-row .text-banner-bg {
    width: 41%;
}

.featured-program-section .roobely-block-176a8c .small-info-box {
    min-height: 465px !important;
}

.exibit-card-row .exibit-col h3 {
    min-width: 250px;
    text-align: center;
}

.exibit-card-row .exhibit-info-box {
    min-height: 374px;
}

/* banner section css------------------- */

.banner-section {
    background-position: 75% center !important;
    position: relative;
}

.wonder-heading h2 {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 800;
}

.banner-btn .roobely-block-btn-wrapper {
    margin-left: 100px;
}

.persuit-heading h2 {
    margin-left: 75px;
}

.page-id-2700 .hero-section,
.page-id-2704 .hero-section {
    background-position: center !important;
}


/*EVENTS */

.evo_fc_day i {
	background: #af5dab !important;
}

.event-bg.roobely-section .roobely-row-overlay {
    max-width: 50vw;
    width: 47%;
    height: 111px;
    bottom: 127px;
    top: auto;
}

.evo_cal_above {
    display: none;
}

.evoWV.ajde_evcal_calendar .EVOWV_grid .evo_wv_day.today .day_num {
    background-color: #a461a7;
}

.EVOWV_grid .evo_wv_day span.day_num {
    color: #0077bf;
    min-width: 45px;
}

.wp-block-eventon-blocks-evo-eventon-main {
    padding: 0 !important;
    margin: 0 0;
}

.EVOWV_content.wk_1 .evowv_col_events .event {
    border-color: #f4b42d !important;
    color: #525252;
}

#evcal_list .evcal_month_line {
    display: none;
}

.eventon_events_list .eventon_list_event .evoet_dayblock,
.eventon_events_list .eventon_list_event .evoet_cx .evoet_dayblock span,
.evo_pop_body .evoet_dayblock,
.ajde_evcal_calendar #evcal_list .eventon_list_event .evoet_cx span.evcal_event_title,
.evo_lightboxes .eventon_list_event .evoet_cx span.evcal_event_title {
    color: #545454;
    margin-bottom: 15px;
    padding-bottom: 0;
    font-weight: 900;
    text-transform: capitalize;
}

.eventon_events_list .eventon_list_event .evcal_desc span,
.eventon_events_list .eventon_list_event .evoet_cx span,
.evo_pop_body .evcal_desc span,
.evo_pop_body .evoet_cx span.evoet_subtitle,
.evcal_list_a .evoet_cx span.evoet_subtitle {
    color: #545454;
    font-size: 14px;
}

.eventon_events_list .eventon_list_event .evoet_cx .evoet_cmf em i {
    font-weight: 300;
}

.eventon_events_list .eventon_list_event .evoet_c4,
.evo_pop_body .evoet_c4 {
    flex-direction: unset;
    flex-wrap: wrap;
}

.eventon_events_list .eventon_list_event .evoet_cx .level_3 {
    font-size: 14px;
    margin-bottom: 18px;
}

.eventon_events_list .eventon_list_event .evoet_cx .evoet_location.level_3 {
    width: 100%;
    margin-bottom: 14px;
}

.eventon_events_list .eventon_list_event .evoet_cx .evoet_cmf {
    float: left;
}

#evcal_list .eventon_list_event .evoet_cx em.evocmd_button {
    background: none;
    color: #af5dab;
    font-size: 18px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    padding: 0;
    margin-right: 10px;
}

#evcal_list .evoet_cx .evcal_cmd i.fa {
    margin-left: 5px;
    float: right;
    margin-top: 3px;
}

#evcal_list .eventon_list_event .evoet_cx .evoet_cmf+.evoet_cmf em.evocmd_button {
    color: #0077bf;
}

.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig .evcal_cblock {
    margin-bottom: 20px;
}

.ajde_evcal_calendar.color #evcal_list .eventon_list_event a:hover {
    border-left: none;
}

.ajde_evcal_calendar.color #evcal_list .eventon_list_event .desc_trig_outter {
    position: relative;
}

.ajde_evcal_calendar.color #evcal_list .eventon_list_event .desc_trig_outter:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 90px;
    height: 63px;
    border-top-right-radius: 10px;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 35% 100%);
    z-index: 10;
}

.color-chips .ajde_evcal_calendar.color #evcal_list .eventon_list_event .desc_trig_outter{
    background: #FFF !important;
}
.color-chips .ajde_evcal_calendar.color #evcal_list .eventon_list_event:nth-child(1) .desc_trig_outter:after {
    background: #04a99c;
}
.color-chips .ajde_evcal_calendar.color #evcal_list .eventon_list_event:nth-child(2) .desc_trig_outter:after {
    background: #a461a7;
}
.color-chips .ajde_evcal_calendar.color #evcal_list .eventon_list_event:nth-child(3) .desc_trig_outter:after {
    background: #f5b22c;
}
.color-chips .ajde_evcal_calendar.color #evcal_list .eventon_list_event:nth-child(4) .desc_trig_outter:after {
    background: #98C000;
}

.evcal_cblock .evo_start em.month {
    font-weight: 900;
}
.EVOWV_change {
    display: none;
}
.ajde_evcal_calendar.evoWV .EVOWV_dates p {
    color: #525252;
    background: #f0f0f0;
}
.EVOWV_dates .evowv_arrow {
    color: #0077bf;
}
.EVOWV_content.wk_1 .evowv_col_events .event .time {
    margin-bottom: 10px;
    font-weight: 300;
    opacity: 1;
}
.EVOWV_dates .evowv_this_weekbtn {
    color: #525252;
    border-color: #c9c9c9;
    color: #525252;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    border-radius: 50px;
    padding: 10px 30px !important;
}

.EVOWV_grid .evo_wv_day span.day_name {
    color: #023e4e;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
}

.EVOWV_dates {
    margin-bottom: 40px;
}

.ajde_evcal_calendar.boxy .eventon_list_event,
.ajde_evcal_calendar.boxy .evoShow_more_events {
    border-width: 5px;
}

div#eventon_comments {
    display: none;
}

.page-id-3920 .hero-section .hero-content .hero-headline {
	max-width: 620px !important;
}

/* // EVENTS */
/* Online resources section css------------ */
.online-resources-section .online-resources-card-row .online-resources-col .roobely-column-inner .small-info-box-image {
    position: relative;
}

.online-resources-section .online-resources-card-row .online-resources-col .roobely-column-inner .small-info-box-image::after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2025/11/Mask-group-2-cropped.svg) no-repeat;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    background-size: 100% 150px;
}

.online-resources-col-center .small-info-box-image {
    position: relative;
}

.online-resources-col-center .small-info-box-image::after {
    position: absolute;
    content: "";
    background: url("/wp-content/uploads/2025/11/Mask-group-3-cropped.svg") no-repeat;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    background-size: 100% 150px;
}

/* Plan Your Visit –––––––––––––––––––––––––– */
.long-form .info-box-desc {
    font-size: 24px !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    padding-right: 100px !important;
}

/* Get Involved css------------------------ */

.get-involved-row .get-involved-col {
    position: relative;
    overflow: hidden;
}

.get-involved-row .get-involved-col::after {
    position: absolute;
    content: "";
    background: url("/wp-content/uploads/2025/10/Vector-cropped-1.svg") no-repeat;
    height: 200px;
    width: 300px;
    bottom: -36px;
    right: 0;
}

.get-involved-section {
    background-position: left 92% !important;
}

.get-involved-col .roobely-btn-icon {
    color: #a461a7;
}


/* Getting here section css------------------- */

.getting-here-row .getting-here-col .getting-btn-col .roobely-column-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.getting-here-row .getting-here-col .getting-btn-col .roobely-column {
    padding-left: 0 !important;
}

.getting-here-row .getting-here-col .getting-btn-col .contact-us-btn-col {
    position: relative;
}

.getting-here-row .getting-here-col .getting-btn-col .contact-us-btn-col::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background-color: #d3d3d3;
    right: 40px;
    bottom: 10px;
}

.getting-here-row .getting-here-map iframe {
    box-shadow: -2px 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

/* Faq section----------- */
.faq-row .roobely-accordion-active .roobely-accordion-body {
    padding: 25px 0 !important;
}

.faq-row .roobely-accordion-active .roobely-accordion-body p {
    font-size: 22px;
    font-weight: 300;
    line-height: 38px;
    color: #000000;
}

.faq-row .roobely-block-accordion {
    max-width: 860px;
    margin: 0 auto;
}

.faq-row .roobely-accordion-item {
    margin-bottom: 70px;
}

/* field-trips-section css-------------------- */
.field-trips-section .field-trips-content-col .info-box-content {
    width: 100% !important;
}

.field-trips-section .field-trips-content-col {
    display: flex;
    align-items: center;
}

.field-trips-section .field-trips-content-col .info-box-content h3 {
    color: #0077bf;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    max-width: 440px;
}

.field-trips-section .field-trips-content-col .info-box-content .info-box-desc {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}
.page-id-3432 .banner-left-text .text-banner-title {
	max-width: 500px;
}

/* Our programs section css-------------- */
.our-programs-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 220px);
    left: 0;
    top: 0;
    background: linear-gradient(78deg,
            rgba(0, 121, 198, 0.1) 13.31%,
            rgba(0, 121, 198, 0.05) 29.75%,
            rgba(175, 93, 171, 0.06) 47.13%,
            rgba(255, 177, 0, 0.12) 61.86%,
            rgba(255, 177, 0, 0.06) 91.73%);
}

.our-programs-section .our-programs-cards-row .our-programs-cards .roobely-info-box-body {
    padding: 28px 0 8px 0;
    margin-top: -20px;
}

.our-programs-cards-row .our-programs-cards .roobely-block-info-box.roobely-info-box-media.roobely-media-has-bg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}

.our-programs-cards .roobely-block-info-box {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.our-programs-cards .roobely-info-box-media {
    height: 200px;
}

.our-programs-cards-row .margin-left-col {
    margin-left: -49px !important;
}

.yellow-bg .roobely-block-info-box {
    position: relative;
}

.yellow-bg .roobely-block-info-box::after {
    position: absolute;
    content: "";
    background: url("/wp-content/uploads/2025/11/yellow-cube.svg") no-repeat;
    height: 100%;
    width: 100%;
    left: -2px;
    top: 127px;
}

.green-bg .roobely-block-info-box {
    position: relative;
}

.green-bg .roobely-block-info-box::after {
    position: absolute;
    content: "";
    background: url("/wp-content/uploads/2025/11/green-cube.svg") no-repeat;
    height: 100%;
    width: 100%;
    left: -2px;
    top: 127px;
}

.our-programs-cards-row .roobely-container .roobely-row {
    display: flex;
    justify-content: center;
}

.getting-here-pro .roobely-info-box-media {
    padding-left: 0 !important;
}

.our-programs-cards .roobely-info-box-media img {
    object-position: center;
}

.our-programs-heading h3 {
    max-width: 600px;
}

/* about css-------------------- */

.about-hero::before {
    height: 100%;
}

.about-boxes .small-info-box {
    min-height: 375px;
}

.about-boxes .small-info-box img {
    min-height: 258px;
    object-fit: cover;
}

.about-boxes .small-info-box a {
    z-index: 1;
}

/* about us / mission css-------------------- */

.mission-banner .hero-section {
    background-position: center !important;
}

/* leadership css-------------------- */

.leadership-row .roobely-block-info-box {
    min-height: 540px;
}

.leadership-row .roobely-info-box-media img {
    height: 365px !important;
}

.leadership-row .roobely-info-box-title {
    min-height: 85px;
}

.leadership-row .roobely-info-box-sub-title {
    min-height: 35px;
    margin-bottom: 20px !important;
}

.interested-in-volunteering .info-box-image img {
    max-height: 450px;
}

/* bio-detail page css */
.postid-3965 .team-img-col img {
	object-position: top center;
}

/* founders css */
.hero-section.founders-hero .hero-section {
    background-position: center !important;
}

/* sensory-friendly css */
.page-id-3481 .hero-section .hero-content .hero-headline {
	max-width: 600px;
}

/* contact us css----------------- */

.contact-us-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 220px);
    left: 0;
    top: 0;
    background: linear-gradient(78deg,
            rgba(0, 121, 198, 0.1) 13.31%,
            rgba(0, 121, 198, 0.05) 29.75%,
            rgba(175, 93, 171, 0.06) 47.13%,
            rgba(255, 177, 0, 0.12) 61.86%,
            rgba(255, 177, 0, 0.06) 91.73%);
}

.contact-us-section .contact-form-section .nf-form-title {
    display: none;
}

.contact-us-section .contact-form-section .nf-form-fields-required {
    display: none;
}

.contact-us-section .contact-form-section .nf-field-label {
    display: none;
}

.contact-us-section .contact-form-section .nf-form-cont {
    margin-top: 50px;
}

.contact-us-section .contact-form-section .submit-container {
    text-align: center;
}

.contact-us-section .contact-form-section .nf-field-element input {
    background: #ffffff;
    border-radius: 6px;
    outline: none;
    border: none;
    padding: 10px 21px;
}

.contact-us-section .contact-form-section .nf-field-element textarea {
    outline: none;
    border: none;
    background: #ffffff;
    padding: 10px 21px;
}

.contact-us-section .contact-form-section .nf-field-element input[type="submit"] {
    background: #d12229;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    padding: 10px 80px 8px;
    border-radius: 30px;
    margin-top: 65px;
    border: 2px solid transparent;
}

.input-container .nf-field-element input::placeholder,
.input-container .nf-field-element textarea::placeholder {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
}

.contact-us-section .contact-form-section .nf-field-element input[type="submit"]:hover {
    background: #fff;
    color: #d12229;
    cursor: pointer;
    border: 2px solid #d12229;
}

.address-section iframe {
    box-shadow: -2px 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.address-col {
    display: flex;
    align-items: center;
}

.address-col .address-row .roobely-column-inner {
    display: flex;
    gap: 24px;
}

.address-col .roobely-info-box-title-inner h2 {
    padding-top: 2px;
}

/* Families css */
.families-programs .our-programs-cards {
    max-width: 40% !important;
}
.families-cards-row .roobely-container {
	max-width: 840px !important;
}
.families-cards-row .roobely-info-box-body {
	padding: 28px 0 8px 0;
    margin-top: -20px;
}

/* Online resources css */
.online-resources-row .roobely-info-box-body {
	padding: 28px 0 8px 0;
    margin-top: -20px;
}

/* field trips css */
.three-steps .small-info-box {
    min-height: 250px;
    max-height: 250px;
}

.school-grant img {
    transform: scale(1.5);
}

.introductory-row.school-grant .wp-block-roobely-column {
    justify-content: start !important;
}

/* rental css */
.sponsor-section.rental-pricing .inner-row .roobley-column-inner .small-info-box {
    min-height: 350px !important;
}


/* summer camps css */
.reg-closed {
	background: #d12229;
    text-align: center;
    font-size: 18px !important;
    line-height: normal !important;
    letter-spacing: -0.18px;
    padding: 10px 79px 8px;
    border-radius: 30px;
    border: 2px solid transparent;
    display: inline-block;
}


/* donate css */
.plan-visit.make-impact-today .banner-left-text .info-box-desc, .plan-visit.family-visit .banner-left-text .info-box-desc {
	text-transform: none !important;
}
.donate-get-involved .roobely-block-b3b84f .roobely-block-heading .roobely-sub-heading-selector, .donate-get-involved .roobely-block-5abce3 .roobely-block-heading .roobely-sub-heading-selector {
	font-weight: 300;
	line-height: 30px !important;
}

/* girls steam css */
.girls-steam-list {
	width: 45%;
    padding-right: 33px;
    margin-top: -50px;
    color: #000000;
}
.steam-career-showcase .roobely-block-image figure .roobely-image-image {
	max-width: 60% !important;
}
.aesha-jackson-text .roobely-block-14fa7e {
	margin-left: 80px;
	margin-right: 80px;
}
.page-id-4427 .hero-content a {
	margin-top: 20px;
}
.hero-content.girls-sign-up {
	padding-left: 65px !important;
	padding-right: 65px !important;
	margin-top: 50px !important;
}
.page-id-4427 .join-us-section .introductory-row .info-box-title {
	color: #ffffff;
}


/* STEM staurday section css-------------------- */


.join-us-section .info-box-content h2,
.join-us-section .info-box-content h3 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
    text-transform: unset;
}

.join-us-section .info-box-content h2,
.join-us-section .info-box-desc {
    color: #ffffff;
}

.join-us-section .info-box-content .info-box-link {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    border-radius: 30px;
    border: 2px solid #fff;
    padding: 5px 35px 5px 40px;
    margin-top: 30px;
    transition: 0.2s ease-in-out;
}

.join-us-section .info-box-content .info-box-link:hover {
    border-color: #e4001a;
    background: #e4001a;
    color: #FFF;
}

.join-us-row .info-box-content {
    padding-right: 135px;
}

.join-us-section .wp-block-roobely-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-us-section .large-info-box {
    display: flex;
    justify-content: center;
}


/* exibits-section css----------- */

.exhibits-section {
    background: linear-gradient(61deg,
            rgba(0, 121, 198, 0.10) 13.31%,
            rgba(0, 121, 198, 0.05) 29.75%,
            rgba(175, 93, 171, 0.06) 47.13%,
            rgba(255, 177, 0, 0.12) 61.86%,
            rgba(255, 177, 0, 0.06) 91.73%);

}

.exibits-row .small-info-box-corner {
    display: none;
}

.exibits-row .small-info-box-title {
    color: #FFF;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.36px;
    text-transform: capitalize;
    text-align: center;
}

.exibits-row .small-info-box-link {
    left: calc(50% - 60px);
}

/* braedcrum css---------------------- */

.custom-breadcrumb {
    margin: 0px;
}

.custom-breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.custom-breadcrumb ul li {
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
}

.custom-breadcrumb ul li:first-child {
    padding: 0;
}

.custom-breadcrumb ul li:before {
    content: "";
    background: url(/wp-content/uploads/2025/10/chevron-right.svg) no-repeat;
    width: 4px;
    height: 8px;
    display: inline-block;
    margin-right: 10px;
}

.custom-breadcrumb ul li:first-child::before {
    display: none;
}

.custom-breadcrumb ul li a {
    color: #525252;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.custom-breadcrumb ul li a:hover {
    text-decoration: underline;
}

.custom-breadcrumb ul li.current {
    color: #af5dab;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}


/* video-full-width-section------------- */

.video-full-width-section .video-content-col .roobely-column-inner {
    max-width: 485px;
    float: right;
    display: flex;
    align-items: center;
}

.video-custom-btn .roobely-block-videopopup .roobely-btn-icon {
    background: transparent url(/wp-content/uploads/2025/11/play-icon.svg) no-repeat center center !important;
    background-size: cover !important;
}

.video-custom-btn .roobely-block-videopopup .roobely-btn-icon:before {
    display: none;
}

/* program-video-section css----------------- */

.program-video-section .roobely-block-videopopup-wrapper {
    text-align: center !important;
}

/* introductory-row section css------------ */

.introductory-row .info-box-content {
    width: 45%;
}

.introductory-row .info-box-image {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.introductory-row .wp-block-roobely-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.introductory-row .large-info-box {
    justify-content: center;
    align-items: center;
}

.introductory-row .info-box-title {
    color: #0079C5;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-transform: capitalize;
}

.introductory-row h2.info-box-title {
    /*  color: #a461a7; */
    font-size: 36px;
}

.introductory-row .large-info-box.Right {
    flex-direction: row-reverse;
}


/* upcoming dates section css------------- */

.evoet_dayblock.evcal_cblock,
.evcal_desc2.evcal_event_title.evoet_title {
    width: 100% !important;
}

.upcoming-dates-section .ajde_evcal_calendar.color #evcal_list .eventon_list_event .desc_trig_outter:after {
    display: none;
}

.upcoming-dates-section .evcal_cmd {
    display: none;
}

.upcoming-dates-section .evoet_c4 .evoet_cmf .evcal_cmd {
    display: inline-block;
}

.upcoming-dates-section .evoet_c4 .evoet_cmf .evcal_cmd .fa {
    display: none;
}

.upcoming-dates-section .evo_start {
    /*  display: none !important; */
}

.upcoming-dates-section .eventon_events_list .eventon_list_event .evoet_dayblock,
.upcoming-dates-section .eventon_events_list .eventon_list_event .evoet_cx .evoet_dayblock span,
.upcoming-dates-section .evo_pop_body .evoet_dayblock,
.upcoming-dates-section .ajde_evcal_calendar #evcal_list .eventon_list_event .evoet_cx span.evcal_event_title,
.upcoming-dates-section .evo_lightboxes .eventon_list_event .evoet_cx span.evcal_event_title {
    color: #ffffff;
    margin-bottom: 15px;
    padding-bottom: 0;
    font-weight: 900;
    text-transform: capitalize;
}

.upcoming-dates-section .evcal_time {
    color: #fff;
}

.upcoming-dates-section .evcal_location,
.upcoming-dates-section .eventon_events_list .eventon_list_event .evoet_cx .evoet_cmf {
    color: #fff !important;
}

.upcoming-dates-section .eventon_events_list .eventon_list_event .evoet_cx.evoet_c3 .evoet_cmf {
    text-transform: uppercase;
}

.upcoming-dates-section .eventon_events_list .eventon_list_event .evoet_cx .evoet_cmf+.evoet_cmf {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 30px;
    font-weight: 900;
}

.upcoming-dates-section .ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig {
    padding: 30px 30px 10px 30px !important;
    flex-direction: column;
}

.upcoming-dates-section .ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_desc {
    flex: 1 0 auto;
}



.upcoming-dates-section .ajde_evcal_calendar.color #evcal_list 
.eventon_list_event:nth-child(3n+1) .desc_trig {
  background: #023E4E;
}
.upcoming-dates-section .ajde_evcal_calendar.color #evcal_list 
.eventon_list_event:nth-child(3n+2) .desc_trig {
  background: #E4001A;
}
.upcoming-dates-section .ajde_evcal_calendar.color #evcal_list 
.eventon_list_event:nth-child(3n+3) .desc_trig {
  background: #0079C5;
}

/* sponsor-section css------------------------- */

.sponsor-section .small-info-box-content ul li {
    font-size: 22px;
    font-weight: 300;
    LINE-HEIGHT: 38px;
    color: #000000;
    margin-bottom: 10px;
}

.sponsor-section .small-info-box-content ul li a {
    text-decoration: underline;
    color: #000000;
    word-break: break-all;
}

.sponsor-section .small-info-box-content ul li br {
    display: none;
}

.sponsor-section .small-info-box-content ul {
    list-style-type: square;
    margin: 0 0 0 25px;
}

.sponsor-section .small-info-box {
    padding: 0;
}

.sponsor-section .small-info-box .small-info-box__desc {
    margin: 0;
}

.sponsor-section .small-info-box-content ul li::marker {
    color: #F4B42D !important;
    width: 12px;
    height: 12px;
}

.sponsor-section .small-info-box-title {
    color: #525252;
    font-size: 36px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: -0.36px;
    margin-left: 22px;

}

.sponsor-section .small-info-box .small-info-box-content {
    padding: 60px 55px 45px;
}

.leadership-row {
    background: linear-gradient(275deg,
            rgba(0, 121, 198, 0.1) 13.31%,
            rgba(0, 121, 198, 0.05) 29.75%,
            rgba(175, 93, 171, 0.06) 47.13%,
            rgba(255, 177, 0, 0.12) 61.86%,
            rgba(255, 177, 0, 0.06) 91.73%);
}

.leadership-row:before {
    content: '';
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.80) 50%);
    position: absolute;
    top: 0;
    left: 0;
}

.leadership-row .roobely-btn-icon {
    color: #AF5DAB;
}

.featured-program-row.roobely-section .roobely-container {
    max-width: 700px;

}

/* image-full-width-section------------- */
.video-full-width-section .video-content-col.img-content-col .roobely-column-inner {
    max-width: none;
}

.roobely-block-image figure .roobely-image-image {
    width: 12000px;
}

.video-full-width-section.bring-science-to-life .roobely-column-inner {
    flex-direction: column;
}

/*Event single page*/

.page-id-1830.single.single-ajde_events #g-navigation,
.single.single-ajde_events #g-navigation {
    background: transparent;
}

body.single.single-ajde_events #g-page-surround {
    /*background: linear-gradient(61deg, 
  rgba(0, 121, 198, 0.10) 13.31%, 
  rgba(0, 121, 198, 0.05) 29.75%, 
  rgba(175, 93, 171, 0.06) 47.13%, 
  rgba(255, 177, 0, 0.12) 61.86%, 
  rgba(255, 177, 0, 0.06) 91.73%);*/
    /*background: url(https://hsc.thebrandofficestudio.com/wp-content/uploads/2026/01/bg.png) no-repeat ;
background-size: cover;*/

    background: linear-gradient(252deg,
            rgba(0, 121, 198, 0.1) 13.31%,
            rgba(0, 121, 198, 0.05) 29.75%,
            rgba(175, 93, 171, 0.06) 47.13%,
            rgba(255, 177, 0, 0.12) 61.86%,
            rgba(255, 177, 0, 0.06) 91.73%);


}

.eventon_main_section {
    padding-top: 100px;
    padding-bottom: 140px;
}

.eventon_single_event.immersive .eventon_list_event .evcal_list_a {
    padding: 20px 0 25px;
}

.evo_sin_page #evcal_list .eventon_list_event .desc_trig:hover {
    background: transparent;
}

.eventon_main_section .evosin_event_title {
    color: #0079C5;
    font-size: 76px;
    font-weight: 900;
    line-height: 84px;
    letter-spacing: -1.52px;
    text-transform: capitalize !important;
    margin-bottom: 50px !important;
    max-width: 750px;
}

.eventon_single_event .evoet_c1 {
    min-width: 64px;
    margin-right: 30px;
}

.eventon_single_event.immersive .eventon_list_event .evcal_list_a .evo_start {
    width: 100%;
    margin: 0;
}

.eventon_single_event.immersive .eventon_list_event .evcal_list_a .evoet_dayblock {
    margin-bottom: 0 !important;
}

.eventon_single_event.immersive .eventon_list_event .evcal_list_a .evo_start .year {
    order: 4;
    width: 100%;
    text-align: center;
    color: #000;
    text-align: center;
    font-size: 10px;
    font-weight: 900;
    line-height: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px;
}

.eventon_single_event.immersive .eventon_list_event .evcal_list_a .evo_start .day {
    order: 1;
    width: 100%;
    text-align: center;
    color: #AF5DAB;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    line-height: 34px;
    text-transform: uppercase;
}

.eventon_single_event.immersive .eventon_list_event .evcal_list_a .evo_start .date {
    order: 3;
    width: 100%;
    background: #AF5DAB;
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    line-height: 30px;
    padding-bottom: 6px;
    border-radius: 0px 0 10px 10px;
}

.eventon_single_event.immersive .eventon_list_event .evcal_list_a .evo_start .month {
    order: 2;
    width: 100%;
    background: #AF5DAB;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 10px 10px 0px 0;
    padding-top: 6px;

}

.eventon_single_event.immersive .eventon_list_event .evoet_time_expand em.evcal_time {
    align-items: center;
    border-radius: 30px;
    border: 1px solid #C9C9C9;
    background: transparent;
    padding: 15px 28px;
    color: #AF5DAB;
    font-size: 14px;
    font-weight: 900;
    line-height: 22px;
    min-width: 415px;
}

.eventon_single_event.immersive .eventon_list_event .evoet_time_expand em.evcal_time .fa-clock-o:before {
    content: '';
    background: url(/wp-content/uploads/2026/01/clock.svg) no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
}

.eventon_single_event .evcal_evdata_row .evcal_evdata_icons .fa-ticket:before {
    content: '';
    background: url(/wp-content/uploads/2026/01/ticket.svg) no-repeat;
    width: 18px;
    height: 14px;
    display: inline-block;
}

.eventon_single_event.immersive .eventon_list_event .evoet_location em.evcal_location {
    align-items: center;
    border-radius: 30px;
    border: 1px solid #C9C9C9;
    background: #F5F5F5;
    background-blend-mode: multiply;
    padding: 15px 28px;
    color: #525252;
    font-size: 14px;
    font-weight: 900;
    line-height: 22px;
    min-width: 415px;
}

.evocard_row {
    padding-bottom: 25px;
}

.evocard_row.lastrow {
    padding-bottom: 0;

}

.eventon_single_event .evocard_box {
    background: #FFF;
}

.evcal_event_details .evcal_evdata_cell.shorter_desc .eventon_desc_in:after {
    display: none;
}

.eventon_single_event .evcal_evdata_row .evcal_evdata_cell h3.evo_h3 {
    color: #525252;
    font-size: 26px;
    font-weight: 900;
    line-height: 30px;
    padding-left: 31px;
}

.evcal_evdata_row .evcal_evdata_cell {
    margin-left: -31px !important;
}

.eventon_single_event .evocard_box .evcal_evdata_row {
    padding: 50px 30px 50px 60px;
}

.eventon_single_event #evcal_list .eventon_list_event .evcal_eventcard p,
.eventon_single_event #evcal_list .eventon_list_event .evcal_eventcard li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
}

.eventon_single_event #evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary {
    border-radius: 30px;
    border: 2px solid #E4001A;
    color: #E4001A;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    padding: 13px 45px 12px !important;
    background: transparent;
    min-width: 190px;
}

.eventon_single_event #evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary:hover {
    background-color: #E4001A;
    color: #FFF;
}

.eventon_single_event #evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary .ev_more_arrow.ard,
.eventon_single_event #evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary .ev_more_arrow {
    display: none;
}

.eventon_single_event .eventon_shad_p .ev_more_text {
    padding: 0;
}

.eventon_single_event #evcal_list .eventon_list_event .evcal_eventcard p.eventon_shad_p {
    padding-top: 25px !important;
}

.eventon_single_event .evcal_evdata_row .evcal_evdata_icons {
    padding-top: 7px;
}

.evotx_ticket_purchase_section .tx_price_line span.evo_label {
    color: #525252;
    font-size: 14px;
    font-weight: 900;
    line-height: 19.6px;
    text-transform: uppercase;
}

.evotx_ticket_purchase_section .tx_price_line .amount {
    color: #0077BF;
    font-size: 14px;
    font-weight: 900;
    line-height: 19.6px;
}

.evotx_ticket_purchase_section .tx_price_line .strikethrough .amount {
    color: #202124;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}

.eventon_single_event #evcal_list .eventon_list_event .evcal_eventcard .evotx_ticket_purchase_section p {
    color: #525252;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.evoTX_wc_section .evotx_quantity .qty b.plu,
.evotx_qty_adjuster b.plu {
    background-color: #0079C5;
}

body #evcal_list .eventon_list_event .evoTX_wc .evotx_addtocart_total,
.evotx_ticket_purchase_section h4.evotx_addtocart_total.evo_h4,
.evcal_evdata_row .evoTX_wc .evotx_addtocart_total {
    color: #023E4E;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    padding-left: 34px;
    padding-right: 34px;
}

.evoTX_wc_section .evotx_quantity .qty b,
.evotx_qty_adjuster b {
    top: 1px;
}

#evcal_list .eventon_list_event .event_description .evcal_btn {
    padding: 13px 55px 12px !important;
    border-radius: 30px;
    background: #E4001A;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    border: solid 2px #E4001A;
    margin-top: 23px !important;
}

#evcal_list .eventon_list_event .event_description .evcal_btn:hover {
    background: #fff;
    color: #E4001A;
}

.ajde_evcal_calendar .evoTX_wc_section .evotx_quantity,
.evo_lightbox_content .evoTX_wc_section .evotx_quantity {
    padding: 15px 34px;
}

.evotx_ticket_purchase_section p.price.tx_price_line,
.evotx_ticket_purchase_section p.evotx_quantity,
p.evotx_item_price_line,
.evotx_ticket_purchase_section p.evotx_ticket_other_data_line {
    border-color: #E4E4E4;
}

.evotx_ticket_purchase_section p.price.tx_price_line,
.evotx_ticket_purchase_section p.evotx_quantity {
    padding-left: 34px;
    padding-right: 34px;
}

#evcal_list .eventon_list_event .event_description .evotx_addtocart_button {
    padding-right: 34px;
}

.evcal_evdata_cell.shorter_desc {
    height: auto !important;
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

.evcal_evdata_cell:not(.shorter_desc) {
    max-height: 2000px;
}

.event-maincal .ajde_evcal_calendar #evcal_list .eventon_list_event .evoet_cx span.evcal_event_subtitle {
    color: #545454;
}
.evo_below_title{
    padding-right: 5px;
    width: 100%;
}
.upcoming-dates-section .ajde_evcal_calendar.esty_5 .eventon_list_event .evcal_list_a{ 
    background:#0079c5 !important;
}
/*.ajde_evcal_calendar.boxy.box_3 .eventon_list_event.no_events{
    width: 100%;
}*/
.upcoming-dates-section  .eventon_list_event.no_events .evo_no_events_btn{
    background:#0079c5 !important;
}
.upcoming-dates-section  .eventon_list_event.no_events .evo_no_events_btn span{
    color: #FFF;
}

.ajde_evcal_calendar .evcal_cblock {
    background-color: #1E3A8A !important; /* brand blue */
    color: #FFFFFF !important;
}

.ajde_evcal_calendar #evcal_list.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a,
.evo_lightbox_body.eventon_list_event.cancel_event .evopop_top{
    display: none;
 }



/* Keep card view white */
.eventon_cards .eventon_list_event {
    background-color: #FFFFFF !important;
}




/* FAQ section css----------- */

.faq-section .roobely-accordion-item.roobely-accordion-active {
    background-color: #F5FAFD;
    padding: 50px 30px 40px 60px;
    border-radius: 15px;
}

.faq-section .roobely-accordion-item {
    background-color: #F5FAFD;
    padding: 20px 30px 20px 60px;
    border-radius: 15px;
}

.faq-section .roobely-accordion-item .roobely-accordion-panel-handler-label {
    line-height: 30px;
    color: #525252;
}

.faq-section .roobely-accordion-item p {
    color: #000;
    font-weight: 300;
    line-height: 34px;
}

.faq-section .roobely-block-accordion .roobely-accordion-active .roobely-accordion-icon.fa-plus-square::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("/wp-content/uploads/2026/02/Layer_1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.faq-section .fa-plus-square:before {
    content: "";
    display: inline-block;
    width: 22px;   
    height: 22px;
    background-image: url("https://hsc.thebrandofficestudio.com/wp-content/uploads/2026/02/Layer_1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


/* table-section css----------- */

.table-section figure {
    margin: 0 !important;
}

.table-section tbody tr:first-child {
    background: #F4F4F4;
}

.table-section .wp-block-table td {
    border: none;
    font-size: 18px;
    color: #525252;
    letter-spacing: -0.18px;
    font-weight: 400;
}

.table-section table {
    border: none !important;
}

.table-section tr {
    border-bottom: 1px solid #E4E4E4;
}

.table-section .wp-block-table td,
.table-section .wp-block-table th {
    padding: 15px 35px;
}

.table-section tr strong {
    font-weight: 800;

}


/* smartcrumb css*/
.smartcrumb-breadcrumbs a{
    color: #525252;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}
.smartcrumb-breadcrumbs a:hover{
    text-decoration: underline;
}
.smartcrumb-breadcrumbs span{
    color: #0079C5 !important;
    padding: 0 5px;
}
.smartcrumb-breadcrumbs span:last-child{
    color: #af5dab !important;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
}
/*// smartcrumb css*/

/*CSS MEDIA QUERY*/
@media screen and (min-width: 901px) and (max-width: 1199px) {
   .ajde_evcal_calendar.boxy.box_4 .eventon_list_event, 
   .ajde_evcal_calendar.boxy.box_4 .evoShow_more_events{
    width: 50%;
    margin-bottom: 15px;
  }
	.submit-your-presentation-btn .roobely-block-btn {
		text-align: left;
	}
}

@media (min-width: 1199px) {
	.submit-your-presentation-btn .roobely-block-btn {
		margin-top: -80px;
		margin-bottom: 15px;
	}
	.rent-hsc .rental-learn-more-btn {
		margin-top: -80px;
	}
	
}


@media screen and (max-width: 1199px) {
    .persuit-heading h2 {
        margin-left: 0;
    }

    .banner-btn .roobely-block-btn-wrapper {
        margin-left: 0;
    }

    .contact-bg {
        background-size: 350px !important;
    }
}

@media screen and (min-width:768px) {
	.hero-section .container {
		min-height: 500px;
    }	
}

@media (min-width: 992px) {
    .small-info-box {
        min-height: 475px;		
    }

    .rental-pricing .small-info-box {
        min-height: 350px !important;
    }

    /* 	.hero-section {
		min-height: 540px;
	} */
	.summer-camp-row .small-info-box-title {
	    min-height: 96px;
	}
    .summer-camp-row .small-info-box__desc {
	   min-height: 204px;
       max-height: 240px;
	}
	.summer-camp-row .small-info-box-image img {
		height: 220px;
		object-fit: cover;
		object-position: center;
	}
	.rent-hsc .wp-block-roobely-button.roobely-block-56bbf3.rental-learn-more-btn .roobely-block-btn {
		text-align: left !important;
	}
	.optiver-logo {
	width: 35%;
	margin-bottom: -130px;
	}
	
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }

    .banner-section .roobely-row-overlay {
        background-size: 280px !important;
    }

    .green-bg .roobely-block-info-box::after {
        left: -2px;
        top: 108px;
        background-size: 36px !important;
    }

    .our-programs-cards-row .margin-left-col {
        margin-left: -63px !important;
    }

    .yellow-bg .roobely-block-info-box::after {
        left: -2px;
        top: 108px;
        background-size: 36px !important;
    }

    .our-programs-cards .roobely-info-box-media {
        height: 150px;
    }

    .our-programs-cards .roobely-block-btn .roobely-block-btn-anchor {
        font-size: 14px !important;
    }

    .our-programs-cards .roobely-info-box-title {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .our-programs-section {
        background-size: 350px !important;
    }

    .our-programs-cards .roobely-block-info-box {
        height: 275px;
    }

    .our-programs-section .our-programs-cards-row .our-programs-cards .roobely-info-box-body {
        margin-top: -25px;
    }

    .video-full-width-section .video-content-col .roobely-column-inner {
        max-width: 460px;

    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .container {
        width: 480px;
    }

    .our-programs-cards .roobely-block-info-box {
        width: 420px;
        margin: 0 auto;
    }

    .our-programs-cards .roobely-info-box-media {
        height: 215px;
    }

}

@media screen and (max-width: 576px) {
    .banner-section .banner-heading-col h2 {
        text-align: center;
    }

    .banner-section .banner-heading-col .roobely-block-btn {
        display: flex !important;
        justify-content: center !important;
    }

    .banner-section .roobely-row-overlay {
        background-position: right bottom !important;
    }

/*     .banner-section {
        padding: 100px 0px 100px 0px !important;
    }*/

    .get-involved-row .get-involved-col::after {
        background-size: 170px;
        background-position: right;
        right: 15px;
    }

    .contact-us-section .contact-form-section .nf-field-element input[type="submit"] {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .container {
        max-width: 100%;
    }
    .table-section table {
        max-width: 400px !important;
        overflow-x: scroll;
    }

}

@media screen and (min-width: 480px) and (max-width: 575px) {
    .our-programs-cards .roobely-block-info-box {
        width: 420px;
        margin: 0 auto;
    }

    .our-programs-cards .roobely-info-box-media {
        height: 215px;
    }

    .hero-content {
        padding: 70px 0 70px 0;
    }
}

@media screen and (max-width: 479px) {
    .our-programs-cards .roobely-block-info-box {
        width: 290px;
        margin: 0 auto;
    }

    .our-programs-cards .roobely-info-box-media {
        height: 140px;
    }

    .our-programs-cards .roobely-info-box-title {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .our-programs-cards .roobely-block-btn-anchor {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 991px) {
    .online-resources-section .online-resources-card-row .online-resources-col .roobely-column-inner .small-info-box-image::after {
        background-size: cover;
        height: 220px;
    }

    .online-resources-col-center .small-info-box-image::after {
        background-size: cover;
        height: 220px;
    }

    .field-trips-section .field-trips-content-col .info-box-content .info-box-desc {
        width: 100%;
    }

    .our-programs-cards-row .margin-left-col {
        margin-left: 0 !important;
    }

    .yellow-bg .roobely-block-info-box::after {
        left: 0;
        top: 168px;
        background-size: 115px;
    }

    .green-bg .roobely-block-info-box::after {
        left: 0;
        top: 168px;
        background-size: 115px;
    }

    .our-programs-section {
        background-size: 228px !important;
    }

    .yellow-bg .roobely-block-info-box::after {
        display: none;
    }

    .green-bg .roobely-block-info-box::after {
        display: none;
    }

    .introductory-row .info-box-content {
        width: 100%;
    }

    .introductory-row .info-box-image {
        width: 100%;
        margin-bottom: 50px;
    }

    .video-content-col {
        display: flex;
        justify-content: center;
    }

    .video-full-width-section .video-content-col .roobely-column-inner {
        max-width: 720px;
        display: flex;
        align-items: center;
        padding: 0 30px;
    }

    .visit-row {
        background-position: right 78% !important;
    }

    .getting-here-row .getting-here-col .getting-btn-col .contact-us-btn-col::after {
        display: none;
    }

    .banner-section .roobely-row-overlay {
        background-size: 250px !important;
    }

    .contact-bg {
        background-size: 275px !important;
    }

    .sponsor-section .small-info-box {
        height: auto;
    }

    .join-us-row .info-box-content {
        padding-right: 33px;
    }
	.girls-steam-list {
		width: 100%;
		margin-top: -30px;
	}
}

@media screen and (max-width: 767px) {
    #g-offcanvas{
        z-index: 100;
    }
    .main-logo .g-logo img,
    .main-logo .g-logo svg {
        margin: 0;
    }

    .g-offcanvas-right .g-offcanvas-toggle {
        top: 34px;
    }

    .g-offcanvas-open .g-offcanvas-toggle {
        color: #0077bf;
    }

    #g-footer {
        padding: 100px 0 100px 0;
    }

    #g-footer .g-logo,
    #g-navigation .g-logo {
        margin: 0;
        padding: 0;
    }

    #g-navigation {
        padding-bottom: 15px;
    }

    .main-logo .g-content {
        padding-top: 15px !important;
    }

    #g-footer .footer-menu {
        margin-top: 15px !important;
    }

    #g-footer .footer-menu .g-main-nav .g-toplevel {
        text-align: center;
    }

    #g-footer .footer-menu .g-main-nav .g-toplevel>li {
        margin: 0 10px 5px;
    }

    #g-footer .footer-text {
        margin-bottom: 15px !important;
        text-align: center;
    }

    .footer-social .g-social {
        text-align: center;
    }

    .yellow-bg .roobely-block-info-box::after {
        display: none;
    }

    .green-bg .roobely-block-info-box::after {
        display: none;
    }

    .our-programs-section {
        background-size: 190px !important;
    }

    /*.our-programs-section::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.6);
        pointer-events: none;
        z-index: 1;
    }*/
    .roobely-section.contact-bg,
    .roobely-section.our-programs-section {
        background-image: none;
    }

    .join-us-section .info-box-content {
        width: 100%;
    }

    .wp-block-roobely-videopopup {
        text-align: center;
    }

    .banner-section .roobely-row-overlay {
        background-size: 175px !important;
    }

    /*.banner-section::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.6);
        pointer-events: none;
        z-index: 1;
    }*/
    .wp-block-roobely-row.roobely-section.home-banner{
        background-size: auto 230px !important;
        background-position: top center !important;
        padding-top: 250px !important;
        text-align: center;
    }
    .home-banner .roobely-block-heading .roobely-heading-selector,
    .home-banner .roobely-block-btn-wrapper .roobely-block-btn {
        text-align: center;
    }
     .home-banner .roobely-row-overlay{
        display: none;
     }

    .banner-heading-col {
        position: relative !important;
        z-index: 111 !important;
    }

    .contact-bg {
        background-size: 225px !important;
    }

    .sponsor-section .small-info-box .small-info-box-content {
        padding: 25px;
    }

    .eventon_single_event.immersive .eventon_list_event .evoet_time_expand em.evcal_time,
    .eventon_single_event.immersive .eventon_list_event .evoet_location em.evcal_location {
        min-width: 200px;
        padding: 15px;
    }

    .eventon_single_event .evocard_box .evcal_evdata_row {
        padding: 30px;
    }

    body #evcal_list .eventon_list_event .evoTX_wc .evotx_addtocart_total,
    .evotx_ticket_purchase_section h4.evotx_addtocart_total.evo_h4,
    .evcal_evdata_row .evoTX_wc .evotx_addtocart_total .ajde_evcal_calendar .evoTX_wc_section .evotx_quantity,
    .evo_lightbox_content .evoTX_wc_section .evotx_quantity,
    .evotx_ticket_purchase_section p.price.tx_price_line,
    .evotx_ticket_purchase_section p.evotx_quantity {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #evcal_list .eventon_list_event .event_description .evotx_addtocart_button {
        padding-right: 10px;
    }

    .table-section .wp-block-table td,
    .table-section .wp-block-table th {
        padding: 10px !important;
    }



}


/* Tablets */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 720px;
    }

    #g-navigation .header-menu .g-main-nav .g-toplevel>li>.g-menu-item-container,
    #g-navigation .header-menu .g-main-nav .g-toplevel>li.btn-contact>.g-menu-item-container {
        font-size: 16px;
    }

    #g-navigation .header-menu .g-main-nav .g-toplevel>li {
        margin: 0 6px;
    }

    #g-footer .footer-menu .g-main-nav .g-toplevel>li>.g-menu-item-container,
    #g-footer .footer-menu .g-main-nav .g-toplevel>li.btn-contact>.g-menu-item-container {
        font-size: 16px;
    }

    #g-footer .footer-menu .g-main-nav .g-toplevel>li {
        margin: 0 6px;
    }

    .our-programs-cards .roobely-block-info-box {
        width: 550px;
        margin: 0 auto;
    }

    .our-programs-cards .roobely-info-box-media {
        height: 245px;
    }

    .our-programs-section .our-programs-cards-row .our-programs-cards .roobely-info-box-body {
        padding: 44px 0 36px 0;
        margin-top: -20px;
    }

}

@media screen and (max-width: 991px) {
    .event-bg.roobely-section .roobely-row-overlay {
        bottom: 45px;
    }

    .eventon_main_section .evosin_event_title {
        font-size: 52px;
        line-height: 52px;
        margin-bottom: 30px !important;
    }

    .eventon_main_section {
        padding: 70px 0;
    }
	.summer-camp-row .small-info-box-image img {
		height: 375px;
		object-fit: cover;
		object-position: center;
	}

}

@media screen and (max-width: 499px) {
    /*.contact-bg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.6);
        pointer-events: none;
        z-index: 1;
    }*/

    .address-col .address-row .roobely-heading-container h2 {
        font-size: 14px !important;
        line-height: 32px !important;
    }

    .address-col .address-row .roobely-column-inner {
        gap: 10px;
    }

    .contact-us-section .contact-form-section .nf-field-element input,
    .contact-us-section .contact-form-section .nf-field-element textarea {
        background: #ede9e9;
    }
	.summer-camp-row .small-info-box-image img {
		height: 250px;
		object-fit: cover;
		object-position: center;
	}
}


@media screen and (max-width: 350px) {
    .get-involved-col .roobely-column-inner {
        padding: 67px 0px 70px 30px !important;
    }

    .form-heading h2 br {
        display: none;
    }
}

