/*
Theme Name: Evergreen Weath Solutions
Version: 1.0
Author: 215 Marketing
Author URI: https://215marketing.com/
*/

/****************************************************
*    CSS RESET                                      *
****************************************************/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, main, nav, output, ruby, section, summary, time, mark, audio, video, picture {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

input[type='text'], input[type='email'], input[type='tel'], input[type='button'], input[type='reset'], input[type='password'], input[type='submit'], input[type='search'], input[type='date'], input[type='datetime'], input[type='time'], input[type='url'], button, select, textarea {
    -webkit-appearance: none;
    box-shadow: none !important;
}

:-webkit-autofill {
    color: #fff !important;
}

::-moz-placeholder {
    opacity: 1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, picture {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
}

.clear {
    clear: both;
}

.clearfix:before, .clearfix:after, .pagewrap:after, .pagewrap:before {
    content: '\0020';
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after, .pagewrap:after {
    clear: both;
}

.clearfix, .pagewrap {
    zoom: 1;
}

small {
    font-size: 0.70em;
}

/****************************************************
*    HTML5                                          *
****************************************************/
:root {
    --black-color: #000;
    --blue-color: #0075d4;
    --red-color: #f44336;
    --dark-color: #4C4D4F;
    --darkgreen-color: #33883F;
    --litegreen-color: #7ac45a;
    --litegray-color: #F9F9F9;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    font: normal normal normal 18px/27px 'Poppins', Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--dark-color);
}

html, body {
    height: 100%;
}

a {
    color: #33883F;
    text-decoration: none;
}

a, footer a, .widget_nav_menu li a, .staff-grid-section .staff-wrap-flex .profile-wrap .padding h3, .staff-grid-section .staff-wrap-flex .profile-wrap .padding, .link-to-resource-with-icon-section .resources-items h2, .three-column-section a.article-items h3, .whitepapers-section a.whitepapers-item h2, .link-article-box-section a.link-article h3, .link-article-box-section a.link-article p, .page-template-page-resources-module .stander-editor-section p a, .menu-grey-navigation-container > ul > li a, .menu-copyright-navigation-container ul a, .twothree-column-section a.article h3, .widget-wrap a {
    transition: color 0.3s ease-in-out;
}

a:hover, nav[aria-label='main navigation'] ul li a:hover, .widget_nav_menu li a:hover, .side-image-video-content-section .watch-video:hover, .page-template-page-resources-module .stander-editor-section p a:hover, .menu-grey-navigation-container > ul > li a:hover, .menu-copyright-navigation-container ul a:hover, .widget-wrap a:hover {
    color: var(--litegreen-color);
}

a:active {
    color: blue;
}

a[src$='.pdf'] {
}

a[href^='mailto:'] {
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

b, strong {
    font-weight: bold;
}

small {
    font-size: 0.85em;
}

td, th {
    border: 1px solid #999;
    padding: 0.5rem;
    text-align: left;
}

hr {
    border: 0;
    height: 1px;
    width: 100%;
    margin: 40px 0;
    background-color: #999;
}

i, em {
    font-style: italic;
}

/****************************************************
*    HEADER AREA                                    *
****************************************************/
header {
    clear: both;
    padding: 30px 0;
    background-color: #fff;
}

header .pagewrap, footer .pagewrap, .widget-section .pagewrap, [aria-label='banner'] .pagewrap, .side-image-video-content-section .pagewrap, .quote-section .pagewrap, .grey-nav .pagewrap, .city-street-section .pagewrap {
    max-width: 1600px;
}

header .pagewrap, footer .pagewrap, .widget-section .pagewrap, .grey-nav .pagewrap {
    display: flex;
    align-items: center;
}

#logo {
    display: inline-block;
}

[aria-label='banner'] {
    background-color: var(--litegray-color);
}

[aria-label='banner'] .pagewrap {
    padding: 130px 0;
}

[aria-label='banner'] h1 {
    margin: 0;
    font-weight: 600;
    font-size: 60px;
}

[aria-label='banner'] .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.grey-nav {
    background: #F9F9F9;
    padding: 10px 0;
}

.grey-nav .pagewrap {
    justify-content: flex-end;
}

.menu-grey-navigation-container > ul > li {
    float: left;
    font-size: 18px;
    margin-right: 30px;
}

.menu-grey-navigation-container > ul > li:last-child {
    margin-right: 0px;
}

.menu-grey-navigation-container > ul > li a {
    color: var(--dark-color);
}

/****************************************************
*    NAVIAGATION AREA                               *
****************************************************/

/* http://shailan.com/2713/create-a-dropdown-menu-using-css3-transitions/  */
nav[aria-label='main navigation'] {
    display: inline-block;
    margin-left: auto
}

nav[aria-label='main navigation']:is(ul, li), [aria-label='footer navigation']:is(ul, li), .widget-section .socialnetwork-ul, .widget-section .socialnetwork-ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}

nav[aria-label='main navigation'] > ul > li {
    float: left;
    position: relative;
    margin-left: 70px;
}

nav[aria-label='main navigation'] ul li:first-child {
    margin-left: 0;
}

nav[aria-label='main navigation'] ul li a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 10px 0;
    color: #000;
}

nav[aria-label='main navigation'] ul li.green-button a, nav[aria-label='main navigation'] ul > li.current-menu-item.green-button a {
    padding: 10px 20px;
    color: #fff;
    background: var(--darkgreen-color);
    font-weight: bold;
    transition: background 0.3s ease-in-out;
}

nav[aria-label='main navigation'] ul li.green-button a:hover {
    background: var(--litegreen-color);
}

nav[aria-label='main navigation'] ul > li.current-menu-item a {
    color: var(--darkgreen-color);
}

/**  SUB MENU  *************************************/
.dropdown-menu::before {
    background-color: var(--litegray-color);
    border-radius: 3px 0 0;
    content: '';
    height: 12px;
    position: absolute;
    top: -6px;
    left: 15px;
    transform: rotate(45deg);
    width: 12px;
}

nav[aria-label='main navigation'] ul ul {
    position: absolute;
    display: block;
    opacity: 0;
    top: 36px;
    left: 0;
    z-index: 497;
    padding: 0;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .2s, 0s;
    transition-duration: .2s, 0s;
    -webkit-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s;
    background-color: var(--litegray-color);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .45);
    border-radius: 6px;
}

nav[aria-label='main navigation'] ul ul li {
    float: inherit;
    position: relative;
}

nav[aria-label='main navigation'] ul ul a {
    width: 240px;
    white-space: normal;
    background: #174b7b;
    color: #fff;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 12px;
    margin: 0;
    display: block;
    background-color: var(--litegray-color);
    color: var(--dark-color);
    transition: background-color 0.3s ease-in-out;
}

nav[aria-label='main navigation'] ul ul a:hover {
    background-color: var(--darkgreen-color);
    color: #fff;
}

nav[aria-label='main navigation'] ul ul li:first-child a {
    border-radius: 6px 6px 0 0;
}

nav[aria-label='main navigation'] ul ul li:last-child a {
    border-radius: 0 0 6px 6px;
}

nav[aria-label='main navigation'] ul.dropdown-menu li.current-menu-item  a {
    border-bottom: #F00 solid 0px;
}

nav[aria-label='main navigation'] ul ul ul {
    left: 100%;
    border-radius: 6px;
}

nav[aria-label='main navigation'] ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    padding: 0;
}

nav[aria-label='main navigation'] ul ul li:hover > ul {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 1;
    z-index: 497;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .08);
}

