.elementor-kit-5{--e-global-color-primary:#7CB929;--e-global-color-secondary:#E1E2D7;--e-global-color-text:#585857;--e-global-color-accent:#3A82B3;--e-global-color-6cd53b5:#A6CADD;--e-global-color-2c74b7a:#00772D;--e-global-typography-primary-font-family:"GT Walsheim";--e-global-typography-primary-font-size:3.2em;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"GT Walsheim";--e-global-typography-secondary-font-size:1.4em;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0.4px;--e-global-typography-accent-font-family:"GT Walsheim";--e-global-typography-accent-font-size:1.4em;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1.1em;--e-global-typography-f760253-font-family:"Helvetica";--e-global-typography-f760253-font-size:1rem;--e-global-typography-f760253-font-weight:400;--e-global-typography-f760253-font-style:normal;--e-global-typography-f760253-line-height:1.5em;--e-global-typography-ec095fe-font-family:"GT Walsheim";--e-global-typography-ec095fe-font-size:1em;--e-global-typography-ec095fe-font-weight:600;--e-global-typography-ec095fe-text-transform:uppercase;--e-global-typography-ec095fe-font-style:normal;--e-global-typography-ec095fe-text-decoration:none;--e-global-typography-ec095fe-line-height:1em;--e-global-typography-67b6bff-font-family:"GT Walsheim";--e-global-typography-67b6bff-font-size:1.3em;--e-global-typography-67b6bff-font-weight:600;--e-global-typography-67b6bff-line-height:1em;--e-global-typography-67b6bff-letter-spacing:0px;color:var( --e-global-color-text );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1130px;}.e-con{--container-max-width:1130px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1260px){.elementor-kit-5{--e-global-typography-primary-font-size:3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:2.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* setting default font size */
html {
    font-size: 14px;
}


/* blanket cancelling all elementor animations */
.animated {
    animation: unset !important;
    animation-name: unset !important;
    animation-duration: unset !important;
    animation-timing-function: unset !important;
    animation-delay: unset !important;
    animation-iteration-count: unset !important;
    animation-direction: unset !important;
    animation-fill-mode: unset !important;
    animation-play-state: unset !important;
}


/* shaving off the margin of last-child text elements */



/* making bullet lists WSAS green */
.elementor-tab-content ul,
.elementor-widget-text-editor ul {
    list-style: none;
    position: relative;
}
.elementor-tab-content ul li::before,
.elementor-widget-text-editor ul li::before {
    position: absolute;
    content: "\2022";
    color: #6CB52D;
    font-size: 2em;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


/* spacing between bulleted lists */
.elementor-tab-content ul li,
.elementor-widget-text-editor ul li {
    margin-bottom: 10px;
}


/* spacing between section content and titles */
@media screen and (min-width: 767px) {
    .elementor-kit-5 .offset-section__title {
        position: absolute;
        top: -60px;
    }
    
    .elementor-kit-5 .offset-section__col {
        margin-top: 60px;
    }
}


/* styling for accordions */
.jh-accordion .elementor-tab-title,
.jh-accordion .elementor-accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jh-accordion .elementor-tab-title > span.elementor-accordion-icon {
    order: 3;
}
.jh-accordion .elementor-accordion-title span {
    font-size: 2.1rem;
    margin-right: 18px
}
.jh-accordion .elementor-accordion-item:not(:last-child) {
    margin-bottom: 12px
}


/* styling for gravity forms */
.gform_wrapper {
    margin: 0 !important;
}
.gform_wrapper .gform_heading > *:first-child {
    margin-top: 0;
}
.gform_wrapper .gform_footer {
    padding-bottom: 0;
}
.gform_wrapper a {
    color: var( --e-global-color-primary );
}
.gform_wrapper .gform_title {
        color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-secondary-font-family ), Arial,Sans-serif;
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: var( --e-global-typography-secondary-font-weight );
    text-transform: var( --e-global-typography-secondary-text-transform );
}
.gform_wrapper .button {
    padding: 8px 30px 8px 30px;
    font-family: var( --e-global-typography-ec095fe-font-family ), Arial,Sans-serif;
    font-size: var( --e-global-typography-ec095fe-font-size );
    font-weight: var( --e-global-typography-ec095fe-font-weight );
    text-transform: var( --e-global-typography-ec095fe-text-transform );
    line-height: var( --e-global-typography-ec095fe-line-height );
    color: #fff;
    background-color: var( --e-global-color-primary );
    border: none;
    border-radius: 0px;
}
.gform_wrapper .button:hover {
    background-color: #71AA24;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'GT Walsheim';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Regular.woff2') format('woff2'),
		url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Regular.woff') format('woff'),
		url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Walsheim';
	font-style: oblique;
	font-weight: 400;
	font-display: auto;
	src: url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Regular-Oblique.woff2') format('woff2'),
		url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Regular-Oblique.woff') format('woff'),
		url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Regular-Oblique.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Walsheim';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Medium.woff2') format('woff2'),
		url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Medium.woff') format('woff'),
		url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Walsheim';
	font-style: oblique;
	font-weight: 500;
	font-display: auto;
	src: url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Medium-Oblique.woff2') format('woff2'),
		url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Medium-Oblique.woff') format('woff'),
		url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Medium-Oblique.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Walsheim';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Bold.woff2') format('woff2'),
		url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Bold.woff') format('woff'),
		url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Walsheim';
	font-style: oblique;
	font-weight: 600;
	font-display: auto;
	src: url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Bold-Oblique.woff2') format('woff2'),
		url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Bold-Oblique.woff') format('woff'),
		url('https://stg-watersasorg-staging.kinsta.cloud/wp-content/uploads/2021/09/GT-Walsheim-Bold-Oblique.ttf') format('truetype');
}
/* End Custom Fonts CSS */