/* RESET
 Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a img {
	border: 0;
}

/* BASE
----------------------------------------------- */
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}	

body {
	font-family: Helvetica, Arial, sans-serif;
	color:#7e7e7e;
	font-size: 16px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1, .h1 {
	font-size: 2.75em; /* 44px / 16px */
	color:#fff;
}
h2, .h2 {
	font-size: 2.5em; /* 40px / 16px */
	color:#39496b;
}
h3, .h3 {
	font-size: 1.75em; /* 28px / 16px */
	color:#fff;
	margin-top:.80em;
}
h4, .h4 {
	font-size: 2em; /* 32px / 16px */	
	color:#002f62;
	padding-bottom:0.4em;
}
h5, .h5 {
	font-size: 1.5em; /* 24px / 16px */
	color:#39496b;
	margin-top:.4em;
}
h6, .h6 {
	font-size: 1.125em; /* 18px / 16px */
}

/* Text elements */
p {
	margin-bottom: 1.625em;
	line-height: 1.425em;
	font-weight: normal;
}
sup,
sub {
	font-size: 0.5em;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1.5ex;
}
sub {
	top: .5ex;
}

strong {
	font-weight: bold;
}

/* assets */
img {
	height: auto; 
}

/* Links */
a {
	color: #7F89A3;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* LAYOUT
----------------------------------------------- */

/* HEAD SECTION */
.l-head {
	background-color: #061423;	
	overflow: hidden;
	position: relative;
	padding: 11px 0 8px;
	z-index: 99;
}

/* HERO SECTION */
.l-hero {
	background-color: #0a2334;
	background-image: url(../img-landing/bg_hero.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 485px;
	overflow: hidden;
}

/* CONTENT SECTIONS */
.l-content {
	overflow: hidden;
	clear: both;
}

.l-content--primary {
	margin-top:-20.5em;
	margin-bottom:2em;
}

.l-content--secondary {
	border-top: 1px solid #e1e1e1;
	background-color: #f4f3f3;
	padding-top: 3.5em;
	padding-bottom:6em;
}

/* CONTAINER FOR CENTERING */
.l-container--center {
	width: 960px;
	margin: 0 auto;	
}

/* FOOTER SECTION */
.l-footer {
	background-color: #061423;
	padding: 2.5em 0;
}

/* GRIDS */
.cols {
	clear: both;
	overflow: hidden;
}

.cols__col {
	float: left;
}

.cols__col--1of3 {
	width:33%;
	*width: 29%; /* IE7 and below */
	padding: 0 2%;
}

.cols__col--1of2 {
	width:50%;
	*width: 44%; /* IE7 and below */
	padding: 0 2%;
}

.cols__col--border {
	background: url(../img-landing/border-vertical.png) no-repeat;
}


/* MODULE
----------------------------------------------- */

.branding__logo {
	float: left;
}

.hero-headline  {
	padding: 2em 0 1em;
	text-align: center;
}

.hero-image {
	max-width: 919px;
	padding-left:12.5%;	
}

.hero-image img {
    width: 100%;
   	height: auto;  
}

.intro-copy {
	margin-top:.5em;
}

.border-image {
	display: block;
	margin: 0 auto;
    max-width: 100%;
   	height: auto; 
   	margin-top: 1em;
   	margin-bottom: 3em;
}

.text--center {
	text-align:center;
}

.icon {
	display: inline-block;
	margin-bottom: -0.1em;
	margin-right: 0.2em;
}

.icon-play {}

.icon-thumb {}

.icon-speaker {}

.icon-triangle {}

/* Feature Section */
.feature {
	overflow: hidden;
	clear: both;
	margin: 0 auto 3em;
	text-align: center;
}

.feature__headline {	
	padding-bottom: 1em;
}

.feature__content {
	max-width:550px;
	padding-bottom: 1em;
	text-align: left;
	margin: 0 auto;
}

/* Steps Section */
.step-title-image {
	margin-bottom: 2.3em;
	margin-left: 2em;
}
.step-title-image--feature {
	margin-top: 2em;
	margin-left: 0;
	margin-bottom: 1.5em;
}

.step-title {
	margin: 0.25em 0 1.35em 1em;
	font-size: 2.2em;
	color:#39496b;
}

.step-header--1:before,
.step-header--2:before {
	font-size:1.2em;
	color:#ccc;
	padding-right: .75em;
}

.step-header--1:before {
	content:"1";
}
.step-header--2:before {
	content:"2";
}

.step-list {
	margin: 0 0 1.625em 2.4em;
	list-style: none;
}

.step-list__item {
	margin-top:1em;
}

.directory, 
.legal {
    font-size: 10px;	
    line-height: 1.7em;
	text-align: center;
}
.directory ul {
	margin: 0 0 1em;
}
.directory ul li {
    font-weight: bold;
    white-space: nowrap;
    display: inline;
    text-transform: capitalize;
    padding-right: 5px;
}
.legal {
	color: #7F89A3;
    font-weight: normal;	
}

/* =Jiggery Pokery
----------------------------------------------- */

  .device { display: none; }
  
  .google { 
	opacity:.75;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
  }
  .google.main { 
	opacity:.50;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
  }  

/* =Media Queries
----------------------------------------------- */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
  /* Retina-specific stuff here */
	.l-head {
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		background-size: auto 100%;
	}

}

@media (max-width: 960px) {
	h1, .h1 {
		font-size: 2.6em; 
	}
	h2, .h2 {
		font-size: 2.3em; 
	}
	h3, .h3 {
		font-size: 1.6em; 
		margin-top:.60em;
	}
	h4, .h4 {
		font-size: 1.8em;
	}
	h5, .h5 {
		font-size: 1.2em;
	}
	h6, .h6 {
		font-size: 1.125em; 
	}

	.l-hero {
		height: 450px;
	}

	.l-content--primary  {
		margin-top:-33%;
	}

	.l-container--center {
		width: 100%;
	}

	.branding__logo {
		padding-left: 0.6em;
	}
	
	.feature {
		width: 90%;
	}

	.step-list {
		margin-left: 1.9em;
	}
		
}
@media (max-width: 765px) {
	h1, .h1 {
		font-size: 2.4em; 
	}

	.l-hero {
		height: 400px;	
	}

	.cols__col {
		float:none;
	}

	.cols__col--1of3,
	.cols__col--1of2 {
		width:100%;
		padding: 0 10%;
	}

	.cols__col--border {
		background: none;
	}

	.hero-headline  {
		min-width: 90%;
		text-align: center;
		padding: 1em 1em 0;
	}

	.icon-play {
		margin-bottom:-0.1em;
	}

	.icon-thumb {
		margin-bottom:-0.2em;
	}

	.icon-speaker {
		margin-bottom:-0.2em;
	}
	.step-title {
		margin-top:1em;
	}
	.directory, 
	.legal {
	    font-size: 1em;	
		text-align: center;
		padding: 0 10%;
	}
	
}

@media (max-width: 690px) {
	h1, .h1,
	h2, .h2 {
		font-size: 2.1em; 
	}
	h3, .h3 {
		font-size: 1.4em; 
	}
	.l-hero {
		height: 350px;
	}
	.cols__col--1of3,
	.cols__col--1of2 {
		padding: 0 3%;
	}
	.icon-play {
		margin-bottom:-0.2em;
	}
	
}	

@media (max-width: 640px) { /* iPhone 5 & 4 */
	h1, .h1,
	h2, .h2 {
		font-size: 1.8em;
		padding:.5em .5em 0; 
	}
	h3, .h3 {
		font-size: 1.1em; 
		padding:.5em 2em 0;
	}
	h4, .h4 {
		font-size: 1.5em;
	}
	h5, .h5,
	h6, .h6 {
		font-size: 1em;
	}
	.l-content--secondary {
	padding-top: 1.5em;
	padding-bottom:3em;
	}
	/*.l-hero {
		height: 288px!important;
	}*/
	.feature {
		margin-bottom: 1em;
		width: 92%
	}
	.icon-speaker {
		margin-bottom:-0.3em;
	}
	.step-image {
		margin-bottom: .2em;
	}
	.step-title {
		margin-bottom:1em;
	}
	.step-list {
		margin-left: 1.6em;
	}
	.border-image {
		margin-bottom: 1em;
	}
	.span-block {
		display:block;
	}
}

@media (max-width: 480px) {
	.l-hero {
		height: 300px;
	}
}

@media (max-width: 320px) { /* iPhone 3 */
	.l-hero {
		height: 288px;
	}
}