/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@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: 'roboto_regular';
    src: url('/fonts/roboto-regular-webfont.eot');
    src: url('/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-regular-webfont.woff') format('woff'),
         url('/fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'roboto_medium';
    src: url('/fonts/roboto-medium-webfont.eot');
    src: url('/fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-medium-webfont.woff') format('woff'),
         url('/fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('/fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'roboto_medium_italic';
    src: url('/fonts/roboto-mediumitalic-webfont.eot');
    src: url('/fonts/roboto-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-mediumitalic-webfont.woff') format('woff'),
         url('/fonts/roboto-mediumitalic-webfont.ttf') format('truetype'),
         url('/fonts/roboto-mediumitalic-webfont.svg#robotomedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'roboto_bold';
    src: url('/fonts/roboto-bold-webfont.eot');
    src: url('/fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-bold-webfont.woff') format('woff'),
         url('/fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('/fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'roboto_condensed_bold';
    src: url('/fonts/robotocondensed-bold-webfont.eot');
    src: url('/fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/robotocondensed-bold-webfont.woff') format('woff'),
         url('/fonts/robotocondensed-bold-webfont.ttf') format('truetype'),
         url('/fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: roboto_regular;
	font-size:  16px;
	color: #343434;
	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
{
	font-family: roboto_bold;
	font-weight: normal;
	text-decoration: none;
	color: #2943dd;
}

a:hover
{
	color: #4F67F7;
}

a:focus
{
	outline-offset: 2px;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid #2943dd;
}

input[type="submit"]
{
	font-family: roboto_bold;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #001489;
	padding: 5px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.2s;

	/*iPad Overrides*/
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="submit"]:hover
{
	background-color: #0019AC;
}

input[type="submit"]:active
{
	background-color: #00106F;
}


input[type="text"],
input[type="password"],
select,
option,
textarea
{
	font-family: roboto_regular;
	font-size: 16px;
	color: #343434;
}

hr
{
	height: 2px;
	border: none;
	background-color: #dddde1;
}

.button-small,
.button-small:link,
.button-small:active,
.button-small:visited,
.button-small:hover
{
	font-size: 14px !important;
	padding: 3px 8px !important;
}

/* Responsive Tables */
table.rem-responsive-table
{
	width: 100%;
}

@media screen and (max-width: 576px)
{
	table.rem-responsive-table
{
	font-size: 14px;
}
}

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.checkmark
{
	display: flex;
    flex-flow: column wrap;
    padding: 10px 0;
    justify-content: space-between;
    align-items: flex-start;
    height: 270px;
}

@media screen and (max-width: 991px)
{
	.container ul.checkmark
	{
		height: auto
	}
}

.container ul.checkmark li
{
	position: relative;
	display: flex;
	align-items: center;
	list-style: none;
	max-width: 440px;
}

@media screen and (max-width: 991px)
{
	.container ul.checkmark li
	{
		margin: 15px 0;
	}
}

.container ul.checkmark li::before
{
	content: url('/images/checkmark-icon.png');
	position: relative;
    display: block;
    top: 0;
	margin-right: 20px;
}

.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;
}

@media screen and (max-width:992px)
{
	.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: 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;
	}

	#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: 40px;
		top: 0;
	    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: block;
        width: auto;
        margin-left: 15px;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        max-height: 52px;
        height: 100%;
	}

	div#header-mobile-only #mobile-header-logo img
	{
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: left;
		max-width: 200px;
	}

	div#header-mobile-only
	{
		display: block;
	    position: fixed;
	    top: 0;
	    height: 60px;
	    width: 100%;
	    background: #ffffff;
	    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;
	}
}

/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@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: #ffffff;
	}
}

