/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@font-face
{
	font-family: 'font_awesome';
	font-style: normal;
	font-weight: 900;
	src:url('/fonts/fa-solid-900.eot');
	src:url('/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
		url('/fonts/fa-solid-900.woff') format('woff'),
		url('/fonts/fa-solid-900.ttf') format('truetype'),
		url('/fonts/fa-solid-900.svg#fontawesome') format('svg');
	font-display: block;
}

@font-face
{
    font-family: 'montserrat_bold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('/fonts/montserrat-bold-webfont.woff') format('woff'),
    	 url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
    	 url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face
{
    font-family: 'montserrat_semibold';
    src: url('/fonts/Montserrat-SemiBold.eot');
    src: url('/fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    	 url('/fonts/Montserrat-SemiBold.woff') format('woff'),
    	 url('/fonts/Montserrat-SemiBold.ttf') format('truetype'),
    	 url('/fonts/Montserrat-SemiBold.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'PT_Sans';
    src: url('/fonts/PTSans-BoldItalic.eot');
    src: url('/fonts/PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/PTSans-BoldItalic.woff') format('woff'),
        url('/fonts/PTSans-BoldItalic.ttf') format('truetype'),
        url('/fonts/PTSans-BoldItalic.svg#PTSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT_Sans';
    src: url('/fonts/PTSans-Italic.eot');
    src: url('/fonts/PTSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/PTSans-Italic.woff') format('woff'),
        url('/fonts/PTSans-Italic.ttf') format('truetype'),
        url('/fonts/PTSans-Italic.svg#PTSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT_Sans';
    src: url('/fonts/PTSans-Bold.eot');
    src: url('/fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/PTSans-Bold.woff') format('woff'),
        url('/fonts/PTSans-Bold.ttf') format('truetype'),
        url('/fonts/PTSans-Bold.svg#PTSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT_Sans';
    src: url('/fonts/PTSans-Regular.eot');
    src: url('/fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/PTSans-Regular.woff') format('woff'),
        url('/fonts/PTSans-Regular.ttf') format('truetype'),
        url('/fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: 'PT_Sans', sans-serif;
	font-size: 16px;
	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: #2c4e6f;
}

a:hover
{
	color: #6794c1;
}

a:focus
{
	outline-offset: 2px;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid #2684D8;
}

input[type="submit"]
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'PT_Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #2B4D6F;
	padding: 8px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}
input[type="submit"]:hover 
{
    background-color: #3C3C3C;
}

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: 'PT_Sans', sans-serif;
	font-size: 16px;
}

hr
{
	height: 1px;
	background-color: #7c7c7c;
	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: #477782;
    font-size: 14pt;
    top: 0;
} */

.vertical-padding-90
{
	padding-top: 90px;
	padding-bottom: 90px;
}

.vertical-padding-large
{
	padding-top: 80px;
	padding-bottom: 80px;
}

.vertical-padding-medium
{
	padding-top: 60px;
	padding-bottom: 60px;
}

.vertical-padding-small
{
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Vertical Top Padding */

.vertical-top-padding-90
{
	padding-top: 90px;
}

.vertical-top-padding-large
{
	padding-top: 80px;
}

.vertical-top-padding-medium
{
	padding-top: 60px;
}

.vertical-top-padding-small
{
	padding-top: 30px;
}

/* Vertical Bottom Padding */

.vertical-bottom-padding-90
{
	padding-bottom: 90px;
}

.vertical-bottom-padding-large
{
	padding-bottom: 80px;
}

.vertical-bottom-padding-medium
{
	padding-bottom: 60px;
}

.vertical-bottom-padding-small
{
	padding-bottom: 30px;
}

@media screen and (max-width:992px)
{
	.vertical-padding-90
	{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	
	.vertical-padding-large
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.vertical-padding-medium
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	/* Vertical Top Padding */
	
	.vertical-top-padding-90
	{
		padding-top: 45px;
	}
	
	.vertical-top-padding-large
	{
		padding-top: 40px;
	}

	.vertical-top-padding-medium
	{
		padding-top: 30px;
	}

	.vertical-top-padding-small
	{
		padding-top: 15px;
	}
	
	/* Vertical Bottom Padding */
	
	.vertical-bottom-padding-90
	{
		padding-bottom: 45px;
	}
	
	.vertical-bottom-padding-large
	{
		padding-bottom: 40px;
	}

	.vertical-bottom-padding-medium
	{
		padding-bottom: 30px;
	}

	.vertical-bottom-padding-small
	{
		padding-bottom: 15px;
	}
}

/* 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: 1201px)
{
	.hide-on-desktop
	{
		display: none !important;
	}

	#header-mobile-only
	{
		display: none;
	}

    #desktop_search_button
	{
		font-family: font_awesome !important;
		text-decoration: none;
		font-size: 20pt;
		color: #9E9E9E;
		padding-left: 25px;
	}

	#desktop_search_button:link,
	#desktop_search_button:visited
	{
		transition: all 200ms;
	}

	#desktop_search_button:active
	{
		transform: 	scale(0.85);
	}

	#desktop_search_button:hover
	{
		color: #000000 !important
	}

	#search_form
	{
		position: absolute;
		right: 0;
		top: -40px;
	    z-index: 9999;
	}

	#search_form #search_field
	{
		width: 0;
		height: 100%;
		opacity: 0;
		padding: 8px 0;
		border: 0 solid #cccccc;
		border-radius: 3px;
		outline: none;
		background-color: #ffffff;
        border-radius: 3px;
		font-family: arial;
        font-size: 12pt;
        color: #5a5a5a;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
        transition: all 200ms;
	}

	#search_form #search_field.open
	{
		width: 300px;
		opacity: 1;
		padding: 8px 15px;
		border: 1px solid #cccccc;
	}

	#search_form #search_field.closed
	{
		width: 0;
		opacity: 0;
		padding: 8px 0;
		border: 0 solid #cccccc;
	}

	#search_form #search_field:focus
	{
		background-color: #ffffff;
	}

    #search_form #search_field:hover
    {
        background-color: #f4f4f4;
    }
}

@media screen and (max-width: 1200px)
{
	.hide-on-mobile
	{
		display: none !important;
	}

	#block_output_container
	{
		margin-top: 60px;
	}

	div#header-mobile-only #mobile-header-logo
	{
		display: inline-block;
		margin-left: 15px;
		margin-top: 7px;
	}

	div#header-mobile-only
	{
		display: block;
	    position: fixed;
	    top: 0;
	    height: 60px;
	    width: 100%;
	    background-color: rgba(255,255,255,0.8);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	    box-shadow: 0 -2px 15px #000000;
	    z-index: 10000;
	}

	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;
	}

    #search_form
    {
        position: fixed;
        top: 65px;
        left: 15px;
		height: 0;
        z-index: 999;
    }

    #search_form #search_field
    {
       	position: relative;
       	top: -65px;
       	height: 0;
		width: calc(100vw - 30px);
		opacity: 0;
		padding: 0 15px;
		border: 0 solid #cccccc;
		border-radius: 3px;
		outline: none;
		background-color: #ffffff;
		font-family: arial;
		font-size: 12pt;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
		transition: all 200ms;
    }

    #search_form #search_field.open
	{
		transform: translateY(65px);
		height: 40px;
		opacity: 1;
		padding: 3px 15px;
		border: 1px solid #cccccc;
	}

	#search_form #search_field.closed
	{
		width: calc(100vw - 30px);
		opacity: 0;
		padding: 0 15px;
		border: 0 solid #cccccc;
	}

    #search_form #search_field:focus
    {
        background-color: #ffffff;
    }
}

/* Lightbox Styles */
.sl-overlay
{
	background: #000000 !important;
	opacity: 0.8 !important;
}

.sl-wrapper .sl-close
{
	font-size: 28pt !important;
	color: #ffffff !important;
}

.sl-wrapper .sl-counter
{
	font-size: 16pt !important;
	color: #ffffff !important;
}

.sl-wrapper .sl-navigation button.sl-prev,
.sl-wrapper .sl-navigation button.sl-next
{
	font-size: 30pt !important;
	color: #ffffff !important;
}

.sl-wrapper .sl-image .sl-caption
{
	font-size: 16pt !important;
}

.sl-wrapper .sl-image .description
{
	font-size: 12pt !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: 12pt !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;
	background-position: bottom;
	background-repeat: no-repeat;
}

.background-image-wrapper .cropped
{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	background-size: cover;
}

/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@media screen and (max-width: 1200px)
{
	#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.8);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}
}

@media screen and (min-width: 1201px)
{
	#header-desktop
	{
		position: relative;
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		padding-top: 25px;
		padding-bottom: 25px;
		box-shadow: 0px 2px 13px 4px rgba(0,0,0,0.3);
		z-index: 100;
	}

	#header-desktop > div:first-of-type
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	#header-desktop #menu-builder-header-nav
	{
		position: relative;
		display: flex;
		align-items: center;
	}

	.header-upper 
	{
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		margin-bottom: 50px;
		position: relative;
	}

	.header-upper .header-phone 
	{
		position: relative;
		font-family: 'PT_Sans', sans-serif;
		font-size: 16px;
		font-weight: normal;
		color: #292929;
		margin-right: 35px;
	}

	.header-upper .header-phone::before 
	{
		content: '\f879';
		font-family: font_awesome;
		font-size: 12pt;
		color: #2C4E6F;
		margin-right: 5px;
	}

	.header-upper .header-email 
	{
		position: relative;
		font-family: 'PT_Sans', sans-serif;
		font-size: 16px;
		font-weight: normal;
		color: #292929;
	}

	.header-upper .header-email::before 
	{
		content: '\f0e0';
		font-family: font_awesome;
		font-size: 12pt;
		color: #2C4E6F;
		margin-right: 5px;
	}

	.header-lower
	{
		position: relative;
	}
}


/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
body > footer
{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ffffff;
	border-top: 2px solid #AEAEAE;
	max-width: 2000px;
	margin: 0 auto;
}

@media screen and (max-width: 991px)
{
	body > footer
	{
		text-align: center;
	}
}

body > footer .copyright-container,
body > footer .copyright-container a:link,
body > footer .copyright-container a:active,
body > footer .copyright-container a:visited
{
	font-family: 'PT_Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #616161;
	text-decoration: none;
	transition: color 150ms;
	text-align: center;
}

@media screen and (max-width: 991px)
{
	body > footer .copyright-container
	{
		margin-top: 20px;
	}
}

body > footer .copyright-container a:hover
{
	color: #2B4D6F;
}

.text-under-logo
{
	font-size: 12px;
	color: #616161;
	margin-top: 10px;
}


/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: 'PT_Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #151515;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
	font-family: 'PT_Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #151515;
	line-height: 2;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	font-family: 'PT_Sans', sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #151515;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
	font-family: 'PT_Sans', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #494949;
	margin: 0;
	padding: 0;
}

h1,
h1.ww_h1
{
    font-family: 'montserrat_bold', sans-serif;
	font-size: 42px;
	font-weight: normal;
	line-height: 1.2;
	color: #2C4E6F;
	margin: 0 0 6px 0 !important;
	padding: 0;
}

h2,
h2.ww_h2
{
    font-family: 'montserrat_bold', sans-serif;
	font-size: 37px;
	font-weight: normal;
	color: #2C4E6F;
	line-height: 1.4;
	margin: 0 0 6px 0 !important;
	padding: 0;
}

h3,
h3.ww_h3
{
    font-family: 'montserrat_bold', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #2C4E6F;
	margin: 0 0 6px 0 !important;
	padding: 0;
}

h4,
h4.ww_h4
{
    font-family: 'montserrat_bold', sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #2C4E6F;
	margin: 0 0 6px 0 !important;
	padding: 0;
}

h5,
h5.ww_h5
{
    font-family: 'montserrat_bold', sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #2C4E6F;
	margin: 0;
	padding: 0;
}

h6,
h6.ww_h6
{
    font-family: 'montserrat_bold', sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #2C4E6F;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1200px)
{
	.ww_p_alternate
	{
		font-size: 17px;
	}

	.ww_p_call_out
	{
		font-size: 20px;
	}
	
	.ww_h1
	{
		font-size: 34px;
	}

	.ww_h2
	{
		font-size: 30px;
	}

	.ww_h3
	{
		font-size: 26px;
	}

	.ww_h4
	{
		font-size: 24px;
	}

	.ww_h5
	{
		font-size: 22px;
	}

	.ww_h6
	{
		font-size: 20px;
	}
}

.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: 'PT_Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: transparent;
	padding: 8px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.ww_action_button1:before 
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2B4D6F;
    transform: skew(-20deg);
    z-index: -1;
	transition: transform 1s;
	transition: all 0.5s ease-in-out;

}

.ww_action_button1:hover:before 
{
    transform: skew(0deg);
	opacity: 0;
}

.ww_action_button1:after 
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3C3C3C;
    transform: skew(-20deg);
    transition: transform 1s;
    z-index: -1;
	opacity: 0;
	transition: all 0.5s ease-in-out;

}

.ww_action_button1:hover:after 
{
    transform: skew(0deg);
	opacity: 1;
}

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: #ffffff;
	text-decoration: none !important;
}

.ww_action_button1:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0);
}

.ww_action_button2
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'PT_Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: transparent;
	padding: 8px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.ww_action_button2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #151515;
    transform: skew(-20deg);
    z-index: -1;
	transition: transform 1s; /* Add this to animate the pseudo-element */
	transition: all 0.5s ease-in-out;

}

.ww_action_button2:hover:before {
    transform: skew(0deg);
	opacity: 0;
}

.ww_action_button2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3C3C3C;
    transform: skew(-20deg);
    transition: transform 1s;
    z-index: -1;
	opacity: 0;
	transition: all 0.5s ease-in-out;

}

.ww_action_button2:hover:after {
    transform: skew(0deg);
	opacity: 1;
}

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: #ffffff;
	text-decoration: none !important;
}

