/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

@media only screen and (max-width: 1024px) {
    .slick-track {
        display: flex;
    }
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

@media only screen and (max-width: 1024px) {
    .slick-slide {
        height: inherit;
    }
    .slick-slide.white-panel {
        margin: 30px;
    }
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-next,
.slick-prev {
    color: transparent;
}

button.slick-next,
button.slick-next:hover {
    position: absolute;
    top: calc(50% - 40px);
    width: 20px;
    height: 20px;
    padding: 0px;
    background-size: 20px;
    z-index: 5;
    display: block;
    background-image: url(/content/dam/aircanada/loyalty-content/images/prev-arrow.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    right: 0px;
    transform: rotate(180deg);
}

button.slick-prev,
button.slick-prev:hover {
    position: absolute;
    top: calc(50% - 40px);
    width: 20px;
    height: 20px;
    padding: 0px;
    background-size: 20px;
    z-index: 5;
    display: block;
    background-image: url(/content/dam/aircanada/loyalty-content/images/prev-arrow.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    left: 0px;
}

ul.slick-dots {
    list-style: none;
    text-align: center;
}

ul.slick-dots li {
    display: inline-block;
    margin: 8px 3px;
    border: 1px solid #c1c5c8;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    color: #fff;
}

ul.slick-dots li:before {
    background-color: #fff;
    display: block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    padding: 0;
    content: '';
    margin: 2px;
}

ul.slick-dots li.slick-active:before {
    background-color: #827968;
}

ul.slick-dots li button {
    border: none;
    background-color: transparent;
    color: transparent;
    height: 10px;
    padding: 1px;
    position: absolute;
    margin-top: -8px;
    margin-left: -3px;
}

#pageLocator .wrapper.hidden-sm.hidden-xs {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: -56px;
    z-index: 2;
    position: relative;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container {
    display: flex;
    padding: 0px;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul {
    display: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 25%;
    max-width: 300px;
    height: 60px;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul li:first-child {
    background-color: rgba(255, 255, 255, 0.1);
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul li:first-child:hover,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul li:first-child:active {
    background-color: #fff;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:nth-of-type(1) li:first-child {
    background-color: rgba(255, 255, 255, 0.5);
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:nth-of-type(1) li:first-child:hover,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:nth-of-type(1) li:first-child:active {
    background-color: #fff;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:nth-of-type(2) li:first-child {
    background-color: rgba(255, 255, 255, 0.7);
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:nth-of-type(2) li:first-child:hover,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:nth-of-type(2) li:first-child:active {
    background-color: #fff;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul li {
    display: none;
    font-size: 16px;
    background-color: transparent;
    margin: 0px;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul li a {
    background-color: transparent;
    color: transparent;
    display: block;
    width: 100%;
    padding: 14px 0px 12px;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul li.active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 20px;
    margin: 0px;
    height: 100%;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul li.active:first-child:last-child:after {
    display: none !important;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul li.active:first-child:last-child a:hover,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul li.active:first-child:last-child a:active {
    font-weight: normal;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul li.active:after {
    content: url(/content/dam/aircanada/loyalty-content/images/icon/icon-prev-arrow.svg);
    display: block;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: -5px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    float: right;
    transform: rotateZ(-90deg);
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul li.active a {
    color: black;
    margin-right: -20px;
    padding-right: 20px;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul li.active a:hover,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul li.active a:active {
    font-weight: 600;
    background-color: transparent;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:hover li,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:active li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    background-color: #fff;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:hover li.active:first-child:last-child:after,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:active li.active:first-child:last-child:after {
    display: none;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:hover li.active:after,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:active li.active:after {
    transform: rotateZ(90deg);
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:hover li:first-child,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:active li:first-child {
    background-color: #fff;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:hover li:first-child a,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:active li:first-child a {
    padding: 15px 20px 15px 0px;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:hover li:first-child a:hover,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:hover li:first-child a:active,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:active li:first-child a:hover,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:active li:first-child a:active {
    border-bottom: solid 1px #d0d0ce;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:hover li:first-child:last-child,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:active li:first-child:last-child {
    background-color: transparent;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:hover li:first-child:last-child a,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:active li:first-child:last-child a {
    cursor: default;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:hover li:first-child:last-child a:hover,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:hover li:first-child:last-child a:active,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:active li:first-child:last-child a:hover,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:active li:first-child:last-child a:active {
    cursor: default;
    border-bottom: none;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:hover li:not(:first-child):hover,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:active li:not(:first-child):hover {
    background-color: #efefef;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:hover li a,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:active li a {
    color: black;
    padding: 12px 0px;
    padding-right: 20px;
}

#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:hover li a:hover,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:hover li a:active,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:active li a:hover,
#pageLocator .wrapper.hidden-sm.hidden-xs .breadcrumb.container ul:active li a:active {
    font-weight: 600;
    background-color: transparent;
}

@media only screen and (max-width: 767px) {
    #pageLocator .wrapper.hidden-sm.hidden-xs {
        display: none;
    }
}

.ae-Dropdown {
    display: inline-block;
    font: 600 16px sans-serif;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px 0px 30px 30px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .ae-Dropdown {
        margin: 10px 0px 20px;
        padding: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .ae-Dropdown {
        margin: 20px 0px;
        padding: 0px;
    }
}

.ae-Dropdown-title {
    background: #fff;
    border: solid 1px #c8c8c8;
    cursor: pointer;
    font: 600 16px sans-serif;
    color: #2a2a2a;
    min-height: 48px;
    padding: 25px 25px 5px 10px;
    position: relative;
    text-align: left;
    width: 100%;
}

.ae-Dropdown-title:after {
    border-color: #2a2a2a transparent transparent transparent;
    border-style: solid;
    border-width: 4px;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: 15px;
    top: 46%;
    width: 0;
}

.ae-Dropdown-title span:first-child {
    font-size: 12px;
    color: #c8c8c8;
    position: absolute;
    top: 6px;
}

.ae-Dropdown-title>* {
    pointer-events: none;
}

.ae-Dropdown-list {
    background: #ffffff;
    box-shadow: 0 6px 19px -7px rgba(0, 0, 0, 0.2);
    display: none;
    height: 0;
    list-style: none !important;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: .2s linear;
    width: calc(100% - 30px);
    z-index: 10;
}

.ae-Dropdown-list.is-open {
    display: block;
    height: auto;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .ae-Dropdown-list {
        width: 100%;
    }
}

.ae-Dropdown-list li {
    padding: 15px 10px;
    cursor: pointer;
    margin-bottom: 0px;
}

.ae-Dropdown-list li:hover {
    background-color: rgba(155, 155, 155, 0.1);
}

.ae-Dropdown-list li.is-selected {
    background-color: rgba(155, 155, 155, 0.1);
    color: #000;
}

#dropdown-label-hidden {
    display: none;
}

#view-more,
#view-more2,
#terms-and-conditions {
    /* The Modal (background) */
}

#view-more.modal,
#view-more2.modal,
#terms-and-conditions.modal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

#view-more.modal.selected,
#view-more2.modal.selected,
#terms-and-conditions.modal.selected {
    display: block;
}

#view-more.modal .modal-container,
#view-more2.modal .modal-container,
#terms-and-conditions.modal .modal-container {
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: 35%;
    position: relative;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #view-more.modal .modal-container,
    #view-more2.modal .modal-container,
    #terms-and-conditions.modal .modal-container {
        width: 60%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    #view-more.modal .modal-container,
    #view-more2.modal .modal-container,
    #terms-and-conditions.modal .modal-container {
        width: 70%;
    }
}

@media only screen and (max-width: 480px) {
    #view-more.modal .modal-container,
    #view-more2.modal .modal-container,
    #terms-and-conditions.modal .modal-container {
        width: 90%;
    }
}

#view-more.modal .modal-container .modal-content,
#view-more2.modal .modal-container .modal-content,
#terms-and-conditions.modal .modal-container .modal-content {
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: none;
    width: 86%;
    margin-top: -10%;
    z-index: 5;
    position: relative;
    padding: 4em 30px 30px;
}

#view-more.modal .modal-container .modal-content a,
#view-more2.modal .modal-container .modal-content a,
#terms-and-conditions.modal .modal-container .modal-content a {
    color: #005078;
}

#view-more.modal .modal-container .modal-content a:hover,
#view-more.modal .modal-container .modal-content a:active,
#view-more2.modal .modal-container .modal-content a:hover,
#view-more2.modal .modal-container .modal-content a:active,
#terms-and-conditions.modal .modal-container .modal-content a:hover,
#terms-and-conditions.modal .modal-container .modal-content a:active {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    #view-more.modal .modal-container .modal-content,
    #view-more2.modal .modal-container .modal-content,
    #terms-and-conditions.modal .modal-container .modal-content {
        padding: 15px 30px;
        width: 96%;
    }
}

#view-more.modal .modal-container .modal-content .row:nth-of-type(1),
#view-more2.modal .modal-container .modal-content .row:nth-of-type(1),
#terms-and-conditions.modal .modal-container .modal-content .row:nth-of-type(1) {
    margin-bottom: 20px;
}

#view-more.modal .modal-container .modal-content .row:nth-of-type(1) .col-33,
#view-more2.modal .modal-container .modal-content .row:nth-of-type(1) .col-33,
#terms-and-conditions.modal .modal-container .modal-content .row:nth-of-type(1) .col-33 {
    width: calc(33.33% - 3px);
}

@media only screen and (max-width: 767px) {
    #view-more.modal .modal-container .modal-content .row:nth-of-type(1) .col-33,
    #view-more2.modal .modal-container .modal-content .row:nth-of-type(1) .col-33,
    #terms-and-conditions.modal .modal-container .modal-content .row:nth-of-type(1) .col-33 {
        width: 65%;
        margin: 0px auto 20px;
    }
}

@media only screen and (max-width: 767px) {
    #view-more.modal .modal-container .modal-content .row:nth-of-type(1),
    #view-more2.modal .modal-container .modal-content .row:nth-of-type(1),
    #terms-and-conditions.modal .modal-container .modal-content .row:nth-of-type(1) {
        margin-bottom: 0px;
    }
}

#view-more.modal .modal-container .modal-content ul.checked li,
#view-more2.modal .modal-container .modal-content ul.checked li,
#terms-and-conditions.modal .modal-container .modal-content ul.checked li {
    min-height: 35px;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

#view-more.modal .modal-container .close,
#view-more2.modal .modal-container .close,
#terms-and-conditions.modal .modal-container .close {
    font: normal 600 14px Open Sans;
    color: #005078;
    float: left;
    cursor: pointer;
    flex: 1;
}

#view-more.modal .modal-container .close:focus,
#view-more.modal .modal-container .close :hover,
#view-more2.modal .modal-container .close:focus,
#view-more2.modal .modal-container .close :hover,
#terms-and-conditions.modal .modal-container .close:focus,
#terms-and-conditions.modal .modal-container .close :hover {
    text-decoration: none;
    cursor: pointer;
}

#view-more.modal .modal-container .primary-btn,
#view-more2.modal .modal-container .primary-btn,
#terms-and-conditions.modal .modal-container .primary-btn {
    float: right;
    margin: 0px;
}

#view-more.modal .modal-container .modal-header,
#view-more2.modal .modal-container .modal-header,
#terms-and-conditions.modal .modal-container .modal-header {
    padding: 25px 30px;
    color: black;
}

#view-more.modal .modal-container .modal-header h3:before,
#view-more2.modal .modal-container .modal-header h3:before,
#terms-and-conditions.modal .modal-container .modal-header h3:before {
    display: inline-block;
    height: 15px;
    content: '';
    border-right: 3px solid #b8a890;
    margin-right: 10px;
}

#view-more.modal .modal-container .modal-body,
#view-more2.modal .modal-container .modal-body,
#terms-and-conditions.modal .modal-container .modal-body {
    padding: 0;
}

