/*
===============================================
	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: 6px;
    outline: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fafafa;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #F05A28;
    border-radius: 40px;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #F05A28;
}

::selection {
    color: #fff;
    background: #F05A28;
}

/* Default CSS */

body {
    position: relative;
    overflow-x: hidden;
    background: #ffffff !important;
    color: #151515;
}

body, button, input, select, textarea {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #151515;
}

body.stop-mouse-scroll {
    overflow: hidden;
}

.hidethis {
    display: none !important;
}

body .grid-container{
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

body .custom-page-section:not(.full-width-section){
    padding: 0 6%;
}

body .custom-page-section:not(.full-width-section).grid-width{
    display: block;
    width: 100%;
    padding: 0 120px;
    margin: 0 auto;
}

body .custom-page-section:not(.full-width-section).large-grid-width{
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

body .custom-page-section:not(.full-width-section).largest-grid-width{
    padding: 0 20px;
}

body .custom-page-section:not(.full-width-section).largest-grid-width > div{
	max-width: 1240px
}

body .custom-page-section.full-width-section > div{
	max-width: 100%;
}

body .custom-page-section:not(.full-width-section).grid-width > div,
body .custom-page-section:not(.full-width-section).large-grid-width > div{
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
}

body .show-desktop,
body #main .text-center.show-desktop{
    display: block;
}

body .show-mobile,
body #main .text-center.show-mobile{
    display: none;
}

body .rounded-image img {
    border-radius: 10px;
}

/* Headings and default texts */

body .mega-mega-main-heading h1,
body .mega-mega-main-heading h2 {
    font-size: 72px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

body .mega-main-heading h1,
body .mega-main-heading h2 {
    font-size: 72px;
    font-weight: 800;
    line-height: 105%;
    margin-bottom: 20px;
}

body .mega-main-heading-2 h1,
body .mega-main-heading-2 h2 {
    font-size: 66px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 20px;
}

body .main-heading h1,
body .main-heading h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
}

body .main-heading-2 h2 {
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 20px;
}

body h2,
body .sub-heading h2 {
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 20px;
}

body .sub-heading-1 h2 {
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 20px;
}

body h3,
body .sub-heading-2 h3,
body .sub-heading-2 h3 ul li {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 15px;
}

body h4,
body .sub-heading-3 h4,
body .sub-heading-3 h4 ul li {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 15px;
}

body h4,
body .sub-heading-para p {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 0;
}

body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #151515;
}

body ul li,
body ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #151515;
    margin-bottom: 15px;
}

body .para-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #151515;
    font-weight: 400;
    margin-bottom: 20px;
}

body .smaller-text p {
    font-size: 14px;
    line-height: 150%;
    color: #151515;
    font-weight: 400;
    margin-bottom: 15px;
}

body .small-text p {
    font-size: 12px;
    line-height: 150%;
    color: #151515;
    font-weight: 400;
    margin-bottom: 15px;
}

body .smallest-text p {
    font-size: 10px;
    line-height: 150%;
    color: #151515;
    font-weight: 400;
    margin-bottom: 15px;
}

body strong {
    color: #000000;
    font-weight: 700;
}

body .green-text,
body .green-text p,
body .green-text p > *,
body .green-text h1,
body .green-text h2,
body .green-text h3,
body .green-text strong{
    color: #009345;
}

body .yellow-text,
body .yellow-text p,
body .yellow-text p > *,
body .yellow-text h1,
body .yellow-text h2,
body .yellow-text h3,
body .yellow-text strong{
    color: #F8BE3B;
}

body .orange-text,
body .orange-text p,
body .orange-text p > *,
body .orange-text h1,
body .orange-text h2,
body .orange-text h3,
body .orange-text strong{
	color: #E57D23;
}

body .red-text,
body .red-text p,
body .red-text p > *,
body .red-text h1,
body .red-text h2,
body .red-text h3,
body .red-text strong{
	color: #F05A28;
}

body .white-text,
body .white-text p,
body .white-text p > *,
body .white-text h1,
body .white-text h2,
body .white-text h3,
body .white-text strong{
    color: #fff;
}

body .lightblue-text,
body .lightblue-text p,
body .lightblue-text p > *,
body .lightblue-text h1,
body .lightblue-text h2,
body .lightblue-text h3,
body .lightblue-text strong{
    color: #1B9BD7;
}

