/*
===============================================
	COMMON.CSS
	----------
	- This CSS file is same for all pages.
===============================================
*/

/* Resets */
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hidethis {
    display: none !important;
}

/* Scrollbar CSS */

/* width */
::-webkit-scrollbar {
    width: 8px;
    outline: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fafafa;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3C4043;
    border-radius: 40px;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #00bab3;
}

::selection {
    color: #fff;
    background: #00bab3;
}

@font-face {
    font-family: "edudiatype";
    src: local("edudiatype"),url(../../assets/fonts/edudiatype-regular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "edudiatype";
    src: local("edudiatype"),url(../../assets/fonts/edudiatype-bold.woff2) format("woff2");
    font-weight: 700;
    font-display: swap
}

/* Default CSS */

body {
    position: relative;
    overflow-x: hidden;
    background: #ffffff !important;
}

body, button, input, select, textarea {
    font-family: "edudiatype", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3C4043;
}

body.stop-mouse-scroll {
    overflow: hidden;
}

.hidethis {
    display: none !important;
}

body .grid-container{
    max-width: 100%;
}

body .show-desktop{
    display: block;
}

body .show-mobile{
    display: none;
}

body .text-center{
    text-align: center;
}

body .large-border-radius{
    border-radius: 80px;
}

body .medium-border-radius{
    border-radius: 40px;
}

body .small-border-radius{
    border-radius: 25px;
}

body .custom-page-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

body .custom-page-section.full-width{
    max-width: 100%;
}

/* Headings and default texts */

body .megamega-main-heading h1,
body .megamega-main-heading h2,
body .megamega-main-heading h2 p{
    font-size: 90px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
    color: #3C4043;
    letter-spacing: -1.25px;
}

body .megamega-main-heading h2 p{
    margin-bottom: 0px;
}

body .mega-main-heading h1,
body .mega-main-heading h2,
body .mega-main-heading h2 p{
    font-size: 66px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
    color: #3C4043;
    letter-spacing: -1.25px;
}

body .mega-main-heading h2 p{
    margin-bottom: 0px;
}

body .mega-main-heading-2 h1,
body .mega-main-heading-2 h2,
body .mega-main-heading-2 h2 p{
    font-size: 54px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
    color: #3C4043;
    letter-spacing: -1.25px;
}

body .mega-main-heading-2 h2 p{
    margin-bottom: 0px;
}

body .main-heading h1,
body .main-heading h2,
body .main-heading h2 p{
    font-size: 46px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
    color: #3C4043;
    letter-spacing: -1.25px;
}

body .main-heading h2 p{
    margin-bottom: 0px;
}

body .main-heading-2 h2,
body .main-heading-2 h2 p{
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #3C4043;
}

body h2,
body .sub-heading h2,
body .sub-heading h2 p{
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #3C4043;
}

body h3,
body .sub-heading-2 h3,
body .sub-heading-2 h3 ul li,
body .sub-heading-2 h3 ol li,
body .sub-heading-2 h3 p{
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 15px;
    color: #3C4043;
}

body h4,
body .sub-heading-3 h4,
body .sub-heading-3 h4 ul li,
body .sub-heading-3 h4 ol li,
body .sub-heading-3 h4 p{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 15px;
    color: #3C4043;
}

body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #3C4043;
}

body ul li,
body ol li {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #3C4043;
    margin-bottom: 15px;
}

body .para-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #3C4043;
    font-weight: 400;
    margin-bottom: 20px;
}

body .small-text p {
    font-size: 16px;
    line-height: 130%;
    color: #3C4043;
    font-weight: 400;
    margin-bottom: 15px;
}

body .smallest-text p {
    font-size: 14px;
    line-height: 130%;
    color: #3C4043;
    font-weight: 400;
    margin-bottom: 15px;
}

body strong {
    color: #3C4043;
    font-weight: 700;
}

body .green-text,
body .green-text p,
body .green-text p > *,
body .green-text h1,
body .green-text h1 p,
body .green-text h1 ul li,
body .green-text h1 ol li,
body .green-text h2,
body .green-text h2 p,
body .green-text h2 ul li,
body .green-text h2 ol li,
body .green-text h3,
body .green-text h3 p,
body .green-textt h3 ul li,
body .green-text h3 ol li,
body .green-text h4,
body .green-text h4 p,
body .green-text h4 ol li,
body .green-text strong{
    color: #008078;
}

