

html {
    height: 100%;
    width: 100%;
}

body {
    color: #0b1f66;
    height: 100%;
    min-width: 320px;
    font-family: "Whitney A", "Whitney B" !important;
    font-weight: 400;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
form {
    font-weight: 300;
}
p, ul {
    font-weight: 400;

}
label, legend {
    font-weight: 600;
    font-size: 13px;
    color: #697180
}

.labelhide{
    color: #ffffff;
}

.labelfocus {
    color: #0B1F66;
}

.labelfilled{
    color: #697180;
}

ul {
    padding: 0 0 0 .8em;
}
li {
    list-style: none;
}
.container-fluid, .container {
    position: relative;
}
.container {
    width: 100%; /*90%*/
}

.container p {
    font-size: 17px;
    line-height: 29px;
    color: #0b1f66;
    font-weight: 400;

}

.container h1 {
    font-size: 35px;
    font-weight: 400;
    margin: 0;
}

/* Header---------------------------------------*/

.navbar {
    border: none;
    background-color: #10172e;

}

.navbar-header {
    height: 75px;
    vertical-align: middle;
}

.navbar-brand {
    height: 100%;
    padding: 0;
}

.navbar-brand img {
    height: 100%;
    float: left;
    padding: 6px 15px;
}

a.navbar-brand {
    background-image: url("https://delta-joinskymiles.s3.us-east-2.amazonaws.com/delta-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1vw 5.5vw 0;
    background-origin: padding-box;
    width: 175px;
    margin-left: 25px;
}

a.navbar-brand {
    background-position: center;
    height: 100%;
    margin-top: 0;
}

.hero-image-container {
    width: 100%;
    position: relative;
    background: url("https://delta-joinskymiles.s3.us-east-2.amazonaws.com/hero-banner-image-desktop.png");

    background-repeat: no-repeat;
    background-position: 77% center;
    background-size: cover;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center !important;
    overflow: hidden;
    height: 210px;
    margin-top: 75px;
}

.hero-image {
    width: 100%;
    margin-top: 59px;
}

#delta-widget {
    width: 70px;
}
/* -----------------------------------------------------*/

/* Bottom Container ------------------------------------*/

#bottom {
    height: auto;
    padding: 0 0 0 0;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 40px;
}
#bottom .container .container {
    width: 100%;
}

#bottom.unavailable p {
    text-align: center;
}

#bottom.unavailable p:first-child {
    font-weight: 800;
    font-size: 5.5vw;
    line-height: 7vw;
}
#bottom.thankyou p {
    word-break: break-word;
}
.date-wrapper {
    margin: 50px auto;
    max-width: 590px;
}
.date-wrapper img {
    width: 10%;
}


.container-form{
    background-color: #ffffff;
    -moz-box-shadow: 0px 0px 3px 0px #e4e4e4;
    -webkit-box-shadow: 0px 0px 3px 0px #e4e4e4;
    box-shadow: 0px 0px 3px 0px #e4e4e4;
    padding: 0;
    margin-bottom: 60px;
    padding-bottom: 15px;
}

.container-form a {
    color: #4470c3;
    text-decoration: none;
    font-weight: 600;
}

.card-col {
    padding: 0;
    margin-bottom: 15px;
    padding-right: 0px;
}

.card {
    background-color: #ffffff;
    height: 206px;
    width: 100%;
    padding-left: 28px;
    padding-top: 0px;
}

.card h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 2.27;
    letter-spacing: 1.4px;
    padding-top: 15px;
}

.card p {
    font-size: 16px !important;
    font-weight: 300  !important;
    line-height: 1.5  !important;
}
/* -----------------------------------------------------*/
/* Bootstrap override ---------------------------------------*/
.form-control {
    height: 38px;
    font-size: 17px;
    border: none;
    outline: none;
    background: transparent;
    border-bottom: solid 0.5px #6c718a;
    border-radius: 0px !important;
    box-shadow: none;
    color:#0b1f66;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    margin-bottom: 16px;
    padding-left: 0;
}

.form-control:focus {
    border-bottom: solid 2px #0B1F66;
}