body .blue-text,
body .blue-text p,
body .blue-text p > *,
body .blue-text h1,
body .blue-text h2,
body .blue-text h3,
body .blue-text strong{
    /* color: #1A3460; */
    color: #001F54;
}

body a{
    color: #151515;
}

body span.outline-text {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #151515;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

body .yellow-text span.outline-text {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F8BE3B;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

body .white-text span.outline-text {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

body #main .border-image img{
	border-radius: 12px;
}

/*body .wp-block-image img {
    z-index: 1;
    position: relative;
}*/

/* Header CSS */

body header.site-header{
    background: transparent;
/*     box-shadow: 0 2px 40px rgba(0, 0, 0, 0.05); */
    padding: 0 6%;
}

body header.site-header .site-logo img{
	max-width: 85px;
}

body{
    padding-top: 0px !important;
}

body header.site-header .inside-header{
    padding: 5px 5px;
    max-width: 1120px;
    margin: 0 auto;
    background: rgba(255,255,255, 1);
    border-radius: 50px;
	box-shadow: 0px 3px 23px #00000029;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	transition: 0.3s;
}

body header.site-header .inside-header{
	background: rgba(255,255,255, 0.75);
	transition: 0.3s;
}

body header.site-header{
    position: absolute;
    top: 20px;
    left: 0;
    width: 100vw;
    height: 80px;
    z-index: 9;
    background: transparent;
}

body header.site-header.sticky-header{
    position: fixed;
    transform: translate(-100%);
    will-change: transform;
    animation: header-down .35s ease forwards;
}

body header .main-navigation .inside-navigation{
	overflow: visible;
}

body.transparent-header header.site-header{
	 position: fixed;
}

body.transparent-header header.site-header{
	box-shadow: none;
	background: transparent;
}

@keyframes header-down {
    from {
        transform: translateY(-100%);
    }to {
        transform: translateY(0%);
    }
}

body header.site-header .main-navigation{
    background: transparent;
}

body header.site-header .main-navigation .main-nav ul li{
    margin-bottom: 0px;
}

body header.site-header .main-navigation .main-nav ul li a{
    font-size: 16px;
    /* font-weight: 700; */
    line-height: 40px;
    color: #151515;
    letter-spacing: 0.4px;
    margin-right: 0px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

body header.site-header .main-navigation .menu-item-has-children .dropdown-menu-toggle{
	padding-right: 0px;
}

body header.site-header .main-navigation .main-nav ul li.current-menu-item a{
	color: #F05A28;
}

body header.site-header .main-navigation .main-nav ul li:hover > a,
body header.site-header .main-navigation .main-nav ul li a:hover{
    color: #F05A28;
}

body header.site-header .main-navigation .main-nav ul .sub-menu li a{
	font-size: 15px;
}

body header.site-header .main-navigation .main-nav ul .sub-menu li.current-menu-item a,
body header.site-header .main-navigation .main-nav ul .sub-menu li a:hover{
	color: #F05A28;
}

body header.site-header .main-navigation ul ul{
    width: 222px;
    background: #FFFFFF;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.05);
}

body header.site-header .main-navigation .main-nav ul ul li a{
    font-size: 16px;
    color: #151515;
    line-height: 150%;
}

body header.site-header .main-navigation .main-nav ul ul li a:hover{
    color: #E2DF22;
}

body header.site-header .main-navigation .main-nav ul ul li{
    border-top: 2px solid #f7f8f9;
}

body header.site-header .header-cta{
    margin-left: 20px;
}

body header.site-header .site-logo{
	margin-left: 7px;
}

body .main-cta a,
body form input[type="submit"],
body .header-cta a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    background: #F8BE3B;
    color: #151515 !important;
    border-radius: 40px;
    padding: 18px 30px !important;
    line-height: 100% !important;
    text-decoration: none;
    letter-spacing: 0.4px;
    /* padding-right: 55px !important; */
    /* min-width: 190px; */
    min-width: 170px;
	text-align: center;
}

body .header-cta a{
    padding: 18px 30px !important;
    /* padding-right: 50px !important; */
}

body .main-cta a:before,
body form input[type="submit"]:before,
body .header-cta a:before{
	position: absolute;
	content: '';
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	height: 10px;
	width: 20px;
	background: url(../../../../../wp-content/uploads/2024/05/arrow.svg) center/contain no-repeat;
	display: none;
}

body .main-cta.white-cta a{
    background: #ffffff;
}

body .main-cta.black-cta a{
    background: #151515;
	color: #FFFFFF !important;
}

body .main-cta.blue-cta a{
    background: #1A3460;
	color: #FFFFFF !important;
}

body .main-cta.border-cta a{
    background: #FFF;
	border: 1px solid #F8BE3B;
}

body .main-cta.black-cta a:before,
body .main-cta.blue-cta a:before{
	background: url(../../../../../wp-content/uploads/2024/05/arrow-white.svg) center/contain no-repeat;
}

body .main-cta.green-cta a{
    background:  #11632D;
    color: #FFFFFF !important;   
}

body .main-cta a:hover,
body .header-cta a:hover,
body form input[type="submit"]:hover{
    background: #F05A28 !important;
    color: #FFFFFF !important;
}

body .main-cta a:hover:before,
body .header-cta a:hover:before,
body form input[type="submit"]:hover:before{
    background: url(../../../../../wp-content/uploads/2024/05/arrow-white.svg) center/contain no-repeat;
}

body #main{
    margin: 0;
}

body #main .entry-header{
    display: none;
}

