/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/*
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: url('/themes/lp/fonts/Open-Sans-300/Open-Sans-300.eot');
  src: url('/themes/lp/fonts/Open-Sans-300/Open-Sans-300.eot?#iefix') format('embedded-opentype'),
       local('Open Sans Light'),
       local('Open-Sans-300'),
       url('/themes/lp/fonts/Open-Sans-300/Open-Sans-300.woff2') format('woff2'),
       url('/themes/lp/fonts/Open-Sans-300/Open-Sans-300.woff') format('woff'),
       url('/themes/lp/fonts/Open-Sans-300/Open-Sans-300.ttf') format('truetype'),
       url('/themes/lp/fonts/Open-Sans-300/Open-Sans-300.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url('/themes/lp/fonts/Open-Sans-regular/Open-Sans-regular.eot');
  src: url('/themes/lp/fonts/Open-Sans-regular/Open-Sans-regular.eot?#iefix') format('embedded-opentype'),
       local('Open Sans'),
       local('Open-Sans-regular'),
       url('/themes/lp/fonts/Open-Sans-regular/Open-Sans-regular.woff2') format('woff2'),
       url('/themes/lp/fonts/Open-Sans-regular/Open-Sans-regular.woff') format('woff'),
       url('/themes/lp/fonts/Open-Sans-regular/Open-Sans-regular.ttf') format('truetype'),
       url('/themes/lp/fonts/Open-Sans-regular/Open-Sans-regular.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: url('/themes/lp/fonts/Open-Sans-700/Open-Sans-700.eot');
  src: url('/themes/lp/fonts/Open-Sans-700/Open-Sans-700.eot?#iefix') format('embedded-opentype'),
       local('Open Sans Bold'),
       local('Open-Sans-700'),
       url('/themes/lp/fonts/Open-Sans-700/Open-Sans-700.woff2') format('woff2'),
       url('/themes/lp/fonts/Open-Sans-700/Open-Sans-700.woff') format('woff'),
       url('/themes/lp/fonts/Open-Sans-700/Open-Sans-700.ttf') format('truetype'),
       url('/themes/lp/fonts/Open-Sans-700/Open-Sans-700.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: normal;
  src: url('/themes/lp/fonts/Open-Sans-800/Open-Sans-800.eot');
  src: url('/themes/lp/fonts/Open-Sans-800/Open-Sans-800.eot?#iefix') format('embedded-opentype'),
       local('Open Sans Extrabold'),
       local('Open-Sans-800'),
       url('/themes/lp/fonts/Open-Sans-800/Open-Sans-800.woff2') format('woff2'),
       url('/themes/lp/fonts/Open-Sans-800/Open-Sans-800.woff') format('woff'),
       url('/themes/lp/fonts/Open-Sans-800/Open-Sans-800.ttf') format('truetype'),
       url('/themes/lp/fonts/Open-Sans-800/Open-Sans-800.svg#OpenSans') format('svg');
}
*/

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

body, #content {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background: #FFFFFF;
}

#content {
	position: relative;
	padding: 11px;
}

#content.nojs .hasjs {
	display: none !important;
}

#content.hasjs .nojs {
	display: none !important;
}

#content section:last-child {
	margin-bottom: 0;
}

a, a:visited, a span, a:visited span {
	color: #2C9EC7;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:hover span {
	color: #278CB0;
	text-decoration: underline;
}

.cta, a.cta {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	display: inline-block;
	background: #2C9EC7;
	border-radius: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 24px;
	font-weight: 400;
	padding: 15px 20px;
	text-shadow: 0 0 4px #278CB0;
	border: none;
	line-height: 1em;
	cursor: pointer;
}

	.cta.promo, a.cta.promo {
		background: #2bc191;
		text-shadow: 0 0 4px #1b7357;
	}

.cta:hover, a.cta:hover {
	background: #278CB0;
}

	.cta.promo:hover, a.cta.promo:hover {
		background: #239e77;
	}

div, p, span, strong, b, small {
	line-height: 1.35em;
}

strong, b {
	font-weight: 700;
}

.nowrap {
	white-space: nowrap;
}

.nowrap * {
	white-space: normal;
}

.preformatted {
	white-space: pre;
}

.off {
	display: none;
}