nav#nav-mobile {
    display: none;
}

nav[aria-label='main navigation'] ul .dropdown-menu li {
	margin-left:0px !important;
	margin-right:0px !important
}

nav[aria-label='main navigation'] ul ul.dropdown-menu li a {
	width: auto;
	min-width: 270px;
}

/*****************************************************
*    CONTENT AREA                                    *
*****************************************************/
.pagewrap {
    max-width: 1350px;
    margin: 0 auto;
    width: 95%;
}

.width-1440 {
    max-width: 1440px;
}

.width-1080 {
    max-width: 1080px;
}

.width-990, .error404 main .pagewrap, .page-template-page-resources-module .three-column-video-iframe-section .pagewrap.width-990 {
    max-width: 990px;
}

.width-880, [aria-label='banner'] .pagewrap.width-880, [aria-label='banner'] .pagewrap p, .page-template-page-resources-module .title-offset .pagewrap .inner-header-wrap p {
    max-width: 880px;
}

.width-800 {
    max-width: 800px;
}

.width-700 {
    max-width: 700px;
}

.width-600, .page-template-page-resources-module .two-cta-white-gradiant-image-bkg-section[class*='modules'] .pagewrap.width-600 {
    max-width: 600px;
}

.sticky-footer {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}

main {
    clear: both;
}

main img, main embed, main object, main video {
    max-width: 100%;
    height: auto;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.text-align-center {
    text-align: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main img.alignleft, main img.alignright, figure.wp-caption.alignleft, figure.wp-caption.alignright {
    padding: 5px;
}

main img.alignleft, figure.wp-caption.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 2px;
}

main img.alignright, figure.wp-caption.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 2px;
}

main img.non {
    padding: 5px;
}

main img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

main section ul li, main section ol li, main section ol[type='A'] li, .stander-editor-section ul li, .stander-editor-section ol li, .stander-editor-section  ol[type='A'] li {
    margin: 0 0 0 25px;
}

.stander-editor-section ul, .stander-editor-section ol {
    padding-left: 40px;
}

main section ul li, .stander-editor-section ul li {
    list-style-type: disc;
}

main section ol li, .stander-editor-section ol li {
    list-style-type: decimal;
}

main section ol[type='A'] li, .stander-editor-section  ol[type='A'] li {
    list-style-type: upper-alpha;
}

.two-column {
    column-count: 2;
    column-gap: 40px;
    padding-top: 20px;
}

figure.wp-caption {
    display: inline-block;
    max-width: 100%;
}

figure.wp-caption figcaption {
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;
}

[class*='grid'] {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.grid-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

[class*='modules'] {
    padding: 60px 0;
}

.page-template-page-home-module [class*='modules'] {
    padding: 150px 0;
}

.shadow-line {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.lite-gray {
    background-color: var(--litegray-color);
}

.white {
    background-color: #fff;
}

.error404 [aria-label='banner'] h1 {
    text-align: center;
}

ul.column-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

ul.column-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.hider, .content-one {
    display: none;
}

.green-list-number-side-image-section.modules-1 {
    padding-top: 0;
}

/*****************************************************
*    Side Image/Video Content Section                *
*****************************************************/
.side-image-video-content-section {
    background-color: #fff;
}

.side-image-video-content-section .rows {
    padding: 50px 0;
}

.side-image-video-content-section .rows.left, .side-image-video-content-section .rows.right, .green-list-number-side-image-section .rows.left, .green-list-number-side-image-section .rows.right {
    display: grid;
    grid-column-gap: 80px;
    grid-row-gap: 30px;
}

.city-street-section .grid-columns-2 {
    grid-column-gap: 190px;
}

.center-flex {
    display: flex;
    align-items: center;
}

.side-image-video-content-section .center-flex.video {
    justify-content: center;
}

.side-image-video-content-section .rows.left, .green-list-number-side-image-section .rows.left {
    grid-template-columns: minmax(auto, 660px) auto;
}

.side-image-video-content-section .rows.right, .green-list-number-side-image-section .rows.right {
    grid-template-columns: auto minmax(auto, 660px);
}

.city-street-section .grid-columns-2 {
    grid-template-columns: minmax(auto, 800px) minmax(auto, 660px);
}

.side-image-video-content-section .watch-video {
    color: #4c4d4f;
}

.side-image-video-content-section .oval {
    background: #4c4d4f;
}

.side-image-video-content-section .pulsate-ring {
    border: 1px solid #4c4d4f;
}

.side-button-center {
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.side-button-center .cta {
    margin: 0 auto !important;
}

/*****************************************************
*    Page Module Banner Section                      *
*****************************************************/
[aria-label='banner'] .pagewrap h1 + p {
    margin-bottom: 60px;
}

[aria-label='banner'] .pagewrap p {
    margin-inline: auto;
}

.side-image-content-section .grid-columns-2.right {
    grid-template-columns: minmax(auto, 800px) auto;
}

.side-image-content-section .grid-columns-2.left {
    grid-template-columns: auto minmax(auto, 800px);
}

.side-image-content-section .grid-columns-2.right, .side-image-content-section .grid-columns-2.left {
    grid-column-gap: 80px;
}

/*****************************************************
*    Resources Template                              *
*****************************************************/
.link-to-resource-with-icon-section .resources-items {
    padding: 24px 15px;
    text-align: center;
}

.link-to-resource-with-icon-section .resources-items img {
    border-radius: 50%;
    margin-bottom: 19px;
}

.link-to-resource-with-icon-section .resources-items h2 {
    font-weight: 600 !important;
    font-size: 20.5px !important;
    color: #4C4D4F;
}

/*****************************************************
*    Resources Page Module Template                   *
*****************************************************/
.page-template-page-resources-module .title-offset .inner-header-wrap .cta {
    margin-top: 0;
}

.page-template-page-resources-module [aria-label='banner'] .overlay, .page-template-page-whitepaper-module [aria-label='banner'] .overlay {
    height: 380px;
}

.page-template-page-resources-module .title-offset h1, .page-template-page-whitepaper-module .title-offset h1 {
    font-weight: 700;
    font-size: 60px;
    margin: 0;
}

.page-template-page-resources-module .title-offset .pagewrap, .page-template-page-whitepaper-module .title-offset .pagewrap {
    padding: 80px 80px 120px;
    background-color: #fff;
    margin-top: -160px;
    position: relative;
}

.page-template-page-whitepaper-module .title-offset .pagewrap {
	padding-bottom: 100px;
}

.page-template-page-resources-module .title-offset .pagewrap .inner-header-wrap, .page-template-page-resources-module .title-offset .pagewrap .inner-header-wrap p {
    margin-left: auto;
    margin-right: auto;
}

.page-template-page-resources-module [class*='modules'] .pagewrap, .page-template-page-resources-module .title-offset .pagewrap .inner-header-wrap {
    max-width: 1080px;
}

.page-template-page-resources-module .three-column-section .pagewrap.bottom, .page-template-page-resources-module .side-image-video-content-section .pagewrap, .page-template-page-resources-module .three-column-accross-row-section .pagewrap, .page-template-page-resources-module .quote-section-carousel .pagewrap, .green-list-number-side-image-section .pagewrap.bottom {
    max-width: 1350px;
}

.page-template-page-resources-module [class*='modules'] .pagewrap h1, .page-template-page-resources-module [class*='modules'] .pagewrap h2 {
    font-weight: 400;
    font-size: 48px;
}

.page-template-page-resources-module .stander-editor-section[class*='modules'] {
    padding-top: 0px;
}

.page-template-page-resources-module .stander-editor-section p a {
    text-decoration: underline;
    color: var(--dark-color);
}

.page-template-page-resources-module .stander-editor-section p a.cta {
    color: #fff;
    text-decoration: none;
}

.podcast-icons img {
    max-width: 90px;
}

.page-template-page-resources-module .white-wrapped + .modules-1 .pagewrap, .page-template-page-resources [aria-label='banner'] + .modules-1 .pagewrap {
    background-color: #fff;
    margin-top: -160px;
    position: relative;
}

.page-template-page-resources-module [aria-label='banner'].white-wrapped .overlay {
    height: 430px;
}

.page-template-page-resources-module .white-wrapped + .modules-1.link-to-resource-with-icon-section .pagewrap, .page-template-page-resources [aria-label='banner'] + .modules-1 .pagewrap {
    background-color: transparent;
}

.page-template-page-resources-module .link-to-resource-with-icon-section .grid-columns-5 {
    justify-content: space-evenly;
    justify-items: center;
    align-content: space-evenly;
    align-items: center;
}

.link-to-resource-with-icon-section .wrap-flex .resources-items {
    width: 220px;
}

/*****************************************************
*    Team Bio Template                               *
*****************************************************/
.page-template-page-team-bio-module header {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.page-template-page-team-bio-module .side-image-video-content-section .rows.left {
    grid-template-columns: minmax(auto, 400px) auto;
}

.page-template-page-team-bio-module .side-image-video-content-section .image picture {
    display: inline-block;
    position: relative;
}

.page-template-page-team-bio-module .side-image-video-content-section .image picture img {
    z-index: 1;
    position: relative;
}

.page-template-page-team-bio-module .side-image-video-content-section .image picture::after {
    border: 2px solid #D9EADF;
    position: absolute;
    top: 13px;
    left: -15px;
    width: 100%;
    height: 100%;
    content: '';
}

.quote-section  blockquote, .quote-section-carousel blockquote, .quote-section-carousel .blockquote {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    width: 95%;
}

.quote-section  blockquote::before, .quote-section  blockquote::after, .quote-section-carousel .blockquote::before, .quote-section-carousel .blockquote::after {
    background-image: url(images/quote-mark.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 134px;
    height: 94px;
    content: '';
    z-index: -1;
}

.quote-section  blockquote::before, .quote-section-carousel .blockquote::before {
    top: -40px;
    left: -105px;
}

.quote-section  blockquote::after, .quote-section-carousel .blockquote::after {
    transform: rotate(180deg);
    bottom: -40px;
    right: -90px;
}

.quote-section p, .quote-section-carousel p {
    font-style: italic;
}

[class*='modules'].quote-section-carousel {
    padding: 110px 0 100px;
}

.quote-name-img {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
}

.quote-name-img img {
	margin-right: 20px;
	height: 80px;
}

.blockquote.slider .slick-dots {
    position: relative !important;
    bottom: -25px !important;
}

/*****************************************************
*    Contact Us Template                             *
*****************************************************/
.page-template-page-contact {
    background-color: #F9F9F9;
}

.page-template-page-contact [aria-label=banner] .pagewrap {
    padding: 130px 0 230px;
    text-align: center;
}

.page-template-page-contact main article {
    padding: 80px;
}

.page-template-page-contact main .grid-columns-2 {
    grid-column-gap: 0;
    grid-row-gap: 0;
    background-color: #fff;
    margin-top: -150px;
    margin-bottom: 80px;
    z-index: 10;
    position: relative;
}

#google-container {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #e7eaf0;
}

.padd-top-0 {
	padding-top:0px !important;
}

.padd-bot-30 {
	padding-bottom: 30px !important;
}

.wpcats {
	margin-bottom: 70px !important;
	text-align: center;
}

.wpcats button {
	background-color: #fff;
	border: 2px solid #ccc;
	color: #c0bebe;
	cursor: pointer;
	letter-spacing: 0.20em;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.wpcats button.mixitup-control-active, .wpcats button:hover {
	background-color: #33883f;
	border: 2px solid #33883f;
	color: #fff;
}

.wpcats .text-input-wrapper input {
	margin-top: 30px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #ccc;
	width: 100%;
	max-width: 100%;
}

.mobile-nav-btn {
	display: none !important;
}

@media only screen and (min-width:768px) {
    #google-container {
        height: 300px;
    }

}

@media only screen and (min-width:1170px) {
    #google-container {
        min-height: 250px;
        height: 100%;
    }

}

#cd-google-map {
    position: relative;
}

#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: rgba(211, 104, 104, 0.9);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url('images/cd-icon-controller.svg');
}

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    background-color: #d36868;
}