body #main .entry-content{
    margin-top: 0px;
}

body #main .inside-article{
    padding: 0;
}

body #main .wp-block-group__inner-container{
    padding: 0;
}

body #main .wp-block-columns{
    margin-bottom: 0px;
}

body #main .align-center{
    align-items: center !important;
}

body .border-yellow > *{
    position: relative;
    display: inline-block;
}

body .border-yellow > *:before{
    position: absolute;
    content: '';
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #E2DF22;
}

body #main .text-uppercase{
    text-transform: uppercase;
}

body #main .text-center{
    display: block;
    text-align: center;
}

body #main .opacity-50{
    opacity: 0.5;
}

body #main .move-up-row > *{
    margin-top: -80px;
}

body #main .box-row > div{
	background: #FFFFFF;
	padding: 40px 20px;
	border-radius: 10px;
	padding-bottom: 30px;
}

body #main .transparent-col.box-row > div {
    background: #ffffffb0;
}

body #main .move-up-row .marqee-inner-col {
    z-index: 1;
}

/* Footer CSS */

body .site-footer{
    position: relative;
    background: #FFFFFF;
    padding: 0px 0px;
}

body .site-footer .custom-main-footer{
	/* background: #1A3460; */
    background: #001F54;
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

body .site-footer .custom-main-footer .footer-inner-row,
body .site-footer .custom-sub-footer .footer-inner-row{
	padding: 0px 120px !important;
}

body .site-footer .custom-main-footer .footer-inner-row.logo-row .footer-col{
	display: block;
	text-align: center;
}

body .site-footer .custom-main-footer .footer-inner-row.form-row .col-1{
	display: block;
	text-align: center;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 40px 0px !important;
}

body .site-footer .custom-main-footer .footer-inner-row.links-row .footer-col{
	padding-top: 40px;
}

body .site-footer .custom-main-footer .footer-inner-row.links-row{
	display: flex;
}

body .site-footer .custom-main-footer .footer-inner-row.links-row .footer-links{
	display: flex;
}

body .site-footer .custom-main-footer .footer-inner-row.links-row .footer-links .links-col{
	margin-right: 30px;
	min-width: 140px;
	margin-top: 10px;
}

body .site-footer .custom-main-footer .footer-inner-row.links-row .footer-col.col-1{
	width: 70%;
}

body .site-footer .custom-main-footer .footer-inner-row.links-row .footer-col.col-2{
	padding-top: 95px;
	width: 30%;
}

body .site-footer .custom-main-footer .footer-logo img{
    margin-bottom: 20px;
}

body .site-footer .custom-main-footer .footer-main-links,
body .site-footer .custom-main-footer .footer-other-links{
    display: flex;
    width: 100%;
}

body .site-footer .custom-main-footer .footer-main-links a,
body .site-footer .custom-main-footer .footer-other-links a{
    margin-right: 30px;
    text-decoration: none;
    font-weight: 700;
}

body .site-footer .custom-main-footer .footer-main-links a:hover,
body .site-footer .custom-main-footer .footer-other-links a:hover{
    color: #E2DF22;
}

body .site-footer .custom-main-footer .footer-other-links a{
    font-weight: 400;
}

body .site-footer .custom-main-footer .footer-main-links p,
body .site-footer .custom-main-footer .footer-other-links p{
    margin-bottom: 0px;
}

body .site-footer .custom-main-footer .other-links .call-icon,
body .site-footer .custom-main-footer .other-links .mail-icon{
	position: relative;
	padding-left: 35px;
}

body .site-footer .custom-main-footer .other-links .call-icon:before,
body .site-footer .custom-main-footer .other-links .mail-icon:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	background: url('../../../../../wp-content/uploads/2024/05/icon2.svg') center/contain no-repeat;
	transform: translateY(-50%);
}

