body, html {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

.banner-overlay-area-responsive {
	position: absolute;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	max-width: 1000px;
	width: 100%;
	left: 50%;
-webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: (translate(-50%, 0),);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


@media only screen and (max-width: 768px)  {
#homepage-services-container {
	background: #1172b6 !important;
}
}

@media only screen and (min-width: 1024px) {
	.banner-overlay-area-responsive h1 {
	color: #ffffff;
	font-size: 51px;
	line-height: 50px;
	margin: 0;
	text-transform: uppercase;
	}
}

@media only screen and (max-width: 1036px) and (min-width: 768px) {
.banner-overlay-area-responsive h1 {
	color: #ffffff;
	font-size: 26px;
	line-height: 28px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}
}


@media only screen and (max-width: 767px)  {
.banner-overlay-area-responsive h1 {
	color: #ffffff;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}
}

#cta {
	position: fixed;
	background-color: #1F4D77;
	height: 37px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

@media (max-width: 1023px) {
    #cta {
       display: none;
    }
      
	a.anchor {display: block; position: relative; top: -65px; visibility: hidden;}
}

@media (min-width: 1024px) {
	a.anchor {display: block; position: relative; top: -137px; visibility: hidden;}
}

#cta-inner {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	margin-top: 5px;
}

#cta-inner p {
	color: #ffffff;
	line-height: 28px;
	font-size: 13px;
	margin: 0;
	display: inline-block;
	float: right;
}

#cta-inner a {
	text-decoration: none;
}

#cta-inner img {
	display: inline-block;
	float: right;
}

#header-container {
	position: fixed;
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	top: 37px;
	left: 0;
	z-index: 9999;
	border-bottom: 1px solid #d8d8d8;
}

@media (max-width: 1023px) {
    #header-container {
       display: none;
    }

    #mobile-header-container {
    	display: block;
    }
}

@media (min-width: 1024px) {
    #header-container {
       display: block;
    }

    #mobile-header-container {
    	display: none;
    }
}

#header-inner {
	position: relative;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}

#header-inner #logo {
	float: left;
	padding-top: 15px;
	width: 194px;
}

#header-inner #right {
	float: right;
	width: 750px;
}

#nav-container {height: 30px; position: relative; z-index: 6000; left: 0px; padding-top: 56px; float: right;}
#nav-inner {height: 30px; position: relative; margin: 0 auto; text-align: left;}

#nav-inner ul {list-style: none; padding: 0; margin: 0;}
#nav-inner ul li {display: block; position: relative; float: left; margin-left: 10px; margin-right: 10px; border-bottom: 3px solid #ffffff; }
#nav-inner ul li:hover {border-bottom: 3px solid #1F4D77;}
#nav-inner ul li ul li {display: block; position: relative; float: left; border-bottom: 0px !important;}
/* This hides the dropdowns */
#nav-inner li ul {display: none;}
#nav-inner ul li a {display: block; font-weight: bold; text-transform: uppercase; height: 30px; text-decoration: none; white-space: nowrap; color: #333333; display: table-cell; vertical-align: middle; font-size: 12px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; padding-bottom: 11px;}
#nav-inner ul li ul li {margin-left: 10px; margin-right: 10px;}
#nav-inner ul li ul li:hover a {border-bottom: 3px solid #1F4D77; }
#nav-inner ul li ul li a {border-bottom: 3px solid #ffffff; display: block; height: auto; padding-top: 8px; padding-bottom: 8px; text-decoration: none; white-space: nowrap; color: #333333; font-size: 12px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease;}
#nav-inner ul li a:hover {-webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease;}
#nav-inner ul li.active {border-bottom: 3px solid #1F4D77; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease;}
#nav-inner ul li.active a {}
/* Display the dropdown */
#nav-inner li:hover > ul {display: block; padding-bottom: 8px; background-color: #ffffff; position: absolute; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; left: -12px; margin-top: 3px;}
#nav-inner li:hover li {float: none;}
#nav-inner li:hover a {background: #ffffff;}
#nav-inner li:hover li a:hover {}
#nav-inner .main-navigation li ul li {border-top: 0;}
/* Displays second level dropdowns to the right of the first level dropdown */
#nav-inner ul ul ul {left: 100%; top: 0;}
/* Simple clearfix */
#nav-inner ul:before, #nav-inner ul:after {content: " "; /* 1 */ display: table; /* 2 */}
#nav-inner ul:after {clear: both;}