@media only screen and (min-width:768px) {
    #cd-zoom-in, #cd-zoom-out {
        margin-left: 50px;
    }

}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}

@media only screen and (min-width:768px) {
    #cd-zoom-in {
        margin-top: 50px;
    }

}

#cd-zoom-out {
    background-position: 50% -32px;
}

/*****************************************************
*    Home Page Banner Section                        *
*****************************************************/
.home-page-banner-section, .city-street-section, [aria-label='banner'], .two-cta-white-gradiant-image-bkg-section {
    position: relative;
}

.home-page-banner-section picture img, .city-street-section picture img, [aria-label='banner'] picture img, .two-cta-white-gradiant-image-bkg-section picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.city-street-section picture img {
    opacity: .20;
}

.home-page-banner-section .overlay, .city-street-section .overlay, [aria-label='banner'] .overlay, .two-cta-white-gradiant-image-bkg-section .overlay {
    width: 100%;
    position: relative;
}

.home-page-banner-section .overlay h1, [aria-label='banner'] .overlay h1 {
    font-weight: 700;
    font-size: 70px;
    line-height: 105px;
}

.home-page-banner-section .overlay .width-800 h1, .home-page-banner-section .overlay .width-800 p {
    color: #fff;
}

.home-page-banner-section .overlay .width-800 .video-link-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.home-page-banner-section .video-link-wrap {
    margin-top: 55px;
}

.video-link-wrap {
    display: flex;
    align-items: center;
    gap: 45px;
    width: 235px;
}

.video-link-wrap .oval-link-wrap {
    position: relative;
    width: 70px;
    height: 70px;
}

.pulsate-ring {
    animation: 2s ease-out 0s normal none infinite running pulsate;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 72px;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 72px;
}

.oval {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: background 0.3s ease-in-out;
    z-index: 10;
    position: relative;
}

.oval:hover {
    background: var(--litegreen-color);
}

.watch-video {
    font-weight: 600;
    color: #fff;
}

@keyframes pulsate {
    0% {
        opacity: 0;
        transform: scale(0.1, 0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.5, 1.5);
    }

}

/*****************************************************
*    City Street Section                             *
*****************************************************/
.city-street-section {
    background-color: var(--litegray-color);
    text-align: left;
}

/*****************************************************
*    Single Column Section                           *
*****************************************************/
.single-column-section .article-items {
    padding: 20px;
}

.single-column-section .article-items img {
    position: relative;
    width: 72px;
    height: 72px;
    margin-right: 15px;
}

.single-column-section .article-items p {
    font-size: 16px;
    margin: 0;
}

.single-column-section .cta-wrap {
    text-align: center;
}

.single-column-section .cta-wrap .cta:nth-child(2) {
    margin-left: 20px;
    background-color: #e9f3eb;
    color: var(--darkgreen-color);
}