body .site-footer .custom-main-footer .other-links .mail-icon:before{
	width: 20px;
	height: 16px;
	background: url('../../../../../wp-content/uploads/2024/05/icon3.svg') center/contain no-repeat;
}

body .site-footer .custom-main-footer .footer-social{
    display: flex;
    align-items: center;
	margin-top: 30px;
}

body .site-footer .custom-main-footer .footer-social a{
	position: relative;
    text-decoration: none;
    margin-right: 15px;
	transition: 0.3s;
}

body .site-footer .custom-main-footer .footer-social a svg circle{
	fill: #FFF;
	transition: 0.3s;
}

body .site-footer .custom-main-footer .footer-social a:hover svg circle{
	fill: #151515;
	transition: 0.3s;
}

body footer.site-info{
    display: none;
}

body .site-footer .custom-main-footer .footer-form{
	margin-top: 30px;
}

body .site-footer .custom-main-footer .gform_validation_errors{
    display: none;
}

body .site-footer .custom-main-footer .gform_fields{
    position: relative;
    gap: 0px;
}

body .site-footer .custom-main-footer form{
    display: flex;
    width: 100%;
    max-width: 550px;
    justify-content: center;
    margin: 0 auto;
}

body .site-footer .custom-main-footer .gform_body{
    width: calc(100% - 200px);
}

body .site-footer .custom-main-footer .gform_footer{
    width: calc(200px);
    padding: 0 !important;
    margin: 0 !important;
}

body .site-footer .custom-main-footer form .gform_body input{
	border-radius: 30px 0 0 30px !important;
}

body .site-footer .custom-main-footer form .gform_footer input{
	border-radius:  0 30px 30px 0 !important;
}

body .site-footer .custom-main-footer form input{
    min-height: 60px;
    border: none !important;
    padding: 10px 35px !important;
}

body .gform_wrapper.gravity-theme .gform_fields .gfield{
    position: relative;
}

body .donate-popup .gform_wrapper.gravity-theme .validation_message,
body .site-footer .custom-main-footer .validation_message,
body #main .validation_message{
    position: absolute;
    bottom: -12px;
    display: inline-block;
    font-size: 14px;
    width: auto;
    padding: 4px 10px;
    margin: 0;
    line-height: 100%;
    border: 1px solid #ff525240;
    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 .donate-popup .gform_wrapper.gravity-theme .gform_validation_errors,
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: #151515;
    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: 22px;
    font-weight: 700;
    max-width: 380px;
    color: #151515;
    background: #f0f0f0;
    padding: 18px 20px;
    border-left: 5px solid #E2DF22;
    line-height: 140%;
    margin: 0 auto;
    margin-bottom: 40px;
}

body .site-footer .custom-sub-footer .copy-row{
	display: flex;
}

body .site-footer .custom-sub-footer .copy-row p{
	margin-bottom: 0px;
}

body .site-footer .custom-sub-footer .copy-row p a {
    text-decoration: none;
}

body .site-footer .custom-sub-footer .copy-row p a:hover {
    color: #F05A28;
}

body .site-footer .custom-sub-footer .copy-row .footer-col{
	padding: 20px 0;
	width: 50%;
}

body .site-footer .custom-sub-footer .copy-row .footer-col.col-1{
	width: 65%;
}

body .site-footer .custom-sub-footer .copy-row .footer-col.col-2{
	display: flex;
	justify-content: flex-end;
	width: 35%;
}

body #main .gform_required_legend{
    display: none;
}

body #main .gfield_required{
    /* display: none; */
}

body .post-password-required .entry-content{
	display: flex;
	align-items: center;
	justify-content: center;
}