#view-more.modal .modal-container .modal-body img,
#view-more2.modal .modal-container .modal-body img,
#terms-and-conditions.modal .modal-container .modal-body img {
    max-width: 100%;
    width: 100%;
}

#view-more.modal .modal-container .modal-footer,
#view-more2.modal .modal-container .modal-footer,
#terms-and-conditions.modal .modal-container .modal-footer {
    padding: 0px 30px 20px;
    background-color: #fff;
    color: black;
    display: flex;
    align-items: baseline;
}

#view-more.modal .modal-container .modal-footer p,
#view-more2.modal .modal-container .modal-footer p,
#terms-and-conditions.modal .modal-container .modal-footer p {
    margin-bottom: 0px;
}


/* Uat2 full width */

.page-heading-section+.content-wrapper {
    margin: 0;
    width: 100%;
}

.template-basic .section-wrapper {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.page-heading-section.container {
    display: none;
}

main#pageMain {
    padding-bottom: 0px;
}

.template-basic .section-content {
    padding: 0px;
}

.template-basic .section-content .row {
    margin-left: 0px;
    margin-right: 0px;
}

h1 {
    font: normal 300 36px Open Sans;
    background: transparent;
    color: #000;
}

@media only screen and (max-width: 767px) {
    h1 {
        font: normal 300 30px Open Sans;
    }
}