@media screen and (min-width: 1201px)
{
	#header-desktop
	{
		position: relative;
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		background-image: url('/images/header-background.png');
		background-size: 100% 100%;
		padding-top: 25px;
		padding-bottom: 25px;
		z-index: 10;
	}

	#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 > div:first-of-type .right-column
	{
		text-align: right;
	}

	#header-desktop > div:first-of-type .right-column 
	{
		text-align: right;
	}

	#header-desktop > div:first-of-type .right-column .top-row
	{
		display: flex;
		justify-content: flex-end;
		margin-top: -16px;
		margin-bottom: 30px;
	}

	#header-desktop > div:first-of-type .right-column .top-row .header-phone,
	#header-desktop > div:first-of-type .right-column .top-row .header-email
	{
		position: relative;
		display: flex;
		font-family: roboto_regular;
		font-size: 14px;
		font-weight: normal;
		color: #a9a9ae;
		text-decoration: none;
		transition: color 0.2s;
		margin: auto 0;
	}

	#header-desktop > div:first-of-type .right-column .top-row .header-phone
	{
		margin-right: 50px;
	}

	#header-desktop > div:first-of-type .right-column .top-row .header-phone::before
	{
		content: '\f879';
		position: relative;
		display: block;
		font-family: font_awesome;
		font-size: 14px;
		color: #667cff;
		margin-right: 5px;
	}


	#header-desktop > div:first-of-type .right-column .top-row .header-email::before
	{
		content: '\f0e0';
		position: relative;
		display: block;
		font-family: font_awesome;
		font-size: 14px;
		color: #667cff;
		margin-right: 5px;
	}

	#header-desktop #menu-builder-header-nav
	{
		position: relative;
		display: flex;
		align-items: center;
	}
}


/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
body > footer
{
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #e7e7ea;
}

@media screen and (max-width: 991px)
{
	body > footer
	{
		text-align: center;
	}	
}

.footer-middle
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px auto;
}

@media screen and (max-width: 991px)
{
	.footer-middle
	{
		display: block;
	}
	
	.footer-address,
	.footer-phone,
	.footer-email
	{
		margin: 15px auto;
	}
}

.footer-address label,
.phone-address label,
.email-address label
{
	position: relative;
	font-size: 14px;
	font-weight: bold;
}

.footer-address label::before
{
	content: '\f3c5';
	font-family: font_awesome;
	font-size: 14px;
	color: #667cff;
	margin-right: 10px;
}

.footer-phone label::before
{
	content: '\f095';
	font-family: font_awesome;
	font-size: 14px;
	color: #667cff;
	margin-right: 10px;
}

.footer-email label::before
{
	content: '\f0e0';
	font-family: font_awesome;
	font-size: 14px;
	color: #667cff;
	margin-right: 10px;
}

.footer-address a,
.footer-phone a,
.footer-email a
{
	font-family: roboto_regular;
    font-size: 14px;
    font-weight: normal;
    color: #505055;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-address a:hover,
.footer-phone a:hover,
.footer-email a:hover
{	
    color: #667cff;    
}




body > footer .copyright-container,
body > footer .copyright-container a:link,
body > footer .copyright-container a:active,
body > footer .copyright-container a:visited
{
	font-family: roboto_regular;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    transition: color 0.2s;
}

body > footer .copyright-container a:hover
{
	color: #2943dd;
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p, .ww_p
{
	font-family: roboto_regular;
	font-size:  16px;
	font-weight: normal;
	color: #343434;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
	font-family: roboto_regular;
	font-size:  16px;
	font-weight: normal;
	color: #343434;
    padding: 0;
    margin: 0 0 12px 0;
}

.ww_p_alternate
{
	font-family: roboto_medium_italic;
	font-size:  20px;
	font-weight: normal;
	color: #343434;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
	font-family: roboto_regular;
	font-size:  20px;
	font-weight: normal;
	color: #343434;
	margin: 0;
	padding: 0;
}

h1, h1.ww_h1
{
	font-family: roboto_bold;
	font-size: 48px;
	font-weight: normal;
	color: #001489;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h1, h1.ww_h1
	{
		font-size: 32px !important;
	}	
}

h2, h2.ww_h2
{
	font-family: roboto_bold;
	font-size: 38px;
	font-weight: normal;
	color: #2943dd;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h2, h2.ww_h2
	{		
		font-size: 30px;		
	}
}

h3, h3.ww_h3
{
	font-family: roboto_bold;
	font-size: 38px;
	font-weight: normal;
	color: #001489;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h3, h3.ww_h3
	{		
		font-size: 28px !important;		
	}
}

h4, h4.ww_h4
{
	font-family: roboto_bold;
	font-size: 30px;
	font-weight: normal;
	color: #2943dd;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h4, h4.ww_h4
	{		
		font-size: 26px !important;		
	}
}

h5, h5.ww_h5
{
	font-family: roboto_bold;
	font-size: 30px;
	font-weight: normal;
	color: #001489;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h5, h5.ww_h5
	{		
		font-size: 24px !important;		
	}
}

h6, h6.ww_h6
{
	font-family: roboto_regular;
	font-size: 30px;
	font-weight: normal;
	color: #171717;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h6, h6.ww_h6
	{		
		font-size: 22px !important;		
	}
}

.ww_emphasis
{
	font-family: roboto_medium_italic;
	font-weight: normal;
	color: #343434;
}

.ww_strong_emphasis
{
	font-family: roboto_bold;
	font-weight: normal;
	font-style: normal;
	color: #001489;
}

.ww_action_button1
{
	font-family: roboto_bold;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #001489;
	padding: 5px 15px;
	cursor: pointer;
	line-height: 2;
	white-space: nowrap;
	transition: background-color 0.2s;
}

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 !important;
	text-decoration: none !important;
}

.ww_action_button1:hover
{
	background-color: #0019AC;
}

.ww_action_button1:active
{
	background-color: #00106F;
}

.ww_action_button2
{
	font-family: roboto_bold;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #000d57;
	padding: 5px 15px;
	cursor: pointer;
	line-height: 2;
	white-space: nowrap;
	transition: background-color 0.2s;
}

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 !important;
	text-decoration: none !important;
}

