/*
1. #captcha span.imgDisplay img#base64Img { ==> decreased margin-left 28px to 13px
2. [class*=col-] { ==> added padding-left:0;width:auto;
3. @media (max-width:760px) { [class*=col-] {  ==> added padding-left:0;width:auto;
*/
body,
button {
    font-family: Montserrat, sans-serif
}

button,
a,
button {
    text-decoration: none
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


body {
    text-align: center;
    font-weight: 400;
    letter-spacing: .035em
}

.form-page {
    /*margin: 0px auto;*/
    padding: 0 0px;
    max-width: 1000px
}

.form-content {
    border: solid .5px #0b4c88;
    padding: 15px;
    /*margin-left: -35px;*/
}

.form-page p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding-bottom: 10px
}

.form-group {
    margin: 20px auto 0
}

h1 {
    color: #1a415d;
    font-weight: 600;
    font-size: 32px
}

h2 {
    color: #1a415d;
    font-weight: 600;
    font-size: 25px;
    text-align: left;
}

.controls {
    text-align: left;
    position: relative
}

    .controls button,
    .controls input[type=text],
    .controls input[type=email],
    .controls input[type=number],
    .controls input[type=date],
    .controls input[type=tel],
    .controls select,
    .controls textarea {
        padding: 6px;
        border: 1px solid #c6c6c6;
        width: 100%;
        color: #1a415d;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        font-weight: 300;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
        letter-spacing: .1em
    }

        .controls:focus,
        .controls button:hover,
        .controls input[type=text]:focus,
        .controls input[type=text]:hover,
        .controls input[type=email]:focus,
        .controls input[type=email]:hover,
        .controls input[type=number]:focus,
        .controls input[type=number]:hover,
        .controls input[type=date]:focus,
        .controls input[type=date]:hover,
        .controls input[type=tel]:focus,
        .controls input[type=tel]:hover,
        .controls select:focus,
        .controls select:hover,
        .controls textarea:focus,
        .controls textarea:hover,
        .controls select option:hover {
            outline: 0;
            border-color: #1a415d
        }

            .controls button:focus + label,
            .controls button:hover + label,
            .controls input[type=text]:focus + label,
            .controls input[type=text]:hover + label,
            .controls input[type=email]:focus + label,
            .controls input[type=email]:hover + label,
            .controls input[type=number]:focus + label,
            .controls input[type=number]:hover + label,
            .controls input[type=date]:focus + label,
            .controls input[type=date]:hover + label,
            .controls input[type=tel]:focus + label,
            .controls input[type=tel]:hover + label,
            .controls select:focus + label,
            .controls select:hover + label,
            .controls textarea:focus + label,
            .controls textarea:hover + label {
                color: #1a415d;
                cursor: text
            }

    .controls .fa-sort {
        position: absolute;
        right: 14px;
        top: 35px;
        color: #999;
        z-index: 0;
    }

    .controls select {
        -moz-appearance: none;
        -webkit-appearance: none;
        cursor: pointer
    }

    .controls label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 400;
        font-size: 12px;
        color: #1a415d;
    }

        .controls label.radio {
            padding-left: 30px;
        }

        .controls label.active {
            top: -11px;
            color: #555;
            background-color: #fff;
            width: auto
        }

    fieldset input[type='radio'],
    fieldset label.radio,
    .controls label {
        cursor: pointer;
    }

    .controls textarea {
        resize: none;
        height: 130px
    }

/* .required label:after {
    content: "*";
    padding-left: 6px;
    color: #B70101
} */

.alert-danger,
.alert-success {
    padding: 25px;
    margin-top: 15px
}

/* .required input,
.required select {
    border-color: #e9afaf!important
} */

.red {
    color: #B70101
}

.alert-success {
    background: #7CB342;
    color: #fff
}

    .alert-success a {
        color: #FFEB3B;
        transition: .2s
    }

        .alert-success a:hover {
            color: #FFC107
        }

.alert-danger {
    background: #B71C1C;
    color: #fff
}

    .alert-danger a {
        color: #FFEB3B;
        transition: .2s
    }

        .alert-danger a:hover {
            color: #FFFF8D
        }

