@charset "utf-8";

/* CSS Document */

.hidden-on-desktop.__pfs {
    display: none;
    visibility: hidden;
}

.hidden-on-mobile {
    display: block;
    visibility: visible;
}
#main > div.__pfs:nth-child(111) > div.__pfs > div.__pfs > article > div.__pfs > div.__pfs:nth-child(2) > p.__pfs {
    text-align: end;
}
#main > div.__pfs:nth-child(91) > div.__pfs > div.__pfs > article > div.__pfs > div.__pfs:nth-child(2) > p.__pfs {
    text-align: end;
}
a.__pfs.__bss.M.underline.I.hover\:underline.d.focus\:underline.f.Q.P {
    font-weight: 700 !important;
}

/* MoretoTravelBox */
section#MoretotravelBox {
    display: flex;
    box-shadow: rgba(0,0,0,.06)0 8px 8px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 30px;
    border-radius: 15px;
}
.__pfs.MoretotravelBox-content.__bss {
    padding: 30px 0px 10px 15px;
}
#MoretotravelBox > div.__pfs.MoretotravelBox-img.__bss > picture > img.__pfs {
    border-radius: 10px;
}
#MoretotravelBox > div.__pfs.MoretotravelBox-content.__bss > h3.__pfs {
    font-size: 24px;
    padding-bottom: 15px;
}
#MoretotravelBox > div.__pfs.MoretotravelBox-content.__bss > p.__pfs.secondary-btn.btn-book-now.blue.moretotravelcta.__bss > a.__pfs {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    padding: 12px 45px 16px 45px;
    color: #fff;
    background: #005078;
}
#MoretotravelBox > div.__pfs.MoretotravelBox-content.__bss > p.__pfs:nth-child(2) {
    padding-bottom: 15px;
    font-size: 14px;
}
.__pfs.MoretotravelBox-img.__bss {
    max-width: 600px;
}
/* MoretoTravelBox END */

/* Uplift removal */
div#aeroplanOffer-uplift {display: none !important;
}

/* Sticky anchor to redemption module - POS CA */
.stickyAnchor.__pfs.__bss {
    box-shadow: 0px -5px 10px -5px rgba(0,0,0, 0.2);
    background-color: rgba(245,245,245, 1);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 15;
    display: none;
    transition: opacity 2s ease-out;
}
.stickyAnchor.__pfs.__bss.fadeIn {
    display: block;
    opacity: 1;
}
.stickyAnchor.__pfs.__bss.fadeOut {
    display: none;
    opacity: 0;
}
.stickyContainer.__pfs.__bss {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.stickyAnchor.__pfs.__bss p.__pfs.__bss {
    /* font: normal 400 14px 'Open Sans'; */
    line-height: 24px !important;
    margin: 0 !important;
    flex: 1;
}
.stickyAnchor.__pfs.__bss p.__pfs.__bss + a.__pfs {
    font-weight: 600;
}
.stickyAnchor.__pfs.__bss p.__pfs.__bss + a.__pfs i {
    font-family: 'Material Icons' !important;
}
.stickyAnchor.__pfs.__bss p.__pfs.__bss a.__pfs {
    font-weight: 600;
    color: #005078;
    margin: 0;
    display: inline-flex;
    align-items: center;
}
.stickyAnchor.__pfs.__bss p.__pfs.__bss a.__pfs::after {
    content: '';
    display: block;
    background: url(https://www.aircanada.com/content/dam/aircanada/loyalty-content/images/prev-arrow.svg) no-repeat center center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    transform: rotate(-90deg);
    margin: 0 0 0 auto;
    padding-left: 40px;
}
.stickyAnchor.__pfs.__bss span {
    padding: 0 20px;
}
/* Sticky anchor to redemption module - POS CA END */

/* ACVBox */
.__pfs.ACVBox-img.__bss {
    max-width: 600px;
}
#ACVBox > div.__pfs.ACVBox-content.__bss > p.__pfs:nth-child(2) {
    font-size: 14px;
}
#ACVBox > div.__pfs.ACVBox-content.__bss > h3.__pfs {
    font-size: 24px;
    padding-bottom: 15px;
}
.__pfs.ACVBox-content.__bss {
    padding: 0px 10px 0px 15px;
}
section#ACVBox {
    display: flex;
    box-shadow: rgba(0,0,0,.06)0 8px 8px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

/* ACVBox END */

/* youtube */
#main > div:nth-child(23) > div > article:nth-child(2) > p:nth-child(6) > iframe {
    width: 792px !important;
    height: 444px !important;
    margin: auto !important;
    padding-top: 25px;
}
.san_ed{
    background-color: #FFFFFF !important;
}
section.__pfs.carousel.san_ed.__bss.slick-initialized.slick-slider.slick-dotted h3 {
    padding-top: 25px;
    padding-bottom: 15px;
}
section.__pfs.carousel.san_ed.__bss.slick-initialized.slick-slider.slick-dotted p:nth-child(2) {
    padding-bottom: 25px;
}
/* youtube-end */

@media only screen and (max-width: 767px) {
    .hidden-on-mobile {
        display: none;
        visibility: hidden;
    }
    .hidden-on-desktop {
        display: block;
        visibility: visible;
    }
}

/* Left align flag and copy on mobile */
@media only screen and (max-width: 767px){
    .header__burguer-menu-sidebar .flag-icon {
        align-self: self-start;
        padding-top: 10px;
    }

    .header__burguer-menu-sidebar .flag-icon + span {
        text-align: left;
        align-self: flex-start;
    }

    .header__burguer-menu-sidebar .flag-icon + span +i.vg-material-icon {
        min-height: 10px;
        height: fit-content;
    }
}

small a.__pfs.__pfs.__bss {
    font-size: inherit;
    font-weight: bold;
}
[data-test="disclaimer"] {
    font-size: 12px !important;
}

/* Price widget fixes */
.Campaign.lg\:max-w-6xl [data-em-cmp="price_widget"] .px-3.py-4 {
    padding: 0 0.75rem !important;
}

.vg-H p.__pfs {color: #2A2A2A;}

.Campaign.lg\:max-w-6xl [data-em-cmp="price_widget"] .flex-col.my-2.Cs, .Campaign.lg\:max-w-6xl [data-em-cmp="price_widget"] .flex-row.Cu.Cv {
    padding: 0;
    margin: 0 !important;
}

.Campaign.lg\:max-w-6xl .px-3.py-4, 
.CustomPricingWidget [data-em-cmp="price_widget"] .px-3.py-4 {
    padding-top: 0;
    padding-bottom: 0;
}

button[data-test="origin-clear-filter"], 
button[data-test="destination-clear-filter"], 
button[data-test="budget-clear-filter"]{
    font-family: 'Material Icons' !important;
}

/* .group:hover .DN p,
.group:focus .DN p,
.group:active .DN p,
.group:hover .vg-AP,
.group:active .vg-AP,
.group:focus .vg-AP, 
.group:hover .vg-AP > p,
.group:active .vg-AP > p,
.group:focus .vg-AP > p,
.group:hover .vg-H p,
.group:active .vg-H p,
.group:focus .vg-H p,
.vg-H:hover p,
.vg-H:active p,
.vg-H:focus p,
.group.vg-h:hover p,
.group.vg-h:active p,
.group.vg-h:focus p,
.group.vg-a.__pfs:hover p,
.group.vg-a.__pfs:active p,
.group.vg-a.__pfs:focus p,
.group:hover .vg-H p,
.group:focus .vg-H p
.group:active .vg-H p,
.group:hover [data-test="redemption-tax"],
.group:focus [data-test="redemption-tax"],
.group:active [data-test="redemption-tax"],
.group:hover [data-test="flight-type"],
.group:focus [data-test="flight-type"],
.group:active [data-test="flight-type"],
.group:hover [data-test="travel-class"],
.group:focus [data-test="travel-class"],
.group:active [data-test="travel-class"],
button[data-test="book-now"],
button[data-test="view-more"]:not(.vg-Am, .vg-Aq, .vg-o, .vg-m) {
    color: #fff;
}

.group .DN p,
.vg-AR > p,
.vg-H p.__pfs {
    font-size: 12px !important;
} */

@media only screen and (max-width: 767px){
    /* .vg-AY[data-test="view-more"] {
        color: #fff;
    }
    
    div.__pfs[data-em-cmp="price_widget"] button[data-test="view-more"]:not(.vg-o) {
        color: #fff;
    } */

    /* .Campaign.lg\:max-w-6xl [data-em-cmp="price_widget"] .px-3.py-4 .flex.flex-wrap.vg-AR > * {
        padding: 0 !important;
        font-size: 12px !important;
    } */
}

/* temp hack to bring back arrows and spacing on EM DPA Carousel for desktop */
/* .tab-pane div.__pfs[data-em-sfm-type="CAROUSEL"] .carousel-root li.__pfs.slide .flex-wrap.w-full {
    padding: 0.5rem;
} */
@media only screen and (min-width: 1024px){
    /* .tab-pane div.__pfs[data-em-sfm-type="CAROUSEL"] {
        margin: 0 7rem;
    } */
    div.__pfs[data-em-cmp="price_widget"] button[data-test="arrow-left"],
    div.__pfs[data-em-cmp="price_widget"] button[data-test="arrow-right"] {
        display: flex !important;
        font-size: 32px;
        border-radius: 50%;
        background-color: #fff;;
        border: 1px solid #004060;
        color: #004060;
        width: 48px;
        height: 48px;
        text-transform: none;
        font-family: Material Icons;
    }

    div.__pfs[data-em-cmp="price_widget"] button[data-test="arrow-right"] {
        margin: 0 -60px 0 10px;
    }

    div.__pfs[data-em-cmp="price_widget"] button[data-test="arrow-left"] {
        margin: 0 0 0 -60px;
    }

    [data-em-cmp="price_widget"] .w-auto.hidden.md\:flex {
        display: flex !important;
    }
}

/* Registration box fix */
div.__pfs#acDbaasRulesCheckError + .form-group span.form-element-wrapper {
    display: flex;
    align-items: flex-start;
}

/* Footnote disclaimer below all grids */
p[data-test='disclaimer'] {
    font-size: 12px;
}

p[data-test='disclaimer'] a {
    font-weight: 700;
    text-decoration: none;
    color: #005078 !important;
}

p[data-test='disclaimer'] a:hover, 
p[data-test='disclaimer'] a:focus {font-weight: 700;}

/* Global Map styles */
.InteractiveMap .fr-disclaimer.fr--1614247636,
.InteractiveMapMobile .fr-disclaimer.fr--1614247636 {font-size: 12px; }
.InteractiveMap,
.InteractiveMapMobile {margin-bottom: 40px; }

/* Global tab styles */
div.__pfs.tab-pane {padding-bottom: 0; display: none;}
div.__pfs.tab-pane.active {display: block;}
div.__pfs.tab-pane .py-2:not(.w-full, .h-full) {padding: 0;}
ul.__pfs.nav.nav-tabs {width: 100%; margin-bottom: 0; list-style: none !important; border-bottom: none;}
ul.__pfs.nav.nav-tabs li.__pfs.active a.__pfs, ul.__pfs.nav.nav-tabs li.__pfs.active a.__pfs:focus, ul.__pfs.nav.nav-tabs li.__pfs.active a.__pfs:active {
    background-color: #fff;
    color: #000;
    border: none;
    border-bottom: solid 3px #005078;
}
ul.__pfs.nav.nav-tabs li.__pfs a.__pfs:hover {
    border-bottom: solid 3px #005078;
    color: #000;
    cursor: pointer;
}
ul.__pfs.nav.nav-tabs li.__pfs a.__pfs {
    border: none;
    text-align: center;
    padding: 25px 0px 30px;
    font: normal 600 18px Open Sans;
    color: #000;
}
ul.__pfs.nav.nav-tabs li.__pfs a.__pfs span {font: normal 600 18px Open Sans;}
div.__pfs.tab-content {width: 100%; margin: 0 auto; }