select {
    background: rgba(0, 0, 0, 0) url(https://delta-joinskymiles.s3.us-east-2.amazonaws.com/V.png) no-repeat scroll 100% center / 10.3px 6.2px !important;
}

select option {
    background-color:white;
}

legend {
    border: none !important;
    margin-bottom: 0;
}

.desktop {
    display: none;
}

.mobile {
    display: block;
}
/* -----------------------------------------------------*/

/* Medium Mobile ---------------------------------------*/

@media (min-width: 375px){

}

/* -----------------------------------------------------*/

/* Tablets ---------------------------------------------*/

@media (min-width: 768px){
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .br-xs {
        display: none;
    }
    .container {
        max-width: 1000px;
        /*width: 60%;*/
    }
    #bottom .container, .container {
        max-width: 700px;
    }

    #bottom label:not(.error) {

    }
    #header_text p:first-child{
        font-size: 58px;
        line-height: 64px;
    }

    #bottom {
        height: auto;
        padding: 90px 0;
        padding-top: 0;
    }
    #bottom.unavailable p:first-child {
        font-size: 43px;
        line-height: 47px;
    }


    a.navbar-brand {
        margin-left: 142px;
    }

    .container-form{
        padding-right: 15px;
        padding-left: 15px;
    }

    .card-col {
        padding-right: 10px;

    }

    .card {
        padding-left: 18px;
        padding-top: 0px;
    }

    .card h3 {
        font-size: 10.5px;
        font-weight: 600;
        line-height: 2.27;
        letter-spacing: 1.4px;
        padding-top: 0px;
    }

    .card p {
        font-size: 14px !important;
    }
}

/* -----------------------------------------------------*/


@media (min-width: 992px) {
    #bottom .container, .container {
        max-width: 800px;
    }

    .hero-image-container {
        height: 290px;
    }
}

/* Small Laptops ---------------------------------------------*/

@media (min-width: 1024px) {
    #bottom .container, .container {
        max-width: 1000px;
    }

    #header_text p:first-child:after {
        border-bottom: 2px solid #fff;
    }

    .hero-image-container {
        height: 400px;
    }

    .container h1 {
        font-size: 52px;
    }

    .container p {
        font-size: 24px;
        line-height: 34px;
        font-weight: 400;
    }

    #delta-widget {
        width: 104px;
    }

    .card {
        height: 206px;
        width: 100%;
        padding-left: 37.5px;
        padding-top: 0px;
    }

    .card h3 {
        font-size: 15px;
        font-weight: 600;
        line-height: 2.27;
        letter-spacing: 1.4px;
        padding-top: 15px;
    }

    .card p {
        font-size: 16px !important;
    }
}

/* -----------------------------------------------------*/

/* Large Laptops---------------------------------------------*/

@media (min-width: 1200px){
    #bottom .container, .container {
        max-width: 1155px;
    }

    .hero-image-container {
        height: 415px;
    }


}

/* -----------------------------------------------------*/

/* Large Laptops---------------------------------------------*/

@media (min-width: 1600px){


}

/* -----------------------------------------------------*/


/* Footer---------------------------------------*/

.footer {
    font-size: 13px;
}

.footer h2 {
    font-size: 28px;
    line-height: 22px;
    font-weight: 300;
}

.top-footer {
    color: #0b1f66;
    max-width: 1155px;
    margin-left: auto;
    margin-right: auto;
    padding: 39.5px 21px 47.5px 36px;
}

.top-footer a {
    color: #4470c3;
    text-decoration: underline;
    font-weight: 600;
}

.bottom-footer {
    background-color: #10172e !important;
    text-align:center;
    color: #7d8388;
    line-height: 1.46;
    letter-spacing: normal;
    font-size: 13px;
    padding: 32.5px 17px;

}

.bottom-footer a {
    color:#ffffff;
}

@media (min-width: 768px) {

    .top-footer {
        padding: 0;
        padding-top: 23px;
        padding-bottom: 28px;
        max-width: 700px;
    }

    .bottom-footer {
        padding: 25px 71px;
    }

}

@media (min-width: 1024px) {

    .top-footer {
        max-width: 1000px;
    }

    .bottom-footer {
        padding: 25px 71px;
    }

}

@media (min-width: 1200px) {

    .top-footer {
        padding-top: 46px;
        padding-bottom: 56px;
        max-width: 1155px;

    }

    .bottom-footer {
        padding: 50px 142px;
    }
}
/* -----------------------------------------------------*/