body {
    height: auto !important;
    background-color: #fff;
}

.airline-subheader{
    margin-bottom: 50px;
}

.airline-subheader img {
    max-width: 100%;
}

.airline-subheader h1{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.airline-subheader p{
    font-size: 18px;
}

.airline-footer p{
    font-size: 18px;
}

.airline-footer h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 40px;
}
.airline-footer img{
    max-width: 100%!important;
}
.airline-header h2{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
}

.airline-filters{
    display: flex;
    flex-wrap: wrap;
}

.airline-filters md-input-container{
    flex: 1 1 25%;
}

.airline-filters md-input-container:nth-child(2){
    padding-left: 15px;
    padding-right: 15px;
}

.airline-filters md-input-container:last-child{
    margin-left: auto;
}

.airline-disclosure-link {
    color: #02266c;
    font-family: "Sofia Pro",Arial,sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: underline!important;
    cursor: pointer;
    float: right;
}

#disclosure .modal-body h2{
    display: block;
    margin: 1.25rem 0;
    color: #1542f8;
    font-family: "Sofia Pro",Arial,sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -.05rem;
    line-height: 1.17;
}

.card-box {
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
    font-size: 14px;
}

.card-box__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    padding-top: 30px;
    overflow: hidden;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: none;

    padding-right: 25px;
    padding-left: 25px;
}

.card-box__title {
    text-align: left;
    width: 100%;
}

.card-box__title h2 {
    margin-bottom: 20px;
    padding: 0;
}
.card-box__title p {

    margin: 0 0 20px;

}

.card-box__title a {
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    font-size: 25px;
    font-weight: 700;
}

.card-box__content {
    display: flex;
    width: 100%;
}

.card-box__image {
    max-width: 191px;
}

.card-box__image img {
    width: 100%;
}

.card-box__benefits {
    border-left: 1px solid rgba(51, 51, 51, .1);
    margin-left: 15px;
    padding-left: 15px;
}

.card-box__benefits h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 16px;
}

.card-box__benefits ul {
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
}

.card-box__benefits li {
    margin-top: 10px;
    color: rgba(48, 48, 48, .8);
    font-size: 12px;
}

.card-box__benefits span {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    color: #333333;
}

.apply-container {
    text-align: center;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.credit {
    padding-top: 0;
    padding-bottom: 10px;
    color: rgba(48, 48, 48, .8);
    width: 250px;
    align-self: flex-end;
}

.apply {
    width: 250px;
    color: rgba(48, 48, 48, .8);
    text-align: center;
    align-self: flex-end;
}

.card-box__credit-caption {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.card-box__credit-caption-text {
    width: 100%;
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
}

.card-box__credit-caption-icon {
    vertical-align: bottom;
}

.card-box__credit-caption-score {
    margin-right: 4px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
}

.card-box__apply-button {
    width: 100%;
    font-size: 16px;
    background: linear-gradient(282deg, #1542f8, #0db9f0);
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 3px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

.card-box__apply-button:hover {
    background: linear-gradient(282deg, #0db9f0, #1542f8);
    color: #fff;
}

.card-box__apply-at-site {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
}

.card-box__features {
    margin-left: 215px;
    width: 100%;
    margin-bottom: 25px;
}

.card-box__features-ul {
    display: flex;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.card-box__features-ul li {
    display: block;
    flex: 1 1 33.33333%;
}

.card-box__feature-name {
    font-weight: 400;
    color: rgba(48, 48, 48, .8);
}

.card-box__feature-value {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.card-box__footer {
    display: flex;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    width: 100%;
}

.card-box__footer-box {
    text-align: center;
    clear: both;
    width: 100%;
    margin: auto;
    background: linear-gradient(269deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, .04) 50%, rgba(255, 255, 255, .04));
}

.card-box__footer-button {
    width: 100%;
    background: none;
    color: #333;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.card-box__footer-button[aria-expanded="true"] .more_button {
    display: none;
}

.card-box__footer-button[aria-expanded="false"] .less_button {
    display: none;
}

.card-box__other-header h3{
    margin-top: 0;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.card-box__other-content ul{
    padding-left: 15px;
}
.card-box__other-content table{
    width: 100%;
}
.card-box__other-content table td{
    padding: 1.5rem;
    word-break: break-word;
}
.card-box__other-content tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}

.card-box__footer-highlights{
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    .airline-subheader h1 {
        font-size: 28px;
    }
    .airline-header h2 {
        font-size: 20px;
    }
    .airline-disclosure-link{
        float: none;
    }

    .card-box__features {
        margin-left: 0;
    }

    .card-box__content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .card-box__benefits {
        margin-top: 20px;

        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .card-box__apply-container {
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .card-box__title a {
        font-size: 18px;
    }

    .card-box__title {
        text-align: center;
    }
}