:root {
    --Primary-June-Bud: #B4E02F;
    --Grayscale-White: #FFF;
    --Grayscale-Gray-2: #F5F5F2;
    --Grayscale-Gray-5: #BDBDB9;
    --Grayscale-Gray-6: #AFACAC;
    --Grayscale-Gray-7: #8C8A8A;
    --Grayscale-Gray-8: #606060;
    --Primary-Green-Pigment: #17A346;
    --Primary-Bottle-Green-Dark: #004034;
    --Primary-Bottle-Green: #006855;
    --Secondary-Orange: #F18F01;
    --Grayscale-Davys-Gray: #45474A;
    --Primary-Green-Pigment-Dark: #107532;
}


section.vc_section.pd_tb_60, 
.pd_tb_60 {
    padding: 60px 0px;
}
section.vc_section.pd_tb_100, 
.pd_tb_100 {
    padding: 100px 0px;
}
section.vc_section.pd_tb_80, 
.pd_tb_80 {
    padding: 80px 0px;
}
section.vc_section.pd_b_60, 
.pd_b_60 {
    padding-bottom: 60px;
}
section.vc_section.pd_t_40, 
.pd_t_40 {
    padding-top: 40px;
}
section.vc_section.pd_t_80,
.pd_t_80{
    padding-top: 80px;
}
section.vc_section.pd_b_130,
.pd_b_130{
    padding-bottom: 130px;
}
section.vc_section.pd_b_100,
.pd_b_100{
    padding-bottom: 100px;
}
.programs-banner-section {
    padding:315px 20px 42px 20px;
}
.programs-banner-row.programs-banner h1.xl {
    color: var(--Grayscale-White);
    font-family: 'Aleo', serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0px;
    margin-bottom: 12px !important;
}
.programs-banner-row.programs-banner p {
    color: var(--Primary-June-Bud) !important;
    font-family: 'Proxima Nova';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px !important;
}
.ltl_heading h3{
    color: var(--Primary-June-Bud);
    text-align: center;
    font-family: "Proxima Nova Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: 2px;
    text-transform: uppercase;
}
.ltl_box_wrpr .col-sm-3,
.lot_to_love_section .nm-row.price-box-row.no-home .col-sm-3{
    border-radius: 8px;
    background: var(--Grayscale-Gray-2);
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.ltl_box_wrpr .col-sm-3 .wpb_text_column{
    padding-left: 24px;
    padding-right: 24px;
}
.ltl_box_wrpr::before, .ltl_box_wrpr::after,
.lot_to_love_section .nm-row.price-box-row.no-home::before, .lot_to_love_section .nm-row.price-box-row.no-home::after{
    display: none;
}
.ltl_box_wrpr,
.lot_to_love_section .nm-row.price-box-row.no-home{
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}
.ltl_box_wrpr .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.ltl_box_text h4{
    color: var(--Primary-Green-Pigment);
    text-align: center;
    font-family: Aleo;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 16px;
}
.ltl_box_text h2{
    color: var(--Grayscale-Davys-Gray);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 26.4px */
    margin-bottom: 8px;
}
.ltl_box_text p{
    color: var(--Grayscale-Gray-7);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.ltl_button_wrpr{
    margin-top: 24px;
    text-align: center;
}
.ltl_button_wrpr a{
    color: var(--Grayscale-Gray-6);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimnl_heading h3{
    color: var(--Grayscale-White);
    text-align: center;
    /* Heading 1 */
    font-family: Aleo;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 45.6px */
}
.testmnl_box_wrpr {
    margin-top: 36px;
}
/*.testmnl_box_wrpr {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}*/
.testmnl_box_wrpr .testimonials_box{
    padding: 40px 30px;
    width: 100%;
    background-color: var(--Grayscale-Gray-2);
    border-radius: 8px;
    min-height: 330px;
}
.testmnl_box_wrpr .wpb_single_image {
    margin-bottom: 20px;
}
.testmnl_box_wrpr .wpb_single_image img{
    max-width: 80px;
    width: 100%;
}
.testmnl_box_wrpr::before, .ltl_box_wrpr::after{
    display: none;
}
.testmnl_box_text p{
    color: var(--Grayscale-Davys-Gray);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 23.4px */
    margin-bottom: 0px;
}
.testmnl_box_text h4{
    color: var(--Primary-Bottle-Green-Dark);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 17.6px */
    margin-top: 10px;
}

.testmnl_box_text h5,
.testmnl_box_text h5 a{
    color: var(--Primary-Bottle-Green-Dark);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}
.testmnl_box_text h5 a:hover{
    color: var(--Primary-Bottle-Green);
}
.nm-row.nm-row-full.inner.ltl_box_wrpr,
.lot_to_love_section .nm-row.price-box-row.no-home{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.nm-row.aop_row {
    column-gap: 50px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.nm-row.aop_row .col-sm-6{
    width: 100%;
}
.about-featured-icon p{
    color: var(--Grayscale-Gray-7, #8C8A8A);
    /* 20px Callout Text */
    font-family: "Proxima Nova";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 28px */
}
.about-featured-icon h4{
    color: var(--Primary-Bottle-Green);
    /* Heading 1 */
    font-family: Aleo;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 45.6px */
    margin-bottom: 12px;
}
.about-us-icon-text{
    margin-bottom: 24px;
}
.about-us-icon-text.nm-feature.layout-icon_left.icon-style-simple {
    padding-left: 40px;
}
.about-us-icon-text.nm-feature .nm-feature-icon i {
    font-size: 24px;
}
.about-us-icon-text .nm-feature-content p{
    color: var(--Grayscale-Davys-Gray);

    /* Body Text 18px */
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
}
.aop_row .content-heading{
    margin-bottom: 36px;
}
.about-us-icon-text.nm-feature .wpb_text_column {
    margin-top: 0px;
}
.logo_swiper_section .highlight-heading{
    margin-bottom: 0px;
}
.logo_swiper_section .highlight-heading h6{
    color: var(--Primary-Bottle-Green);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.logo_swiper .swiper-slide{
    background: transparent;
}
.logo_swiper .swiper-wrapper{
    align-items:center;
}

.past_programs_heading h4{
    color: var(--Primary-Bottle-Green);
    text-align: center;

    /* Heading 1 */
    font-family: Aleo;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 45.6px */
}
.past_programs_section  {
    background: linear-gradient(180deg, #FFF 0%, var(--Grayscale-Gray-2) 100%);
}
.upcoming_programs_heading h4{
    color: var(--Primary-Bottle-Green);
    font-family: "Proxima Nova";
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; /* 55px */
}
.upcoming_programs_heading {
    padding-left: 60px;
    background-image: url('/wp-content/uploads/2025/04/Desktop-Leaf.svg');
    background-repeat: no-repeat;
    background-position: 200px 60px;
    padding-bottom: 60px;
}

/* ------------------------ Single Program Template ----------------------- */
.single-programs-banner {
    background-image: url(/wp-content/uploads/2025/04/Desktop-Hero-scaled.jpg?id=1223);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-single-programs.transparent-header .nm-header{
    background: transparent;
    border: 0px solid;
}
.custom-single-programs.transparent-header.header-on-scroll .nm-header{
    background: #FFFFFF !important; 
}
.single-programs-banner .programs-banner-row.programs-banner p.program-details{
    font-size: 20px;
    font-style: normal;
    line-height: 120%; /* 24px */
    letter-spacing: 2px;
    margin-bottom: 10px;
}
/*.orange-btn a{
    background: var(--Secondary-Orange);
}
.btn a{
    border-radius: 100px;
    color: var(--Grayscale-White);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; 
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 18px 40px;
    display: inline-block;
} */
.btn a {
    letter-spacing: 1.5px !important;
    padding: 18px 40px !important;
}
.programs-banner-row.programs-banner p.apply-by{
    margin-top: 16px;
    color: var(--Grayscale-White) !important;
    font-size: 18px;
    font-style: normal;
    line-height: 100% !important; /* 18px */
    text-transform: uppercase;
}
.prgrm_logos_section h6{
    color: var(--Primary-Bottle-Green);
    text-align: center;

    /* 20px Small Title */
    font-family: "Proxima Nova Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: 2px;
    text-transform: uppercase;
}
.prgrm_logos_section ul{
    margin-top: 51px;
    display: flex;
    /*grid-template-columns: repeat(4, minmax(0, 1fr));*/
    gap: 20px 80px;
    align-items: center;
    justify-content: center;
    max-width: 846px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}
.prgrm_logos_section ul li img{
    max-height: 115px;
    max-width: 150px;
}
.prgrm_logos_section ul li{
    list-style: none;
}
.prgrm_logos_section.prgrm_logos_5col ul{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: 1040px;
}
.programs-banner-section.single-programs-banner {
    /*padding-top: 200px;*/
    padding-bottom: 36px;
}

.prgrm_cta_section {
    background-image: url(/wp-content/uploads/2025/04/Desktop-Pre-Footer-CTA-Background-scaled.jpg?id=1225);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prgrm_cta_section h1{
    color: var(--Grayscale-White);
    text-align: center;
    font-family: Aleo;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.prgrm_cta_section h4{
    color: var(--Grayscale-Gray-2);
    text-align: center;
    font-family: Aleo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin-bottom: 42px;
}
.prgrm_cta_section h4 span{
    font-weight: 700;
}
.prgrm_cta_section p{
    color: var(--Grayscale-White);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    margin-top: 11px;
}
.back_to_programs a{
    color: var(--Grayscale-Gray-6);
    text-align: center;
    font-family: "Proxima Nova Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: 1px;
    text-transform: uppercase;
}
.back_to_programs a i{
    margin-right: 6px;
}
.back_to_programs{
    padding-top: 10px;
}
.prgrm_content_layout{
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: center;
}
.prgrm_content_layout::after,
.prgrm_content_layout::before{
    display: none;
}
.prgrm_content_images ul {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    align-items: center;
}
.prgrm_content_images.two_cols ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.prgrm_content_images {
    max-width: 370px;
    width: 100%;
}
.prgrm_right_content{
    max-width: 600px;
    width: 100%;
}
.prgrm_content_images.two_cols li img {
    max-height: 130px;
}
.prgrm_right_content .prgrm_top_ctnt,
.prgrm_right_content .prgrm_top_ctnt p{
    color: var(--Grayscale-Davys-Gray);
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.limited_seats a{
    color: var(--Primary-Green-Pigment-Dark);
    text-align: center;
    font-family: "Proxima Nova Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
}
.limited_seats{
    margin-top: 16px;
}
.prgrm_main_content{
    background: var(--Grayscale-Gray-2);
}
h4.right_cntnt_heading{
    color: var(--Primary-Bottle-Green);

    /* 20px Small Title */
    font-family: "Proxima Nova Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: 2px;
    text-transform: uppercase;
}
.prgrm_main_left_content ul{
    margin-top: 18px;
}
.prgrm_main_left_content ul li{
    color: var(--Grayscale-Davys-Gray);
    font-family: "Proxima Nova";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    margin-bottom: 30px;
    position: relative;
    padding-left: 33px;
}
.prgrm_main_left_content ul li:last-child{
    margin-bottom: 0px;
}
.prgrm_main_left_content h2{
    color: var(--Primary-Bottle-Green);

    /* Heading 1 */
    font-family: Aleo;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 45.6px */
}
.prgrm_main_right_content li,
.prgrm_main_right_content p{
    color: var(--Grayscale-Davys-Gray);

    /* Body Semibold 18 */
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
}
.prgrm_main_right_content ul li{
    margin-top: 18px;
    position: relative;
}
.prgrm_evalution h4{
    margin-bottom: 8px;
}
.prgrm_main_right_content .wpb_wrapper > div{
    margin-bottom: 36px;
}
.prgrm_main_right_content .wpb_wrapper > div:last-child{
    margin-bottom: 0px;
}

.prgrm_main_left_content ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 24px;
    font-weight: 300;
}
.prgrm_eligibility ul li {
    padding-left: 33px;
}
.prgrm_eligibility ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 24px;
    font-weight: 300;
    transform: translateY(-50%);
}

.prgrm_key_dates ul li {
    padding-left: 40px;
    font-weight: 300;
}
.prgrm_key_dates ul li i {
    font-weight: 300;
    margin-right: 10px;
    font-size: 24px;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.prgrm_main_layout::before,
.prgrm_main_layout::after{
    display: none;
}
.prgrm_main_layout{
    display: flex;
    gap: 160px;
}

.prgrm_main_left_content ul li:before {
    content: "\f0eb";
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 24px;
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
}
.prgrm_eligibility ul li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 24px;
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
    transform: translateY(-50%);
}

.bloom_programs .event_card{
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    background: var(--Grayscale-White);
}
.bloom_programs .event_card:not(.active_program) .event_card_information{
    background: var(--Grayscale-White);
}
.active_upcoming_programs{
    display: flex;
    row-gap: 32px;
    flex-direction: column;
}
.active_upcoming_programs .event_card{
    max-width: 830px;
}
.event_card.upcoming_program,
.event_card.past_program{
    border: 1px solid var(--Grayscale-Gray-5);
}
.bloom_programs .event_description {
    line-clamp: 4;
    -webkit-line-clamp: 4;
}
.event_details a{
    color: var(--Grayscale-Gray-6);
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.active_upcoming_programs .event_details a{
    color: var(--Primary-Green-Pigment);
}
.bloom_programs.past_programs{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 32px;
    align-self: stretch;
    flex-wrap: wrap;
}
.bloom_programs.past_programs > .event_card{
    width: 50%;
    max-width: calc(50% - 16px);
}
.bloom_programs > .active_program{
    background: var(--Grayscale-Gray-2);
    box-shadow: 8px 16px 35px 0px rgba(0, 0, 0, 0.10);
}
.bloom_programs > .upcoming_program{
    background: var(--Grayscale-White);
}
.event_part_bottom {
    justify-content: space-between;
}
.program_button.event_link{
    color: var(--Grayscale-White);
    border-radius: 8px 0px 0px 0px;
}
.event_date_wrap.active_registration + .program_button{
    background: var(--Secondary-Orange);
}
.event_date_wrap.active_registration + .program_button:hover{
    background: var(--Primary-Bottle-Green-Dark);
}
.event_date_wrap.upcoming_registration + .program_button{
    background: var(--Grayscale-Gray-5);
}
.event_date_wrap.upcoming_registration + .program_button:hover{
    background: var(--Grayscale-Gray-8);
}
.event_date_wrap .event_date {
    font-weight: 500;
    color: var(--Grayscale-Gray-7);
}
.event_card .event_date_wrap{
    display: flex;
    align-items: center;
    padding-left: 32px;
    column-gap: 12px;
}
.event_date_wrap .event_date_status{
    font-family: 'Proxima Nova Bold';
    color: var(--Grayscale-Gray-5);
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.programs-banner-section {
    height: 460px;
    padding-top: unset;
    position: relative;
}
.programs-banner-section > .col-sm-12 {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 78px);
    left: 50%;
    transform: translateX(-50%);
}
.past_programs_heading {
    margin-bottom: 36px;
}
.event_date_wrap.active_registration:not(.hide_dates) .event_date_status{
    padding: 8px 12px 7px 12px;
    background: var(--Grayscale-Davys-Gray);
    color: var(--Grayscale-White);
}
.bloom_programs.past_programs .event_title,
.bloom_programs.active_upcoming_programs .event_title{
    font-size: 36px;
    line-height: 120%;
}
.bloom_programs .event_card_img {
    max-width: 234px;
}
.event_card.upcoming_program .event_card_img,
.event_card.past_program .event_card_img{
    position: relative;
}
.event_card.upcoming_program .event_card_img:after,
.event_card.past_program .event_card_img:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
/*
.single-bloom-programs .nm-page-full .col-sm-12, 
.single-bloom-programs .nm-page-full .col-sm-6, 
.single-bloom-programs .nm-page-full .nm-row .nm-row {
    padding-left: 0px;
    padding-right: 0px;
} */

/*-------------------------------- Gravity Form 5 Popup ----------------------------------*/
#gform_wrapper_5 h2{
    color: var(--Grayscale-White);
    font-feature-settings: 'liga' off;
    font-family: Aleo;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 52.8px */
    margin-bottom: 8px;
}
#gform_wrapper_5 p,
#gform_wrapper_5 .gfield--type-html{
    color: var(--Primary-June-Bud);
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
#gform_wrapper_5 .gfield--type-email {
    margin-top: 24px;
}
#gform_wrapper_5 .description_below {
    display: unset;
}
#gform_wrapper_5 .gform-footer{
    margin-top:8px;
    padding-top: 0px;
}
#gform_wrapper_5 .gform_heading,
#gform_wrapper_5 form{
    max-width: 322px;
    width: 100%;
}

#gform_wrapper_5 .ginput_container_email input::placeholder{
    color: var(--Grayscale-White);
    opacity: 1; /* Firefox */
}
#gform_wrapper_5 .ginput_container_email input{
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--Grayscale-White);
    height: 60px;
    padding: 0px 20px;
    background: transparent;
    color: var(--Grayscale-White);
}
#gform_wrapper_5{
    padding: 40px;
    border-radius: 8px;
    background-color: var(--Primary-Bottle-Green);
    background-image: url('/wp-content/uploads/2025/05/gravity_form5.png');
    background-position: right bottom;
    background-size: 285px;
    background-repeat: no-repeat;
    max-width: 680px;
    margin: 0px auto;
}
#gform_wrapper_5 .gform_footer input[type="submit"]{
    padding: 0px 30px;
    border-radius: 8px;
    background: var(--Primary-Green-Pigment);
    color: var(--Grayscale-White);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    height: 60px;
    width: 100%;
    margin-bottom: 0px;
}
#gform_wrapper_5.gform_wrapper.gravity-theme .gfield_validation_message, 
#gform_wrapper_5.gform_wrapper.gravity-theme .validation_message{
    border: 1px solid orange;
    font-size: 14.992px;
    padding: 10px 24px;
    color: var(--Secondary-Orange);
    background: transparent;
}
#gform_wrapper_5.gform_wrapper.gravity-theme .gform_validation_errors h2.gform_submission_error {
    font-size: 20px;
}
#gform_wrapper_5.gform_wrapper.gravity-theme .gform_validation_errors{
    border: 1.5px solid var(--Secondary-Orange);
    background: transparent;
    color: var(--Secondary-Orange);
}
#gform_wrapper_5.gform_wrapper.gravity-theme .gform_validation_errors>ol li{
    background: transparent;
    color: var(--Secondary-Orange);
}
#gform_wrapper_5.gform_wrapper.gravity-theme .gform_validation_errors>ol a {
    color: var(--Secondary-Orange);
    font-size: 13.2px;
}
#gform_wrapper_5.gform_wrapper.gravity-theme .gform_validation_errors:focus {
    outline: 0px solid;
}
.gravityform_popup {
    position: fixed;
    width: 100%;
    /* background: rgba(0, 104, 85, 0.5); */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    padding: 50px 20px;
    height: 100vh;
    display: none;
    overflow-y: scroll;
}
.gravityform_popup.active{
    display: block !important;
}
#gform_confirmation_wrapper_5 {
    padding: 40px;
    border-radius: 8px;
    background-color: var(--Primary-Bottle-Green);
    background-image: url(/wp-content/uploads/2025/05/gravity_form5.png);
    background-position: right bottom;
    background-size: 285px;
    background-repeat: no-repeat;
    max-width: 680px;
    margin: 0px auto;
    color: var(--Primary-June-Bud);
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    min-height: 410px;
    display: flex;
    justify-content: left;
    align-items: center;
}
#gform_confirmation_message_5 {
    max-width: 340px;
}
@media screen and (max-width: 767px){
    #gform_confirmation_wrapper_5 {
        background-image: none;
    }
}
.close_form {
    width: 680px;
    height: 30px;
    margin: 0px auto;
    position: relative;
}
.close_form_icon {
    position: absolute;
    right: 16px;
    width: 30px;
    bottom: -46px;
    height: 30px;
    cursor: pointer;
}
.prgrm_main_layout ul li,
.prgrm_content_images ul li{
    list-style: none;
}

