body {
	background: #424242;
	color: #fff;
	font-family: "Proxima Nova", "proxima-nova", sans-serif;
	overflow-x: hidden;
  padding: 1em;
}
button {
	color: #292929;
}
a {
  color: #fff;
  text-decoration: underline;
}
h1 {
  display: none;
  font-size: 1.25em;
  font-style: italic;
  color: #ccc;
}
h2 {
  text-align: center;
}
img.responsive {
  height: auto;
  width: 100%;
}
form .clearfix {
  margin: 3px 0;
}
label {
  font-weight: bold;
}
input {
  color: #333;
  border-radius: 4px;
}

td {
  padding: 0 10px;
}



.main aside img { max-width: 100%; }
.main aside video, .main aside object { max-width: 100%; }

/* Max Width in IE6 */
.main aside img, .main aside video, .main aside object { width: 100%; }

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 2em;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.col-md-12  {
  padding-left: 5px;
}

.col-md-3 {
  padding-left: 5px;
}

.lead {
  margin: 0 auto;
  width: 80%;
}
.start {
  margin-top: 1em;
  text-align: center;
}
.questions {
	font-size: 3em;
	font-weight: 100;
}
.questions div {
	display: none;
}
.progress {
	display: none;
	height: 8px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.8);
}
.cta {
	display: none;
  font-size: 1.25em;
}
.logo {
  
}
.radio-logo {
  position: fixed;
  bottom: 3em;
  right: 1em;
}

textarea {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 6px;
    -webkit-border-radius: 5px;
    border: 2px inset;
    color: #000;
}

input {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    -webkit-border-radius: 5px;
    border: 2px inset;
}

#formcontainer input[type=text] {
    border-radius:5px;
    height: 1.5em;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
form#form label {
    display: inline-block;
    text-align: left;
    width: 90px;
    margin-top: 4px;
    margin-right: 5px;
    cursor: hand;
    color: #FFFFFF;
    vertical-align: middle;
}
#formcontainer .error {
    color: red;
    width: 150px;
}
.btn-submit {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #d9eef7;
    width: 25%;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.btn-submit:hover {
    text-decoration: none;
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top, #0095cc, #00678e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.btn-submit:active {
    color: #80bed6;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top, #0078a5, #00adee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
    position: relative;
    top: 1px;
}

/*.input-wrap {
  position: relative;
  margin: 20px 0;
}

.show-inputs {
  display:inline-block;
}

.input-wrap input {
  height: 40px;
  transition: .1s all linear;
}

.input-wrap label {
  position: absolute;
  margin: 0;
  top: 0;
  left: 15px;
  color: #761113;
  transition: .1s all linear;
  cursor: text;
  height: 40px;
  line-height: 40px;
}

.input-wrap.active input, .input-wrap.active textarea {
  border-color: #000;
}

.input-wrap.active label {
  top: 0;
  left: 0;
  padding: 0 13px;
  color: #fff;
  background: #761113;
  margin-right: 10px;
  border-radius: 4px 0 0 4px;
}

input[type='text'] {
  padding: .5em 10px .5em 80px;
  color: #555;
  border: 1px solid #ccc;
  background-color: #fff;
  outline:none;
  width: 80%;
}*/

.error {
  color: red;
}

.discloser {
  left: 10%;
  bottom: 2px;
  font-weight: 100;
  font-size: small;
  position: fixed;
  text-align: center;
  width: 80%;
}

@media (max-width: 550px) {
  .radio-logo,
/*  .logo {
    display: none;*/
  }
}