/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@font-face
{
	font-family: 'font_awesome';
	font-style: normal;
	font-weight: 900;
	src: url('/fonts/fa-solid-900.woff2') format('woff2');
	font-display: block;
}

@font-face
{
    font-family: 'Source Sans 3';
    src: url('/fonts/SourceSans3-VariableFont_wght.woff2') format('woff2');
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
}

/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
:root
{
    --primary-color: #000080;
    --secondary-color: #1A1A1A;
	--additional-color: #545454;

	--body-font-family: 'Source Sans 3', sans-serif;
	--body-font-size: 18px;
	--body-font-weight: normal;
	--body-font-color: #1A1A1A;

	--alternative-text-font-family: var(--body-font-family);
    --alternative-text-font-size: 21px;
	--alternative-text-font-weight: var(--body-font-weight);
	--alternative-text-font-color: var(--body-font-color);

	--callout-font-family: 'Source Sans 3', sans-serif;
    --callout-font-size: 26px;
	--callout-font-weight: normal;
	--callout-font-color: var(--secondary-color);

	--headings-font-family: 'Source Sans 3', sans-serif;
    --headings-font-primary-color: var(--primary-color);
    --headings-font-secondary-color: var(--secondary-color);
	--headings-font-secondary-weight: 600;

    --heading-1-font-size: 48px;
    --heading-1-font-weight: normal;

    --heading-2-font-size: 38px;
    --heading-2-font-weight: normal;

    --heading-3-font-size: 32px;
    --heading-3-font-weight: 600;

    --heading-4-font-size: 29px;
    --heading-4-font-weight: 600;

    --heading-5-font-size: 27px;
    --heading-6-font-size: 25px;

	--action-buttons-font-size: 17px;
	--action-buttons-font-weight: 600;
	--action-buttons-padding: 11px 16px;
	--action-buttons-border-radius: 0;

	--action-button-1-font-family: var(--body-font-family);
	--action-button-1-font-size: var(--action-buttons-font-size);
	--action-button-1-font-weight: var(--action-buttons-font-weight);
	--action-button-1-font-color: #ffffff;
	--action-button-1-background-color: var(--primary-color);
	--action-button-1-border: none;

	--action-button-1-hover-background-color: var(--secondary-color);
	--action-button-1-hover-font-color: #ffffff;

	--action-button-2-font-family: var(--body-font-family);
	--action-button-2-font-size: var(--action-buttons-font-size);
	--action-button-2-font-weight: var(--action-buttons-font-weight);
	--action-button-2-font-color: #ffffff;
	--action-button-2-background-color: var(--additional-color);
	--action-button-2-border: none;

	--action-button-2-hover-background-color: var(--primary-color);
	--action-button-2-hover-font-color: var(--action-button-1-font-color);

	--action-button-3-font-family: var(--body-font-family);
	--action-button-3-font-size: var(--action-buttons-font-size);
	--action-button-3-font-weight: var(--action-buttons-font-weight);
	--action-button-3-font-color: var(--secondary-color);
	--action-button-3-background-color: #ffffff;
	--action-button-3-border: 1px solid var(--primary-color);
	--action-button-3-hover-background-color: var(--primary-color);
	--action-button-3-hover-font-color: var(--secondary-color);

	--text-link-color: var(--secondary-color);
	--text-link-hover-color: var(--body-font-color);
	--text-link-hover-decoration: underline;

	--forced-white-text-color: #ffffff;

	--header-font-size: 16px;
	--header-phone-icon: '\f095';
	--header-phone-icon-color: var(--primary-color);
	--header-mobile-background-color:  var(--additional-color);
	--header-mobile-height: 85px;

	--horizontal-line-main: 2px solid var(--primary-color);
	--horizontal-line-secondary: 2px solid #BCBCBC;
	--horizontal-line-color-on-hover: #BCBCBC;

	--contact-form-text-size: 16px;

	--icon-before-text-on-hover: url('/images/arrow.png');

	--feature-title-font-family: 'Source Sans 3', sans-serif;
	--feature-title-font-size: 26px;
	--feature-title-font-weight: 600;
	--feature-title-font-color: var(--body-font-color);

	--footer-font-size: 12px;
	--footer-font-color: #FFFFFF;
	--footer-background-color: #000000;

	--testimonial-description-font-color: #454545;
}

