/* 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;
    }
}