.clr {
    height: 10px;
}
.clr_2 {
    height: 20px;
}
.clr_3 {
    height: 30px;
}

body.no-page-title #sp-header {
    /* background: #fff; */
    background: none;
    position: absolute;
    box-shadow: none;
    left: 0;
    top: 1.5em;
    width: 100%;
    /* background: rgba(255,255,255,0.5); */
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #ffffff !important;
    font-weight: 500 !important;
}
.sp-megamenu-parent>li>a {
    color: #ffffff !important;
}



/* RSFORM */
#userForm3 label.col-sm-3.control-label.formControlLabel {
    display: none;
}
#userForm3 .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background: none !important;
    /* background-clip: padding-box; */
    border-bottom: 1px solid #ffffff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* border-radius: .375rem; */
    border-radius: unset;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}
#userForm3 #phone {
    box-shadow: none;
}
#userForm3 input::placeholder { /* Most modern browsers support this now. */
   color: #C8D9EF !important;
}