@media screen and (max-width: 991px)
{
    :root
    {
        --heading-1-font-size: var(--heading-3-font-size);
        --heading-2-font-size: var(--heading-4-font-size);
		--callout-font-size: 22px;
    }
}

html
{
	margin: 0;
	padding: 0;
	width: 100%;
	scroll-behavior: smooth !important;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: var(--body-font-family);
	font-size: var(--body-font-size);
	background-color: transparent !important;
}

.container img:not(.img-non-responsive),
.container-fluid img:not(.img-non-responsive)
{
	display: inline-block;
	max-width: 100%;
	height: auto !important;
	border: none;
}

a:link,
a:visited,
a:active
{
	color: var(--text-link-color);
}

a:hover
{
	color: var(--text-link-hover-color);
}

a:focus
{
	outline-offset: 2px;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid var(--primary-color);
}

input[type="submit"]
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: var(--action-button-1-font-family);
	font-size: var(--action-button-1-font-size);
	font-weight: var(--action-button-1-font-weight);
	font-style: normal !important;
	color: var(--action-button-1-font-color) !important;
	text-decoration: none !important;
	background-color: var(--action-button-1-background-color);
	padding: var(--action-buttons-padding);
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
	border: var(--action-button-1-border);
	border-radius: var(--action-buttons-border-radius);

	/*iPad Overrides*/
	border: none;
	appearance: none;
}

input[type="submit"]:hover
{
	background-color: var(--action-button-1-hover-background-color);
	border: var(--action-button-1-hover-border);
}

input[type="submit"]:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

input[type="text"],
input[type="password"],
select,
option,
textarea
{
	font-family: var(--body-font-family);
	font-size: 16px;
}

hr
{
	height: 1px;
	background-color: var(--horizontal-line-secondary);
	border: 0;
}

.button-small,
.button-small:link,
.button-small:active,
.button-small:visited,
.button-small:hover
{
	font-size: 14px !important;
	padding: 3px 8px !important;
}

div.container-max-width
{
	max-width: 1200px;
}

.embeddedContent[data-resizetype="responsive"],
.rem-responsive-16x9-video
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.embeddedContent [data-resizetype="responsive"] iframe,
.rem-responsive-16x9-video iframe,
.rem-responsive-16x9-video object,
.rem-responsive-16x9-video embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Uncomment for custom bullets */

.container ul
{
	padding-left: 20px;
}

.container ul li
{
	position: relative;
	list-style: none;
}

.container ul li::before
{
	content: '\2022';
	position: absolute;
    display: block;
    left: -20px;
    color: var(--primary-color);
    font-size: 19px;
    top: 0;
}

.vertical-padding-120
{
	padding-top: 120px;
	padding-bottom: 120px;
}

.vertical-padding-bottom-120
{
	padding-bottom: 120px;
}

.vertical-padding-top-120
{
	padding-top: 120px;
}

.vertical-padding-large
{
	padding-top: 80px;
	padding-bottom: 80px;
}

.vertical-padding-medium
{
	padding-top: 60px;
	padding-bottom: 60px;
}

.vertical-padding-50
{
	padding-top: 50px;
	padding-bottom: 50px;
}

