
body {
	font-size: 13px;
	line-height: 21px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	background: #f6f6f6;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}

.header {
	background: #fff;
}

.header .logo {
	margin: 30px 0;
}

.header .logo img {
	width: 100%;
	height: auto;
	max-width: 280px;
	min-width: 180px;
}

.header .logo a {
	display: block;
	transition: all .25s ease-in-out;
}

.header .logo a:hover {
	transform: translateY(-2px);
}

.header .tagline {
	margin-top: 36px;
	background: none;
}

.header .tagline h3 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1.7em;
	line-height: 1.4em;
	color: #999;
}

/*.header > div > div > div {
	border: 1px solid #333;
}*/

.top-one.bg { min-height: 400px; }

.top-one.small { min-height: 0; }
.top-one.small { min-height: 0; padding: 40px 0 30px 0; }

.left-wrapper {
	min-height: 0;
	background: none;
}

.top-left-content {
    bottom: auto;
    padding: 60px 0 40px 0;
    position: relative;
    left: auto;
}


.top-left-content h2 {
	display: inline-block;
    font-size: 1.9em;
    padding: 10px 16px;
    margin: 0 0 15px 0;
    font-weight: 400;
    color: #ffffff;
    background: #00616f; /* Fallback color for non-modern browsers */
    background: rgba(0, 97, 111, .75); /* Color for modern browsers */
}

.top-left-content p {
	font-size: 1.2em;
	line-height: 1.7em;
	max-width: 460px;
}

.top-left-content p a { color: #fff; }
.top-left-content p a:hover { text-decoration: underline; }

.top-left-content ul.quick-links { margin: 2em 0 0 0; }

.top-left-content ul.quick-links li { margin: 0 1.6em 0 0; padding: 0; }

.top-left-content ul.quick-links li a { color: #fff; font-weight: bold; }
.top-left-content ul.quick-links li a:hover { text-decoration: underline; }

.top-left-content a.video {
	display: inline-block;
	margin: 20px 0 0 0;
}

.top-left-content a.video img {
	width: 52px;
	height: 52px;
	margin: 0 10px 0 0;
	transition: all .35s cubic-bezier(0.37, -0.5, 0.46, 1.56);
}

.top-left-content a.video span.text {
	color: #fff;
	line-height: 52px;
	text-transform: uppercase;
	margin: 20px 0;
}

.top-left-content a.video:hover img {
	transform: scale(1.1);
}

.top-left-content a.video:hover span.text {
	text-decoration: underline;
}

.right-wrapper {
	padding: 44px 60px 45px 60px;
	min-height: 420px;
	background: #3C8DB0;/* Fallback color for non-modern browsers */
	background: rgba(0, 28, 44, 0.4); /* Color for modern browsers */
}

.right-wrapper label {
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: .9em;
	font-family: 'Montserrat', sans-serif;
}

.right-wrapper .form-group {
	margin: 0;
}

.right-wrapper input[type="text"],
.right-wrapper input[type="password"] {
	box-shadow: 0px 3px 15px rgba(0,0,0,.2);
}

.right-wrapper input[type="text"] {
	border-radius: 4px 4px 0 0;
	margin-bottom: 0;
}

.right-wrapper input[type="password"] {
	border-radius: 0 0 4px 4px;
	margin-top: 0;
	border-top: 1px solid #eee;
}

.right-wrapper input[type="submit"] {
	margin-top: 20px;
	box-shadow: 0px 3px 15px rgba(0,0,0,.2);
}

.right-wrapper .notice a.questions {
	display: block;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 400;
	padding: 0 0 0 56px;
	background: url('../images/icon-question-circle.png') no-repeat left center;
	background-size: 40px 40px;
}

.right-wrapper .notice a.questions span {
	display: block;
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
}

.right-wrapper .notice:hover a.questions {
	text-decoration: underline;
}

.footer-wrap {
	background: #f6f6f6;
}

.footer {
	border-top: 1px solid #eee;
	padding: 14px 0 40px 0;
}

.footer p.legal {
	text-align: left;
	font-size: .8em;
	line-height: 1.5em;
	color: #bbb;
}

.plain-text {
	padding: 5em 0;
	background: #fff;
	
}

.feature { padding: 30px 0 50px 0; }

.feature h3.head {
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	padding: 4px 11px;
	margin: 20px 0 15px 0;
	font-weight: 300;
	color: #ffffff;
	 background: #00616f; /* Fallback color for non-modern browsers */
    background: rgba(0, 97, 111, .75); /* Color for modern browsers */
}

.feature-content {
	display: table;
	width: 100%;
	padding: 0;
	width: 100%;
	margin: 10px 0;
	opacity: .8;
	box-shadow: 0px 2px 60px #ddd;
	transition: all .25s ease-in-out;
}

.feature-content.first {
	background: #fff url('../images/customer-service-woman.jpg') no-repeat left top;
	background-size: contain;
}

.feature-content.second {
	background: #fff url('../images/businessman-smiling.jpg') no-repeat left top;
	background-size: contain;
}

.feature-content:hover { 
	transform: translateY(-2px);
	opacity: .9;
	box-shadow: 0px 8px 60px #ddd;
}

.feature-content .space {
	display: table-cell;
	width: 40%;
}

.feature-content .inner {
	display: table-cell;
	vertical-align: middle;
	height: 150px;
	width: 60%;
	padding: 0 100px 0 0;
	text-align: left;
	height: 150px;
	background: url('../images/icon-arrow-circle-right.png') no-repeat right 40px center;
	background-size: 40px 40px;
}

.feature-content h3 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1.7em;
	line-height: 1.4em;
	margin: 0 0 .3em 0;
	color: #555;
	padding: 0;
}

.feature-content p {
	color: #aaa;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
}

.video-wrap { margin: 10px 0; }

.video-wrap a.fancybox-media {
	position: relative;
	display: block;
	box-shadow: 0px 3px 15px rgba(0,0,0,.1);
	transition: all .25s ease-in-out;
}

.video-wrap a.fancybox-media:hover { transform: translateY(-2px); box-shadow: 0px 6px 15px rgba(0,0,0,.1); }

.video-wrap span.play {
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	border-radius: 50%;
	background: #991325 url('../images/icon-play-white.png') no-repeat 55% center;
	background-size: 30% auto;
	opacity: .6;
	transition: all .25s ease-in-out;
}

.video-wrap a.fancybox-media:hover span.play { opacity: .8; }

.video-wrap img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border: 6px solid #fff;
	border-radius: 2px;
	margin: 0 0 10px 0;
}