.ww_action_button2:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0);
}

.ww_action_button3
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'PT_Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	color: #151515 !important;
	text-decoration: none !important;
	background-color: transparent;
	padding: 8px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.ww_action_button3:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #6793C1;
    transform: skew(-20deg);
    z-index: -1;
	transition: transform 1s; /* Add this to animate the pseudo-element */
	transition: all 0.5s ease-in-out;

}

.ww_action_button3:hover:before {
    transform: skew(0deg);
	opacity: 0;
}

.ww_action_button3:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2B4D6F;
    transform: skew(-20deg);
    transition: transform 1s;
    z-index: -1;
	opacity: 0;
	transition: all 0.5s ease-in-out;

}

.ww_action_button3:hover:after {
    transform: skew(0deg);
	opacity: 1;
}

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: #ffffff;
	text-decoration: none !important;
}

.ww_action_button3:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0);
}


.ww_editor_body
{
	background-color: #FFFFFF;
}


/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/
*********************************************************************/
.welcome-container
{
	overflow: hidden;
}

.welcome-container .overflow-right-image
{
	position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.welcome-container .overflow-right-image img
{
	position: absolute;
	margin-left: 65px;
}

@media screen and (max-width: 1200px)
{
	.welcome-container .overflow-right-image img
	{
		position: relative;
		margin-left: 0;
	}
}

@media screen and (max-width: 991px)
{
	.welcome-container .overflow-right-image img
	{
		margin-top: 40px;
		position: relative;
	}
}

@media screen and (max-width: 748px) 
{
	.welcome-container .overflow-right-image img
	{
        width: 350px !important;
        height: auto !important;
        display: block;
        margin: 0 auto;
		margin-top: 20px;
	}
}

.image-gallery-single a
{
	text-decoration: none;
}

.image-gallery-single
{
	position: relative;
}

@media screen and (max-width: 991px)
{
	.image-gallery-single
	{
		margin: 0 auto;
		max-width: 570px;
	}
}

.image-gallery-single::after
{
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 30%;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

@media screen and (max-width: 991px)
{
	.image-gallery-single::after
	{
		margin: 0 auto;
		display: block;
		max-width: 100%;
		content: '';
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
	}
}

.image-gallery-single img
{
	position: relative;
}

.image-gallery-single span
{
	position: absolute;
    left: 35px;
    bottom: 20px;
    font-size: 34px;
	font-family: 'montserrat_bold', sans-serif;
	color: #ffffff;
	z-index: 1	;
}

@media screen and (max-width: 991px)
{
	.image-gallery-single span
	{
		position: absolute;
		z-index: 3;
		width: calc(100% - 30px);
		left: 50%;
		transform: translateX(-50%);
		bottom: 50%;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		transition: top 200ms ease-out;
		font-size: 22px;
	}
}

.image-gallery-single .btn
{
	position: absolute;
    bottom: 20px;
    right: 35px;
}

@media screen and (max-width: 991px)
{
	.image-gallery-single .btn

	{
		left: 50%;
		transform: translateX(-50%);
		bottom: 30%;
		width: 100%;
		max-width: 130px;
	}
}

@media screen and (max-width: 576px)
{
	.image-gallery-single .btn
	{
	bottom: 25%;
	}
}

.concept-container
{
	padding-top: 70px;
	padding-bottom: 55px;
	margin-bottom: 50px;
}

.concept-container h2
{
	color: #5FA3E6;
}

.concept-container h3
{
	color: #5FA3E6;
}

.concept-container p
{
	color: #ffffff;
}

.cke_editable .concept-container p
{
	color: #151515;
}

.concept-content
{
	width: 520px;
	margin-left: 30px;
	max-width: 100%;
}

.get-in-touch-container
{
	padding-bottom: 205px;
}

@media screen and (max-width: 991px)
{
	.concept-container
	{
		width:100%;
		background-color: #0f1923;
	}
	
	.concept-content
	{
		margin-left: 0;
	}
}

.join-team-container
{
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 991px)
{
	.join-team-container::after
	{
		content: "";
		width: 925px;
		max-width: 1000px;
		height: 100%;
		position: absolute;
		display: block;
		background: rgb(15 25 35 / 85%);
		top: 0;
	}
}

.join-team-container .join-team-content-wrapper
{
	position: relative;
    padding: 90px 0 60px 0;
}

.join-team-container .join-team-content-wrapper::after
{
	content: "";
    width: 985px;
    max-width: 1000px;
    height: 100%;
    position: absolute;
    display: block;
    background: rgb(37 36 36 / 80%);
    top: 0;
}

@media screen and (max-width: 991px)
{
	.join-team-container .join-team-content-wrapper::after
	{
		display: none;
	}
}

.join-team-container .join-team-content
{
	position: relative;
	z-index: 2;
	margin-left: 65px;
}

@media screen and (max-width: 991px)
{
	.join-team-container .join-team-content
	{
		margin-left: 0;
	}
}

.join-team-container .join-team-content p
{
	color: #ffffff;
}



/* ABOUT US */

.company-history-container
{
	overflow: hidden;
}

.company-history-container .overflow-right-image
{
	position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.company-history-container .overflow-right-image img
{
	position: relative;
	margin-left: 65px;
}

@media screen and (max-width: 1200px)
{
	.company-history-container .overflow-right-image img
	{
		position: relative;
		margin-left: 0;
	}
}

@media screen and (max-width: 748px)
{
	.company-history-container .overflow-right-image img
	{
		width: 350px !important;
		height: auto !important;
		display: block;
		margin: 0 auto;
	}
}

.company-history-container .content-under-image
{
	position: absolute;
    bottom: -75px;
    padding: 25px 25px 35px 25px;
    left: 135px;
    background: #2B4D6F;
    width: 570px;
}

@media screen and (max-width: 991px)
{
	.company-history-container .content-under-image
	{
		position: relative;
		display: block;
		left: 0;
		bottom: 0;
		width: auto;
	}

}

.company-history-container .content-under-image p
{
	color: #ffffff;
}

.company-history-container .content-under-image a
{
	position: absolute;
    right: 35px;
	bottom: -20px;
}

@media screen and (max-width: 1375px)
{
	.company-history-container .content-under-image
	{
		width: auto;
	}
}

.numbered-container
{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 20px auto;
}

@media screen and (max-width: 991px)
{
	.mobile-no-margin-top
	{
		margin-top: 0;
	}	

	.mobile-no-margin-bottom
	{
		margin-bottom: 0;
	}	
}

.numbered-container .number-container p
{
	display: block;
	font-family: 'montserrat_bold', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
    background-color: #6793C1;
    padding: 10px 18px;

}

.numbered-container .numbered-description-container
{
	display: block;	
	background-color: #ffffff;
	padding: 20px 30px;
	height: 280px;
}

@media screen and (max-width: 1200px)
{
	.numbered-container .numbered-description-container
	{
		height: 360px;
	}
}	

@media screen and (max-width: 991px)
{
	.numbered-container .numbered-description-container
	{
		height: auto;
	}
}	

.cke_editable .numbered-container .numbered-description-container
{
	border: #000000 1px solid;
}

.white-box-background
{
	width: 100%;
	display: block;	
	background-color: #ffffff;
	padding: 20px 30px;
}

.why-choose-us-blue-bg
{
	position: relative;
	padding-bottom: 75px;
	overflow: hidden;
	max-width: 1400px;
	margin: 0 auto;
}

.why-choose-us-blue-bg::before
{
	content: url("/images/blue-angled-background.png");
    position: absolute;
    display: block;
    top: 0;
    object-fit: cover;
    z-index: 0;
}

@media screen and (max-width: 1470px)
{
	.why-choose-us-blue-bg::before
	{
		left: 0;
	}
}

.why-choose-us-blue-bg-content
{
	margin-top: 35px;
}

@media screen and (max-width: 1200px)
{
	.why-choose-us-blue-bg-content
	{
		padding-left: 40px;
	}
}

@media screen and (max-width: 991px)
{
	.why-choose-us-blue-bg-content
	{
		margin-top: 15px;
	}

}

.why-choose-us-blue-bg-content p
{
	color: #ffffff;
}

@media screen and (max-width: 991px)
{
	.why-choose-us-blue-bg-content p
	{
		font-size: 20px;
	}
}

@media screen and (max-width: 590px)
{
	.why-choose-us-blue-bg-content p
	{
		font-size: 16px;
	}
}

.why-choose-us-blue-bg-content a
{
	margin-top: 10px;
}

.collapsible-area
{
	overflow: hidden;
	max-height: 125px;
	transition: max-height 400ms ease-out;
}

.cke_editable .collapsible-area
{
	position: relative;
	max-height: none;
	padding: 35px 5px 5px 5px;
	border: 1px solid #3EA6D3;
}

@media screen and (max-width: 480px)
{
	.cke_editable .collapsible-area
	{
		padding-top: 50px;
	}
}

.cke_editable .collapsible-area::after
{
	content: "This area will be mostly hidden on the front end. The toggle button below will control its visibility.";
	position: absolute;
	font-size: 13px;
	top: 0;
	left: 0;
	color: #3EA6D3;
	padding: 5px 5px 5px 21px;
	border-right: 1px solid #3EA6D3;
	border-bottom: 1px solid #3EA6D3;
}

.cke_editable .collapsible-area::before
{
	content: "\f05a";
	position: absolute;
	font-size: 13px;
	top: 6px;
	left: 5px;
	color: #3EA6D3;
	font-family: font_awesome;
}

.toggle-previous-area
{
	position: relative;
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
	padding: 5px 18px 5px 5px;
	font-family: 'PT_Sans', sans-serif;
	font-size: 21px;
	color: #151515;
}

.toggle-previous-area span
{
	margin-right: 5px;
}

.toggle-previous-area::before
{
	content: "";
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(180deg, transparent 0%,#ffffff 100%);
	transition: height 400ms ease-out;
}

.toggle-previous-area.blue-bg::before
{
	background: linear-gradient(180deg, transparent 0%,#DCE9F1 100%);

}


.toggle-previous-area.active::before
{
	height: 0;
}

.cke_editable .toggle-previous-area::before
{
	display: none;
}

.toggle-icon 
{
	font-weight: bold;
}

.truck-background-container
{
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 991px)
{
	.truck-background-container::after
	{
		content: "";
		width: 925px;
		max-width: 1000px;
		height: 100%;
		position: absolute;
		display: block;
		background: rgb(37 36 36 / 85%);
		top: 0;
	}

}

.truck-background-container .truck-background-content-wrapper
{
	position: relative;
    padding: 90px 0 60px 0;
}

.truck-background-container .truck-background-content-wrapper::after
{
	content: "";
    width: 1020px;
    max-width: 1020px;
    height: 100%;
    position: absolute;
    display: block;
    background: rgb(15 25 35 / 85%);
    top: 0;
	left: -415px;
}

@media screen and (max-width: 991px)
{
	.truck-background-container .truck-background-content-wrapper::after
	{
		display: none;
	}
}

.truck-background-container .truck-background-content
{
	position: relative;
	z-index: 2;
}

.truck-background-container .truck-background-content p
{
	color: #ffffff;
}

.get-in-touch-internal-page
{
	padding-top: 100px;
	padding-bottom: 205px;
}

.process-heading-content h2
{
	color: #5FA3E6;
}

.process-heading-content h3
{
	color: #5FA3E6;
}

.process-heading-content p
{
	color: #ffffff;
}

.cke_editable .process-heading-content p
{
	color: #151515;
}

.process-single
{
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}

@media screen and (max-width: 991px)
{
	.process-single
	{
		flex-flow: column;
	}
}

.process-single img
{
	height: 100% !important;
	margin-right: 25px;
}

.process-single p
{
	color: #ffffff;
}

.cke_editable .process-single p
{
	color: #151515;
}

.callout-text-blue-bg
{
	padding-top: 45px;
	padding-bottom: 90px;
}

.callout-text-blue-bg p
{
	color: #ffffff;
}

.cke_editable .callout-text-blue-bg p
{
	color: #151515;
}