.single-column-section .cta-wrap .cta:nth-child(2), .two-cta-white-gradiant-image-bkg-section .cta-wrap .cta:hover:nth-child(2) {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/*****************************************************
*    Three Column Section                            *
*****************************************************/
.three-column-section {
    background-color: var(--litegray-color);
}

.three-column-section .article-items, .twothree-column-section .article, .two-column-list-item-green-checkmark-section article, .three-column-accross-row-section .article {
    padding: 30px;
    background: #FFF;
    color: #4C4D4F
}

.three-column-section .article-items {
    text-align: center;
	flex-direction: column !important;
    align-items: center;
}

.three-column-section .article-items img, .twothree-column-section .article img, .two-column-list-item-green-checkmark-section article img, .single-column-section .article-items img, .three-column-accross-row-section .article img {
    border-radius: 50%;
}

.three-column-section .article-items img {
    margin-bottom: 12px;
}

.three-column-section h3, .twothree-column-section h3, .two-column-list-item-green-checkmark-section article h3, .three-column-accross-row-section h3 {
    font-size: 21px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 5px;
}

.three-column-section .bottom, .twothree-column-section .bottom, .two-column-list-item-green-checkmark-section .bottom, .qa-section .bottom, .single-column-section .bottom, .three-column-accross-row-section .bottom, .green-list-number-side-image-section .bottom, .whitepapers-section .bottom {
    margin-top: 60px;
}

/*****************************************************
*    Four Column Section                            *
*****************************************************/
.four-column-section {
    background-color: var(--litegray-color);
}

.four-column-section.white {
    background-color: #fff;
}

.four-column-section .article-items {
    padding: 30px;
    background: #FFF;
    color: #4C4D4F
}

.four-column-section.white .article-items {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
}

.four-column-section .article-items {
    text-align: center;
	flex-direction: column !important;
    align-items: center;
}

.four-column-section .article-items img {
    border-radius: 50%;
}

.four-column-section .article-items img {
    margin-bottom: 12px;
	height: 62px;
	width: auto;
}

.four-column-section h3 {
    font-size: 21px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 5px;
}

.four-column-section .bottom {
    margin-top: 60px;
}

/*****************************************************
*    Staff Grid Section                              *
*****************************************************/
.staff-grid-section .staff-wrap-flex, .whitepapers-section .wrap-flex, .link-to-resource-with-icon-section .wrap-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 50px;
    align-items: stretch;
}

.staff-grid-section .staff-wrap-flex .profile-wrap {
    width: 270px;
}

.staff-grid-section .staff-wrap-flex .profile-wrap, .link-to-resource-with-icon-section .resources-items, .three-column-section .article-items, .whitepapers-section .whitepapers-item, .three-column-video-iframe-section .article-items, .link-article-box-section .link-article, .twothree-column-section .article, .single-column-section .article-items, .three-column-accross-row-section .article {
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
    transition: filter 0.3s ease-in-out;
    background-color: #fff;
}

.staff-grid-section .staff-wrap-flex .profile-wrap .padding, .three-column-video-iframe-section .article-items .padding {
    padding: 15px 20px 20px 20px;
    font-size: 13px;
    line-height: 1.1em;
    color: #9C9EA6;
}

.staff-grid-section .staff-wrap-flex .profile-wrap .padding h3, .whitepapers-section .whitepapers-item h2, .three-column-video-iframe-section .article-items .padding h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #4F5955;
    margin: 0 0 0 0;
}

.staff-grid-section .staff-wrap-flex a.profile-wrap:hover .padding, .staff-grid-section .staff-wrap-flex a.profile-wrap:hover h3, .link-to-resource-with-icon-section .resources-items:hover h2, .three-column-section a.article-items:hover h3, .whitepapers-section a.whitepapers-item:hover h2, .twothree-column-section a.article:hover h3 {
    color: var(--litegreen-color);
}

.staff-grid-section .staff-wrap-flex a.profile-wrap:hover, .link-to-resource-with-icon-section a.resources-items:hover, .three-column-section a.article-items:hover, .whitepapers-section a.whitepapers-item:hover, .link-article-box-section a.link-article:hover, .twothree-column-section a.article:hover {
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.18));
}

/*****************************************************
*    Link To Resource with Icon Section              *
*****************************************************/
.link-article-box-section a.link-article {
    padding: 25px;
    text-decoration: underline;
    color: var(--dark-color);
    display: flex;
    flex-direction: column;
}

.link-article-box-section a.link-article h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

.link-article-box-section a.link-article p {
    margin: auto 0 0 0;
}

.link-article-box-section[class*='modules'] + .link-article-box-section[class*='modules'], .stander-editor-section[class*='modules'] + .link-article-box-section[class*='modules'] {
    padding-top: 0;
}

.link-article-box-section a.link-article:hover h3, .link-article-box-section a.link-article:hover p {
    color: var(--litegreen-color);
}

/*****************************************************
*    Three Column Video iFrame Section               *
*****************************************************/
.three-column-video-iframe-section .article-items .padding h3 {
    font-size: 18px;
    font-weight: 400;
    color: #4C4D4F;
    margin: 0 0 3px;
}

.three-column-video-iframe-section .grid-columns-3 {
    grid-row-gap: 40px;
}

.three-column-video-iframe-section .article-items {
    max-width: 270px;
}

.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*****************************************************
*    Whitepaper Section                              *
*****************************************************/
.whitepapers-section .whitepapers-item {
    padding: 20px;
    max-width: 270px;
}

.whitepapers-section .whitepapers-item .padding {
    padding: 15px 0 0 0;
}

/*****************************************************
*    Two/Three Column Section                        *
*****************************************************/
.single-column-section .article-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.twothree-column-section .article img, .three-column-accross-row-section .article img {
    width: 100px;
    height: 100px;
}

.twothree-column-section .article .inner-wrap p, .single-column-section .article-items p, .three-column-accross-row-section .article p {
    margin-bottom: 0;
}

/*****************************************************
*    Q&A Section                                     *
*****************************************************/
.qa-wrap {
    background: #FAFAFA;
    transition: background 0.3s ease-in-out;
    padding: 24px;
    margin-bottom: 15px;
}

.qa-wrap.active {
    background: rgba(52, 137, 63, 0.1);
}

.qa-wrap .question-wrap {
    cursor: pointer;
}

.qa-wrap .question-wrap {
    font-size: 22px;
    line-height: 120%;
    color: #4b4c4e;
    position: relative;
    padding-right: 40px;
}

.qa-wrap .question-wrap b {
    font-weight: normal;
    transition: color 0.3s ease-in-out;
}

.qa-wrap.active .question-wrap b {
    font-weight: 600;
}

.qa-wrap .question-wrap:hover b, .qa-wrap.active .question-wrap b {
    color: var(--darkgreen-color);
}

.qa-wrap .question-wrap .arrow-icons {
    position: absolute;
    height: 32px;
    width: 32px;
    background-color: #fff;
    background-image: url('images/arrow-down.svg');
    background-repeat: no-repeat;
    right: 0;
    top: -3px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: border 0.3s ease-in-out;
}

.qa-wrap .question-wrap:hover .arrow-icons {
    border: 1px solid var(--darkgreen-color);
}

.qa-wrap.active .question-wrap .arrow-icons.close {
    transform: rotate(180deg);
    opacity: 1;
}

/*****************************************************
*    Video and Steps Section                         *
*****************************************************/
.video-steps-section {
    background-color: #fff;
}