#mobile-header-container {
	position: fixed;
	width: 100%;
	background-color: #ffffff;
	z-index: 9999999;
	height: 65px;
	top: 0px;
	left: 0px;
}

#mobile-header-container #mobile-header-logo {
	position: absolute;
	height: 45px;
	width: 170px;
	top: 10px;
	left: 12px;
}

#mobile-header-container #mobile-nav-icon {
	position: absolute;
	height: 45px;
	width: 45px;
	top: 10px;
	right: 12px;
}

#mobile-header-container #mobile-nav-icon #themobilenavopen {
	cursor: pointer;
}

#mobile-navigation-container {
	position: fixed;
	top: 65px;
	left: 0px;
	width: 100%;
	background-color: #ffffff;
	z-index: 9999999;
	height: 0px;
	overflow: hidden;
	overflow-y: scroll;
}

#mobile-navigation-container #mobile-nav-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/*padding-top: 20px;*/
}

#mobile-nav-inner::-webkit-scrollbar-thumb{
	background-color:#B03C3F;
	border-radius:10px;
}
#mobile-nav-inner::-webkit-scrollbar-thumb:hover{
	background-color:#BF4649;
	border:1px solid #333333;
}
#mobile-nav-inner::-webkit-scrollbar-thumb:active{
	background-color:#A6393D;
	border:1px solid #333333;
} 

#mobile-navigation-container #mobile-nav-inner ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 80px;
}

#mobile-navigation-container #mobile-nav-inner ul li ul {
	margin-bottom: 0px;
}

#mobile-navigation-container #mobile-nav-inner ul li {
	list-style-type: none;
	padding-left: 0px;
}

#mobile-navigation-container #mobile-nav-inner ul li ul li {
	padding-left: 20px;
}

#mobile-navigation-container #mobile-nav-inner a {
	display: block;
	color: #4d4d4d;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px solid #4d4d4d;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}

#mobile-navigation-container #mobile-nav-inner li:nth-last-child(1) a {
	border-bottom: 1px solid #4d4d4d;
}

#mobile-navigation-container #mobile-nav-inner ul li ul li:nth-last-child(1) a {
	border-bottom: 0px;
}

@media (max-width: 1023px) {
    #top-clearer {position: relative; height: 65px;}
}

@media (min-width: 1024px) {
    #top-clearer {position: relative; height: 137px;}
}

#homepage-banners {
	position: relative;
	width: 100%;
	/*height: 450px;*/
	background-color: #ffffff;
}

.scrolling-banner {
	position: relative;
	width: 100%;
	height: 450px;
	background-position: top center;
	background-repeat: no-repeat;
}

.banner-overlay-area {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 12px;
	padding-right: 12px;;
}

@media (max-width: 1023px) {
    .banner-overlay-area h1 {
		color: #ffffff;
		font-size: 36px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
	}

	.banner-overlay-area {
		justify-content: center;
	}
}

@media (min-width: 1024px) {
    .banner-overlay-area h1 {
		color: #ffffff;
		font-size: 51px;
		line-height: 50px;
		text-transform: uppercase;
	}
}

#homepage-about-container {
	position: relative;
	width: 100%;
	background-color: #EFEFEF;
	z-index: 999;
}

#homepage-about-container #homepage-about-inner {
	position: relative;
	max-width: 1000px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 65px;
	padding-bottom: 55px;
	margin: 0 auto;
}

#homepage-about-container #homepage-about-inner h1 {
	margin: 0;
	font-size: 35px;
	line-height: 26px;
	font-weight: 700;
	color: #808080;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#homepage-about-container #homepage-about-inner h3 {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #808080;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#homepage-about-container #homepage-about-inner h2 {
	margin: 0;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 18px;
}

