@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');

/*Reset*/

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;
}
/* HTML5 display-role reset for older browsers */
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: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


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

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	font-size: 16px;
	line-height: 26px;
	font-family: 'Open Sans', Arial, "sans-serif";
 	background-color: #ffffff;
}

p.intro{
	margin: 0px 0px 15px 0px;
	color: #0174b4;
	font-weight: normal;
	font-size: 20px;
	line-height: 38px;
}

p{margin: 0px 0px 15px 0px;}

p.last{margin: 0px 0px 25px 0px;}


sub, sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

strong{
	font-weight: 700;
}

sup {
  top: -0.5em;
}

img.checkmark{vertical-align: middle;}


h1{
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	margin: 0px 0px 15px 0px;
	color: #ffffff;
	font-weight: 300;
	font-size: 60px;
	line-height: 65px;
	text-align: center;
}

h1 span{
	font-family: 'Open Sans', Arial, "sans-serif";
	font-weight: 700;
	font-size: 100px;
	line-height: 90px;
}

h2{
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	color: #00497b;
	font-size: 20px;
	line-height: 30px;
}

h3{
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 33px;
	line-height: 43px;
	color: #0174b4;
	margin: 0px 0px 5px 0px;
	font-weight: 700;
}

h3 span{
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 40px;
	line-height: 43px;
	color: #00497b;
	font-weight: 700;
}

hr{
height: 1px;
border: 0;
color: #333;
background-color: #9D9D9D;
	margin: 0px 0px 25px 0px;
}

.logo{
	background: #ffffff;
	height: 90px;
	text-align: center;
	padding: 20px;
}

.header {
    max-width:1200px;
    width:100%;
    height:440px;
    margin:auto;
    position:relative;
    background: url("../images/header.png");
    background-position: 20% 50%;
}

.title {
    margin:50px 0 0 10%;
}

.intro-link {
	color: #0174b4;
}


/*bannerContainer holds h1.welcomeTitle, pageTitle, welcome and bcg*/
.bannerContainer{
	margin: 0px 0px 0px 0px;
	position: relative;
}

.titleArea{
	position: absolute;
	opacity: 0.8;
	left: 7%;
	top: 50%;
	z-index: 100;
	background: #00497b; 
	padding: 25px 20px 0px 20px;
	margin-top: -165px;
	width: 350px;
	height: 350px;
}

/*hero images*/
.hero{
	background-image: url(../images/hero.jpg);
}

.bcg{
	background-repeat: no-repeat;
	background-size:cover;
	height:  700px;
	width: 100%;
	background-position: 100% 50%;
}

.sectionBreak{
	height: 8px;
	background: #00497b; /* Old browsers */
background: -moz-linear-gradient(left, #00497b 0%, #207cca 12%, #27bec8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #00497b 0%,#207cca 12%,#27bec8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #00497b 0%,#207cca 12%,#27bec8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00497b', endColorstr='#27bec8',GradientType=1 ); /* IE6-9 */
}

.container{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 25px 50px 25px;
}

.video {
	margin: 0px 0px 25px 0px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.greyTop{
	background-color: #faf9f9;
	padding: 25px;
	margin: 0px 0px 10px 0px;

}

.greybotom{
background-color: #f2f2f1;
	padding: 25px;
}

.left{
	float: left;
	width: 150px;		
}

.apple{
	text-align: center;
}

.right{
	float: left;
	width: 80%;		
}

.socialLeft{
	float: left;
	width: 140px;	
}

.socialRight{
	text-align: right;
}

.socialRight img{
	margin-left:5px;
}

a.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
	font-weight: 700;
  padding: 10px;
  width: 375px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px 5px 5px 0px;

}

a.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

a.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

a.button:hover span {
  padding-right: 25px;
}

a.button:hover span:after {
  opacity: 1;
  right: 0;
}

a.textlink:link,  a.textlink:visited{
	text-decoration: none;
	color: #0174b4;
}

a.textlink:hover,  a.textlink:active{
	color: #00497b;
}

a.webaddress:link,  a.webaddress:visited{
	font-size: 25px;
	font-weight: 700;
	text-decoration: none;
	color: #0174b4;
}

a.webaddress:hover, a.webaddress:active {
    color: #00497b;
}

footer{
margin: 0 auto;
    width: 100%;
	max-width: 900px;
	padding: 25px ;
}

footer p{
	font-size: 12px;
	line-height: 17px;
	margin: 0px 0px 7px 0px;
}

@media screen and (max-width:925px){

.bcg{
	background-repeat: no-repeat;
	background-size:cover;
	height:  500px;
	width: 100%;
}
	
	.right{
	width: 70%;		
}
}

@media screen and (max-width:750px){

.bcg{
	height:  400px;
	width: 100%;
}
	
	h1{
	margin: 0px 0px 15px 0px;
	font-size: 45px;
	line-height: 55px;
}

	h1 span{
	font-size: 80px;
	line-height: 75px;
}


	.titleArea{
	left: 5%;
	top: 55%;
	padding: 25px 20px 0px 20px;
	margin-top: -165px;
	width: 280px;
	height: 300px;
}

	.container{
	padding: 25px 25px 50px 25px;
}
    
.header {
    background-position: 40% 50%;
}

.title {
    margin:50px 0 0 5%;
}
	
}

@media screen and (max-width:600px){
	
	.logo{
	background: #ffffff;
	height: 60px;
	text-align: center;
	padding: 15px;
	}
	
	.logo img{
		height: 30px;
	}
	
	.bcg{
	height:  300px;
}
	
	h1{
	margin: 0px 0px 15px 0px;
	font-size: 35px;
	line-height: 45px;
}

	h1 span{
	font-size: 55px;
	line-height: 50px;
}

	.titleArea{
	left: 3%;
	top: 50%;
	padding: 25px 20px 0px 20px;
	margin-top: -120px;
	width: 210px;
	height: 240px;
}
	
		.left, .right{
		display: block;
	float: none;
	width: 100%;		
}
	
		.laptop{text-align: center;}
	
	a.button {	 
  width: 100%;
}
}

@media screen and (max-width:490px){
    .title {width:50%;}
}

@media screen and (max-width:450px){ 
.header {background-position: 50% 50%;}
.title {width:45%;}
}


@media screen and (max-width:400px){
		h1{
	font-size: 25px;
	line-height: 30px;
}

	h1 span{
	font-size: 40px;
	line-height: 45px;
}

	.titleArea{
	left: 3%;
	top: 50%;
	padding: 20px 15px 0px 15px;
	margin-top: -80px;
	width: 155px;
	height: 175px;
}

}

