/*
===============================================
	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: 3px;
    outline: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fafafa;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #012608;
    border-radius: 40px;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #11632D;
}

::selection {
    color: #fff;
    background: #11632D;
}

/* Default CSS */

body {
    position: relative;
    overflow-x: hidden;
    background: #ffffff !important;
}

body, button, input, select, textarea {
    font-family: "europa", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #012608;
}

body.stop-mouse-scroll {
    overflow: hidden;
}

.hidethis {
    display: none !important;
}

body .grid-container{
    max-width: 100%;
}

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 100px;
    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).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 .custom-page-section.full-width-section > div{
	max-width: 100%;
}

body .show-desktop{
    display: block !important;
}

body .show-mobile{
    display: none !important;
}

/* Headings and default texts */

body .mega-mega-main-heading h1,
body .mega-mega-main-heading h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

body .mega-main-heading h1,
body .mega-main-heading h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

body .mega-main-heading-2 h1,
body .mega-main-heading-2 h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

body .main-heading h1,
body .main-heading h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px;
}

body .main-heading-2 h2 {
    font-size: 34px;
    line-height: 130%;
    margin-bottom: 20px;
}

body h2,
body .sub-heading h2 {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 20px;
}

body h3,
body .sub-heading-2 h3,
body .sub-heading-2 h3 ul li,
body .sub-heading-2 h3 ol li {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 15px;
}

body h4,
body .sub-heading-3 h4,
body .sub-heading-3 h4 ul li {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 15px;
}

body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: #012608;
}

body ul li,
body ol li {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: #012608;
    margin-bottom: 15px;
}

body .para-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: #012608;
    font-weight: 400;
    margin-bottom: 20px;
}

body .small-text p,
body .small-text ul li,
body .small-text ol li{
    font-size: 16px;
    line-height: 140%;
    color: #012608;
    font-weight: 400;
    margin-bottom: 15px;
}

body .smallest-text p {
    font-size: 14px;
    line-height: 140%;
    color: #012608;
    font-weight: 400;
    margin-bottom: 15px;
}

body strong {
    color: #000000;
    font-weight: 700;
}

body .grey-text,
body .grey-text p,
body .grey-text p > *,
body .grey-text h1,
body .grey-text h2,
body .grey-text h3,
body .grey-text strong,
body .grey-text ol li,
body .grey-text ul li{
    color: #979797;
}

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,
body .green-text ol li,
body .green-text ul li{
    color: #11632D;
}

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,
body .yellow-text ol li,
body .yellow-text ul li{
    color: #E2DF22;
}

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,
body .white-text ol li,
body .white-text ul li{
    color: #fff;
}

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,
body .blue-text ol li,
body .blue-text ul li{
    color: #018688;
}

body .darkblue-text,
body .darkblue-text p,
body .darkblue-text p > *,
body .darkblue-text h1,
body .darkblue-text h2,
body .darkblue-text h3,
body .darkblue-text strong,
body .darkblue-text ol li,
body .darkblue-text ul li{
    color: #005354;
}

body #main .yellow-border{
    position: relative;
    z-index: 1;
}

body #main .yellow-border:before{
    position: absolute;
    content: '';
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #E2DF22;
    z-index: -1;
}

body a{
    color: #11632D;
}

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: #E2DF22;
    -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 .grayscale-image img{
    filter: grayscale(1);
    transition: 0.3s;
    cursor: pointer;
}

body .grayscale-image img:hover{
    filter: grayscale(0);
    transition: 0.3s;
}

body .border-text p{
    display: inline-block;
    font-weight: 700;
    border: 2px solid #E2DF22;
    padding: 4px 8px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
}

body .border-text p:has(a){
    border: none;
    padding: 0px;
    border-radius: 0px;
}

body .border-text p a{
    display: inline-block;
    font-weight: 700;
    border: 2px solid #E2DF22;
    padding: 4px 8px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
}

body .border-text p a:hover{
    background: #012608;
    color: #FFFFFF;
    border-color: #012608;
    transition: 0.3s;
}

/* Header CSS */