/* Old content carousel styles */
section.slick-slider.carousel:not(.carousel-slider):not(.slider) .row.__pfs {margin-bottom: -5px; }
section.slick-slider.carousel:not(.carousel-slider):not(.slider) div.__pfs article.row.__pfs {display: flex !important;}
section.slick-slider.carousel:not(.carousel-slider):not(.slider) .row.__pfs .col-lg-6 img.__pfs {object-fit: cover; height: 100%; }
section.slick-slider.carousel:not(.carousel-slider):not(.slider) .row.__pfs .copy.__pfs.__bss p.__pfs.__bss, .carousel .row.__pfs .copy p.__pfs {font-size: 14px !important; }
section.slick-slider.carousel:not(.carousel-slider):not(.slider) .row.__pfs .copy.__pfs.__bss p.__pfs.__bss:last-child, .carousel .row.__pfs .copy p.__pfs:last-child {margin: 0; }
section.slick-slider.carousel:not(.carousel-slider):not(.slider) .row.__pfs.__bss .copy.__pfs.__bss {padding: 10px 20px 10px 10px; background: #FFFFFF; margin-left: -1px;}
section.slick-slider.carousel:not(.carousel-slider):not(.slider) {
    background: transparent !important;
}

section.slick-slider.carousel:not(.carousel-slider):not(.slider).slick-slider .slick-list.draggable{
    background: #FFFFFF;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
}

section.slick-slider.carousel:not(.carousel-slider):not(.slider) ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}

section.slick-slider.carousel:not(.carousel-slider):not(.slider) ul.slick-dots li {
    width: 10px;
    height: 10px;
    background: #e6e6e6;
    border-radius: 50%;
    cursor: pointer;
}

section.slick-slider.carousel:not(.carousel-slider):not(.slider) ul.slick-dots li.slick-active {
    background: #005078;
}

section.slick-slider.carousel:not(.carousel-slider):not(.slider) button.slick-arrow {
    display: flex;
    width: 40px;
    height: 40px;
    background: #005078;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 50px);
    z-index: 2;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, .3);
}

section.slick-slider.carousel:not(.carousel-slider):not(.slider) button.slick-arrow.slick-prev {
    left: -50px;
}

section.slick-slider.carousel:not(.carousel-slider):not(.slider) button.slick-arrow.slick-next {
    right: -50px;
}

section.slick-slider.carousel:not(.carousel-slider):not(.slider) button.slick-arrow::before {
    background: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-arrow-next.svg) no-repeat center center;
    background-size: 14px 14px !important;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
}

section.slick-slider.carousel:not(.carousel-slider):not(.slider) button.slick-prev.slick-arrow::before {
    transform: rotate(180deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1025px){
    section.__pfs.carousel.__bss .row.__pfs.__bss .copy.__pfs.__bss {padding: 10px 50px 10px 0;}
    section.slick-slider.carousel:not(.carousel-slider):not(.slider) button.slick-arrow.slick-prev,
    section.slick-slider.carousel:not(.carousel-slider):not(.slider) button.slick-arrow.slick-next {
        left: 10px;
    }
}
@media only screen and (max-width: 1025px){
    section.carousel.__bss article.row.__pfs .col-lg-6 {
        padding: 0;
    }
    
    section.__pfs.carousel.__bss .row.__pfs.__bss .copy.__pfs.__bss.col-lg-6 {
        background: #FFFFFF;
        padding: 20px !important;
    }
    section.slick-slider.carousel:not(.carousel-slider):not(.slider) button.slick-arrow { 
        display: none;
    }
}

p.Aw.tracking-normal.b.H.I.J.K.Db.Dc a.__pfs {
    color: #005078 !important;
}
@media only screen and (min-width: 1024px) {
    .py-3.py-4 {padding: 0;}
}
@media only screen and (max-width: 1024px) {
    .__pfs.row.__pfs.__bss {margin: 0;}
    .tab-pane img.__pfs.__bss {width: 100%; max-width: 100%; }
}

.Campaign .row.__pfs.__bss .col-lg-3 {width: 25%; }
.Campaign .row.__pfs.__bss .col-lg-4 {width: 33.33%; }
.Campaign .row.__pfs.__bss .col-lg-6 {width: 50%; }
.Campaign .row.__pfs.__bss .col-lg-8 {width: 66.66%; }
@media only screen and (max-width: 767px) {
    .Campaign .row.__pfs.__bss .col-lg-3,
    .Campaign .row.__pfs.__bss .col-lg-4,
    .Campaign .row.__pfs.__bss .col-lg-6,
    .Campaign .row.__pfs.__bss .col-lg-8 {width: 100%; }
}

section.__pfs.row.__pfs.dest-boxes.__bss {
    display: flex;
    flex-wrap: wrap;
}

section.__pfs.row.__pfs.dest-boxes.__bss .col-lg-4 {
    flex: 25%;
    padding: 0;
}

section.__pfs.row.__pfs.dest-boxes.__bss .col-lg-4 h3.__pfs {
    margin: 20px auto;
}

section.intro {
    display: flex;
}

section.intro img.__pfs {
    width: 100%;
    max-width: 525px;
    flex: 1;
    height: fit-content;
}

section.intro div.__pfs.copy h2.__pfs {
    margin: 0 0 20px;
}

section.intro div.__pfs.copy {
    flex: 3;
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    #main > div:nth-child(23) > div > article:nth-child(2) > p:nth-child(6) > iframe {
        width: 360px !important;
        height: 191px !important;
        margin: auto !important;
    }
    section.intro {
        flex-direction: column;
    }
    section.intro div.__pfs.copy {
        flex: none;
    }
    section.intro img.__pfs {
        max-width: 100%;
        margin: 15px auto;
        flex: none;
    }
}

section.carousel.new-gen article {
    display: flex !important;
    margin: 0;
}

section.carousel.new-gen article .col-50 {
    flex: 1;
}

section.carousel.new-gen article .col-50 img.__pfs {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

section.carousel.new-gen article .col-50.copy {
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

section.carousel.new-gen article .col-50.copy p.credits {
    margin-top: auto;
}

section.carousel.new-gen.slick-initialized .slick-track {
    display: flex;
}

section.carousel.new-gen.slick-initialized .slick-track .slick-slide {
    display: flex;
    height: unset;
}
@media only screen and (max-width: 1024px){
    .slick-slider.carousel:not(.carousel-slider):not(.slider) .slick-list.draggable {
        background-color: #e6e6e6;
    }
}


/* Uplift box callout */

div.__pfs.uplift.callout-box {
    background: #f9f9f9;
    padding: 15px 30px;
    margin: 30px auto;
}

div.__pfs.uplift.callout-box .row.__pfs {
    display: flex;
    align-items: center;
}

div.__pfs.uplift.callout-box .row.__pfs img.__pfs {
    max-width: 150px;
    margin: 0 auto;
    width: 100%;
}

div.__pfs.uplift.callout-box .row.__pfs div.__pfs:nth-of-type(1) {
    flex: 25%;
    text-align: center;
}

div.__pfs.uplift.callout-box .row.__pfs div.__pfs:nth-of-type(2) {
    flex: 75%;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    div.__pfs.uplift.callout-box .row.__pfs {
        flex-direction: column;
    }
    div.__pfs.uplift.callout-box .row.__pfs div.__pfs {
        flex: 100% !important;
    }
    div.__pfs.uplift.callout-box .row.__pfs div.__pfs img.__pfs {
        max-width: 200px;
        margin-bottom: 20px;
    }
}


/* Travel ready hub callout */

.travelReadyHub-callout {
    background-color: #f9f9f9;
    padding: 30px;
    margin: 40px auto;
    display: flex;
    align-items: center;
}

.travelReadyHub-callout img.__pfs,
.travelReadyHub-callout div.__pfs.copy {
    flex: 1;
}

.travelReadyHub-callout img.__pfs {
    width: 100%;
    max-width: 300px;
}

.travelReadyHub-callout div.__pfs.copy {
    border-left: 1px solid #c1c5c8;
    padding: 0 0 0 40px;
    margin: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
    .travelReadyHub-callout {
        flex-direction: column;
        padding: 20px;
        align-items: baseline;
    }
    .travelReadyHub-callout div.__pfs.copy {
        padding: 10px 0;
        margin: 0;
        border: none;
    }
}

p.sale-promo {
    display: flex;
    margin: 20px auto;
}

p.sale-promo .oval {
    width: 45px;
    height: 45px;
    background-color: #4a4f55;
    margin-right: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
}

.row.__pfs.centered {
    margin: 0;
}

.tc-panel-container.row.__pfs.centered {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    section#MoretotravelBox {
        flex-direction: column;
    }
    section#ACVBox {
        flex-direction: column;
    }
    .tc-panel-container.row.__pfs,
    .tc-panel-content.row.__pfs,
    .row.__pfs.centered {
        width: 100%;
        margin: 0 auto;
    }
}

h2.ac.title.__pfs {
    font-size: 24px;
    margin-top: 0;
}

a.__pfs,
a.__pfs:hover,
a.__pfs:focus {
    font-weight: bold;
}

h3.ac.title {
    font-size: 18px;
}

section.row.__pfs.grey-section {
    background-color: #ebebeb;
    margin-left: 0;
    margin-right: 0;
}

section.row.__pfs.grey-section .fw-img {
    padding: 0;
}

section.row.__pfs.grey-section .fw-content {
    padding-top: 20px;
    padding-left: 20px;
}

.carousel-img {
    padding-left: 0;
}

#acv-container {
    margin-left: 0;
    margin-right: 0;
}

.carousel-content {
    padding-right: 50px;
}

.dest-drop button {
    width: 100%;
    border: 0;
    background-color: white;
    font-weight: 600;
    border-bottom: 2px darkred solid;
    border-radius: 0;
}

h2.heading.__pfs {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
}

div.__pfs.main {
    padding-top: 30px;
    padding-bottom: 30px;
}

img.info-icon {
    display: inline-block;
    width: 25px;
    margin-top: -3px;
    margin-right: 10px;
}


/* fix background for large/highres screen*/

.trfx-container-backdrop.__pfs {
    background-attachment: local;
}


/* T&C collapsible panel old

div.__pfs.tc-panel-container {
    cursor: pointer;
    text-align: left;
    outline: none;
    display: inline-block;
    width: 100%;
    position: relative;
    line-height: normal;
    vertical-align: middle;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    background-color: #f6f6f6;
    padding: 15px;
    border-style: solid;
    border-color: #E6E6E6;
    border-width: 1px;
}

div.__pfs.tc-panel-container h3.tc-panel {
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

div.__pfs.tc-panel-container.active,
div.__pfs.tc-panel-container:hover {
    background-color: #b6b6b6;
}

div.__pfs.tc-panel-container.active i.material-icons.icon-down-arrow {
    transform: rotate(180deg);
}

div.__pfs.tc-panel-content {
    border: 1px solid #E6E6E6;
    display: none;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
}*/


/* T&C collapsible panel new*/

div.__pfs.tc-panel-container {
    box-shadow: 0px -2px 4px -3px rgb(84 84 84 / 75%);
    -webkit-box-shadow: 0px -2px 4px -3px rgb(84 84 84 / 75%);
    -moz-box-shadow: 0px 0px 7px -3px rgba(84, 84, 84, 0.75);
    margin-bottom: 50px;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    background: white !important;
}

div.__pfs.tc-panel-container {
    box-shadow: 0px 0px 7px -3px rgb(84 84 84 / 75%);
    -webkit-box-shadow: 0px 0px 7px -3px rgb(84 84 84 / 75%);
    -moz-box-shadow: 0px 0px 7px -3px rgba(84, 84, 84, 0.75);
    margin-bottom: 50px;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    background: white !important;
}

div.__pfs.tc-panel-container.active {
    margin-bottom: -10px;
}

.tc-panel-container.active .tc-panel-content,
.tc-panel-container.expanded .tc-panel-content {
    display: block;
}

.tc-panel-content .row.__pfs {
    padding: 20px 0px;
}

.tc-panel-content p, .tc-panel-content ul.__pfs li.__pfs, .tc-panel-content ol li.__pfs {
    font-size: initial;
}

.tc-panel-container.active .material-icons,
.tc-panel-container.expanded .material-icons {
    transform: rotate( 180deg);
}