.fg {
	position: relative;
	z-index: 100;
}

.bg {
	position: absolute;
	z-index: 0;
}

section {
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 0 auto 11px auto;
	max-width: 1570px;
}

	section .wrap {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}

		section .wrap:after {
			content: " ";
			display: table;
			clear: both;
		}

	section h1, section h2 {
		font-size: 50px;
		line-height: 1.1em;
		font-weight: 300;
		margin: 0 0 20px 0;
	}

	section p.big, .big {
		font-size: 24px;
		font-weight: 300;
		margin: 0 auto;
	}

	section .image {
		display: inline-block;
		position: relative;
		margin: 0 2% 20px 2%;
		width: 40%;
		height: auto;
		vertical-align: top;
	}

		section span.player {
			cursor: pointer;
		}

		section .image img {
			display: block;
			height: auto;
			width: 100%;
			margin: 0 auto;
		}

		section .image figure {
			width: 98%;
			margin: 0 auto;
			overflow: hidden;
		}

		section.photo .image, section.photo .image span {
			color: #FFFFFF;
		}

		section.photo .image:hover, section.photo .image:hover span {
			text-decoration: none;
		}

		section .covers figure {
			border: 1px solid #ebebeb;
			border-radius: 5px;
		}

		section .covers a.image figure, section .covers a.image:visited figure {
			border-color: #2C9EC7;
		}

		section .covers a.image figure, section .covers a.image:visited figure {
			border-color: #2C9EC7;
		}

		section.photo .covers a.image figure, section.photo .covers a.image:visited figure {
			border-color: #4A8094;
		}

		section .covers a.image:hover figure, section.photo .covers a.image:hover figure {
			border-color: #278CB0;
		}

		section.photo .covers a.image:hover figure {
			border-color: #FFFFFF;
		}

		section .button {
			display: inline-block;
			font-family: 'Open Sans', Arial, Helvetica, sans-serif;
			border-radius: 5px;
			background: #2C9EC7;
			color: #FFFFFF;
			text-decoration: none;
			font-size: 16px;
			line-height: 22px;
			font-weight: 400;
			padding: 4px 10px 5px;
			text-shadow: 0 0 4px #278CB0;
			text-align: center;
			white-space: nowrap;
			cursor: pointer;
			vertical-align: text-bottom;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			-o-user-select: none;
			user-select: none;
		}

		section .image:hover .button, section .button:hover {
			background: #278CB0;
		}

		section .button.promo {
			background: #2BC191;
		}

		section .image:hover .button.promo, section .button.promo:hover {
			background-color: #239E77;
			border-color: #239E77;
		}

		section .player .icon {
			width: 100px;
			height: 100px;
			display: block;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left: -50px;
			margin-top: -50px;
			display: none;
			background: url('/themes/lp/images/load-play-pause.png') -100px 0 no-repeat transparent;
		}

		section .player .icon.load {
			background-position: 0 0;
			/*opacity: 0.87;
			filter: alpha(opacity=87);*/
		}

		section .player .icon.play {
			background-position: -100px 0;
			/*opacity: 0.87;
			filter: alpha(opacity=87);*/
		}

		section .player .icon.pause {
			background-position: -200px 0;
			/*opacity: 1;
			filter: alpha(opacity=100);*/
		}

			section .player.hand .icon {
				cursor: pointer;
			}

		section .image span {
			display: block;
			margin: 10px 0 0 0;
		}

		section a.image.noline, section a.image.noline:hover, section a.image.noline span, section a.image.noline:hover span {
			text-decoration: none;
			color: #000000;
		}

		section ul.bullets {
			display: block;
			max-width: 750px;
			margin: 20px auto;
		}

		section ul.bullets li {
			display: block;
			width: 520px;
			padding: 2px 0 15px 36px;
			margin: 0 auto;
			text-align: left;
			background: url('/themes/lp/images/tick.png') 0 0 no-repeat transparent;
		}

		section .columns ul.bullets li {
			width: auto;
		}

/* scene types */

section.photo {
	background: #143542;
	color: #FFFFFF;
	text-shadow: 0 0 2px #0C1B21;
}

section.photo .bg {
	max-height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
}

section.photo .bg figure {
	position: relative;
}

