@charset "UTF-8";
/* CSS Document */

input.mad-libs{
	border:none;
	border-bottom:#777 2px solid;
	text-align:center;
}
input.mad-libs-error{
	border-bottom:#AE0C0E 2px solid !important;
}
input.cta-error{
	border:#AE0C0E 2px solid !important;
}
#name, #email{
	display:block;
	width:100%;
}
#quiz-container{
	text-align:center;
}
#quiz-container .btn{
	margin-bottom:20px !important;
}
#quiz-container h2{
	font-size:35px;
	margin-bottom:30px;
}
#quiz-container textarea{
	margin-bottom:30px;
	height:80px;
}
.answer{
	font-size:18px;
	margin:0px 0px 30px 0px;
}
.slider .slider-selection {
	background: #BABABA;
}
.slider.slider-horizontal {
    width: 100%;
}
.btn-block{
	max-width:50%;
	margin:0px auto;
}
.col-xs-6 .btn-block,
.col-sm-6 .btn-block,
.col-md-6 .btn-block,
.col-sm-5 .btn-block{
	max-width:100%;
}
.best-email{
	display:block;
	margin-top:20px;
}

.btn-fb {
    color: #FFF;
    background-color: #3b5998;
    text-align: center;
    line-height: 25px;
    padding: 10px;
    font-size: 16px;
    width: 100%;
}
.btn-fb span{
	display:inline-block;
}
.btn-fb:hover{
	background-color:#4f6aa3;
	color:#FFF;
}
.btn-fb i{
	font-size:25px;
	margin-right:10px;
	display:inline-block;
	float:left;
}
.cta-spacer{
	height:20px;
}
sup {
    top: -20px;
    font-size: 12px;
}
p.seperator {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 400;
    margin-bottom:15px;
    margin-top: -5px;
}
p.seperator::after {
    content: "";
    border-bottom: #CCC solid 1px;
    position: absolute;
    height: 0px;
    top: 8px;
    left: 0px;
    width: 100%;
    z-index: 1;
}
p.seperator span {
    background-color: #eee;
    z-index: 2;
    position: relative;
    padding: 0px 10px;
    text-transform: lowercase;
}
.red {
    color: #C30003;
}
.border-dark-grey-dashed {
    border: #222 2px dashed;
}
#form-container .btn-block{
	max-width:100% !important;
}
h3 sup {
    top: -12px;
    font-size: 12px;
}