.last-area {
    margin-top: 10px !important
}

button {
    color: #fff !important;
    background: #1a415d;
    border: 1px solid #1a415d !important;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 22px;
    font-weight: 700 !important;
    margin: 15px auto;
    display: inline-block;
    min-width: 120px;
    transition: .25s;
    cursor: pointer;
    max-width: 205px;
    left: 0;
    right: 0;
    width: 80% !important;
    margin-left: -5px;
}

.clear:after,
.grid:after {
    content: "";
    display: table;
    clear: both
}

button:hover {
    color: #fff !important;
    background: #1a415d
}

.grid {
    background: transparent !important;
}

[class*=col-] {
    float: left;
    padding-right: 10px;
    padding-left: 0;
    width: auto;
}

.grid[class*=col-]:last-of-type {
    padding-right: 0
}

.col-2-3 {
    width: 66.66%
}

.col-2-4 {
    width: 75%
}

.col-1-3 {
    width: 33.33%
}

.col-1-1 {
    width: 100%
}

.col-1-2 {
    width: 50%
}

.col-1-4 {
    width: 25%
}

@media (max-width:760px) {
    .col-1-1,
    .col-1-2,
    .col-1-3,
    .col-1-4-sm,
    .col-2-3 {
        width: 100%
    }

    [class*=col-] {
        padding-right: 0;
        padding-left: 0;
        width: auto;
    }

    .footer-container {
        display: block !important
    }

    .logo-container {
        width: 80% !important;
        margin: 40px auto !important;
        max-width: 200px
    }

    a.warranty-attach {
        display: flex;
        text-align: right;
        font-weight: 500;
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-top: -36px !important;
        margin-left: auto !important;
    }

    .form-content {
        border: solid .5px #0b4c88;
        margin-left: 0px;
    }

    .controls button, .controls input[type=text], .controls input[type=email], .controls input[type=number], .controls input[type=date], .controls input[type=tel], .controls select, .controls textarea {
        margin-bottom: 0px;
        width: 95%;
    }

    #options {
        padding-left: 0px;
    }

        #options.tabbable.tabls-left > .nav-tabs {
            min-width: 330px;
            width: 100%;
            margin-left: 0px;
            padding-bottom: 5px;
        }

    #loading button {
        margin-top: 50% !important;
    }
}

.col-1-8 {
    width: 12.5%
}

.logo-container {
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0;
    width: 14%;
    height: auto;
    cursor: pointer;
    overflow: visible;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    vertical-align: middle
}

    .logo-container:hover .overlay {
        opacity: 1;
        width: 100%;
        height: 100%;
        display: block
    }

    .logo-container:hover span {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: transform .5s ease, opacity 1.3s ease;
        transition: transform .5s ease, opacity 1.3s ease
    }

    .logo-container .overlay,
    .logo-container span {
        position: absolute;
        margin: auto;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0
    }

    .logo-container .overlay {
        background: #fff;
        width: 0;
        height: 0;
        -webkit-transition: .4s ease;
        transition: .4s ease;
        z-index: 99
    }

    .logo-container span {
        color: #1a415d;
        text-align: center;
        z-index: 999;
        height: 30px;
        line-height: 22px;
        font-size: 18px;
        font-weight: 500;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: transform .5s ease, opacity .7s ease;
        transition: transform .5s ease, opacity .7s ease
    }

.footer-title {
    width: 100%;
    max-width: 960px;
    margin: 25px auto 20px;
    padding-top: 25px;
    text-align: center;
    color: #233c4f;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.logo-container .twolines {
    top: -15px
}

h3.family-title {
    transition-duration: .25s;
    font-weight: 600;
    color: #bec2cc
}

    h3.family-title:hover {
        text-decoration: none;
        color: #1a415d
    }

.footer-container {
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    margin: 0 auto;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    padding: 1px 0;
    align-items: center;
    min-height: 130px
}