.video-wrap .inner h5 {
	font-weight: 300;
	line-height: 1.4em;
	margin: 0 0 .2em 0;
}

.video-wrap .inner p { margin: 0; }
.video-wrap .inner p a { color: #29ABE2; }
.video-wrap .inner p a:hover { text-decoration: underline; }


@media (max-width: 767px) {
	
	.header .logo { margin: 20px 0; }
	
	.header .logo img { width: 80%; }
	
	.header .tagline {
		text-align: left;
		margin: 0 0 20px 0;
	}
	
	.header .tagline h3 {
		font-size: 1.4em;
	}
	
	.right-wrapper {
	    padding: 4px 20px 45px 20px;
	    min-height: 0;
	    margin: 0 -15px !important;
	}
	
	.right-wrapper .top-form { padding: 0 !important; }
	
	.top-one.small {
		padding: 0;
	}

}


@media (max-width: 600px) {
	
	.top-left-content h2 {
		font-size: 1.6em;
	}
	
	.right-wrapper .notice a.questions {
		font-size: 1em;
	}
	
	.feature-content .inner {
	    height: 140px;
	    padding: 0 20px 0 0;
	    height: 120px;
	    background: none;
	    background-size: 30px 30px;
	}
	
	.feature-content .inner h3 {
		font-size: 1.5em;
		margin: 0 0 .2em 0;
	}

	.feature-content .inner p {
		font-size: .9em;
	}

}


@media (max-width: 480px) {

	.xxs-480 { width: 100% !important; }

}




