/*
Theme Name: FrontStreet
Theme URI: 
Author: Web Shepherds
Author URI: http://www.thewebshepherds.com
Description: 
Version: 1.0
License: 
License 
Tags: 
Text Domain: frontstreet
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html * {
	max-height: 1000000px;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* END RESET */

body {
	background: #f4f4f4 url('images/main-bg.jpg');
}

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

iframe {
	max-width: 100%;
}

div#scroll-up-button {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 83px;
	background: url('images/scroll-up-button.png') no-repeat left top;
	cursor: pointer;
	z-index: 500;
}

.outer-wrapper {
	position: relative;
	overflow: hidden;
}

/*-----------------------------------------------------------------------------------------------------------
		HEADER
-----------------------------------------------------------------------------------------------------------*/

.header-wrapper {
	position: absolute;
	left: 0;
	top: 25px;
	width: 100%;
	background: #f6f6f7 url('images/header-bg.jpg');
	-webkit-box-shadow: 0 4px 14px 0 rgba(0,0,0,0.25);
	box-shadow: 0 4px 14px 0 rgba(0,0,0,0.25);
	z-index: 10;
}

.header-color-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background: #0969a5;
	-webkit-box-shadow:inset 0 6px 6px -6px rgba(0,0,0,0.5);
	box-shadow:inset 0 6px 6px -6px rgba(0,0,0,0.5);
}

.header-content {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1220px;
}

.header-content::after {
	content: ' ';
	display: block;
	clear: both;
}

.header-logo {
	display: block;
	width: 320px;
	height: 88px;
	background: url('images/frontstreet-header-logo.png') no-repeat center 16px;
	text-indent: -9999px;
	float: left;
}

@media all and (max-width: 1199px) {

	.header-logo {
		width: 300px;
		background-size: 290px auto;
	}

}

@media all and (max-width: 1023px) {

	.header-wrapper {
		display: none;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MAIN NAV
-----------------------------------------------------------------------------------------------------------*/

.main-nav {
	position: relative;
	margin: 0;
	list-style-type: none;
	float: right;
}

.main-nav:after {
	content: ' ';
	display: block;
	clear: both;
}

.main-nav > li {
	display: block;
	float: left;
}

.main-nav > li.no-text {
	position: relative;
}

.main-nav > li > a {
	position: relative;
	display: block;
	padding: 0 15px;
	font-size: 16px;
	line-height: 80px;
	font-weight: 700;
	color: #5b727e;
	text-transform: uppercase;
	text-decoration: none !important;
}

.main-nav > li > a:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 28px;
	background: url('images/main-nav-arrow.png') no-repeat center bottom;
	opacity: 0;
	z-index: 9;
}

.main-nav > li.on > a {
	color: #147ec0;
}

.main-nav > li.on > a:after {
	opacity: 1;
}

.main-nav > li:hover > a,
.main-nav > li:focus > a {
	color: #147ec0;
	background: #e3effc;
	-webkit-box-shadow: 10px 0 10px -4px rgba(0,0,0,0.4), -5px 0 10px -4px rgba(0,0,0,0.4);
	box-shadow: 10px 0 10px -4px rgba(0,0,0,0.4),  -5px 0 10px -4px rgba(0,0,0,0.4);
}

.main-nav > li:hover > a:after,
.main-nav > li:focus > a:after {
	opacity: 0;
}

.main-nav > li > .sub-menu-wrapper {
	display: none;
	align-items: center;
	position: absolute;
	left: 0;
	top: 80px;
	padding: 20px 0;
	background: #e3effc;
	z-index: 100;
}

.main-nav > li.no-text > .sub-menu-wrapper {
	left: auto;
	right: 0;
}

.main-nav > li > .sub-menu-wrapper:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 60%;
	top: 20px;
	width: 1px;
	height: calc(100% - 40px);
	background: #b8c7d4;
}

.main-nav > li.no-text > .sub-menu-wrapper:after {
	display: none;
}

.main-nav > li > .sub-menu-wrapper > .sub-menu-content {
	padding: 20px 25px 20px 40px;
	width: 60%;
}

.main-nav > li > .sub-menu-wrapper > .sub-menu-content > .sub-menu-headline {
	margin: 0 0 20px;
	font-size: 34px;
	line-height: 34px;
	font-weight: 300;
	color: #5b727e;
	letter-spacing: -0.04em;
}

.main-nav > li > .sub-menu-wrapper > .sub-menu-content > .sub-menu-text {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #91a3ad;
	letter-spacing: -0.04em;
}

.main-nav > li > .sub-menu-wrapper > .sub-menu {
	margin: 0;
	padding: 20px 40px 20px 25px;
	width: 40%;
	list-style-type: none;
}

.main-nav > li.no-text > .sub-menu-wrapper > .sub-menu {
	padding: 20px 40px;
	width: 100%;
}

.main-nav > li > .sub-menu-wrapper > .sub-menu > li {
	display: block;
}

.main-nav > li.no-text > .sub-menu-wrapper > .sub-menu > li {
	display: block;
	white-space: nowrap;
}

/*.main-nav > li > .sub-menu-wrapper > .sub-menu > li:first-child {
	display: none;
}*/

.main-nav > li > .sub-menu-wrapper > .sub-menu > li > a {
	display: block;
	padding: 5px 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #147ec0;
	letter-spacing: -0.04em;
}

.main-nav > li:hover > .sub-menu-wrapper,
.main-nav > li:focus > .sub-menu-wrapper {
	display: flex;
}

.main-nav > li.no-text:hover > .sub-menu-wrapper,
.main-nav > li.no-text:focus > .sub-menu-wrapper {
	display: block;
}

/*-----------------------------------------------------------------------------------------------------------
		MOBILE NAV
-----------------------------------------------------------------------------------------------------------*/

.mobile-header-wrapper {
	display: none;
}