.tc-panel-container .material-icons {
    position: absolute;
    right: 15px;
    top: 12px;
}


/* PROMO BOX */

.promo-box {
    padding: 40px 30px;
    position: relative;
    margin: 25px 0 30px;
    background-color: #f7f7f7;
    clear: both;
}

.promo-brick {
    z-index: 1;
}

.brick-white {
    background-color: white;
    padding: 6% 30px;
    text-align: center;
    min-height: 180px;
    -webkit-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 0.88);
    -moz-box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 0.88);
    box-shadow: 0px 7px 12px -7px rgba(0, 0, 0, 0.88);
}

.promo-box h3.__pfs {
    font-size: 20px;
}

.promo-box .divider.ver-div.__pfs.ver-div.__pfs-left {
    left: 33%;
}

.promo-box .divider.ver-div.__pfs.ver-div.__pfs-right {
    left: 67%;
}

.promo-right h3.__pfs {
    text-align: left;
    margin-left: 7px;
}

.brick-white h3.__pfs {
    font-size: 20px;
}

.brick-white .ccplus-logo {
    margin: 0 auto;
    width: 83%;
}

.brick-white .bflex-icon {
    width: 25%;
    margin: 0 auto;
    margin-top: 15px;
}

.promo-box .divider {
    background-color: #d8d8d8;
    height: 70%;
    width: 1.5px;
    z-index: 2;
    position: absolute;
    top: 15%;
    left: 50%;
}

.promo-bg-color {
    height: 100%;
    width: 80%;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    left: 10%;
}

.promo-brick .ccplus-body {
    margin-top: 25px;
}

.promo-brick .bflex-body {
    margin-top: 25px;
}

.ccplus-logo {
    width: 25% !important;
    float: left;
    margin-top: -25px;
    margin-right: 5px;
}

.bflex-icon {
    width: 55%;
    float: right;
    margin-top: -30px;
    margin-left: 5px;
}

.promo-right {
    text-align: left;
}


/* PROMO BOX END */

.ac.customHero {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.ac.hero {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6)
}

.ac.first {
    margin: 30px 0
}

.ac.left-block {
    margin-top: 10px;
}

.ac.noTopMargin {
    margin-top: 0;
}

.ac.breadcrumb {
    margin: 15px 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
}

.img-center {
    display: block;
    margin: 0 auto;
}

img.more-deals {
    margin-bottom: -10px;
}

article.campaign_widget .container {
    width: 100%;
    padding: 0px;
}


/* Global Takeoff campaign */

#takeoff-campaign div.__pfs.col-lg-6 {
    margin-bottom: 20px;
}

#takeoff-campaign h2.ac.title.__pfs {
    margin: 20px 0px 25px;
}

#takeoff-campaign div.__pfs.col-lg-6:nth-of-type(2) {
    text-align: right;
    margin: 25px auto;
}

#takeoff-campaign img.__pfs.img-responsive.takeoff-img {
    padding: 20px 25px;
    display: inline-block;
    max-width: calc(50% - 16px);
}

#takeoff-campaign img.__pfs.img-responsive.takeoff-img.border-right {
    border-right: 1px solid #e6e6e6;
    max-width: 225px;
    padding: 0px 25px;
}

@media only screen and (max-width: 991px) {
    #takeoff-campaign div.__pfs.col-lg-6:nth-of-type(2) {
        text-align: left;
        margin: 10px 0px;
    }
    #takeoff-campaign img.__pfs.img-responsive.takeoff-img {
        max-width: 40%;
        padding: 0px 20px;
    }
    #takeoff-campaign img.__pfs.img-responsive.takeoff-img.border-right {
        padding-left: 5px;
        max-width: 200px;
    }
}


/* Redifect to France edition */

.redirect-france-legal {
    background: #f6f6f6;
    border: 1px solid #C1C5C8;
    border-radius: 14px;
    padding: 20px;
    margin: 30px 0px 0px;
    display: flex;
}

.redirect-france-legal:before {
    content: '';
    background: url(https://www.aircanada.com/content/dam/aircanada/portal/images/atpdr/icon-information-grey.svg) no-repeat center;
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
    margin-top: -5px;
    flex: none;
}


/* Covid info banner */

.covid-info-box {
    border-radius: 2px;
    background-color: #f1fbfd;
    padding: 20px;
    margin: 30px 0px;
}

.covid-info-box:before {
    content: '';
    background: url(https://www.aircanada.com/content/dam/aircanada/portal/images/atpdr/icon-information.svg) no-repeat center;
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 20px;
    margin-top: -10px;
    float: left;
}

.covid-info-box div.__pfs {
    overflow: hidden;
    padding-bottom: 5px;
}

.covid-info-box p.__pfs:last-child {
    margin-bottom: 0px;
}


/*Align pricing widget to copy*/

div.__pfs.container-img {
    margin-top: 20px;
    padding-left: 5px;
}

div.__pfs.container-text {
    margin-top: 20px;
    padding-left: 15px;
}


/*Takeoff to Canada video*/

iframe.video_takeoff {
    min-height: 320px;
    width: 100%;
    margin-bottom: -5px;
}

/* Flights to Canada */ 

.us-to-canada iframe.__pfs.__bss {
    max-width: 790px;
    height: 442px;
    width: 100%;
    border-radius: 14px;
    margin: 0 auto 40px;
}

/* Flights to New York */

.nyc-coop .col-lg-6:nth-of-type(2) img {
    border-radius: 14px !important;
    min-width: 328px;
}

.nyc-coop-carousel article {
    background: #F9F9F9;
}

.nyc-coop-carousel .copy {
    background-color: #F9F9F9 !important;
}

.nyc-coop p.__pfs.logo.__bss {
    display: flex;
}

.nyc-coop .logo sup.__pfs.__bss {
    position: relative;
    left: 10px;
    top: 5px;
}


@media only screen and (max-width: 767px) {
    .nyc-coop-carousel .slick-slide .col-lg-6 img {
        border-radius: 14px 14px 0 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    .nyc-coop-carousel .slick-slide .col-lg-6 img {
        border-radius: 14px 0 0 14px !important;
    }
}

/* USA Coop Carousel pill */
.usa-coop-campaign .col-lg-6 .red-pill {
    border-radius: 16px;
    background: #d8292f;
    color: #fff;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    max-width: max-content;
    position: absolute;
    margin: 16px;
}

/* Flights to Canada POS US */
p.__pfs.canada-pos-us + .py-2 button[data-test="view-more"]:not(.vg-Am, .vg-Aq, .vg-o, .vg-m) {
    color: #005078;
}

@media only screen and (max-width: 767px) {
    iframe.usa-coop {
        width: 346px;
        height: 194px;
        border-radius: 14px;
        margin: 0 auto;
    }

    .usa-coop-campaign .__pfs.col-lg-6.col-md-6.col-sm-6.col-xs-12.__bss .img-resize {
        max-height: 200px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    iframe.usa-coop {
        width: 728px;
        height: 409px;
        border-radius: 14px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
    iframe.usa-coop {
        width: 1140px;
        height: 640px;
        border-radius: 14px;
        margin: 0 auto;
    }
}

/* Flights to Madrid */

section.madrid.slick-slider.carousel:not(.carousel-slider):not(.slider).slick-slider .slick-list.draggable {
    border-radius: 14px;
}

.row.madrid .ac.title {
    margin-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .row.madrid .__pfs.col-lg-6.col-md-6.col-sm-12.col-xs-12.__bss {
        padding: 10px 0 30px 0;
    }

    .carousel.madrid .copy h3.__pfs {
        margin-top: 0;
    }

    .madrid.carousel img.__pfs.img-resize {
        min-height: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .row.madrid .__pfs.col-lg-6.col-md-6.col-sm-12.col-xs-12.__bss {
        padding: 10px 20px 60px 0;
    }
}

@media only screen and (min-width: 1025px) {
    .row.madrid .__pfs.col-lg-6.col-md-6.col-sm-12.col-xs-12.__bss {
        padding: 10px 20px 60px 0;
    }

    .madrid .__pfs.col-lg-6.col-md-6.col-sm-6.col-xs-12.copy.__bss {
        margin-top: 50px;
    }
}

/* Flights from Washington to Vancouver */

.washington-vancouver img.__pfs.img-responsive.__bss {
    position: relative;
}

.washington-vancouver .text-right img+img {
    position: absolute;
    top: 5px;
    right: 15px;
}

.carousel.washington-vancouver a:after {
    content: '';
    display: inline-block;
    background: url(https://www.aircanada.com/content/dam/aircanada/loyalty-content/images/prev-arrow.svg) no-repeat center center !important;
    background-size: 14px 14px !important;
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.carousel.washington-vancouver h3 {
    padding-bottom: 12px;
}

.carousel.washington-vancouver div.copy {
    padding: 30px 15px !important;
}

.carousel.washington-vancouver button.slick-prev.slick-arrow, .carousel.washington-vancouver button.slick-next.slick-arrow {
    border: none !important;
}

@media only screen and (min-width: 1200px) {
    iframe.__pfs.washington-vancouver.__bss {
        width: 1104px;
        height: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    iframe.__pfs.washington-vancouver.__bss {
        width: 728px;
        height: 400px;
    }

    .carousel.washington-vancouver .img-resize {
        min-height: 303px !important;
    }
}

@media only screen and (max-width: 767px) {
    iframe.__pfs.washington-vancouver.__bss {
        width: 345px;
        height: 194px;
    }
}

/* Flights to FDF video */

div.__pfs.fdf-video iframe.__pfs.__bss {
    width: 560px; 
    height: 315px;
}

/*flights from YQB*/

.img-responsive.no-change-fee-img {
    width: 40% !important;
    max-width: 40% !important;
    float: left;
    margin-top: -10px;
}

#promo-right-yqb h3.__pfs {
    text-align: left;
}

#promo-right-yqb .ccplus-logo {
    margin-top: -30px;
}

#promo-right-yqb .ccplus-body {
    text-align: left;
}

img.img-yqb-logo {
    width: 30%;
    margin: 0px auto;
}


/*slights to Saint Lucia video & logo*/

.saint_lucia_video {
    width: 70%;
    height: 450px;
}

.saint_lucia_logo {
    width: 40%;
    margin: 10px auto;
}

/* destination pages button font colour */
button.relative.p-1.block.px-2.H.l.M.m.K.tracking-normal.n.c.o.p.border-solid.q.B.A.r.s.N.t.hover\:underline.O.u.focus\:underline.v.w.x {
    color: #005078 !important;
}

/* flights to vienna mll fix */ 
#mll .slick-next {
    transform: rotate(180deg) !important;
}

/*flex booking & CCplus & insurance gray box*/

.promo-brick .bflex-body {
    margin-left: 5px;
    margin-right: 0px;
}

.promo-brick .ccplus-body {
    margin-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.promo-brick.promo-right {
    text-align: left;
}

.promo-brick .insurance-body {
    margin-top: 25px;
    margin-left: 8px;
    margin-right: 5px;
    text-align: left;
}

.promo-brick.promo-left h3.__pfs {
    margin-top: 10px;
}

.promo-brick.promo-middle h3.__pfs {
    margin-top: 10px;
}

.promo-brick.promo-right h3.__pfs {
    text-align: left;
    margin-top: 10px;
    margin-left: 7px;
}

.img-responsive.no-change-fee-img {
    width: 40%;
    float: left;
    margin-top: 5px;
    margin-left: 0px;
}

.img-responsive.bflex-icon {
    margin-top: -30px;
    width: 58%;
}

.img-responsive.ccplus-logo {
    margin-top: -10px;
}

.row.__pfs.promo-box {
    padding: 40px 0px 20px;
}

.divider.ver-div.__pfs.ver-div.__pfs-left {
    left: 33%;
}

.divider.ver-div.__pfs.ver-div.__pfs-right {
    left: 67%;
}

.flight-pass-section {
    margin-top: 60px;
}

.flight-pass-section div.__pfs.image {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media only screen and (max-width: 1199px) {
    #promo-right-yqb h3.__pfs {
        margin-top: 10px;
    }
    #promo-right-yqb .ccplus-logo {
        margin-top: -20px;
    }
}

@media only screen and (max-width: 991px) {
    #promo-left-yqb .bflex-icon {
        margin-top: -15px;
    }
    #promo-right-yqb .ccplus-logo {
        width: 40%;
        margin-top: -25px;
    }
    #promo-left-yqb img.__pfs .img-responsive.no-change-fee-img {
        margin-top: -5px;
    }
    .saint_lucia_video {
        height: 300px;
    }
}

@media only screen and (max-width: 880px) {
    #promo-left-yqb .bflex-icon {
        margin-top: -22px;
        width: 60%;
        margin-right: -10px;
    }
    .promo-box #promo-right-yqb h3.__pfs {
        margin-left: 0px;
    }
    #promo-right-yqb .ccplus-logo {
        margin-top: -25px;
        margin-right: 10px;
    }
    #promo-right-yqb .ccplus-body {
        text-align: left;
    }
}