body .post-password-required .entry-content .post-password-form{
	display: block;
	max-width: 520px;
	margin: 60px 20px;
	display: block;
	box-shadow: -1px 2px 8px 1px rgba(104,106,111,.1),0 0 0 0 rgba(104,106,111,.1);
	border-radius: 7px;
	overflow: hidden;
	transition: 0.3s;
	transform: translateY(0px);
	padding: 40px;
	background: #ffffff;
}

body .popup-container{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: rgba(26,52,96,0.95);
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

body .popup-container .popup-main{
    position: relative;
    width: fit-content;
    height: fit-content;
    min-width: 240px;
    min-height: 240px;
    background: #FFFFFF;
    border: 1px solid #001F54;

    border-radius: 12px;
    opacity: 0;
    transition: 0.3s;
}

body .popup-container.active{
    pointer-events: auto;
    opacity: 1;
    transition: 0.3s;
}

body .popup-container.active .popup-main{
    pointer-events: auto;
    opacity: 1;
    transition: 0.3s;
}

body .popup-container .popup-content{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

body .popup-container .popup-close{
    position: absolute;
    height: 45px;
    width: 45px;
    /* background: #1A3460; */
    background: #001F54;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
}

body .popup-container .popup-close:before,
body .popup-container .popup-close:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 3px;
    width: 50%;
    background: #FFFFFF;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 10px;
}

body .popup-container .popup-close:after{
    transform: translate(-50%, -50%) rotate(-45deg);
}

/*Area Map*/
body .area-map-container #list {
    width: 30%;
    max-width: 300px;
    max-height: 600px;
    overflow-y: scroll;
}
body .area-map-container #list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .area-map-container #list li {
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s;
}
body .area-map-container #list li.active {
  background: #007acc;
  color: #fff;
}

body .area-map-container #map {
  width: 70%;
}

body .area-map-container svg .map-area {
  display: none;
}
body .area-map-container svg .map-area.active {
  display: block;
}
body .area-map-container svg .area {
  fill: #ccc;
  cursor: pointer;
  transition: fill 0.3s;
}
body .area-map-container svg .area.active {
  fill: #007acc;
}

.area-map-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Flipbox section*/

.flip-container {
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));*/
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;

}

.flip-container .flip-box {
    background-color: transparent;
    width: 100%;
    height: 250px;
    perspective: 1000px;
    cursor: pointer;
}