.video-steps-section .grid-columns-2 {
    margin-top: 60px;
}

.video-steps-section  .video-wraper {
    position: relative;
    display: inline-block;
}

.video-steps-section  .video-wraper .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    transition: background-color .3s ease-in-out;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

.video-steps-section  .video-wraper:hover .overlay {
    background-color: rgba(0, 0, 0, 0.15);
    opacity: .5;
}

.video-steps-section  .video-wraper .video-link-wrap {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.video-steps-section .video-wraper .watch-video {
    position: relative;
    z-index: 10;
}

/* https://codeconvey.com/Tutorials/pure-css-vertical-stepper/ 
https://codepen.io/mohanprakash/pen/JjoEwom
https://www.google.com/search?q=vertical+steps+css&tbm=isch&ved=2ahUKEwi168TdxPn6AhVXg2oFHfGDCsgQ2-cCegQIABAA&oq=css+steps+ver&gs_lcp=CgNpbWcQARgAMgYIABAIEB46BAgjECc6BQgAEIAEOgcIABCABBAYOgQIABAeUNwCWOMNYO4eaABwAHgAgAFbiAHrApIBATWYAQCgAQGqAQtnd3Mtd2l6LWltZ8ABAQ&sclient=img&ei=995WY_WTE9eGqtsP8YeqwAw&bih=1273&biw=2560#imgrc=6X4spwfnSd2K4M&imgdii=11cwW6td6rSn5M 
*/
.step {
    text-align: left;
}

.step section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.step section .static {
    position: relative;
}

.step section .circle {
    font-size: 19px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--darkgreen-color);
    text-align: center;
    border: 1px solid var(--darkgreen-color);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step section .line {
    top: 48px;
    left: calc(50% - 1px);
    height: 100%;
    position: absolute;
    border-left: 1px solid var(--darkgreen-color);
}

.step section:last-child .line {
    display: none
}

.step section:last-child {
    margin-bottom: 0;
}

.step section .title {
    font-weight: 600;
    font-size: 21px;
    color: #4C4D4F;
    height: 48px;
    display: flex;
    align-items: center;
    margin: 0;
}

.step section .step-inner-wrap {
    margin-left: 35px;
}

.step section .step-content p {
    margin-bottom: 0;
}

/*****************************************************
*    Two Column List-item Green Checkmark Section    *
*****************************************************/
.two-column-list-item-green-checkmark-section article img {
    position: relative;
    width: 62px;
    height: 62px;
    margin-right: 32px;
}

.two-column-list-item-green-checkmark-section article .title-icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 22px;
}

.two-column-list-item-green-checkmark-section article.green-check-sec-style-2 .title-icon {
    flex-direction: column;
	align-items: flex-start;
    gap: 16px;
}

.two-column-list-item-green-checkmark-section article.green-check-sec-style-2 .title-icon p {
	margin-top: 10px;
	margin-bottom: 15px;
}

.two-column-list-item-green-checkmark-section article ul li, ul.green-checkmark li {
    background-image: url('images/green-circle-checkmark.svg');
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 150%;
    min-height: 24px;
}

ul.green-checkmark li {
    font-size: inherit;
}

.two-column-list-item-green-checkmark-section article ul li:last-child {
    margin: 0;
}

/*****************************************************
*    Two CTA / White Gradiant Image Bkg Section      *
*****************************************************/
.two-cta-white-gradiant-image-bkg-section {
    padding: 0 !important;
}

.two-cta-white-gradiant-image-bkg-section .pagewrap {
    padding: 110px 0;
    text-align: center;
}

.two-cta-white-gradiant-image-bkg-section h2 {
    font-weight: 700;
    font-size: 48px;
}

.two-cta-white-gradiant-image-bkg-section .overlay {
    background: linear-gradient(182.83deg, #FFFFFF 39.88%, rgba(255, 255, 255, 0) 151.36%);
}

.two-cta-white-gradiant-image-bkg-section .cta-wrap .cta:nth-child(2) {
    background-color: #fff;
    color: var(--darkgreen-color);
}

.page-template-page-resources-module .two-cta-white-gradiant-image-bkg-section[class*='modules'] .pagewrap h2.headline {
    font-weight: bold;
}

/*****************************************************
*    WIDGET SECTION                                  *
*****************************************************/
.widget-section {
    padding: 60px 0;
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
}

.widget-section [class*='grid'] {
    grid-column-gap: 55px;
}

.widget-section .socialnetwork-ul a {
    font-size: 36px;
    color: #33883F;
    transition: color 0.3s ease-in-out;
    margin-right: 4px;
}

.widget-section .socialnetwork-ul a:hover {
    color: #7ac45a;
}

.widget_logo-widget .phone-wrap span + span {
    margin-left: 7px;
    border-left: 1px solid #000;
    padding-left: 7px;
}

.widget_nav_menu li {
    margin-bottom: 20px;
}

.widget_nav_menu li:last-child {
    margin-bottom: 0;
}

.widget_nav_menu li a, .widget-wrap a {
    color: #000;
}

.widget-section .widget-wrap .widget-footer {
    margin-top: 45px;
}

.widget-section .widget-wrap .widget-footer:first-child {
    margin-top: 0;
}

/*****************************************************
*    FOOTER                                          *
*****************************************************/
footer {
    clear: both;
    line-height: 1.1em;
}

.menu-copyright-navigation-container li {
    float: left;
}

.menu-copyright-navigation-container ul a {
    color: #000;
    padding: 0px 12px;
}

.menu-copyright-navigation-container li:not(:last-child) {
    border-right: 1px solid #000;
}

footer[aria-label='copyright bar'] {
    clear: both;
    background-color: #F9F9F9;
    padding: 30px 0;
}

.widget-wrap .widget_logo-widget a {
    text-decoration: underline;
}

.menu-resources-widget-link-container {
    column-count: 2;
}

.menu-resources-widget-link-container ul {
    margin: 0;
}

footer[aria-label='copyright bar'] #copyright {
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
}

[aria-label='footer navigation'] li {
    border-left: 1.5px solid #000;
    float: left;
}

[aria-label='footer navigation'] li:first-child {
    border-left: 0px
}

[aria-label='footer navigation'] li a {
    margin: 0 8px;
}

/*****************************************************
*    CONTACT FORM & & ERROR MESSAGES                 *
*****************************************************/
.cta {
    margin-top: 30px;
    padding: 15px 35px;
    display: inline-block;
    background-color: var(--darkgreen-color);
    color: #fff;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.cta:hover, .single-column-section .cta-wrap .cta:hover:nth-child(2), .two-cta-white-gradiant-image-bkg-section .cta-wrap .cta:hover:nth-child(2) {
    color: #fff;
    background-color: var(--litegreen-color);
}

.cta.blue-cta {
    background-color: #1786D6;
}

.cta.blue-cta:hover {
    background-color: #3D9ADB;
}

span.wpcf7-not-valid-tip, .alert-danger {
    background-color: #fadfdf !important;
    border-color: #f1b7c1 !important;
    color: #bd2323 !important
}

.wpcf7-validation-errors {
    background-color: #fff579 !important;
    border: 1px solid #f7e700 !important;
    color: #333 !important
}

div.wpcf7-mail-sent-ok, .success_page {
    background-color: #80e76d !important;
    border: 1px solid #398f14 !important;
    color: #398f14 !important
}

div.wpcf7-mail-sent-ok, div.wpcf7-response-output, div.wpcf7-validation-errors, span.wpcf7-not-valid-tip, .alert-dismissable {
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 10px 0 20px !important;
    padding: 8px !important;
    max-width: 460px
}