h2 {
    font: normal 600 28px Open Sans;
    background: transparent;
    color: #000;
}

@media only screen and (max-width: 767px) {
    h2 {
        font: normal 600 20px Open Sans;
    }
}

h3 {
    font: normal 600 20px Open Sans;
    background: transparent;
    color: #000;
}

@media only screen and (max-width: 767px) {
    h3 {
        font: normal 600 16px Open Sans;
    }
}

h3.light {
    font-weight: 300;
}

h3.gold-left-border {
    margin: 35px 0px 15px;
}

h3.gold-left-border:before {
    display: inline-block;
    height: 15px;
    content: '';
    border-right: 2px solid #b8a890;
    margin-right: 10px;
}

h4 {
    font: normal 300 18px Open Sans;
    background: transparent;
    color: #000;
}

@media only screen and (max-width: 767px) {
    h4 {
        font: normal normal 14px Open Sans;
    }
}

h5 {
    font: normal 400 16px Open Sans;
    background: transparent;
    color: #000;
}

@media only screen and (max-width: 767px) {
    h5 {
        font: normal 400 14px Open Sans;
    }
}

p {
    font: normal 400 16px Open Sans;
    background: transparent;
    color: #000;
}

@media only screen and (max-width: 767px) {
    p {
        font: normal 400 14px Open Sans;
    }
}

.nowrap {
    white-space: nowrap;
}

.grey-bg {
    background: #f9f9f9;
    color: #000;
}

.cyan-blue-bg {
    background: #e8f3f9;
    color: #000;
}

.sky-blue-bg {
    background: #edf1f3;
    color: #000;
}

