@charset "utf-8";

/* CSS Document */


/*.tabs.standard .tabs-container .tab-content {border:none;}*/

.tabs .tab-content {
    padding: 0;
}

.template-basic .section-content {
    padding-right: 0
}

.template-basic .section-wrapper {
    margin-top: 0;
}

section p {
    line-height: 1.7
}

section.row {
    margin-left: -20px;
    margin-right: -20px;
    padding: 50px 20px;
    position: relative;
}

section.row.highlight {
    border-left: none;
    border-right: none;
    margin-top: initial;
    margin-bottom: initial;
}

section.row h2 {
    text-align: center;
}

section.row h2.text-left {
    text-align: left;
}


/* section.row h2.text-left+p,
.mini-paragraph {
    width: 66%
} */

section.row h2.h3 {
    text-align: left;
    font: normal 600 18px 'Open Sans';
}

section.row hr+p,
.center-mini-paragraph {
    width: 66%;
    margin: 0 auto 30px;
}

.page-content-body.section-wrapper section.row:first-of-type {
    padding-top: 20px;
}

.rewards {
    text-align: center;
}

.rewards img {
    max-width: 75px;
}

.divider {
    padding-left: 20px;
    border-left: 1px solid #e6e6e6;
    margin-left: -15px;
}

.contact-info {
    width: 500px;
    margin: 20px auto;
    background-color: #e6e6e6;
    padding: 10px;
}

.partners {
    margin: 0;
    padding: 0;
}

.partners li {
    text-align: center;
    width: 170px;
    height: 170px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
    float: left;
    border: 1px solid #e6e6e6;
}

.partners li img {
    max-width: 170px;
}

.partners li:last-of-type {
    display: table;
    background-color: #ffffff;
}

.partners li span {
    display: table-cell;
    vertical-align: middle;
}

.partners.big li {
    width: 180px;
    height: 180px;
}

.partners.big li img {
    max-width: 180px;
}

.enrollment {
    position: relative;
    /*border-top: 1px solid #999999;*/
    margin-left: 20px !important;
    margin-right: 20px !important;
    /*margin-top:30px;*/
    padding-top: 10px !important;
}


/*.enrollment h3 { background-color: #ffffff; padding:10px 0; text-align: center; border:3px double #999999;display: block;margin: -60px auto 30px;width: 300px;}*/

.enrollment h2 span {
    display: block;
    font: normal 400 14px/1.2 'Open Sans';
}

.enrollment h2 {
    padding-bottom: 50px;
}

.enrollment div {
    text-align: center
}

.enrollment div img.img-responsive {
    max-width: 75%;
    margin: 0 auto 20px;
}

.big-red-text {
    color: #D8292F;
    font-size: xx-large;
    vertical-align: middle;
    padding-right: 5px;
}

.new {
    color: #D8292F;
    font-weight: 700;
}

.item {
    position: relative;
    height: 395px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 5px 10px 0;
}

.item p:first-of-type {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 0 10px;
}

.item .cta {
    position: absolute;
    bottom: -15px;
    left: 10px;
}

.item .cta a {
    font-weight: 600;
    color: #4A4F55;
}

.item .cta a:after {
    content: ">";
    position: absolute;
    right: -15px;
    top: 1px;
}

.mosaic .item {
    background-color: #E6E6E6;
    position: relative;
}

.mosaic .item:hover {
    background-color: #FFFFFF;
}

.mosaic .item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 7px;
    color: #FFFFFF;
}

section.row .gold {
    border-bottom: 6px solid #baa88d;
    width: 100px;
    margin: 15px auto 35px;
}

.tool img {
    max-width: 240px;
    margin: 0 10px 70px 0;
    float: left;
}

.tool p {
    padding-left: 80px;
}

.roles {
    padding-right: 20px;
}

.roles img {
    max-width: 100px;
    margin: 0 10px 70px 0;
    float: left;
    border-radius: 50%;
}

.roles p {
    padding-left: 100px;
}

.video-container {
    margin: 0 0 30px 20px;
    padding-top: 0;
    padding-bottom: 54.25%;
}

.level div {
    text-align: center;
    min-height: 450px;
}

.level div div {
    margin: 10px;
    padding: 10px 25px;
    background-color: #e9e9e9;
}

.level img {
    width: 75px;
}

.level div p {
    line-height: 1.3;
}

.partner-offers div {
    min-height: 280px;
}

.newsletter {
    max-width: 240px;
    margin: 0 10px 70px 0;
    float: left;
}

.staralliance {
    width: 200px;
    padding: 20px 10px;
}

.ac-icon.champagne {
    color: #baa88d;
    vertical-align: middle;
}


/*Sticky Navigation*/

nav.sticky.first {
    margin-top: -1px !important;
    background-color: initial;
    border-top: none;
    border-bottom: none;
    margin-bottom: 20px;
}

nav.sticky.first ul {
    text-align: center;
}

nav.sticky.first li {
    width: 49.9%;
}

nav.sticky {
    margin: 20px -20px 0 -20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    z-index: 10;
}

nav.sticky ul {
    padding-left: 0;
    margin-bottom: 0;
}

nav.sticky li {
    /*width: 14.38%; 7 tabs*/
    /* width: 16.777%; 4 tabs*/
    /*6 tabs*/
    width: 20.1%;
}

nav.sticky.four li {
    width: 25%;
    /*4 tabs*/
}