.wpcf7-captcha-captcha {
    display: inline-block;
    margin: 3px 0 9px;
}

input[type='button'], input[type='reset'], input[type='submit'], button {
    margin-top: 30px;
    padding: 15px 35px;
    display: inline-block;
    background-color: var(--darkgreen-color);
    color: #fff;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    transition: background-color 0.3s ease-in-out;
}

input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, button:hover {
    background-color: #e7af07;
    border: 0
}

input[type='text'], input[type='email'], input[type='tel'], input[type='password'], input[type='search'], input[type='date'], input[type='datetime'], input[type='time'], input[type='url'], select, textarea {
    transition: border .3s ease-in-out;
    display: inline-block;
    max-width: 460px;
    width: 100%;
    padding: 8px;
    margin-bottom: 9px;
    background-color: #fff;
    font-size: 18px;
    line-height: 18px;
    color: #32312f;
    border: 1px solid #32312f;
    border-radius: 4px;
    font-feature-settings: 'lnum' 1;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
    font-family: Helvetica, Arial, sans-serif;
}

input[type='text']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='password']:focus, input[type='search']:focus, input[type='date']:focus, input[type='datetime']:focus, input[type='time']:focus, input[type='url']:focus, textarea:focus {
    border: 1px solid #25c0d7;
    outline: 0
}

::placeholder {
    color: #b6b6b6;
}

input:focus::placeholder, textarea:focus::placeholder {
}

.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    border: 0;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}

.close:hover, .close:focus {
    color: #000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}

#submit {
    display: block;
    width: 150px;
}

#submit img {
    float: right;
}

/*****************************************************
*    SLICK SLIDE                                     *
*****************************************************/

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.quote-section-carousel .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #eaf3eb;
    color: #33883F;
    border-radius: 50%;
    font-size: 34px;
    font-weight: bold;
    position: absolute;
    top: calc(50% - 30px);
}

.quote-section-carousel .slick-arrow.slick-prev {
    left: -175px;
}

.quote-section-carousel .slick-arrow.slick-next {
    right: -175px;
}

/*****************************************************
*    FONTS                                           *
*****************************************************/
h1 {
    font-size: 1.5em;
    font-style: normal;
    font-weight: normal;
}

h2 {
    font-size: 1.28em;
    margin: 5px 0px 5px 0px;
    font-style: normal;
    font-weight: normal;
}

h3 {
    font-size: 1.17em
}

h4 {
    font-size: 22px;
    line-height: 33px;
    margin: 0 0 24px;
    font-weight: 600;
}

h5 {
    font-size: .83em
}

h6 {
    font-size: .67em
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1em;
}

.headline {
    font-weight: 400;
    font-size: 48px;/*    line-height: 72px;*/
    line-height: 1.17em;
    margin: 0 0 12px;
}

.sub-headline {
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-40 {
	margin-top: 40px;
}

.faqcats {
	margin-bottom: 40px !important;
}

.faqcats button {
	margin: 15px 3px;
}

/* Evergreen 2.0 Guide Page */
.page-id-1790 .modules-4.two-column-list-item-green-checkmark-section, 
.page-id-1790 .modules-5.two-column-list-item-green-checkmark-section {
	padding-top: 1px;	
}

.page-id-1790 .side-image-video-content-section .video {
	align-items: center;
}

.page-id-1790 .side-image-video-content-section,
.page-id-1790 .qa-section {
	padding-top: 10px;
}

.page-id-1790 .side-image-video-content-section .video .center-flex.video {
	background-image: url('https://evergreenwealthsolutions.com/wp-content/uploads/2025/01/watch-video-evergreen-2-0-webinar.png');
	background-repeat: no-repeat;
	background-size: cover;	
	min-height: 415px;
}

.page-id-1790 .side-image-video-content-section.line-down-services-2 .rows.left.image {
	background: #fff;
}

.page-id-1790 .side-image-video-content-section .video .center-flex.video a.watch-video {
	color: #fff;
}

.page-id-1790 .side-image-video-content-section .oval {
	background-color: #fff;
}

.page-id-1790 .side-image-video-content-section .pulsate-ring {
	border-color: #fff;
}

.gform_wrapper {
	margin-top: 30px;
}

.gform_wrapper .gform_required_legend {
	font-size: 14px !important;
}

.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
}

.gform_wrapper .gform_validation_errors>h2,
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
	font-size: 12px !important;
}

.gform_wrapper .gfield_label {
	font-weight: 600 !important;
	font-size: 14px !important;
}

.gform_wrapper .gform-grid-row .gform-grid-col {
	gap: 0 !important;
}

.gform_wrapper .gform_fields {
	grid-row-gap: 10px;
}

.gform_wrapper .field_sublabel_below .ginput_complex {
	grid-column-gap: 0px;
}

.gform_wrapper .ginput_container {
	margin-bottom: 10px;
}

.gform_wrapper .ginput_container.ginput_container--name {
	margin-bottom: 0px;
}

.gform_wrapper .gform_button {
	margin-top: 20px;
	cursor: pointer;
}

.gform_wrapper .gfield textarea.small {
	max-width: 100% !important;
}

.gform_wrapper .gform_button:hover {
	background: var(--litegreen-color) !important;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/subset-Poppins-Regular.woff2') format('woff2'), url('fonts/subset-Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/subset-Poppins-SemiBold.woff2') format('woff2'), url('fonts/subset-Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/subset-Poppins-Bold.woff2') format('woff2'), url('fonts/subset-Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*****************************************************
*    FULL SCREENS                                    *
*****************************************************/
#cd-lateral-nav, .mobile-menu, .hamburger {
    display: none;
}

@media screen and (max-width:1630px) {
    nav[aria-label='main navigation'] ul li {
        margin-left: 35px;
    }

}

@media screen and (max-width:1515px) {
    .quote-section-carousel .blockquote {
        max-width: 840px;
    }

}

@media screen and (max-width:1430px) {
    nav[aria-label='main navigation'] ul li {
        margin-left: 27px;
    }

    nav[aria-label='main navigation'] ul li a {
        letter-spacing: inherit;
    }

}

@media screen and (max-width:1320px) {
    .quote-section blockquote::before {
        left: 0;
    }

    .quote-section blockquote::after {
        right: 0;
    }

}

@media screen and (max-width:1210px) {
    nav[aria-label='main navigation'] ul li {
        margin-left: 15px;
    }

    nav[aria-label='main navigation'] ul li a {
        letter-spacing: inherit;
    }

    #logo img {
        width: 190px;
    }

    footer .pagewrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 15px;
        justify-items: center;
    }

    footer[aria-label='copyright bar'] #copyright, #menu-copyright-navigation {
        margin: 0 auto;
    }

    #menu-copyright-navigation {
        display: inline-block;
    }

    .quote-section-carousel .slick-arrow.slick-prev {
        left: -120px;
    }

    .quote-section-carousel .slick-arrow.slick-next {
        right: -120px;
    }

    .quote-section-carousel .blockquote {
        max-width: 740px;
    }

}

@media screen and (max-width:1050px) {
    nav[aria-label='main navigation'] ul li {
        margin-left: 12px;
    }

    nav[aria-label='main navigation'] ul li a {
        letter-spacing: -0.75px;
    }

    #logo img {
        width: 176px;
    }

}

@media screen and (max-width:1000px) {
    .quote-section-carousel .blockquote {
        max-width: 500px;
    }

}