.Emerald-Logo,
.Express-logo,
.Freedom-logo,
.Pacific-Logo,
.Pacific-Logo-1,
.Regent-logo,
.logo-container img {
    fill: #b3b2c1
}

    .DRH-logo:hover,
    .Emerald-Logo:hover,
    .Express-logo:hover,
    .Freedom-logo:hover,
    .Pacific-Logo-1:hover,
    .Pacific-Logo:hover,
    .Regent-logo:hover {
        fill: #f1f0f5;
        transition-duration: .25s
    }

.vert-divider {
    width: 2px
}

#DRH-logo {
    width: 80%;
    max-width: 200px;
    margin: 40px auto 10px
}

select::-ms-expand {
    display: none
}

form.dropzone {
    margin: 20px auto;
    padding: 0 20px 30px 25px;
    max-width: 948px;
    display: block;
    text-align: center;
}

div#images {
    border: 1px solid #c6c6c6;
    width: 100%;
    height: 150px;
    display: flex;
    cursor: pointer
}

label.error {
    top: 25px;
    color: #f15656 !important;
    width: auto;
    z-index: 1;
    border-radius: 5px;
}

button.disabled,
button.disabled:hover {
    background: #888 !important;
    color: #fff !important
}

.controls select[disabled] {
    background-color: #fff
}

#noAddress {
    width: 23px;
    height: 25px;
    cursor: pointer
}

label.noAddress {
    margin-top: -7px !important;
    margin-left: 15px !important;
    background-color: rgba(255, 255, 255, 0) !important;
    color: #555;
    cursor: pointer
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite
}

#captcha span.imgDisplay img#base64Img {
    width: 200px;
    height: 80px;
    border-radius: 5px;
    margin-top: -15px;
}

.center {
    margin: auto;
    width: 100%
}

form#frmCamptcha {
    align-items: flex-start
}

    form#frmCamptcha i.material-icons {
        color: #1a415d;
        font-size: 37px;
    }

        form#frmCamptcha i.material-icons:hover {
            background-color: #bcb9b9a3;
            width: 37px;
            height: 36px;
            border-radius: 5px;
        }

    form#frmCamptcha p {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        padding-bottom: 0px !important;
    }

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

div.captcha label.error,
#captchaText-error {
    /*top: 128px !important;
    padding-left: 6px !important;
    margin-left: 25px !important;*/
    margin-left: -199px;
    position: relative;
}

#CaptchaWord-error {
    margin-top: 120px;
    margin-left: 10px
}

a.warranty-attach {
    display: flex;
    text-align: right;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: -53px;
    margin-left: 73%;
}

.material-icons {
    font-feature-settings: 'liga';
    color: #0b4c88;
}

select option {
    padding: 7px;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    select option:hover {
        padding: 7px;
        width: 100%;
        font-family: Montserrat, sans-serif;
        font-weight: 300;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
        background-color: #1E90FF !important;
        color: white;
    }

#eac-container-housenumber {
    margin-top: -17px !important;
}

    #eac-container-housenumber ul {
        overflow-y: auto;
        max-height: 438px;
    }

.force-display {
    display: block !important;
}

.easy-autocomplete-container ul {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .easy-autocomplete-container ul li {
        word-spacing: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        display: inline-block;
        text-align: start;
        margin: 0em;
        font: 400 13.3333px Arial;
        font-size: 18px;
        width: 100%;
    }

        .easy-autocomplete-container ul li.selected,
        .easy-autocomplete-container ul li:hover {
            background-color: #1E90FF !important;
            color: white !important;
            cursor: pointer !important;
        }

label#requesDetail-error {
    margin-top: 105px !important;
}

.swal2-content div.easy-autocomplete-container {
    width: 95% !important;
    margin-left: 13px;
}

    .swal2-content div.easy-autocomplete-container ul li,
    .swal2-content div.easy-autocomplete-container ul li:hover {
        background-color: #28445a !important;
        color: white !important;
    }

.swal2-actions {
    margin-top: 65px !important;
}

    .swal2-actions button {
        font-family: Montserrat, sans-serif;
        font-weight: normal !important;
        font-size: 12px !important;
    }

.contact-info {
    position: inherit;
}

.hide {
    display: none !important;
}