.testmnl_box_wrpr  .swiper-button-next{
    right: -30px;
}
.testmnl_box_wrpr  .swiper-button-prev{
    left: -30px;
}
.testmnl_box_wrpr  .swiper-button-next i,
.testmnl_box_wrpr  .swiper-button-prev i{
    color: var(--Grayscale-Gray-2);
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.testmnl_box_wrpr  .swiper-button-next::after,
.testmnl_box_wrpr  .swiper-button-prev::after{
    display: none;
}
.nm-row.testmnl_box_wrpr {
    max-width: 1260px;
    margin: 36px auto 0px auto;
}

.sponsors_wrap > .nm_column > .wpb_wrapper{
    margin-top: 51px;
    display: flex;
    gap: 20px 80px;
    align-items: center;
    justify-content: center;
    max-width: 846px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}
.sponsors_wrap > .nm_column > .wpb_wrapper .wpb_single_image img{
    max-height: 115px;
    max-width: 150px;
    width: unset;
}
.sponsors_wrap.sponsors_5cols > .nm_column > .wpb_wrapper{
    max-width: 1080px;
}


.ticker-container {
  width: 100%;
  /* overflow: hidden; */
  white-space: nowrap;
}
.ticker-container > .nm_column > .wpb_wrapper {
  display: inline-block;
  animation: ticker 75s linear infinite;
}
.ticker-container > .nm_column > .wpb_wrapper .wpb_single_image.ticker-slide {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
}
.ticker-container > .nm_column > .wpb_wrapper .wpb_single_image.ticker-slide img{
    max-height: 100px;
    width: unset;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-90%);
  }
}