.black-bg {
    background: linear-gradient(to bottom, #000000, #2d2d2d);
    color: #fff;
}

.black-bg a {
    color: #fff;
}

.black-bg h1,
.black-bg h2,
.black-bg h3,
.black-bg h4,
.black-bg h5,
.black-bg p {
    color: #fff;
}

.black-bg button a {
    color: #005078 !important;
}

.black-bg a {
    color: #fff !important;
}

.balloon-gradient-bg {
    background-image: linear-gradient(to bottom, #edf5fa, #bfdbed);
}

.grey-clouds-bg {
    background: url("/content/dam/aircanada/loyalty-content/images/cloud-bg.svg") no-repeat center center, linear-gradient(to bottom, #000000, #2d2d2d);
}

@media only screen and (max-width: 767px) {
    .grey-clouds-bg {
        background: url("/content/dam/aircanada/loyalty-content/images/cloud-bg.svg") no-repeat bottom right, linear-gradient(to top, #2d2d2d, #000000 39%);
    }
}

.grey-clouds-bg h1,
.grey-clouds-bg h2,
.grey-clouds-bg h3,
.grey-clouds-bg h4,
.grey-clouds-bg h5,
.grey-clouds-bg p {
    color: #fff;
}

.grey-clouds-bg a {
    color: #fff !important;
}

.clouds-bg {
    background: #000 url("/content/dam/aircanada/loyalty-content/images/cloud-bg.svg") no-repeat center center;
    color: #fff;
}

.clouds-bg a {
    color: #fff;
}

.clouds-bg h1,
.clouds-bg h2,
.clouds-bg h3,
.clouds-bg h4,
.clouds-bg h5,
.clouds-bg p {
    color: #fff;
}

.clouds-bg a {
    color: #fff !important;
}

@media only screen and (max-width: 767px) {
    .clouds-bg {
        background: linear-gradient(to top, #4a4f54, #000000 39%);
    }
}

.light-blue-bg {
    background: #f0f6fa;
    color: #000;
}

.blue-bg-clouds {
    background: #f0f6fa url("/content/dam/aircanada/loyalty-content/images/bkgd-rounded-cloud.svg") no-repeat center center;
}

.rounded-clouds-bg {
    background: #fff url("/content/dam/aircanada/loyalty-content/images/bkgd-rounded-cloud.svg") no-repeat center center;
}

.pink-bg {
    background: #f6f4f0;
    color: #000;
}

.foam-blue-gradient {
    background-image: linear-gradient(to bottom, rgba(204, 217, 226, 0), #d2dde4);
}

.blue-gradient-bg {
    background: url("/content/dam/aircanada/loyalty-content/images/blue-gradient-bg.svg"), linear-gradient(292deg, #fefdfb 86%, #c9d5db 2%);
    background-size: cover;
}

.col-10 {
    width: calc(10% - 3px);
    display: inline-block;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .col-10 {
        width: calc(33.3% - 3px);
    }
}

@media only screen and (max-width: 767px) {
    .col-10 {
        width: 100%;
        display: block;
    }
}

.col-20 {
    width: calc(19.9% - 3px);
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .col-20 {
        width: calc(33.3% - 3px);
    }
}

@media only screen and (max-width: 767px) {
    .col-20 {
        width: 100%;
        display: block;
    }
}

.col-25 {
    width: calc(24.9% - 3px);
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .col-25 {
        width: calc(50% - 3px);
    }
}

@media only screen and (max-width: 767px) {
    .col-25 {
        width: 100%;
        display: block;
    }
}

.col-30 {
    width: calc(30% - 3px);
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .col-30 {
        width: 100%;
        display: block;
    }
}

.col-33 {
    width: calc(33.3% - 3px);
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .col-33 {
        width: 100%;
        display: block;
    }
}

.col-40 {
    width: calc(40% - 3px);
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .col-40 {
        width: 100%;
        display: block;
    }
}

.col-50 {
    width: calc(50% - 3px);
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .col-50 {
        width: 100%;
        display: block;
    }
}

.col-60 {
    width: calc(60% - 3px);
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .col-60 {
        width: 100%;
        display: block;
    }
}

.col-66 {
    width: calc(66.6% - 3px);
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .col-66 {
        width: 100%;
        display: block;
    }
}

.col-70 {
    width: calc(75% - 3px);
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .col-70 {
        width: 100%;
        display: block;
    }
}

.col-75 {
    width: calc(75% - 3px);
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .col-75 {
        width: 100%;
        display: block;
    }
}

.col-90 {
    width: calc(90% - 3px);
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .col-90 {
        width: 100%;
        display: block;
    }
}

.green-pill {
    border-radius: 13px;
    background-color: #108c0c;
    text-transform: uppercase;
    padding: 5px 15px;
    font: normal 600 12px Open Sans !important;
    color: #fff;
    letter-spacing: 0.2px;
    width: fit-content;
    display: table;
}

@media only screen and (max-width: 767px) {
    .green-pill {
        margin: 0px auto 20px;
    }
}

.red-pill {
    border-radius: 13px;
    background-color: #f01428;
    text-transform: uppercase;
    padding: 5px 15px;
    font: normal 600 12px Open Sans !important;
    color: #fff;
    letter-spacing: 0.2px;
    width: fit-content;
    display: table;
}

p.gold-copy {
    font: normal 600 14px Open Sans;
    color: #b8a890;
}

span.gold-copy {
    color: #b8a890;
}

.lg-gray-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #4a4f54;
    font-size: 18px !important;
    font-weight: bold;
    color: #f9f8f6;
    line-height: 0.78;
    flex: 0 0 80px;
    margin-right: 20px;
    line-height: 1.15;
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.nowrap {
    white-space: nowrap;
}

.primary-btn {
    background: #005078;
    color: #fff;
    display: table;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.25px;
    padding: 15px;
    margin: 10px auto;
    border: none;
}

.primary-btn a {
    color: #fff;
}

.primary-btn.wide {
    padding: 15px 30px;
}

.primary-btn.rounded {
    height: fit-content;
    border-radius: 15px;
    padding: 6px 30px;
    font: normal 600 14px Open Sans;
}

.primary-btn.right-aligned {
    margin: 10px 0px 10px auto;
}

.primary-btn a {
    color: #fff !important;
    font-weight: 600;
}

.secondary-btn {
    background: #fff;
    color: #005078;
    display: table;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.25px;
    padding: 15px;
    margin: 10px auto;
    border: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.secondary-btn.wide {
    padding: 15px 30px;
}

.secondary-btn a {
    font-weight: 600;
}

.red-circle {
    background: #f01428;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 16px;
    margin-right: 15px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.red-circle a {
    color: #fff;
}

.hidden-1024 {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .hidden-1024 {
        display: none;
    }
}

.visible-1024 {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .visible-1024 {
        display: block;
    }
}

.visible-only-1024 {
    display: none;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .visible-only-1024 {
        display: block;
    }
}

.hidden-767 {
    display: block;
}

@media only screen and (max-width: 767px) {
    .hidden-767 {
        display: none;
    }
}

.visible-767 {
    display: none;
}

@media only screen and (max-width: 767px) {
    .visible-767 {
        display: block;
    }
}

.nav.nav-tabs {
    border-bottom: solid 1px #d0d0ce;
}

.nav.nav-tabs li a {
    border: none;
    text-align: center;
    padding: 25px 0px 30px;
    font: normal 600 18px Open Sans;
    color: #000;
}

@media only screen and (max-width: 767px) {
    .nav.nav-tabs li a {
        padding: 15px 30px;
        text-align: left;
        font-size: 16px;
    }
}

.nav.nav-tabs li a:after {
    display: none;
}

.nav.nav-tabs li a:hover {
    border-bottom: solid 3px #005078;
    color: #000;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .nav.nav-tabs li a:hover {
        border-bottom: none;
    }
}

.nav.nav-tabs li.active a,
.nav.nav-tabs li.active a:focus,
.nav.nav-tabs li.active a:active {
    background-color: #fff;
    color: #000;
    border: none;
    border-bottom: solid 3px #005078;
}

@media only screen and (max-width: 767px) {
    .nav.nav-tabs li.active a,
    .nav.nav-tabs li.active a:focus,
    .nav.nav-tabs li.active a:active {
        border-bottom: none;
        color: #c0c5c8;
        font: normal 600 16px Open Sans;
    }
}

.nav.nav-tabs li.active a:after,
.nav.nav-tabs li.active:after {
    display: none;
}

@media only screen and (max-width: 767px) {
    .nav.nav-tabs li.active a:after,
    .nav.nav-tabs li.active:after {
        content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-check-grey.svg");
        display: block;
        width: 12px;
        height: 12px;
        object-fit: contain;
        float: left;
        margin-right: -10px;
        margin-top: -3px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        float: right;
        margin-left: 0px;
        border: none;
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .nav.nav-tabs {
        border-bottom: none;
        border: 1px solid #efefef;
    }
}

.faqs .accordion__container {
    padding: 4em 0px;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .faqs .accordion__container {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .faqs .accordion__container {
        padding: 30px 20px;
    }
}

.faqs .accordion__container .accordion__title.panel-box {
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    text-align: left;
}

.faqs .accordion__container .accordion__title.panel-box a.accordion__toggle {
    padding: 30px;
    display: block;
    font: normal 600 18px Open Sans;
    color: #005078;
}

.faqs .accordion__container .accordion__title.panel-box a.accordion__toggle:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-faq.svg");
    display: block;
    width: 45px;
    height: 44px;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -12px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.faqs .accordion__container .accordion__title.panel-box a.accordion__toggle:after {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-down-arrow.svg");
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    float: right;
}

@media only screen and (max-width: 767px) {
    .faqs .accordion__container .accordion__title.panel-box a.accordion__toggle:after {
        margin-top: -1px;
    }
}

.faqs .accordion__container .accordion__title.panel-box a.accordion__toggle:focus,
.faqs .accordion__container .accordion__title.panel-box a.accordion__toggle:active,
.faqs .accordion__container .accordion__title.panel-box a.accordion__toggle.active {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .faqs .accordion__container .accordion__title.panel-box a.accordion__toggle {
        font-size: 14px;
    }
}

.faqs .accordion__container .accordion__title.panel-box.selected a:after {
    transform: rotateZ(180deg);
}

.faqs .accordion__container .accordion__content {
    display: none;
}

.faqs .accordion__container .accordion__content.selected {
    display: block;
}

.faqs .accordion__container .accordion__content div {
    padding: 30px;
    text-align: left;
    border-top: 1px solid #d0d0ce;
}

.faqs .accordion__container .accordion__content div h4 {
    margin: 0px 0px 30px;
}

.faqs .accordion__container .accordion__content div p {
    font: normal 400 14px Open Sans;
    margin-bottom: 20px;
}

.faqs .accordion__container .accordion__content div p:last-child {
    margin-bottom: 0px;
}

.faqs .accordion__container .accordion__content div a {
    color: #005078;
    font-weight: 600;
}

.cc-faqs .accordion__container {
    padding: 4em 0px;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .cc-faqs .accordion__container {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .cc-faqs .accordion__container {
        padding: 30px 20px;
    }
}

.cc-faqs .accordion__container .accordion__title.panel-box {
    box-shadow: 0 6px 19px -7px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.cc-faqs .accordion__container .accordion__title.panel-box a.accordion__toggle {
    padding: 20px 35px;
    display: block;
    font: normal 600 20px Open Sans;
    color: #000;
}

.cc-faqs .accordion__container .accordion__title.panel-box a.accordion__toggle:after {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-down-arrow.svg");
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
    float: left;
    margin-right: -20px;
    margin-top: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    float: right;
}

@media only screen and (max-width: 767px) {
    .cc-faqs .accordion__container .accordion__title.panel-box a.accordion__toggle:after {
        margin-top: -1px;
    }
}

.cc-faqs .accordion__container .accordion__title.panel-box a.accordion__toggle:focus,
.cc-faqs .accordion__container .accordion__title.panel-box a.accordion__toggle:active,
.cc-faqs .accordion__container .accordion__title.panel-box a.accordion__toggle.active {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .cc-faqs .accordion__container .accordion__title.panel-box a.accordion__toggle {
        font-size: 14px;
        padding: 20px 25px;
    }
}

.cc-faqs .accordion__container .accordion__title.panel-box.selected a:after {
    transform: rotateZ(180deg);
}

.cc-faqs .accordion__container .accordion__content {
    padding: 30px;
    border-top: 1px solid #d0d0ce;
    display: none;
}

.cc-faqs .accordion__container .accordion__content a {
    color: #005078;
}

.cc-faqs .accordion__container .accordion__content.selected {
    display: block;
}

@media only screen and (max-width: 767px) {
    ul li span {
        display: block;
        overflow-y: hidden;
    }
}

.ae-content {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    padding: 4em 0px;
}

.ae-content.indent {
    padding: 4em;
}

@media only screen and (max-width: 1024px) {
    .ae-content.indent {
        padding: 30px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .ae-content.indent {
        padding: 20px;
    }
}

.ae-content.indent-max {
    padding: 0em 1em;
}

@media only screen and (max-width: 1024px) {
    .ae-content.indent-max {
        padding: 30px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .ae-content.indent-max {
        padding: 20px;
    }
}

.ae-content .col-33 {
    padding: 0px 30px;
}

.ae-content .col-33 img {
    margin: 0px auto;
}

.ae-content .col-33 h3 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .ae-content .col-33 {
        padding: 15px 0px;
    }
    .ae-content .col-33 img {
        margin: 0px 20px 0px 0px;
    }
}

.ae-content a {
    background: transparent;
    color: #005078;
    font-weight: 600;
}

.ae-content a:hover,
.ae-content a:active,
.ae-content a.active {
    text-decoration: none;
    color: #005078;
}

.ae-content h2 {
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .ae-content h2 {
        margin-bottom: 25px;
    }
}

.ae-content img {
    max-width: 100%;
}

.ae-content img.icon-sm {
    width: 80px;
}

.ae-content img.icon-lg {
    width: 100px;
}

.ae-content .ae-carousel {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.ae-content .ae-carousel img.ae-cell.slick-slide {
    margin: 5px auto 15px;
}

.ae-content .ae-carousel-mobile,
.ae-content .ae-carousel-tablet {
    display: flex;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .ae-content {
        margin: auto;
        width: calc(100% - 60px);
        max-width: 100%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .ae-content {
        padding: 4em 30px;
    }
    .ae-content .ae-carousel-mobile {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .ae-content .ae-carousel-tablet {
        display: block;
        width: 100%;
        margin: 0px auto;
        overflow: hidden;
    }
    .ae-content .ae-carousel-tablet img.ae-cell.slick-slide {
        padding: 0px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .ae-content {
        margin: auto;
        width: calc(100% - 40px);
        max-width: 100%;
        text-align: center;
        padding: 4em 20px 0px;
    }
    .ae-content ul li,
    .ae-content ol li {
        text-align: left;
    }
    .ae-content .ae-carousel-mobile {
        display: block;
        width: 100%;
        margin: 0px auto;
        overflow: hidden;
    }
    .ae-content .ae-carousel-mobile img.ae-cell.slick-slide {
        padding: 0px 20px;
    }
    .ae-content img.ae-cell.slick-slide {
        max-height: 322px;
    }
}

.ae-header {
    position: relative;
}

.ae-header img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .ae-header img {
        min-height: 200px;
    }
}

.ae-header .ae-content {
    padding: 4em;
    text-align: center;
    background: #fff;
    color: #000;
    position: relative;
    margin: 0px auto;
    margin-top: -150px;
}

.ae-header .ae-content h1+p {
    width: 70%;
    margin: 25px auto;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .ae-header .ae-content h1+p {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .ae-header .ae-content h1+p {
        width: 100%;
    }
}

.ae-header .ae-content p {
    font: normal 300 18px Open Sans;
}

@media only screen and (max-width: 767px) {
    .ae-header .ae-content p {
        font: normal normal 14px Open Sans;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .ae-header .ae-content {
        margin-top: -80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ae-header .ae-content {
        margin-top: -70px;
        padding: 4em 2em;
    }
}

@media only screen and (max-width: 767px) {
    .ae-header .ae-content {
        margin-top: -65px;
        padding: 30px;
    }
}

.ae-additional-footer .ae-content {
    padding-bottom: 0px;
    display: flex;
    flex-direction: row;
}

.ae-additional-footer .ae-content .col-50 {
    flex: 1;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .ae-additional-footer .ae-content .col-50 {
        width: calc(50% - 2px);
        flex: 1;
        align-self: center;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .ae-additional-footer .ae-content .col-50:nth-of-type(2) {
        padding-left: 5em;
    }
}

@media only screen and (max-width: 767px) {
    .ae-additional-footer .ae-content {
        flex-direction: column-reverse;
    }
}

.join-aeroplan-banner div.prelogin {
    display: block;
}

.join-aeroplan-banner div.prelogin .ae-content {
    background: #fff url("/content/dam/aircanada/loyalty-content/images/join-aeroplan.jpg") no-repeat center right;
    background-size: cover;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .join-aeroplan-banner div.prelogin .ae-content {
        background: #fff url("/content/dam/aircanada/loyalty-content/images/join-aeroplan-tablet.jpg") no-repeat center right;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .join-aeroplan-banner div.prelogin .ae-content {
        min-height: 350px;
        background: #fff url("/content/dam/aircanada/loyalty-content/images/join-aeroplan-mobile.jpg") no-repeat center top;
        background-size: cover;
        margin-bottom: 20px;
    }
}

.join-aeroplan-banner div.postlogin {
    display: none;
}

.join-aeroplan-banner div.postlogin .ae-content {
    background: #fff url("/content/dam/aircanada/loyalty-content/images/my-aeroplan.jpg") no-repeat center right;
    background-size: cover;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .join-aeroplan-banner div.postlogin .ae-content {
        background: #fff url("/content/dam/aircanada/loyalty-content/images/my-aeroplan-tablet.jpg") no-repeat center right;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .join-aeroplan-banner div.postlogin .ae-content {
        min-height: 350px;
        background: #fff url("/content/dam/aircanada/loyalty-content/images/my-aeroplan-mobile.jpg") no-repeat center top;
        background-size: cover;
        margin-bottom: 20px;
    }
}

.join-aeroplan-banner .ae-content {
    padding: 30px 6em;
    margin: 30px auto;
    text-align: left;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .join-aeroplan-banner .ae-content {
        padding: 30px !important;
    }
}

@media only screen and (max-width: 767px) {
    .join-aeroplan-banner .ae-content {
        padding: 20px !important;
        margin: 30px auto 0px;
    }
}

.join-aeroplan-banner .ae-content .primary-btn {
    margin: 10px 0px;
}

@media only screen and (max-width: 767px) {
    .join-aeroplan-banner .ae-content .primary-btn {
        margin: 10px auto;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 820px) {
    .join-aeroplan-banner .ae-content .col-50 {
        width: 70%;
    }
}

@media only screen and (max-width: 821px) and (min-width: 768px) {
    .join-aeroplan-banner .ae-content .col-50 {
        width: 65%;
    }
}

@media only screen and (max-width: 767px) {
    .join-aeroplan-banner .ae-content .col-50 {
        width: 100%;
    }
}

.join-aeroplan-banner .ae-content h2 {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .join-aeroplan-banner .ae-content h2 {
        text-align: center;
    }
}

#explore-more h2 {
    margin-bottom: 25px;
}

#explore-more .ae-carousel-tablet .col-33 {
    flex: 1;
    align-content: stretch;
}

#explore-more .ae-carousel-tablet .col-33 a {
    padding-bottom: 25px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1024px) {
    #explore-more .ae-carousel-tablet .col-33 a {
        background-color: #fff;
        box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }
}

#explore-more .ae-carousel-tablet .col-33 a span.ac-icon.icon-footer-external-link {
    display: none;
}

#explore-more .ae-carousel-tablet .col-33 a:hover,
#explore-more .ae-carousel-tablet .col-33 a:active {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#explore-more .ae-carousel-tablet .col-33 a:hover p:hover,
#explore-more .ae-carousel-tablet .col-33 a:active p:hover {
    cursor: pointer;
}

#explore-more .ae-carousel-tablet .col-33 a:hover h3:hover,
#explore-more .ae-carousel-tablet .col-33 a:active h3:hover {
    cursor: pointer;
}

#explore-more .ae-carousel-tablet .col-33 a img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}

@media only screen and (min-width: 1024px) {
    #explore-more .ae-carousel-tablet .col-33 a img {
        max-height: 230px;
    }
}

#explore-more .ae-carousel-tablet .col-33 a h3 {
    padding: 0px 20px;
}

#explore-more .ae-carousel-tablet .col-33 a p {
    color: #005078 !important;
    margin: auto 0px 0px;
    padding: 0px 20px;
    text-align: left;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    #explore-more .ae-carousel-tablet .col-33 {
        padding: 0px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #explore-more .ae-carousel-tablet {
        padding: 0px 60px;
        width: calc(70% + 30px);
    }
    #explore-more .ae-carousel-tablet .col-33 a img {
        margin: 0px 0px 20px;
    }
}

@media only screen and (max-width: 767px) {
    #explore-more .ae-carousel-tablet {
        width: 90%;
        padding: 30px;
    }
    #explore-more .ae-carousel-tablet .col-33 a img {
        margin: 0px 0px 20px;
    }
}

@media only screen and (max-width: 767px) {
    #explore-more .ae-content {
        padding: 4em 0px 0px;
    }
    #explore-more .ae-content .ae-carousel-tablet {
        padding: 0px 30px;
        width: 100%;
    }
    #explore-more .ae-content .ae-carousel-tablet .col-33 img {
        margin: 0px 0px 20px;
    }
    #explore-more .ae-content .ae-carousel-tablet .col-33 a {
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.12);
    }
}

.ae-footer {
    text-align: center;
    background: #efefef;
    color: #000;
}

.ae-footer .ae-content {
    padding: 15px 25px !important;
}

.ae-footer .ae-content p {
    margin: 0px auto;
    font: normal 400 14px Open Sans;
}

.ae-footer .ae-content p:nth-of-child(2) {
    margin-top: 15px;
}

.white-panel {
    background: #fff;
    color: #000;
    padding: 30px;
    margin: 30px 0px;
    box-shadow: 0 6px 19px -7px rgba(0, 0, 0, 0.2);
}

.white-panel:nth-of-type(2),
.white-panel:nth-of-type(5) {
    margin: 30px;
}

.white-panel.col-33 {
    width: calc(33.3% - 20px);
    display: inline-block;
}

.white-panel h3 {
    margin: 20px auto 30px;
    text-align: center;
}

.white-panel p {
    text-align: center;
    font: normal 400 14px Open Sans;
}

.white-panel p+ul,
.white-panel p+ol {
    margin-bottom: 35px;
}

.white-panel ul {
    margin-bottom: 35px;
}

.white-panel:transparent-top {
    text-align: left;
    margin-top: 0px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .white-panel:nth-of-type(2),
    .white-panel:nth-of-type(5) {
        margin: 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .white-panel {
        box-shadow: 0 6px 32px -19px rgba(0, 0, 0, 0.3), 0 7px 16px -8px rgba(0, 0, 0, 0.1);
        padding: 30px;
        margin: 20px 0px;
    }
    .white-panel:nth-of-type(2),
    .white-panel:nth-of-type(5) {
        margin: 30px;
    }
    .white-panel h3 {
        margin: 20px auto;
    }
    .white-panel.col-33 {
        width: 100%;
        display: inline-block;
    }
}

.pink-panel {
    background: #f6f4f0;
    color: #000;
    padding: 40px;
    margin: 0px 0px 30px;
    box-shadow: 0 6px 19px -7px rgba(0, 0, 0, 0.2);
}

.pink-panel h3 {
    margin: 0px 0px 20px;
}

.pink-panel h3,
.pink-panel p {
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .pink-panel {
        box-shadow: 0 6px 32px -19px rgba(0, 0, 0, 0.3), 0 7px 16px -8px rgba(0, 0, 0, 0.1);
    }
    .pink-panel h3,
    .pink-panel p {
        text-align: center;
    }
}

.light-pink-panel {
    background: #f9f8f6;
    padding: 20px 30px;
}

.light-pink-panel p {
    font: normal 400 14px Open Sans;
}

.light-pink-panel p:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .light-pink-panel {
        padding: 20px;
    }
}

.mobile-visible {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-visible {
        display: block;
    }
}

.tablet-visible {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .tablet-visible {
        display: block;
    }
}

.desktop-visible {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .desktop-visible {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .desktop-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .ae-content h3 {
        text-align: left;
    }
}

#dec-offers .ae-header .ae-content {
    box-shadow: 0 -15px 19px -7px rgba(0, 0, 0, 0.2);
    padding-bottom: 3rem;
}

#dec-offers .ae-content a {
    cursor: pointer;
}

#dec-offers .cloud-bg {
    background-image: linear-gradient(to bottom, #ffffff, #bad8eb);
    background-position-y: bottom;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 1025px) {
    #dec-offers .cloud-bg {
        background-image: url("/content/dam/aircanada/loyalty-content/images/snow.svg"), linear-gradient(to bottom, #ffffff, #bad8eb);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #dec-offers .cloud-bg {
        background-image: url("/content/dam/aircanada/loyalty-content/images/snow.svg"), linear-gradient(to bottom, #ffffff, #bad8eb);
    }
}

#dec-offers .ae-content .intro .row {
    margin-right: 0px;
    margin-left: 0px;
}

#dec-offers .ae-content .intro h5 {
    font-weight: 600;
}