section.photo .bg img {
	width: 100%;
	height: auto;
	display: block;
}

section.photo h1, section.photo h2, section.photo p {
	padding: 0 10px;
}

/* custom scene settings */

section.header .wrap {
	max-width: 1370px;
}

section.header a.logo {
	/*display: inline-block;*/
}

section.header img.logo {
	display: block;
	position: absolute;
	left: 35px;
	top: 46px;
}

section.header h1 {
	margin: 240px 0 90px 0;
}

section.voices .wrap {
	padding: 60px 0;
}

	section.voices p {
		max-width: 880px;
		margin: 0 auto;
	}

	section.voices p strong {
		display: block;
	}

	section.voices .images {
		margin: 50px auto 0 auto;
		max-width: 1200px;
	}

	section.voices .images .image {
		max-width: 140px;
	}

section.listen .wrap {
	padding: 60px 0;
}

	section.listen .bg {
		max-height: none;
	}

	section.listen p {
		max-width: 880px;
		margin: 20px auto;
	}

	section.listen .images {
		margin: 50px auto 0 auto;
		max-width: 720px;
	}

	section.listen .images .image {
		width: 14%;
	}

		section.listen .images .image img {
			width: 98%;
			height: auto;
			margin: 0 auto;
			max-width: 40px;
		}

section.response {
	padding: 40px 0;
}

	section.response .cta, section.response a.cta {
		margin-top: 40px;
	}

.arrows .arrow {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -50px;
	display: block;
	width: 60px;
	height: 100px;
	background: url('/themes/lp/images/arrows.png') 0 50% no-repeat transparent;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

	.arrows .arrow:hover {
		background-color: rgba(0, 0, 0, 0.7);
	}

	.arrows .arrow.right {
		left: auto;
		right: 0;
		background-position: -52px 50%;
		border-radius: 4px 0 0 4px;
	}

.columns {
	margin: 0 auto;
}

	.columns:after {
		content: ' ';
		display: table;
		clear: both;
	}

	.columns > div {
		width: 47%;
		float: left;
		text-align: left;
		margin: 0 0 35px 0;
	}

	.columns > div:first-child {
		margin-right: 6%;
	}

.form label {
	display: block;
	text-align: left;
	position: relative;
	margin: 0 0 25px;
}

.form .inner.empty {
	color: #999999;
}

.form input.text {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	display: inline-block;
	height: 29px;
	width: 93%;
	line-height: 29px;
	margin: 5px 0 0 0;
	padding: 8px 3%;
	font-size: 18px;
	border: none;
	color: #000000;
	background: #EEEEEE;
}

.form textarea.textarea {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	display: inline-block;
	width: 93%;
	line-height: 18px;
	margin: 5px 0 0 0;
	padding: 8px 3%;
	font-size: 18px;
	border: none;
	color: #000000;
	background: #EEEEEE;
}

.form label.terms {
	padding: 0 0 0 30px;
	cursor: pointer;
}

	.form label.terms input.checkbox {
		appearance: button;
		/*-moz-appearance: button;*/
		-webkit-appearance: button;
		outline: 0;
		-moz-outline: 0;
		-webkit-outline: 0;
		position: absolute;
		left: 0;
		top: 2px;
		zoom: 1.7;
		padding: 0;
		margin: 0;
		width: 11px;
		height: 11px;
		background: #EEEEEE;
		border: none;
		cursor: pointer;
	}

	.form label.terms input.checkbox:checked {
		background: #2C9EC7;
	}

	.form label.terms input.checkbox:checked:after {
		content: "\2716";
		font-size: 9px;
		width: 11px;
		height: 11px;
		color: #FFFFFF;
		line-height: 11px;
		text-align: center;
		position: absolute;
		left: 0;
		top: 0;
	}

	.form label.terms small {
		display: block;
		font-size: 12px;
		line-height: 1.35em;
	}

	.form label.terms small a, .form label.terms small a:visited, .form label.terms small a:hover {
		color: inherit;
		text-decoration: underline;
	}

#modal {
	overflow: visible;
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	margin: 0;
	max-width: none;
	text-align: left;
}

	#modal .overlay {
		position: absolute;
		background: #000000;
		background-color: rgba(0, 0, 0, 0.6);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	#modal .wrap {
		display: none;
		background: #FFFFFF;
		padding: 20px;
		width: 600px;
		margin: 20px auto;
		border-radius: 4px;
		-webkit-box-shadow: 0px 0px 30px 0px #000000;
		-moz-box-shadow: 0px 0px 30px 0px #000000;
		box-shadow: 0px 0px 30px 0px #000000;
	}

	#modal .wrap > i span {
		display: none;
	}

	#modal .wrap > i:after {
		content: "\2716";
		font-weight: normal;
		display: block;
		width: 30px;
		height: 30px;
		font-size: 16px;
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		line-height: 30px;
		color: #2C9EC7;
		cursor: pointer;
	}

	#modal .wrap > i:hover:after {
		color: #278CB0;
	}