body header.site-header{
    background: #11632D;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    padding: 0 6%;
}

body{
    padding-top: 80px !important;
}

body header.site-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 9;
}

body header.site-header.sticky-header{
    position: fixed;
    transform: translate(-100%);
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.05);
    will-change: transform;
    animation: header-down .35s ease forwards;
}

body.transparent-header header.site-header{
	 position: fixed;
}

body.transparent-header header.site-header{
	box-shadow: none;
	background: transparent;
}

body.transparent-header header.site-header.sticky-header{
	box-shadow: 0 2px 40px rgba(0, 0, 0, 0.05);
	background: #11632D;
}

body.transparent-header{
	padding-top: 0px !important;
}

@keyframes header-down {
    from {
        transform: translateY(-100%);
    }to {
        transform: translateY(0%);
    }
}


body header.site-header .inside-header{
    padding: 10px 0px;
}

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: #FFFFFF;
    letter-spacing: 0.4px;
    margin-right: 0px;
}

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: #E2DF22;
}

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: #012608;
    line-height: 150%;
}

body header.site-header .main-navigation .main-nav ul ul li a:hover{
    color: #11632D;
}

body header.site-header .main-navigation .main-nav ul ul li{
    border-top: 2px solid #f7f8f9;
}

body header.site-header .main-cta.header-cta{
    margin-left: 15px;
}

body header.site-header .icon-search svg{
    top: 0px;
    fill: #ffffff;
}

body .main-cta a,
body form input[type="submit"]{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    background: #E2DF22;
    color: #11632D !important;
    border-radius: 4px;
    padding: 12px 20px;
    line-height: 100% !important;
    text-decoration: none;
    letter-spacing: 0.4px;
    width: fit-content;
    text-transform: uppercase;
    min-width: 125px;
}

body .main-cta.white-cta a{
    background: #ffffff;
}

body .main-cta.blue-cta a{
    background: #69C4D0;
	color: #FFF !important;
}

body .main-cta.darkblue-cta a{
    background: #005354;
	color: #FFF !important;
}

body .main-cta.blue-cta.arrow-cta a:before,
body .main-cta.darkblue-cta.arrow-cta a:before{
    background: url(../../../../../wp-content/uploads/2023/04/Vector-6.svg) center/contain no-repeat;
}

body .main-cta.green-cta a{
    background:  #11632D;
    color: #FFFFFF !important;   
}

body .main-cta a:hover,
body form input[type="submit"]:hover{
    background: #000 !important;
    border-color: #000 !important;
    color: #E2DF22 !important;
}

body .main-cta.subscribe-cta a:before,
body .main-cta.arrow-cta a:before{
    position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    width: 14px;
    height: 14px;
    background: url(../../../../../wp-content/uploads/2023/04/Vector-4.svg) center/contain no-repeat;
    transform: translateY(-50%);
}

body .main-cta.arrow-cta.border-cta a:before{
    background: url(../../../../../wp-content/uploads/2023/04/Vector-6.svg) center/contain no-repeat;
}

body .main-cta.subscribe-cta a:hover:before,
body .main-cta.arrow-cta a:hover:before{
    background: url(../../../../../wp-content/uploads/2023/04/Vector-6.svg) center/contain no-repeat;
}

body .main-cta.arrow-cta.green-cta a:before{
    background: url(../../../../../wp-content/uploads/2023/04/Vector-6.svg) center/contain no-repeat;
}

body .main-cta.arrow-cta.linkedin a:before{
    width: 22px;
    height: 22px;
    background: url(../../../../../wp-content/uploads/2023/04/linkedin-icon.svg) center/contain no-repeat;
}

body .main-cta.border-cta a{
    background: transparent;
    border: 2px solid #E2DF22;
    box-sizing: border-box;
    padding: 10px 20px;
}

body .main-cta.subscribe-cta a,
body .main-cta.arrow-cta a{
    padding-right: 52px;
}

body .main-cta.border-cta a span{
    color: #E2DF22;
}

body .main-cta.border-cta.white-cta a{
    border-color: #FFFFFF;
}