.vertical-padding-small
{
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width:992px)
{
	.vertical-padding-bottom-120
	{
		padding-bottom: 60px;
	}

	.vertical-padding-top-120
	{
		padding-top: 60px;
	}

	.vertical-padding-120
	{
		padding-top: 60px;
		padding-bottom: 60px;
	}


	.vertical-padding-large
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.vertical-padding-medium
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* col-lg and below */
@media screen and (max-width:1200px)
{
	.mobile-left
	{
		float: none !important;
		clear: both !important;
		display: block !important;
		margin: 0 auto 0 0 !important;
		text-align: center!important;
	}

	.mobile-centered
	{
		float: none !important;
		clear: both !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
	}

	.mobile-right
	{
		float: none !important;
		clear: both !important;
		display: block !important;
		margin: 0 0 0 auto !important;
		text-align: center !important;
	}

	.mobile-left-flex
	{
		float: none !important;
		clear: both !important;
		display: flex !important;
		margin: 0 auto 0 0 !important;
		text-align: center !important;
	}

	.mobile-centered-flex
	{
		float: none !important;
		clear: both;
		display: flex !important;
		margin: 0 auto;
		text-align: center;
	}

	.mobile-right-flex
	{
		float: none !important;
		clear: both;
		display: flex !important;
		margin: 0 0 0 auto;
		text-align: center;
	}
}

@media screen and (min-width: 991px)
{
	.hide-on-desktop-box
	{
		display: none !important;
	}
}


@media screen and (min-width: 1201px)
{
	.hide-on-desktop
	{
		display: none !important;
	}

	#header-mobile-only
	{
		display: none;
	}
}

@media screen and (max-width: 1200px)
{
	.hide-on-mobile
	{
		display: none !important;
	}

	#block_output_container
	{
		margin-top: 60px;
	}

	div#header-mobile-only
	{
		display: flex;
    	height: var(--header-mobile-height);
    	width: 100%;
		align-items: center;
	}

	div#header-mobile-only #mobile-header-logo
	{
		display: flex;
		margin-left: 15px;
	}

	div#header-mobile-only > div
	{
		display: flex;
        height: var(--header-mobile-height);
        width: 100%;
		justify-content: flex-end;
		align-items: center;
	}

	#header-mobile-only .header-right-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }

	#header-mobile-only .header-right-container .header-phone-container
	{
        position: relative;
        font-family: var(--body-font-family);
        font-size: var(--header-font-size);
        color: var(--body-font-color);
        margin-right: 15px;
    }

	#header-mobile-only .header-right-container .header-phone-container::before
	{
        content: var(--header-phone-icon);
        position: relative;
        font-family: font_awesome;
        font-size: 16px;
        color: var(--header-phone-icon-color);
		left: -5px;
	}

	#header-mobile-only .header-right-container .header-phone-container a
	{
        position: relative;
        font-family: var(--body-font-family);
        font-size: var(--header-font-size);
        color: var(--body-font-color);
        text-decoration: none;
	}

	div#header-mobile-only::after
	{
		clear: both;
		content: "\00a0";
		display: block;
		height: 0;
		font: 0px/0 serif;
		overflow: hidden;
	}

	#mobile_search_button:link,
	#mobile_search_button:active,
	#mobile_search_button:visited,
	#mobile_search_button:hover
	{
		position: absolute;
		top: 18px;
		right: 65px;
		font-family: font_awesome;
		font-size: 24px;
		text-decoration: none;
	}
}

/* Lightbox Styles */
.sl-overlay
{
	background: #000000 !important;
	opacity: 0.8 !important;
}

.sl-wrapper .sl-close
{
	font-size: 37px !important;
	color: #ffffff !important;
}

.sl-wrapper .sl-counter
{
	font-size: 21px !important;
	color: #ffffff !important;
}

.sl-wrapper .sl-navigation button.sl-prev,
.sl-wrapper .sl-navigation button.sl-next
{
	font-size: 40px !important;
	color: #ffffff !important;
}

.sl-wrapper .sl-image .sl-caption
{
	font-size: 21px !important;
}

.sl-wrapper .sl-image .description
{
	font-size: 16px !important;
}

.sl-wrapper .sl-image .lightbox-link
{
	margin-top: 10px !important;
}

.sl-wrapper .sl-image a:link,
.sl-wrapper .sl-image a:active,
.sl-wrapper .sl-image a:visited
{
	font-size: 16px !important;
}

@media screen and (max-width:1200px)
{
	.sl-wrapper .sl-close
	{
		right: 20px !important;
		top: 80px !important;
	}
}

.background-image-wrapper
{
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	background-size: cover;
}

/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
#desktop_header_additional_content .header-phone-container
{
	position: relative;
	font-family: var(--body-font-family);
	font-size: var(--header-font-size);
	color: var(--body-font-color);
	margin-right: 15px;
	margin-top: 15px;
}

#desktop_header_additional_content .header-phone-container::before
{
	content: var(--header-phone-icon);
	position: relative;
	font-family: font_awesome;
	font-size: var(--header-font-size);
	color: var(--header-phone-icon-color);
	left: -3px;
}

#desktop_header_additional_content .header-phone-container a
{
	position: relative;
	font-family: var(--body-font-family);
	font-size: var(--header-font-size);
	color: var(--body-font-color);
	text-decoration: none;
}

@media screen and (max-width: 1200px)
{
	#header-desktop
	{
		display: none;
	}

	#header-desktop #menu-builder-header-nav
	{
		position: fixed;
		top: 60px;
		z-index: 1500;
		left: 0;
		width: 100%;
		max-height: calc(100% - 60px);
		box-shadow: -1px -2px 20px 0px rgba(0,0,0,0.5);
		overflow-y: auto;
		background-color: rgba(255,255,255,0.9);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}

	#desktop_header_additional_content .header-phone-container
	{
		margin-right: 15px;
		margin-top: 0;
	}

	#desktop_header_additional_content .header-consultation
	{
		margin-right: 15px;
	}
}

@media screen and (min-width: 1201px)
{
	#header-desktop
	{
		position: relative;
		z-index: 1000;
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#header-desktop > div:first-of-type
	{
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	#header-desktop #menu-builder-header-nav
	{
		position: relative;
		display: flex;
		align-items: center;
	}

	#desktop_header_additional_content
	{
		display: flex;
		justify-content: flex-end;
	}

	.cke_editable #desktop_header_additional_content
	{
		background-color: none;
	}
}



/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
body > footer
{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: var(--footer-background-color);
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

body > footer .copyright-container,
body > footer .copyright-container a:link,
body > footer .copyright-container a:active,
body > footer .copyright-container a:visited
{
	font-family: var(--body-font-family);
	font-size: var(--footer-font-size);
	font-weight: normal;
	color: var(--footer-font-color);
	text-decoration: none;
	transition: color 150ms;
	text-align: center;
}

body > footer .copyright-container a:hover
{
	color: var(--primary-color);
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: var(--body-font-family);
	font-size: var(--body-font-size);
	font-weight: var(--body-font-weight);
	color: var(--body-font-color);
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
	font-family: var(--body-font-family);
	font-size: var(--body-font-size);
	font-weight: var(--body-font-weight);
	color: var(--body-font-color);
	line-height: 2;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	font-family: var(--alternative-text-font-family);
	font-size: var(--alternative-text-font-size);
	font-weight: var(--alternative-text-font-weight);
	color: var(--alternative-text-font-color);
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
	font-family: var(--callout-font-family);
	font-size: var(--callout-font-size);
	font-weight: var(--callout-font-weight);
	color: var(--callout-font-color);
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

h1,
h1.ww_h1
{
	font-family: var(--headings-font-family);
	font-size: var(--heading-1-font-size);
	font-weight: var(--heading-1-font-weight);
	color: var(--headings-font-secondary-color);
	line-height: 1.2;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

h1 strong,
h1.ww_h1 strong
{
	font-weight: var(--headings-font-secondary-weight);
	color: var(--headings-font-primary-color);
}

h2,
h2.ww_h2
{
	font-family: var(--headings-font-family);
	font-size: var(--heading-2-font-size);
	font-weight: var(--heading-2-font-weight);
	color: var(--headings-font-secondary-color);
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

h2 strong,
h2.ww_h2 strong
{
	font-weight: var(--headings-font-secondary-weight);
	color: var(--headings-font-primary-color);
}

h3,
h3.ww_h3
{
	font-family: var(--headings-font-family);
	font-size: var(--heading-3-font-size);
	font-weight: var(--heading-3-font-weight);
	color: var(--headings-font-primary-color);
	margin: 0;
	padding: 0;
}

h4,
h4.ww_h4
{
	font-family: var(--headings-font-family);
	font-size: var(--heading-4-font-size);
	font-weight: var(--heading-4-font-weight);
	color: var(--headings-font-primary-color);
	margin: 0;
	padding: 0;
}

h5,
h5.ww_h5
{
	font-family: var(--headings-font-family);
	font-size: var(--heading-5-font-size);
	font-weight: var(--heading-5-font-weight);
	color: var(--headings-font-primary-color);
	margin: 0;
	padding: 0;
}

h6,
h6.ww_h6
{
	font-family: var(--headings-font-family);
	font-size: var(--heading-6-font-size);
	font-weight: var(--heading-6-font-weight);
	color: var(--headings-font-primary-color);
	margin: 0;
	padding: 0;
}

.ww_emphasis
{
	font-weight: bold;
	font-style: normal;
}

.ww_strong_emphasis
{
	font-weight: bold;
	font-style: italic;
}

.ww_action_button1
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: var(--action-button-1-font-family);
	font-size: var(--action-button-1-font-size);
	font-weight: var(--action-button-1-font-weight);
	font-style: normal !important;
	color: var(--action-button-1-font-color) !important;
	text-decoration: none !important;
	background-color: var(--action-button-1-background-color);
	padding: var(--action-buttons-padding);
	border: var(--action-button-1-border);
	border-radius: var(--action-buttons-border-radius);
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button1,
a .ww_action_button1:link,
a .ww_action_button1:visited,
.ww_action_button1 a:link,
.ww_action_button1 a:visited
{
	color: var(--action-button-1-font-color);
	text-decoration: none !important;
}

.ww_action_button1:hover
{
	background-color: var(--action-button-1-hover-background-color);
	color: var(--action-button-1-hover-font-color) !important;
	border: var(--action-button-1-hover-border);
}

.ww_action_button1:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_action_button2
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: var(--action-button-2-font-family);
	font-size: var(--action-button-2-font-size);
	font-weight: var(--action-button-2-font-weight);
	font-style: normal !important;
	color: var(--action-button-2-font-color) !important;
	text-decoration: none !important;
	background-color: var(--action-button-2-background-color);
	padding: var(--action-buttons-padding);
	border: var(--action-button-2-border);
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button2,
a .ww_action_button2:link,
a .ww_action_button2:visited,
.ww_action_button2 a:link,
.ww_action_button2 a:visited
{
	color: var(--action-button-2-font-color);
	text-decoration: none !important;
}

.ww_action_button2:hover
{
	background-color: var(--action-button-2-hover-background-color);
	color: var(--action-button-2-hover-font-color) !important;
	border: var(--action-button-2-hover-border);
}

.ww_action_button2:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_action_button3
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: var(--action-button-3-font-family);
	font-size: var(--action-button-3-font-size);
	font-weight: var(--action-button-3-font-weight);
	font-style: normal !important;
	color: var(--action-button-3-font-color) !important;
	text-decoration: none !important;
	background-color: var(--action-button-3-background-color);
	padding: var(--action-buttons-padding);
	border: var(--action-button-3-border);
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button3,
a .ww_action_button3:link,
a .ww_action_button3:visited,
.ww_action_button3 a:link,
.ww_action_button3 a:visited
{
	color: var(--action-button-3-font-color);
	text-decoration: none !important;
}

.ww_action_button3:hover
{
	background-color: var(--action-button-3-hover-background-color);
	color: var(--action-button-3-hover-font-color);
	border: var(--action-button-3-hover-border);
}

.ww_action_button3:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_editor_body
{
	background-color: #FFFFFF;
}

.forced-white h1,
.forced-white h2,
.forced-white p
{
	color: var(--forced-white-text-color);
}

.cke_editable .forced-white h1,
.cke_editable .forced-white h2,
.cke_editable .forced-white p
{
	color: var(--body-font-color);
}

/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/
*********************************************************************/

.content_form_wrapper
{
    margin-top: -171px;
    margin-bottom: -140px;
    padding-top: 175px;
}

@media screen and (max-width: 1200px)
{
	.content_form_wrapper
	{
		margin-bottom: 0;
	}
}

.left-content-container
{
	padding-top: 80px;
	padding-right: 30px;
}

@media screen and (max-width: 1200px)
{
	.left-content-container
	{
		padding-top: 0;
		padding-right: 0;
        padding-bottom: 30px;
	}
}

@media screen and (max-width: 991px)
{
	.left-content-container h1
	{
		font-weight: normal;
	}
}

.content-under-banner
{
	max-width: 570px;
}

/* Changing hover container */
.intro-container
{
	margin-top: 60px;
	margin-bottom: 80px;
}

@media screen and (max-width:576px)
{
	.intro-container
	{
		margin-bottom: 0;
	}
}

.intro-container .container-overlap
{
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	background: #ffffff;
    padding: 30px;
	width: 470px;
	position: relative;
    right: 60px;
    top: 35px;
}

.cke_editable .intro-container .container-overlap
{
	right: 0;
}

@media screen and (max-width:1200px)
{
	.intro-container .container-overlap
	{
		left: 85px;
		z-index: 3;
	}
}

@media screen and (max-width:991px)
{
	.intro-container .container-overlap
	{
		margin: 0 auto;
		left: 0;
		top: 30px;
		max-width: calc(100% - 10px);
		width: auto;
		padding: 0 30px;
	}
}

.intro-container .container-overlap .main-title
{
	padding-bottom: 35px;
	margin-top: 30px;
	margin-bottom: 35px;
	border-bottom: var(--horizontal-line-secondary);
	font-family: var(--callout-font-family);
	font-size: var(--callout-font-size);
}

@media screen and (max-width:991px)
{
	.intro-container .container-overlap .main-title
	{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}

.intro-container .container-overlap .main-description
{
	font-family: var(--body-font-family);
	font-size: var(--body-font-size);
	color: var(--body-font-color);
	font-weight: normal;
}

@media screen and (max-width:991px)
{
	.intro-container .container-overlap .main-description
	{
		font-size: 17px;
		margin-bottom: 30px;
	}
}

.intro-container .img-non-responsive
{
	right: 150px;
    position: relative;
}

@media screen and (max-width:991px)
{
	.intro-container .img-non-responsive
	{
		right: 0;
		margin: 0 auto;
		display: flex;
		height: auto !important;
		max-width: 100%;
	}
}

.intro-container .wrapper-img
{
	position: relative;
}

.intro-container .wrapper-img::before
{
	content: "";
    position: absolute;
    bottom: -30px;
    right: -105px;
    width: 420px;
    height: 420px;
    background-color: #8BD965;
    opacity: 1;
    z-index: -1;
	box-shadow: 0 0 40px rgba(0,0,0,0.5);
	border-radius: 20px;
}

@media screen and (max-width:1200px)
{
	.intro-container .wrapper-img::before
	{
		right: -170px;
	}
}

@media screen and (max-width:991px)
{
	.intro-container .wrapper-img::before
	{
		display: none;
	}
}

.content-hover .heading-wrapper
{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.content-hover 
{
	position: relative;
    right: 0;
	top: 30px;
}

@media screen and (max-width:991px)
{
	.content-hover 
	{
		top: 0;
		padding-top: 0;
	}
}

.content-hover .heading
{
	position: relative;
	display: flex;
	flex-direction: column;
}

.benefits-container p.panel-title
{
	margin-top: 30px;
	padding-bottom: 35px;
	line-height: 1.2;
}

@media screen and (max-width:991px)
{
	.benefits-container p.panel-title
	{
		margin-top: 30px;
		padding-bottom: 35px;
		line-height: 1.2;
	}
}

.benefits-container p .accordion-icon
{
	margin-top: 30px;
}

.benefits-container .benefit-single
{
	font-family: var(--alternative-text-font-family);
	font-size: var(--alternative-text-font-size);
	color: var(--alternative-text-font-color);
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border: none !important;
}

.benefits-container .benefit-single::after
{
	content: '';
	position: relative;
	display: flex;
	width: 35px;
	height: 2px;
	background-color: var(--primary-color);
	transition: all 1s;
	top: 30px;
}

.read-more-mobile
{
	font-weight: 600;
	text-decoration: underline;
}

@media screen and (min-width:991px)
{
	.read-more-mobile
	{
		display: none;
	}
}

.benefits-container button.accordion-trigger
{
	background: transparent;
}

.benefits-container button.accordion-trigger:hover.benefit-single::after
{
	width: 100%;
	background-color: var(--horizontal-line-color-on-hover);
}

@media screen and (max-width:991px)
{
	.benefits-container button.accordion-trigger:hover.benefit-single::after
	{
		width: 35px;	
	}
}
	
.benefits-container button.accordion-trigger:hover
{
	color: #000000;
	text-decoration: none;
	background: transparent;
}

.benefits-container .benefit-single::before
{
	content: var(--icon-before-text-on-hover);
	position: absolute;
	left: -65px;
	transition: all 2s;
	display: none;
}
	
.benefits-container button.accordion-trigger:hover.benefit-single::before
{
	display: block;
	transition: all 2s;
}

@media screen and (max-width:991px)
{
	.benefits-container .benefit-single::before
	{
		display: none !important;
	}
}

body:not(.ww_editor_body) #product_range_selector_image_container
{
	height: 626px;
	box-sizing: content-box;
}

@media screen and (max-width:1200px)
{
	body:not(.ww_editor_body) #product_range_selector_image_container
	{
		height: auto;
		display: block;
		width: 100%;
		max-width: 740px;
		margin: 0 auto;
	}
}

@media screen and (max-width:991px)
{
	body:not(.ww_editor_body) #product_range_selector_image_container
	{
		position: relative;
	}
}

#product_range_selector_image_container > div
{
	position: relative;
	opacity: 0;
	transition: opacity 400ms;
}

@media screen and (max-width:1200px)
{
	#product_range_selector_image_container > div
	{
		position: absolute;
	}
}

#product_range_selector_image_container > div.active
{
	opacity: 1;
}

#product_range_selector_image_container > div.inactive
{
	display: none;
}

@media screen and (max-width:991px)
{
	#product_range_selector_image_container > div.inactive
	{
		display: block;
	}
}

.ww_editor_body #product_range_selector_image_container > div
{
	opacity: 1;
}

@media screen and (min-width:1200px)
{
	body:not(.ww_editor_body) #product_range_selector_image_container > div > div.overlay-text
	{
		position: absolute;
		z-index: 3;
		color: #000000;
	}
}

@media screen and (max-width:991px)
{
	body:not(.ww_editor_body) #product_range_selector_image_container > div > div.overlay-text
	{
		display: none;
		z-index: 3;
	}
}

@media screen and (max-width: 991px)
{
    body:not(.ww_editor_body) #product_range_selector_image_container > div > div.overlay-text
	{
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px)
{
    #product_range_selector_image_container > div 
	{
        position: relative;
    }
}

@media screen and (max-width: 991px) {
    body:not(.ww_editor_body) #product_range_selector_image_container 
	{
        position: relative;
    }
}

#product_range_selector_image_container > div > img
{
	position: absolute;
}

.ww_editor_body #product_range_selector_image_container > div > img
{
	position: relative;
	display: block;
}

body:not(.ww_editor_body) #product_range_selector_image_container > div > img.background
{
	top: 177px;
    left:-46px;
}

@media screen and (max-width:1200px)
{
	body:not(.ww_editor_body) #product_range_selector_image_container > div > img.background
	{
		display: none;
	}
}

body:not(.ww_editor_body) #product_range_selector_image_container > div > img.foreground
{
	top: 0;
	right: 345px;
}

@media screen and (max-width:1200px)
{
	body:not(.ww_editor_body) #product_range_selector_image_container > div > img.foreground
	{
		right: 0;
	}
}

@media screen and (max-width:991px)
{
	body:not(.ww_editor_body) #product_range_selector_image_container > div > img.foreground
	{
		padding-top: 420px;
		left: 0;
		margin: 0 auto;
		display: none;
	}
}

@media screen and (max-width: 991px) 
{
    body:not(.ww_editor_body) #product_range_selector_image_container > div > img.foreground 
	{
        padding-top: 1450px;
        left: 0;
        margin: 0 auto;
        top: 115px;
		display: none;
    }
}

.btn-under-boxes
{
	margin-top: 20px;
    margin-bottom: 30px;
}

@media screen and (max-width:576px)
{
	.btn-under-boxes
	{
		margin-bottom: 40px;
	}
}

.feature-container
{
	margin-bottom: 35px;
}

.feature-title
{
	position: relative;
	font-family: var(--feature-title-font-family);
	font-size: var(--feature-title-font-size);
	font-weight: var(--feature-title-font-weight);
	color: var(--feature-title-font-color);
	border-bottom: var(--horizontal-line-main);
	padding-bottom: 15px;
	margin-bottom: 30px;
}

@media screen and (max-width:1200px)
{
	.feature-title
	{
		margin-top: 40px;
	}
}

@media screen and (max-width:991px)
{
	.feature-title
	{
		margin-top: 0;
	}
}

@media screen and (max-width:991px)
{
	.accordion-content 
	{
		display: grid;
		grid-template-rows: 0fr;
		transition: grid-template-rows 500ms;
	}
	
	.accordion-content[aria-hidden="false"] 
	{
		grid-template-rows: 1fr;
		margin-bottom: 60px;
	}
	
	.accordion-content > div 
	{
		overflow: hidden;
	}

	.accordion 
	{
		color: transparent;
		padding: 0
	}
	
	.accordion-panel 
	{
		padding: 0;
	}
	
	.accordion h2 
	{
		position: relative;
	}
	
	.accordion-trigger 
	{
		background: transparent;
		border: 0;
		font: inherit;
		color: inherit;
	}
	
	.accordion-trigger::before,
	.accordion-trigger::after 
	{
		position: absolute;
		content: "";
		display: block;
		width: 1em;
		height: 5px;
		background: currentcolor;
		transition: transform 500ms;
	}

	.accordion-trigger[aria-expanded="true"]::before,
	.accordion-trigger[aria-expanded="true"]::after 
	{
		transform: rotate(90deg);
	}
}