.hero-container {
    z-index: 0;
    position: relative;
    background-color: #000;
    background-image: url(../images/family-pic-dark-min-03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    /*min-height: 500px;*/
    overflow: scroll;
    padding-top: 75px;
}
.hero-container__overlay-img {
  position: relative;
  z-index: 30;
}
.hero-container__overlay-img img {
  width: 100%;
  height: 100%;
}
.hero-container #insurance-logos p {
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    text-shadow: 0px 0px 10px rgba(250, 250, 250, 1);
}

.hero-container__main-heading h1 {
    color: #000;
    font-size: 1.85em;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
}

.hero-container__img {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.hero-container__text {
    position: relative;
    padding: 2em 0; /*5em*/
    width: 100%;
    z-index: 40;
}
.hero-container__main-heading {
    text-shadow: 0px 0px 15px rgba(250, 250, 250, 1);
    color: #000;
}
.qf-form-container {
    border: none;
    background-color: rgba(218, 218, 218, 0.7);
    margin-bottom: 20px;
}
div[data-form="zipcode"]{
    background-color: transparent;
    padding: 0;
}
.qf-form-container.quoter2 {
    background-color: rgba(255, 255, 255, 0.8) !important;
    padding: 0px 30px 30px 30px;
}
p.lined-separator {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 200px;
    margin: 10px auto;
    font-size: 14px;
}
p.lined-separator span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    position: relative;
    padding: 0 20px;
}
p.lined-separator span:before, p.lined-separator span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0.73em;
    border-top: 1px solid #000;
}
p.lined-separator span:before {
    right: 100%;
}
p.lined-separator span:after {
    left: 100%;
}
label {
    width: 100%;
}
#form-container {
    margin-bottom: 20px;
}
#sidebar .qf-form-sidebar {
    background-color: #fff;
    background-color: rgba(218, 218, 218, 0.7);
    border-radius: 10px;
    font-size: 18px;
    padding: 20px;
}
#sidebar div[data-form="results"] p,
#sidebar div[data-form="final"] p,
#sidebar div[data-form="finalnp"] p {
    font-size: 10px;
}
#sidebar div[data-form="zipcode"] {
    margin: 0;
}
#sidebar h2, #sidebar h3 {
    font-size: 20px;
}
#sidebar p {
    line-height: normal;
}
#sidebar ol,
.right-sidebar ol,
#sidebar ul,
.right-sidebar ul  {
    padding-left: 0;
    font-size: 15px;
    line-height: normal;
    list-style-type: none;
}
#sidebar ol > li,
.right-sidebar ol > li,
#sidebar ul > li,
.right-sidebar ul > li {
    margin-bottom: 15px;
    background-image: url(../images/check-mark-sm.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-bottom: 5px;
}
#zipcode,
.form-group input,
.form-group textarea {
  width: 285px;
  height: 60px;
  border-radius: 0;
  border: 3px solid #c6c8c6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.dob {
	text-align: right;
	font-size: 13px;
	margin-right: 10px;
}
#form-3 input,
#form-4 input {
    width: 100%;
}
#zipcode:hover,
.selectbox select:hover,
.form-group input:hover,
.toggle:hover {
    border: 3px solid #79c879;
}
.testimonial-stack,
.hw-simple-testimonial-extra {
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.hw-simple-testimonial {
    padding-top: 0;
}
.hw-simple-testimonial-extra {
    border-bottom: 0;
    padding-bottom: 0;
}
.hw-simple-testimonial hr {
    border-top: 1px solid #666;
}
#sidebar div[data-form="zipcode"] div.testimonial-stack:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.testimonial-stack p,
.hw-simple-testimonial-extra p {
    font-size: 14px;
    text-indent: initial;
}
.testimonial-stack .img-circle,
.hw-simple-testimonial-extra .img-circle {
    border: 2px solid #e0e0e0;
    float: left;
    margin: 0 15px 10px 0;
    display: block;
}
.hw-simple-testimonial-testimonial:before {
    display: none;
}
/* General button style (reset) */
.btn-c {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: #f05e21;
    cursor: pointer;
    padding: 15px 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.btn-c:hover {
    background: transparent;
}
.btn-c:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* Button 1 */
.btn-1 {
    color: #fff;
}
/* Button 1c */
.btn-1c:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #79c879;
}

.btn-1c:hover,
.btn-1c:active {
    color: #ffffff;
}

.btn-1c:hover:after,
.btn-1c:active:after {
    width: 100%;
}
/* Button 1b */
.btn-1b:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #fff;
}

.btn-1b:hover,
.btn-1b:active {
    color: #0e83cd;
}

.btn-1b:hover:after,
.btn-1b:active:after {
    height: 100%;
}
/*========== FORM STEP 2 ===========*/
.form-group {
    overflow: hidden;
    margin-bottom: 20px;
}
.form_heading {
    margin-bottom: 20px;
}
.form-inline .form-group {
    width: 49%;
    margin-bottom: 20px;

}
.form_container {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-color: rgba(218, 218, 218, 0.5);
    padding: 20px;
    border-radius: 10px;
}
.form_container h1 {
    font-family: 'Roboto Slab', serif;
    margin-top: 0;
}
.form-group label {
    font-family: 'Roboto Slab', serif;
    font-size: 1.5em;
}

.selectbox select {
    height: 60px;
    width: 100% !important;
    border: 3px solid #c6c8c6;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-left: 12px;
    padding-right: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
    letter-spacing: 1px;
}
#secure-logos {
    text-align: center;
    /*background-color: #fff;*/
    margin-top: 10px;
    border-radius: 5px;
    padding: 5px;
}
#sidebar #secure-logos {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}
.home #sidebar #secure-logos {
    display: none;
}
#secure-logos .margin-bottom {
	margin-bottom: 10px;
}