#homepage-about-container #homepage-about-inner p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 12px;
}

#homepage-about-container #homepage-about-inner li {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 1px;
}

@media (min-width: 1024px) {
	#homepage-about-container #homepage-about-inner #homepage-about-inner-left {
		width: 720px;
		float: left;
	}

	#homepage-about-container #homepage-about-inner #homepage-about-title {
		padding-left: 8px;
		border-left: 8px solid #1F4D77;
		margin-bottom: 40px;
	}
}

@media (max-width: 1023px) {
	#homepage-about-container #homepage-about-inner #homepage-about-inner-left {
		width: 100%;
	}

	#homepage-about-container #homepage-about-inner #homepage-about-title {
		padding-left: 8px;
		border-left: 8px solid #1F4D77;
		margin-bottom: 40px;
	}
}

#homepage-products-container {
	position: relative;
	width: 100%;
	background-color: #f5f5f5;
	z-index: 999;
}

#homepage-products-container #homepage-products-inner {
	position: relative;
	max-width: 1000px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 65px;
	padding-bottom: 55px;
	margin: 0 auto;
}

#homepage-products-container #homepage-products-inner h1 {
	margin: 0;
	font-size: 35px;
	line-height: 26px;
	font-weight: 700;
	color: #808080;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#homepage-products-container #homepage-products-inner h3 {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #808080;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#homepage-products-container #homepage-products-inner h2 {
	margin: 0;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	color: #0071B9;
	margin-bottom: 10px;
	margin-top: 20px;
}

#homepage-products-container #homepage-products-inner p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 12px;
}

#homepage-products-container #homepage-products-inner #homepage-products-inner-left .product-button {
	cursor: pointer;
	position: relative;
	height: 300px;
}

@media (max-width: 1023px) {
	#homepage-products-container #homepage-products-inner #homepage-products-inner-left .product-button {
		display: none;
	}
}

@media (min-width: 1024px) {
	#homepage-products-container #homepage-products-inner #homepage-products-inner-left .mobile-only {
		display: none;
	}
}

#homepage-products-container #homepage-products-inner #homepage-products-inner-left .product-button .baseblock {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#homepage-products-container #homepage-products-inner #homepage-products-inner-left .product-button .hoverblock {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
}

@media (min-width: 1024px) {
	#homepage-products-container #homepage-products-inner #homepage-products-inner-left {
		width: 1000px;
		float: left;
	}

	#homepage-products-container #homepage-products-inner #homepage-products-inner-left #product-1 {
		width: 300px;
		margin-right: 50px;
		float: left;
		position: relative;
	}

	#homepage-products-container #homepage-products-inner #homepage-products-inner-left #product-2 {
		width: 300px;
		margin-right: 50px;
		float: left;
		position: relative;
	}

	#homepage-products-container #homepage-products-inner #homepage-products-inner-left #product-3 {
		width: 300px;
		float: left;
		position: relative;
	}

	#homepage-products-container #homepage-products-inner #homepage-products-title {
		padding-left: 8px;
		border-left: 8px solid #1F4D77;
		margin-bottom: 40px;
	}
}

@media (max-width: 1023px) {
	#homepage-products-container #homepage-products-inner #homepage-products-inner-left {
		width: 100%;
	}

	#homepage-products-container #homepage-products-inner #homepage-products-inner-left #product-1 {
		width: 100%;
		margin-bottom: 40px;
		position: relative;
	}

	#homepage-products-container #homepage-products-inner #homepage-products-inner-left #product-2 {
		width: 100%;
		margin-bottom: 40px;
		position: relative;
	}

	#homepage-products-container #homepage-products-inner #homepage-products-inner-left #product-3 {
		width: 100%;
		margin-bottom: 40px;
		position: relative;
	}

	#homepage-products-container #homepage-products-inner #homepage-products-title {
		padding-left: 8px;
		border-left: 8px solid #1F4D77;
		margin-bottom: 40px;
	}
}