body .green2-text,
body .green2-text p,
body .green2-text p > *,
body .green2-text h1,
body .green2-text h1 p,
body .green2-text h1 ul li,
body .green2-text h1 ol li,
body .green2-text h2,
body .green2-text h2 p,
body .green2-text h2 ul li,
body .green2-text h2 ol li,
body .green2-text h3,
body .green2-text h3 p,
body .green2-text h3 ul li,
body .green2-text h3 ol li,
body .green2-text h4,
body .green2-text h4 p,
body .green2-text h4 ol li,
body .green2-text strong{
    color: #00BAB3;
}
body .white-text,
body .white-text p,
body .white-text p > *,
body .white-text h1,
body .white-text h1 p,
body .white-text h1 ul li,
body .white-text h1 ol li,
body .white-text h2,
body .white-text h2 p,
body .white-text h2 ul li,
body .white-text h2 ol li,
body .white-text h3,
body .white-text h3 p,
body .white-text h3 ul li,
body .white-text h3 ol li,
body .white-text h4,
body .white-text h4 p,
body .white-text h4 ol li,
body .white-text strong{
    color: #fff;
}

body .grey-text,
body .grey-text p,
body .grey-text p > *,
body .grey-text h1,
body .grey-text h1 p,
body .grey-text h1 ul li,
body .grey-text h1 ol li,
body .grey-text h2,
body .grey-text h2 p,
body .grey-text h2 ul li,
body .grey-text h2 ol li,
body .grey-text h3,
body .grey-text h3 p,
body .grey-text h3 ul li,
body .grey-text h3 ol li,
body .grey-text h4,
body .grey-text h4 p,
body .grey-text h4 ol li,
body .grey-text strong{
    color: #A3A3A3;
}

body a{
    color: #008078;
}

body .font-normal h1,
body .font-normal h2,
body .font-normal h3,
body .font-normal p{
    font-weight: 400;
}

body .font-normal strong{
    font-weight: 700;
}

body .glow-text h1,
body .glow-text h2,
body .glow-text h3,
body .glow-text h4,
body .glow-text h5,
body .glow-text p{
    text-shadow:
        0 0 110px #fff,
        0 0 20px #fff,
        0 0 20px #00bab3b5,
        0 0 30px #00bab3b5,
        0 0 40px #00bab3b5,
        0 0 60px #00bab3b5,
        0 0 110px #00bab3b5;
}

/* Header CSS */

body .elementor-location-header{
    position: absolute;
    top: 0px;
    left: 0;
    height: fit-content;
    width: 100%;
    z-index: 99;
}

body:has(.top-notification-bar) .elementor-location-header{
    top: 60px;
}

body .top-notification-bar{
    position: relative;
    margin-bottom: 0px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .top-notification-bar .announcements-container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 120px; 
}

body .top-notification-bar .announcement-item{
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    padding: 0 120px;
}

body .top-notification-bar .announcement-item.active{
    pointer-events: auto;
    max-height: 60px;
}

body .top-notification-bar .announcement-item .announcement-inner{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.6s;
}

body .top-notification-bar .announcement-item.active .announcement-inner{
    opacity: 1;
    transition: 0.6s 0.3s;
}

body .top-notification-bar .announcement-item .announcement-title p{
    margin-bottom: 0px;
    text-align: center;
}

body .top-notification-bar .announcement-item .announcement-cta{
    margin-left: 20px;
}

body .top-notification-bar .announcements-nav{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 2;
}

body .top-notification-bar .announcements-nav .announcement-trigger{
    height: 12px;
    width: 12px;
    background: #3C4043;
    border-radius: 50%;
    opacity: 0.4;
    pointer-events: auto;
    transition: 0.3s;
    cursor: pointer;
}

body .top-notification-bar .announcements-nav .announcement-trigger.active{
    opacity: 1;
    pointer-events: none;
    transition: 0.3s;
}

body #main-content{
    padding-top: 109px;
}

body #content .page-content > div > .e-con>.e-con-inner{
    padding-top: 0px;
}

body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu{
    position: fixed !important;
    top: 135px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: auto !important;
    z-index: 9;
    max-width: 100% !important;
    margin-left: 0px !important;
    background: #00BAB3;
    padding-bottom: 0px;
    padding-top: 0px;
    display: block !important;
    opacity: 1;
    pointer-events: none;
    max-height: 0px;
    transition: 0.4s cubic-bezier(.77,0,.175,1);
}

