/*   BODY  */

html {
    width: 100%;
}
/*   QUOTE ELEMENTS   */

label {
    margin-top: 0.9375rem;
}

label .smaller {    
    font-size: 1rem!important;
}

input[type=radio] {
    display: none;
    margin: 0.625rem;
}

    input[type=radio] + label {
        float: left;
        width: 100%;
        height: auto;        
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        display: block;
        border: 0.0625rem solid #0971b0;
        color: #494949;
        cursor: pointer;
        margin: 0 0.9375rem 0.9375rem 0;
        padding: 0.9375rem;
    }

    input[type=radio]:checked + label {
        color: #fff;
        background: #0971b0;
    }

    /*input[type=radio]:hover + label {
    }*/
    
    textarea,
    input[type="input"],
    input[type="email"],
    input[type="password"],
    input[type="text"],
    input[type="number"],
    input[type="date"] {
        float: left;
        width: 100%;
        height: auto;        
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        display: block;
        border: 0.0625rem solid #0971b0;
        color: #494949;
        cursor: pointer;
        margin: 0 0.9375rem 0.9375rem 0;
        padding: 0.9375rem;
    }

    .yes-no {
        /* display: flex; */
        justify-content: space-between;
    }

    .yes-option {
        width: 48%!important;
        max-height: 3.75rem;
        margin: 0 0 0.9375rem 0;
    }

    .no-option {
        width: 48%!important;
        max-height: 3.75rem;
        margin: 0 0 0.9375rem 0 !important;
    }
    
        /*select:hover,
        input[type="text"]:hover,
        input[type="number"]:hover,
        input[type="email"]:hover,
        input[type="date"]:hover,
        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="number"]:focus,
        input[type="date"]:focus {
        }*/

.searchbar {
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-position: center right 0.9375rem;
}

select {
    float: left;
    width: 100%;
    height: auto;        
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    display: block;
    background: url('../images/dropdownn-icon.png');
    background-repeat: no-repeat;
    background-position: center right 0.9375rem;
    border: 0.0625rem solid #0971b0;
    color: #494949;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.0625rem;
    text-overflow: '';
    margin: 0 0.9375rem 0.9375rem 0;
    padding: 0.9375rem;
}

select::-ms-expand {
    display: none;
}

.calendar {
    background: url('../images/calendar.png');
    background-repeat: no-repeat;
    background-position: center right 0.9375rem;
}

.dob {
    display: flex;
    justify-content: space-between;
}

.dob-fields {
    margin-right: 0!important;
    width: 31%!important;
}

::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    display: none!important;
    color:rgba(204,204,204,0)!important;
}

/*   CTAs */

.ctaBtn, .ctaBtn a:link, .ctaBtn a:visited {
    float: right;
    min-width: 11.2em;
    background: #F08A00;    
    background-image: url('../images/cta-icon-primary.svg');    
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 15px top 12px;
    border: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    vertical-align: middle;
    color: #FFF;
    padding: 1rem;
    flex-grow: 1;
    padding: 18px 20px;
    line-height: 20px;
    text-align: left;
}

fieldset {
    border: none;
}

/*   MEDIA QUERIES   */

@media (max-width: 576px) {	
}

@media (max-width: 768px) {	
}

@media (max-width: 992px) {	
}



#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    float: left !important;
    width: auto !important;
    font-size: 1.125rem !important;
    background: red !important;
    border: .125rem solid red !important;
    border-radius: 10rem !important;
    color: #312e35 !important;
    padding: .875rem 2.5rem !important;
}