form li label span {
    color: #FFF;
    margin: 0;
    font-size: 0.6em;
    font-style: italic;
}

.checkbox_wrap label {
    color: #FFF;
    font-size: 1.2em;
    font-weight: 300;
    max-width: 640px;
    margin: 10px auto;
}

.checkbox_wrap input {
    transform: scale(1.4);
    margin-right: 10px;
}

form input[type="text"],
form input[type="tel"] {
    padding: 5px 20px;
    font-size: 20px;
    height: unset;
    max-width: 640px;
    margin: 10px auto;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 4px solid !important;
    transition: all 0.5 linear;
    border-radius: 0;
}

form input[type="text"]:focus,
form input[type="tel"]:focus {
    border-color: #003761 !important;
}

form input[type="text"].required,
form input[type="tel"].required {
    border-color: #C30404 !important;
}

#inputitem_name label,
#inputitem_phone label,
#inputitem_contact,
#inputitem_email label {
    max-width: 640px;
    text-align: left;
    margin: 0 auto;
}

label.desc.textInput {
    font-size: 16px;
    text-align: left;
}

#inputitem_validZips .textInput {
    text-align: center;
}

#inputitem_addressIn .addressFound {
    border-color: #07bd76 !important;
}

#quizIndicator {
    text-align: center;
}

#quizIndicator * {
    display: none !important;
}

*:not(i),
form.eregner input {
    font-family: 'Montserrat', sans-serif;
}

label.lh1 {
    display: none;
}

.radiodiv-buttons {
    font-size: 1.4em;
    background: #fff;
}

.radiodiv-buttons.radioSelected {
    background: #003761;
    border: 1px solid #003761;
    transition: all 0.5s;
}

label.desc {
    color: #FFF;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}

form.eregner {
    padding: 0;
    margin: 0;
    box-shadow: none;
    color: #FFF;
    display: none;
}

.mainbody .transparent {
    background: none;
    margin: 5% auto;
}

h1,
h2,
h3,
h4,
.mainbody .transparent {
    color: #FFF;
}

#startBtnHolder button,
#quizIndicator .btn-success {
    background: #003761;
    color: white;
    border: none;
    border-radius: 0;
    padding: 10px 50px;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 30px;
}

#quizIndicator .btn-success {
    float: none !important;
    margin-top: 0;
    max-width: unset;
    width: auto;
    background: #003761 !important;
    border-color: #003761 !important;
}

.btn {
    max-width: 100% !important;
    white-space: pre-wrap;
}

.sliderlabelvalueholder>span {
    font-size: 1.2em;
    padding-right: 5px;
}

.ui-slider {
    margin: 5px 0;
    border: 1px solid #003761;
    border-radius: 0;
    background: #eaeaea;
}

.ui-slider .ui-slider-handle {
    border-radius: 100%;
    border: 2px solid #003761;
    background: #FFF;
    font-size: 1.5em;
    top: -10px;
    outline: 0px none;
    width: 1.2em !important;
    height: 1.2em !important;
}

.range>span {
    color: #FFF;
}

div.ui-slider-range-min {
    background: #003761;
}

#quizIndicator #nextBtn.showBtn {
    display: inline-block !important;
    background: #003761 !important;
    border-color: #003761 !important;
    max-width: 150px !important;
    float: none !important;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 1.2em;
}

#quizIndicator .quiz-btn.btn-success {
    display: inline-block !important;
}

@media screen and (max-width: 550px) {
     ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 16px;
    }
     ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 16px;
    }
     :-ms-input-placeholder {
        /* IE 10+ */
        font-size: 16px;
    }
     :-moz-placeholder {
        /* Firefox 18- */
        font-size: 16px;
    }
}

.container > .row:first-child {
background: #fff;
}

.mainbody {
    border: none;
    background-attachment: local;
    background-position-y: 35% !important;
}

#startBtnHolder button, #quizIndicator .btn-success {
  background: #ef7b10;
}

.radiodiv-buttons.radioSelected {
  background: #ef7b10;
  border: 1px solid #ef7b10;
}

div.ui-slider-range-min {
  background: #ef7b10;
}

.ui-slider .ui-slider-handle {
  border: 2px solid #ef7b10;
}

#quizIndicator #nextBtn.showBtn {
  background: #ef7b10 !important;
  border-color: #ef7b10 !important;
}

#quizIndicator .btn-success {
  background: #ef7b10 !important;
  border-color: #ef7b10 !important;
}

.mainbody {
  border: none;
  background-attachment: fixed;
  background-position-y: 20%;
}

/*.mainbody::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.55);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}*/

    #loadingTextsOverlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.85);
        left: 0;
        top: 0;
        overflow: hidden;
        z-index: 9999999;
        display: none;
    }

    #loadingTexts {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #progress {
        background: #d7d7d7;
        position: absolute;
        width: 100%;
        max-width: 300px;
        left: 50%;
        transform: translateX(-50%);
    }

    #loadingTexts > div > p {
        font-size: 26px;
        margin: 0 0 25px;
        display: none;
    }

    #loadingTexts > div > p:first-child {
        display: block;
    }

    #progress + p {
        padding-top: 25px;
        margin: 0;
    }

    #progressBar.loading {
        width: 100%;
    }

    #progressBar {
        background: #194835;
        width: 0%;
        height: 10px;
        transition: width 10s linear;
    }

    #loadingOverlay {
        display: none !important;
    }

    form li label > span:not(.sliderlabelvalueholder)  {
        display:block;
    }

@media screen and (max-width: 600px) {

.topbanner h3 {
text-align: center;
}

.topbanner img {
display: block;
margin: 0 auto 20px !important;
}

body.focus #inputitem_addressIn label {
display: none;
}
body.focus #inputitem_addressIn {
margin-top: -30px;
}

}