
body
{
	background: #001d45;
	margin: 0;
}

.clearfix:after,
.strip-content:after
{
	clear: both;
	content: '.';
	display: block;
	height: 0px;
	visibility: hidden;
}

.white-content,
.white-content p,
.white-content td,
.white-content span,
.white-content a
{
	color: white;
}

img.auto-scale
{
	height: auto !important;
	max-width: 100%;
}

a.box-link
{
	background: #00285e;
	color: white;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -0.01em;
	line-height: 1em;
	padding: 20px 38px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s, color 0.3s;
}

a.box-link:hover
{
	background: #c1d1e2;
	color: #00285e;
}

.page-centered
{
	margin: 0 auto;
	position: relative;
	width: 1070px;
}

.spr
{
	background-image: url('images/sprites.png');
	background-repeat: no-repeat;
	display: inline-block;
}

a.spr
{
	font-size: 0 !important;
	text-decoration: none !important;
}

div#top
{
	background: #00285e;
	height: 129px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

div#top .top-links
{
	border-bottom: 1px solid #7288a6;
	height: 48px;
	margin-left: 382px;
}

div#top .top-links .top-links-content
{
	float: right;
}

div#top .top-links .phone-number
{
	color: #94aac8;
	float: left;
	font-family: 'Open Sans', sans-serif;
	margin-right: 22px;
	padding-top: 17px;
}

div#top .top-links .phone-number .label
{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1em;
	margin-left: 10px;
}

div#top .top-links .phone-number a.number
{
	color: white;
	font-family: inherit;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -0.005em;
	line-height: 1em;
	text-decoration: none;
}

div#top .top-links .phone-number a.number:hover
{
	text-decoration: none;
}

div#top .top-links .social-media
{
	float: left;
	padding-top: 18px;
}

div#top .top-links .social-media .spr
{
	display: block;
	float: left;
	height: 18px;
	width: 18px;
}

div#top .top-links .social-media a.icon-linkedin
{
	background-position: -175px 0;
}

div#top.top-sticky
{
	height: 100px;
	z-index: 999;
}

div#top .mobile-phone
{
	display: none;
}

div#top a.logo
{
	background: url('images/logo-financial-corp.png') no-repeat left top !important;
	background-size: 100% auto !important;
	display: block;
	font-size: 0 !important;
	height: 97px;
	margin-top: 17px;
	position: absolute;
	text-decoration: none !important;
	width: 147px;
}

div#top a.logo-financial
{
	background: url('images/logo-financial.png') no-repeat left top !important;
}

div#top.top-sticky a.logo
{
	height: 70px;
	width: 106px;
}

div#top nav
{
	float: right;
	height: 80px;
	position: relative;
}

ul#navigation
{
	height: 80px;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#top.top-sticky nav,
div#top.top-sticky ul#navigation
{
	height: 51px;
}

ul#navigation > li
{
	display: block;
	float: left;
	height: inherit;
	position: relative;
}

ul#navigation a.nav-link
{
	box-sizing: border-box;
	color: #f3f3f3;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: inherit;
	line-height: 1em;
	padding: 30px 20px 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s, color 0.3s;
}

div#top.top-sticky ul#navigation a.nav-link
{
	padding-top: 14px;
}

ul#navigation li:hover a.nav-link
{
	background: #c1d1e2;
	color: #00285e;
}

ul#navigation ul.flyout-menu
{
	background: #c1d1e2;
	left: 50%;
	list-style: none;
	margin: 0 0 0 -125px;
	opacity: 0;
	padding: 8px 0;
	position: absolute;
	visibility: hidden;
	transition: opacity 0.3s, visiblity 0.3s;
	width: 250px;
	z-index: 999;
}

ul#navigation li:hover > ul.flyout-menu
{
	opacity: 1;
	transition-delay: 0s;
	visibility: visible;
}

ul#navigation ul.flyout-menu li
{
	display: block;
	position: relative;
}

ul#navigation ul.flyout-menu a.flyout-link
{
	color: #00285e;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	padding: 8px 16px;	
	text-decoration: none;
	transition: background-color 0.3s;
}

ul#navigation ul.flyout-menu a.flyout-link:hover
{
	background: white;
}

ul#navigation ul.flyout-menu ul.flyout-menu
{
	left: auto;
	margin: -8px 0 0 250px;
	top: 0;
}

header
{
	background: white;
	height: 604px;
	margin-top: 129px;
	overflow: hidden;
	position: relative;
}

.second header
{
	height: 350px;
}

header p
{
	margin: 0;
	padding: 0;
}

header .header-image
{
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

header .header-text
{
	left: 50%;
	margin: 130px 0 0 -535px;
	position: absolute;
	top: 0;
	width: 589px;
	z-index: 99;
}

div.strip
{
	position: relative;
}

div#company-strip,
div#mobile-company-strip
{
	background: white;
	padding-top: 27px;
}

div#company-strip .strip-content,
div#mobile-company-strip .strip-content
{
	background: url('images/map-bg.png') no-repeat center top;
	border-bottom: 2px solid #e8ebef;
	height: 700px;
}

div#company-strip .strip-top,
div#mobile-company-strip .strip-top
{
	padding: 36px 0 10px 0;
}

div#company-strip .strip-logos,
div#mobile-company-strip .strip-logos
{
	display: flex;
	margin-bottom: 20px;
	justify-content: center;
	position: relative;
}

div#company-strip .strip-logos.bottom-row,
div#mobile-company-strip .strip-logos.bottom-row
{
	margin-left: 200px;
}

div#company-strip .strip-logos p,
div#mobile-company-strip .strip-logos p
{
	margin: 0;
}

div#company-strip .strip-logos .logo-area,
div#mobile-company-strip .strip-logos .logo-area
{
	box-sizing: border-box;
	margin: 0 27px;
	width: 145px;
}

div#mobile-company-strip
{
	display: none;
}

div#strip1
{
	background: white;
}

div#strip1 .strip-content
{
	padding: 35px 0;
}

div#strip2
{
	background: #c1d1e2;
}

div#strip2 .strip-content
{
	padding: 55px 0;
}

div#strip2 .strip-cols
{
	display: flex;
	flex-flow: row wrap;
	position: relative;
}

div#strip2 .strip-cols p
{
	margin: 0;
}

div#strip2 .strip-cols .column
{
	background-color: #00285e;
	background-position: right bottom;
	background-repeat: no-repeat;
	box-sizing: border-box;
	color: white;
	display: flex;
	flex-direction: column;
	margin-right: 15px;
	padding: 30px 25px 30px 25px;
	width: 256px;
}

div#strip2 .strip-cols .column:last-child
{
	margin: 0;
}

div#strip2 .strip-cols .column-top
{
	flex: 1 1;
	margin-bottom: 20px;
}

div#strip2 .strip-cols .column1 { background-image: url('images/strip2-col1.png'); }
div#strip2 .strip-cols .column2 { background-image: url('images/strip2-col2.png'); }
div#strip2 .strip-cols .column3 { background-image: url('images/strip2-col3.png'); }
div#strip2 .strip-cols .column4 { background-image: url('images/strip2-col4.png'); }

div#strip2 .strip-cols .strip2-title
{
	color: white;
}

div#strip2 .strip-cols .strip2-blurb
{
	color: #c3cad4;
}

div#strip2 .strip2-btn
{
	background: #c1d1e2;
	color: #00285e;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -0.01em;
	line-height: 1em;
	padding: 12px 30px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s;
}

div#strip2 .strip2-btn:hover
{
	background: white;
}

.image-strip-left,
.image-strip-right
{
	min-height: 487px;
}

.image-strip-right .strip-content
{
	box-sizing: border-box;
	padding: 80px 15px 0 485px;
}

.image-strip-left .strip-content
{
	box-sizing: border-box;
	padding: 80px 485px 0 15px;
}

div#strip3
{
	background: white url('images/strip3-bg.jpg') no-repeat center top;
}

div#strip4
{
	background: #e5ecf3 url('images/strip4-bg.jpg') no-repeat center top;
}

div#strip5
{
	background: white url('images/strip5-bg.jpg') no-repeat center top;
}

div#strip6
{
	background: #e5ecf3 url('images/strip6-bg.jpg') no-repeat center top;
}

div#strip7
{
	background: #4b555e url('images/strip7-bg.jpg') no-repeat center top;
}

div#strip7 .strip-content
{
	padding: 50px 0;
}

div#content-area
{
	background: white url('images/content-bg-financial.png') no-repeat center top;
}

div#content-area.top-spacing
{
	margin-top: 129px;
}

div#content-area .sidebar
{
	box-sizing: border-box;
	float: left;
	padding: 80px 34px 40px 0;
	width: 271px;
}

div#content-area .main-content
{
	float: left;
	padding: 50px 0 40px 0;
	width: 799px;
}

div#content-area .wide-content
{
	padding: 50px 0 40px 0;
}

div#map-strip
{
	background: #e7ebee url('images/map-strip-bg.jpg') no-repeat center top;
	border-top: 6px solid #c3cad4;
	height: 334px;
}

div#find-us-map
{
	height: inherit;
}

footer
{
	background: #00285e;
	color: #94aac8
}

footer p
{
	color: #94aac8;
}

footer .footer-content
{
	padding: 68px 0;
}

footer .footer-columns
{
	margin: 0 -35px;
	position: relative;
}

footer .footer-columns .column
{
	box-sizing: border-box;
	float: left;
	padding: 0 35px;
	position: relative;
	width: 33.3%;
}

footer .footer-columns .column-content
{
	box-sizing: border-box;
	min-height: 101px;
	padding: 20px 0 0 128px;
	position: relative;
}

footer .footer-columns .column-content:before
{
	background-image: url('images/footer-sprites.png');
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 101px;
	left: 0;
	position: absolute;
	top: 0;
	width: 101px;
}

footer .footer-columns .column-address:before	{ background-position: 0 0; }
footer .footer-columns .column-phone:before		{ background-position: -101px 0; }
footer .footer-columns .column-contact:before	{ background-position: -202px 0; }

div#copyright
{
	color: #94aac8;
	padding: 17px 0 80px 0;
}

div#copyright .copyright-main
{
	display: flex;
}

div#copyright a,
div#copyright p
{
	color: #94aac8;
}

div#copyright .copy-left,
div#copyright .copy-right
{
	box-sizing: border-box;
	width: 50%;
}

div#copyright .copy-left
{
	padding-right: 10px;
}

div#copyright .copy-right
{
	padding-left: 10px;
}

.contact-form 
{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
	position: relative;
}

.contact-form .form-field
{
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 100%;
}

.contact-form .field-label
{
	display: block;
	font-family: 'Open sans', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
}

.contact-form .required .field-label:before
{
	color: red;
	content: '* ';
}

.contact-form .field-control
{
	background: white;
	border: 1px solid #00285E;
	box-sizing: border-box;
	display: block;
	padding: 10px;
	width: 100%;
}

.contact-form textarea.field-control
{
	height: 150px;
}

.contact-form .error-text
{
	color: red;
	display: none;
	font-family: 'Open sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

.contact-form .has-error .error-text
{
	display: block;
}

.contact-form button.submit-btn
{
	background: #00285e;
	border: none;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -0.01em;
	line-height: 1em;
	padding: 20px 38px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s, color 0.3s;
}

.contact-form button.submit-btn:hover
{
	background: #c1d1e2;
	color: #00285e;
}


/* ------------------------------------- */

div.hhblog-post
{
	padding-bottom: 20px;
}

div.hhblog-readmore
{
	padding-bottom: 10px;
}

div.hhblog-post-info
{
	border-top: 1px solid #970700;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	padding-top: 5px;
}

div#hhblog-post-comments
{
	padding-bottom: 20px;
}

textarea.hhblog-comment-contents
{
	display: block;
	height: 100px;
	width: 90%;
}

div.hhblog-post-comment
{
	padding-bottom: 10px;
}

div.hhblog-comment-info
{
	padding-bottom: 15px;
}

div.hhblog-comment-info span
{
	display: block;
}

div.hhblog-comment-info span.hhblog-author-name
{
	display: inline;
	font-weight: bold;
}

div.hhblog-comment-text
{
	padding-bottom: 5px;
}

div.hhblog-comment-replies
{
	border-left: 2px solid #970700;
	margin: 5px 0 10px;
	padding: 0 0 0 15px;
}

span.hhblog-comment-timestamp
{
	font-size: 12px;
}


div#hhblog-comment-form div.hhblog-form-row
{
	margin-bottom: 10px;
}

div.hhblog-form-heading 
{
	color: #970700;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

div#hhblog-comment-form textarea
{
	display: block;
	height: 80px;
	resize: none;
	width: 100%;
}

div#hhblog-comment-form textarea:focus
{
	outline: none;
}

h1.hhblog-post-title a
{
	color: inherit;
	text-decoration: none;
}

.vw-slider
{
	position: relative;
	margin: 0 auto;
	max-width: 100%;
}

.vw-slider .slider-widget
{
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.vw-slider .slider-pane
{
	position: absolute;
}

.vw-slider .slider-item
{
	display: block;
	float: left;
	position: relative;
}

.vw-slider .slider-item.current
{
	display: block;
}

.vw-slider .slider-image
{
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.vw-slider .slider-image img
{
	border: none;
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: auto;
}

.vw-slider .slider-text
{
	left: 50%;
	position: absolute;
	margin-top: 115px;
	top: 0;
	transform: translateX(-535px);
	z-index: 99;
}

.vw-slider .slider-control-left,
.vw-slider .slider-control-right
{
	background: white;
	border-radius: 50%;
	box-sizing: border-box;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	display: block;
	height: 45px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
}

.vw-slider .slider-control-left:after,
.vw-slider .slider-control-right:after
{
	background-image: url('images/sprites.png');
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 26px;
	position: absolute;
	top: 10px;
	width: 16px;
}

.vw-slider .slider-control-left
{
	left: 0;
	margin-left: 150px;
}

.vw-slider .slider-control-right
{
	right: 0;
	margin-right: 150px;
}

.vw-slider .slider-control-left:after
{
	background-position: -143px 0;
	left: 13px;
}

.vw-slider .slider-control-right:after
{
	background-position: -159px 0;
	right: 13px;
}

.vw-testimonial-slider
{
	position: relative;
	max-width: 100%;
}

.vw-testimonial-slider .slider-widget
{
	overflow: hidden;
	padding-bottom: 30px;
	position: relative;
}

.vw-testimonial-slider .slider-pane
{
	position: absolute;
}

.vw-testimonial-slider .slider-item
{
	display: block;
	float: left;
}

.vw-testimonial-slider .slider-item.current
{
	display: block;
}

.vw-testimonial-slider .slider-content .item-name
{
	color: #b2d0e9;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 40px;
	text-align: center;
	text-transform: uppercase;
}

.vw-testimonial-slider .slider-dots
{
	bottom: 0px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.vw-testimonial-slider .slider-dots .dot-link
{
	/*background: rgba(255, 255, 255, 0.7);*/
	border: 2px solid #adcae2;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	float: left;
	font-size: 0 !important;
	height: 24px;
	margin: 0 5px;
	text-decoration: none !important;
	transition: border 0.3s, background-color 0.3s;
	width: 24px;
}

.vw-testimonial-slider .slider-dots .dot-link.current,
.vw-testimonial-slider .slider-dots .dot-link:hover
{
	border: 2px solid white;
}

.vw-testimonial-slider .slider-dots .dot-link.current
{
	background: white;
}

/*
.vw-slider .slider-image
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	width: 100%;
}

.vw-slider a.slider-image
{
	display: block;
	font-size: 0 !important;
	text-decoration: none !important;
}
*/

.hhfb-form-outer
{
	border: 1px solid #dbdbdb;
	padding: 25px 37px;
}

div.hhfb-question-interface
{
	background: none;
	border: none;
	margin-bottom: 24px;
	padding: 0;
}

div.hhfb-question div.hhfb-label
{
	color: #2d2c2b;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1em;
	padding-top: 9px;
	text-transform: uppercase;
}

.hhfb-field input[type=text],
.hhfb-field input[type=password],
.hhfb-field select,
.hhfb-field textarea
{
	background: #e5ecf3;
	border: none;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	height: 35px;
	padding: 0 10px;
}

.hhfb-field textarea
{
	height: 100px;
	padding: 10px;
	resize: none;
}

.hhfb-question-type-text input[type=text],
.hhfb-question-type-textarea textarea,
.hhfb-question-type-email input[type=text],
.hhfb-question-type-select2 select,
.hhfb-question-type-date input[type=text]
{
	display: block;
	width: 100% !important;
}


.hhfb-field .hhfb-addr-table input[type=text],
.hhfb-field .hhfb-addr-table select
{
	display: block;
	width: 100%;
}

.hhfb-field .hhfb-addr-table .name-row:first-child
{
	display: none;
}

.hhfb-field .hhfb-addr-table .name-row td
{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.hhfb-submit-btn
{
	background: #00285e;
	border: none;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: bold;
	height: 48px;
	padding: 0 27px;
	text-transform: uppercase;
	transition: background-color 0.2s, color 0.2s;
}

.hhfb-submit-btn:hover
{
	background: #c1d1e2;
	color: #00285e;
}

.hhfb-checkboxes li
{
	margin-bottom: 5px;
}

.hhfb-checkbox,
.hhfb-radio
{
	color: #2d2c2b;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.hhfb-checkbox input[type=checkbox],
.hhfb-radio input[type=radio]
{
	display: none;
}

.hhfb-checkbox input[type=checkbox] + span.hhfb-checkbox-label:before,
.hhfb-radio input[type=radio] + span.hhfb-radio-label:before
{
	background: #e5ecf3;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 19px;
	margin-right: 5px;
	transition: background-color 0.1s, border 0.1s;
	vertical-align: middle;
	width: 19px;
}

.hhfb-radio input[type=radio] + span.hhfb-radio-label:before
{
	border-radius: 50%;
}

.hhfb-checkbox input[type=checkbox]:checked + span.hhfb-checkbox-label:before,
.hhfb-radio input[type=radio]:checked + span.hhfb-radio-label:before
{
	background: #00285e;
	border: 6px solid #e5ecf3;
}


@media screen and (max-width: 800px), screen and (max-width: 1024px) and (orientation: landscape) {
	body
	{
		-webkit-text-size-adjust: 100%;
	}

	.resp-table,
	.resp-table tr,
	.resp-table td,
	.resp-table tbody
	{
		box-sizing: border-box !important;
		display: block !important;
		width: auto !important;
	}

	.page-centered
	{
		margin: 0;
		width: auto;
	}

	.video-container
	{
		min-height: 315px;
		position: relative;
	}

	.video-container iframe, 
	.video-container object,
	.video-container embed
	{
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	div#top,
	div#top.top-sticky
	{
		height: 40px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	
	div#top .top-links
	{
		display: none;
	}

	div#top a.logo,
	div#top.top-sticky a.logo
	{
		height: 27px;
		margin: 6px 0 0 10px;
		width: 42px;
	}

	div#top a.toggle-menu-btn
	{
		display: block;
		font-size: 0 !important;
		padding: 10px;
		position: absolute;
		right: 0;
		text-decoration: none !important;
		top: 0;
	}

	div#top a.toggle-menu-btn .bar
	{
		background: white;
		display: block;
		height: 4px;
		width: 30px;
	}

	div#top a.toggle-menu-btn .bar + .bar
	{
		margin-top: 4px;
	}

	div#top a.toggle-menu-btn .icon
	{
		background: url('images/menu-btn.png') no-repeat left top;
		background-size: 19px 13px;
		display: block;
		height: 13px;
		width: 19px;
	}

	div#top .mobile-phone
	{
		color: white;
		display: block;
		font-family: 'Open Sans', sans-serif;
		font-size: 17px;
		font-weight: bold;
		left: 50%;
		letter-spacing: -0.005em;
		line-height: 1em;
		padding-top: 10px;
		position: absolute;
		transform: translateX(-50%);
	}

	div#top .mobile-phone a
	{
		color: white;
		text-decoration: none;
	}

	div#top nav 
	{
		background: #00285e;
		height: calc(100% - 40px);
		margin-top: 40px;
		opacity: 0;
		overflow: scroll;
		position: fixed;
		top: 40px;
		transition: margin 0.4s, opacity 0.4s, visibility 0.4s;
		visibility: hidden;
		width: 100%;
	}

	div#top nav.show-nav
	{
		margin: 0;
		opacity: 1;
		visibility: visible;
	}

	ul#navigation
	{
		height: auto;
	}

	ul#navigation > li
	{
		border-top: 1px solid #c1d1e2;
		float: none;
	}

	ul#navigation a.nav-link,
	ul#navigation li:hover a.nav-link
	{
		background: none;
		color: #f3f3f3;
		font-size: 18px;
		padding: 10px 15px 10px 40px;
		transition: none;
	}

	ul#navigation a.expand-arrow
	{
		background: url('images/expand-arrow2.png') no-repeat center;
		background-size: 21.5px 12.5px;
		display: block;
		height: 38px;
		left: 0;
		opacity: 0.5;
		position: absolute;
		top: 0;
		transition: transform 0.25s, opacity 0.25s;
		width: 40px;
	}

	ul#navigation li.expanded a.expand-arrow 
	{
		opacity: 1;
		transform: rotateZ(180deg);
		-webkit-transform: rotateZ(180deg);
	}

	ul#navigation ul.flyout-menu
	{
		background: none;
		display: none;
		left: auto;
		margin: 0;
		opacity: 1;
		padding: 0 0 10px 40px;
		position: relative;
		visibility: visible;
		transition: none;
		width: auto;
	}

	ul#navigation ul.flyout-menu a.flyout-link,
	ul#navigation ul.flyout-menu a.flyout-link:hover
	{
		background: none;
		color: #f3f3f3;
		font-size: 16px;
		font-weight: normal;
		padding: 8px 0;
		transition: none;
	}

	ul#navigation ul.flyout-menu ul.flyout-menu
	{
		display: block !important;
		left: auto;
		margin: 0;
		padding: 0 0 10px 20px;
		top: auto;
	}

	header,
	.second header
	{
		background: white; /* url('images/mobile-header.jpg') no-repeat center top;*/
		height: 40px;
		margin-top: 0px;
	}

	header .header-image
	{
		display: none;
	}

	header .header-text
	{
		left: 0;
		margin: 13px 0 0 14px;
		width: 153px;
	}

	header p
	{
		margin: 0;
		padding: 0;
	}

	header .H1-Small
	{
		font-size: 9px !important;
		line-height: 1em;
	}

	header .H1-Large
	{
		font-size: 15px !important;
		line-height: 1em;
	}

	div#company-strip
	{
		display: none;
	}

	div#mobile-company-strip
	{
		background: white;
		display: block;
		margin-top: 0px;
		padding: 0;
	}

	div#mobile-company-strip .strip-content
	{
		background: none;
		height: auto;
	}

	div#mobile-company-strip .strip-top
	{
		padding: 10px;
	}

	div#mobile-company-strip .strip-logos,
	div#mobile-company-strip .strip-logos.bottom-row
	{
		display: flex;
		flex-flow: row wrap;
		margin: 0;
		justify-content: center;
	}

	div#mobile-company-strip .strip-logos .logo-area
	{
		box-sizing: border-box;
		margin: 0;
		padding: 0 10px 20px 10px;
		width: 50%;
	}

	div#strip1 .strip-content
	{
		padding: 10px;
	}

	div#strip2 .strip-content
	{
		padding: 10px;
	}

	div#strip2 .strip-cols .column
	{
		background-image: none;
		float: none;
		height: auto;
		margin: 0 0 10px 0;
		padding: 10px;
		width: auto;
	}

	.image-strip-left,
	.image-strip-right
	{
		min-height: 0;
	}

	.image-strip-right .strip-content,
	.image-strip-left .strip-content
	{
		padding: 10px;
	}

	div#strip3
	{
		background: white;
	}

	div#strip4
	{
		background: #e5ecf3;
	}

	div#strip5
	{
		background: white;
	}

	div#strip6 
	{
		background-image: none;
	}

	div#strip6 .strip-content
	{
	}

	div#strip7
	{
		background-image: none;
	}

	div#strip7 .strip-content
	{
		padding: 10px;
	}

	div#content-area
	{
		background: white;
	}

	div#content-area .content-wrapper
	{
		padding: 45px 10px 5px 10px;
	}

	div#content-area .sidebar,
	div#content-area .main-content
	{
		float: none;
		padding: 5px 0;
		width: auto;
	}

	div#content-area.top-spacing
	{
		margin-top: 0;
	}

	div#content-area .wide-content
	{
		padding: 50px 10px 10px 10px;
	}

	div#map-strip
	{
		background: #e7ebee url('images/map-strip-bg.jpg') no-repeat center top;
		background-size: auto 167px;
		border-top: 3px solid #c3cad4;
		height: 167px;
	}

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

	footer .footer-columns
	{
		margin: 0;
	}

	footer .footer-columns .column
	{
		float: none;
		padding: 10px;
		position: relative;
		width: auto;
	}

	footer .footer-columns .column-content
	{
		min-height: 50px;
		padding: 10px 0 0 60px;
	}

	footer .footer-columns .column-content:before
	{
		background-size: 300% 100%;
		content: "";
		height: auto;
		left: 0;
		padding-bottom: 50px;
		position: absolute;
		top: 0;
		width: 50px;
	}

	footer .footer-columns .column-address:before	{ background-position: 0 0; }
	footer .footer-columns .column-phone:before		{ background-position: 50% 0; }
	footer .footer-columns .column-contact:before	{ background-position: 100% 0; }

	div#copyright
	{
		color: #94aac8;
		padding: 5px 10px 70px 10px;
	}

	div#copyright .copyright-main
	{
		display: none;
	}

	div#copyright .copy-left,
	div#copyright .copy-right
	{
		float: none;
		padding: 5px 0;
		width: auto;
	}
}