.flip-container .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-container .flip-box.flipped .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-container .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.flip-container .flip-box-front {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flip-container .flip-box-front img {
    object-fit: cover;
    border-radius: 10px;
    width: 150px;
    height: 150px;
    object-position: top;
}

.flip-container .flip-box-front h3 {
    margin: 20px 0 0;
    font-size: 16px;
    text-transform: uppercase;
}

.flip-container .flip-box-back {
    background-color: #F8BE3B;
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-container .flip-box-back p {
    color: #000;
    margin: 0;
    font-size: 14px;
    line-height: 130%;
}

/*Map*/
.imp-has-search.imp-object-menu {
    min-width: 300px;
}

.imp-ui-light .imp-search-box {
    background: #0d7bc0 !important;
}

.imp-ui-light .imp-object-list-item {
    background: #fff !important;
    color: #000;
    border-top: 1px solid #000;
}

.imp-ui-light .imp-object-list-item:first-child {
    border-top: none;
}

.imp-object-list-item p {
    font-size: 14px;
    color: #000;
    margin: 0;
    white-space: pre-wrap;
}

.imp-ui-light .imp-object-list-item:hover {
    background: #c2e7f2 !important;
}

.imp-object-list-item:hover p {
    color: #000;
}

.imp-ui-light .imp-object-menu {
    background: transparent !important;
}

.imp-tooltip-content a {
    text-decoration: none !important;
}

.imp-tooltip-content a:hover {
    background: #003751 !important;
    color: #ffffff !important;
}

.imp-tooltip-wrap.imp-tooltip-position-top .imp-tooltip {
    box-shadow: 0px 1px 9px -1px #fafafa;
}

/* Smaller Screen Desktops */
@media only screen and (max-width: 1280px) {
    
    body header.site-header,
    body .site-footer .custom-main-footer,
    body .custom-page-section:not(.full-width-section){
        padding: 0px 4%;
    }
    
}

/* Mid Large Screen Desktops */
@media only screen and (min-width: 1440px) {

    body header.site-header,
    body .site-footer .custom-main-footer,
    body .custom-page-section:not(.full-width-section){
        padding: 0px 8%;
    }
}

/* Large Screen Desktops */
@media only screen and (min-width: 1920px) {

    body header.site-header,
    body .site-footer .custom-main-footer,
    body .custom-page-section:not(.full-width-section){
        padding: 0px 14%;
    }
    
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	body .mega-mega-main-heading h1,
	body .mega-mega-main-heading h2 {
	    font-size: 60px;
	}

    body .mega-main-heading h1,
    body .mega-main-heading h2 {
        font-size: 40px;
    }

    body .mega-main-heading-2 h1,
    body .mega-main-heading-2 h2 {
        font-size: 30px;
    }

    body .main-heading h1,
    body .main-heading h2{
        font-size: 28px;
    }

    body .main-heading-2 h2{
        font-size: 26px;
    }

    body h2, body .sub-heading h2{
        font-size: 20px;
    }

    body h3, body .sub-heading-2 h3,
    body .sub-heading-2 h3 ul li{
        font-size: 18px;
    }

    body .custom-page-section:not(.full-width-section).grid-width{
        padding: 0 60px;
    }
    
}

/* 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,
	body #main .text-center.show-desktop{
        display: none;
    }
    
    body .show-mobile,
	body #main .text-center.show-mobile{
        display: block;
    }

    body header.site-header,
    body .site-footer .custom-main-footer,
    body .custom-page-section:not(.full-width-section){
        padding: 0px 40px;
    }

    body .site-header .header-image{
        max-width: 140px;
    }

    body header.site-header .inside-header{
        padding: 10px 0;
    }

    body header.site-header .main-navigation .main-nav ul{
        display: flex;
        justify-content: flex-end;
    }

    body header.site-header .main-cta.header-cta{
        margin-left: 0px;
    }

    body header.site-header .main-cta.header-cta{
        text-align: center;
    }

    body header.site-header .main-cta.header-cta a{
        display: inline-block;
    }

    body header.site-header .icon-menu-bars svg{
        fill: #FFFFFF;
        height: 25px;
        width: 25px;
    }

    body header.site-header .icon-arrow svg{
        fill: #000;
        height: 25px;
        width: 25px;
    }

    body .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a{
        color: #E2DF22;
    }

    body .custom-page-section:not(.full-width-section).grid-width{
        padding: 0 60px;
    }
    
    body .custom-page-section:not(.full-width-section).large-grid-width{
        padding: 0 20px;
    }

    body .site-footer .custom-main-footer .footer-inner-row{
        flex-wrap: wrap;
    }
    
    body .site-footer .custom-main-footer .footer-inner-row .footer-col.col-1,
    body .site-footer .custom-main-footer .footer-inner-row .footer-col.col-2{
        width: 100%;
        justify-content: center;
    }

    body .site-footer .custom-main-footer .footer-main-links,
    body .site-footer .custom-main-footer .footer-other-links{
        flex-wrap: wrap;
        justify-content: center;
    }

    body .site-footer .custom-main-footer .footer-main-links a,
    body .site-footer .custom-main-footer .footer-other-links a{
        margin-left: 10px;
        margin-right: 10px;
    }
    
    body .site-footer .custom-main-footer .footer-inner-row .footer-col.col-2{
        margin-top: 25px;
    }
}

/* Mobile Devices */
@media only screen and (max-width: 765px) {

    body .show-desktop,
	body #main .text-center.show-desktop{
        display: none;
    }
    
    body .show-mobile,
	body #main .text-center.show-mobile{
        display: block;
    }

	body header.site-header .main-navigation .menu-toggle{
		position: relative;
		left: -30px;
		background: #F05A28;
		height: 40px;
		width: 65px;
	}

	body header.site-header .main-navigation .menu-toggle .screen-reader-text{
		bottom: 0px;
		color: #FFFFFF;
		width: 100%;
		height: fit-content;
		display: none;
	}

	body #primary-menu{
		background: #FFF;
		border-radius: 40px;
		overflow: hidden;
	}

	body #primary-menu .menu-item{
		padding: 5px 10px
	}

    body header.site-header,
    body .site-footer .custom-main-footer,
    body .custom-page-section:not(.full-width-section){
        padding: 0px 20px;
    }

    body .site-header .header-image{
        max-width: 60px !important;
    }

    body header.site-header .inside-header{
        padding: 10px 0;
    }

    body header.site-header .main-navigation .main-nav ul{
        display: flex;
        justify-content: flex-end;
    }

    body header.site-header .main-cta.header-cta{
        margin-left: 0px;
    }

    body header.site-header .main-cta.header-cta{
        text-align: center;
    }

    body header.site-header .main-cta.header-cta a{
        display: inline-block;
    }

    body header.site-header .icon-menu-bars svg{
        fill: #FFFFFF;
        height: 25px;
        width: 25px;
        top: -2px;
    }

    body header.site-header .icon-arrow svg{
        fill: #000;
        height: 25px;
        width: 25px;
    }

	body header.site-header.sticky-header{
		/* width: calc(100% - 60px); */
	}

    body .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a{
        color: #E2DF22;
    }

    body .custom-page-section:not(.full-width-section).grid-width{
        padding: 0 20px;
    }
    
    body .custom-page-section:not(.full-width-section).large-grid-width{
        padding: 0 20px;
    }

    body .site-footer .custom-main-footer .footer-inner-row{
        flex-wrap: wrap;
    }
    
    body .site-footer .custom-main-footer .footer-inner-row .footer-col.col-1,
    body .site-footer .custom-main-footer .footer-inner-row .footer-col.col-2{
        width: 100%;
        justify-content: center;
    }

    body .site-footer .custom-main-footer .footer-main-links,
    body .site-footer .custom-main-footer .footer-other-links{
        flex-wrap: wrap;
        justify-content: center;
    }

    body .site-footer .custom-main-footer .footer-main-links a,
    body .site-footer .custom-main-footer .footer-other-links a{
        margin-left: 10px;
        margin-right: 10px;
    }
    
    body .site-footer .custom-main-footer .footer-inner-row .footer-col.col-2{
        margin-top: 25px;
    }

    body .site-footer .custom-main-footer form{
        flex-wrap: wrap;
    }

    body .site-footer .custom-main-footer .gform_body,
    body .site-footer .custom-main-footer .gform_footer{
        width: 100%;
    }

    body .site-footer .custom-main-footer .gform_footer > input{
        width: 100%;
        border-radius: 0 0 4px 4px;
        min-height: 50px !important;
    }

    body .site-footer .custom-main-footer .gform_body input{
        border-radius: 4px 4px 0 0;
    }

	body .mega-mega-main-heading h1,
	body .mega-mega-main-heading h2 {
	    font-size: 80px;
	}

    body .mega-main-heading h1,
    body .mega-main-heading h2 {
        font-size: 44px;
    }

    body .mega-main-heading-2 h1,
    body .mega-main-heading-2 h2 {
        font-size: 38px;
    }

    body .main-heading h1,
    body .main-heading h2{
        font-size: 28px;
    }

    body .main-heading-2 h2{
        font-size: 26px;
    }

    body h2, body .sub-heading h2{
        font-size: 22px;
    }

    body h3, body .sub-heading-2 h3,
    body .sub-heading-2 h3 ul li{
        font-size: 20px;
    }

    body h4, body .sub-heading-3 h4,
    body .sub-heading-3 h4 ul li{
        font-size: 18px;
    }

	body .site-footer .custom-main-footer .footer-inner-row,
	body .site-footer .custom-sub-footer .footer-inner-row{
		padding: 0 10px !important
	}

	body .site-footer .custom-main-footer .footer-inner-row.links-row{
		flex-wrap: wrap;
	}

	body .site-footer .custom-main-footer .footer-inner-row.links-row .footer-links .links-col{
		min-width: fit-content;
	}

	body .site-footer .custom-main-footer .footer-inner-row.links-row .footer-col.col-2{
		width: 100%;
		padding-top: 0px;
	}

	body .site-footer .custom-main-footer form .gform_body input{
		border-radius: 30px 30px 0 0 !important;
	}

	body .site-footer .custom-main-footer form .gform_footer input{
		border-radius: 0 0 30px 30px !important;
	}

	body .popup-container.active .popup-main{
		width: calc(100% - 20px)
	}

	body #main .move-up-row > *{
		margin-top: -40px;
	}

    .flip-container .flip-box {
        max-width: 250px;
        margin: 0 auto;
    }

    .area-map-container {
        flex-direction: column;
    }

    body .area-map-container #list {
        width: 100%;
        overflow-y: scroll;
        background: #fff;
    }

    .imp-object-list-item {
        background: #0d7bc0 !important;
    }
}