#secure-logos img {
    background: transparent;
    width: auto;
    min-height: 50px;
    margin: 0px auto;
    text-align: center;
}
#secure-logos h4{
	margin-top: 0px!important;
	margin-bottom: 15px;
	text-shadow: 8px 8px 9px 9px #fff;
	font-weight: 600;
	font-size: 16px;
}
span.side-btn-text {
    margin-left: 10px;
    font-size: 16px;
}
/*=============== FORM STEP 3 =================*/
.toggle {
    overflow:visible;
    width: 49%;
    float: left;

    border: 3px solid #c6c8c6;
    color: inherit;
    background: #ffffff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
#height, #weight {
    width: 49%;
    float: left;
}
.form-group #male,
#height {
    margin-right: 8px;
}
#smoker {
    clear: both;
}
.toggle:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.toggle label {
    width:100%;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.toggle label span {
    text-align:center;
    padding: 15px 20px;
    display:block;
    cursor: pointer;
}

.toggle label input {
    position:absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.toggle .input-checked /*, .bounds input:checked + span works for firefox and ie9 but breaks js for ie8(ONLY) */ {
    background-color:#79c879;
    color: #fff;
}
/*============= QF HELPER =================*/
.helper-container {
    margin-bottom: 20px;
    font-size: 1.15em;
    overflow: hidden;
    border: 1px solid #dcdcdc;
}
.helper-label,
.qf-helper {
    padding: 15px;
}
.helper-label {
    text-transform: uppercase;
    background-color: #79c879;
    color: white;
    font-weight: bold;
}


a.recalculate.qf-btn.pull-right {
    padding: 10px;
}

span.slider-label {
    display: block;
}
/*============= MEDIA QUERIES =================*/
@media (min-width: 68.75em) {

    .hero-container__text {
        max-width: 100%;
    }
    .hero-container__img {
        opacity: 1
    }
    .hero-container__main-heading h1 {
        font-size: 2.5em;
    }
}
@media (min-width: 80.75em) {

    .hero-container__overlay-img img {
        display: block
    }
}
@media (min-width: 768px) {
    /*#secure-logos .col-sm-4:first-child {
        text-align: left;
    }
    #secure-logos .col-sm-4:last-child {
        text-align: right;
    }*/
    #sidebar #secure-logos div:first-child {
		text-align: right;
	}
	#sidebar #secure-logos div:last-child {
		text-align: left;
	}
}
@media (min-width: 992px) {
    #sidebar .col-sm-12.col-md-offset-6.col-md-6 {
        padding-left: 0;
    }
}
@media (max-width: 1199px) {
    .qf-form-container .qf-btn {
        padding: 10px 8px;
    }
}
@media (max-width: 991px) {
    .hero-container {
        height: auto;
    }
    .form-inline .form-group {
        width: 100%;
    }
    .hero-container {
        background-image: url(../images/pic-dark-flipped-min-03.jpg);
        background-attachment: fixed;
        background-position: right;
    }
    .right-sidebar .form-group input,
    .right-sidebar .form-group textarea {
        width: 100%;
    }
}
@media (min-width:768px) and (max-width: 991px) {
    .featured-box .price {
        font-size: 14px;
    }
	h3.text-center.col-xs-12 a {
    display: block;
}
}
@media (max-width: 767px) {
	h3.text-center.col-xs-12 a {
    display: block;
}
    .hero-container {
        background-image: none;
        background-color: #ffffff;
        padding-top: 0;
    }
    #secure-logos img {
        margin-bottom: 15px;
    }
    .qf-form-heading div[class*="col-"] {
        padding: 0 15px;
    }
    .form-group input[type="checkbox"] + label span {
        margin-left: 0px;
    }
    .btn-social {
        text-align: left !important;
    }
    .qf-form-container.quoter2 {
    	padding-bottom: 0;
    	margin-bottom: 0;
    }
    .quoter2 #secure-logos {
    	margin-top: 30px;
    }
    .header-humanoid img {
	    width: 100px;
	}
}
@media (max-width: 485px) {
    .toggle {
        width: 100%;
        margin-bottom: 15px;
    }
    #height, #weight {
        width: 100%;
    }
}
@media (max-width: 479px) {
    span.side-btn-text {
        width: 100%;
        display: block;
        margin: 10px 0;
    }
    .hero-container{background-image:none !important;}
}



.test-quoter .hw-simple-testimonial-extra p:nth-child(1),
.test-quoter .hw-simple-testimonial-extra p:nth-child(2),
.test-quoter .hw-simple-testimonial-extra p:nth-child(3),
.test-quoter .hw-simple-testimonial-extra p:nth-child(4),
.test-quoter .hw-simple-testimonial-extra hr {
    display: none;
}

.quoter-heading {
    padding: 0px 30px;
}
.home .quoter-heading {
    padding: 0;
}
.home .quoter-heading .zipcode h1 {
    margin-top: 0;
    padding-top: 0;
}
#form-container {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    /*font-size: 18px;*/
    min-height: 300px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.home .qf-form-container.quoter2 {
    padding: 0;
    background-color: transparent !important;
}
.qf-form-container {
    background-color: transparent !important;
}


.insertion-form .form-group.field input {
    width: 100%;
}
.insertion-form .form-group .radio {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.insertion-form .form-group .radio label {
    font-size: 16px;
    line-height: 1.15;
}
.insertion-form .form-group .radio label > input {
    width: auto;
    height: auto;
    position: relative;
    top: -5px;
    margin-right: 14px;
    left: 2px;
    display: block;
    float: left;
}
.insertion-form .form-group.field.field-fileupload input {
    border: none;
}