#dec-offers .ae-content .intro p {
    font: normal 400 14px Open Sans;
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #dec-offers .ae-content .intro p {
        margin-bottom: 10px;
    }
}

#dec-offers .ae-content .intro p.sub {
    margin-top: 10px;
    font-size: 12px;
}

#dec-offers .ae-content .intro span {
    overflow: hidden;
}

#dec-offers .ae-content .intro button {
    background-color: #005078;
    border: 1px solid #005078;
    float: left;
    padding: 15px 20px;
}

#dec-offers .ae-content .intro button:lang(fr) {
    padding: 15px 14px;
}

#dec-offers .ae-content .offers .white-panel:nth-child(4) .brands {
    padding: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #dec-offers .ae-content .intro button {
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    #dec-offers .ae-content .intro button {
        float: none;
        width: 100%;
    }
}

#dec-offers .ae-content .intro button a {
    color: #ffffff !important;
    text-decoration: none;
}

#dec-offers .ae-content .offers {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 140px;
}

#dec-offers .ae-content .offers .white-panel {
    padding: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 15px 0px;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    #dec-offers .ae-content .offers .white-panel.col-33 {
        margin: 15px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #dec-offers .ae-content .offers .white-panel.col-33 {
        width: calc(50% - 20px);
    }
    #dec-offers .ae-content .offers .white-panel.col-33:nth-of-type(odd) {
        margin: 15px 15px 0 0px;
    }
    #dec-offers .ae-content .offers .white-panel.col-33:nth-of-type(even) {
        margin: 15px 0px 0 15px;
    }
}