#homepage-services-container {
	position: relative;
	width: 100%;
	z-index: 999;
	background: url('/images/elements/services-bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#homepage-services-container #homepage-services-inner {
	position: relative;
	max-width: 1000px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 65px;
	padding-bottom: 55px;
	margin: 0 auto;
}

#homepage-services-container #homepage-services-inner h1 {
	margin: 0;
	font-size: 35px;
	line-height: 26px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#homepage-services-container #homepage-services-inner h3 {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#homepage-services-container #homepage-services-inner h2 {
	margin: 0;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 18px;
}

#homepage-services-container #homepage-services-inner p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 12px;
}

#homepage-services-container #homepage-services-inner li {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 2px;
}

@media (min-width: 1024px) {
	#homepage-services-container #homepage-services-inner #homepage-services-inner-left {
		width: 720px;
		float: left;
	}

	#homepage-services-container #homepage-services-inner #homepage-services-title {
		padding-left: 8px;
		border-left: 8px solid #1F4D77;
		margin-bottom: 40px;
	}
}

@media (max-width: 1023px) {
	#homepage-services-container #homepage-services-inner #homepage-services-inner-left {
		width: 100%;
	}

	#homepage-services-container #homepage-services-inner #homepage-services-title {
		padding-left: 8px;
		border-left: 8px solid #1F4D77;
		margin-bottom: 40px;
	}
}

#homepage-articles-container {
	position: relative;
	width: 100%;
	background-color: #f5f5f5;
	z-index: 999;
}

#homepage-articles-container #homepage-articles-inner {
	position: relative;
	max-width: 1000px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 65px;
	padding-bottom: 55px;
	margin: 0 auto;
}

#homepage-articles-container #homepage-articles-inner h1 {
	margin: 0;
	font-size: 35px;
	line-height: 26px;
	font-weight: 700;
	color: #808080;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#homepage-articles-container #homepage-articles-inner h3 {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #808080;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#homepage-articles-container #homepage-articles-inner h2 {
	margin: 0;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	color: #0071B9;
	margin-bottom: 10px;
	margin-top: 20px;
}

#homepage-articles-container #homepage-articles-inner p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 12px;
}

@media (min-width: 1024px) {
	#homepage-articles-container #homepage-articles-inner #homepage-articles-inner-left {
		width: 1000px;
		float: left;
	}

	#homepage-articles-container #homepage-articles-inner #homepage-articles-inner-left .article {
		width: 475px;
		float: left;
	}

	#homepage-articles-container #homepage-articles-inner #homepage-articles-inner-left .article:nth-child(1) {
		margin-right: 50px;
	}

	#homepage-articles-container #homepage-articles-inner #homepage-articles-title {
		padding-left: 8px;
		border-left: 8px solid #1F4D77;
		margin-bottom: 40px;
	}
}

@media (max-width: 1023px) {
	#homepage-articles-container #homepage-articles-inner #homepage-articles-inner-left {
		width: 100%;
	}

	#homepage-articles-container #homepage-articles-inner #homepage-articles-inner-left .article {
		width: 100%;
	}

	#homepage-articles-container #homepage-articles-inner #homepage-articles-inner-left .article:nth-child(1) {
		margin-bottom: 40px;
	}

	#homepage-articles-container #homepage-articles-inner #homepage-articles-title {
		padding-left: 8px;
		border-left: 8px solid #1F4D77;
		margin-bottom: 40px;
	}
}

#homepage-contact-container {
	position: relative;
	width: 100%;
	background-color: #EFEFEF;
	z-index: 999;
}

#homepage-contact-container #homepage-contact-inner {
	position: relative;
	max-width: 1000px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 65px;
	padding-bottom: 55px;
	margin: 0 auto;
}