body.sticky-header .elementor-location-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
}

body.sticky-header .elementor-location-header .menu-item.menu-item-has-children > .sub-menu{
    top: 75px !important;
}

body .elementor-location-header .menu-item.header-cta{
    display: none;
}

body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu{
    pointer-events: auto;
    max-height: 900px;
    transition: 0.3s cubic-bezier(.77,0,.175,1);
}

body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu:before{
    position: absolute;
    content: '';
    top: 35px;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    height: 2px;
    background: #FFFFFF;
    margin: 0 auto;
    transform: translateX(-50%);
    opacity: 0;
    transition-delay: 0.1s;
    /* transition: 0.3s cubic-bezier(.77,0,.175,1); */
}

body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu:before{
    opacity: 1;
    transition-delay: 0s;
}

body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu > li{
    max-width: 1200px;
    margin: 0 auto;
}

body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu > li:first-child{
    padding-top: 70px;
}

body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu > li:last-child{
    padding-bottom: 80px;
}

body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu > li > a{
    position: relative;
    font-size: 24px;
    line-height: 150%;
    padding: 0px;
    display: inline-block;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-weight: 400;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;    
}

body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu > li > a:hover{
    background: transparent;
    color: #3C4043;
    transition: 0.3s cubic-bezier(.77,0,.175,1);
}

body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu > li > a{
    opacity: 1;
    pointer-events: auto;
    top: 0px;
}

body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu > li > a.elementor-sub-item.elementor-item-active{
    background: transparent;
    color: #3C4043;
}

body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu > li{
    position: relative;
    top: 20px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s cubic-bezier(.77,0,.175,1);
}

body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu > li:nth-child(1){
    transition-delay: 0.00s;
}

body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu > li:nth-child(2){
    transition-delay: 0.02s;
}

body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu > li:nth-child(3){
    transition-delay: 0.04s;
}

body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu > li:nth-child(4){
    transition-delay: 0.06s;
}

body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu > li:nth-child(5){
    transition-delay: 0.08s;
}

body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu > li:nth-child(6){
    transition-delay: 0.1s;
}

body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu > li:nth-child(7){
    transition-delay: 0.12s;
}

body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu > li{
    top: 0px;
    transition: 0.4s cubic-bezier(.77,0,.175,1);
    opacity: 1;
    pointer-events: auto;
}


/* Main CTA CSS */

body .main-cta a,
body form input[type="submit"]{
    position: relative;
    display: inline-block;
    background-color: #92FFF7;
    font-size: 16px;
    font-weight: 400;
    fill: #008078;
    color: #008078;
    border-radius: 30px 30px 30px 30px !important;
    padding: 12px 18px 12px 18px !important;
    line-height: 100%;
    min-width: 110px;
    text-align: center;
    outline: none !important;
}

body .main-cta.small-cta a{
    font-size: 14px !important;
    padding: 10px 18px 10px 18px !important;
}

body .main-cta.big-cta a{
    font-size: 24px !important;
    padding: 16px 34px 16px 34px !important;
}

body .main-cta.white-cta a{
    background: #ffffff;
    color: #008078;
}

body .main-cta a:hover,
body form input[type="submit"]:hover{
    background: #3C4043 !important;
    color: #FFFFFF !important;
}

body #main .align-center{
    align-items: center !important;
}

body #main .text-uppercase,
body .text-uppercase{
    text-transform: uppercase;
}

body #main .text-center{
    display: block;
    text-align: center;
}

body .main-cta.coming-soon a{
    background: transparent;
    border: 1px solid #00BAB3;
    color: #00BAB3;
}

body .main-cta.coming-soon a:hover{
    border-color: #3C4043;
}

/* Gravity Form CSS */

body .gform_wrapper.gravity-theme .gform_fields .gfield{
    position: relative;
}

body .site-footer .custom-main-footer .validation_message,
body #main .validation_message{
    position: absolute;
    bottom: -10px;
    display: inline-block;
    font-size: 14px;
    width: auto;
    padding: 4px 10px;
    margin: 0;
    line-height: 100%;
    border: none;
    border-left: 2px solid #ff5252;
    color: #ff5252;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.05);
}

body #main .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
    border: none;
}

body #main .gform_wrapper.gravity-theme .gform_validation_errors{
    display: none;
}

body .site-footer .custom-main-footer .gform_body input,
body #main .gform_body input,
body #main .gform_body textarea{
    font-size: 16px;
    font-weight: 400;
    background: #f6f6f6;
    color: #3C4043;
    border-radius: 4px 0 0 4px;
}