@media only screen and (min-width: 1025px) {
    #dec-offers .ae-content .offers .white-panel.col-33:nth-of-type(2),
    #dec-offers .ae-content .offers .white-panel.col-33:nth-of-type(5),
    #dec-offers .ae-content .offers .white-panel.col-33:nth-of-type(8),
    #dec-offers .ae-content .offers .white-panel.col-33:nth-of-type(11) {
        margin: 15px;
    }
}

#dec-offers .ae-content .offers .white-panel img.not-active {
    width: 100%;
}

#dec-offers .ae-content .offers .white-panel .brands {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    #dec-offers .ae-content .offers .white-panel .brands {
        height: 190px;
        justify-content: center;
    }

    #dec-offers .ae-content .offers .white-panel .brands .col img {
        max-height: 80px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #dec-offers .ae-content .offers .white-panel .brands {
        max-height: 120px;
        height: 100%;
        padding: 15px;
    }
}

@media only screen and (min-width: 1025px) {
    #dec-offers .ae-content .offers .white-panel .brands {
        max-height: 120px;
        height: 100%;
        padding: 15px;
    }
}
#dec-offers .ae-content .offers .white-panel .brands .col img {max-height: 65px;}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    #dec-offers .ae-content .offers .white-panel .brands .col img {max-height: 58px;}
}
#dec-offers .ae-content .offers .white-panel .brands .col.col-50 img {max-height: 50px;}
#dec-offers .ae-content .offers .white-panel .brands .col.col-100 img {max-height: 80px;}

