/* Space out content a bit */
* {
    margin: 0px;
    padding: 0px;
}

body {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
    /* Make the masthead heading the same height as the navigation */
    .header h3 {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 40px;
    }

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #757575;
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
}

.formRow {
    color: #6e6f71 !important;
}

.fweight {
    color: #337ab7 !important;
    font-weight: 600 !important;
}
/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }

    .containerMultistep {
        max-width: 770px !important;
    }
}


.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    height: 56.25%;
}

    .jumbotron .btn {
        padding: 14px 24px;
        font-size: 21px;
    }

/* Supporting marketing content */
.marketing {
    margin: 20px 0px 10px 0px;
}

    .marketing p + h4 {
        margin-top: 28px;
    }

.jumbotron video {
    width: 100%; /*!important;*/
    height: 312px !important;
    max-height: 312px !important;
    min-height: 312px !important;
    background-color: white;
    padding-bottom: 0%;
    margin-bottom: 0px;
}

.videoWrapper {
    object-fit: fill !important;
    float: none;
    clear: both;
    width: 100%; /*!important;*/
    position: relative;
    padding-bottom: 0%;
    margin-bottom: 0px;
    height: auto !important;
    margin-top: 5px;
}

.brightness_Backup {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'brightness\'><feColorMatrix type=\'matrix\' values=\'1.2 0 0 0 0 0 1.2 0 0 0 0 0 1.2 0 0 0 0 0 1.2 0\'/></filter></svg>#brightness"); /* Firefox 3.5+ */
    -webkit-filter: brightness(108.5%); /* Chrome 19+ & Safari 6+ */
}

.brightness {
    /*filter: brightness(108.5%);*/
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .jumbotron video {
        height: 312px;
        width: auto;
        max-height: 312px;
        min-height: 312px;
        background-color: white;
        padding-bottom: 0%;
        margin-bottom: 0px;
        margin-top: 5px;
    }
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }

    .container .jumbotron {
        background-color: #fff !important;
    }
}

.input-placeholder {
    position: relative;
}

    .input-placeholder input {
        padding: 10px;
        font-size: 13px;
    }

        .input-placeholder input:required:valid + .custom_placeholder {
            display: none;
        }

        .input-placeholder input:optional:not([value=""]) + .custom_placeholder {
            display: none;
        }

input:-webkit-autofill + .custom_placeholder {
    display: none;
}


select:-webkit-autofill + .custom_placeholder {
    display: none;
}

.select-placeholder select:valid + .custom_placeholder {
    display: none;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=number]::-moz-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
}


.select-placeholder {
    position: relative;
}

.custom_placeholder {
    position: absolute;
    pointer-events: none;
    top: inherit;
    bottom: 0;
    height: 25px;
    font-size: 14px;
    left: 13px;
    margin: auto;
    color: #6e6f71;
}

    .custom_placeholder .starSpan {
        color: #d93025;
        font-size: 12px;
        font-weight: 400;
    }

