.jobmodal-block form input[type="email"] {
    background: #F9F9FE;
}

.jobmodal-block form .field_wrap.__checkbox .input_wrap label {
    position: relative;
    padding: 0 30px 0 30px;
    color: #294054;
    font-size: 1em;
}

.field_wrap.__checkbox>label,
.field_wrap.__checkbox>.input_wrap>label {
    position: relative;
    margin-bottom: 10px;
    color: #1472aa;
    display: block;
    cursor: pointer;
    font-size: 18px;
}

.__textpage img {
    width: auto;
    min-width: 0;
}

select.error {
    border: 1px solid #e84826;
    background: #ffe5e0;
}

.usercontent .field_wrap.__compress_bottom {
    margin-bottom: 0;
}

.usercontent .field_wrap.__compress_top,
.usercontent .submit_wrap.__compress_top {
    margin-top: 0;
}

#success_feedback,
.success_feedback {
    background-color: #82d870 !important;
    border: 1px solid #008000;
    padding: 15px;
}

#success_feedback ul li {
    color: #008000;
}

#success_feedback ul li::before {
    content: '\e948';
    color: #008000;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    background: transparent;
    width: auto;
    height: auto;
}

#__ba_panel {
    display: inline-block;
}

#warning_feedback,
.warning_feedback {
    background-color: #d89034 !important;
    border: 1px solid #807300;
    padding: 15px;
}

#warning_feedback ul li {
    color: #807300;
}

#warning_feedback ul li::before {
    content: '\e948';
    color: #807300;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    background: transparent;
    width: auto;
    height: auto;
}

.__margin_top {
    margin-top: 15px;
}



button.__next.__submit[disabled],
button.__next.__submit[disabled]:hover {
    background-color: lightgray;
    color: gray;
    cursor: not-allowed;
}

button.__next.__submit[disabled]::after,
button.__next.__submit[disabled]:hover::after {
    content: '';
}

.response_text a {
    display: inline;
}

p.no_bottom_margin {
    margin-bottom: 0;
}


/* adding layouts for findings search */
.findings-search {
    padding: 120px 0;
}

.findings-results {
    padding: 40px;
    margin: 40px 0;
    background: #fff;
}

.findings-results h6 {
    color: #424242;
    margin: 0;
}

.findings-results p {
    color: #b5b5b5;
    padding: 0 0 20px 0;
}

.submit_wrap.__smallerbutton {
    margin: 10px 0;
    width: auto;
}

.findings-results-title {
    margin: 0 0 30px 0;
}

.findings-results-title h5 {
    font-weight: 600;
}

.findingspage-wrap {
    padding: 100px 0;
}

.findingspage-topinfo {
    margin: 0 0 30px 0;
}

.findingspage-topinfo h6 {
    color: #178ed5;
    margin: 0;
}

.findingspage-topinfo p {
    color: #b5b5b5;
    padding: 0 0 20px 0;
}

.findingspage h1 {
    line-height: 1.2em;
}

.findingspage h3 {
    color: #178ed5;
    font-size: 24px;
    font-weight: 600;
}


/* findings search css */
.findings-search input[type="text"] {
    border: 2px solid #a2dcff;
}

.findings-search input[type="text"].picker__input {
    width: 100% !important;
    /* background-image: none; */
}

.selectBox {
    border: 2px solid #a2dcff;
}

.selectBox-dropdown.selectBox-menuShowing {
    border: 2px solid #376fb5c4;
}

.selectBox-options li a {
    cursor: pointer;
}

.env-warning-banner {
    width: 100%;
    height: 50px;
    text-align: center;
    background: red;
    color: white;
}


.banner.__home .banner-image {
    display: none;
}

@media (min-width: 992px) {
    .banner.__home .banner-image {
        display: block;
    }
}