#homepage-contact-container #homepage-contact-inner h1 {
	margin: 0;
	font-size: 35px;
	line-height: 26px;
	font-weight: 700;
	color: #808080;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#homepage-contact-container #homepage-contact-inner h3 {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #808080;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#homepage-contact-container #homepage-contact-inner h2 {
	margin: 0;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 18px;
}

#homepage-contact-container #homepage-contact-inner p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 12px;
}

@media (min-width: 1024px) {
	#homepage-contact-container #homepage-contact-inner #homepage-contact-inner-left {
		width: 300px;
		float: left;
	}
	#homepage-contact-container #homepage-contact-inner #homepage-contact-inner-right {
		width: 500px;
		float: right;
	}

	#homepage-contact-container #homepage-contact-inner #homepage-contact-title {
		padding-left: 8px;
		border-left: 8px solid #1F4D77;
		margin-bottom: 40px;
	}
}

@media (max-width: 1023px) {
	#homepage-contact-container #homepage-contact-inner #homepage-contact-inner-left {
		width: 100%;
	}

	#homepage-contact-container #homepage-contact-inner #homepage-contact-inner-right {
		width: 100%;
	}

	#homepage-contact-container #homepage-contact-inner #homepage-contact-title {
		padding-left: 8px;
		border-left: 8px solid #1F4D77;
		margin-bottom: 40px;
	}
}

#homepage-pre-footer-container {
	position: relative;
	width: 100%;
	z-index: 999;
	background: url('/images/elements/pre-footer-bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#homepage-pre-footer-container #homepage-pre-footer-inner {
	position: relative;
	max-width: 1000px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 105px;
	padding-bottom: 95px;
	margin: 0 auto;
}

#homepage-pre-footer-container #homepage-pre-footer-inner h1 {
	margin: 0;
	font-size: 35px;
	line-height: 26px;
	font-weight: 700;
	color: #808080;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#homepage-pre-footer-container #homepage-pre-footer-inner h3 {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #808080;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#homepage-pre-footer-container #homepage-pre-footer-inner h2 {
	margin: 0;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 18px;
}

#homepage-pre-footer-container #homepage-pre-footer-inner p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 12px;
}

@media (min-width: 1024px) {
	#homepage-pre-footer-container #homepage-pre-footer-inner #homepage-pre-footer-inner-left {
		width: 1000px;
		float: left;
	}

	#homepage-pre-footer-container #homepage-pre-footer-inner #homepage-pre-footer-inner-left .pre-footer-callout {
		background-color: #333333;
		width: 300px;
		margin-right: 50px;
		float: left;
		height: 80px;
		display: flex;
		align-items: center;
	}

	#homepage-pre-footer-container #homepage-pre-footer-inner #homepage-pre-footer-inner-left .pre-footer-callout .pre-footer-callout-text {
		padding-left: 100px;
		color: #ffffff;
		font-size: 14px;
		line-height: 17px;
	}

	#homepage-pre-footer-container #homepage-pre-footer-inner #homepage-pre-footer-inner-left .pre-footer-callout .pre-footer-callout-text a {
		text-decoration: none;
	}

	#homepage-pre-footer-container #homepage-pre-footer-inner #homepage-pre-footer-inner-left .pre-footer-callout:nth-child(1) {
		background-image: url('/images/elements/pre-1.jpg');
		background-position: top left;
		background-repeat: no-repeat;
	}

	#homepage-pre-footer-container #homepage-pre-footer-inner #homepage-pre-footer-inner-left .pre-footer-callout:nth-child(2) {
		background-image: url('/images/elements/pre-2.jpg');
		background-position: top left;
		background-repeat: no-repeat;
	}

	#homepage-pre-footer-container #homepage-pre-footer-inner #homepage-pre-footer-inner-left .pre-footer-callout:nth-child(3) {
		background-image: url('/images/elements/pre-3.jpg');
		background-position: top left;
		background-repeat: no-repeat;
		margin: 0;
	}
}