input::placeholder {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

label {
    font-size: 14px;
    color: #6e6f71;
}

.cl_red {
    color: #d93025;
}

.footer p {
    color: #6e6f71;
}

.footer a {
    color: #337ab7;
}

    .footer a span {
        color: #31618a;
    }

.footer .footer-img {
    width: 350px;
}

    .footer .footer-img img {
        width: 100%;
        height: auto;
    }

    .footer .footer-img table {
        margin-top: -18px;
    }


@media only screen and (max-width: 639px) and (min-width: 300px) {
    .footer .footer-img {
        width: 120px;
        float: left;
    }
}

.oneline_placeholder {
    left: 4px;
    font-size: 11px;
}

.twoline_placeholder {
    top: 0px;
    line-height: 12px;
    font-size: 11px;
}

@media only screen and (max-width: 639px) and (min-width: 300px) {
    .oneline_placeholder {
        left: 13px;
        font-size: 14px;
    }

    .twoline_placeholder {
        top: initial;
        line-height: initial;
        font-size: 14px;
    }
}

.content_left {
    width: 60%;
    float: left;
}

.content_right {
    width: 40%;
    float: left;
}

.cutom_checkbox {
    float: left;
    width: 50%;
}

.custom_label {
    float: left;
    padding-right: 5px;
}
.custom_check {
    float: left;
}

@media only screen and (max-width:499px) and (min-width:280px) {
    .divRideshare.content_left {
        width: 50%;
        float: left;
    }

    .divRideshare.content_right {
        width: 50%;
        float: left;
    }

    .divRideshare.cutom_checkbox {
        float: left;
        width: 50%;
    }

    .divRideshare.custom_label {
        float: left;
        padding-right: 5px;
    }

    .divRideshare.custom_check {
        float: left;
    }
}

.responsive_custom_placeholder {
    font-size: 12px;
    left: 6px;
}
.content_right_pref {
    width: 40%;
    float: left;
}

.content_left_pref {
    width: 70%;
    float: left;
}

.custom_label_Pref {
    float: left;
    padding-right: 2px;
}

@media only screen and (max-width:499px) and (min-width:280px) {
    .divComInfo.content_left_pref {
        width: 28%;
        float: left;
    }

    .divComInfo.content_right_pref {
        width: 25%;
        float: left;
    }

    .divComInfo.cutom_checkbox {
        float: left;
        width: 20%;
    }

    .divComInfo.custom_label_Pref {
        float: left;
        padding-right: 5px;
    }

    .divComInfo.custom_check {
        float: left;
    }
}

@media only screen and (max-width:399px) and (min-width:280px) {
    .divPreffcontact.content_left {
        width: 28%;
        float: left;
    }

    .divPreffcontact.content_right {
        width: 25%;
        float: left;
    }

    .divPreffcontact.cutom_checkbox {
        float: left;
        width: 20%;
    }

    .divPreffcontact.custom_label_Pref {
        float: left;
        padding-right: 0px;
    }

    .divPreffcontact.custom_check {
        float: left;
    }
}
@media only screen and (max-width:767px) and (min-width:300px) {
    section.personal-info .rowfield {
        width: 100%;
        display: grid;
    }

    section.personal-info .row.formRow {
        display: grid;
        border: 1px solid #d1d6db;
    }

    .select-placeholder select {
        position: relative;
        margin: 0px 0px 10px 0px;
    }

    .personal-info .marketing .col-lg-12, .marketing {
        padding: 0px !important;
    }

    .personal-info .row.formRow.ng-scope {
    }

        .personal-info .row.formRow.ng-scope .col-sm-4, .personal-info .rowfield.sfx.col-sm-3.exp, .personal-info .rowfield.sfx.col-sm-3, .personal-info div#Dvdob {
            width: 100%;
            max-width: 100%;
            margin-left: 0px !important;
        }

    .rowfield.col-sm-9.ng-scope section.personal-info .rowfield {
        display: block;
    }

    input::placeholder {
        font-size: 10px;
    }

    .personal-info .rowfield.sfx.col-sm-3.exp {
        padding: 0px !important;
    }

    section.personal-info .rowfield, .row.formRow.ng-scope .col-sm-8 {
        width: 100%;
        display: grid;
        max-width: 100%;
    }

    .rowfield.col-sm-9.ng-scope .custom_placeholder.mbfontsize7.ng-binding {
        font-size: 12px !important;
    }

    .row.section-header.ng-scope .col-sm-4 {
        font-size: 12px;
        padding: 0px;
    }

    .row.section-header button#btnsameaddr {
        float: left;
    }

    .oneline_placeholder {
        font-size: 14px;
    }

    .row.section-header .col-sm-7 {
        padding: 0px;
    }

    .select-placeholder select {
        margin: 0px 0px 0px 0px !important;
    }

    .rowfield.sfx.col-sm-1.Mtext_left {
        text-align: left;
    }

    .qqMultiAppCSS .rowfield.sfx.col-sm-3.exp {
        text-align: left;
        margin: 10px;
        margin-bottom: 0px;
    }

    .qqMultiAppCSS .row.section-header .row.col-sm-5 {
        max-width: 100%;
        width: 100%;
        float: left;
        display: contents;
    }

    .qqMultiAppCSS section.personal-info .rowfield {
        text-align: left !important;
        float: left;
    }

    .qqMultiAppCSS span.cl_red.ng-binding {
        display: contents;
    }

    .qqMultiAppCSS .checkboxagree.checkboxnewone input {
        margin-left: -20px !important;
    }

    .rowfield.sfx.col-sm-2.Mtext_left {
        text-align: left !important;
    }

    input#coappsocSecIncome::placeholder, input#ESignature::placeholder {
        color: #555;
        font-size: 13px;
    }

    #coappsocSecIncome, input#ESignature {
        padding: 5px 5px;
    }

    #ESignature {
        height: 41px;
    }
}