

* {padding:0px;margin:0px;}

body {background:#158f9d;font-family:Arial, Helvetica, sans-serif;-webkit-font-smoothing:antialiased}
 
:focus {outline:none;}
.hidden {display:none}

.container {width:1150px;margin:0 auto;}
.container>header{margin:30px 0px;}
.container>section>header {margin:50px 0px 20px;color:#fff;}
.container>section {margin-bottom:40px;}
section .hold{position:relative;padding-bottom:60px;}
section .hold>article {width:850px;float:left;background:#f5f5f5;-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);position:absolute;left:0px;top:0px;height:100%;}
section .hold>article .pod {color:#444444;font-size:18px;text-align:center;background:#fff;margin:20px auto;padding:20px;width:760px;-webkit-box-shadow: 0 1px 2px 0 rgba(187,187,187,0.9);
box-shadow: 0 1px 2px 0 rgba(187,187,187,0.9);}
.image {text-align:center;cursor:pointer;}
section .hold>article .pod.blank {background:transparent;-webkit-box-shadow:none;
box-shadow:none;font-size:15px;}
section .hold>article .pod input{text-align:center;background:none;border:none;padding:10px 0px 5px;margin:0px 5px;width:auto;max-width:500px;color:#158f9d;font-size:18px;-webkit-font-smoothing:antialiased;border-bottom:1px solid #158f9d} 
#age {width:30px;}
section aside {width:280px;float:right;padding:20px 0px 0px 20px;color:#fff;}
section aside header {margin-bottom:20px;font-size:14px;}
section aside header h2 {font-size:23px;margin:0px 0px 10px;font-weight:400;}
section aside header h2 em {font-weight:700;}
section aside>article {margin-bottom:30px;}
section aside>article .pod {background:#fff;padding:2px;display:inline-block;float:left;margin:0 5px 5px 0px;}

section aside>article.col3 .pod {width:80px;}
section aside>article.col3 .pod:nth-of-type(3n){margin-right:0px;}
section aside>article.col2 .pod {width:125px;}
section aside>article.col2 .pod:nth-of-type(3n){margin-right:0px;}
section aside>article.col2 .pod p,section aside>article.col2 .pod strong {font-size:12px;}
section aside>article.col1 .pod {width:255px;}
section aside>article.col1 .pod:nth-of-type(1n){margin-right:0px;}
section aside>article.col1 .pod img {float:left;width:122px;}
section aside>article.col1 .pod p,section aside>article.col1 .pod strong {float:right;width:120px;font-size:12px;}

section aside>article .pod img {max-width:100%;margin:0px;display:block;}
section aside>article .pod p {background:#3d3d3e;font-size:11px;padding:5px;margin:0px;position:relative;}
section aside>article .pod p:after {position:absolute;margin:0 auto;left:0px;right:0px;bottom:-10px;width: 0; 
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-top: 10px solid #3d3d3e;content:"";}
section aside>article .pod strong {color:#158f9d;font-size:11px;padding:15px 5px 5px;display:block;}

section aside>article .question {margin:0 15px 15px 0;overflow:hidden;background:#26a4b2;font-size:13px;position:relative;}
section aside>article .question span {background:#2cacba;position:absolute;top:0px;left:0px;padding:10px;font-weight:700;height:100%;}
section aside>article .question p {padding:10px 10px 10px 50px;} 

.terms {font-size:12px;color:#fff;margin:40px 0px 10px;}

footer {border-top:1px solid #fff;padding:30px 0px;}
footer .logo {float:right;max-width:150px;}

.hold {background:#1b97a5}
.clearfix:after {content:"";display:table;clear:both}