#dec-offers .ae-content .offers .white-panel .brands .col {
    padding: 0px 10px;
    text-align: center;
    max-height: 80px;
}

#dec-offers .ae-content .offers .white-panel .brands .col-33 {
    width: calc(33.3% - 3px) !important;
    display: inline-block;
}

#dec-offers .ae-content .offers .white-panel .brands .col-50 {
    width: calc(50% - 3px) !important;
    display: inline-block;
}

#dec-offers .ae-content .offers .white-panel .brands .col-100 {
    width: calc(100% - 3px);
    display: inline-block;
    vertical-align: top;
}

#dec-offers .ae-content .offers .white-panel .brands .col-100 img {
    max-width: 160px;
    margin: 0px;
}

@media only screen and (max-width: 1024px) {
    #dec-offers .ae-content .offers .white-panel .brands .col-100 img {
        max-width: 160px;
    }
}

#dec-offers .ae-content .offers .white-panel .desc {
    flex: 1;
    max-height: 300px;
}

@media only screen and (max-width: 767px) {
    #dec-offers .ae-content .offers .white-panel .desc {
        min-height: 250px;
    }
}

#dec-offers .ae-content .offers .white-panel .badge {
    width: 85px;
    height: 25px;
    padding: 5px 15px 5px;
    border-radius: 13px;
    background-color: #d8292f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #ffffff;
    text-align: center;
}