body #main .gform_body input,
body #main .gform_body textarea{
    font-size: 18px;
    border-radius: 4px;
}

body .site-footer .custom-main-footer .gform_body input::placeholder{
    color: #ABABAB;
}

body .site-footer .custom-main-footer .gform_footer > input{
    border-radius: 0 4px 4px 0;
}

body .site-footer .custom-main-footer .gform_confirmation_message,
body #main .gform_confirmation_message{
    font-size: 18px;
    font-weight: 700;
    max-width: 360px;
    color: #11632D;
    background: #ffffff;
    padding: 8px 20px;
    border-left: 4px solid #E2DF22;
    line-height: 140%;
}

body #main .gform_required_legend{
    display: none;
}

body #main .gfield_required{
    display: none;
}

/* Tooltip CSS */

body .tooltip-element{
    position: relative;
    display: flex;
    margin-left: 5px;
    cursor: pointer;
}

body .tooltip-element .trigger{
    position: relative;
    display: flex;
    height: 18px;
    width: 18px;
    min-width: 18px;
    background: #a5a5a5;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #FFF;
    margin-bottom: 0px;
    margin-top: -5px;
}

body .tooltip-element .trigger span{
    position: relative;
    top: 2px;
    color: #FFF;
}

body .tooltip-element .content{
    position: absolute;
    width: 260px;
    background: #f8f8f8;
    border: 2px solid #A3A3A3;
    padding: 10px;
    text-align: center;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

body .tooltip-element.active .content{
    opacity: 1;
    pointer-events: auto;
    transition: 0.3s;
}

body .tooltip-element .content:after,
body .tooltip-element .content:before{
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #A3A3A3;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    z-index: 1;
}

body .tooltip-element .content:after{
    border-top-color: #f8f8f8;
    bottom: -7px;
    z-index: 2;
}

/* Smaller Screen Desktops */
@media only screen and (max-width: 1280px) {
    
}

/* Mid Large Screen Desktops */
@media only screen and (min-width: 1440px) {

}

/* Large Screen Desktops */
@media only screen and (min-width: 1920px) {
    
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Default CSS */

    body .custom-page-section {
        padding: 0 30px;
    }

    body .custom-page-section.full-width{
        padding: 0px;
    }

    body .custom-page-section.e-con-boxed.e-con{
        padding: 0 30px;
    }

    /* Header CSS */

    body .elementor-location-header .header-main-row{
        position: relative;
        padding: 0 20px;
    }

    body .elementor-location-header .menu-item.header-cta{
        display: flex;
    }

    body .elementor-location-header > .header-main-row > .e-con-inner{
        display: flex;
        flex-wrap: nowrap;
    }

    body .elementor-location-header > .header-main-row > .e-con-inner > .e-child{
        transition: none !important;
    }

    body .elementor-location-header > .header-main-row > .e-con-inner > .header-logo-col{
        width: 120px;
    }

    body .elementor-location-header > .header-main-row > .e-con-inner > .header-nav-col{
        width: fit-content;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    body .elementor-location-header > .header-main-row > .e-con-inner > .header-spacing-col{
        display: none;
    }

    body .elementor-location-header > .header-main-row > .e-con-inner > .header-giving-col{
        display: none;
    }

    body .elementor-location-header .elementor-menu-toggle .e-font-icon-svg{
        fill: #fff;
        height: 28px;
        width: 28px;
    }

    body .elementor-location-header .elementor-menu-toggle{
        background: transparent;
        padding: 0px;
        margin-top: 0px;
    }

    /* Header Drop Down CSS */

    body .elementor-location-header .elementor-nav-menu > li{
        position: relative;
        top: 20px;
        opacity: 0;
        pointer-events: none;
        transition: none;
        transition: 0.2s cubic-bezier(.77,0,.175,1);
    }
    
    body .elementor-location-header .elementor-nav-menu > li:nth-child(1){
        transition: 0.5s 0.02s cubic-bezier(.77,0,.175,1);
    }
    
    body .elementor-location-header .elementor-nav-menu > li:nth-child(2){
        transition: 0.5s 0.04s cubic-bezier(.77,0,.175,1);
    }
    
    body .elementor-location-header .elementor-nav-menu > li:nth-child(3){
         transition: 0.5s 0.06s cubic-bezier(.77,0,.175,1);
    }
    
    body .elementor-location-header .elementor-nav-menu > li:nth-child(4){
         transition: 0.5s 0.08s cubic-bezier(.77,0,.175,1);
    }
    
    body .elementor-location-header .elementor-nav-menu > li:nth-child(5){
         transition: 0.5s 0.1s cubic-bezier(.77,0,.175,1);
    }
    
    body .elementor-location-header .elementor-nav-menu > li:nth-child(6){
         transition: 0.5s 0.12s cubic-bezier(.77,0,.175,1);
    }
    
    body .elementor-location-header .elementor-nav-menu > li:nth-child(7){
         transition: 0.5s 0.14s cubic-bezier(.77,0,.175,1);
    }
    
    body:has(.elementor-menu-toggle.elementor-active) .elementor-location-header .elementor-nav-menu > li{
        top: 0px;
        opacity: 1;
        pointer-events: auto;
    }

    body .elementor-location-header .elementor-nav-menu--dropdown{
        position: fixed;
        top: 60px;
        right: -20px;
        width: calc(100vw + 0px);
        height: calc(100vh - 60px);
        background: #00BAB3;
        transform: scaleY(1) !important;
    }

    body .elementor-location-header .elementor-nav-menu{
        padding-top: 20px;
    }

    body .elementor-location-header .elementor-nav-menu li{
        margin: 10px 10px;
    }

    body .elementor-location-header .elementor-nav-menu li.header-cta{
        margin: 25px 25px;
    }

    body .elementor-location-header .elementor-nav-menu li:not(.header-cta) a{
        font-size: 24px !important;
        color: #FFF;
    }

    body .elementor-location-header .elementor-nav-menu li a:hover{
        background: transparent;
    }

    body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu,
    body.sticky-header .elementor-location-header .menu-item.menu-item-has-children > .sub-menu{
        top: 0px !important;
        padding-top: 20px;
    }

    body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu{
        max-height: calc(100vh - 60px);
        height: 100vh;
    }

    body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu:before{
        display: none;
    }

    body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu > li:first-child{
        padding-top: 0px;
    }

    body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu > li{
        margin: 10px 20px;
    }

    body .elementor-sub-item.elementor-item-active{
        background: transparent;
    }

    /* Header Active State CSS */

    body:has(.elementor-menu-toggle.elementor-active){
        overflow: hidden;
    }

    body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu,
    body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu{
        max-height: 0px;
        opacity: 0;
        pointer-events: none;
    }

    body .elementor-location-header .menu-item.menu-item-has-children.active > .sub-menu{
        max-height: calc(100vh - 60px) !important;
        opacity: 1 !important;
        pointer-events: auto;
    }

    body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu > li,
    body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu > li > a,
    body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu > li,
    body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu > li > a{
        opacity: 0;
        pointer-events: none;
    }

    body .elementor-location-header .menu-item.menu-item-has-children.active > .sub-menu > li,
    body .elementor-location-header .menu-item.menu-item-has-children.active > .sub-menu > li > a{
        top: 0px;
        opacity: 1;
        pointer-events: auto;
    }

    body .elementor-location-header .go-back-html{
        position: absolute;
        display: flex;
        height: 60px;
        width: 60px;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        justify-content: center;
        align-items: center;
        opacity: 0;
        pointer-events: none;
    }

    body .elementor-location-header .go-back-html svg{
        width: 60px;
        height: 60px;
        fill: #FFF;
        fill: none;
        stroke-width: 2;
        stroke: #FFF;
    }

    body .elementor-location-header:has(.menu-item.menu-item-has-children.active) .header-logo-col a{
        opacity: 0;
        pointer-events: none;
    }

    body .elementor-location-header:has(.menu-item.menu-item-has-children.active) .go-back-html{
        opacity: 1;
        pointer-events: auto;
    }

    /* Font Sizes CSS */

    body .megamega-main-heading h1,
    body .megamega-main-heading h2,
    body .megamega-main-heading h2 p{
        font-size: 76px;
    }
    
    body .mega-main-heading h1,
    body .mega-main-heading h2,
    body .mega-main-heading h2 p{
        font-size: 50px;
    }
    
    body .mega-main-heading-2 h1,
    body .mega-main-heading-2 h2,
    body .mega-main-heading-2 h2 p{
        font-size: 44px;
    }
    
    body .main-heading h1,
    body .main-heading h2,
    body .main-heading h2 p{
        font-size: 38px;
    }
    
    body .main-heading-2 h2,
    body .main-heading-2 h2 p{
        font-size: 32px;
    }
    
    body h2,
    body .sub-heading h2,
    body .sub-heading h2 p{
        font-size: 28px;
    }
    
    body h3,
    body .sub-heading-2 h3,
    body .sub-heading-2 h3 ul li,
    body .sub-heading-2 h3 ol li,
    body .sub-heading-2 h3 p{
        font-size: 22px;
    }
    
    body h4,
    body .sub-heading-3 h4,
    body .sub-heading-3 h4 ul li,
    body .sub-heading-3 h4 ol li,
    body .sub-heading-3 h4 p{
        font-size: 18px;
    }
    
    body p {
        font-size: 16px;
    }
    
    body ul li,
    body ol li {
        font-size: 16px;
    }
    
    body .para-text p {
        font-size: 16px;
    }
    
    body .small-text p {
        font-size: 14px;
    }
    
    body .smallest-text p {
        font-size: 12px;
    }

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    body .show-desktop{
        display: none;
    }
    
    body .show-mobile{
        display: block;
    }

    /* Default CSS */

    body .custom-page-section {
        padding: 0 20px;
    }

    body .custom-page-section.full-width{
        padding: 0px;
    }

    body .custom-page-section.e-con-boxed.e-con{
        padding: 0 20px;
    }

    /* Header CSS */

    body .elementor-location-header .header-main-row{
        position: relative;
        padding: 0 10px;
    }

    body .elementor-location-header .menu-item.header-cta{
        display: flex;
    }

    body .elementor-location-header > .header-main-row > .e-con-inner > .header-nav-col{
        right: 10px;
    }

    /* Header Drop Down CSS */

    body .elementor-location-header .elementor-nav-menu--dropdown{
        right: -10px;
    }

    /* Font Sizes CSS */

    body .megamega-main-heading h1,
    body .megamega-main-heading h2,
    body .megamega-main-heading h2 p{
        font-size: 70px;
    }
    
    body .mega-main-heading h1,
    body .mega-main-heading h2,
    body .mega-main-heading h2 p{
        font-size: 44px;
    }
    
    body .mega-main-heading-2 h1,
    body .mega-main-heading-2 h2,
    body .mega-main-heading-2 h2 p{
        font-size: 38px;
    }
    
    body .main-heading h1,
    body .main-heading h2,
    body .main-heading h2 p{
        font-size: 34px;
    }
    
    
    body .main-heading-2 h2,
    body .main-heading-2 h2 p{
        font-size: 30px;
    }
    
    body h2,
    body .sub-heading h2,
    body .sub-heading h2 p{
        font-size: 24px;
    }
    
    body h3,
    body .sub-heading-2 h3,
    body .sub-heading-2 h3 ul li,
    body .sub-heading-2 h3 ol li,
    body .sub-heading-2 h3 p{
        font-size: 22px;
    }
    
    body h4,
    body .sub-heading-3 h4,
    body .sub-heading-3 h4 ul li,
    body .sub-heading-3 h4 ol li,
    body .sub-heading-3 h4 p{
        font-size: 18px;
    }
    
    body p {
        font-size: 16px;
    }
    
    body ul li,
    body ol li {
        font-size: 16px;
    }
    
    body .para-text p {
        font-size: 16px;
    }
    
    body .small-text p {
        font-size: 14px;
    }
    
    body .smallest-text p {
        font-size: 12px;
    }
}

/* Mobile Devices */
@media only screen and (max-width: 765px) {

    body .show-desktop{
        display: none;
    }
    
    body .show-mobile{
        display: block;
    }

    /* Default CSS */

    body .custom-page-section {
        padding: 0 15px;
    }

    body .e-con.e-parent{
        padding: 0px;
    }

    body .custom-page-section.e-con-boxed.e-con{
        padding: 0 15px;
    }

    /* Top Notification CSS */

    body .top-notification-bar .announcement-item{
        padding: 0 15px;
    }

    body .top-notification-bar .announcements-nav{
        display: none;
    }

    body .top-notification-bar .announcement-item .announcement-cta{
        margin-left: 10px;
    }

    body .top-notification-bar .announcement-item .announcement-title p{
        line-height: 120%;
        font-size: 80%;
    }

    body .top-notification-bar .announcement-cta.main-cta.small-cta a{
        font-size: 12px !important;
        padding: 6px 10px 6px 10px !important;
        min-width: 90px;
    }

    /* Header CSS */

    body .elementor-location-header .header-main-row{
        position: relative;
        padding: 0 5px;
    }

    body .elementor-location-header .menu-item.header-cta{
        display: flex;
    }

    body .elementor-location-header > .header-main-row > .e-con-inner{
        display: flex;
        flex-wrap: nowrap;
    }

    body .elementor-location-header > .header-main-row > .e-con-inner > .e-child{
        transition: none !important;
    }

    body .elementor-location-header > .header-main-row > .e-con-inner > .header-logo-col{
        width: 120px;
    }

    body .elementor-location-header > .header-main-row > .e-con-inner > .header-nav-col{
        width: fit-content;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    body .elementor-location-header > .header-main-row > .e-con-inner > .header-spacing-col{
        display: none;
    }

    body .elementor-location-header > .header-main-row > .e-con-inner > .header-giving-col{
        display: none;
    }

    body .elementor-location-header .elementor-menu-toggle .e-font-icon-svg{
        fill: #fff;
        height: 28px;
        width: 28px;
    }

    body .elementor-location-header .elementor-menu-toggle{
        background: transparent;
        padding: 0px;
        margin-top: 0px;
    }

    body .elementor-location-header .elementor-nav-menu--dropdown{
        position: fixed;
        top: 0;
        right: 0;
        width: calc(100vw + 0px);
        height: 100vh;
    }

    /* Header Drop Down CSS */

    body .elementor-location-header .elementor-nav-menu > li{
        position: relative;
        top: 20px;
        opacity: 0;
        pointer-events: none;
        transition: none;
        transition: 0.2s cubic-bezier(.77,0,.175,1);
    }
    
    body .elementor-location-header .elementor-nav-menu > li:nth-child(1){
        transition: 0.5s 0.02s cubic-bezier(.77,0,.175,1);
    }
    
    body .elementor-location-header .elementor-nav-menu > li:nth-child(2){
        transition: 0.5s 0.04s cubic-bezier(.77,0,.175,1);
    }
    
    body .elementor-location-header .elementor-nav-menu > li:nth-child(3){
         transition: 0.5s 0.06s cubic-bezier(.77,0,.175,1);
    }
    
    body .elementor-location-header .elementor-nav-menu > li:nth-child(4){
         transition: 0.5s 0.08s cubic-bezier(.77,0,.175,1);
    }
    
    body .elementor-location-header .elementor-nav-menu > li:nth-child(5){
         transition: 0.5s 0.1s cubic-bezier(.77,0,.175,1);
    }
    
    body .elementor-location-header .elementor-nav-menu > li:nth-child(6){
         transition: 0.5s 0.12s cubic-bezier(.77,0,.175,1);
    }
    
    body .elementor-location-header .elementor-nav-menu > li:nth-child(7){
         transition: 0.5s 0.14s cubic-bezier(.77,0,.175,1);
    }
    
    body:has(.elementor-menu-toggle.elementor-active) .elementor-location-header .elementor-nav-menu > li{
        top: 0px;
        opacity: 1;
        pointer-events: auto;
    }

    body .elementor-location-header .elementor-nav-menu--dropdown{
        position: fixed;
        top: 60px;
        right: -5px;
        width: calc(100vw + 0px);
        height: calc(100vh - 60px);
        background: #00BAB3;
        z-index: 9;
        transform: scaleY(1) !important;
    }

    body .elementor-location-header .elementor-nav-menu{
        padding-top: 0px;
    }

    body .elementor-location-header .elementor-nav-menu li{
        margin: 10px 10px;
    }

    body .elementor-location-header .elementor-nav-menu li.header-cta{
        margin: 25px 25px;
    }

    body .elementor-location-header .elementor-nav-menu li:not(.header-cta) a{
        font-size: 24px !important;
        color: #FFF;
    }

    body .elementor-location-header .elementor-nav-menu li a:hover{
        background: transparent;
    }

    body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu,
    body.sticky-header .elementor-location-header .menu-item.menu-item-has-children > .sub-menu{
        top: 0px !important;
        padding-top: 0px;
    }

    body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu:before{
        display: none;
    }

    body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu > li:first-child{
        padding-top: 0px;
    }

    body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu > li{
        margin: 10px 20px;
    }

    body .elementor-sub-item.elementor-item-active{
        background: transparent;
    }

    /* Header Active State CSS */

    body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu,
    body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu{
        max-height: 0px;
        opacity: 0;
        pointer-events: none;
    }

    body .elementor-location-header .menu-item.menu-item-has-children.active > .sub-menu{
        max-height: calc(100vh - 60px) !important;
        opacity: 1 !important;
        pointer-events: auto;
    }

    body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu > li,
    body .elementor-location-header .menu-item.menu-item-has-children > .sub-menu > li > a,
    body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu > li,
    body .elementor-location-header .menu-item.menu-item-has-children:hover > .sub-menu > li > a{
        opacity: 0;
        pointer-events: none;
    }

    body .elementor-location-header .menu-item.menu-item-has-children.active > .sub-menu > li,
    body .elementor-location-header .menu-item.menu-item-has-children.active > .sub-menu > li > a{
        top: 0px;
        opacity: 1;
        pointer-events: auto;
    }

    body .elementor-location-header .go-back-html{
        position: absolute;
        display: flex;
        height: 60px;
        width: 60px;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        justify-content: center;
        align-items: center;
        opacity: 0;
        pointer-events: none;
    }

    body .elementor-location-header .go-back-html svg{
        width: 60px;
        height: 60px;
        fill: #FFF;
        fill: none;
        stroke-width: 2;
        stroke: #FFF;
    }

    body .elementor-location-header:has(.menu-item.menu-item-has-children.active) .header-logo-col a{
        opacity: 0;
        pointer-events: none;
    }

    body .elementor-location-header:has(.menu-item.menu-item-has-children.active) .go-back-html{
        opacity: 1;
        pointer-events: auto;
    }

    /* Footer CSS */

    body .elementor-location-footer .footer-logo-row .empty-col,
    body .elementor-location-footer .footer-spacing-row{
        display: none;
    }

    body .custom-page-section{
        padding: 0 15px;
    }

    body .custom-page-section.full-width{
        padding: 0px;
    }
    
    body .custom-page-section:not(.full-width-section).grid-width{
        padding: 0 15px;
    }
    
    body .custom-page-section:not(.full-width-section).large-grid-width{
        padding: 0 15px;
    }

    /* Font Sizes CSS */

    body .megamega-main-heading h1,
    body .megamega-main-heading h2,
    body .megamega-main-heading h2 p{
        font-size: 60px;
    }
    
    body .mega-main-heading h1,
    body .mega-main-heading h2,
    body .mega-main-heading h2 p{
        font-size: 44px;
    }
    
    body .mega-main-heading-2 h1,
    body .mega-main-heading-2 h2,
    body .mega-main-heading-2 h2 p{
        font-size: 38px;
    }
    
    body .main-heading h1,
    body .main-heading h2,
    body .main-heading h2 p{
        font-size: 34px;
    }
    
    
    body .main-heading-2 h2,
    body .main-heading-2 h2 p{
        font-size: 30px;
    }
    
    body h2,
    body .sub-heading h2,
    body .sub-heading h2 p{
        font-size: 24px;
    }
    
    body h3,
    body .sub-heading-2 h3,
    body .sub-heading-2 h3 ul li,
    body .sub-heading-2 h3 ol li,
    body .sub-heading-2 h3 p{
        font-size: 20px;
    }
    
    body h4,
    body .sub-heading-3 h4,
    body .sub-heading-3 h4 ul li,
    body .sub-heading-3 h4 ol li,
    body .sub-heading-3 h4 p{
        font-size: 18px;
    }
    
    body p {
        font-size: 16px;
    }
    
    body ul li,
    body ol li {
        font-size: 16px;
    }
    
    body .para-text p {
        font-size: 16px;
    }
    
    body .small-text p {
        font-size: 14px;
    }
    
    body .smallest-text p {
        font-size: 12px;
    }

    /* Main CTA CSS */

    body .main-cta a,
    body form input[type="submit"]{
        font-size: 14px !important;
        border-radius: 30px 30px 30px 30px !important;
        padding: 10px 16px 10px 16px !important;
        min-width: 100px;
    }
    
    body .main-cta.small-cta a{
        font-size: 13px !important;
        padding: 8px 14px 8px 14px !important;
    }
    
    body .main-cta.big-cta a{
        font-size: 20px !important;
        padding: 14px 26px 14px 26px !important;
    }

    body .main-cta.big-cta a{
        font-size: 18px !important;
        padding: 14px 30px 14px 30px !important;
    }
}