@media all and (max-width: 1023px) {

	.mobile-header-wrapper {
		display: block;
		position: relative;
		background: #f1f1f1;
		-webkit-box-shadow: 0 4px 14px 0 rgba(0,0,0,0.25);
		box-shadow: 0 4px 14px 0 rgba(0,0,0,0.25);
		z-index: 10;
	}

	.mobile-logo {
		display: block;
		margin: 0 auto;
		width: 240px;
		height: 80px;
		text-indent: -9999px;
		background: url('images/frontstreet-mobile-logo.png') no-repeat center center;
	}

	div#mobile-nav-button {
		position: absolute;
		right: 0;
		top: 0;
		width: 80px;
		height: 80px;
		background: url('images/mobile-nav-button.png') no-repeat center top;
		cursor: pointer;
	}
	
	div#mobile-nav-button.open {
		background-position: center bottom;
	}

	.mobile-nav {
		display: none;
		position: relative;
		margin: 0;
		width: 100%;
		background: #1780c1;
		list-style-type: none;
		z-index: 6;
	}

	.mobile-nav > li {
		width: 100%;
	}

	.mobile-nav > li > a,
	.mobile-nav > li > span {
		position: relative;
		display: block;
		padding: 8px 60px 8px 20px;
		font-size: 18px;
		line-height: 24px;
		font-weight: 700;
		color: #fff;
		text-decoration: none;
		background-color: #1780c1;
		border-bottom: 1px solid rgba(255,255,255,0.45);
	}

	.mobile-nav > li > a.open,
	.mobile-nav > li > span.open {
		color: #2b3c45;
		background: #c6dbf1;
	}

	.mobile-nav > li > a b,
	.mobile-nav > li > span b {
		font-weight: 700;
	}

	.mobile-nav > li.mnav-call > a {
		padding: 8px 20px 8px 50px;
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		text-transform: none;
		background: #293942 url('images/icon-phone.png') no-repeat 20px center;
	}
	
	.mobile-nav > li.mnav-login > a {
		padding: 8px 20px 8px 50px;
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		text-transform: none;
		background: #293942 url('images/human-icon-white.png') no-repeat 18px center;
		background-size: 18px 18px;
	}
	
	.mobile-nav .sub-nav-button {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		background: url('images/mobile-sub-nav-button.png') no-repeat center top;
		cursor: pointer;
	}

	.mobile-nav .sub-nav-button.open {
		background-position: center bottom;
	}
	
	.mobile-nav li.menu-item-has-children > a > .sub-nav-button {
		display: block;
	}

	.mobile-nav .sub-menu {
		display: none;
		margin: 0;
		list-style-type: none;
	}

	.mobile-nav .sub-menu > li {
		width: 100%;
	}
	
	.mobile-nav .sub-menu > li a {
		position: relative;
		display: block;
		padding: 10px 20px 10px 40px;
		font-size: 14px;
		line-height: 20px;
		font-weight: 700;
		color: #2b3c45;
		text-decoration: none;
		background: #c6dbf1;
		border-bottom: 1px solid rgba(255,255,255,0.45);
	}

}

@media all and (max-width: 479px) {

	.mobile-logo {
		margin: 0 0 0 20px;
	}

	div#mobile-nav-button {
		width: 60px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MAIN
-----------------------------------------------------------------------------------------------------------*/

.main-wrapper {
	position: relative;
}

.content-block {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1240px;
}

.home-text {
	padding: 20px 0 20px;
}

/*-----------------------------------------------------------------------------------------------------------
		SLIDER
-----------------------------------------------------------------------------------------------------------*/

.slider-wrapper {
	position: relative;
	width: 100%;
	height: 600px;
	min-height: 600px;
}

.slider-wrapper .slick-slider {
	position: absolute !important;
	left: 0;
	top: 0;
	margin: 0 !important;
	width: 100%;
	height: 100%;
}

.slick-dotted.slick-slider {
	margin: 0 !important;
}

.slider-wrapper .slick-list {
	height: 100% !important;
}

.slider-wrapper .slick-track {
	height: 100% !important;
}

.slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slide-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.slide-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
}

.slide-content-wrapper {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.slide-content {
	position: relative;
	padding: 0 20px 0 170px;
	max-width: 1020px;
}

.slide-graphic {
	position: absolute;
	left: 20px;
	top: 0;
	width: 122px;
	height: 72px;
	background: url('images/slide-graphic.png') no-repeat;
}

.slide-headline {
	margin: 0 0 10px;
	font-size: 62px;
	line-height: 62px;
	font-weight: 300;
	color: #fff;
	letter-spacing: -0.06em;
	text-align: center;
}

.slide-text {
	font-size: 34px;
	line-height: 34px;
	font-weight: 400;
	color: #fff;
	letter-spacing: -0.06em;
	text-align: center;
}

.slider-wrapper .slick-dots {
	left: 50%;
	bottom: 28px !important;
	max-width: 1200px !important;
	padding: 0 0 0 80px !important;
	height: 20px !important;
	text-align: left !important;
	transform: translateX(-50%);
	z-index: 1;
}

.slider-wrapper .slick-dots li {
	width: 20px !important;
	margin: 0 12px 0 0 !important;
	vertical-align: top;
}

.slider-wrapper .slick-dots li button {
	display: block !important;
	width: 20px !important;
	height: 20px !important;
	background: transparent !important;
	border: 1px solid #fff !important;
	border-radius: 0 !important;
}

.slider-wrapper .slick-dots li.slick-active button {
	background: url('images/slide-dot-active.png') no-repeat !important;
	background-size: cover !important;
	border: 1px solid #fff !important;
}

@media all and (max-width: 1023px) {

	.slider-wrapper {
		height: 400px;
		min-height: 400px;
	}

	.slide-content {
		padding: 0 20px 0 120px;
	}

	.slide-graphic {
		width: 80px;
		height: 47px;
		background-size: 80px 47px;
	}

	.slide-headline {
		font-size: 42px;
		line-height: 42px;
	}

	.slide-text {
		font-size: 24px;
		line-height: 24px;
	}

}

@media all and (max-width: 767px) {

	.slide-headline {
		font-size: 38px;
		line-height: 38px;
	}

	.slide-text {
		font-size: 20px;
		line-height: 20px;
	}

}

@media all and (max-width: 479px) {

	.slide-content {
		padding: 0 10px;
	}

	.slide-graphic {
		display: none;
	}

	.slide-headline {
		font-size: 32px;
		line-height: 32px;
	}

	.slide-text {
		font-size: 18px;
		line-height: 18px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FEATURED SERVICES
-----------------------------------------------------------------------------------------------------------*/

.featured-services-wrapper {
	margin: -150px 0 0;
	padding: 0 0 30px;
}

.featured-services-wrapper.not-home {
	margin: 0;
	padding: 40px 10px 2px;
}

.featured-services {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	max-width: 1500px;
}

.featured-service-box {
	position: relative;
	margin: 0 10px;
	padding: 20px 20px 45px;
	width: 100%;
	max-width: 365px;
	border-top: 12px solid #000;
	border-bottom: 12px solid #000;
	background-position: center center;
	background-size: cover;
	-webkit-box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.25);
	box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.25);
}

.featured-service-box.fsb1 {
	border-color: #3ea9ec;
}

.featured-service-box.fsb2 {
	border-color: #8d9a9a;
}

.featured-service-box.fsb3 {
	border-color: #0969a5;
}

.featured-service-box.fsb4 {
	border-color: #00b559;
}

.fsb-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.33;
}