@media only screen and (min-width: 768px) {
    #promo-left-yqb {
        width: 50%;
    }
    #promo-right-yqb {
        width: 50%;
    }
}

@media only screen and (max-width: 680px) {
    #promo-left-yqb .bflex-icon {
        margin-top: -30px;
        width: 60%;
        margin-right: -10px;
    }
    #promo-right-yqb .ccplus-logo {
        width: 40%;
        margin-top: -20px;
    }
    .promo-box #promo-right-yqb h3.__pfs {
        margin-top: 0px;
    }
    #promo-left-yqb img.__pfs .img-responsive.no-change-fee-img {
        margin-top: -15px;
    }
    #promo-left-yqb .bflex-body {
        margin-top: 0px;
    }
    .saint_lucia_video {
        height: 250px;
    }
}

@media only screen and (max-width: 500px) {
    #promo-left-yqb .bflex-icon {
        margin-top: -25px;
        width: 60%;
        margin-right: -10px;
    }
    #div.__pfs-yqb {
        top: 42%;
    }
    #promo-right-yqb .ccplus-logo {
        width: 40%;
        margin-top: -40px;
    }
    .promo-box #promo-right-yqb h3.__pfs {
        margin-top: 80px;
    }
    .saint_lucia_video {
        height: 200px;
    }
}


/*flights from YQB END*/

@media only screen and (max-width: 767px) {
    iframe.video_takeoff {
        min-height: 420px;
    }
    /*YQB logo*/
    img.__pfs.img-yqb-logo {
        width: 60%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    iframe.video_takeoff {
        height: 220px;
    }
}

@media only screen and (max-width: 991px) {
    iframe.video_takeoff {
        min-height: 220px;
    }
}


/* new tab design*/

#myTab {
    margin-top: 10px;
}

.text-right {
    text-align: right;
}

div.__pfs.row.__pfs.grey {
    margin: auto 15px;
    background-color: #e6e6e6;
}

div.__pfs.box.row.__pfs .row.__pfs {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

section.logo-block {
    text-align: center;
    margin-bottom: 20px;
}

section.logo-block img.__pfs {
    height: 50px;
}

.logo-tourism-board,
.logo-skytrax {
    max-width: 250px;
}

img.hidden-lg.hidden-md.hidden-sm {
    margin-bottom: 20px;
}


/* Verical ACV */

section.acv-vertical h2.__pfs {
    margin: 30px 15px 15px;
}

section.acv-vertical div.__pfs.copy {
    margin-left: -14px;
    background-color: #f9f9f9;
    padding: 20px;
    margin-top: 0px;
    padding-bottom: 115px;
}

section.acv-vertical {
    margin-bottom: 30px;
}

section.acv-vertical div.__pfs.copy {
    margin-left: 0px !important;
    padding-bottom: initial !important;
    min-height: 240px;
}


/* Extra callout offer */

div.__pfs.plus-promo {
    background: rgba(186, 168, 141, 0.05);
    padding: 15px 30px;
    margin: 40px auto 20px;
    width: 100%;
    display: table;
}

div.__pfs.plus-promo p.__pfs {
    margin-bottom: 0px;
}

div.__pfs.plus-promo p span {
    font-size: 16px;
    font-weight: 600;
}

div.__pfs.plus-promo img.__pfs {
    margin-right: 20px;
    width: 75px;
}

div.__pfs.plus-promo p,
div.__pfs.plus-promo img.__pfs {
    display: inline-block;
}

@supports (display: table) {
    div.__pfs.plus-promo p,
    div.__pfs.plus-promo img.__pfs {
        display: table-cell;
        vertical-align: middle;
    }
}


/* Right trail video */

div.__pfs.video-frame {
    position: relative;
    min-height: 250px;
}

div.__pfs.video-frame img.__pfs.video-thumbnail,
iframe#video {
    position: absolute;
    top: 0px;
    left: 5px;
    width: calc(100% - 20px);
    height: 275px;
}

div.__pfs.video-frame img.__pfs.video-thumbnail {
    z-index: 2;
}

div.__pfs.video-frame iframe#video {
    z-index: 1
}

div.__pfs.video-frame img.__pfs.video-thumbnail.click-hide {
    display: none;
}

@media only screen and (max-width: 767px) {
    div.__pfs.video-frame {
        min-height: 225px;
    }
    div.__pfs.video-frame img.__pfs.video-thumbnail,
    iframe#video {
        height: 225px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    div.__pfs.video-frame {
        min-height: 295px;
    }
    div.__pfs.video-frame img.__pfs.video-thumbnail,
    iframe#video {
        height: 295px;
    }
}

@media only screen and (max-width: 991px) {
    div.__pfs.video-frame img.__pfs.video-thumbnail,
    iframe#video {
        top: 15px;
        left: 15px;
        width: calc(100% - 30px);
    }
}


/* CONTENT CAROUSEL */

.carousel .copy {
    padding: 20px;
}