body .main-cta.border-cta.green-cta a{
    border-color: #11632D;
}

body .main-cta.border-cta.white-cta a span{
    color: #FFFFFF;
}

body .main-cta.border-cta.green-cta a span{
    color: #11632D;
}

body .main-cta.border-cta.green-cta a:hover span{
    color: #E2DF22;
}

body #main .no-link{
    pointer-events: none;
}

body #main .link-text a{
    position: relative;
    text-decoration: none;
    padding-right: 30px;
}

body #main .link-text a:before{
    position: absolute;
    content: '';
    top: 50%;
    right: 0px;
    width: 14px;
    height: 14px;
    background: url(../../../../../wp-content/uploads/2023/04/Vector-6.svg) center/contain no-repeat;
    transform: translateY(-50%);
}

body #main .link-text a:hover{
    color: #E2DF22;
}

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,
body .text-uppercase{
    text-transform: uppercase;
}

body #main .post-heading.text-uppercase{
    text-transform: initial;
}

body #main .text-center{
    display: block;
    text-align: center;
}

body #main .opacity-50{
    opacity: 0.5;
}

body #main .move-up-row > *{
    margin-top: -140px;
}

body #main .buttons-container{
    display: flex;
}

body #main .buttons-container.text-center{
    justify-content: center;
}

body #main .buttons-container .main-cta a{
    margin-right: 20px;
}

body #main .buttons-container .main-cta:last-child a{
    margin-right: 0px;
}

body #main .border-radius-image img{
    border-radius: 10px;
    overflow: hidden;
}

body #main .quote-text h2{
    position: relative;
}

body #main .quote-text h2:after{
    position: absolute;
    content: '';
    top: -25px;
    left: -20px;
    width: 50px;
    height: 50px;
    background: url(../../../../../wp-content/uploads/2023/04/quote.svg) center/contain no-repeat;
}


/* Footer CSS */

body .site-footer{
    position: relative;
    background: #11632D;
    padding: 40px 0px;
}

body .site-footer .custom-main-footer{
    padding: 0px 6%;
}

body .site-footer .custom-main-footer .footer-inner-row{
    display: flex;
    align-items: flex-end;
    padding: 20px 0px;
}

body .site-footer .custom-main-footer .footer-inner-row.row-2{
    padding-bottom: 0px;
}

body .site-footer .custom-main-footer .footer-inner-row.row-1{
    border-bottom: 1px solid #ffffff;
}

body .site-footer .custom-main-footer .footer-inner-row .footer-col{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

body .site-footer .custom-main-footer .footer-inner-row .footer-col.col-1{
    width: 55%;
    justify-content: flex-start;
}

body .site-footer .custom-main-footer .footer-inner-row .footer-col.col-2{
    width: 45%;
    justify-content: flex-end;
}

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 .footer-social{
    display: flex;
    align-items: center;
}

body .site-footer .custom-main-footer .footer-social a{
    text-decoration: none;
    margin-left: 30px;
}

body footer.site-info{
    display: none;
}

body .site-footer .custom-main-footer .gform_validation_errors{
    display: none;
}

body .site-footer .custom-main-footer .gform_fields{
    position: relative;
}

body .site-footer .custom-main-footer form{
    display: flex;
}

body .site-footer .custom-main-footer .gform_body{
    width: calc(100% - 120px);
}

body .site-footer .custom-main-footer .gform_footer{
    width: calc(120px);
    padding: 0 !important;
    margin: 0 !important;
}

body .site-footer .custom-main-footer form input{
    min-height: 50px;
    border: none !important;
    padding: 10px 20px !important;
}

body .site-footer .custom-main-footer .credit-link svg{
	height: 8px;
	width: 25px;
}

body .site-footer .custom-main-footer .credit-link p a{
    
	color: #FFFFFF !important;
    text-decoration: none;
}

body .site-footer .custom-main-footer .credit-link p a span{
	display: inline-block;
    font-size: 10px;
	margin-left: 5px;
	margin-right: 5px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
}

body .gform_wrapper.gravity-theme .gform_fields .gfield{
    position: relative;
}

body .popup-container .gform_wrapper .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: none;
    border-left: 2px solid #ff5252;
    color: #ff5252;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
    background: #ff525214;
}

