* {
	-webkit-font-smoothing: antialiased;
}
body{background-color:#E3E6F0;}
.navbar{
	background-color: #3a5795;
	margin-bottom: 0px;
}
#brand {
	margin-top: 10px;
	margin-bottom: 10px;
}
#brand img {
    max-height:60px;
}
.navbar .header_number {
	float: right;
	margin-top: 27px;
    margin-bottom: 25px;
	font-weight: 700;
	color: #fff;
	list-style-type: none;
	font-size: 18px;
    text-align:right;
}
.navbar .header_number a{
	text-decoration: none;
	color: #fff;
}
.form_spacer {
    padding-bottom:70px;
}
.quiz_form {
    padding-left:20px;
    padding-right:20px;
    padding-bottom:10px;
}
.quiz_form .row {
    margin-bottom:10px;
}
.clearfix-custom {
    margin-bottom:10px;
}
.quiz_form input,
.quiz_form select {
    text-align:center;
}

.primarybgimage {
	background: url('img/bg.jpg') no-repeat center center;
	background-size: cover;
}

.graybg {
    background-color:#fff;
}

.whitebg {
    background-color: rgba(255, 255, 255, 0.5);
}

.secondarybg {
    text-align: center;
	min-height: 780px;
	margin-top: 35px;
    padding-top: 35px;
	border-radius: 2px;
}

#secure-lock {
    margin-top:5px;
    margin-bottom: 35px;
    color:#fff;
    font-size:18px;
}
#secure-lock img {
    height:24px;
}

.secondarybg h2 {
	font-weight: 700;
	color: #444;
}
.progress {
	max-width: 800px;
    margin:0 auto;
	margin-top: 15px;
    height: 10px;
    background-color:#ccc;
}
.help-error {
    color: #a94442;
    font-weight:bold;
}
.summary_terms {
    font-size:smaller;
}
.slider-container {
    overflow: auto;
}
.slider-slide {
    position:relative;
    display:none;
    float:left;
}
.checkbox_change {
    display:none;
}
/* md */
@media (max-width: 1199px) {

}
/* sm */
@media (max-width: 991px) {
    .form_spacer {
        padding-bottom:40px;
    }
    .secondarybg {
        margin-top:20px;
        padding-top: 20px;
    }
    #secure-lock {
        margin-bottom: 20px;
    }
}
/* xs */
@media (max-width: 767px) {
	.navbar .header_number{
		float: none;
		text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
	}
	.navbar .header_number a{
		background-color: #f3b111;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 2px;
        display:inline-block;
	}
    .form_spacer {
        padding-bottom:10px;
    }
    .secondarybg {
        margin-top:10px;
        padding-top: 10px;
        margin-bottom:10px;
        min-height: 280px;
    }
    #secure-lock {
        margin-bottom: 10px;
    }
    .quiz_form {
        padding-left:10px;
        padding-right:10px;
    }
    h1 {
        margin-top:10px;
        font-size: 24px;
    }
    h2 {
        font-size: 18px;
    }
    #brand {
        margin-top: 10px;
        margin-bottom: 0;
    }
    #brand img {
        margin:0 auto;
        max-height:50px;
    }
}