/**
 *
 * CCPA CSS - 12.16.2019 - Leveraged /data-privacy
 * mrubens@careered.com
 */

/* Bootstrap Override */
#siteContent .btn.focus, #siteContent .btn:focus, #siteContent .btn:hover {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 382px) and (min-width: 320px) {
    .labelBreak4 {
        padding-left: 44px;
    }
}

@media only screen and (max-width: 445px) and (min-width: 383px) {
    .labelBreak3 {
        padding-left: 45px;
    }
}

@media only screen and (max-width: 453px) and (min-width: 446px) {
    .labelBreak2 {
        padding-left: 44px;
    }
}
@media only screen and (max-width: 522px) and (min-width: 454px) {
    .labelBreak1 {
        padding-left: 44px;
    }
}

/*Progressbar*/
#progressbar {
    /*CSS counters to number the steps*/
    counter-reset: step;
    margin: 20px auto 30px auto;
    overflow: hidden;
    width: 80%;
}
#progressbar li {
    list-style-type: none;
    color: #27AE60;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    width: 25%;
    float: left;
    padding: 0;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    color: #333;
    background: #efefef;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    text-align: center;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #efefef;
    position: absolute;
    left: -50%;
    top: 20px;
    z-index: -1;
    /*put it behind the numbers*/
    text-align: center;
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
#progressbar li.disabled:before {
    color: #ccc;
}
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #27AE60;
    color: white;
    text-align: center;
}
.form-steps, .visitor_txt, .employee_txt, .resident_txt {
    display: none;
}
#siteContent div.panel[class*="pdr-panel-"] {
    /* Inline style needed to suppress */
    box-shadow: none;
    -webkit-box-shadow: none;
}
.panel {
    display: none;
}
.current {
    display: block;
}
.dynamic-form.em-form {
    padding: 20px 30px;
}
.dynamic-form.em-form .disclaimer {
    margin: 0 0 10px 0;
}
.form-field-element {
    margin-bottom: 10px;
}
.info .form-field-element {
    margin-bottom: 14px;
}
label {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}
.info label {
    margin-bottom: 2px;
}
input {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    width: 100%;
}
.field-validation-error {
    color: red;
    font-size: 12px;
}
.input-validation-error {
    border: 1px solid red;
}
.selected {
    color: #55b776;
    font-weight: 600 !important;
}
ol.radio {
    list-style: none;
    padding: 0;
}
.radio label {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
input[type="radio"] {
    display: none;
    margin-right: 15px;
}
input[type="radio"]:checked+span {
    background: #55b776;
    border: 1px solid #55b776;
}
input[type="radio"]+span {
    height: 20px;
    width: 20px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    background: #FFF;
    border: 3px solid #d2d2d2;
    border-radius: 100%;
    margin-right: 20px;
    margin-top: -4px;
}
input[type="radio"]+div:hover {
    border-color: #c2c2c2;
}
input[type="radio"]:checked+div {
    background: gray;
}
.radio.input-validation-error {
    border: none;
}
select {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    width: 100%;
}
.form-field-element-user-type {
    margin: 0 0 20px 0;
}
.radio {
    margin: 0;
}
ol.radio {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}
.radio input {
    position: relative !important;
    width: 5%;
}
.radio label {
    margin-left: 15px;
    padding-left: 0;
}
.request-type .form-field-element {
    margin-bottom: 4px;
}
.request-type .form-field-element label {
    font-weight: 400;
    margin-bottom: 0 !important;
}
.request-type input {
    display: none;
    float: left;
    width: 30px;
}
.request-type input:checked+span {
    background: #55b776;
    border: 3px solid #55b776;
}
.request-type input+span {
    height: 20px;
    width: 20px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    background: #FFF;
    border: 3px solid #d2d2d2;
    border-radius: 100%;
    margin-right: 20px;
    margin-top: -3px;
}
.form-field-element-ssn span.field-validation-error {
    display: block;
    padding-top: 2px;
}
.confirm input[type=checkbox] {
    float: left;
    width: 30px;
    margin-bottom: 50px;
    position: relative;
    top: -3px;
}
.i-label {
    font-size: 11px;
    font-weight: 400;
}
.form-field-element-ssn input {
    width: 65%;
}
.confirm label {
    font-weight: normal;
    font-size: 14px;
    margin-top: 20px;
}
.confirm .field-validation-error {
    display: block;
    margin-top: 5px;
}
.form-steps .wrapper {
    float: right;
}
.form-field-element-submit {
    clear: both;
}
button[name="Submit"], button[name="Submit"]:focus {
    background: #0065A4;
    border: none;
    color: #fff;
    display: block;
    font-family: "Trade Gothic W05","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    margin: 0 auto;
    padding: 8px 35px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    text-decoration: none;
    text-transform: uppercase;
}
.form-steps .back, .form-steps .next, .form-steps .back:focus, .form-steps .next:focus {
    background: #0065A4;
    border: none;
    color: #fff;
    display: inline-block;
    font-family: "Trade Gothic W05","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 8px 35px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    text-decoration: none;
    text-transform: uppercase;
}
.form-steps .back {
    display: none;
    margin: 0 5px 0 0;
}
a.back-lnk {
    display: none;
    margin: 0 auto;
    width: 44px;
}
button[name="Submit"]:hover, .form-steps .back:hover, .form-steps .next:hover {
    color: #fff;
}
.thankYou p {
    font-size: 28px;
    text-align: center;
    font-family: "Trade Gothic W05","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.25em;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    #progressbar {
        margin: 30px auto 20px auto;
        width: 100%;
        padding: 0;
    }    
    .form-field-element-ssn input {
        width: 100%;
    }
    .confirm input[type=checkbox] {
        margin-bottom: 120px;
    }
    .thankYou p {
        margin-bottom: 50px;
    }
}