#dec-offers .ae-content .offers .white-panel.not-active .badge {
    position: absolute;
    top: 15px;
    left: 20px;
}

#dec-offers .ae-content .offers .white-panel.active .badge,
#dec-offers .ae-content .offers .white-panel.passive .badge {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

#dec-offers .ae-content .offers .white-panel.active .desc,
#dec-offers .ae-content .offers .white-panel.passive .desc {
    display: flex;
}

#dec-offers .ae-content .offers .white-panel.active .desc .ribbon-container-l,
#dec-offers .ae-content .offers .white-panel.passive .desc .ribbon-container-l {
    width: 80px;
    background-image: linear-gradient(to left, #f9f9f9, #e0e6e9);
}

#dec-offers .ae-content .offers .white-panel.active .desc .ribbon-container-r,
#dec-offers .ae-content .offers .white-panel.passive .desc .ribbon-container-r {
    width: 80px;
    background-image: linear-gradient(to left, #e0e6e9, #f9f9f9);
}

#dec-offers .ae-content .offers .white-panel.active .desc .content,
#dec-offers .ae-content .offers .white-panel.passive .desc .content {
    background-color: #d8e9f4;
    flex: 1;
    text-align: center;
    padding: 50px 5px 15px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

#dec-offers .ae-content .offers .white-panel.active .desc .content > *,
#dec-offers .ae-content .offers .white-panel.passive .desc .content > * {
    z-index: 2;
}


#dec-offers .ae-content .offers .white-panel.active .desc .content .points-container,
#dec-offers .ae-content .offers .white-panel.passive .desc .content .points-container {
    padding-bottom: 15px;
}

#dec-offers .ae-content .offers .white-panel.active .desc .content .points,
#dec-offers .ae-content .offers .white-panel.passive .desc .content .points {
    margin: 10px 0 0;
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.7;
    letter-spacing: normal;
    text-align: center;
    color: #f01428;
}

#dec-offers .ae-content .offers .white-panel.active .desc .content h2,
#dec-offers .ae-content .offers .white-panel.passive .desc .content h2 {
    margin-bottom: 0px;
    font-size: 20px;
}

#dec-offers .ae-content .offers .white-panel.passive .desc .content h2 {color: #737373;}

#dec-offers .ae-content .offers .white-panel.active .desc .content button,
#dec-offers .ae-content .offers .white-panel.passive .desc .content button {
    background-color: #005078;
    border: 1px solid #005078;
}

#dec-offers .ae-content .offers .white-panel.active .desc .content button a,
#dec-offers .ae-content .offers .white-panel.passive .desc .content button a {
    color: #ffffff;
}

#dec-offers .ae-content .offers .white-panel.active .ribbon,
#dec-offers .ae-content .offers .white-panel.passive .ribbon {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
}

#dec-offers .ae-content .offers .white-panel.active .desc .content .btn-primary {
    background-color: #005078;
    border: 1px solid #005078;
}

#dec-offers .ae-content .offers .white-panel.active .desc .content .btn-primary a {
    color: #ffffff;
}

#dec-offers .ae-content .offers .white-panel.passive .badge {
    background-color: #efefef;
    color: #4a4f54;
}

#dec-offers .ae-content .offers .white-panel.passive .desc {
    display: flex;
}

@media only screen and (max-width: 767px) {
    #dec-offers .ae-content .offers .white-panel.passive .desc {
        display: none;
    }
}

#dec-offers .ae-content .offers .white-panel.passive .desc .ribbon-container {
    width: 80px;
    background-image: linear-gradient(to left, #f9f9f9 100%, #e0e6e9 0%);
}

#dec-offers .ae-content .offers .white-panel.passive .desc .content {
    background-color: #dbd9d9;
}

#dec-offers .ae-content .offers .white-panel.passive .desc .content .points {
    color: #737373;
}

#dec-offers .ae-content .offers .white-panel.passive .desc .content button {
    background-color: #efefef;
    border-color: #efefef;
    color: #4a4f54 !important;
    cursor: auto;
}

#dec-offers .ae-content .offers .white-panel.passive .desc .content button a {
    color: #4a4f54 !important;
    cursor: auto;
}

@media only screen and (max-width: 767px) {
    #dec-offers .ae-content .offers .white-panel.passive .brands {
        padding-top: 40px;
    }
}

#dec-offers .ae-content .bookmark {
    margin: 3px 0 2px 6px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #00507c;
    position: relative;
    top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dec-offers .ae-content .bookmark::before {
    content: "";
    display: inline-block;
    background: url(/content/dam/aircanada/loyalty-content/images/icon/bookmark-24-px.svg) no-repeat top left;
    width: 20px;
    height: 20px;
    background-size: 18px 18px;
}

#dec-offers .credit-banner {
    background-image: linear-gradient(to bottom, #d2dde4, #edf1f3);
    padding: 30px;
}

#dec-offers .faqs .accordion__container .accordion__title.panel-box a.accordion__toggle:before {
    content: '';
}

#dec-offers .snow-pile .ae-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    #dec-offers .snow-pile {
        background: url(/content/dam/aircanada/loyalty-content/images/pile-of-snow-m.svg) no-repeat top center;
        background-size: cover;
        margin-top: -100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #dec-offers .snow-pile {
        background: url(/content/dam/aircanada/loyalty-content/images/pile-of-snow-t.svg) no-repeat top center;
        background-size: cover;
        margin-top: -100px;
    }
}

@media only screen and (min-width: 1024px) {
    #dec-offers .snow-pile {
        background: url(/content/dam/aircanada/loyalty-content/images/pile-of-snow.svg) no-repeat top center;
        background-size: cover;
        margin-top: -100px;
    }
}