.hideInput,
input.hideInput{
    display: none;
}
.label-instruction{
    display: block;
    font-size: 0.8rem;
    opacity: 0.8;
}
.row.twoLines .appformLabel{
    height: auto;
    min-height: 50px;
}
.hebEmailError{
    display: none;
}
.hide-radio-inputs input[type="radio"]{
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    left: 0;
    opacity: .01;
    overflow: hidden;
    position: absolute;
    width: 1px;
    z-index: -1;
}
.hide-radio-inputs label.btn-basic{
    margin: 0.25rem 0.5%;
    text-align: center;
    vertical-align: top;
    width: 31%;
    word-wrap: break-word;
}
@media only screen and (max-width: 640px) {
    .hide-radio-inputs label.btn-basic{
        width: auto;
    }
}
.hide-radio-inputs label > img{
    display: block;
    margin: 0.5rem auto 0;
}
.hide-radio-inputs input[type="radio"]:checked + label.btn-basic,
.hide-radio-inputs input[type="radio"]:checked + label.btn-basic:hover{
    background: #FFCD0D;
    border-color: #DC941B;
}
.red {
    color: red;
}
.uline {
    text-decoration: underline;
}

.indent {
    padding-left: 1.5rem;
}

.termsContainer h1 {
    text-align: center;
}

.testPage:before {
    content: "";
    background-image: url("../img/TESTER_Header.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
}