body .popup-container .gform_wrapper .gfield_error [aria-invalid=true],
body #main .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
    border: none;
}

body .popup-container .gform_wrapper.gravity-theme .gform_validation_errors,
body #main .gform_wrapper.gravity-theme .gform_validation_errors{
    display: none;
}

body .popup-container .gform_wrapper .gform_body input,
body .popup-container .gform_wrapper .gform_body textarea,
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: #f5f5f5;
    color: #012608;
    border-radius: 4px 0 0 4px;
    padding: 7px 15px;
    margin-bottom: 0px;
}

body .popup-container .gform_wrapper .gform_body input,
body .popup-container .gform_wrapper .gform_body textarea,
body #main .gform_body input,
body #main .gform_body textarea{
    font-size: 16px;
    border-radius: 4px;
}

body .popup-container .gform_wrapper .gform_body input::placeholder,
body .popup-container .gform_wrapper .gform_body textarea::placeholder,
body .site-footer .custom-main-footer .gform_body input::placeholder,
body #main .gform_body input::placeholder,
body #main .gform_body textarea::placeholder{
    color: #A9A9A9;
}

body .site-footer .custom-main-footer .gform_footer > input{
    border-radius: 0 4px 4px 0;
}

body .popup-container .gform_confirmation_message,
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;
    background: #e2df220d;
    line-height: 140%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

body.contact-page #main .gform_confirmation_message{
	background: #FFFFFF;
}

/* Single Page CSS */

body.single .comments-area{
    display: none;
}

body.single .single-breadcrumbs-section .breadcrumbs-content p{
    display: flex;
    align-items: center;
    margin-top: 40px;
}

body.single .single-breadcrumbs-section .breadcrumbs-content p img{
    margin: 0 10px;
}

body.single .single-meta-section .section-inner{
    margin-top: 40px;
}

body.single .single-meta-section .post-tag p{
    display: inline-block;
    font-weight: 700;
    border: 2px solid #11632D;
    border-radius: 4px;
    margin-right: 10px;
    line-height: 100%;
    padding: 6px;
    text-transform: uppercase;
}

body.single .single-meta-section .post-tag p{
    display: none;
}

body.single .single-meta-section .post-tag p:nth-child(1),
body.single .single-meta-section .post-tag p:nth-child(2),
body.single .single-meta-section .post-tag p:nth-child(3){
    display: inline-block;
}

body.single .single-meta-section .post-heading h1{
    font-weight: 700;
    /* text-transform: uppercase; */
}

body.single .single-meta-section .post-author-share{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

body.single .single-meta-section .post-author-share .post-author{
    display: flex;
    align-items: center;
    width: 50%;
}

body.single .single-meta-section .post-author-share .post-author a{
    display: flex;
    align-items: center;
    text-decoration: none;
}

body.single .single-meta-section .post-author-share .post-author a.no-link{
    pointer-events: none;
}

body.single .single-meta-section .post-author-share .author-image img{
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}

body.single .single-meta-section .post-author-share .author-info{
    margin-left: 15px;
}

body.single .single-meta-section .post-author-share .author-info .author-name h4{
    font-weight: 700;
    margin-bottom: 0px;  
}

body.single .single-meta-section .post-author-share .author-info .author-date p{
    margin-bottom: 0px;  
}

body.single .single-meta-section .post-author-share .post-share{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
}

body.single .single-meta-section .post-author-share .post-share .share-heading h4{
    font-weight: 700;
    margin-bottom: 0px;
}

body.single .single-meta-section .post-author-share .post-share .share-links{
    display: flex;
    margin-left: 10px;
}

body.single .single-meta-section .post-author-share .post-share .share-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #11632D;
    border-radius: 4px;
    margin-left: 10px;
    line-height: 100%;
    padding: 6px;
    min-width: 36px;
}

