/* -------------------------- GLOBAL */

*{
margin:0;
padding:0;
}

body{
background:#0e0e0e ;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.5em;
color:#DCDCDC;
}


.left{float:left;}
.right {float:right;}
.clear{clear:both;}
fieldset{border:none;}
ul, ol{list-style:none;}
legend{display:none;}
address{font-style: normal;}
strong{font-weight: bold !important;}


/* -------------------------- TYPOGRAPHY */

h1{
font-size:1.8em;
line-height:.83em;
margin-bottom:.83em;
text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}

p{
font-size:1.1em;
line-height:1.36em;
margin-bottom:1.36em;
text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}

a{
color:#525252;
text-decoration: none;
-webkit-transition: color 0.2s ease-out;
}

a:hover{text-decoration: underline;}
a:focus{outline:none;}


/* -------------------------- TOP BAR */

#topbar, #topbar-fixed{
background:#090909;
border-bottom:1px solid #000;
-moz-box-shadow: 0 1px 0 #1a1a1a;
-webkit-box-shadow: 0 1px 0 #1a1a1a;
box-shadow: 0 1px 0 #1a1a1a;
padding:12px;
position: absolute;
top: 0px;
left: 0px;
right:0px;
z-index: 100;
}


#topbar a{
color:#fff;
}



/* -------------------------- SLIDES */

.slide{
min-height:342px;
margin:36px 0 0;
padding-top: 38px;
border-bottom:1px solid #000;
-moz-box-shadow: 0 1px 0 #1a1a1a;
-webkit-box-shadow: 0 1px 0 #1a1a1a;
box-shadow: 0 1px 0 #1a1a1a;
overflow: hidden;
position: relative;
clear:both;
}

.slide .up-arrow{
background:#0e0e0e;
display:block;
margin:0 auto;
width:100%;
-webkit-box-sizing: border-box;
height:36px;
clear:both;
position: absolute;
bottom: 18px;
}

.col{
margin-top: 36px;
width:142px;
margin:0 12px;
}

.col.left {
  margin-right: 0px;
}

.col.right {
  margin-left: 0px;
}

.col-wide{
width:296px;
-webkit-box-sizing: border-box;
margin:0 auto;
display: block;
}

.col img, .col-wide img{
display:inline;
margin:0 auto 36px;
width:125px;
height:auto;
}

.col-wide img{
margin-right:12px;
}


/* -------------------------- FORM */

.clicktocall{
display:block;
clear:both;
overflow:hidden;
padding:10px 0;
}

.clicktocall a{
text-decoration:underline;
color:#ffd22d;
}

.form-slide{
padding:36px 0;
}

.form-slide.slide{
height: auto;
}

form label{
display:block;
}

form input[type="text"], form textarea{
width:100%;
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:10px 5px;
margin-bottom:6px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border:0;
}


form input[type="radio"]{
margin-right:10px;
margin-bottom:15px;
vertical-align: top;
}

.radiolabel{
display:inline-block;
width:90%;
}

#radiobtns{
margin:15px 0;
}

.sm-cta{
width:100%;
font-size:1.2em;
line-height:1.25em;
padding: 8px 18px;
color: #545453;
font-weight:700;
text-align: center;
text-decoration: none;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08) inset;
-moz-box-shadow:0 1px 0 rgba(0,0,0,.08) inset;
box-shadow:0 1px 0 rgba(0,0,0,.08) inset;
text-shadow:0px 1px 0px rgba(255,255,255,.3);
webkit-background-clip:padding;
-moz-background-clip:padding;
background:#ffd22d;
background: -moz-linear-gradient(top, #ffd22d 0%, #ffc700 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd22d), color-stop(100%,#ffc700)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffd22d 0%,#ffc700 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffd22d 0%,#ffc700 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffd22d 0%,#ffc700 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd22d', endColorstr='#ffc700',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffd22d 0%,#ffc700 100%); /* W3C */
border:0;
cursor: pointer;
}

.sm-cta:hover{
background: #f7d660; /* Old browsers */
background: -moz-linear-gradient(top, #f7d660 0%, #ffc700 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7d660), color-stop(100%,#ffc700)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f7d660 0%,#ffc700 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f7d660 0%,#ffc700 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f7d660 0%,#ffc700 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d660', endColorstr='#ffc700',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f7d660 0%,#ffc700 100%); /* W3C */
}

#topbar .sm-cta.tiny-cta {
  color: #545453;
  width: 80px;
  font-size: 1em;
  padding: 4px 8px;
  margin-top: 0px;
}

/* -------------------------- FOOTER */

#footer{
margin-top:72px;
text-align: center;
font-size:.9em;
line-height:1.66em;
}

#footer p{
font-size:.9em;
line-height:1.66em;
color:#525252;
}

/* */
#scrollzone {
  height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
}