.ww_action_button2:hover
{
	background-color: #061DA5;
}

.ww_action_button2:active
{
	background-color: #010833;
}

.ww_action_button3
{
	font-family: roboto_bold;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #3855ff;
	padding: 5px 15px;
	cursor: pointer;
	line-height: 2;
	white-space: nowrap;
	transition: background-color 0.2s;
}

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 !important;
	text-decoration: none !important;
}

.ww_action_button3:hover
{
	background-color: #4E68FF;
}

.ww_action_button3:active
{
	background-color: #334DE6;
}

.ww_editor_body
{
	background-color: #FFFFFF;
}


/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/
*********************************************************************/
.home-page-banner-container
{
	position: relative;
	z-index: 9;
	width: 100%;	
	height: 680px;
	margin: -90px auto 20px auto;
}

.home-page-banner-container .banner-caption-container
{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 635px;
}

@media screen and (max-width: 768px)
{
	.home-page-banner-container .banner-caption-container
	{
		display: flex;
		justify-content: center;
		align-items: flex-end;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		height: 595px;
	}	
}

.home-page-banner-container .banner-caption-container > h1
{
	font-family: roboto_bold;
	font-size: 48px;
	font-weight: normal;
	color: #ffffff;
	height: 65px;
	margin: 0;
	padding: 0;
}

.ww_editor_body .home-page-banner-container .banner-caption-container > h1
{
	color: #000000;
}

.gray-border-container
{
	border: 4px solid #dddde1;
    padding: 20px;
    width: 100%;
	max-width: 1200px;
	margin: 60px auto;
}

.loop-background
{
	background: url('/images/loop-background.jpg') center top no-repeat;
	width: 100%;	
	margin: 0 auto;
	height: 491px;
}

@media screen and (max-width: 991px)
{
	.loop-background
	{
		background: url('/images/mobile-loop-background.png') center top no-repeat;
		width: 100%;	
		margin: 0 auto;
		height: 1000px;
	}	
}

.loop-container
{
	position: absolute;
	width: 100%;
}

@media screen and (max-width: 991px)
{
	.loop-container
	{
		position: relative;
	}	
}

.loop-container.first	
{
	top: 160px;
    left: 68px;
}

@media screen and (max-width: 1200px)
{
	.loop-container.first	
	{
		left: -10px;
	}	
}

@media screen and (max-width: 991px)
{
	.loop-container.first	
	{
		top: 110px;
		left: 0;
	}	
}

.loop-container.second	
{
	left: 0;
    right: 0;
    bottom: -330px;
}

@media screen and (max-width: 991px)
{
	.loop-container.second	
	{
		top: 360px;
		left: 0;
		bottom: 0;
	}	
}

.loop-container.third
{
	left: -60px;
    top: 120px;
}

@media screen and (max-width: 1200px)
{
	.loop-container.third	
	{
		left: 10px;
	}	
}

@media screen and (max-width: 991px)
{
	.loop-container.third	
	{
		top: 580px;
		left: 0;
	}	
}