body.single .single-meta-section .post-author-share .post-share .share-links a:hover{
    background: #E2DF22;
    border-color: #E2DF22;
}

body.single .excerpt-content{
    position: relative;
    text-align: center;
    padding: 40px 0px;
}

body.single .excerpt-content:before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    height: 100%;
    width: 300%;
    transform: translateX(-50%);
    background: #F2F2F2;
    z-index: -1;
}

body.single .excerpt-content p{
    margin-bottom: 0px;
}

body.single .single-excerpt-featured-section img{
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
    border-radius: 10px;
    width: 100%;
    filter: grayscale(1);
    transition: 0.3s;
    max-height: 380px;
    object-fit: cover;
    object-position: center;
}

body.single .single-excerpt-featured-section img:hover{
    filter: grayscale(0);
    transition: 0.3s;
}

body.single .single-content-section .post-content h2,
body.single .single-content-section .post-content h3,
body.single .single-content-section .post-content h4{
    margin-top: 30px;
}

body.single blockquote{
    position: relative;
    padding: 60px 0px;
    margin: 60px 0px;
    border-left: none;
    color: #FFFFFF;
}

body.single blockquote > p,
body.single blockquote  p{
    color: #FFFFFF;
}

body.single blockquote a{
    color: #FFFFFF;
}

body.single blockquote:before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    height: 100%;
    width: 500%;
    transform: translateX(-50%);
    background: #11632D;
    z-index: -1;
}

body.single blockquote h2 strong,
body.single blockquote em{
    position: relative;
    font-style: normal;
    color: #FFFFFF;
}

body.single blockquote strong,
body.single blockquote cite,
body.single blockquote cite strong{
    font-style: normal;
    color: #FFFFFF;
}

body.single .single-content-section .post-content blockquote p strong{
    color: #FFFFFF;
}

body.single .single-content-section .post-content > table,
body.single .single-content-section .post-content > table table,
body.single .single-content-section .post-content > table th,
body.single .single-content-section .post-content > table td{
    padding: 0;
    border: none;
}

body.single blockquote h2{
    position: relative;
}

body.single blockquote h2:before,
body.single blockquote h2:after,
body.single blockquote em:before,
body.single blockquote em:after{
    position: absolute;
    content: '';
    top: -20px;
    left: -80px;
    width: 50px;
    height: 50px;
    background: url(../../../../../wp-content/uploads/2023/04/quote.svg) center/contain no-repeat;
}

body.single blockquote h2:after,
body.single blockquote em:after{
    top: auto;
    left: auto;
    bottom: -20px;
    right: -80px;
    transform: rotate(180deg);
}

body .single-subscribe-section .subscribe-row{
    position: relative;
    display: flex;
    align-items: center;
    background: #E2DF22;
    margin: 120px 40px;
    padding: 40px 80px;
    border-radius: 10px;
}

body .single-subscribe-section .subscribe-row:before{
    position: absolute;
    content: '';
    top: -45px;
    right: -55px;
    width: 120px;
    height: 120px;
    background: url(../../../../../wp-content/uploads/2023/04/footer-shape.svg) center/cover no-repeat;
    z-index: -1;
}

body .single-subscribe-section .subscribe-row:after{
    position: absolute;
    content: '';
    bottom: -25px;
    left: -25px;
    width: 140px;
    height: 150px;
    background: #11632D;
    border-radius: 10px;
    z-index: -1;
}

body .single-subscribe-section .subscribe-row .subscribe-col.col-1{
    width: 72%;
}

body .single-subscribe-section .subscribe-row .subscribe-col.col-2{
    width: 28%;
    display: flex;
    justify-content: flex-end;
}

body .single-subscribe-section .subscribe-row .subscribe-heading h2{
    font-weight: 400;
    margin-bottom: 5px;
}

body.single .single-suggested-section .section-inner{
    position: relative;
    padding: 60px 0px;
    margin-top: 40px;
}

body.single .single-suggested-section .section-inner:before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    height: 100%;
    width: 300%;
    transform: translateX(-50%);
    background: #11632D;
    z-index: -1;
}