@media (max-width: 1023px) {
	#homepage-pre-footer-container #homepage-pre-footer-inner #homepage-pre-footer-inner-left {
		width: 100%;
	}

	#homepage-pre-footer-container #homepage-pre-footer-inner #homepage-pre-footer-inner-left .pre-footer-callout {
		background-color: #333333;
		width: 100%;
		margin-bottom: 40px;
		height: 80px;
		display: flex;
		align-items: center;
	}

	#homepage-pre-footer-container #homepage-pre-footer-inner #homepage-pre-footer-inner-left .pre-footer-callout .pre-footer-callout-text {
		padding-left: 100px;
		color: #ffffff;
		font-size: 14px;
		line-height: 17px;
	}

	#homepage-pre-footer-container #homepage-pre-footer-inner #homepage-pre-footer-inner-left .pre-footer-callout .pre-footer-callout-text a {
		text-decoration: none;
	}

	#homepage-pre-footer-container #homepage-pre-footer-inner #homepage-pre-footer-inner-left .pre-footer-callout:nth-child(1) {
		background-image: url('/images/elements/pre-1.jpg');
		background-position: top left;
		background-repeat: no-repeat;
	}

	#homepage-pre-footer-container #homepage-pre-footer-inner #homepage-pre-footer-inner-left .pre-footer-callout:nth-child(2) {
		background-image: url('/images/elements/pre-2.jpg');
		background-position: top left;
		background-repeat: no-repeat;
	}

	#homepage-pre-footer-container #homepage-pre-footer-inner #homepage-pre-footer-inner-left .pre-footer-callout:nth-child(3) {
		background-image: url('/images/elements/pre-3.jpg');
		background-position: top left;
		background-repeat: no-repeat;
		margin: 0;
	}
}

#homepage-footer-container {
	position: relative;
	width: 100%;
	background-color: #4D4D4D;
	z-index: 999;
}

#homepage-footer-container #homepage-footer-inner {
	position: relative;
	max-width: 1000px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 65px;
	padding-bottom: 55px;
	margin: 0 auto;
}

#homepage-footer-container #homepage-footer-inner p {
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	color: #ffffff;
	text-align: right;
}

@media (min-width: 1024px) {
	#homepage-footer-container #homepage-footer-inner #homepage-footer-inner-left {
		width: 70%;
		float: left;
	}
	
	#homepage-footer-container #homepage-footer-inner #homepage-footer-inner-right {
		width: 30%;
		float: right;
	}
}

@media (max-width: 1023px) {
	#homepage-footer-container #homepage-footer-inner #homepage-footer-inner-left {
		width: 100%;
	}

	#homepage-footer-container #homepage-footer-inner #homepage-footer-inner-right {
		width: 100%;
	}

	#homepage-footer-container #homepage-footer-inner p {
		text-align: left;
	}
}

#product-leader-banners {
	position: relative;
	width: 100%;
	height: 350px;
}

.product-leader-banner {
	position: relative;
	width: 100%;
	height: 350px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.banner-overlay-area {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 12px;
	padding-right: 12px;
}

@media (max-width: 1023px) {
    .banner-overlay-area h1 {
		color: #ffffff;
		font-size: 36px;
		line-height: 40px;
		text-align: center;
		margin: 0;
		text-transform: uppercase;
	}

	.banner-overlay-area {
		justify-content: center;
	}
}

@media (min-width: 1024px) {
    .banner-overlay-area h1 {
		color: #ffffff;
		font-size: 51px;
		line-height: 50px;
		margin: 0;
		text-transform: uppercase;
	}
}

#product-leader-intro-container {
	position: relative;
	width: 100%;
	background-color: #efefef;
	z-index: 999;
}

#product-leader-intro-container #product-leader-intro-inner {
	position: relative;
	max-width: 1000px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 65px;
	padding-bottom: 65px;
	margin: 0 auto;
}

@media (min-width: 1024px) {
	#product-leader-intro-container #product-leader-intro-inner #product-leader-intro-inner-left {
		width: 700px;
		float: left;
	}
}

@media (max-width: 1023px) {
	#product-leader-intro-container #product-leader-intro-inner #product-leader-intro-inner-left {
		width: 100%;
	}
}