.findHouseLabel {
    background-color: transparent;
    z-index: 99;
    position: absolute;
    margin-top: -56px;
    color: #999 !important;
    font-size: 16px;
    margin-left: 5px;
}

.findHouseLabelNo {
    background-color: transparent;
    z-index: 99;
    position: absolute;
    margin-top: -56px;
    color: #999 !important;
    font-size: 16px;
    margin-left: 5px;
}

label#requesDetail-error {
    margin-top: 114px !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .findHouseLabel {
        color: rgb(153, 153, 153) !important;
        font-size: 16px;
        margin-top: 5px;
        margin-left: -700px;
        position: absolute;
        z-index: 99;
    }

    .findHouseLabelNo {
        background-color: transparent;
        z-index: 99;
        position: absolute;
        margin-top: -56px;
        color: #999 !important;
        font-size: 16px;
        margin-left: 5px;
    }

    .form-content {
        border: solid .5px #0b4c88;
        margin-left: 0px;
    }

    .controls button, .controls input[type=text], .controls input[type=email], .controls input[type=number], .controls input[type=date], .controls input[type=tel], .controls select, .controls textarea {
        margin-bottom: 0px;
        width: 95%;
    }

    .tabs-left > .nav-tabs {
        min-width: 330px;
        width: 100%;
        padding-left: 0 !important;
    }

    #options {
        padding-left: 0px;
    }
}

#captcha {
    padding-bottom: 15px;
}

    #captcha span.imgDisplay img#base64Img {
        width: 200px;
        height: 80px;
        border-radius: 5px;
        background: #0b4c88;
        margin-left: 13px;
        margin-top: 15px;
    }

    #captcha .captcha-code #captchaText {
        width: 200px;
        margin-left: 11px;
    }

    #captcha .captcha-code .material-icons {
        margin-left: 10px;
    }

    #captcha .actions {
        margin-top: 30px;
    }

    #captcha .captcha-code .material-icons.correct {
        color: green;
    }

    #captcha .captcha-code .material-icons.error {
        color: red;
    }

select option {
    padding: 7px;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    select option:hover {
        padding: 7px;
        width: 100%;
        font-family: Montserrat, sans-serif;
        font-weight: 300;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
        background-color: #1E90FF !important;
        color: white;
    }

#eac-container-FindHouseNumber,
#eac-container-FindHouseNumberLease {
    margin-top: -17px !important;
}

    #eac-container-FindHouseNumber ul,
    #eac-container-FindHouseNumberLease ul {
        overflow-y: auto;
        max-height: 338px;
        color: #0b4c88;
        margin-top: 17px;
    }

        #eac-container-FindHouseNumber ul li,
        #eac-container-FindHouseNumberLease ul li {
            font-size: 14px;
        }

.force-display {
    display: block !important;
}

.easy-autocomplete-container ul {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .easy-autocomplete-container ul li {
        word-spacing: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        display: inline-block;
        text-align: start;
        margin: 0em;
        font: 400 13.3333px Arial;
        font-size: 18px;
        width: 100%;
    }

        .easy-autocomplete-container ul li.selected,
        .easy-autocomplete-container ul li:hover {
            background-color: #1E90FF !important;
            color: white !important;
            cursor: pointer !important;
        }

#SendMyInformation-error,
#DeleteMyInformation-error {
    position: absolute;
    margin-left: 5px;
    display: inline-block;
    margin-top: 0px;
}

fieldset label,
label[for="SendMyInformation"],
label[for="DeleteMyInformation"] {
    vertical-align: top;
    margin-top: 12px;
    margin-left: 5px;
}

fieldset {
    margin-top: -12px;
}

input.largerCheckbox {
    width: 24px;
    height: 30px;
}

.swal2-popup {
    width: 60em !important;
}

.modal-title {
    color: #1a415d;
}

.modal-text-confirm {
    font-size: 14px;
    color: black;
    width: 100%;
}

.swal2-content {
    margin-top: 25px !important;
    height: 135px !important;
}

.swal2-popup,
.swal2-actions {
    margin: 0 !important;
}

.swal2-confirm,
.swal2-cancel {
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 999;
}

    #loading button {
        margin-top: 35%;
    }