nav.sticky li {
    display: inline-block;
    list-style: none;
    text-align: center;
    margin-right: -5px;
    margin-bottom: 0;
    border-bottom: 4px solid #f9f9f9;
    font-weight: 600;
}

nav.sticky li:hover {
    font-weight: 700;
    border-bottom: 4px solid #d82930;
}

nav.sticky li a {
    color: #333333;
    text-decoration: none;
    display: block;
    padding-bottom: 15px;
    padding-top: 20px;
}

.sticky.fix {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.sticky.fix.first {
    background-color: #f9f9f9;
}

nav.sticky.business-travel {
    margin-top: -1px;
    padding-top: 5px;
    border-top: none;
}

nav.sticky.business-travel li {
    width: 32.9%;
    /*3 tabs*/
}


/*END: Sticky Navigation*/

.business {
    border-top: 3px solid #baa88d;
    border-bottom: 1px solid #e6e6e6;
}

.corporate {
    border-top: 3px solid #333333;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.business div,
.corporate div {
    margin-left: -5px;
    margin-right: -5px;
    background-color: #f9f9f9;
    padding: 10px 0;
    min-height: 230px;
}

.business div+p,
.corporate div+p {
    margin: 20px;
}

.business ul,
.corporate ul {
    margin: 10px 20px;
    padding: 0;
    list-style: none;
}

.business li,
.corporate li {
    position: relative;
    padding-left: 35px;
    min-height: 50px;
}

.business li img,
.corporate li img {
    position: absolute;
    width: 40px;
    top: -10px;
    left: -7px;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.row.business-travel {
    margin-left: -20px;
    margin-right: -20px;
}

@media only screen and (max-width: 480px) {
    .template-basic .section-content {
        padding-right: 10px;
    }
    .template-basic .section-wrapper {
        padding: 0 !important;
    }
    .big-red-text {
        display: block;
    }
    .contact-info {
        width: 100%;
    }
    .contact-info strong {
        display: block;
    }
    section.row {
        padding: 30px 20px;
    }
    section.row h2.text-left+p,
    .mini-paragraph {
        width: initial;
    }
    section.row hr+p,
    .center-mini-paragraph {
        width: initial;
        /*margin:initial;*/
    }
    /*Sticky Navigation*/
    nav.sticky.first {
        width: initial;
    }
    nav.sticky {
        margin: 0px -10px 0 -10px;
        background-color: #ffffff;
        border-top: none;
        border-bottom: none;
    }
    nav.sticky.four li,
    nav.sticky li {
        width: 49.99%;
    }
    nav.sticky li {
        display: inline-block;
        list-style: none;
        text-align: center;
        margin-right: -4px;
        margin-bottom: -1px;
        border: 1px solid #e6e6e6;
        background-color: #f9f9f9;
        font-weight: 300;
    }
    nav.sticky li:hover {
        font-weight: 300;
        border-bottom: 1px solid #e6e6e6;
    }
    nav.sticky li a {
        color: #333333;
        text-decoration: none;
        display: block;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .sticky.fix {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4)
    }
    /*END: Sticky Navigation*/
    .divider {
        padding-left: 10px;
    }
    .divider.top-divider {
        padding-left: 5px;
        border-left: none;
        border-top: 1px solid #e6e6e6;
        margin-left: initial;
        padding-top: 30px;
    }
    .divider.no-divider-xs {
        padding-left: 5px;
        border-left: none;
        margin-left: 0;
    }
    .partners li {
        text-align: center;
        width: 155px;
        height: 155px;
        margin-right: 10px;
        margin-bottom: 10px;
        overflow: hidden;
        display: inline-block;
        border: 1px solid #e6e6e6;
    }
    .partners li img {
        max-width: 155px;
    }
    .partners.big li {
        width: 160px;
        height: 160px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .partners.big li img {
        max-width: 160px;
    }
    .enrollment {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .enrollment h2 {
        padding-bottom: 20px;
    }
    /*.enrollment {margin-left:0 !important;margin-right:0 !important;margin-top:30px;}
.enrollment h3 {width:230px;}*/
    .img-responsive+h3 {
        margin: 20px 0;
    }
    .item {
        height: initial;
    }
    .item h3 {
        overflow: initial;
        text-overflow: initial;
        height: initial;
        display: block;
        -webkit-line-clamp: initial;
        -webkit-box-orient: initial;
    }
    .item p:first-of-type {
        overflow: initial;
        text-overflow: initial;
        height: initial;
        display: block;
        -webkit-line-clamp: initial;
        -webkit-box-orient: initial;
    }
    .tool img {
        max-width: 120px;
        margin: 0 10px 0 0;
        float: left;
    }
    .tool p {
        padding-left: 130px;
    }
    .roles {
        padding-right: 0;
    }
    .roles img {
        max-width: 80px;
        margin: 0 20px 0 0;
        float: left;
        border-radius: 50%;
    }
    .video-container {
        margin: 0 0 40px 0;
        padding-top: 0;
        padding-bottom: 54.25%;
    }
    .level div {
        min-height: initial;
    }
    /*.level img{width:75px;}*/
    .partner-offers div {
        min-height: initial;
    }
    .partner-offers img {
        margin-bottom: 15px;
    }
    .newsletter {
        max-width: 120px;
        margin: 0 10px 30px 0;
        float: left;
    }
    section.row .gold {
        border-bottom-width: 3px;
    }
}