body.single .single-suggested-section .section-heading h2{
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

body.single .single-suggested-section .suggested-articles{
    display: flex;
    flex-wrap: wrap;
}

body.single .single-suggested-section .suggested-articles .post-normal{
    width: 25%;
    padding: 0 10px;
}

body.single .single-suggested-section .suggested-articles .post-image{
    width: 100%;
    min-height: 320px;
    border-radius: 10px;
    margin-bottom: 20px;
    filter: grayscale(1);
    transition: 0.3s;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.05);
}

body.single .single-suggested-section .suggested-articles .post-date p{
    margin-bottom: 10px; 
}

body.single .single-suggested-section .suggested-articles .post-normal a{
    text-decoration: none;
}

body.single .single-suggested-section .suggested-articles .post-normal a:hover .post-image{
    filter: grayscale(0);
    transition: 0.3s;
}

body.single .single-content-section .section-inner{
    display: block;
    margin: 60px 0px;
    margin-bottom: 80px;
    padding-bottom: 60px;
}

body.single .single-content-section .post-content p strong{
    color: #11632D;
}

body.single .single-content-section iframe,
body.single .single-content-section img{
    display: block;
    margin: 20px 0;
}

body.single .single-content-section h2{
    margin-top: 20px;
}

body.single .custom-page-section:not(.full-width-section).grid-width > div,
body.single .custom-page-section:not(.full-width-section).large-grid-width > div,
body.single .custom-page-section:not(.single-suggested-section) > div{
    max-width: 760px;
}

body.single .custom-page-section.single-suggested-section > div,
body.single .custom-page-section.single-subscribe-section > div{
    max-width: 1140px !important;
}

body .popup-container .gform_wrapper .gform_required_legend,
body #main .gform_required_legend{
    display: none;
}

body .popup-container .gform_wrapper .gfield_required,
body #main .gfield_required{
    display: none;
}

body .popup-container{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.85);
    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: #11632D;
    border: 7px solid #11632D;
    border-radius: 6px;
    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: 40px;
    width: 40px;
    background: #E2DF22;
    top: -25px;
    right: -25px;
    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: #11632D;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 10px;
}

body .popup-container .popup-close:after{
    transform: translate(-50%, -50%) rotate(-45deg);
}

body .popup-container .partner-form{
	background: #FFF;
	padding: 20px;
	margin: 15px;
}

body .popup-container .partner-form .gform_wrapper{
	overflow-y: scroll;
	max-height: 370px;
}

/* Custom Bottom Bar */

body .custom-bottom-bar{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	background: #11632D;
	z-index: 99;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.18);
}

body .custom-bottom-bar .bottom-bar-inner{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100vw;
	padding: 12px 25px;
}

body .custom-bottom-bar .bar-close-icon{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

body .custom-bottom-bar .bar-close-icon:before,
body .custom-bottom-bar .bar-close-icon:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 100%;
	height: 2px;
	background: #E2DF22;
	transform: translate(-50%, -50%) rotate(45deg);
}

body .custom-bottom-bar .bar-close-icon:after{
	transform: translate(-50%, -50%) rotate(-45deg);
}

body .custom-bottom-bar .bar-heading h3{
	margin-bottom: 0px;
	padding-right: 30px;
	border-right: 2px solid #E2DF22;
	margin-right: 30px;
}

body .custom-bottom-bar .bar-close-text p{
	margin-bottom: 0px;
	margin-left: 30px;
	border-bottom: 1px solid #E2DF22;
	line-height: 110%;
	cursor: pointer;
}

body .custom-bottom-bar{
	pointer-events: none;
	bottom: -100%;
	transition: bottom .35s ease;
}

body .custom-bottom-bar.scroll-active{
	pointer-events: auto;
	bottom: 0%;
	transition: bottom .35s ease;
}

body .custom-bottom-bar.never-active{
	pointer-events: none !important;
	bottom: -100% !important;
	transition: bottom .35s ease;
}

