/*
	CARVE NOTES (Delete when done reading):
	- When targeting the editor instance use cke_editable instead of ww_editor_body to prevent issues with the sanitizer

	- Fonts must have the font-display property set. Use "block" when no fallback font exists (e.g., font awesome)
	  and "swap" when a fallback font is set (e.g., font-family: "Lato", sans-serif;)

	- Don't forget to change body and input fonts to match the default font used in the "p" tag

	- Avoid leaving old, commented-out code when it is no longer needed

	- Styles should be added following their parent elements. (e.g., body > header > .top-row a).
	  This improves readability when tracking down where an element exists on the DOM.
	  It also prevents conflicting definitions.
*/

/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@font-face
{
	font-family: 'noto_sans';
	font-style: normal;
	font-weight: normal;
	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: 'noto_sans_extra_bold';
    src: url('/fonts/NotoSans-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans_extra_light';
    src: url('/fonts/NotoSans-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans';
    src: url('/fonts/NotoSans-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans_extra_bold';
    src: url('/fonts/NotoSans-ExtraBoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans_extra_light';
    src: url('/fonts/NotoSans-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans_light';
    src: url('/fonts/NotoSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans_medium';
    src: url('/fonts/NotoSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans_light';
    src: url('/fonts/NotoSans-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans_semibold';
    src: url('/fonts/NotoSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans_medium';
    src: url('/fonts/NotoSans-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans';
    src: url('/fonts/NotoSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans_thin';
    src: url('/fonts/NotoSans-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans_black';
    src: url('/fonts/NotoSans-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans_thin';
    src: url('/fonts/NotoSans-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans_semibold';
    src: url('/fonts/NotoSans-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans';
    src: url('/fonts/NotoSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans_black';
    src: url('/fonts/NotoSans-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'noto_sans';
    src: url('/fonts/NotoSans-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@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;
}




/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: noto_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;
}

@media screen and (max-width: 991px)
{
	.img-non-responsive
	{
		display: inline-block;
		max-width: 100%;
		height: auto !important;
		border: none;
	}
}


a:link,
a:visited,
a:active
{
	color: #165c9e;
}

a:hover
{
	color: #616161;
}

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: noto_sans_medium, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #155B9D;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;

	/*iPad Overrides*/
	border: none;
	-webkit-appearance: none;
}

input[type="submit"]:hover
{
	background-color: #78B3E7;
}

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: noto_sans, sans-serif;
	font-size: 16px;
}

hr
{
	height: 1px;
	background-color: #b3b3b3;
	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 Paddings */

.vertical-padding-120px
{
	padding-top: 120px;
	padding-bottom: 120px;
}

.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-large
{
	padding-top: 80px;
}

.vertical-top-padding-medium
{
	padding-top: 60px;
}

.vertical-top-padding-small
{
	padding-top: 30px;
}

/* Vertical Bottom Padding */

.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-large
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.vertical-padding-medium
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.vertical-padding-small
	{
		padding-top: 15px;
		padding-bottom: 15px;
	}

	/* Vertical Top Padding */

	.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-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: #ffffff;
		margin-left: 60px;
		background: transparent;
		border: none;
	}

	#desktop_search_button:link,
	#desktop_search_button:visited
	{
		transition: all 200ms;
	}

	#desktop_search_button:active
	{
		transform: 	scale(0.85);
	}

	#desktop_search_button:hover
	{
		color: #165C9E !important
	}

	#search_form
	{
		position: absolute;
		right: 0;
		top: 80px;
	    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: noto_sans, sans-serif;
        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
	{
		position: absolute;
		top: 18px;
		right: 65px;
		font-family: font_awesome;
		font-size: 24px;
		text-decoration: none;
		background: transparent;
		border: 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: noto_sans, sans-serif;
		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;
}

/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@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;
		z-index: 100;
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		padding-bottom: 30px;
		background-color: #092641;
	}

	#header-desktop .header-upper,
	#header-desktop .header-lower
	{
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	#header-desktop .header-upper
	{
		padding: 30px 0;
	}

	.header-upper-content-wrapper
	{
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 800px;
	}

	.header-upper-content-wrapper .toll-free,
	.header-upper-content-wrapper .canada-phone,
	.header-upper-content-wrapper .us-phone,
	.header-upper-content-wrapper .header-email
	{
		position: relative;
		font-family: noto_sans, sans-serif;
		font-size: 14px;
		color: #ffffff;
	}

	.cke_editable .header-upper-content-wrapper .toll-free,
	.cke_editable .header-upper-content-wrapper .canada-phone,
	.cke_editable .header-upper-content-wrapper .us-phone,
	.cke_editable .header-upper-content-wrapper .header-email
	{
		position: relative;
		font-family: noto_sans, sans-serif;
		font-size: 14px;
		color: #3C3C3C !important;
	}

	.header-upper-content-wrapper .toll-free::before,
	.header-upper-content-wrapper .canada-phone::before,
	.header-upper-content-wrapper .us-phone::before
	{
		content: '\f879';
		font-family: font_awesome !important;
		font-size: 14px;
		color: #165C9E;
		margin-right: 5px;
	}

	.header-upper-content-wrapper .header-email::before
	{
		content: '\f0e0';
		font-family: font_awesome !important;
		font-size: 14px;
		color: #165C9E;
		margin-right: 5px;
	}

	.header-upper-content-wrapper a
	{
		position: relative;
		font-family: noto_sans, sans-serif;
		font-size: 14px;
		color: #ffffff;
	}

	.cke_editable .header-upper-content-wrapper a
	{
		position: relative;
		font-family: noto_sans, sans-serif;
		font-size: 14px;
		color: #3C3C3C !important;
	}

	#header-desktop #menu-builder-header-nav
	{
		position: relative;
		display: flex;
		align-items: center;
	}
}


/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
body > footer
{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #082541;
	max-width: 2000px;
	width: 100%;
	margin: 0 auto;

}

@media screen and (max-width: 991px)
{
	body > footer
	{
		text-align: center;
	}
}

.footer-bottom-row
{
	margin-top: 60px;
}

@media screen and (max-width: 991px)
{
	.footer-bottom-row
	{
		margin-top: 0;
	}

	.footer-logo
	{
		margin-bottom: 15px;
	}
}

.footer-contact-information-container
{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media screen and (max-width: 991px)
{
	.footer-contact-information-container
	{
		flex-flow: column;
		margin-bottom: 15px;
	}
}

.footer-contact-information-container .toll-free,
.footer-contact-information-container .canada-phone,
.footer-contact-information-container .us-phone,
.footer-contact-information-container .header-email
{
	position: relative;
	font-family: noto_sans, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

.cke_editable .footer-contact-information-container .toll-free,
.cke_editable .footer-contact-information-container .canada-phone,
.cke_editable .footer-contact-information-container .us-phone,
.cke_editable .footer-contact-information-container .header-email
{
	position: relative;
	font-family: noto_sans, sans-serif;
	font-size: 14px;
	color: #3C3C3C !important;
}

@media screen and (max-width: 991px)
{
	.footer-contact-information-container .toll-free,
	.footer-contact-information-container .canada-phone,
	.footer-contact-information-container .us-phone,
	.footer-contact-information-container .header-email
	{
		margin: 10px auto;
	}
}

.footer-contact-information-container .toll-free::before,
.footer-contact-information-container .canada-phone::before,
.footer-contact-information-container .us-phone::before
{
	content: '\f879';
	font-family: font_awesome !important;
	font-size: 14px;
	color: #165C9E;
	margin-right: 5px;
}

.footer-contact-information-container .header-email::before
{
	content: '\f0e0';
	font-family: font_awesome !important;
	font-size: 14px;
	color: #165C9E;
	margin-right: 5px;
}


.footer-contact-information-container a
{
	position: relative;
	font-family: noto_sans, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

.cke_editable .footer-contact-information-container a
{
	position: relative;
	font-family: noto_sans, sans-serif;
	font-size: 14px;
	color: #3C3C3C !important;
}

body > footer .copyright-container,
body > footer .copyright-container a:link,
body > footer .copyright-container a:active,
body > footer .copyright-container a:visited
{
	font-family: noto_sans, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #90BCE5;
	text-decoration: none;
	transition: color 150ms;
}

body > footer .copyright-container a:hover
{
	text-decoration: underline;
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: noto_sans, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #3C3C3C;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
	font-family: noto_sans, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #3C3C3C;
	line-height: 2;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	font-family: noto_sans, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #3C3C3C;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
	font-family: noto_sans, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #484848;
	margin: 0;
	padding: 0;
}

h1,
h1.ww_h1
{
	font-family: noto_sans, sans-serif;
	font-size: 53px;
	font-weight: normal;
	line-height: 1.2;
	color: #3C3C3C;
	margin: 0 0 8px 0 !important;
	padding: 0;
}

h1 strong,
h1.ww_h1 strong
{
	color: #165C9E;
}

h2,
h2.ww_h2
{
	font-family: noto_sans, sans-serif;
	font-size: 38px;
	font-weight: normal;
	color: #3C3C3C;
	line-height: 1.2;
	margin: 0 0 8px 0 !important;
	padding: 0;
}

h2 strong,
h2.ww_h2 strong
{
	color: #165C9E;
}

h3,
h3.ww_h3
{
	font-family: noto_sans, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #3C3C3C;
	line-height: 1.2;
	margin: 0 0 6px 0 !important;
	padding: 0;
}

h4,
h4.ww_h4
{
	font-family: noto_sans, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #3C3C3C;
	line-height: 1.2;
	margin: 0 0 6px 0 !important;
	padding: 0;
}

h5,
h5.ww_h5
{
	font-family: noto_sans, sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #3C3C3C;
	margin: 0;
	padding: 0;
}

h6,
h6.ww_h6
{
	font-family: noto_sans, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #3C3C3C;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	.ww_p_alternate
	{
		font-size: 18px;
	}

	.ww_p_call_out
	{
		font-size: 20px;
	}

	h1,
	h1.ww_h1
	{
		font-size: 32px;
	}

	h2,
	h2.ww_h2
	{
		font-size: 28px;
	}

	h3,
	h3.ww_h3
	{
		font-size: 24px;
	}

	h4,
	h4.ww_h4
	{
		font-size: 22px;
	}

	h5,
	h5.ww_h5
	{
		font-size: 21px;
	}

	h6,
	h6.ww_h6
	{
		font-size: 20px;
	}

	.ww_p_alternate
	{
		font-size: 18px;
	}

	.ww_p_call_out
	{
		font-size: 20px;
	}
}

.ww_emphasis
{
	color: #165C9E;
	font-weight: normal;
	font-style: normal;
}

.ww_strong_emphasis
{
	font-weight: bold;
	font-style: normal;
}

.ww_action_button1
{
	position: relative;
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: noto_sans_medium, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #155B9D;
	border-bottom: 4px solid #114779;
	padding: 8px 15px;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.ww_action_button1::after
{
	content: url('/images/white-arrow.png');
	position: relative;
	display: block;
	margin-left: 5px;
	margin-top: 5px;
}

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:hover
{
	background-color: #114779;
}

.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: noto_sans_medium, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	color: #3C3C3C !important;
	text-decoration: none !important;
	background-color: #ffffff;
	padding: 8px 15px;
	border: 1px solid #9C9C9C;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.ww_action_button2::after
{
	content: url('/images/red-arrow.png');
	position: relative;
	display: block;
	margin-left: 5px;
}

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: #3C3C3C !important;
	text-decoration: none !important;
}

.ww_action_button2:hover
{
	background-color: #155B9D;
	color: #ffffff !important;
}

.ww_action_button2:hover a
{
	color: #ffffff !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.5);
}

.ww_action_button3
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: noto_sans_medium, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #434343;
	padding: 8px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.ww_action_button3::after
{
	content: url('/images/red-arrow.png');
	position: relative;
	display: block;
	margin-left: 5px;
}


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:hover
{
	background-color: #959597;
}

.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-text,
.forced-white-text *
{
	color: #ffffff !important;
}

.cke_editable .forced-white-text,
.cke_editable .forced-white-text *
{
	color: #3C3C3C !important;
}

.overflow-wrapper
{
	overflow: hidden;
}

.left-overflow-container img
{
	position: absolute;
	left: -400px;
}

@media screen and (max-width: 991px)
{
	.left-overflow-container img
	{
		position: relative;
		left: 0;
	}
}

/* .component-wrapping-container
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
} */

.component-wrapping-container
{
	width: 100%;
	max-width: 2000px;
	overflow: hidden;
	margin: 0 auto;
}

.component-wrapping-container .container
{
	width: 100%;
	max-width: 2000px !important;
	padding-left: 0;
	padding-right: 0;
}

.component-wrapping-container .container [class^="col-"]
{
	padding-left: 0;
	padding-right: 0;
}


.component-wrapping-container .component-container
{
	position: relative;
	display: block;
}

.component-wrapping-container .component-container::before
{
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: #D2373B;
	z-index: 10;
	opacity: 0;
}

.component-wrapping-container .component-container::after
{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #D2373B;
	z-index: 10;
	opacity: 0;
}

.component-wrapping-container .component-container:hover::before,
.component-wrapping-container .component-container:hover::after
{
	opacity: 1
}

@media screen and (max-width: 991px)
{
	.component-wrapping-container .component-container:hover::before,
	.component-wrapping-container .component-container:hover::after
	{
		opacity: 1
	}
}


.component-wrapping-container .component-container .component-image-container
{
	position: relative;
	display: block;
	z-index: 1;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 991px)
{
	.component-wrapping-container .component-container .component-image-container img
	{
		width: 100% !important;
	}
}

.component-wrapping-container .component-container .component-image-container::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #103b63;
	opacity: 0;
	z-index: -1;

}

@media screen and (max-width: 991px)
{
	.component-wrapping-container .component-container .component-image-container::before
	{
		opacity: 0.8;
		z-index: 2;
	}
}

.component-wrapping-container .component-container:hover .component-image-container::before
{
	opacity: 0.8;
	z-index: 2;
}

.component-wrapping-container .component-container .component-title-container
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.5);
	padding: 30px 0;
	font-family: noto_sans_medium, sans-serif;
	font-size: 34px;
	color: #ffffff;
}

@media screen and (max-width: 991px)
{
	.component-wrapping-container .component-container .component-title-container
	{
		background-color: transparent;
		top: 50%;
		transform: translateY(-50%);
	}
}

.component-wrapping-container .component-container:hover .component-title-container
{
	background-color: transparent;
	top: 50%;
	transform: translateY(-50%);
}

.component-wrapping-container .component-container .component-title-container .component-learn-more-container
{
	position: relative;
	font-family: noto_sans_medium, sans-serif;
	font-size: 21px;
	color: #ffffff;
	opacity: 0;
	display: none;
}

@media screen and (max-width: 991px)
{
	.component-wrapping-container .component-container .component-title-container .component-learn-more-container
	{
		display: block;
		opacity: 1;
	}
}


.component-wrapping-container .component-container .component-title-container .component-learn-more-container::after
{
	content: url('/images/white-arrow.png');
	position: absolute;
	right: -30px;
	top: 0;
}

.component-wrapping-container .component-container:hover .component-title-container .component-learn-more-container
{
	display: block;
	opacity: 1;
}

.application-wrapping-container
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 991px)
{
	.application-wrapping-container
	{
		flex-flow: column;
		justify-content: center;
	}
}

.application-container
{
	position: relative;
	text-align: center;
}

@media screen and (max-width: 991px)
{
	.application-container
	{
		margin: 15px auto;
	}
}

.application-container:hover
{
	text-decoration: none;
}

.application-title
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: noto_sans_medium, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 2px;
	background-color: #092541;
	width: 140px;
	opacity: 0;
}

@media screen and (max-width: 991px)
{
	.application-title
	{
		opacity: 1;
	}
}

.application-container:hover .application-title
{
	opacity: 1;
}

.collapsible-area
{
	position: relative;
	transition: all 200ms;
}

.collapsible-area.inactive .scaling-container
{

	height: 500px;
	overflow: hidden;
	transition: all 200ms;
}

.cke_editable .collapsible-area.inactive .scaling-container
{

	height: auto;
	overflow: hidden;

}

.collapsible-area.active .scaling-container
{

	height: auto;
	overflow: hidden;
	transition: all 200ms;
}

.collapsible-area::after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 32%, rgba(255,255,255,0) 83%);
}

.cke_editable .collapsible-area::after
{
	display: none;
}


.collapsible-area.active::after
{
	opacity: 0;
	z-index: 0;
	background: none;
}

.numbered-container
{
	margin: 15px auto;
}

.read-more-container
{
	text-align: right;
}

.read-more-container span
{
	position: relative;
	font-family: noto_sans_medium, sans-serif;
	font-size: 19px;
	color: #3C3C3C;
	z-index: 10;
}

.read-more-container span:hover
{
	color: #D2373B;
	text-decoration: none !important;
	cursor: pointer;
}

.read-more-container span.inactive::after
{
	content: '\f067';
	font-family: font_awesome;
	font-size: 19px;
	color: #D2373B;
	transition: all 200ms;
	margin-left: 5px;
}

.read-more-container span.active::after
{
	content: '\f068';
	font-family: font_awesome;
	font-size: 19px;
	color: #D2373B;
	transition: all 200ms;
	margin-left: 5px;
}

.number-graphics
{
	margin-right: 16px;
}

@media screen and (max-width: 991px)
{
	.center-on-mobile
	{
		text-align: center;
	}

	.number-graphics
	{
		display: block !important;
		margin-bottom: 8px;
	}
}

.read-more-button
{
	background-color: transparent;
	border: none;
}