@media screen and (max-width:970px) {
    .twothree-column-section .grid-columns-3, .twothree-column-section .grid-columns-2, .page-template-page-contact main .grid-columns-2, .three-column-accross-row-section .grid-columns-3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-template-page-contact #cd-google-map {
        order: 1;
    }

    .page-template-page-contact main article {
        order: 2;
    }
	
	header .eg2lp-pw #cd-menu-trigger {
		display: none;
	}
	
	.mobile-nav-btn {
		display: block !important;
        position: absolute;
        right: 0;
		width: 140px;
        height: 39px;
        font-size: 14px;
        margin: 0 !important;
        padding: 7px;
        text-align: center;
	}

}

@media screen and (max-width:890px) {
    .widget-section .grid-columns-4,
	.four-column-section .grid-columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
	
	.four-column-section .four-column-grid:last-child {
		margin-top: 0px !important;
		grid-row-gap: 0px;
	} 
}

@media screen and (min-width:760px) {
    nav #toggle {
        display: none;
    }

}

/*****************************************************
*    MOBILE AND TABLE SCREENS                        *
*****************************************************/
@media screen and (max-width:768px) {
    article {
        text-align: left;
    }

    article .title-icon h3 {
        text-align: left;
    }

    article li {
        text-align: left;
    }

    .page-template-page-home-module [class*='modules'] {
        padding: 50px 0;
    }

    .header-three-column-section .overlay h1, .page-template-page-resources-module .title-offset h1, .page-template-page-whitepaper-module .title-offset h1 {
        font-size: 48px;
        line-height: 1.1em;
    }

    .page-template-page-resources-module .title-offset .pagewrap, .page-template-page-whitepaper-module .title-offset .pagewrap {
        padding: 60px 60px 80px;
    }
	
    .two-cta-white-gradiant-image-bkg-section h2 {
        font-size: 28px !important;
    }

    .header-three-column-section .pagewrap.bottom {
        margin-top: 30px;
    }

    .header-three-column-section article {
        padding: 24px;
    }

    [class*='modules'] {
        padding: 35px 0;
    }

    .three-column-section article img {
        margin: 0 25px 30px 0;
    }

    .watch-video-section .grid-columns-2, .group-profile-section .profile-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .two-column-section article {
        padding: 40px;
    }

    .watch-video-section .link-wrap {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-page-banner-section .overlay h1, [aria-label='banner'] .overlay h1, .headline, .page-template-page-resources-module .title-offset h1, .page-template-page-resources-module [class*='modules'] .pagewrap h2, .page-template-page-whitepaper-module .title-offset h1, .page-template-page-module-php [aria-label='banner'] h1 {
        font-size: 32px;
        line-height: 1.1em;
    }

    .city-street-section .grid-columns-2, .side-image-content-section .grid-columns-2.right, .grid-columns-3, .grid-columns-2, .side-image-video-content-section .rows.right, .side-image-video-content-section .rows.left, .side-image-content-section .grid-columns-2.left, .green-list-number-side-image-section .rows.left, .green-list-number-side-image-section .rows.right {
        grid-template-columns: repeat(1, 1fr);
    }

    .side-image-video-content-section .rows.left article {
        order: 1;
    }

    .side-image-video-content-section .rows.left .image-wrap {
        order: 2;
    }

    .video-steps-section .video-wraper .video-thumbnail, .video-steps-section .video-wraper {
        width: 100%;
        max-width: 768px;
    }

    .widget-section .grid-columns-4, .four-column-section .grid-columns-4, .three-column-video-iframe-section .grid-columns-3, .whitepapers-section .grid-columns-3, .green-checkmark.column-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .three-column-video-iframe-section .grid-columns-3, .whitepapers-section .grid-columns-3 {
        justify-items: center;
    }

    .page-template-page-resources-module [aria-label="banner"] .overlay, .page-template-page-whitepaper-module [aria-label="banner"] .overlay {
        height: 280px;
    }

    .podcast-icons img {
        max-width: 70px;
    }

    .podcast-icons {
        grid-template-columns: repeat(3, 1fr) !important;
        justify-items: center;
    }

    .menu-resources-widget-link-container {
        column-count: 1;
    }

    .quote-section-carousel .slick-arrow.slick-prev {
        left: calc(50% - 80px);
    }

    .quote-section-carousel .slick-arrow.slick-next {
        right: calc(50% - 80px);
    }

    .quote-section-carousel .slick-arrow.slick-prev, .quote-section-carousel .slick-arrow.slick-next {
        top: calc(110% - 30px);
    }

}

@media screen and (min-width:1023px) {
    .side-image-video-content-section {
        text-align: left;
        background-image: url(images/line-down-services.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 850px auto;
    }

    .side-image-video-content-section.line-down-services-1 {
        background-image: none;
    }

    .side-image-video-content-section.line-down-services-2 {
        background-image: url(images/line-down-services-2.jpg);
        background-size: 950px auto;
        background-position: 50% 80%;
    }

    .side-image-video-content-section.line-down-services-5 {
        background-image: url(images/line-down-services-5.jpg);
        background-size: 1080px auto;
    }

}

@media screen and (min-width:769px) {
    .page-template-page-team-bio-module .side-image-video-content-section {
        background-image: url(images/line-down-services-team-bio.jpg);
    }

    .side-image-video-content-section.line-down-services-2 .rows:first-child {
        padding-bottom: 200px;
    }

    nav #toggle {
        display: none;
    }

    .cd-main-content {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

}

@media screen and (max-width:730px) {
    .quote-section-carousel .blockquote::before {
        left: 0px;
    }

    .quote-section-carousel .blockquote::after {
        right: 0px;
    }

    .quote-section-carousel .blockquote {
        max-width: 100%;
    }

}

@media screen and (max-width:680px) {
    .grid-columns-3, .two-column-section .grid-columns-2, .widget-section [class*='grid'], .profile-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .group-profile-section .profile {
        max-width: 270px;
        justify-self: center;
    }

    .two-column-section article {
        display: block;
    }

    [aria-label='footer navigation'] {
        margin-bottom: 12px;
        display: flow-root
    }

    .page-template-page-contact main article {
        padding: 40px;
    }

}

/*****************************************************
*    MOBILE SCREENS ONLY                             *
*****************************************************/
@media screen and (max-width:667px) {
    body {
        word-wrap: break-word;
    }

}

@media screen and (min-width:560px) {
    .twothree-column-section .article, .three-column-accross-row-section .article {
        display: flex;
    }

    .twothree-column-section .article img, .three-column-accross-row-section .article img {
        position: relative;
    }

    .twothree-column-section .article .inner-wrap, .three-column-accross-row-section .article .inner-wrap {
        margin-left: 25px;
    }

    .two-cta-white-gradiant-image-bkg-section .cta-wrap .cta:nth-child(2) {
        margin-left: 20px;
    }

}

@media screen and (max-width:560px) {
    body {
        font-size: 14px;
        line-height: 150%;
    }

    .cta {
        margin-top: 15px;
    }

    .two-column-section article {
        padding: 40px 20px;
    }

    .three-column-section article img {
        float: none;
    }

    .three-column-section article, .twothree-column-section .article {
        text-align: center;
    }

    .three-column-section article img {
        margin: 0 0 12px 0;
    }

    [aria-label='banner'] .pagewrap {
        padding: 60px 0;
    }

    .twothree-column-section .article img {
        margin-bottom: 25px;
    }

    .two-cta-white-gradiant-image-bkg-section .cta-wrap .cta {
        width: 100%;
    }

    .two-column-list-item-green-checkmark-section article img {
        margin-right: 25px;
    }

    .page-template-page-contact main article {
        padding: 20px;
    }

    .three-column-video-iframe-section .grid-columns-3, .green-checkmark.column-3, .green-checkmark.column-2, .page-template-page-team-bio-module .side-image-video-content-section .rows.left {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-template-page-resources-module .title-offset .pagewrap, .page-template-page-whitepaper-module .title-offset .pagewrap {
        padding: 40px 40px 85px;
    }
	
	.page-template-page-whitepaper-module .title-offset .pagewrap {
		padding-bottom: 90px;
	}

    .menu-copyright-navigation-container li {
        margin-bottom: 5px;
    }

    .page-template-page-team-bio-module .side-image-video-content-section {
        padding-top: 0;
    }
	.widget-section .grid-columns-4,
	.four-column-section .grid-columns-4 {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media screen and (max-width:480px) {
    .header-three-column-section .overlay h1, .headline {
        font-size: 40px;
        line-height: 1.1em;
        margin-top: 0;
    }

    .header-three-column-section .overlay h1 {
        font-size: 26px;
    }

    .headline {
        font-size: 32px;
    }

    .header-three-column-section .overlay .pagewrap.width-990 p {
        font-size: 14px;
        line-height: 21px;
    }

    .logo-section img {
        max-height: 55px;
    }

    .page-template-page-contact [aria-label=banner] .pagewrap {
        padding: 100px 0 230px;
    }

    .whitepapers-section .grid-columns-3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-template-page-resources-module [aria-label="banner"].white-wrapped .overlay {
        height: 330px !important;
    }

    .menu-copyright-navigation-container #menu-copyright-navigation {
        margin-left: -12px !important;
    }

    #copyright {
        text-align: left;
        width: 100%;
    }

}

/*****************************************************
*    NAVIGATION AREA  FOR  MOBILE SCREENS ONLYS      *
*****************************************************/
@media screen and (max-width:970px) {
    header .pagewrap {
        position: relative;
    }

    nav[aria-label='main navigation'] {
        display: none;
    }

    #cd-lateral-nav, .hamburger {
        display: block;
    }

    header h1 a {
        margin: 0 auto;
    }

    .mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background: #fff;
        z-index: 3;     /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        transition-property: transform;
        transition-duration: 0.4s;
    }

    .mobile-menu.lateral-menu-is-open {
        -ms-transform: translateX(-260px);
        transform: translateX(-260px);
    }

    #cd-top-nav {
        position: absolute;
        top: 0;
        right: 120px;
        height: 100%;
        display: none;
    }

    #cd-top-nav ul {
        height: 100%;
        padding-top: 18px;
    }

    #cd-top-nav li {
        display: inline-block;
        margin-right: 1em;
    }

    #cd-top-nav a {
        display: inline-block;
        padding: .5em;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 600;
    }

    #cd-top-nav a.current {
        background-color: #242e30;
    }

    .no-touch #cd-top-nav a:hover {
        color: rgba(255, 255, 255, 0.7);
    }

    #cd-lateral-nav {
        position: fixed;
        height: 100%;
        right: 0;
        top: 0;
        visibility: hidden;     /* the secondary navigation is covered by the main element */
        z-index: 1;
        width: 260px;
        background-color: #1d1d1d;
        overflow-y: auto;       /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        transition: transform .4s 0s, visibility 0s .4s;        /* this creates the subtle slide in animation of the navigation */
        -ms-transform: translateX(80px);
        transform: translateX(80px);
    }

    #cd-lateral-nav .cd-navigation {
        margin: 10px 0 16px;
    }

    #cd-lateral-nav .sub-menu {
        padding: 0 10px 20px 15px;
        display: none;
    }

    #cd-lateral-nav a {
        display: block;
        line-height: 2em;
        padding: 0 16px 0 32px;
        color: #aab5b7;
    }

    #cd-lateral-nav ul#top-menu > li > a {
        text-transform: uppercase;
        font-weight: 600;
    }

    #cd-lateral-nav li.current-menu-item a {
        background-color: #32312f;
        color: #FFF;
    }

    .no-touch #cd-lateral-nav a:hover {
        color: #FFF;
    }

    #cd-lateral-nav .cd-navigation {
        margin: 20px 0;
    }

    #cd-lateral-nav.lateral-menu-is-open {
        -ms-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        transition: transform .4s 0s, visibility 0s 0s;
        -webkit-overflow-scrolling: touch;
    }

    /* style menu items which have a submenu  */
    #cd-lateral-nav .menu-item-has-children > a {
        position: relative;
    }

    #cd-lateral-nav .menu-item-has-children > a:after {
        content: '';
        display: block;
        height: 11px;
        width: 8px;
        position: absolute;
        top: 50%;
        bottom: auto;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 1em;
        background: url("images/cd-arrow.svg") no-repeat center center;
        background-size: 8px 11px;
        transition-property: transform;
        transition-duration: 0.2s;
    }

    #cd-lateral-nav .menu-item-has-children > a.submenu-open:after {
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

    .cd-main-content {
        min-height: 100%;
        position: relative;
        background-color: #fff;
        z-index: 2; /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        transition-property: transform;
        transition-duration: 0.4s;
    }

    .cd-main-content.lateral-menu-is-open {
        -ms-transform: translateX(-260px);
        transform: translateX(-260px);
    }

    .hamburger {
        display: block;
        position: absolute;
        right: 0;
        margin: 0;
        padding: 0;
        width: 60px;
        height: 50px;
        text-align: center;
        z-index: 20;
    }

    .hamburger svg {
        width: 60px;
        height: 50px;
        cursor: pointer;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .hamburger path {
        fill: none;
        -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
        -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
        -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
        -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
        transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
        stroke-width: 40px;
        stroke-linecap: round;
        stroke: #33883F;
        stroke-dashoffset: 0px;
    }

    .hamburger path#top, .hamburger path#bottom {
        stroke-dasharray: 240px 950px;
    }

    .hamburger path#middle {
        stroke-dasharray: 240px 240px;
    }

    .cross path#top, .cross path#bottom {
        stroke-dashoffset: -650px;
        stroke-dashoffset: -650px;
    }

    .cross path#middle {
        stroke-dashoffset: -115px;
        stroke-dasharray: 1px 220px;
    }

}

/*****************************************************
*    FANCY BOX                                       *
*****************************************************/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video, .fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */
.fancybox-button {
    background: #f44336;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    color: #fff;
    border: 0;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
    background: #ff685c;
    border: 0;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }

}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }

}

/* Transition effects */
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }

    }

}

/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

.content-align-left .article-items {
	text-align: left;
}

.content-align-left .article-items img {
	margin-bottom: 40px;
}

.padd-bot-30 {
	padding-bottom: 30px !important;
}

.mar-top-10 {
	margin-top: 10px !important;
}

.mar-top-20 {
	margin-top: 20px !important;
}

.mar-bot-5 {
	margin-bottom: 5px !important;
}

.mar-bot-10 {
	margin-bottom: 10px !important;
}

.mar-bot-20 {
	margin-bottom: 20px !important;
}

.mar-bot-30 {
	margin-bottom: 30px !important;
}

.mar-bot-50 {
	margin-bottom: 50px !important;
}

.green-top-border {
	border-top: 7px solid #6CBD47;
}

/* Styling for Small-Screen Devices */
@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }

}