.fsb-overlay-color {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.4s;
}

.featured-service-box.fsb1 .fsb-overlay-color {
	background: url('images/featured-service-overlay-01.png') repeat-x center bottom;
}

.featured-service-box.fsb2 .fsb-overlay-color {
	background: url('images/featured-service-overlay-02.png') repeat-x center bottom;
}

.featured-service-box.fsb3 .fsb-overlay-color {
	background: url('images/featured-service-overlay-01.png') repeat-x center bottom;
}

.featured-service-box.fsb4 .fsb-overlay-color {
	background: url('images/featured-service-overlay-03.png') repeat-x center bottom;
}

.fsb-name {
	position: relative;
	margin: 0 0 20px;
	width: 200px;
	font-size: 32px;
	line-height: 32px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.06em;
	text-shadow: 2px 2px 2px #000000;
}

.fsb-text {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.02em;
	opacity: 0;
	transition: opacity 0.4s;
}

.fsb-link {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 145px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #000;
	opacity: 0;
	transition: opacity 0.4s;
}

.featured-service-box:hover .fsb-overlay-color,
.featured-service-box:focus .fsb-overlay-color,
body.touch .featured-service-box .fsb-overlay-color,
.featured-service-box:hover .fsb-text,
.featured-service-box:focus .fsb-text,
body.touch .featured-service-box .fsb-text,
.featured-service-box:hover .fsb-link,
.featured-service-box:focus .fsb-link,
body.touch .featured-service-box .fsb-link {
	opacity: 1;
}

@media all and (max-width: 1199px) {

	.featured-services-wrapper {
		margin: -110px 0 0;
	}

	.featured-services {
		flex-wrap: wrap;
		max-width: 1500px;
	}

	.featured-service-box.fsb1,
	.featured-service-box.fsb2 {
		margin: 0 20px 40px;
	}
	
	.featured-service-box.fsb3,
	.featured-service-box.fsb4 {
		margin: 0 20px;
	}

}

@media all and (max-width: 1023px) {

	.featured-services {
		flex-wrap: wrap;
		max-width: 1500px;
	}

	.featured-service-box {
		max-width: 320px;
	}

}

@media all and (max-width: 767px) {

	.featured-services {
		display: block;
	}

	.featured-services-wrapper {
		margin: 0;
		padding: 40px 20px 30px;
	}

	.featured-service-box.fsb1,
	.featured-service-box.fsb2,
	.featured-service-box.fsb3 {
		margin: 0 auto 40px;
	}
	
	.featured-service-box.fsb4 {
		margin: 0 auto;
	}

	.fsb-name {
		width: 100%;
	}

}