#product-leader-intro-container #product-leader-intro-inner h2 {
	margin: 0;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 18px;
}

#product-leader-intro-container #product-leader-intro-inner p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 12px;
}

#product-leader-second-container {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	z-index: 999;
}

#product-leader-second-container #product-leader-second-inner {
	position: relative;
	max-width: 1000px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 65px;
	padding-bottom: 65px;
	margin: 0 auto;
}

@media (min-width: 1024px) {
	#product-leader-second-container #product-leader-second-inner #product-leader-second-inner-left {
		width: 475px;
		float: left;
	}

	#product-leader-second-container #product-leader-second-inner #product-leader-second-inner-right {
		width: 475px;
		float: right;
	}
}

@media (max-width: 1023px) {
	#product-leader-second-container #product-leader-second-inner #product-leader-second-inner-left {
		width: 100%;
		margin-bottom: 20px;
	}	

	#product-leader-second-container #product-leader-second-inner #product-leader-second-inner-right {
		width: 100%;
	}
}

/*#product-leader-second-container #product-leader-second-inner .button {
	width: 100%;
	height: 125px;
	position: relative;
	margin-bottom: 20px;
}

#product-leader-second-container #product-leader-second-inner .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: green;
	z-index: 9;
}

#product-leader-second-container #product-leader-second-inner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color:rgba(255,0,0,0.8);
	display: none;
}

#product-leader-second-container #product-leader-second-inner .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

#product-leader-second-container #product-leader-second-inner .text a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 30px;
	line-height: 125px;
	position: relative;
	padding-left: 30px;
}*/

#product-leader-second-container #product-leader-second-inner ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media (min-width: 1024px) {

	#product-leader-second-container #product-leader-second-inner ul li {
		float: left;
		width: 475px;
		margin-right: 50px;
	}

	#product-leader-second-container #product-leader-second-inner ul li:nth-child(2n) {
		margin-right: 0;
	}

}

@media (max-width: 1023px) {

	#product-leader-second-container #product-leader-second-inner ul li {
		float: left;
		width: 100%;
		margin-right: 0px;
	}

}

#product-leader-second-container #product-leader-second-inner ul li a {
	display: block;
	background-color: #1F4D77;
	background-image:url('/images/elements/nav-arrow.png');
	background-position: right 20px center;
	background-repeat: no-repeat;
	padding: 20px 40px 20px 20px;
	margin-bottom: 20px;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#product-leader-second-container #product-leader-second-inner ul li a:hover {
	background-color: #f5f5f5;
	color: #1F4D77;
}

#product-intro-container {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	z-index: 999;
}

#product-intro-container #product-intro-inner {
	position: relative;
	max-width: 1000px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 65px;
	padding-bottom: 65px;
	margin: 0 auto;
}

@media (min-width: 1024px) {
	#product-intro-container #product-intro-inner #product-intro-inner-left {
		width: 650px;
		margin-right: 50px;
		float: left;
	}
	#product-intro-container #product-intro-inner #product-intro-inner-right {
		width: 300px;
		float: left;
	}
}

@media (max-width: 1023px) {
	#product-intro-container #product-intro-inner #product-intro-inner-left {
		width: 100%;
		margin-bottom: 20px;
	}
	#product-intro-container #product-intro-inner #product-intro-inner-right {
		width: 100%;
	}
}

#product-intro-container #product-intro-inner h1 {
	color: #1F4D77;
	font-size: 42px;
	line-height: 50px;
	margin: 0;
	margin-bottom: 30px;
}

#product-intro-container #product-intro-inner h2 {
	margin: 0;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 18px;
}

#product-intro-container #product-intro-inner p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 12px;
}

#product-intro-container #product-intro-inner li {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 2px;
}

.social{
	position: absolute;
	right: 9px;
	top: 12px;
	z-index: 8000;
}

.social a{
	display: inline-block;
	font-size: 0;
}

.social img{
	width: 25px;
}

@media (max-width: 1023px) {
	.social{
		display: none;
	}
}