/* 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 2%;
    }
    
}

/* 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: 48px;
    }

    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: 22px;
    }

    body h3, body .sub-heading-2 h3,
    body .sub-heading-2 h3 ul li{
        font-size: 20px;
    }

    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{
        display: none !important;
    }
    
    body .show-mobile{
        display: block !important;
    }

    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: 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: #FFFFFF;
        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.single blockquote h2:before{
        top: -20px;
        left: -40px;
    }
    
    body.single blockquote h2:after{
        bottom: -40px;
        right: -20px;
    }

    body.single .single-suggested-section .suggested-articles .post-normal{
        width: 50%;
        padding: 0 10px;
        margin-top: 20px;
    }

    body .single-subscribe-section .subscribe-row{
        padding: 30px;
    }

    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 .has-inline-mobile-toggle #site-navigation.toggled{
        position: relative;
        background-color: #11632D;
    }

    body .has-inline-mobile-toggle #site-navigation.toggled:before{
        position: absolute;
        content: '';
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 40px);
        z-index: -1;
        background-color: #11632D;
    }
}

/* Mobile Devices */
@media only screen and (max-width: 765px) {

    body .show-desktop{
        display: none !important;
    }
    
    body .show-mobile{
        display: block !important;
    }

    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: 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: #FFFFFF;
        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 20px;
    }
    
    body .custom-page-section:not(.full-width-section).large-grid-width{
        padding: 0 20px;
    }

    body.single blockquote h2:before{
        top: -20px;
        left: -40px;
    }
    
    body.single blockquote h2:after{
        bottom: -40px;
        right: -20px;
    }

    body.single .single-suggested-section .suggested-articles .post-normal{
        width: 50%;
        padding: 0 10px;
    }

    body .single-subscribe-section .subscribe-row{
        padding: 30px;
    }

    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{
        display: block;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    body .site-footer .custom-main-footer .footer-copy-text p{
        max-width: 220px;
        text-align: center;
    }
    
    body .site-footer .custom-main-footer .footer-inner-row .footer-col.col-2{
        margin-top: 25px;
    }

    body.single .single-breadcrumbs-section .breadcrumbs-content p{
        flex-wrap: wrap;
    }

    body.single .single-meta-section .post-author-share{
        flex-wrap: wrap;
    }

    body.single .single-meta-section .post-author-share .post-author{
        width: 100%;
        margin-bottom: 20px;
    }

    body.single .single-meta-section .post-author-share .post-share{
        width: 100%;
        justify-content: flex-start;
    }

    body .single-subscribe-section .subscribe-row{
        flex-wrap: wrap;
    }

    body .single-subscribe-section .subscribe-row .subscribe-col.col-1,
    body .single-subscribe-section .subscribe-row .subscribe-col.col-2{
        width: 100%;
    }

    body .single-subscribe-section .subscribe-row .subscribe-col.col-2{
        margin-top: 20px;
        justify-content: flex-start;
    }

    body.single .single-suggested-section .suggested-articles .post-normal{
        width: 100%;
        margin-top: 20px;
    }

    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: 48px;
    }

    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: 22px;
    }

    body h3, body .sub-heading-2 h3,
    body .sub-heading-2 h3 ul li,
    body .sub-heading-2 h3 ol li{
        font-size: 20px;
    }

    body .popup-container .popup-main{
        width: calc(100vw - 45px);
    }

    body .custom-bottom-bar .bottom-bar-inner{
		flex-wrap: wrap;
	}

	body .custom-bottom-bar .bar-heading h3{
		border-right: none;
		margin-right: 0px;
		padding-right: 0px;
		margin-bottom: 20px;
		padding: 0 25px;
	}
    
    body .has-inline-mobile-toggle #site-navigation.toggled{
        position: relative;
		background-color: #11632D;
    }

    body .has-inline-mobile-toggle #site-navigation.toggled:before{
        position: absolute;
        content: '';
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 40px);
        z-index: -1;
        background-color: #11632D;
    }

    body #main .buttons-container{
        justify-content: center;
        flex-wrap: wrap;
    }

    body #main .buttons-container .main-cta a{
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 15px;
    }

    body #main .buttons-container .main-cta:last-child a{
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 0px;
    }
}