@media all and (max-width: 479px) {

	.fsb-name {
		font-size: 28px;
		line-height: 28px;
	}

	.fsb-text {
		font-size: 15px;
		line-height: 23px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		TESTIMONIALS
-----------------------------------------------------------------------------------------------------------*/

.testimonial-wrapper-outer {
	position: relative;
	padding: 80px 0 100px;
}

.testimonial-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.testimonial-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
}

.testimonial-headline {
	position: relative;
	padding: 0 20px 35px;
	font-size: 66px;
	line-height: 66px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

.testimonials-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 70px;
	max-width: 1200px;
}

.testimonials-wrapper.slick-initialized .slick-track {
	display: flex;
	align-items: center;
}

.testimonial-wrapper {
	position: relative;
}

.testimonial-content {
	width: 100%;
}

.testimonial {
	margin: 0 0 20px;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: -0.04em;
	color: #fff;
	text-align: center;
}

.author {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: -0.04em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.slick-arrow.slick-prev {
	top: 50% !important;
	left: 10px !important;
	width: 37px !important;
	height: 75px !important;
	background: url('images/carousel-arrows.png') no-repeat left center !important;	
	transform: translateY(-50%) !important;
}

.slick-arrow.slick-next {
	top: 50% !important;
	right: 10px !important;
	width: 37px !important;
	height: 75px !important;
	background: url('images/carousel-arrows.png') no-repeat right center !important;
	transform: translateY(-50%) !important;
}

.slick-arrow:before {
	display: none !important;
}

@media all and (max-width: 1023px) {

	.testimonial-headline {
		padding: 0 20px 30px;
		font-size: 46px;
		line-height: 46px;
	}

	.testimonial {
		font-size: 20px;
		line-height: 26px;
	}

	.author {
		font-size: 16px;
		line-height: 24px;
	}

}

@media all and (max-width: 767px) {

	.testimonial-wrapper-outer {
		padding: 40px 0 60px;
	}

}

@media all and (max-width: 599px) {

	.testimonials-wrapper {
		padding: 0 35px;
	}
	
	.slick-arrow.slick-prev {
		left: 5px !important;
		width: 20px !important;
		height: 41px !important;
		background-size: 40px 41px !important;	
	}

	.slick-arrow.slick-next {
		right: 5px !important;
		width: 20px !important;
		height: 41px !important;
		background-size: 40px 41px !important;	
	}

}

@media all and (max-width: 479px) {

	.testimonial-headline {
		padding: 0 20px 30px;
		font-size: 32px;
		line-height: 32px;
	}

	.testimonial {
		font-size: 18px;
		line-height: 24px;
	}

	.author {
		font-size: 14px;
		line-height: 22px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		INTERIOR PAGE
-----------------------------------------------------------------------------------------------------------*/

.header-image-wrapper {
	position: relative;
	width: 100%;
	height: 500px;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
}

.header-image-wrapper.no-shadow {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.header-image-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
}

.header-image-content-wrapper {
	position: absolute;
	left: 0;
	top: 55%;
	width: 100%;
	transform: translateY(-50%);
}

.header-image-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1200px;
}

.header-image-headline {
	padding: 8px 0 15px 160px;
	font-size: 66px;
	line-height: 66px;
	font-weight: 300;
	color: #fff;
	letter-spacing: -0.06em;
	text-align: center;
	background: url('images/slide-graphic.png') no-repeat left top;
}

.header-image-text {
	padding: 0;
	width: 100%;
	font-size: 34px;
	line-height: 34px;
	font-weight: 400;
	color: #fff;
	letter-spacing: -0.06em;
	text-align: center;
}

.header-spacer {
	height: 113px;
}

.main-text {
	position: relative;
	padding: 60px 0;
}

@media all and (max-width: 1023px) {

	.header-image-wrapper {
		height: 380px;
	}

	.header-image-wrapper.no-shadow {
		-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
		box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
	}

	.header-image-content-wrapper {
		top: 50%;
	}

	.header-image-headline {
		padding: 14px 0 15px 160px;
		font-size: 56px;
		line-height: 56px;
		background: url('images/slide-graphic.png') no-repeat left top;
	}

	.header-image-text {
		font-size: 28px;
		line-height: 28px;
	}

	.header-spacer {
		display: none;
	}

}

@media all and (max-width: 767px) {

	.header-image-wrapper {
		height: 280px;
	}

	.header-image-headline {
		padding: 2px 0 15px 110px;
		font-size: 46px;
		line-height: 46px;
		background-position: left top;
		background-size: 80px 47px;
	}

	.header-image-text {
		font-size: 22px;
		line-height: 22px;
	}

	.main-text.portal-page {
		position: relative;
		padding: 80px 0 60px;
	}

}

@media all and (max-width: 599px) {

	.header-image-headline {
		padding: 2px 0 10px 72px;
		font-size: 32px;
		line-height: 32px;
		background-position: left top;
		background-size: 52px 32px;
	}

	.header-image-text {
		font-size: 18px;
		line-height: 18px;
	}

}

@media all and (max-width: 479px) {

	.header-image-wrapper {
		height: 240px;
	}

	.header-image-headline {
		padding: 2px 0 10px 72px;
		font-size: 32px;
		line-height: 32px;
		background-position: left top;
		background-size: 52px 32px;
	}

	.header-image-text {
		font-size: 18px;
		line-height: 18px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		INTERNAL MENU
-----------------------------------------------------------------------------------------------------------*/

.interior-menu-wrapper {
	display: none;
}

@media all and (max-width: 1023px) {

	.interior-menu-wrapper {
		display: block;
		position: relative;
		margin: 0 auto 30px;
		max-width: 280px;
	}

	.interior-menu-header {
		padding: 8px 25px 8px 15px;
		font-size: 18px;
		line-height: 24px;
		font-weight: 700;
		color: #fff;
		background: #2b3c45 url('images/interior-menu-arrow.png') no-repeat 97% center;
		cursor: pointer;
	}
	
	.interior-menu-wrapper.cs-blue .interior-menu-header { background-color: #3ea9ec; }
	.interior-menu-wrapper.cs-gray .interior-menu-header { background-color: #8d9a9a; }
	.interior-menu-wrapper.cs-green .interior-menu-header { background-color: #00b559; }
	.interior-menu-wrapper.cs-dark-blue .interior-menu-header { background-color: #0969a5; }

	.interior-menu {
		display: none;
		position: relative;
		margin: 0;
		list-style-type: none;
	}

	.interior-menu li {
		display: block;
		border-bottom: 1px solid #e8e8e8;
	}

	.interior-menu li a {
		display: block;
		padding: 10px 15px;
		font-size: 15px;
		line-height: 20px;
		font-weight: 700;
		color: #000;
		text-decoration: none !important;
		background: #d5d5d5;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		SERVICES LINKS
-----------------------------------------------------------------------------------------------------------*/

.services-bar {
	width: 100%;
	height: 18px;
	background: #3ea9ec;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,0.25);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.25);
}

.services-bar.cs-gray { background: #8d9a9a; }
.services-bar.cs-green { background: #00b559; }
.services-bar.cs-dark-blue { background: #0969a5; }

.services-links {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1500px;
}

.services-links a {
	display: flex;
	align-items: center;
	margin: 0 5px;
	padding: 0 10px;
	width: 330px;
	min-height: 50px;
	font-size: 21px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
	background: #3ea9ec;
	-webkit-box-shadow: 0 6px 8px 0 rgba(0,0,0,0.25), inset 0 20px 20px -20px rgba(0,0,0,0.75);
	box-shadow: 0 6px 8px 0 rgba(0,0,0,0.25), inset 0 20px 20px -20px rgba(0,0,0,0.75);
}

.services-links a.on {
	-webkit-box-shadow: 0 6px 8px 0 rgba(0,0,0,0.25);
	box-shadow: 0 6px 8px 0 rgba(0,0,0,0.25);
}

.services-links a.sl2 { background: #8d9a9a; }
.services-links a.sl3 { background: #0969a5; }
.services-links a.sl4 { background: #00b559; }

.services-links a span {
	width: 100%;
}

@media all and (max-width: 1365px) {

	.services-links a {
		font-size: 18px;
	}

}

@media all and (max-width: 1159px) {

	.services-links a {
		width: 300px;
		font-size: 17px;
	}

}

@media all and (max-width: 1023px) {

	.services-bar,
	.services-links {
		display: none;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		PROJECT GALLERY
-----------------------------------------------------------------------------------------------------------*/

.project-gallery-spacer {
	height: 20px;
}

.project-gallery-wrapper {
	position: relative;
	border-top: 2px solid #3ea9ec;
	-webkit-box-shadow: 0 -5px 5px -2px rgba(0,0,0,0.25);
	box-shadow: 0 -5px 5px -2px rgba(0,0,0,0.25);
}

.cs-gray .project-gallery-wrapper  {
	border-color: #8d9a9a;
}

.cs-green .project-gallery-wrapper  {
	border-color: #00b559;
}

.cs-dark-blue .project-gallery-wrapper  {
	border-color: #0969a5;
}

.project-gallery-headline {
	position: absolute;
	left: 50%;
	top: -60px;
	padding: 0 20px;
	font-size: 38px;
	line-height: 60px;
	color: #fff;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	background: #3ea9ec;
	white-space: nowrap;
	transform: translateX(-50%);
	-webkit-box-shadow: 0 -6px 8px 0 rgba(0,0,0,0.25);
	box-shadow: 0 -6px 8px 0 rgba(0,0,0,0.25);
}

.cs-gray .project-gallery-headline {
	background: #8d9a9a;
}

.cs-green .project-gallery-headline {
	background: #00b559;
}

.cs-dark-blue .project-gallery-headline {
	background: #0969a5;
}

.project-gallery {
	width: 100%;
	height: 350px;
}

.gallery-image-link {
	position: relative;
	display: block;
}

.gallery-image-link.slick-slide::after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}

.gallery-image-link.slick-slide.slick-active::after {
	opacity: 0;
}

.gallery-image {
	display: block;
	width: auto;
	height: 350px;
}

.project-gallery .slick-arrow.slick-prev {
	top: 50% !important;
	left: calc(50% - 316px) !important;
	width: 47px !important;
	height: 63px !important;
	background: rgba(62,169,236,0.5) url('images/project-gallery-arrows.png') no-repeat left center !important;	
	transform: translateY(-50%) !important;
	z-index: 4 !important;
}

.project-gallery .slick-arrow.slick-next {
	top: 50% !important;
	right: calc(50% - 316px) !important;
	width: 47px !important;
	height: 63px !important;
	background: rgba(62,169,236,0.5) url('images/project-gallery-arrows.png') no-repeat right center !important;
	transform: translateY(-50%) !important;
	z-index: 4 !important;
}

.cs-gray .project-gallery .slick-arrow.slick-prev,
.cs-gray .project-gallery .slick-arrow.slick-next {
	background-color: rgba(141,154,154,0.5) !important;
}

.cs-green .project-gallery .slick-arrow.slick-prev,
.cs-green .project-gallery .slick-arrow.slick-next {
	background-color: rgba(0,181,89,0.5) !important;
}

.cs-dark-blue .project-gallery .slick-arrow.slick-prev,
.cs-dark-blue .project-gallery .slick-arrow.slick-next {
	background-color: rgba(9,86,244,0.5) !important;
}

.project-gallery .slick-arrow:before {
	display: none !important;
}

@media all and (max-width: 767px) {

	.project-gallery-headline {
		top: -50px;
		font-size: 28px;
		line-height: 50px;
	}

	.project-gallery {
		height: 250px;
	}

	.gallery-image {
		height: 250px;
	}

	.project-gallery .slick-arrow.slick-prev {
		left: 0 !important;
	}

	.project-gallery .slick-arrow.slick-next {
		right: 0 !important;
	}

}

@media all and (max-width: 599px) {

	.project-gallery {
		height: 200px;
	}

	.gallery-image {
		height: 200px;
	}

}

@media all and (max-width: 399px) {

	.project-gallery {
		height: 150px;
	}

	.gallery-image {
		height: 150px;
	}

	.project-gallery .slick-arrow.slick-prev,
	.project-gallery .slick-arrow.slick-next {
		width: 30px !important;
		height: 40px !important;
		background-size: 60px 40px !important;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		BLOG
-----------------------------------------------------------------------------------------------------------*/

.post {
	margin-bottom: 30px;
}

.post .featured-image {
	display: block;
	margin: 0 30px 20px 0;
	width: 300px;
	float: left;
}

.post-title {
	margin: 0;
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
	letter-spacing: -0.06em;
}

.post-date {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #000;
}

.post > .post-excerpt {

}

.post > .post-excerpt a {
	font-weight: 400;
}

.prev-page {
	font-weight: 700;
	float: left;
}

.next-page {
	font-weight: 700;
	float: right;
}

@media all and (max-width: 599px) {

	.post .featured-image {
		margin: 0 auto 20px;
		float: none;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		TOTAL FACILITY COVERAGE
-----------------------------------------------------------------------------------------------------------*/

.tfc-outer-wrapper {
	padding: 60px 0;
	clear: both;
}

.tfc-wrapper {
	position: relative;
	padding: 50px 720px 20px 50px;
	min-height: 360px;
	background: rgba(86,108,120,0.10);
}

.tfc-callout {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #5b727e;
}

.tfc-callout h1,
.tfc-callout h2,
.tfc-callout h3,
.tfc-callout h4,
.tfc-callout h5,
.tfc-callout h6 {
	margin: 0 0 10px;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	color: #333333;
	letter-spacing: -0.06em;
}

.tfc-callout b,
.tfc-callout strong {
	color: #000000;
}

.tfc-map-wrapper {
	position: absolute;
	right: -73px;
	top: 50%;
	width: 793px;
	height: 477px;
	background: url('images/tfc-map.png') no-repeat top left;
	transform: translateY(-50%);
}

.cdot {
	position: absolute;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.cdot.c1 { left: 350px; top: 236px; }
.cdot.c2 { left: 427px; top: 332px; }
.cdot.c3 { left: 345px; top: 77px; }
.cdot.c4 { left: 512px; top: 263px; }
.cdot.c5 { left: 235px; top: 149px; }
.cdot.c6 { left: 444px; top: 149px; }
.cdot.c7 { left: 402px; top: 113px; }

.cdot.c8 { left: 211px; top: 211px; }
.cdot.c9 { left: 480px; top: 206px; }
.cdot.c10 { left: 40px; top: 194px; }
.cdot.c11 { left: 270px; top: 43px; }
.cdot.c12 { left: 510px; top: 347px; }

.cdot .cname {
	display: none;
	position: absolute;
	left: 50%;
	top: -34px;
	padding: 0 12px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.04em;
	background: rgba(0,0,0,0.7);
	white-space: nowrap;
	transform: translateX(-50%);
}

body:not(.touch) .cdot:hover .cname,
body:not(.touch) .cdot:focus .cname {
	display: block;
}

.tfc-map-mobile-wrapper {
	display: none;
}

.tfc-slide-wrapper {
	display: block;
	position: absolute;
	left: -9999px;
	top: 50%;
	width: 100%;
	min-height: 360px;
	background: #545c62 url('images/tfc-bg.jpg');
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 0.4s;
}

.tfc-slide-wrapper.show {
	opacity: 1;
	transition: opacity 0.4s;
}

.tfc-close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 38px 0 8px;
	font-size: 16px;
	line-height: 29px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	background: url('images/tfc-close.jpg') no-repeat right top;
	cursor: pointer;
	z-index: 100;
}

.tfc-slide {
	display: flex;
	width: 100%;
	min-height: 360px;
}

.tfc-slider .slick-track {
	display: flex !important;
}

.tfc-slider .slick-slide {
	position: relative;
	display: flex !important;
	height: auto !important;
}

.tfc-image {
	width: 50%;
	min-height: 360px;
	background-position: center center;
	background-size: cover;
}

.tfc-content {
	padding: 60px;
	width: 50%;
}

.tfc-name {
	margin: 0 0 20px;
	font-size: 32px;
	line-height: 36px;
	color: #fff;
	letter-spacing: -0.06em;
}

.tfc-text {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	letter-spacing: -0.02em;
}

.tfc-link {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 145px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #000;
}

.tfc-slider .slick-arrow.slick-prev {
	top: 50% !important;
	left: 10px !important;
	width: 37px !important;
	height: 75px !important;
	background: url('images/carousel-arrows.png') no-repeat left center !important;	
	transform: translateY(-50%) !important;
	z-index: 10;
}

.tfc-slider .slick-arrow.slick-next {
	top: 50% !important;
	right: 10px !important;
	width: 37px !important;
	height: 75px !important;
	background: url('images/carousel-arrows.png') no-repeat right center !important;
	transform: translateY(-50%) !important;
	z-index: 10;
}

.tfc-slider .slick-arrow:before {
	display: none !important;
}

@media all and (max-width: 1023px) {

	.tfc-outer-wrapper {
		padding: 60px 0;
		clear: both;
	}

	.tfc-wrapper {
		position: relative;
		padding: 50px 50px 500px;
		background: rgba(86,108,120,0.10);
	}

	.tfc-map-wrapper {
		position: absolute;
		right: 48%;
		top: auto;
		bottom: 0;
		width: 793px;
		height: 477px;
		transform: translateX(50%);
	}

	.tfc-close {
		padding: 0;
		width: 30px;
		height: 29px;
		text-indent: -9999px;
	}

	.tfc-content {
		padding: 40px;
	}

	.tfc-name {
		font-size: 28px;
		line-height: 34px;
	}

	.tfc-text {
		font-size: 16px;
		line-height: 24px;
	}

	.tfc-slider .slick-arrow.slick-prev,
	.tfc-slider .slick-arrow.slick-next {
		width: 25px !important;
		height: 51px !important;
		background-size: 50px 51px;
	}

}

@media all and (max-width: 767px) {

	.tfc-outer-wrapper {
		margin: 0 auto;
		padding: 30px 0;
		max-width: 500px;
	}

	.tfc-wrapper {
		padding: 30px 30px 10px;
		min-height: 0;
	}

	.tfc-map-wrapper {
		display: none;
	}

	.tfc-map-mobile-wrapper {
		display: block;
		cursor: pointer;
	}

	.tfc-slide {
		display: block;
		min-height: 0;
	}

	.tfc-slider .slick-slide {
		display: block !important;
	}

	.tfc-image {
		padding-top: 50%;
		width: 100%;
		min-height: 0;
	}

	.tfc-content {
		padding: 20px 20px 40px;
		width: 100%;
	}

	.tfc-slider .slick-arrow.slick-prev {
		left: -20px !important;
		width: 17px !important;
		height: 35px !important;
		background: url('images/carousel-arrows-mobile.png') no-repeat left center !important;	
	}

	.tfc-slider .slick-arrow.slick-next {
		right: -20px !important;
		width: 17px !important;
		height: 35px !important;
		background: url('images/carousel-arrows-mobile.png') no-repeat right center !important;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FOOTER
-----------------------------------------------------------------------------------------------------------*/

.footer-color-bar {
	position: relative;
	width: 100%;
	height: 8px;
	background: #147dbf;
	-webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.5), 0 5px 5px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.5), 0 5px 5px 0 rgba(0,0,0,0.5);
}

.footer-wrapper {
	background: #767b7f url('images/footer-bg.jpg');
}

.footer-content {
	display: flex;
	margin: 0 auto;
	padding: 50px 0 30px;
	max-width: 1230px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	letter-spacing: -0.04em;
}

.footer-content a {
	color: #84c5ed;
}

.footer-headline {
	margin: 0 0 20px;
	padding: 0 10px;
	font-size: 36px;
	line-height: 32px;
	font-weight: 300;
	color: #fff;
	letter-spacing: -0.04em;
	border-bottom: 1px solid #fff;
}

.footer-content h1, .footer-content h2, .footer-content h3, .footer-content h4, .footer-content h5, .footer-content h6 {
	margin: 0 0 20px;
	padding: 0 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.footer-col-1 {
	padding: 0 15px;
	width: 33.3333%;
}

.footer-news-feed {
	/*background: url('images/footer-news-bg.png') no-repeat center top;
	background-size: contain;*/
}

.footer-news-post {
	margin: 0 0 30px;
	padding: 0 10px;
}

.footer-post-title {
	font-size: 17px;
	line-height: 18px;
	font-weight: 700;
	color: #fff !important;
}

.footer-post-date {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #84c5ed;
	text-transform: uppercase;
}

.footer-post-date a {
	font-weight: 700;
}

.footer-post-excerpt {
	font-size: 16px;
	line-height: 18px;
	color: #cccccc;
}

.footer-center-column {
	background: url('images/footer-news-bg.png') no-repeat center 40px;
	background-size: contain;
}

.footer-col-2 {
	padding: 0 15px;
	width: 33.3333%;
}

.footer-col-3 {
	padding: 0 15px;
	width: 33.3333%;
}

.footer-twitter-feed {
	/*background: url('images/footer-twitter-bg.png') no-repeat center top;
	background-size: contain;*/
}

.legal-wrapper {
	padding: 10px 10px 30px;
	background: rgba(0,0,0,0.25);
}

.legal {
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
}

.legal .legal-block {
	display: inline-block;
	vertical-align: top;
}

.legal a {
	color: #84c5ed;
}

.legal span.ack {
	color: #cccccc;
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 10px 0 0;
	list-style-type: none;
}

.social-links li {
	margin: 0 5px;
}

.social-links li a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}

.social-links li.sl-linkedin a {
	background: url('images/social-icon-linkedin.png') no-repeat top left;
}

.social-links li.sl-twitter a {
	background: url('images/social-icon-twitter.png') no-repeat top left;
}

@media all and (max-width: 1023px) {

	.footer-content {
		flex-wrap: wrap;
	}

	.footer-col-1 {
		order: 2;
		margin: 0 auto 30px;
		width: 100%;
		max-width: 400px;
	}

	.footer-col-2 {
		order: 1;
		margin: 0 auto 30px;
		width: 100%;
		max-width: 400px;
	}

	.footer-col-3 {
		order: 3;
		margin: 0 auto;
		width: 100%;
		max-width: 400px;
	}

}

@media all and (max-width: 479px) {

	.legal-wrapper {
		padding: 10px 10px 90px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		SOCIAL MEDIA MENU SHORTCODE
-----------------------------------------------------------------------------------------------------------*/

.social-media-menu {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin: 0 0 30px;
	list-style-type: none;
}

.social-media-menu li {
	
}

.social-media-menu li a {
	
}

.social-media-menu li a svg {
	width: auto;
	height: 36px;
	fill: #fff;
	transition: all 0.2s;
}

.social-media-menu li a:hover svg {
	fill: #84c5ed;
}

/*-----------------------------------------------------------------------------------------------------------
		ACCORDION SHORTCODE
-----------------------------------------------------------------------------------------------------------*/

.accordion-wrapper {
	margin: 0 auto 30px;
	max-width: 900px;
}

.accordion-box {
	position: relative;
	border-bottom: 1px solid #147ec0;
	-webkit-box-shadow:inset 0 -15px 15px -15px rgba(0,0,0,0.5);
	box-shadow:inset 0 -15px 15px -15px rgba(0,0,0,0.5);
}

.accordion-title {
	position: relative;
	padding: 15px 20px 15px 70px;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
	color: #147ec0;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	cursor: pointer;
}

.accordion-title::before {
	content: ' ';
	display: block;
	position: absolute;
	left: 18px;
	top: 16px;
	width: 34px;
	height: 34px;
	background: #147ec0 url('images/accordion-button-icon.png') no-repeat center top;
	background-size: 34px auto;
	border-radius: 17px;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.4);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.4);
}

.accordion-title.open::before {
	background-position: center bottom;
}

.accordion-content {
	padding: 0 20px 20px 70px;
}

.main-wrapper.cs-gray .accordion-box { border-color: #000; }
.main-wrapper.cs-gray .accordion-title { color: #000; }
.main-wrapper.cs-gray .accordion-title::before { background-color: #000; }
.main-wrapper.cs-green .accordion-box { border-color: #00b559; }
.main-wrapper.cs-green .accordion-title { color: #00b559; }
.main-wrapper.cs-green .accordion-title::before { background-color: #00b559; }
.main-wrapper.cs-dark-blue .accordion-box { border-color: #0969a5; }
.main-wrapper.cs-dark-blue .accordion-title { color: #0969a5; }
.main-wrapper.cs-dark-blue .accordion-title::before { background-color: #0969a5; }

@media all and (max-width: 767px) {

	.accordion-title {
		padding: 12px 20px 12px 60px;
		font-size: 25px;
		line-height: 30px;
	}

	.accordion-title::before {
		left: 15px;
		top: 12px;
		width: 30px;
		height: 30px;
		background-size: 30px auto;
		border-radius: 15px;
	}

	.accordion-content {
		padding: 0 20px 20px 60px;
	}

}

@media all and (max-width: 479px) {

	.accordion-title {
		padding: 12px 20px 12px 40px;
		font-size: 20px;
		line-height: 30px;
	}

	.accordion-title::before {
		left: 8px;
		top: 15px;
		width: 24px;
		height: 24px;
		background-size: 24px auto;
		border-radius: 12px;
	}

	.accordion-content {
		padding: 0 10px 20px 10px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		GRAVITY FORMS
-----------------------------------------------------------------------------------------------------------*/

.gform_button {
	display: block !important;
	width: 120px !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 22px !important;
	line-height: 38px !important;
	font-weight: 300 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	text-align: center !important;
	background: #000 !important;
	border: 0 !important;
	border-radius: 0 !important;
	cursor: pointer !important;
}

/*-----------------------------------------------------------------------------------------------------------
		PORTAL
-----------------------------------------------------------------------------------------------------------*/

.login-wrapper {
	padding: 20px 15px 0;
}

.login-outer {
	position: relative;
	cursor: pointer;
}

.login-box-outer {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	border-radius: 20px;
	overflow: hidden;
	transition: width 0.6s;
}

.login-box {
	padding: 0 40px 0 15px;
	width: 250px;
	height: 40px;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	background: #0f7fbe;
	border: 1px solid #636363;
	border-radius: 20px;
	opacity: 0;
	transition: opacity 0.3s;
}

.login-box a {
	color: #fff;
}

.login-icon {
	position: relative;
	width: 40px;
	height: 40px;
	border: 1px solid #636363;
	border-radius: 20px;
	transition: border-color 0.6s;
}

.login-icon-dark {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url('images/human-icon.png') no-repeat center center;
	background-size: 20px 20px;
	opacity: 1;
	transition: opacity 0.6s;
}

.login-icon-white {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url('images/human-icon-white.png') no-repeat center center;
	background-size: 20px 20px;
	opacity: 0;
	transition: opacity 0.6s;
}

.login-outer:hover .login-box-outer {
	width: 250px;
}

.login-outer:hover .login-box {
	opacity: 1;	
}

.login-outer:hover .login-icon {
	border-color: transparent;
}

.login-outer:hover .login-icon-dark {
	opacity: 0;
}

.login-outer:hover .login-icon-white {
	opacity: 1;
}

.op-login-box {
	margin: 0 auto;
	padding: 30px 10px;
	max-width: 500px;
	background: #0f7fbe;
	-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.25);
}

.op-login-box h2 {
	font-size: 44px;
	line-height: 44px;
	letter-spacing: -0.02em;
	color: #fff;
	text-align: center;
}

.op-login-box .error-message {
	margin: 0 auto 12px;
	max-width: 400px;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

.op-login-box form {
	margin: 0 auto;
	max-width: 400px;
}

.op-login-row {
	margin: 0 0 12px;
}

.op-login-box label {
	display: inline-block;
	padding: 0 5px 0 0;
	width: 100px;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-align: right;
}

.op-login-box #op-login-user,
.op-login-box #op-login-password {
	padding: 0 5px;
	width: calc(100% - 100px);
	height: 40px;
	border: 1px solid #636363;
	border-radius: 0;
	-webkit-box-shadow:inset 4px 4px 8px -4px rgba(0,0,0,0.75);
	box-shadow:inset 4px 4px 8px -4px rgba(0,0,0,0.75);
}

.op-login-box #op-login-submit {
	display: block;
	width: 120px;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	line-height: 35px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: #000;
	border: 0;
	border-radius: 0;
	float: right;
	cursor: pointer;
}

.op-login-box form:after {
	content: ' ';
	display: block;
	clear: both;
}

.log-buttons {
	display: flex;
	position: absolute;
	right: 0;
	top: 20px;
}

.log-buttons .log-button,
.log-buttons input[type=submit] {
	display: block;
	padding: 0 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	line-height: 35px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background: #000;
	border: 0;
	border-radius: 0;
	cursor: pointer;
}

.log-buttons .log-button {
	margin-right: 10px;
}

.request-access-wrapper {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 20px 0 0;
	max-width: 400px;
	line-height: 24px;
	color: #fff;
}

.request-access-wrapper div {
	width: 100%;
	padding: 0 0 10px;
}

.request-access-button {
	display: block;
	margin: 0;
	width: 220px;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	line-height: 37px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
	background: #000;
	border: 0;
	border-radius: 0;
	cursor: pointer;
}

@media all and (max-width: 767px) {

	.log-buttons .log-button,
	.log-buttons input[type=submit] {
		padding: 0 10px;
		font-size: 17px;
		line-height: 30px;
		letter-spacing: -0.02em;
	}

	.op-login-box #op-login-submit,
	.request-access-button {
		width: 90px;
		font-size: 17px;
		line-height: 30px;
		letter-spacing: -0.02em;
	}
	
	.request-access-button {
		width: 160px;
		line-height: 32px;
	{

}

/*-----------------------------------------------------------------------------------------------------------
		MISC
-----------------------------------------------------------------------------------------------------------*/

.graphic-bullet-list {
	margin: 30px auto;
	max-width: 760px;
	clear: both;
}

.graphic-bullet-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	list-style-type: none;
}

.graphic-bullet-list ul li {
	display: block;
	padding: 0 0 5px 64px;
	width: calc(50% - 20px);
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	color: #147ec0;
	background: url('images/bullet-blue.png') no-repeat left top;
}

.main-wrapper.cs-gray .graphic-bullet-list ul li { color: #000; background-image: url('images/bullet-black.png'); }
.main-wrapper.cs-green .graphic-bullet-list ul li { color: #00b559; background-image: url('images/bullet-green.png'); }
.main-wrapper.cs-dark-blue .graphic-bullet-list ul li { color: #0969a5; background-image: url('images/bullet-black.png'); }

@media all and (max-width: 767px) {

	.graphic-bullet-list {
		padding: 0 20px;
	}

	.graphic-bullet-list ul li {
		width: 100%;
	}

}

@media all and (max-width: 479px) {

	.graphic-bullet-list {
		padding: 0;
	}

	.graphic-bullet-list ul li {
		padding: 0 0 8px 64px;
		font-size: 20px;
		line-height: 30px;
	}

}