.carousel .pic {
    padding: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .carousel .copy h3.__pfs,
    .carousel-content h3.__pfs {
        margin: 15px auto 10px;
    }
    .carousel .pic {
        padding: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel .copy {
        padding: 10px calc(6% - 0px);
        font-size: 13px;
    }
    .carousel-content {
        padding: 0px 30px;
        font-size: 13px;
    }
    .carousel .copy h3.__pfs,
    .carousel-content h3.__pfs {
        margin: 15px auto 10px;
        font-size: 15px;
    }
    img.__pfs.img-resize {
        min-height: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .carousel .copy {
        padding: 0px 30px;
    }
    .carousel .pic {
        padding: 0px 10px;
    }
    .slick-prev,
    .slick-next {
        color: transparent !important;
        background: transparent !important;
        border: none !important;
    }
    .slick-prev:before,
    .slick-next:before {
        color: transparent !important;
    }
    .text-right {
        text-align: center;
    }
}


/*SCROLL MORE TEXT*/

.scroll-more, .__pfs.scroll-more {
    position: relative;
    border: 1px solid #c8c8c8;
    display: table;
    border-radius: 65px;
    margin: 50px auto;
    font-size: 16px;
    padding: 10px 25px 15px;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    text-align: center;
    margin: 15px auto 30px !important;
}

.scroll-more:before {
    content: url('https://www.aircanada.com/content/dam/aircanada/airtrfx/images/icon-chevron-scroll-down.svg');
    position: absolute;
    z-index: 100;
    left: calc(50% - 15px);
    top: 82%;
}

.scroll-more strong {
    display: block;
}

.scroll-top.__pfs {
    text-align: center;
    margin: 20px auto;
}

.scroll-more + .row.__pfs {
    display: flex;
}

@media only screen and (min-width: 991px){
    .scroll-more + .row.__pfs .__pfs.col-lg-4 {
        flex: 1;
    }
}

.scroll-more + .row.__pfs .__pfs.col-lg-4 a.__pfs {font-weight: 600;}

/*SEE MORE FLIGHTS + SCROLL TO TOP*/

.ac-view-more-flights {
    height: 40px;
    line-height: 20px;
    padding-right: 25px;
    margin-bottom: 35px;
    margin-top: 10px;
}

.ac-view-more-flights strong {
    display: block;
}

.ac-view-more-flights img.__pfs {
    width: 40px;
    padding: 6px;
    background-color: #D8292F;
    border-radius: 100%;
    margin-right: 5px;
    float: left;
}

.ac-view-more-flights a.__pfs {
    display: inline-block;
}

.ac-view-more-flights a.__pfs:hover img.__pfs {
    background-color: #B52327;
}

.ac-scroll-top.__pfs {
    display: block;
    float: right;
    border-left: 1px solid #c8c8c8;
    padding-left: 25px;
    line-height: 40px;
    height: 40px;
}


/*TRAVEL BANNERS*/

div.__pfs.travelOptions-h.row.__pfs {
    background-color: #e6e6e6;
    margin: auto 0px;
    position: relative;
    max-height: 156px;
    overflow: hidden;
}

div.__pfs.travelOptions-h.row.__pfs img.__pfs {
    object-fit: cover;
    max-width: 100%;
}

div.__pfs.travelOptions-h.row.__pfs div.__pfs.col-lg-3:first-child {
    padding: 0px;
}

div.__pfs.travelOptions-h.row.__pfs div.__pfs.content {
    padding: 0px 2em;
    position: absolute;
    top: 17%;
    right: 0px;
    width: 80%;
}

div.__pfs.travelOptions-h.row.__pfs div.__pfs.col-lg-8 p.__pfs {
    display: inline-block;
}

div.__pfs.travelOptions-h.row.__pfs p.__pfs {
    font-size: 20px;
}

div.__pfs.travelOptions-h.row.__pfs a.__pfs.btn.btn-primary {
    float: left;
    background: #005078;
    color: #fff;
    padding: 8px 40px;
    font-size: 16px;
    border-radius: 0px !important;
}

div.__pfs.travelOptions-h.row.__pfs div.__pfs.cta {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    div.__pfs.travelOptions-h.row.__pfs div.__pfs.content {
        padding: 0px 3em;
        top: 15%;
    }
    div.__pfs.travelOptions-h.row.__pfs p.__pfs {
        font-size: 16px;
    }
    div.__pfs.travelOptions-h.row.__pfs a.__pfs.btn.btn-primary {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    div.__pfs.travelOptions-h.row.__pfs p.__pfs {
        font-size: 14px;
    }
    div.__pfs.travelOptions-h.row.__pfs a.__pfs.btn.btn-primary {
        font-size: 13px;
    }
    div.__pfs.travelOptions-h.row.__pfs div.__pfs.content {
        top: 8%;
    }
    div.__pfs.travelOptions-h.row.__pfs {
        max-height: 400px;
    }
}

div.__pfs.travelOptions-v.row.__pfs {
    background-color: #e6e6e6;
    margin: auto 0px;
}

div.__pfs.travelOptions-v.row.__pfs .col-lg-12 {
    padding: 0px;
}

div.__pfs.travelOptions-v.row.__pfs img.__pfs {
    object-fit: cover;
    max-width: 100%;
}

div.__pfs.travelOptions-v.row.__pfs div.__pfs.content {
    padding: 20px;
}

div.__pfs.travelOptions-v.row.__pfs a.__pfs.btn.btn-primary {
    width: 100%;
    font-size: 18px;
    border-radius: 0px !important;
}

div.__pfs.travelOptions-v.row.__pfs p.__pfs {
    font-size: 20px;
}

div.__pfs.travelOptions-v.row.__pfs p.__pfs.text-center {
    margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
    div.__pfs.travelOptions-v.row.__pfs p.__pfs {
        font-size: 16px;
    }
    div.__pfs.travelOptions-v.row.__pfs a.__pfs.btn.btn-primary {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    div.__pfs.travelOptions-v.row.__pfs a.__pfs.btn.btn-primary {
        width: auto;
    }
}


/* Hotels List Module */

.isPromo {
    display: none;
}

.isPromo.active {
    display: block;
}

section.hotels-row.row.__pfs {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 30px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

section.hotels-row.row.__pfs ul.__pfs {
    -webkit-column-count: 3;
    column-count: 3;
    padding: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    section.hotels-row.row.__pfs ul.__pfs {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (max-width: 767px) {
    section.hotels-row.row.__pfs ul.__pfs {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

section.hotels-row.row.__pfs ul.__pfs li.__pfs {
    padding: 5px 10px 5px 0px;
}


/* Not an AE member module */

.ae-member {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

.marginTop.row.__pfs {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .marginTop.row.__pfs {
        margin-top: 25px;
    }
}

.primary-btn {
    margin: 10px 0;
    display: flex;
    padding: 15px 35px;
    align-items: center;
    justify-content: center;
    background-color: #004070;
    color: #ffffff !important;
    text-decoration: none;
    border: 1px solid #005078;
}

.primary-btn:hover {
    color: #fff;
}

.ae-member img.__pfs {
    margin: 0 auto;
}


/* FLIGHT PASS THIN BANNER */

section.flight-pass.row.__pfs {
    background-color: #f9f9f9 !important;
    margin: 60px 0px 0px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

section.flight-pass.row.__pfs div.__pfs.row.__pfs.grey {
    background-color: transparent;
    margin: 0px;
}

section.flight-pass.row.__pfs div.__pfs.row.__pfs.grey .content {
    padding: 5px 15px;
}

section.flight-pass.row.__pfs div.__pfs.row.__pfs.grey .content h3.__pfs {
    margin: 10px auto;
}

section.flight-pass.row.__pfs div.__pfs.row.__pfs.grey .image {
    padding: 3em;
    height: 100%;
}

div.__pfs#em_iframe iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

img.usa-coop-logos {
    max-width: 200px;
    display: inline-block;
}

.usa-coop-campaign .col-lg-6.col-md-6.col-sm-6.col-xs-12.copy {
    padding: 0;
    padding-left: 15px;
    padding-right: 25px;
}

div.__pfs#em_iframe {
    padding: 0;
}

.usa-coop-campaign.slick-initialized.slick-slider.slick-dotted>div.__pfs>div.__pfs>div.__pfs.slick-slide>div.__pfs>article {
    margin: 0;
}

.usa-coop-campaign.slick-initialized.slick-slider.slick-dotted>div.__pfs>div.__pfs>div.__pfs.slick-slide>div.__pfs>article>div.__pfs:nth-child(1) {
    padding: 0;
    margin-bottom: -5px;
}

img.usa-coop-logos.usa-coop-logos-new-orleans {
    max-width: 80px;
}

img.usa-coop-logos.usa-coop-logos-seattle {
    max-width: 125px;
}

@media only screen and (max-width: 991px) {
    section.flight-pass.row.__pfs div.__pfs.row.__pfs.grey .image {
        padding: 0px 1em 1em;
        width: 30%;
    }
}

@media only screen and (max-width: 767px) {
    section.flight-pass.row.__pfs div.__pfs.row.__pfs.grey .image {
        width: 50% !important;
    }
}


/* PROMO BOX RESPONSIVE */

@media only screen and (max-width: 991px) {
    .promo-box {
        padding: 30px;
    }
}

@media only screen and (max-width: 880px) {
    .promo-bg-color {
        width: 98%;
        left: 2%;
    }
    .promo-brick {
        width: 50%;
    }
    .brick-grey {
        min-height: 190px;
    }
    .brick-white {
        min-height: 170px;
        padding: 5% 30px;
    }
    .promo-box .divider {
        height: 1.5px;
        width: 60%;
        top: 50%;
        left: 20%;
    }
    .ccplus-logo {
        width: 40%;
    }
    .promo-box {
        padding: 40px 20px;
    }
    .promo-right {
        text-align: left;
    }
    .promo-right p.__pfs {
        text-align: left;
    }
    .bflex-icon {
        margin-top: -32px;
        width: 100%;
        margin-right: -15px;
    }
    .promo-right h3.__pfs {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 680px) {
    .promo-bg-color {
        width: 98%;
        left: 2%;
    }
    .brick-white h3.__pfs {
        font-size: 18px;
    }
    .ccplus-logo {
        width: 35%;
        margin-top: -15px;
    }
    .promo-box {
        margin-left: 0;
    }
    .promo-right {
        text-align: left;
    }
    .promo-right p.__pfs {
        text-align: left;
    }
    .bflex-icon {
        margin-top: -28px;
        width: 100%;
    }
    .promo-right h3.__pfs {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 500px) {
    .promo-box {
        padding: 0px 30px;
        margin-right: -32px;
        margin-left: -35px;
        padding-bottom: 15px;
        padding-top: 35px;
    }
    .brick-grey {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .brick-white {
        width: 90%;
        margin-left: 15px;
        min-height: 150px;
        margin-bottom: 25px;
    }
    .promo-box .divider {
        height: 1.5px;
        width: 60%;
        top: 50%;
        left: 20%;
    }
    .promo-bg-color {
        width: 80%;
        left: 10%;
    }
    .promo-brick {
        width: 100%;
    }
    .ccplus-logo {
        width: 40%;
        margin-top: -18px;
    }
    .promo-brick .ccplus-body {
        padding-bottom: 5px;
    }
    .promo-right {
        text-align: left;
    }
    .promo-right p.__pfs {
        text-align: left;
    }
    .bflex-icon {
        margin-top: -25px;
        width: 100%;
        margin-right: -10px;
    }
    .promo-right h3.__pfs {
        margin-left: 0px;
    }
}


/* PROMO BOX RESPONSIVE END */


/*flex booking & CCplus & insurance gray box*/


/* div.__pfs.row.__pfs {
padding: 30px 30px;
} */

@media only screen and (min-width: 768px){
    .__pfs.col-lg-6.col-md-6.__bss {
        width: 50%;
    }
}

@media only screen and (max-width: 991px) {
    /* uncomment me if em changes again*/
    /*  :lang(fr)#why-book-ac{
padding: 15px 15px !important;
margin-left: -32px !important;
margin-right: -32px !important;
}*/
    .promo-brick {
        width: 100%;
        margin: 20px 0px;
    }
    div.__pfs.row.__pfs.promo-box {
        padding: 30px 30px;
    }
    img.__pfs.img-responsive.no-change-fee-img {
        margin-top: -10px;
    }
    img.__pfs.img-responsive.bflex-icon {
        margin-top: -30px;
    }
    .promo-brick .bflex-body {
        margin-bottom: 30px;
        margin-left: 0px;
    }
    img.__pfs.img-responsive.ccplus-logo {
        margin-top: -20px;
        width: 40%;
        margin-right: 10px;
    }
    .promo-brick.promo-middle h3.__pfs {
        font-size: 24px;
        margin-top: 5px !important;
    }
    p .ccplus-body {
        margin-top: 50px;
        margin-left: 0px;
    }
    .promo-brick.promo-right h3.__pfs {
        margin-left: 0px;
    }
    .promo-brick .insurance-body {
        margin-left: 0px;
    }
    div.__pfs.divider.ver-div.__pfs.ver-div.__pfs-left {
        height: 1.5px;
        width: 60%;
        top: 32%;
        left: 20% !important;
    }
    div.__pfs.divider.ver-div.__pfs.ver-div.__pfs-right {
        height: 1.5px;
        width: 60%;
        top: 64%;
        left: 20% !important;
    }
}

@media only screen and (max-width: 880px) {
    .promo-brick {
        width: 100% !important;
    }
    img.__pfs.img-responsive.bflex-icon {
        margin-top: -30px;
    }
    .promo-brick.promo-right h3.__pfs {
        margin-left: 0px;
    }
    img.__pfs.img-responsive.no-change-fee-img {
        margin-top: -10px;
    }
}

@media only screen and (max-width:767px) {
    .slick-arrow {
        display: none !important;
    }
    div.__pfs#acv-container .img-slide .carousel-content {
        padding: 0px 15px 10px;
    }
    img.__pfs.img-responsive.ccplus-logo {
        width: 40%;
        margin-top: -10px !important;
    }
}

@media only screen and (max-width: 680px) {
    img.__pfs.img-responsive.bflex-icon {
        margin-top: -20px;
    }
    img.__pfs.img-responsive.ccplus-logo {
        width: 40%;
        margin-top: -10px !important;
    }
    p .ccplus-body {
        margin-top: 30px;
    }
    img.__pfs.img-responsive.no-change-fee-img {
        margin-top: -5px;
    }
}

@media only screen and (max-width: 500px) {
    img.__pfs.img-responsive.ccplus-logo {
        width: 40%;
        margin-top: 0px !important;
    }
    .promo-brick.promo-middle h3.__pfs {
        margin-top: 0px !important;
    }
}


/* Pricing widget links */

.pricing-widget .disclaimer a.__pfs {
    color: #005078 !important;
}


/*flex booking & CCplus & insurance gray box END*/


/*CSS for multitab*/

.navmenus li.__pfs.nav-item {
    width: 183px;
    height: 50%;
    /* left: 0.13%; */
    /* margin-right: 7px; */
    background: rgba(255, 255, 255, 0.9);
}

.navmenus>li.__pfs>a.__pfs {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-top: 6px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-align: center;
    border-bottom: 1px #d0d0ce solid;
    color: #4a4f54;
}

.navmenus>li.__pfs>a.__pfs:hover {
    text-decoration: none;
    border-color: white;
    border-bottom: solid 1px #000000;
    background-color: white;
}

.navmenus>li.__pfs.active>a.__pfs,
.navmenus>li.__pfs.active>a.__pfs:hover,
.navmenus>li.__pfs.active>a.__pfs:focus {
    border-color: #eee #eee #ddd;
    text-decoration: none;
    background-color: #ffffff;
    border: none;
    cursor: default;
    box-shadow: 10px 10px 27px -18px #151010;
    color: black;
    font-weight: 700;
    border-bottom: 2px #005078 solid;
}

.navmenus {
    border-bottom: none !important;
    margin-top: 10px;
    position: sticky;
    top: 0px;
    z-index: 1;
}

.dest-button {
    width: 49.8%;
    padding: 10px;
    font-weight: 400;
    border: 0;
    background-color: white;
    border-bottom: 1px #d0d0ce solid;
    color: #4a4f54;
    font-size: 20px;
}

.dest-tabs .active {
    font-weight: 600;
    border-bottom: 2px darkred solid;
    box-shadow: 10px 10px 27px -18px #151010;
}


/* iFRAME VIDEO ADJUSTMENT */

.row.__pfs div.__pfs #em_frameVideo iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

div.__pfs#em_frameVideo {
    padding: 0;
}


/* TRAVEL READY SECTION */

.bg-grey.row.__pfs.travel_ready {
    background-color: #f9f9f9;
    padding: 30px;
    margin: auto;
    position: relative;
}

.bg-grey.row.__pfs.travel_ready .divider.ver-div.__pfs {
    background-color: #c1c5c8;
    height: 70px;
    width: 1px;
    z-index: 2;
    position: absolute;
    left: 34%;
    margin-top: 0px;
}

html[lang^="fr"] .bg-grey.row.__pfs.travel_ready img.__pfs {
    margin-top: 15px;
}

html[lang^="fr"] .bg-grey.row.__pfs.travel_ready .divider.ver-div.__pfs {
    height: 80px;
    left: 34%;
}


/*
============================
CSS FOR TABLETS AND DESKTOPS
============================
*/

@media (min-width: 667px) {
    div.__pfs#em_frameVideo iframe {
        height: 175px;
    }
}

@media (min-width:768px) {
    .scroll-more, .scroll-more.__pfs {
        border-radius: 25px;
        padding: 12px 22px 16px;
        margin: 15px auto 30px !important;
    }
    .Asset .row.__pfs {display: flex; flex-wrap: wrap;}
    .Asset .row.__pfs .col-lg-4 {flex: 1;}
    .scroll-more strong {
        display: inline;
    }
    .ac-view-more-flights {
        height: 40px;
        line-height: 40px;
        padding-right: 31px;
    }
    .ac-view-more-flights strong {
        display: inline;
    }
    .ac-scroll-top.__pfs {
        border-left: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bg-grey.row.__pfs.travel_ready img.__pfs {
        margin-top: 60px;
    }
    .bg-grey.row.__pfs.travel_ready .divider.ver-div.__pfs {
        height: 170px;
        left: 50%;
    }
}


/*
=================================
CSS FOR SMALL PHONES AND PHABLETS
=================================
*/

@media (max-width:768px) {
    .scroll-more {
        font-size: 14px;
        width: auto;
    }
    .scroll-more.mobilePad {
        padding: 20px;
    }
    section.row.__pfs.logo-block {
        margin-bottom: 20px;
    }
    section.logo-block img.__pfs {
        height: auto;
    }
    section.container-img {
        margin-top: 5px;
    }
    div.__pfs.container-img {
        margin-top: 20px;
        padding-left: 14px;
    }
    /**CSS FOR MULTI TAB**/
    button#dropdownMenu .dropdown-menus {
        padding: 0px !important;
    }
    button#dropdownMenu .dropdown-menus .dropdown-menu>li.__pfs>a.__pfs:hover,
    .dropdown-menu>li.__pfs>a.__pfs:focus {
        background-color: white;
    }
    button#dropdownMenu .dropdown-menus .nav>li.__pfs {
        position: relative;
        display: block;
        border-bottom: black 1px solid;
    }
    button#dropdownMenu .dropdown-menus.li.__pfs.nav-item {
        width: 100%;
    }
    button#dropdownMenu {
        color: #333;
        background-color: white;
        border-color: white;
        width: 100%;
        text-align: left;
        margin-left: 0px;
        border-bottom: 1px solid #e0e4e7;
        border-radius: 0;
    }
    button#dropdownMenu .dropdown-menu>.active>a.__pfs,
    .dropdown-menu>.active>a.__pfs:hover,
    .dropdown-menu>.active>a.__pfs:focus {
        color: black;
        text-decoration: none;
        outline: 0;
        background-color: #FFFFFF;
    }
    button#dropdownMenu .dropdown-menus .nav>li.__pfs>a.__pfs:hover,
    .nav>li.__pfs>a.__pfs:focus {
        text-decoration: none;
        background-color: white;
    }
    button#dropdownMenu .dropdown-menus .nav>li.__pfs>a.__pfs:hover,
    .nav>li.__pfs>a.__pfs:hover {
        text-decoration: none;
    }
    .caret {
        position: absolute;
        right: 15px;
        top: 13px;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid \9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
}

@media only screen and (max-width: 414px) {
    .redirect-france-legal:before {
        margin-bottom: 55px;
    }
    html[lang^="fr"] .redirect-france-legal:before {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    .bg-grey.row.__pfs.travel_ready .divider.ver-div.__pfs {
        display: none;
    }
    .bg-grey.row.__pfs.travel_ready img.__pfs {
        margin-bottom: 20px;
    }
}


/*
====================
RESPONSIVE ALIGNMENT
====================
*/

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

@media (min-width:768px) {
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .text-sm-center {
        text-align: center;
    }
    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width:992px) {
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .text-md-center {
        text-align: center;
    }
    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width:1200px) {
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .text-lg-center {
        text-align: center;
    }
    .text-lg-justify {
        text-align: justify;
    }
}


/* make youtube video responsive*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Generic CSS - ported over from older bootstrap */

.primary-btn {color: #fff !important; font-weight: 600 !important;}
.sr-only, .slick-sr-only {position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }

.Campaign .row.__pfs {display: flex; flex-wrap: wrap; margin: 0 -15px; }
/*@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .Campaign {padding: 0 20px; }
}*/
@media only screen and (max-width: 1024px){
    .Campaign .row.__pfs {margin: 0 auto; }
}


@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:300;
    src:url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-300.eot?1631110762 );
    src:local('Open Sans Light'),local('OpenSans-Light'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-300.eot?#iefix?1631110762 ) format('embedded-opentype'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-300.woff2?1631110762 ) format('woff2'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-300.woff?1631110762 ) format('woff'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-300.ttf?1631110762 ) format('truetype'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-300.svg#OpenSans?1631110762 ) format('svg')
}
@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:400;
    src:url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-regular.eot?1631110762 );
    src:local('Open Sans Regular'),local('OpenSans-Regular'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-regular.eot?#iefix?1631110762 ) format('embedded-opentype'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-regular.woff2?1631110762 ) format('woff2'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-regular.woff?1631110762 ) format('woff'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-regular.ttf?1631110762 ) format('truetype'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-regular.svg#OpenSans?1631110762 ) format('svg')
}
@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:600;
    src:url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-600.eot?1631110762 );
    src:local('Open Sans SemiBold'),local('OpenSans-SemiBold'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-600.eot?#iefix?1631110762 ) format('embedded-opentype'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-600.woff2?1631110762 ) format('woff2'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-600.woff?1631110762 ) format('woff'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-600.ttf?1631110762 ) format('truetype'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-600.svg#OpenSans?1631110762 ) format('svg')
}
@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:700;
    src:url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-700.eot?1631110762 );
    src:local('Open Sans Bold'),local('OpenSans-Bold'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-700.eot?#iefix?1631110762 ) format('embedded-opentype'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-700.woff2?1631110762 ) format('woff2'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-700.woff?1631110762 ) format('woff'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-700.ttf?1631110762 ) format('truetype'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-700.svg#OpenSans?1631110762 ) format('svg')
}
@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:800;
    src:url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-800.eot?1631110762 );
    src:local('Open Sans ExtraBold'),local('OpenSans-ExtraBold'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-800.eot?#iefix?1631110762 ) format('embedded-opentype'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-800.woff2?1631110762 ) format('woff2'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-800.woff?1631110762 ) format('woff'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-800.ttf?1631110762 ) format('truetype'),url(https://assets.airtrfx.com/bundles/trfx/less-autopilot/fonts/open-sans/open-sans-v15-latin-800.svg#OpenSans?1631110762 ) format('svg')
}

.weather-container{
    overflow:hidden;
    margin-bottom:20px
}
.weather-day{
    height:64px;
    position:relative;
    border-bottom:1px solid #D8D8D8
}
@media (min-width:768px){
    .weather-day{
        width:13.4%;
        height:auto;
        float:left;
        text-align:center;
        border:none
    }
    .weather-day:not(:last-child){
        margin-right:1%
    }
}
.weather-information{
    padding-left:65px;
    display:table;
    width:100%
}
@media (min-width:768px){
    .weather-information{
        padding-left:0;
        display:inline-block
    }
}
.weather-icon{
    font-size:42px;
    width:60px;
    height:42px;
    line-height:42px;
    position:absolute;
    left:-8px;
    top:10px;
    color:#005078
}
.weather-icon:before{
    font-family:"fontello";
    font-style:normal;
    font-weight:normal;
    display:inline-block;
    text-decoration:inherit;
    width:1em;
    margin-right:.2em;
    text-align:center;
    text-decoration:none;
    font-variant:normal;
    text-transform:none;
    line-height:1em;
    margin-left:.2em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
@media (min-width:768px){
    .weather-icon{
        left:auto;
        top:43px;
        position:relative;
        font-size:55px;
        z-index:0;
        display:inline-block;
        min-height:70px
    }
    .weather-icon:before{
        margin:0
    }
}
@media (max-width:767px){
    .rtl .weather-information{
        padding-left:0;
        padding-right:65px
    }
    .rtl .weather-icon{
        left:0;
        right:-8px
    }
}
.weather-information-first,.weather-information-last{
    display:table-cell;
    vertical-align:middle;
    height:64px
}
@media (min-width:768px){
    .weather-information-first,.weather-information-last{
        display:inline-block;
        height:auto
    }
}
@media (min-width:768px){
    .weather-information-first{
        margin-top:5px
    }
}
@media (max-width:991px){
    .rtl .weather-information--day,.rtl .weather-information--description{
        float:right
    }
    .rtl .weather-information--temperature,.rtl .weather-information--date{
        float:left
    }
}
.weather-icon.weather-icon--01d:before,.weather-icon.weather-icon--01n:before{
    content:'\e800'
}
.weather-icon.weather-icon--02d:before,.weather-icon.weather-icon--02n:before{
    content:'\e801'
}
.weather-icon.weather-icon--03d:before,.weather-icon.weather-icon--03n:before{
    content:'\e802'
}
.weather-icon.weather-icon--04d:before,.weather-icon.weather-icon--04n:before{
    content:'\e803'
}
.weather-icon.weather-icon--09d:before,.weather-icon.weather-icon--09n:before{
    content:'\e807'
}
.weather-icon.weather-icon--10d:before,.weather-icon.weather-icon--10n:before{
    content:'\e803'
}
.weather-icon.weather-icon--11d:before,.weather-icon.weather-icon--11n:before{
    content:'\e805'
}
.weather-icon.weather-icon--13d:before,.weather-icon.weather-icon--13n:before{
    content:'\e804'
}
.weather-icon.weather-icon--50d:before,.weather-icon.weather-icon--50n:before{
    content:'\e807'
}
.weather-information--day{
    float:left;
    font-size:16px;
    color:#212121;
    text-transform:capitalize;
    font-weight:600
}
@media (min-width:768px){
    .weather-information--day{
        position:relative;
        top:-75px
    }
}
@media (min-width:768px){
    .weather-information--day{
        font-size:16px;
        text-transform:capitalize
    }
}
.weather-information--description{
    float:left;
    clear:both;
    font-size:12px;
    color:#707070;
    text-transform:capitalize
}
@media (min-width:768px){
    .weather-information--description{
        margin-bottom:10px;
        font-size:10px
    }
}
.weather-information--temperature{
    float:right;
    font-size:16px;
    color:#333333;
    text-transform:capitalize;
    font-weight:600
}
@media (min-width:768px){
    .weather-information--temperature{
        font-size:24px;
        color:#212121
    }
}
.weather-information--date{
    float:right;
    clear:both;
    font-size:12px;
    color:#707070;
    text-transform:capitalize
}
@media (min-width:768px){
    .weather-information--day,.weather-information--description,.weather-information--temperature,.weather-information--date{
        float:none;
        clear:none;
        display:inline-block;
        width:100%
    }
}
footer{
    color:white
}
footer a.__pfs:focus{
    outline-color:#fff !important
}
.footer-links-header{
    color:#fff;
    font-family:OpenSans-Semibold,"Open Sans";
    font-size:14px;
    font-weight:600;
    letter-spacing:.22px;
    text-transform:uppercase
}
a.__pfs.footer-link,.footer-links-list li.__pfs a.__pfs{
    color:#fff;
    font-family:OpenSans-Light,"Open Sans";
    font-size:14px;
    font-weight:300;
    letter-spacing:.22px;
    line-height:22px;
    text-decoration:none
}
footer ul.__pfs{
    list-style:none;
    margin-block-start:0;
    margin-block-end:0;
    margin-inline-start:0;
    margin-inline-end:0;
    padding-inline-start:0
}
a.__pfs.footer-link:hover,a.__pfs.footer-link:focus,.footer-links-list li.__pfs a.__pfs:hover,.footer-links-list li.__pfs a.__pfs:focus,.footer-legal-links:hover,.footer-legal-links:focus{
    text-decoration:underline;
    color:#fff
}
.footer-links-header{
    padding-top:12px;
    padding-bottom:5px;
    border-bottom:1px solid #d1d1d1
}
.footer-legal-links,.footer-a11-text{
    color:#fff;
    font-family:"Open Sans";
    font-size:12px;
    letter-spacing:.19px;
    line-height:27px;
    text-decoration:none
}
.footer-copyright-text{
    color:#fff;
    font-family:OpenSans-Semibold,"Open Sans";
    font-size:12px;
    font-weight:600;
    letter-spacing:.19px;
    margin-top:10px
}
.footer-a11-text{
    color:#baa88d;
    margin-top:10px;
    text-align:center
}
@media (min-width:768px){
    .footer-a11-text{
        text-align:left
    }
}
.footer-border{
    border-bottom:1px solid #d1d1d1
}
.footer-legal-container{
    margin-top:20px
}
.footer-legal-container ul.__pfs{
    list-style-type:none;
    text-align:center
}
.footer-legal-container li.__pfs{
    display:inline
}
.footer-legal-container li.__pfs:not(:last-child):after{
    content:' |'
}
.last-col{
    display:flex;
    flex-direction:column
}
@media (min-width:768px){
    .last-col{
        flex-direction:row
    }
}
.footer-primary{
    background-color:#000
}
@media (min-width:768px){
    .footer-primary{
        background-color:#282828
    }
}
.footer-secondary{
    background-color:#000
}
.footer-copyright-container{
    border-top:1px solid #d1d1d1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin-top:20px;
    margin-bottom:20px
}
@media (min-width:768px){
    .footer-copyright-container{
        border-top:0;
        justify-content:space-between;
        flex-direction:row
    }
}
.footer-logos-container{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
.footer-logos-container a.__pfs,.footer-logos-container>div.__pfs{
    display:block;
    margin-top:20px
}
@media (min-width:768px){
    .footer-logos-container{
        justify-content:space-between;
        align-items:center;
        flex-direction:row
    }
}
.footer-social-icon{
    display:inline-block
}
.footer-links-list{
    padding-top:10px;
    padding-bottom:20px
}

.trfx-container-breadcrumbs{
    display:none
}
@media (min-width:768px){
    .trfx-container-breadcrumbs{
        display:block
    }
}
.breadcrumbs-list{
    margin:0;
    padding:0;
    list-style-type:none
}
.breadcrumbs-list .material-icons{
    vertical-align:middle;
    font-size:18px;
    color:#333333
}
.rtl .breadcrumbs-list .material-icons{
    -moz-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    transform:scaleX(-1);
    filter:FlipH;
    -ms-filter:"FlipH"
}
.breadcrumbs-listElement{
    display:inline-block
}
.breadcrumbs-listElement a.__pfs{
    vertical-align:middle
}
.breadcrumbs-listLink{
    line-height:18px;
    font-weight:600
}
@media (min-width:992px){
}
.breadcrumbs-listElement:last-child .breadcrumbs-listLink{
    color:#333
}
@media (min-width:992px){
}
.cookie-banner{
    display:none;
    width:100%;
    background:#EDEDED;
    border-bottom:1px solid rgba(0,0,0,0.12);
    padding:8px 0
}
.cookie-banner .container-cookie-banner{
    padding:0 10px;
    position:relative;
    font-size:12px
}
.cookie-banner p{
    margin:0 0 10px 0;
    float:left;
    text-align:center;
    width:100%
}
@media (min-width:600px){
    .cookie-banner p{
        margin:0;
        padding-right:10px;
        text-align:left;
        width:80%
    }
}
.cookie-banner .button--cta--outline{
    width:100%;
    overflow:hidden;
    line-height:28px;
    padding:9px 10px;
    font-size:12px
}
@media (min-width:600px){
    .cookie-banner .button--cta--outline{
        float:right;
        width:20%
    }
}
.tar{
    text-align:right
}
.header-menu-open{
    position:absolute;
    top:50%;
    transform:translateY(-50%)
}
.header-menu-backdrop{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    opacity:0;
    transition:opacity .1s;
    display:none
}
.header-menu{
    position:relative;
    padding:20px 0
}
.header-menu:before,.header-menu:after{
    content:" ";
    display:table
}
.header-menu:after{
    clear:both
}
.header-menu:before,.header-menu:after{
    content:" ";
    display:table
}
.header-menu:after{
    clear:both
}
.header-menu.open .header-menu-backdrop{
    display:block;
    opacity:1
}
.header-menu-open,.header-menu-close{
    background:none;
    border:none;
    padding:0;
    margin:0;
    color:#777;
    font-size:36px
}
.primary-menu,.primary-submenu{
    margin:0;
    padding:0;
    list-style-type:none
}
.primary-submenu__item{
    font-size:16px;
    margin:0 0 10px
}
.primary-submenu__item>a.__pfs{
    color:#E6E6E6
}
@media (max-width:991px){
    .header-menu-logo{
        text-align:center
    }
    .header-menu-logo img.__pfs{
        max-width:50%;
        height:auto
    }
    .header-menu__nav{
        background:#2A2A2A;
        padding:20px;
        overflow-y:scroll;
        z-index:1000
    }
    .header-menu__nav.slide-left{
        position:fixed;
        top:0;
        left:-300px;
        width:300px;
        height:100%;
        transition:left .2s
    }
    .header-menu.open .slide-left{
        left:0
    }
    .primary-submenu{
        margin-top:10px
    }
    .primary-menu__item{
        font-size:18px;
        margin-bottom:15px
    }
    .primary-menu__item>a.__pfs{
        color:#E6E6E6
    }
}
@media (min-width:992px){
    .header-menu{
        padding:20px 0
    }
    .header-menu-open,.header-menu-close{
        display:none
    }
    .header-menu-logo{
        text-align:left;
        position:absolute;
        top:50%;
        transform:translateY(-50%)
    }
    .header-menu__nav{
        float:right
    }
    .primary-menu__item{
        position:relative;
        display:inline-block;
        font-size:18px
    }
    .primary-menu__item>a.__pfs{
        display:inline-block;
        padding:10px 0;
        color:#2A2A2A
    }
    .primary-menu__item:not(:first-child){
        margin-left:40px
    }
    .primary-menu__item:hover>.primary-submenu{
        display:block
    }
    .primary-submenu{
        position:absolute;
        z-index:100;
        padding:20px;
        top:100%;
        left:0;
        display:none;
        background:#fff;
        box-shadow:inset 0 -1px 0 0 #ebedec,0 1px 6px 0 rgba(0,0,0,0.08)
    }
    .primary-submenu__item{
        font-size:16px;
        margin:0 0 15px
    }
    .primary-submenu__item>a.__pfs{
        color:#2A2A2A
    }
}
.header-menu .language-toggle-wrapper{
    position:relative
}
.header-menu .language_toggle_link{
    border:none;
    background:none;
    margin:0;
    color:#E6E6E6;
    font-size:18px
}
.header-menu .language_toggle_link .flag-icon,.header-menu .language_toggle_link .js-menu-accordion{
    vertical-align:middle
}
.header-menu .language-toggle-form{
    display:none
}
.header-menu .language-toggle-form label{
    font-weight:normal;
    margin-bottom:15px
}
.header-menu .language-toggle-form label>select{
    width:100%;
    background:#fff;
    color:#2A2A2A
}
.header-menu .language-toggle-form label,.header-menu .language-toggle-form select,.header-menu .language-toggle-form button{
    display:block
}
.header-menu .language-toggle-form.show{
    display:block
}
@media (max-width:991px){
    .header-menu .language-toggle-wrapper{
        margin-top:20px
    }
    .header-menu .language_toggle_link{
        position:relative;
        width:100%;
        text-align:left;
        padding:0;
        margin-bottom:10px;
        color:#E6E6E6
    }
    .header-menu .language_toggle_link .material-icons{
        position:absolute;
        right:0
    }
    .header-menu .language-toggle-form label{
        color:#E6E6E6;
        font-size:16px
    }
    .header-menu .language-toggle-form label>select{
        padding:5px
    }
}
@media (min-width:992px){
    .header-menu .language_toggle_link{
        padding:10px 0;
        color:#2A2A2A
    }
    .header-menu .language-toggle-form{
        position:absolute;
        right:0;
        padding:15px;
        z-index:100;
        top:100%;
        width:250px;
        background:white;
        border:1px solid #f6f6f6;
        box-shadow:inset 0 -1px 0 0 #ebedec,0 1px 6px 0 rgba(0,0,0,0.08)
    }
    .header-menu .language-toggle-form label{
        color:#2A2A2A;
        font-size:16px
    }
    .header-menu .language-toggle-form label>select{
        padding:10px
    }
}
.hero-image--static .hero-image__wrapper,.hero-image--lazy .hero-image__wrapper{
    position:relative;
    overflow:hidden
}
@media (min-width:992px){
    .hero-image--static .hero-image__wrapper,.hero-image--lazy .hero-image__wrapper{
        height:350px
    }
}
.hero-image--static .hero-image__wrapper img.__pfs,.hero-image--lazy .hero-image__wrapper img.__pfs{
    width:100%
}
@media (min-width:992px){
    .hero-image--static .hero-image__wrapper img.__pfs,.hero-image--lazy .hero-image__wrapper img.__pfs{
        position:absolute;
        top:50%;
        transform:translate(0, -50%)
    }
}
.hero-image--lazy .hero-image__wrapper img.__pfs{
    transition:opacity 1s;
    opacity:1
}
.hero-image--lazy .lazy-image--loading img.__pfs{
    opacity:0
}
.hero-image--aspect .hero-image__wrapper>div.__pfs{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 50%
}
.hero-image--static-height-image .hero-image__wrapper{
    overflow:hidden;
}
.hero-image--static-height-image .hero-image__wrapper>div.__pfs{
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat
}
@media (min-width:992px){
    .hero-image--static-height-image .hero-image__wrapper>div.__pfs{
        height:350px
    }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    position:relative;
    min-height:1px;
    padding-left:15px;
    padding-right:15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
    float: left;
    display: block;
}
.col-xs-12{
    width:100%
}
.col-xs-11{
    width:91.66666667%
}
.col-xs-10{
    width:83.33333333%
}
.col-xs-9{
    width:75%
}
.col-xs-8{
    width:66.66666667%
}
.col-xs-7{
    width:58.33333333%
}
.col-xs-6{
    width:50%
}
.col-xs-5{
    width:41.66666667%
}
.col-xs-4{
    width:33.33333333%
}
.col-xs-3{
    width:25%
}
.col-xs-2{
    width:16.66666667%
}
.col-xs-1{
    width:8.33333333%
}
.col-xs-pull-12{
    right:100%
}
.col-xs-pull-11{
    right:91.66666667%
}
.col-xs-pull-10{
    right:83.33333333%
}
.col-xs-pull-9{
    right:75%
}
.col-xs-pull-8{
    right:66.66666667%
}
.col-xs-pull-7{
    right:58.33333333%
}
.col-xs-pull-6{
    right:50%
}
.col-xs-pull-5{
    right:41.66666667%
}
.col-xs-pull-4{
    right:33.33333333%
}
.col-xs-pull-3{
    right:25%
}
.col-xs-pull-2{
    right:16.66666667%
}
.col-xs-pull-1{
    right:8.33333333%
}
.col-xs-pull-0{
    right:auto
}
.col-xs-push-12{
    left:100%
}
.col-xs-push-11{
    left:91.66666667%
}
.col-xs-push-10{
    left:83.33333333%
}
.col-xs-push-9{
    left:75%
}
.col-xs-push-8{
    left:66.66666667%
}
.col-xs-push-7{
    left:58.33333333%
}
.col-xs-push-6{
    left:50%
}
.col-xs-push-5{
    left:41.66666667%
}
.col-xs-push-4{
    left:33.33333333%
}
.col-xs-push-3{
    left:25%
}
.col-xs-push-2{
    left:16.66666667%
}
.col-xs-push-1{
    left:8.33333333%
}
.col-xs-push-0{
    left:auto
}
.col-xs-offset-12{
    margin-left:100%
}
.col-xs-offset-11{
    margin-left:91.66666667%
}
.col-xs-offset-10{
    margin-left:83.33333333%
}
.col-xs-offset-9{
    margin-left:75%
}
.col-xs-offset-8{
    margin-left:66.66666667%
}
.col-xs-offset-7{
    margin-left:58.33333333%
}
.col-xs-offset-6{
    margin-left:50%
}
.col-xs-offset-5{
    margin-left:41.66666667%
}
.col-xs-offset-4{
    margin-left:33.33333333%
}
.col-xs-offset-3{
    margin-left:25%
}
.col-xs-offset-2{
    margin-left:16.66666667%
}
.col-xs-offset-1{
    margin-left:8.33333333%
}
.col-xs-offset-0{
    margin-left:0
}
@media (min-width:768px){
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
        float: left;
        display: block;
    }
    .col-sm-12{
        width:100%
    }
    .col-sm-11{
        width:91.66666667%
    }
    .col-sm-10{
        width:83.33333333%
    }
    .col-sm-9{
        width:75%
    }
    .col-sm-8{
        width:66.66666667%
    }
    .col-sm-7{
        width:58.33333333%
    }
    .col-sm-6{
        width:50%
    }
    .col-sm-5{
        width:41.66666667%
    }
    .col-sm-4{
        width:33.33333333%
    }
    .col-sm-3{
        width:25%
    }
    .col-sm-2{
        width:16.66666667%
    }
    .col-sm-1{
        width:8.33333333%
    }
    .col-sm-pull-12{
        right:100%
    }
    .col-sm-pull-11{
        right:91.66666667%
    }
    .col-sm-pull-10{
        right:83.33333333%
    }
    .col-sm-pull-9{
        right:75%
    }
    .col-sm-pull-8{
        right:66.66666667%
    }
    .col-sm-pull-7{
        right:58.33333333%
    }
    .col-sm-pull-6{
        right:50%
    }
    .col-sm-pull-5{
        right:41.66666667%
    }
    .col-sm-pull-4{
        right:33.33333333%
    }
    .col-sm-pull-3{
        right:25%
    }
    .col-sm-pull-2{
        right:16.66666667%
    }
    .col-sm-pull-1{
        right:8.33333333%
    }
    .col-sm-pull-0{
        right:auto
    }
    .col-sm-push-12{
        left:100%
    }
    .col-sm-push-11{
        left:91.66666667%
    }
    .col-sm-push-10{
        left:83.33333333%
    }
    .col-sm-push-9{
        left:75%
    }
    .col-sm-push-8{
        left:66.66666667%
    }
    .col-sm-push-7{
        left:58.33333333%
    }
    .col-sm-push-6{
        left:50%
    }
    .col-sm-push-5{
        left:41.66666667%
    }
    .col-sm-push-4{
        left:33.33333333%
    }
    .col-sm-push-3{
        left:25%
    }
    .col-sm-push-2{
        left:16.66666667%
    }
    .col-sm-push-1{
        left:8.33333333%
    }
    .col-sm-push-0{
        left:auto
    }
    .col-sm-offset-12{
        margin-left:100%
    }
    .col-sm-offset-11{
        margin-left:91.66666667%
    }
    .col-sm-offset-10{
        margin-left:83.33333333%
    }
    .col-sm-offset-9{
        margin-left:75%
    }
    .col-sm-offset-8{
        margin-left:66.66666667%
    }
    .col-sm-offset-7{
        margin-left:58.33333333%
    }
    .col-sm-offset-6{
        margin-left:50%
    }
    .col-sm-offset-5{
        margin-left:41.66666667%
    }
    .col-sm-offset-4{
        margin-left:33.33333333%
    }
    .col-sm-offset-3{
        margin-left:25%
    }
    .col-sm-offset-2{
        margin-left:16.66666667%
    }
    .col-sm-offset-1{
        margin-left:8.33333333%
    }
    .col-sm-offset-0{
        margin-left:0
    }
}
@media (min-width:992px){
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
        float: left;
        display: block;
    }
    .col-md-12{
        width:100%
    }
    .col-md-11{
        width:91.66666667%
    }
    .col-md-10{
        width:83.33333333%
    }
    .col-md-9{
        width:75%
    }
    .col-md-8{
        width:66.66666667%
    }
    .col-md-7{
        width:58.33333333%
    }
    .col-md-6{
        width:50%
    }
    .col-md-5{
        width:41.66666667%
    }
    .col-md-4{
        width:33.33333333%
    }
    .col-md-3{
        width:25%
    }
    .col-md-2{
        width:16.66666667%
    }
    .col-md-1{
        width:8.33333333%
    }
    .col-md-pull-12{
        right:100%
    }
    .col-md-pull-11{
        right:91.66666667%
    }
    .col-md-pull-10{
        right:83.33333333%
    }
    .col-md-pull-9{
        right:75%
    }
    .col-md-pull-8{
        right:66.66666667%
    }
    .col-md-pull-7{
        right:58.33333333%
    }
    .col-md-pull-6{
        right:50%
    }
    .col-md-pull-5{
        right:41.66666667%
    }
    .col-md-pull-4{
        right:33.33333333%
    }
    .col-md-pull-3{
        right:25%
    }
    .col-md-pull-2{
        right:16.66666667%
    }
    .col-md-pull-1{
        right:8.33333333%
    }
    .col-md-pull-0{
        right:auto
    }
    .col-md-push-12{
        left:100%
    }
    .col-md-push-11{
        left:91.66666667%
    }
    .col-md-push-10{
        left:83.33333333%
    }
    .col-md-push-9{
        left:75%
    }
    .col-md-push-8{
        left:66.66666667%
    }
    .col-md-push-7{
        left:58.33333333%
    }
    .col-md-push-6{
        left:50%
    }
    .col-md-push-5{
        left:41.66666667%
    }
    .col-md-push-4{
        left:33.33333333%
    }
    .col-md-push-3{
        left:25%
    }
    .col-md-push-2{
        left:16.66666667%
    }
    .col-md-push-1{
        left:8.33333333%
    }
    .col-md-push-0{
        left:auto
    }
    .col-md-offset-12{
        margin-left:100%
    }
    .col-md-offset-11{
        margin-left:91.66666667%
    }
    .col-md-offset-10{
        margin-left:83.33333333%
    }
    .col-md-offset-9{
        margin-left:75%
    }
    .col-md-offset-8{
        margin-left:66.66666667%
    }
    .col-md-offset-7{
        margin-left:58.33333333%
    }
    .col-md-offset-6{
        margin-left:50%
    }
    .col-md-offset-5{
        margin-left:41.66666667%
    }
    .col-md-offset-4{
        margin-left:33.33333333%
    }
    .col-md-offset-3{
        margin-left:25%
    }
    .col-md-offset-2{
        margin-left:16.66666667%
    }
    .col-md-offset-1{
        margin-left:8.33333333%
    }
    .col-md-offset-0{
        margin-left:0
    }
}
@media (min-width:1200px){
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
        float: left;
        display: block;
    }
    .col-lg-12{
        width:100%
    }
    .col-lg-11{
        width:91.66666667%
    }
    .col-lg-10{
        width:83.33333333%
    }
    .col-lg-9{
        width:75%
    }
    .col-lg-8{
        width:66.66666667%
    }
    .col-lg-7{
        width:58.33333333%
    }
    .col-lg-6{
        width:50%
    }
    .col-lg-5{
        width:41.66666667%
    }
    .col-lg-4{
        width:33.33333333%
    }
    .col-lg-3{
        width:25%
    }
    .col-lg-2{
        width:16.66666667%
    }
    .col-lg-1{
        width:8.33333333%
    }
    .col-lg-pull-12{
        right:100%
    }
    .col-lg-pull-11{
        right:91.66666667%
    }
    .col-lg-pull-10{
        right:83.33333333%
    }
    .col-lg-pull-9{
        right:75%
    }
    .col-lg-pull-8{
        right:66.66666667%
    }
    .col-lg-pull-7{
        right:58.33333333%
    }
    .col-lg-pull-6{
        right:50%
    }
    .col-lg-pull-5{
        right:41.66666667%
    }
    .col-lg-pull-4{
        right:33.33333333%
    }
    .col-lg-pull-3{
        right:25%
    }
    .col-lg-pull-2{
        right:16.66666667%
    }
    .col-lg-pull-1{
        right:8.33333333%
    }
    .col-lg-pull-0{
        right:auto
    }
    .col-lg-push-12{
        left:100%
    }
    .col-lg-push-11{
        left:91.66666667%
    }
    .col-lg-push-10{
        left:83.33333333%
    }
    .col-lg-push-9{
        left:75%
    }
    .col-lg-push-8{
        left:66.66666667%
    }
    .col-lg-push-7{
        left:58.33333333%
    }
    .col-lg-push-6{
        left:50%
    }
    .col-lg-push-5{
        left:41.66666667%
    }
    .col-lg-push-4{
        left:33.33333333%
    }
    .col-lg-push-3{
        left:25%
    }
    .col-lg-push-2{
        left:16.66666667%
    }
    .col-lg-push-1{
        left:8.33333333%
    }
    .col-lg-push-0{
        left:auto
    }
    .col-lg-offset-12{
        margin-left:100%
    }
    .col-lg-offset-11{
        margin-left:91.66666667%
    }
    .col-lg-offset-10{
        margin-left:83.33333333%
    }
    .col-lg-offset-9{
        margin-left:75%
    }
    .col-lg-offset-8{
        margin-left:66.66666667%
    }
    .col-lg-offset-7{
        margin-left:58.33333333%
    }
    .col-lg-offset-6{
        margin-left:50%
    }
    .col-lg-offset-5{
        margin-left:41.66666667%
    }
    .col-lg-offset-4{
        margin-left:33.33333333%
    }
    .col-lg-offset-3{
        margin-left:25%
    }
    .col-lg-offset-2{
        margin-left:16.66666667%
    }
    .col-lg-offset-1{
        margin-left:8.33333333%
    }
    .col-lg-offset-0{
        margin-left:0
    }
}

.pull-right{
    float:right !important
}
.pull-left{
    float:left !important
}
.hide{
    display:none !important
}
.show{
    display:block !important
}
.invisible{
    visibility:hidden
}
.text-hide{
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0;
}
.hidden{
    display:none !important
}
.affix{
    position:fixed
}
@-ms-viewport{
    width:device-width
}
.visible-xs,.visible-sm,.visible-md,.visible-lg{
    display:none !important
}
.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{
    display:none !important
}
@media (max-width:767px){
    .visible-xs{
        display:block !important
    }
    table.visible-xs{
        display:table !important
    }
    tr.visible-xs{
        display:table-row !important
    }
    th.visible-xs,td.visible-xs{
        display:table-cell !important
    }
    section.__pfs.hotel-mallorca.__bss img.__pfs.__bss {
        max-height: 230px;
    }
}
@media (max-width:767px){
    .visible-xs-block{
        display:block !important
    }
}
@media (max-width:767px){
    .visible-xs-inline{
        display:inline !important
    }
}
@media (max-width:767px){
    .visible-xs-inline-block{
        display:inline-block !important
    }
}
@media (min-width:768px) and (max-width:991px){
    .visible-sm{
        display:block !important
    }
    table.visible-sm{
        display:table !important
    }
    tr.visible-sm{
        display:table-row !important
    }
    th.visible-sm,td.visible-sm{
        display:table-cell !important
    }
}
@media (min-width:768px) and (max-width:991px){
    .visible-sm-block{
        display:block !important
    }
}
@media (min-width:768px) and (max-width:991px){
    .visible-sm-inline{
        display:inline !important
    }
}
@media (min-width:768px) and (max-width:991px){
    .visible-sm-inline-block{
        display:inline-block !important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .visible-md{
        display:block !important
    }
    table.visible-md{
        display:table !important
    }
    tr.visible-md{
        display:table-row !important
    }
    th.visible-md,td.visible-md{
        display:table-cell !important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .visible-md-block{
        display:block !important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .visible-md-inline{
        display:inline !important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .visible-md-inline-block{
        display:inline-block !important
    }
}
@media (min-width:1200px){
    .visible-lg{
        display:block !important
    }
    table.visible-lg{
        display:table !important
    }
    tr.visible-lg{
        display:table-row !important
    }
    th.visible-lg,td.visible-lg{
        display:table-cell !important
    }
}
@media (min-width:1200px){
    .visible-lg-block{
        display:block !important
    }
}
@media (min-width:1200px){
    .visible-lg-inline{
        display:inline !important
    }
}
@media (min-width:1200px){
    .visible-lg-inline-block{
        display:inline-block !important
    }
}
@media (max-width:767px){
    .hidden-xs{
        display:none !important
    }
}
@media (min-width:768px) and (max-width:991px){
    .hidden-sm{
        display:none !important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .hidden-md{
        display:none !important
    }
}
@media (min-width:1200px){
    .hidden-lg{
        display:none !important
    }
}
@media (min-width: 768px) and (max-width: 1200px){
    section.__pfs.hotel-mallorca.__bss img.__pfs.__bss {
        max-height: 150px;
        object-fit: contain;
    }
}
