/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


body {
	font-family: 'Exo 2', sans-serif;
}

h1 {
	font-weight: normal;
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .2);
	font-weight: 200;
}

h1 b {
	font-weight: 600;
}

.mobile-only {
	display: none;
}

h2 {
	
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
	color: #222;
	padding-bottom: 15px;
}

h3 {
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	font-weight: 400;
}

h4 {
	font-size: 23px;
	line-height: 1.2;
	color:#fff;
}
h5 {
	display: block;
	font-size: 26px;
	line-height: 1.2;
	color:#bfc3de;
	padding-bottom: 15px;
	font-weight: 200;
}

p {
	font-size: 16px;
	color: #111;
	line-height: 1.3;
	padding-bottom: 16px;
}

.container {
	width: 960px;
	margin: auto;
}

header {
	position: relative;
	display: block;
	background-color: #3d5a9e;
	background-image: -webkit-linear-gradient(top, #4c67a7, #3d5a9e); 
	background-image: linear-gradient(to bottom, #4c67a7, #3d5a9e); 
	-webkit-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:    0px 3px 1px 0px rgba(0, 0, 0, 0.10);
	box-shadow:         0px 3px 1px 0px rgba(0, 0, 0, 0.10);
}
	header:after {
		content: "";
		display: table;
		clear: both;
	}
	header .col-left {
		display: block;
		float: left;
		width: 70%;
		margin-right: 5%;
	}
	
	header .col-right {
		display: block;
		float: right;
		width: 20%;
		margin-right: 5%;
	}
	
	.primary {
		padding: 20px 0 15px 0;
	}

	.primary:after {
		content: "";
		display: table;
		clear: both;
	}
	
		.name {
			font-size: 16px;
			line-height: 1;
			color: #fff;
			font-weight: 400;
			text-align: center;
		}
		
		.contact {
			font-size: 22px;
			line-height: 1;
			color:#bfc3de;
			font-weight: 600;
			text-align: center;
		}
	
	.secondary {
		background-color: transparent;
	}
	
	.secondary .container {
		border-top: 1px solid #627AAD;
	}
	
	.secondary:after {
		content: "";
		display: table;
		clear: both;
	}
	
		.subheadline {
			font-size: 17px;
			font-weight: 400;
			color:#bfc3de;
			line-height: 48px;
			text-transform: none;
		}
		
		a.primary-btn {
			position: relative;
			font-size: 15px;
			font-weight: 700;
			border-radius: 5px;
			line-height: 32px;
			margin-top: 7px;
			text-align: center;
			text-decoration: none;
			display: block;
			background-color: #ffffff;
			background-image: -webkit-linear-gradient(top, #ffffff, #f6f7f8); 
			background-image: linear-gradient(to bottom, #ffffff, #f6f7f8);
			color: #4e5665;
			text-transform: none;
			text-shadow: 0px 1px 0px #FFF;
			padding-left: 15px;
		}
			a.primary-btn img,
			a.secondary-btn img {
				position: absolute;
				width: 20px;
				height: 20px;
				left: 8px;
				top: 6px;
			}
		
.content {
	background-color: #fff;
	padding: 0px;
}		
	
	.content .col-left {
		display: block;
		float: left;
		width: 52%;
		padding: 65px 0px 15px 0;
	}
	
	.content .intro {
		padding: 0;
		background:url(_img/intro-bg.jpg) no-repeat 82% 50%;
	}
	
	.content .intro ul{
		padding-bottom: 10px;
	}
	.content .intro ul li {
		margin-bottom: 15px;
		list-style: disc;
		margin-left: 16px;
		line-height: 1.2;
		color: #555;
	}
	
	.content .intro:after {
		content: "";
		display: table;
		clear: both;
	}
	
	.title {
		font-weight: 400;
		font-size: 18px;
		line-height: 1.2;
		color:#5388e0;
		display: block;
	}
	.video-section .title {
		padding: 0px 0 20px 0;
	}
	.intro .title {
		padding: 0px 0 20px 0;
	}
	.intro .title.videos {
		padding: 20px 0 0px 0;
	}

	.feature-list {
		padding: 30px 0 50px 0;
		background-color: #e9eaec;
		position: relative;
	}
	
	.feature-list ul {
		padding: 0px;
	}
	.feature-list ul:after {
		content: "";
		display: table;
		clear: both;
	}
	.feature-list ul:before {
		content: "";
		display: block;
		position: absolute;
		width: 30px;
		height: 15px;
		background:url(_img/arrow.png) no-repeat;
		top: 0px;
		margin-left: 30px;
		z-index: 999;
	}
	.feature-list ul li {
		display: block;
		float: left;
		width: 30%;
		line-height: 28px;
		padding-bottom: 10px;
	}
	.feature-list ul li.middle {
		margin: 0 5%;
	}
	.feature-list ul li img{
		display: block;
		width: 100%;
	}
	.feature-list p {
		display: block;
		width: 90%;
		line-height: 1.1;
		font-size: 16px;
		margin: auto;
		text-align: center;
		color: #666;
		margin-top: 5px;
	}
	
	
	.video-section {
		padding: 30px 0 20px 0;
		background-color: #e9eaec;
	}

	.video-section ul:after {
		content: "";
		display: table;
		clear: both;
	}
	.video-section ul li {
		display: block;
		float: left;
		width: 30%;
		line-height: 28px;
		padding-bottom: 10px;
		margin: 0px!important;
	}
	.video-section ul li img{
		width: 100%;
	}
	.video-section ul li.middle {
		margin: 0 5%!important;
	}
	.video-section p {
		display: block;
		width: 90%;
		line-height: 1.1;
		font-size: 16px;
		margin: auto;
		text-align: center;
		color: #666;
	}



footer {
	background-color: #3d5a9e;
	background-image: -webkit-linear-gradient(top, #4c67a7, #3d5a9e); 
	background-image: linear-gradient(to bottom, #4c67a7, #3d5a9e); 
	padding: 40px 0;
}

	footer .questions {
		padding: 0 20px;
	}
	
	a.secondary-btn {
		position: relative;
		background-color: #ffffff;
		background-image: -webkit-linear-gradient(top, #ffffff, #f6f7f8); 
		background-image: linear-gradient(to bottom, #ffffff, #f6f7f8);
		color: #4e5665;
		border: 0px;
		text-shadow: 0px 1px 0px #FFF;
		font-size: 16px;
		font-weight: 600;
		border-radius: 5px;
		line-height: 35px;
		display: inline-block;
		text-align: center;
		padding: 0 15px 0 35px;
		text-decoration: none;
	}	
	
	footer span {
		color: #fff;
		font-weight: 600;
		padding: 0 5px;
	}	
	footer h4 {
		display: inline-block;
	}
	
	
@media only screen and (min-width : 10px) and (max-width : 767px) {

	.container {
		width: 90%;
		padding: 0 5%;
	}


	.mobile-image,
	.mobile-only {
		display: block!important;
		position: relative;
	}
	.mobile-image img {
		display: block;
		width: 100%;
	}
	
	header {
		position: relative;
	}
	header:after {
		clear: both;
		display: table;
		content: "";
	}
	
	.primary {
		padding: 0px 0 20px 0;
	}
	header .container {
		background:url(_img/mobile-image.png) no-repeat right center;
	}
	p {
		font-size: 15px!important;
	}
	h1 {
		display: none;
		font-size: 22px;
		padding: 15px 0 15px 0;
		text-shadow: none;
		font-weight: 400;
	}
	h1 b {
		font-weight: 400;
	}
	h1 br {
		display: none;
	}
	
	
	.col-left {
		width: 100%!important;
		margin: 0!important;
	}
	
	.content .col-left {
		padding: 25px 0px 5px 0;
	}
	
	.col-right {
		width: 100%!important;
		margin: 0!important;
	}
	.secondary .col-right .primary-btn {
		display: none;
	}
	
	.name, .contact {
		padding: 0px;
		text-align: left;
		font-size: 15px;
	}
	.name {
		padding: 20px 0 10px 0;
	}
	.contact {
		padding-bottom: 20px;
		font-size: 19px;
	}

	.subheadline {
		line-height: 1.2;
	}
	.secondary {
		padding: 0px 0 20px 0;
	}
	a.primary-btn {
		display: inline-block;
		text-align: left;
		text-indent: 30px;
		padding-right: 30px;
	}
	
	.content .intro {
		background:none;
	}
	
	.feature-list ul li,
	.video-section ul li {
		width: 100%;
		margin: 0;
	}
	
	.intro .title.videos {
		padding: 20px 0 10px 0;
	}
	
	.video-section ul li.middle,
	.feature-list ul li.middle {
		margin: 0!important;
	}
	a.secondary-btn {
		width: 100%;
		padding: 0px;
	}	
	footer span {
		display: block;
		text-align: center;
		padding-top: 10px;
	}	
	footer h4, h3, h5 {
		text-align: center;
		display: block;
	}

}


@media only screen and (min-width : 768px) and (max-width : 1024px) {

	.container {
		width: 90%;
		padding: 0 5%;
	}
	
	header .col-left {
		width: 65%;
	}
	
	header .col-right {
		width: 30%;
		margin-right: 0%;
	}

	.subheadline {
		font-size: 16px;
	}

	.content .intro {
		background:url(_img/intro-bg.jpg) no-repeat 5% 50%;
	}

	h1 {
		font-size: 26px;
	}
	.feature-video img {
		width: 100%;
	}
	p {
		font-size: 15px!important;
	}
}