.scroller {
	display: none;
}

#scroller {
	display: none;
	position: fixed;
	bottom: -150px;
	left: -20px;
	z-index: 1000;
	width: 100%;
	padding: 0 20px 150px 20px;
	min-height: 50px;
	background: #2C9EC7;
	-webkit-box-shadow: 0px -1px 5px 0px rgb(0, 0, 0, 0.8);
	-moz-box-shadow: 0px -1px 5px 0px rgb(0, 0, 0, 0.8);
	box-shadow: 0px -1px 5px 0px rgb(0, 0, 0, 0.8);
}

	#scroller a, #scroller a:visited {
		display: block;
		text-align: center;
		padding: 10px;
		margin: 0 auto;
		width: auto;
		font-size: 20px;
		line-height: 1.1em;
		font-weight: 700;
		color: #FFFFFF;
		text-shadow: 0 0 4px #278CB0;
		text-decoration: none;
	}

	#scroller a:hover {
		/*background: #278CB0;*/
		text-decoration: none;
	}

	#scroller .nowrap {
		display: none;
	}

#alert {
	display: none;
	position: fixed;
	z-index: 1000;
	top: -20px;
	left: 0;
	width: 100%;
	height: auto;
	padding: 20px 0 0 0;
	cursor: pointer;
}

	#alert.error {
		background: #C71010;
	}

	#alert.success {
		background: #0DBB02;
	}

	#alert .wrap {
		text-align: center;
		padding: 10px 20px;
		font-size: 16px;
		line-height: 20px;
		color: #FFFFFF;
		font-weight: bold;
		font-weight: 700;
		position: relative;
	}

	#alert .wrap .nowrap {
		display: none;
	}

	#alert .wrap:after {
		content: "\00a0\00a0\2716";
		font-weight: normal;
	}

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

	section.header img.logo {
		width: 230px;
		height: auto;
	}

}

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

	body, #content {
		font-size: 13px;
	}

	section h1, section h2 {
		font-size: 36px;
	}

	section p.big, .big {
		font-size: 20px;
	}

	section.header img.logo {
		position: static;
		margin: 46px auto 0 auto;
	}

	section.header h1 {
		margin: 190px 0 35px 0;
	}

	section.voices .images {
		margin: 30px auto 0 auto;
	}

	section.voices .wrap, section.listen .wrap {
		padding: 30px 0;
	}

	section ul.bullets li {
		width: 444px;
	}

	.scroller {
		display: block;
	}

	#modal .wrap {
		margin-top: 50px;
		width: 400px;
	}

	#scroller a, #scroller a:visited {
		font-size: 18px;
	}

}

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

	body, #content {
		font-size: 13px;
	}
/*
	#content {
		padding: 0;
	}

	section .wrap {
		padding-left: 10px;
		padding-right: 10px;
	}*/

	section h1, section h2 {
		font-size: 28px;
	}

	section p.big, .big {
		font-size: 16px;
	}

	section.header img.logo {
		margin: 10px auto 0 auto;
	}

	section.listen .image span {
		display: none;
	}

	section.listen .images .image {
		width: 9%;
		margin: 0 3% 20px 3%;
	}

	section ul.bullets li {
		width: auto;
	}

	section.photo .bg img {
		min-width: 480px;
		height: auto;
		/*margin-left: -45px;*/
	}

	#modal .wrap {
		margin-top: 5px;
		padding: 10px;
		width: 290px;
	}

}
