/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-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;
}

@media only screen and (max-device-width: 1280px) and (min-device-width: 1025px) {
    .td-dropdown {
        display: block !important;
        margin-bottom: 12% !important;
    }

    .amex-dropdown {
        margin-bottom: 6% !important;
        display: block !important;
    }

    .cibc-dropdown {
        margin-bottom: 0% !important;
        display: block !important;
    }
}

@media only screen and (min-device-width: 1025px) {
    .welcome-offer-section {
        padding: 2% !important;
        position: fixed !important;
        height: 150px !important;
        z-index: 10000 !important;
        box-shadow: 0 -4px 8px 0 rgb(32 33 36 / 28%) !important;
        bottom: 0 !important;
        left: 10% !important;
        background: #fff !important;
        padding-left: 3% !important;
        padding-right: 3% !important;
    }

    .small-screens-only-visible {
        display: none !important;
    }


    .arrow {
        border: solid black;
        border-width: 1px 0px 0px 1px !important;
        display: inline-block !important;
        padding: 4px !important;
        margin-bottom: -2px !important;
    }

    .desktop-list {
        list-style: none !important;
        text-align: start !important;
        margin-top: 2% !important;
        position: absolute !important;
        padding: 2% !important;
        padding-left: 1% !important;
        position: absolute !important;
        bottom: 75% !important;
        width: 24% !important;
        background: white !important;
    }

    .td-dropdown {
        display: block !important;
        margin-bottom: 10%;
    }

    .amex-dropdown {
        margin-bottom: 5%;
        display: block !important;
    }

    .cibc-dropdown {
        margin-bottom: 0%;
        display: block !important;
    }

}

@media only screen and (min-device-width: 1900px) {
    .td-dropdown {
        margin-bottom: 8% !important;
    }

    .amex-dropdown {
        margin-bottom: 4% !important;
    }

    .cibc-dropdown {
        margin-bottom: 0% !important;
    }

    .div3 {
        padding-bottom: 2% !important;
    }

    .div4 {
        padding-bottom: 2% !important;
    }

}


@media only screen and (max-device-width: 1024px) {
    .welcome-offer-section {
        padding: 0% !important;
    }

    .credit-card-small-screens {
        margin-top: 5% !important;
    }
}

@media only screen and (min-device-width: 1500px) {
    .welcome-offer-section {
        padding: 1% !important;
    }

    .div3 {
        padding-bottom: 1% !important;
    }

    .div4 {
        padding-bottom: 1% !important;
    }

}

.desktop-dropdown-image {
    margin-right: 6% !important;
    height: 32px !important;
}

.desktop-list {
    cursor: pointer !important;
}

.sub-header {
    text-align: center;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrow {
    border: solid black;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 4px;
    margin-bottom: 2px;
}

.select-cards {
    display: flex;
    max-width: 100% !important;
    align-items: center;
    text-align: center;
}

.div1 {
    width: 20%;
}

.div2 {
    width: 30%;
}

.div3 {
    width: 25%;
}

.div4 {
    width: 25%;
    padding-left: 4%;
}

select#card option[value="AMEX"] {
    background-image: url(/content/dam/aircanada/loyalty-content/images/bank-agnostic/amex-logo.png);
}

.card {
    box-shadow: -1px -5px 11px -3px lightgrey;
    background-color: white;
    margin-right: 3%;
    display: flex;
    height: auto;
}

.flex-row-2 {
    height: max-content !important;
    align-items: flex-start !important;
}

.desktop-view {
    margin-right: 0% !important;
    min-width: 48% !important;
}

.benefits-img {
    padding: 4%;
    width: 35%;
}

.benefits-description {
    text-align: initial;
    margin: auto;
    width: 80%;
    padding: 2%;
}

.gradient-background {
    margin-top: 1%;
    height: 25%;
    background-image: linear-gradient(white, rgb(223, 240, 249));
}

.gradient-background img {
    width: 100%;
}

.cards-content {
    background-color: transparent !important;
    display: grid;
    max-width: 79.5% !important;

}

.content-container {
    margin-top: 3%;
    box-shadow: none !important;
}

hr {
    margin-top: 1em;
    border: 0;
    border-top: 2px solid #E6E6E6;
    max-width: 3%;
    margin-left: 48%;
}

.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);
    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;
}

.desktop-button {
    width: 100%;
    background-color: #005078;
    color: white;
    height: 50px;
    border: #005078;
}

.desktop-dropdown {
    width: 100%;
    background-color: white;
    border: 1px solid #C1C5C8;
    height: 50px;
    text-align: start;
    padding-left: 5%;
}

.dropdown-container {
    display: none;
    border: 1px solid #C1C5C8;
}

.desktop-list {
    list-style: none;
    text-align: start !important;
    margin-top: 2%;
    padding: 5%;
    padding-left: 0%;
}

.desktop-dropdown-image {
    margin-right: 6%;
    height: 32px;
}

.cards-image-text-container {
    display: contents;
}

@media only screen and (min-width: 1795px) {
    .big-screen {
        padding-top: 2%;
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 501px) {

    .cards-image-text-container {
        display: flex !important;
        padding-left: 5%;
    }

    .div3 {
        padding-top: 4%;
    }

    .mobile-view {
        width: 50% !important;
    }
}

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

    p {
        margin: auto !important;
    }

    .desktop-list {
        list-style: none;
        text-align: start !important;
        margin-top: 2%;
        padding: 2% !important;
        padding-left: 2% !important;
    }

    .select-cards {
        display: grid;
        text-align: center;
    }

    .desktop-dropdown {
        width: 100%;
        height: 50px;
    }

    .div1 {
        justify-content: center;
        align-items: center;
        display: contents;
    }

    .div2 {
        width: 100%;
        padding: 3%;
    }

    .div3 {
        width: 100%;
    }

    .div4 {
        width: 100%;
        padding-top: 4%;
        padding-left: 0% !important;
    }

    .mobile-view {
        width: 100%;
        color: white;
        background-color: #005078;
        margin-left: 0%;
    }

    .mobile-dropdown {
        width: 100%;
    }
}

.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;
    -webkit-transform: rotate(180deg);
    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;
    padding: 0px;
}

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 {
    -webkit-backdrop-filter: blur(10px);
    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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
    -webkit-transform: rotateZ(-90deg);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    -webkit-transform: rotateZ(90deg);
    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;
    -webkit-box-shadow: 0 6px 19px -7px rgba(0, 0, 0, 0.2);
    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;
    -webkit-transition: .2s linear;
    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.modal,
#view-more2.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);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

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

#view-more.modal .modal-container,
#view-more2.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 {
        width: 60%;
    }

    .desktop-button {
        width: 50%;
        background-color: #005078;
        color: white;
        height: 50px;
        border: #005078;
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 1px) {

    .cards-content {
        background-color: transparent !important;
        display: grid;
        max-width: 60% !important;
    }

    .content-container {
        margin-top: 3%;
        box-shadow: none !important;
        display: block !important;
    }

    .card {
        box-shadow: -1px -5px 11px -3px lightgrey;
        background-color: white;
        margin-right: 3%;
        display: flex;
        height: auto;
        width: 100% !important;
        margin-bottom: 4%;
    }

    .tablet-view {
        margin-bottom: 1% !important;
    }

    .benefits-description {
        width: 70%;
        margin-right: 2%;
    }

    .benefits-img {
        width: 27%;
        padding: 2%;
    }
}

@media only screen and (max-device-width: 767px) and (min-device-width: 481px) {
    .benefits-img {
        width: 35%;
        padding: 4%;
    }

    .desktop-button {
        width: 50%;
        background-color: #005078;
        color: white;
        height: 50px;
    }

    .benefits-description {
        width: 65% !important;
    }
}

@media only screen and (max-device-width: 480px) {
    .card {
        box-shadow: -1px -5px 11px -3px lightgrey;
        background-color: white;
        margin-right: 0%;
        display: block !important;
        height: auto;
        width: 100% !important;
        margin-bottom: 5%;
    }

    .benefits-img {
        width: 50% !important;
        padding: 4% !important;
        margin: auto !important;
        margin-top: 2%;
    }

    .benefits-description {
        text-align: initial;
        margin: auto;
        width: 85% !important;
        text-align: center;
        padding-bottom: 6%;
    }

    .cards-content {
        max-width: 90% !important;
    }
}


@media only screen and (max-width: 480px) {

    #view-more.modal .modal-container,
    #view-more2.modal .modal-container {
        width: 90%;
    }
}

#view-more.modal .modal-container .modal-content,
#view-more2.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 {
    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 {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {

    #view-more.modal .modal-container .modal-content,
    #view-more2.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) {
    margin-bottom: 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) {
        margin-bottom: 0px;
    }
}

#view-more.modal .modal-container .modal-content ul.checked li,
#view-more2.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 {
    font: normal 600 14px Open Sans;
    color: #005078;
    float: left;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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 {
    text-decoration: none;
    cursor: pointer;
}

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

#view-more.modal .modal-container .modal-header,
#view-more2.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 {
    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 {
    padding: 0;
}

#view-more.modal .modal-container .modal-body img,
#view-more2.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 {
    padding: 0px 30px 20px;
    background-color: #fff;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

#view-more.modal .modal-container .modal-footer p,
#view-more2.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 14px 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: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#2d2d2d));
    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 .secondary-btn {
    color: #005078 !important;
}

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

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

.balloon-gradient-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#edf5fa), to(#bfdbed));
    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, -webkit-gradient(linear, left top, left bottom, from(#000000), to(#2d2d2d));
    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, -webkit-gradient(linear, left bottom, left top, from(#2d2d2d), color-stop(39%, #000000));
        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: -webkit-gradient(linear, left bottom, left top, from(#4a4f54), color-stop(39%, #000000));
        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: -webkit-gradient(linear, left top, left bottom, from(rgba(204, 217, 226, 0)), to(#d2dde4));
    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-50 {
    width: calc(50% - 3px);
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .col-50 {
        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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: table;
}

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

.red-text {
    color: #FF0000;
}

.blue-text {
    color: #005078;
}

.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: -webkit-fit-content;
    width: -moz-fit-content;
    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%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 20px;
    line-height: 1.15;
    text-align: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.nowrap {
    white-space: nowrap;
}

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

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

.primary-btn.rounded {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    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 !important;
    color: #005078 !important;
    display: table;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.25px;
    padding: 15px;
    margin: 10px auto;
    border: none;
    font-weight: 600;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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;
        -o-object-fit: contain;
        object-fit: contain;
        float: left;
        margin-right: -10px;
        margin-top: -3px;
        -webkit-column-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 {
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
    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;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -12px;
    -webkit-column-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;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    -webkit-column-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 {
    -webkit-transform: rotateZ(180deg);
    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 {
    -webkit-box-shadow: 0 6px 19px -7px rgba(0, 0, 0, 0.15);
    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;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: -20px;
    margin-top: 5px;
    -webkit-column-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 {
    -webkit-transform: rotateZ(180deg);
    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: 80%;
    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: 4em 8em;
}

@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 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@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%;
}

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

.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%;
    }
}

@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: -60px;
        padding: 34px;
    }
}

.ae-additional-footer .ae-content {
    padding-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

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

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .ae-additional-footer .ae-content .col-50 {
        width: calc(50% - 2px);
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

#earn .fast-follow .fast-links {
    margin: 50px 0px 70px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #earn .fast-follow .fast-links {
        margin: 30px 0px 70px;
    }
}

@media only screen and (max-width: 767px) {
    #earn .fast-follow .fast-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 15px 0px 40px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #redeem .fast-follow .fast-links div {
        width: calc(33% - 20px);
        margin: 20px 10px;
        padding-left: 0px;
    }
}

.fast-follow {
    text-align: left;
    margin: 50px -4em 0px;
}

.fast-follow h2 {
    text-align: center;
}

.fast-follow h2:after {
    height: 2px;
    width: 20px;
    background-color: #b8a890;
    margin: 15px auto 20px;
    border: none;
    display: block;
    content: '';
}

.fast-follow .join-now {
    margin: 30px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1025px) {
    .fast-follow .join-now {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.fast-follow .join-now .col-50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1025px) {
    .fast-follow .join-now .col-50 {
        width: 100%;
    }

    .fast-follow .join-now .col-50:nth-of-type(even) {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .fast-follow .join-now .col-50 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.fast-follow .join-now .col-50 .ff-content {
    padding: 30px 30px 20px;
    margin-right: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .fast-follow .join-now .col-50 .ff-content {
        padding: 20px;
        margin-right: 0px;
        text-align: center;
    }

    .fast-follow .join-now .col-50 .ff-content h3:after {
        margin: 20px auto;
    }
}

.fast-follow .join-now .col-50 img {
    max-width: 242px;
    max-height: 230px;
}

.fast-follow .join-now .col-50 img:lang(fr) {
    max-height: 255px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .fast-follow .join-now .col-50 img:lang(fr) {
        max-height: 230px;
    }
}

@media only screen and (max-width: 767px) {
    .fast-follow .join-now .col-50 img {
        max-width: 100%;
        max-height: none;
    }
}

.fast-follow .join-now .col-50 a.primary-btn,
.fast-follow .join-now .col-50 a.secondary-btn {
    margin: auto 0px 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media only screen and (max-width: 767px) {

    .fast-follow .join-now .col-50 a.primary-btn,
    .fast-follow .join-now .col-50 a.secondary-btn {
        margin: 0px 0px 15px;
        width: 100%;
    }
}

.fast-follow .join-now .blue-circle-bg {
    background-image: radial-gradient(circle at 5% 5%, #ecf4fa, #c8e2f2 98%);
}

.fast-follow .row.tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1025px) {
    .fast-follow .row.tiles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.fast-follow .row.tiles .col-50 {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.12);
}

.fast-follow .row.tiles .col-50 .ff-content div a:last-child {
    margin: 15px 0px;
}

.fast-follow .row.tiles .col-50 a:last-child {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: auto 0px 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media only screen and (max-width: 767px) {
    .fast-follow .row.tiles .col-50 a:last-child {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .fast-follow .row.tiles .col-50:nth-of-type(3) div:first-child img {
        padding-top: 30px;
    }
}

.fast-follow .row.tiles .col-50 div:first-child {
    background-color: #bad8eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.fast-follow .row.tiles .col-50 div:first-child img {
    min-width: 178px;
    max-width: 178px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}

@media only screen and (max-width: 767px) {
    .fast-follow .row.tiles .col-50 div:first-child img {
        max-width: 100%;
        min-width: none;
        max-height: none;
    }
}

@media only screen and (max-width: 767px) {
    .fast-follow .row.tiles .col-50 div:first-child {
        margin-bottom: 20px;
    }
}

.fast-follow .row.tiles .col-50 .ff-content {
    padding: 0 25px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fast-follow .row.tiles .col-50 .ff-content div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
}

@media only screen and (max-width: 767px) {
    .fast-follow .row.tiles .col-50 .ff-content div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.fast-follow .col-50 {
    width: calc(50% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0px 15px;
}

.fast-follow .col-50:nth-of-type(even) {
    margin-left: 27px;
}

@media only screen and (max-width: 1025px) {
    .fast-follow .col-50:nth-of-type(even) {
        margin-left: 0px;
    }
}

.fast-follow .col-50 p {
    font: normal 400 14px Open Sans;
}

.fast-follow .col-50 h3:after {
    height: 2px;
    width: 20px;
    background-color: #b8a890;
    margin: 10px 0px;
    border: none;
    display: block;
    content: '';
}

@media only screen and (max-width: 1025px) {
    .fast-follow .col-50 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .fast-follow .col-50 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 15px 0px;
    }
}

.fast-follow .fast-links {
    margin: 50px 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fast-follow .fast-links div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    margin-left: auto;
}

.fast-follow .fast-links div:nth-of-type(1) {
    padding-left: 0px;
    margin-left: 0px;
}

.fast-follow .fast-links div img {
    float: left;
    width: 42px;
    margin: 0 10px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
    min-height: 42px;
}

.fast-follow .fast-links div p {
    font-size: 16px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .fast-follow .fast-links div p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .fast-follow .fast-links div {
        width: 50%;
        margin: 10px 0px;
    }

    .fast-follow .fast-links div:nth-of-type(odd) {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .fast-follow .fast-links div {
        padding: 10px 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .fast-follow .fast-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 30px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .fast-follow .fast-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 15px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fast-follow {
        margin: 30px -2em 0px;
    }
}

@media only screen and (max-width: 767px) {
    .fast-follow {
        margin: 15px -30px 0px;
    }
}

.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;
    }
}

@media only screen and (max-width: 767px) and (min-width: 500px) {
    .join-aeroplan-banner div.prelogin .ae-content {
        background: #fff url(/content/dam/aircanada/loyalty-content/images/join-aeroplan.jpg) no-repeat center right;
        min-height: 190px;
        background-position-x: 97%;
    }
}

.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;
    }
}

@media only screen and (max-width: 767px) and (min-width: 500px) {
    .join-aeroplan-banner div.postlogin .ae-content {
        background: #fff url(/content/dam/aircanada/loyalty-content/images/my-aeroplan.jpg) no-repeat center right;
        min-height: 190px;
        background-position-x: 97%;
    }
}

.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: 767px) and (min-width: 500px) {
    .join-aeroplan-banner .ae-content .primary-btn {
        margin: 0;
    }
}

@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) and (min-width: 500px) {
    .join-aeroplan-banner .ae-content .col-50 {
        width: 60% !important;
    }
}

@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;
    }
}

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

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

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

@media only screen and (max-width: 767px) {
    #explore-more .ae-carousel-tablet {
        width: 90%;
        padding: 30px;
    }
}

@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%;
    }
}

.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;
    -webkit-box-shadow: 0 6px 19px -7px rgba(0, 0, 0, 0.2);
    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 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 {
        -webkit-box-shadow: 0 6px 32px -19px rgba(0, 0, 0, 0.3), 0 7px 16px -8px rgba(0, 0, 0, 0.1);
        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;
    }
}

.pink-panel {
    background: #f6f4f0;
    color: #000;
    padding: 40px;
    margin: 0px 0px 30px;
    -webkit-box-shadow: 0 6px 19px -7px rgba(0, 0, 0, 0.2);
    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 {
        -webkit-box-shadow: 0 6px 32px -19px rgba(0, 0, 0, 0.3), 0 7px 16px -8px rgba(0, 0, 0, 0.1);
        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;
    }
}

.icon-medical:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-medical-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.icon-canceledtrip:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-canceledtrip-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.icon-delay:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-delay-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.icon-car:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-car-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.icon-hotel:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-hotel-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.icon-accident:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-accident-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.icon-assistance:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-assistance-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.icon-mobile:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-mobile-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.icon-interruption:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-interruption-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.icon-upgrade:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-upgrade-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.icon-lock:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-lock-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.icon-security:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-security-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.icon-luggage:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-bag-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.icon-trolley-luggage:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-trolley-bag-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.icon-misuse:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-misuse-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.icon-trolley-luggage:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-trolley-bag-circle.svg");
    display: block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 25px;
    margin-top: -10px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

p.policy {
    text-align: left !important;
    font: normal 600 14px Open Sans;
}

p.policy:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-policy-sm.svg");
    display: block;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 10px;
    margin-top: 0;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

p.policy.visible-only-1024 {
    margin-top: 56px;
}

p.compare {
    text-align: left !important;
    font: normal 600 14px Open Sans;
}

p.compare:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-compare-sm.svg");
    display: block;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 10px;
    margin-top: 0;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

p.lock {
    margin-top: 25px;
    font: normal 600 14px Open Sans;
}

p.lock:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-shopping-bag-white.svg");
    display: block;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 10px;
    margin-top: 0;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

p.lock span {
    display: block;
    overflow-y: hidden;
    text-align: left;
}

.modal ul.checked li:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.compare-footnote {
    text-align: center;
    margin: 35px auto 0px;
    font-size: 14px;
}

ul.checked {
    padding-left: 0px;
    padding-top: 15px;
    list-style: none;
}

ul.checked li:before {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-check.svg");
    display: block;
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: 15px;
    margin-top: 0;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.checked span {
    overflow-y: hidden;
    display: block;
}

ul.checked span span.isNotQuebec,
ul.checked span span.isQuebec {
    display: contents;
}

.large-copy {
    font-size: 32px !important;
    margin-bottom: 0px !important;
    margin-top: 0 !important;
}

.large-copy+p {
    font: normal 400 14px Open Sans;
    margin: 0px !important;
}

.large-copy sup {
    vertical-align: super;
    font-size: 14px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .large-copy {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 767px) {
    .large-copy {
        font-size: 24px !important;
    }
}

.xl-copy {
    font-size: 36px !important;
}

.xl-copy+span {
    font: normal 600 16px Open Sans;
    line-height: 2.5;
}

.xl-copy sup {
    vertical-align: super;
    font-size: 14px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .xl-copy {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 767px) {
    .xl-copy {
        font-size: 24px !important;
    }
}

.lg-copy {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 2.5;
}

.lg-copy sup {
    vertical-align: super;
    font-size: 14px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .lg-copy {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .lg-copy {
        font-size: 18px !important;
    }
}

.sm-copy {
    font-size: 14px !important;
}

p.plain-copy {
    font-weight: 600;
    font-size: 16px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    p.plain-copy {
        margin-bottom: 0px !important;
        margin-top: auto;
        font-size: 20px;
    }
}

@media only screen and (min-width: 1025px) {
    p.plain-copy {
        margin-bottom: 10px !important;
        margin-top: auto;
        font-size: 20px;
    }
}

.rounded-clouds-bg {
    text-align: center;
    background-position-y: bottom;
}

.rounded-clouds-bg p {
    font: normal 400 14px Open Sans;
}

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

#general .rounded-clouds-bg {
    padding-bottom: 6em;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #general .rounded-clouds-bg {
        padding: 0px 30px;
        margin-top: -30px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #general .rounded-clouds-bg {
        padding-bottom: 12em;
    }
}

@media only screen and (max-width: 767px) {
    #general .rounded-clouds-bg {
        padding: 0px 20px 6em;
    }

    #general .rounded-clouds-bg button.slick-next,
    #general .rounded-clouds-bg button.slick-next:hover,
    #general .rounded-clouds-bg button.slick-prev,
    #general .rounded-clouds-bg button.slick-prev:hover {
        top: calc(25% - 40px);
    }
}

@media only screen and (max-width: 979px) and (min-width: 768px) {
    #credits-cards #credit-card-tabs .nav.nav-tabs li a:lang(fr) {
        min-height: 108px;
    }
}

#credit-card-tabs .ae-content {
    padding-top: 0px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #credit-card-tabs .ae-content {
        padding: 0px 0px 30px;
    }
}

@media only screen and (max-width: 767px) {
    #credit-card-tabs .ae-content {
        padding: 0px 0px 4em;
    }
}

#credit-card-tabs nav.cc-nav .mobile-container {
    display: none;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 40px 40px 20px 30px;
    text-align: left;
    position: relative;
}

#credit-card-tabs nav.cc-nav .mobile-container span.dropdown-label {
    font-size: 12px;
    line-height: 1.75;
    color: #4a4f55;
    position: absolute;
    top: 10px;
}

#credit-card-tabs nav.cc-nav .mobile-container span.mobile-content {
    font: normal 600 18px Open Sans;
    color: #000;
}

#credit-card-tabs nav.cc-nav .mobile-container span.dropdown-arrow {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-down-arrow.svg");
    display: block;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: -20px;
    margin-top: -3px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    float: right;
}

#credit-card-tabs nav.cc-nav .mobile-container span.dropdown-arrow.rotate {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

#credit-card-tabs nav.cc-nav .ribbon {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    border-radius: 3px;
    box-shadow: 3px 2px 5px #979797;
    padding: 3px 20px;
    z-index: 3;
    font-weight: 600;
    color: #fff;
    margin-left: -12px;
}

#credits-cards-overview-td-personal #credit-card-tabs nav.cc-nav .ribbon {
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: -47px;
}

#credit-card-tabs nav.cc-nav .ribbon.entry {
    background: #c1c5c8;
    color: #000;
}

#credit-card-tabs nav.cc-nav .ribbon.core {
    background: #4a4f55;
}

#credit-card-tabs nav.cc-nav .ribbon.premium {
    background: #000;
}

#credit-card-tabs nav.cc-nav .ribbon:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #000000 transparent transparent;
    clear: left;
}

#credit-card-tabs nav.cc-nav .nav.nav-tabs li {
    cursor: pointer;
}



@media only screen and (max-width: 1024px) {
    #credit-card-tabs nav.cc-nav .mobile-container.showTablet {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    #credit-card-tabs nav.cc-nav .mobile-container {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    #credit-card-tabs nav.cc-nav .showTablet.desktop-hide {
        display: block;
    }
}

@media only screen and (max-width: 767px) {

    #credit-card-tabs nav.cc-nav .desktop-hide,
    #credit-card-tabs nav.cc-nav li img {
        display: none;
    }
}

#credit-card-tabs .tab-pane {
    margin-top: 3em;
}

#credit-card-tabs .tab-pane h2:first-child {
    text-align: center;
}

#credit-card-tabs .tab-pane .white-panel .col-50:nth-of-type(1) img {
    padding: 0;
    margin: auto;
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
    #credit-card-tabs .tab-pane .white-panel .col-50:nth-of-type(1) img {
        padding: 0px;
        max-width: 400px;
        margin: 0px auto 40px;
    }
}

@media only screen and (max-width: 767px) {
    #credit-card-tabs .tab-pane .white-panel .col-50:nth-of-type(1) img {
        padding: 0px;
        width: 100%;
        max-width: 295px;
        margin: 0px auto 30px;
    }
}

#credit-card-tabs .tab-pane .white-panel .col-50:nth-of-type(2) h2 {
    margin-bottom: 5px;
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    #credit-card-tabs .tab-pane .white-panel .col-50:nth-of-type(2) h2 {
        text-align: center;
    }
}

#credit-card-tabs .tab-pane .white-panel .col-50:nth-of-type(2) p {
    font: normal 300 16px Open Sans;
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    #credit-card-tabs .tab-pane .white-panel .col-50:nth-of-type(2) p {
        text-align: center;
        font: normal 400 14px Open Sans;
    }
}

#credit-card-tabs .tab-pane .white-panel .col-50:nth-of-type(2) .primary-btn {
    float: right;
    padding: 15px 40px;
}

@media only screen and (max-width: 1024px) {
    #credit-card-tabs .tab-pane .white-panel .col-50:nth-of-type(2) .primary-btn {
        float: none;
        margin: auto;
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
    #credit-card-tabs .tab-pane .white-panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #credit-card-tabs .tab-pane .white-panel .col-50 {
        width: 100%;
        text-align: center;
        padding: 20px 4em;
    }
}

#credit-card-tabs .tab-pane .white-panel ul.checked+p {
    text-align: left !important;
}

section.basic .ae-header .ae-content p {
    width: 80%;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    section.basic .ae-header .ae-content p {
        width: 90%;
    }
}

section.basic #credit-card-tabs .row.white-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1024px) {
    section.basic #credit-card-tabs .row.white-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

section.basic #credit-card-tabs .row.white-panel .col-60 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1024px) {
    section.basic #credit-card-tabs .row.white-panel .col-60 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

section.basic #credit-card-tabs .row.white-panel .col-60 .col-66 h2 {
    margin-bottom: 5px;
}

section.basic #credit-card-tabs .row.white-panel .col-60 .col-66 p {
    text-align: left;
    font: normal 300 16px Open Sans;
}

@media only screen and (max-width: 1024px) {
    section.basic #credit-card-tabs .row.white-panel .col-60 .col-66 p {
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) {

    section.basic #credit-card-tabs .row.white-panel .col-40,
    section.basic #credit-card-tabs .row.white-panel .col-60,
    section.basic #credit-card-tabs .row.white-panel .col-66,
    section.basic #credit-card-tabs .row.white-panel .col-33 {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
    section.basic #credit-card-tabs .row.white-panel .col-40 img {
        max-width: 295px;
    }
}

@media only screen and (max-width: 1024px) {
    section.basic #credit-card-tabs .row.white-panel .white-panel {
        padding: 30px 4em;
    }

    section.basic #credit-card-tabs .row.white-panel .white-panel .primary-btn {
        margin-top: 30px;
    }

    section.basic #credit-card-tabs .row.white-panel .white-panel p {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    section.basic #credit-card-tabs .row.white-panel .col-40 img {
        margin: 0px auto 30px;
    }

    section.basic #credit-card-tabs .row.white-panel .white-panel {
        padding: 25px 20px;
    }

    section.basic #credit-card-tabs .row.white-panel .white-panel .primary-btn {
        margin-top: 10px;
    }
}

#credits-cards-overview-td-business .light-blue-bg .ae-content div.row .col-25 {
    width: calc(33.33% - 3px);
    text-align: center;
    padding: 20px 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #credits-cards-overview-td-personal section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20:nth-of-type(1) {
        width: calc(18% - 3px);
    }

    #credits-cards-overview-td-personal section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20:nth-of-type(2) {
        width: calc(23% - 3px);
    }
}

#credits-cards-overview-cibc-business.overview .light-blue-bg .ae-content div.row .col-25,
#credits-cards-overview-cibc-personal.overview .light-blue-bg .ae-content div.row .col-25 {
    width: calc(33.33% - 3px);
    text-align: center;
    padding: 20px 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
}

#credits-cards-overview-cibc-business.overview #insurance-coverage1.blue-bg-clouds .ae-content ul,
#credits-cards-overview-cibc-personal.overview #insurance-coverage1.blue-bg-clouds .ae-content ul {
    -webkit-column-count: 1;
    column-count: 1;
    margin: auto;
    width: 55%;
}

@media only screen and (max-width: 767px) {

    #credits-cards-overview-cibc-business.overview #insurance-coverage1.blue-bg-clouds .ae-content ul,
    #credits-cards-overview-cibc-personal.overview #insurance-coverage1.blue-bg-clouds .ae-content ul {
        margin: 0px;
        width: 100%;
    }
}

#credits-cards-overview-cibc-business.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20:nth-of-type(1) div p.large-copy,
#credits-cards-overview-cibc-personal.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20:nth-of-type(1) div p.large-copy {
    margin-top: auto;
}

@media screen and (max-width: 767px) {

    #credits-cards-overview-cibc-business.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20:nth-of-type(1) div p.large-copy,
    #credits-cards-overview-cibc-personal.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20:nth-of-type(1) div p.large-copy {
        margin-top: 0px;
    }
}

#credits-cards-overview-cibc-business.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20:nth-of-type(2) div p.large-copy,
#credits-cards-overview-cibc-personal.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20:nth-of-type(2) div p.large-copy {
    margin-top: auto;
}

@media only screen and (max-width: 767px) {

    #credits-cards-overview-cibc-business.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20:nth-of-type(2) div p.large-copy,
    #credits-cards-overview-cibc-personal.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20:nth-of-type(2) div p.large-copy {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

    #credits-cards-overview-cibc-business.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40,
    #credits-cards-overview-cibc-personal.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 {
        padding: 0px !important;
    }

    #credits-cards-overview-cibc-business.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 div,
    #credits-cards-overview-cibc-personal.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 div {
        margin-bottom: 2px !important;
    }
}

@media only screen and (min-width: 768px) {

    #credits-cards-overview-cibc-business.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40,
    #credits-cards-overview-cibc-personal.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px;
    }

    #credits-cards-overview-cibc-business.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 p:first-child,
    #credits-cards-overview-cibc-personal.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 p:first-child {
        font-weight: 600;
        margin-bottom: 0px;
    }

    #credits-cards-overview-cibc-business.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 p:first-child span.large-copy,
    #credits-cards-overview-cibc-personal.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 p:first-child span.large-copy {
        font-weight: normal;
        font-size: 28px !important;
    }

    #credits-cards-overview-cibc-business.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 div,
    #credits-cards-overview-cibc-personal.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 div {
        margin-top: auto;
        margin-bottom: -8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {

    #credits-cards-overview-cibc-business.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 div,
    #credits-cards-overview-cibc-personal.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 div {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) {

    #credits-cards-overview-cibc-business.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 .col-50 p,
    #credits-cards-overview-cibc-personal.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 .col-50 p {
        font-size: 12px;
    }
}

#credits-cards-overview-amex-personal .nav.nav-tabs li {
    width: 33%;
}

#credits-cards-overview-amex-personal .nav.nav-tabs li a {
    font-size: 17px;
}

#credits-cards-overview-amex-personal .nav.nav-tabs li a img {
    margin: 0px 15px;
}

#credits-cards-overview-amex-personal .nav.nav-tabs li.active a {
    font-size: 17px;
}

#credits-cards-overview-amex-personal .nav.nav-tabs li.active a img {
    margin: 0px 15px;
}

@media screen and (max-width: 1024px) {
    #credits-cards-overview-amex-personal .nav.nav-tabs li {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    #credits-cards-overview-amex-personal .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) {
        margin: 20px -30px -30px;
    }
}

@media only screen and (min-width: 768px) {

    #credits-cards-overview-amex-personal #business .additional-amex .col-20,
    #credits-cards-overview-amex-personal #business #more-details .col-20,
    #credits-cards-overview-amex-personal #business #more-details2 .col-20,
    #credits-cards-overview-amex-personal #reserve .additional-amex .col-20,
    #credits-cards-overview-amex-personal #reserve #more-details .col-20,
    #credits-cards-overview-amex-personal #reserve #more-details2 .col-20 {
        width: calc(16.67% - 3px);
    }
}

@media only screen and (max-width: 767px) {
    #credits-cards-overview-amex-corporate #more-details1 .row.divider-bottom:nth-of-type(1) .col-20:nth-of-type(3) div p:nth-of-type(2) {
        margin-left: 30px;
    }
}

#credits-cards-overview-amex-corporate #view-more ul.checked li:nth-of-type(1) span {
    padding: 5px 0px;
}

@media only screen and (min-width: 768px) {
    #credits-cards-overview-amex-corporate p.plain-copy {
        margin-bottom: -10px !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

    #credits-cards-overview-amex-corporate .row.additional-amex .row.divider-bottom,
    #credits-cards-overview-amex-corporate .row.pink-bg .row.divider-bottom {
        border-bottom: none !important;
        margin-bottom: -30px;
    }

    #credits-cards-overview-amex-corporate #reserve ul.checked+p {
        text-align: left;
    }

    #credits-cards-overview-amex-corporate #reserve .additional-amex .col-20 {
        width: calc(50% - 3px);
        -ms-flex-item-align: self-start;
        -ms-grid-row-align: self-start;
        align-self: self-start;
    }

    #credits-cards-overview-amex-corporate #reserve #more-details2 .col-20 {
        width: calc(33.33% - 3px);
        -ms-flex-item-align: self-start;
        -ms-grid-row-align: self-start;
        align-self: self-start;
    }

    #credits-cards-overview-amex-corporate #reserve .ae-content.white-panel .col-75 h2 {
        width: 100%;
    }

    #credits-cards-overview-amex-corporate #card .additional-amex .col-20 {
        width: calc(50% - 3px);
        -ms-flex-item-align: self-start;
        -ms-grid-row-align: self-start;
        align-self: self-start;
    }

    #credits-cards-overview-amex-corporate #card #more-details1 .col-20 {
        width: calc(33.33% - 3px);
        -ms-flex-item-align: self-start;
        -ms-grid-row-align: self-start;
        align-self: self-start;
    }
}

section.overview .ae-header .ae-content p {
    width: 80%;
    margin: 5px auto 25px;
}

@media only screen and (max-width: 767px) {
    section.overview .ae-header .ae-content p {
        width: 90%;
    }
}

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

section.overview .nav.nav-tabs {
    border-bottom: none;
}

section.overview .nav.nav-tabs li.col-50 a {
    padding-right: 50px;
}

@media only screen and (max-width: 1024px) {
    section.overview .nav.nav-tabs li.col-50 a {
        padding: 15px 30px;
    }
}

section.overview .nav.nav-tabs li.active a {
    text-align: left;
}

section.overview .nav.nav-tabs li.active a img {
    margin: 0px 25px;
    float: left;
}

@media only screen and (max-width: 1024px) {
    section.overview .nav.nav-tabs li.active a img {
        display: none;
    }
}

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

@media only screen and (max-width: 1024px) {

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

@media only screen and (max-width: 1024px) {
    section.overview .nav.nav-tabs li.active a {
        border-bottom: none;
    }
}

section.overview .nav.nav-tabs li a {
    text-align: left;
}

section.overview .nav.nav-tabs li a img {
    margin: 0px 25px;
    float: left;
}

@media only screen and (max-width: 1024px) {
    section.overview .nav.nav-tabs li a img {
        display: none;
    }
}

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

    section.overview .nav.nav-tabs li a img,
    section.overview .nav.nav-tabs li a:after {
        display: none;
    }

    section.overview .nav.nav-tabs li a:hover {
        border-bottom: none;
    }
}

@media only screen and (max-width: 1024px) {
    section.overview .nav.nav-tabs li {
        border-bottom: none;
        width: 100%;
    }
}

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

    section.overview .nav.nav-tabs.desktop-hide {
        display: none;
    }
}

section.overview .ae-content.white-panel {
    margin: -30px auto 0px;
    padding-top: 30px;
    position: relative;
    z-index: auto;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.overview .ae-content.white-panel {
        padding: 0px 30px !important;
        margin: 0px auto;
    }

    section.overview .ae-content.white-panel:lang(fr) {
        padding: 0px 25px 0px 30px !important;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .ae-content.white-panel {
        padding: 20px !important;
    }
}

section.overview .ae-content.white-panel .col-75 h2 {
    text-align: left !important;
    width: 95%;
}

@media only screen and (max-width: 767px) {
    section.overview .ae-content.white-panel .col-75 h2 {
        text-align: center !important;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    section.overview .ae-content.white-panel .col-75 {
        width: 100%;
    }
}

section.overview .ae-content.white-panel .col-25 .primary-btn {
    margin-top: 0px;
    padding: 15px;
}

@media only screen and (max-width: 1024px) {
    section.overview .ae-content.white-panel .col-25 .primary-btn {
        margin: -10px 0px 50px;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .ae-content.white-panel .col-25 .primary-btn {
        margin: -10px auto 30px;
    }
}

@media only screen and (max-width: 1024px) {
    section.overview .ae-content.white-panel .col-25 {
        width: 100%;
    }
}

section.overview .ae-content.white-panel .green-pill+h5 {
    font-weight: 300;
}

section.overview .ae-content.white-panel .row .col-66 p {
    text-align: center;
}

section.overview .ae-content.white-panel ul.checked li {
    min-height: 32px;
}

section.overview .ae-content.white-panel ul.checked+p {
    text-align: left;
}

section.overview .ae-content.white-panel .offer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.overview .ae-content.white-panel .offer-end .col-66 {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

section.overview .ae-content.white-panel .offer-end .col-66 h5 {
    text-align: right;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.overview .ae-content.white-panel .offer-end .col-66 h5:last-child {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .ae-content.white-panel .offer-end .col-66 h5 {
        text-align: left;
    }
}

section.overview .ae-content.white-panel .offer-end .col-66 p {
    text-align: right;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    section.overview .ae-content.white-panel .offer-end .col-66 p {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .ae-content.white-panel .offer-end {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

section.overview .ae-content.white-panel .additional-amex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    margin: 20px -30px -30px;
    padding: 0px 30px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.overview .ae-content.white-panel .additional-amex {
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .ae-content.white-panel .additional-amex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px -20px -20px;
        padding: 20px 30px 15px;
    }
}

section.overview .ae-content.white-panel .additional-amex .col-20 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: center;
}

section.overview .ae-content.white-panel .additional-amex .col-20 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 30px 20px;
    width: 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative;
}

@media only screen and (max-width: 767px) {
    section.overview .ae-content.white-panel .additional-amex .col-20 div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.overview .ae-content.white-panel .additional-amex .col-20 div {
        padding: 30px 15px;
    }
}

section.overview .ae-content.white-panel .additional-amex .col-20 div p.large-copy {
    margin-top: auto;
}

section.overview .ae-content.white-panel .additional-amex .col-20 div p.large-copy+p {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.overview .ae-content.white-panel .additional-amex .col-20 div p.large-copy+p {
        bottom: -3px;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .ae-content.white-panel .additional-amex .col-20 div p.large-copy+p {
        bottom: -10px;
        font-size: 12px;
        left: 75%;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .ae-content.white-panel .additional-amex .col-20 div p.large-copy {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .ae-content.white-panel .additional-amex .col-20 div {
        padding: 7.5px 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    section.overview .ae-content.white-panel .additional-amex .col-20 div p {
        display: inline-block;
        margin-bottom: 5px;
        width: 40%;
        text-align: left;
    }

    section.overview .ae-content.white-panel .additional-amex .col-20 div p.large-copy {
        margin-left: 30px;
    }

    section.overview .ae-content.white-panel .additional-amex .col-20 div p.large-copy+p {
        margin: auto;
        float: right;
        display: block;
        width: 50%;
        text-align: left;
    }

    section.overview .ae-content.white-panel .additional-amex .col-20 div p.plain-copy {
        margin-left: 30px;
    }
}

section.overview .ae-content.white-panel .additional-amex .col-20 div p {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    section.overview .ae-content.white-panel .additional-amex .col-20 div p {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.overview .ae-content.white-panel .additional-amex .col-20 {
        width: calc(20% - 3px);
    }
}

@media only screen and (max-width: 767px) {
    section.overview .ae-content.white-panel .additional-amex .col-20 {
        width: 100%;
    }
}

section.overview .ae-content.white-panel .additional-amex .col-20:after {
    height: 40px;
    display: block;
    content: '';
    float: right;
    margin-left: -1px;
    border-right: 1px solid #c8c8c8;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media only screen and (max-width: 767px) {
    section.overview .ae-content.white-panel .additional-amex .col-20:after {
        display: none;
    }
}

section.overview .ae-content.white-panel .additional-amex .col-20:last-child:after {
    display: none;
}

section.overview .black-bg {
    position: relative;
    padding-top: 13%;
    margin-top: -9%;
}

@media only screen and (max-width: 1024px) {
    section.overview .black-bg {
        padding-top: 17%;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .black-bg {
        padding-top: 42%;
        margin-top: -30%;
    }
}

section.overview .black-bg .ae-content {
    padding-bottom: 0px !important;
}

section.overview .black-bg .ae-content .divider-bottom {
    margin-top: 4em;
    border-bottom: 1px solid #4a4f54;
}

section.overview .black-bg .ae-content .divider-bottom .col-50,
section.overview .black-bg .ae-content .divider-bottom .col-33 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

section.overview .black-bg .ae-content .divider-bottom .col-50 p,
section.overview .black-bg .ae-content .divider-bottom .col-33 p {
    font-size: 14px;
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media only screen and (max-width: 1024px) {

    section.overview .black-bg .ae-content .divider-bottom .col-50 p,
    section.overview .black-bg .ae-content .divider-bottom .col-33 p {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

section.overview .black-bg .ae-content .divider-bottom .col-50 p.gold-copy,
section.overview .black-bg .ae-content .divider-bottom .col-33 p.gold-copy {
    -ms-flex-item-align: normal;
    -ms-grid-row-align: normal;
    align-self: normal;
}

section.overview .black-bg .ae-content .divider-bottom .col-40 p:first-child {
    font-weight: 600;
    margin-bottom: 10px;
}

section.overview .black-bg .ae-content .divider-bottom .col-40 .col-50 p {
    font: normal 400 14px Open Sans;
}

section.overview .black-bg .ae-content .divider-bottom .col-50:nth-of-type(2),
section.overview .black-bg .ae-content .divider-bottom .col-50:nth-of-type(4) {
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {

    section.overview .black-bg .ae-content .divider-bottom .col-50:nth-of-type(2),
    section.overview .black-bg .ae-content .divider-bottom .col-50:nth-of-type(4) {
        padding-left: 0px;
    }
}

section.overview .black-bg .ae-content .divider-bottom .col-33:nth-of-type(2) {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    section.overview .black-bg .ae-content .divider-bottom .col-33:nth-of-type(2) {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.overview .black-bg .ae-content .col-25 {
        display: none;
    }

    section.overview .black-bg .ae-content .col-75 {
        width: 100%;
    }

    section.overview .black-bg .ae-content .col-75 .col-50,
    section.overview .black-bg .ae-content .col-75 .col-33 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    section.overview .black-bg .ae-content .col-75 .col-50 p,
    section.overview .black-bg .ae-content .col-75 .col-33 p {
        text-align: center;
    }

    section.overview .black-bg .ae-content .divider-bottom+div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
    }

    section.overview .black-bg .ae-content .divider-bottom+div img {
        margin: 30px 5% -15% 0px;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .black-bg .ae-content .col-25 {
        display: none;
    }

    section.overview .black-bg .ae-content .col-75 {
        width: 100%;
    }

    section.overview .black-bg .ae-content .col-75 .col-50,
    section.overview .black-bg .ae-content .col-75 .col-33 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    section.overview .black-bg .ae-content .divider-bottom+div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
    }

    section.overview .black-bg .ae-content .divider-bottom+div img {
        margin: 30px auto -20%;
    }
}

section.overview .light-blue-bg .ae-content {
    padding: 4em 0px !important;
}

section.overview .light-blue-bg .ae-content div.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.overview .light-blue-bg .ae-content div.row .col-25 {
    text-align: center;
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}

section.overview .light-blue-bg .ae-content div.row .col-25 img {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    section.overview .light-blue-bg .ae-content div.row .col-25 img {
        margin: 0px auto 20px;
    }
}

section.overview .light-blue-bg .ae-content div.row .col-25 h5 {
    font-weight: 600;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.overview .light-blue-bg .ae-content div.row .col-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
        flex: 0 1 33.33%;
        width: calc(33.33% - 3px);
    }
}

@media only screen and (max-width: 767px) {
    section.overview .light-blue-bg .ae-content div.row .col-25 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        display: block;
        padding: 20px 40px;
    }
}

@media only screen and (max-width: 1024) {
    section.overview .light-blue-bg .ae-content div.row {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .light-blue-bg .ae-content div.row {
        display: block;
    }
}

section.overview .light-blue-bg .ae-content .secondary-btn {
    margin: 30px auto 15px;
}

section.overview .blue-bg-clouds {
    background-position-y: bottom;
    background-size: cover;
}

section.overview .blue-bg-clouds .ae-content {
    padding: 0px 8em 8em;
}

section.overview .blue-bg-clouds .ae-content h2 {
    text-align: center;
}

section.overview .blue-bg-clouds .ae-content h2:nth-of-type(2) {
    margin-top: 2.5em;
}

@media only screen and (max-width: 1024px) {
    section.overview .blue-bg-clouds .ae-content {
        padding: 0px 0px 8em;
    }
}

section.overview .blue-bg-clouds .ae-content ul {
    list-style: none;
    -webkit-column-count: 2;
    column-count: 2;
    margin: 0px;
}

@media only screen and (max-width: 767px) {
    section.overview .blue-bg-clouds .ae-content ul {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

section.overview .blue-bg-clouds .ae-content ul li {
    min-height: 55px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

section.overview .blue-bg-clouds .ae-content ul li span {
    padding: 5px 0px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.overview .blue-bg-clouds .ae-content ul li:lang(fr) {
        min-height: 65px;
        margin-bottom: 5px;
    }

    section.overview .blue-bg-clouds .ae-content ul li:lang(fr):before {
        margin-top: -18px !important;
    }
}

section.overview .blue-gradient-bg .ae-content {
    padding: 4em 0px !important;
}

section.overview .blue-gradient-bg .ae-content .col-50 h2,
section.overview .blue-gradient-bg .ae-content .col-50 h3,
section.overview .blue-gradient-bg .ae-content .col-50 p {
    text-align: left;
}

section.overview .blue-gradient-bg .ae-content .col-50 .white-panel h3 {
    margin-top: 0px;
}

section.overview .blue-gradient-bg .ae-content .col-50 .white-panel p:last-child {
    margin-bottom: 5px;
}

section.overview .blue-gradient-bg .ae-content .col-50 .white-panel:nth-of-type(2),
section.overview .blue-gradient-bg .ae-content .col-50 .white-panel:nth-of-type(5) {
    margin: 30px 0px;
}

@media only screen and (max-width: 1024px) {
    section.overview .blue-gradient-bg .ae-content .col-50 {
        width: 100%;
    }

    section.overview .blue-gradient-bg .ae-content .col-50:nth-of-type(1) {
        text-align: center;
        margin: 0px auto 35px;
    }

    section.overview .blue-gradient-bg .ae-content .col-50:nth-of-type(1) img {
        max-width: 445px;
    }

    section.overview .blue-gradient-bg .ae-content .col-50:nth-of-type(2) h2 {
        text-align: center;
    }

    section.overview .blue-gradient-bg .ae-content .col-50:nth-of-type(2) h3 {
        text-align: left;
        margin: 0px 0px 20px;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .blue-gradient-bg .ae-content .col-50:nth-of-type(1) img {
        max-width: 335px;
    }
}

section.overview .pink-bg .ae-content {
    padding: 4em !important;
}

@media only screen and (max-width: 1024px) {
    section.overview .pink-bg .ae-content {
        padding: 4em 0px !important;
    }
}

section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: solid 1px #c8c8c8;
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) {
        border-top: solid 1px #c8c8c8;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px 0px -20px;
        padding-top: 20px;
    }
}

section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: center;
}

section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    width: 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative;
}

@media only screen and (max-width: 767px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div {
        padding: 30px 15px;
    }
}

section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div :lang(fr) p.sub {
    margin-bottom: 0px !important;
    font-size: 12px;
    position: absolute;
    bottom: 55px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div :lang(fr) p.sub {
        top: -10px;
        left: 75%;
    }
}

section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div p.large-copy {
    margin-top: auto !important;
}

section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div p.large-copy+p {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div p.large-copy+p {
        bottom: -3px;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div p.large-copy+p {
        bottom: -10px;
        left: 75%;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div p.large-copy {
        margin-top: 0px;
    }
}

section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div p {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div p {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div {
        padding: 7.5px 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div p {
        display: inline-block;
        margin-bottom: 5px;
        width: 40%;
        text-align: left;
    }

    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div p.large-copy {
        margin-left: 30px;
    }

    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div p.large-copy+p {
        margin: auto;
        float: right;
        display: block;
        width: 50%;
        text-align: left;
    }

    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div p.plain-copy {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 div {
        padding: 0px 20px 20px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20 {
        width: calc(20% - 3px);
    }
}

section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20:after {
    height: 40px;
    display: block;
    content: '';
    float: right;
    margin-left: -1px;
    border-right: 1px solid #c8c8c8;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media only screen and (max-width: 767px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20:after {
        display: none;
    }
}

section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-20:last-child:after {
    display: none;
}

@media only screen and (max-width: 767px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: left;
        margin-top: 20px;
    }

    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 p {
        display: inline-block;
        width: 40%;
        font-weight: 600;
        margin-left: 18px;
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 p {
        margin-left: 0px;
    }

    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 p div .col-50 p {
        width: 100%;
    }

    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 p div .col-50 p span.large-copy {
        font-weight: 400;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 p+div {
        width: 40% !important;
        display: inline-block;
        margin-left: 30px;
        margin-bottom: 10px;
    }

    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(1) .col-40 .col-50 p {
        width: 100%;
    }
}

section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(2) {
    margin-top: 50px;
}

@media only screen and (max-width: 1024px) and (min-width: 826px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(2) .col-25:nth-of-type(1) {
        width: 100%;
    }

    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(2) .col-50 {
        width: calc(75% - 3px);
        margin-top: 20px;
    }

    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(2) .col-25:nth-of-type(3) {
        width: calc(25% - 3px);
    }

    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(2) .col-25:nth-of-type(3) .primary-btn {
        margin: -37px 0px 0px;
        float: right;
        padding: 15px;
    }
}

@media only screen and (max-width: 825px) and (min-width: 768px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(2) .col-25:nth-of-type(1) {
        width: 100%;
    }

    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(2) .col-50 {
        width: calc(75% - 3px);
        margin-top: 20px;
    }

    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(2) .col-25:nth-of-type(3) {
        width: calc(25% - 3px);
    }

    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(2) .col-25:nth-of-type(3) .primary-btn {
        margin: -37px 0px 0px;
        float: right;
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 767px) {
    section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(2) h3 {
        margin-bottom: 25px;
    }
}

section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(3) {
    border-top: solid 1px #c8c8c8;
    margin-top: 30px;
    padding-top: 30px;
    text-align: right;
}

section.overview .pink-bg .ae-content .row.divider-bottom:nth-of-type(3) p {
    font-size: 14px;
}

section.compare {
    /* Amex rows with copy align */
}

section.compare .row.row-thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

section.compare .row.row-thead .visible-767 {
    font-size: 12px;
    font-weight: 300;
}

section.compare .row.row-thead div.ae-carousel-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

@media only screen and (max-width: 767px) {
    section.compare .row.row-thead div.ae-carousel-mobile {
        display: block;
    }
}

section.compare .row.row-thead div.ae-carousel-mobile .col-icon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    place-self: normal;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

section.compare .row.row-thead div.ae-carousel-mobile .col-icon h5 {
    font-weight: 600;
    color: #005078;
}

section.compare .row.row-thead div.ae-carousel-mobile .col-icon h5+a.primary-btn {
    margin-top: auto;
}

@media only screen and (max-width: 767px) {
    section.compare .row.row-thead div.ae-carousel-mobile .col-icon h5+a.primary-btn {
        margin-top: 10px;
    }
}

section.compare .row.row-thead div.ae-carousel-mobile .col-icon img.cc-card {
    max-width: 145px;
    margin: 0px auto 10px;
    max-height: 79px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.compare .row.row-thead div.ae-carousel-mobile .col-icon img.cc-card {
        max-width: 105px;
    }
}

@media only screen and (max-width: 767px) {
    section.compare .row.row-thead div.ae-carousel-mobile .col-icon img.cc-card {
        max-width: 90px;
    }
}

section.compare .row.row-thead div.ae-carousel-mobile .col-icon.td-platinum,
section.compare .row.row-thead div.ae-carousel-mobile .col-icon.td-infinite,
section.compare .row.row-thead div.ae-carousel-mobile .col-icon.td-privilege,
section.compare .row.row-thead div.ae-carousel-mobile .col-icon.td-business {
    padding: 10px;
}

@media only screen and (max-width: 890px) and (min-width: 768px) {

    section.compare .row.row-thead div.ae-carousel-mobile .col-icon.td-platinum h5,
    section.compare .row.row-thead div.ae-carousel-mobile .col-icon.td-infinite h5,
    section.compare .row.row-thead div.ae-carousel-mobile .col-icon.td-privilege h5,
    section.compare .row.row-thead div.ae-carousel-mobile .col-icon.td-business h5 {
        font-size: 14px;
    }

    section.compare .row.row-thead div.ae-carousel-mobile .col-icon.td-platinum img.cc-card,
    section.compare .row.row-thead div.ae-carousel-mobile .col-icon.td-infinite img.cc-card,
    section.compare .row.row-thead div.ae-carousel-mobile .col-icon.td-privilege img.cc-card,
    section.compare .row.row-thead div.ae-carousel-mobile .col-icon.td-business img.cc-card {
        max-width: 86px;
    }
}

section.compare .row.row-thead div.corpCompare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

section.compare .row.row-thead div.corpCompare .col-icon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    place-self: normal;
    padding: 15px 10px;
}

section.compare .row.row-thead div.corpCompare .col-icon h5 {
    font-weight: 600;
    color: #005078;
}

section.compare .row.row-thead div.corpCompare .col-icon img.cc-card {
    max-width: 145px;
    margin: 0px auto 10px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.compare .row.row-thead div.corpCompare .col-icon img.cc-card {
        max-width: 105px;
    }
}

@media only screen and (max-width: 767px) {
    section.compare .row.row-thead div.corpCompare .col-icon img.cc-card {
        max-width: 90px;
    }
}

section.compare .row.row-thead div.corpCompare .col-icon.td-platinum,
section.compare .row.row-thead div.corpCompare .col-icon.td-infinite,
section.compare .row.row-thead div.corpCompare .col-icon.td-privilege,
section.compare .row.row-thead div.corpCompare .col-icon.td-business {
    padding: 10px;
}

@media only screen and (max-width: 890px) and (min-width: 768px) {

    section.compare .row.row-thead div.corpCompare .col-icon.td-platinum h5,
    section.compare .row.row-thead div.corpCompare .col-icon.td-infinite h5,
    section.compare .row.row-thead div.corpCompare .col-icon.td-privilege h5,
    section.compare .row.row-thead div.corpCompare .col-icon.td-business h5 {
        font-size: 14px;
    }

    section.compare .row.row-thead div.corpCompare .col-icon.td-platinum img.cc-card,
    section.compare .row.row-thead div.corpCompare .col-icon.td-infinite img.cc-card,
    section.compare .row.row-thead div.corpCompare .col-icon.td-privilege img.cc-card,
    section.compare .row.row-thead div.corpCompare .col-icon.td-business img.cc-card {
        max-width: 86px;
    }
}

section.compare .row.row-thead .col-header {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 10px 0px;
    text-align: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #fff !important;
}

section.compare .row.row-thead .col-header h5 {
    text-transform: uppercase;
    font: normal 600 16px Open Sans;
}

@media only screen and (max-width: 1024px) {
    section.compare .row.row-thead .col-header h5 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    section.compare .ae-content .col-header-mobile {
        display: block;
        border-radius: 2px;
        -webkit-box-shadow: 0 4px 11px 1px rgba(155, 155, 155, 0.15);
        box-shadow: 0 4px 11px 1px rgba(155, 155, 155, 0.15);
        background-color: #4a4f54;
        width: 100%;
    }

    section.compare .ae-content .col-header-mobile h5 {
        color: #fff;
        font: normal 600 14px Open Sans;
        text-transform: uppercase;
        padding: 15px;
    }
}

section.compare .ae-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 5px 1px rgba(155, 155, 155, 0.15);
    box-shadow: 0 1px 5px 1px rgba(155, 155, 155, 0.15);
}

section.compare .ae-content .row .col-header {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    background-color: rgba(239, 239, 239, 0.3);
}

section.compare .ae-content .row .col-header p.accordion-title {
    margin-bottom: 0px;
}

section.compare .ae-content .row .col-header p.accordion-title .accordion-toggle {
    font: normal 300 18px Open Sans;
    padding: 20px 40px 20px 30px;
    display: block;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    section.compare .ae-content .row .col-header p.accordion-title .accordion-toggle {
        font: normal 400 14px Open Sans;
    }
}

@media only screen and (max-width: 767px) {
    section.compare .ae-content .row .col-header p.accordion-title .accordion-toggle {
        font: normal 300 12px Open Sans;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

section.compare .ae-content .row .col-header p.accordion-title .accordion-toggle img {
    margin: 0px 15px 0px -5px;
    float: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

section.compare .ae-content .row .col-header p.accordion-title .accordion-toggle span {
    display: inline-block;
    overflow-y: hidden;
    width: 90%;
}

section.compare .ae-content .row .col-header p.accordion-title .accordion-toggle:after {
    content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-down-arrow.svg");
    display: block;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-right: -20px;
    margin-top: 0px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    float: none;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: auto;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}

section.compare .ae-content .row .col-header p.accordion-title .accordion-toggle:after.rotate {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

@media only screen and (max-width: 767px) {
    section.compare .ae-content .row .col-header p.accordion-title .accordion-toggle: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: -20px;
        margin-top: 0px;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }

    section.compare .ae-content .row .col-header p.accordion-title .accordion-toggle:after.rotate {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }
}

section.compare .ae-content .row .col-header p.accordion-title .accordion-toggle:focus,
section.compare .ae-content .row .col-header p.accordion-title .accordion-toggle:active,
section.compare .ae-content .row .col-header p.accordion-title .accordion-toggle.active {
    text-decoration: none;
}

section.compare .ae-content .row .col-header p.accordion-title.selected .accordion-toggle:after {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

@media only screen and (max-width: 767px) {
    section.compare .ae-content .row .col-header p.accordion-title.selected .accordion-toggle:after {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }
}

@media only screen and (max-width: 767px) {
    section.compare .ae-content .row .col-header {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

section.compare .ae-content .row #higher-earn.accordion-content .col-icon p {
    font: normal 600 16px Open Sans;
    color: #000000;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    section.compare .ae-content .row #higher-earn.accordion-content .col-icon p {
        font-size: 14px;
    }
}

section.compare .ae-content .row .accordion-content {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.compare .ae-content .row .accordion-content .col-icon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: center;
    margin: 15px 0px;
    padding: 0px 20px;
    border-left: 1px dashed rgba(155, 155, 155, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px dashed rgba(155, 155, 155, 0.15);
}

section.compare .ae-content .row .accordion-content .col-icon:nth-of-type(1) {
    border-left: none;
}

section.compare .ae-content .row .accordion-content .col-icon img+p {
    margin-top: 13px;
}

section.compare .ae-content .row .accordion-content .col-icon p {
    font-size: 12px;
    color: #4a4f54;
}

section.compare .ae-content .row .accordion-content .description {
    padding: 15px 20px;
    margin: 0px 20px 20px;
    background-color: #f9f9f9;
    width: 100%;
    display: none;
}

section.compare .ae-content .row .accordion-content .description p,
section.compare .ae-content .row .accordion-content .description ul li {
    font-size: 12px;
    margin-bottom: 0px;
    color: #4a4f54;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    section.compare .ae-content .row .accordion-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (max-width: 767px) {
    section.compare .ae-content .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

section.compare div#additional-accelerators .col-icon,
section.compare div#shared-benefits .col-icon {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

section.applyBuy .row.row-thead div.ae-carousel-mobile .col-icon h5 {
    margin-top: 15px;
    color: #000 !important;
}

section.applyBuy .ae-content .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.applyBuy .ae-content .row .col-header {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-color: #fff;
    margin: 5px 0px;
}

section.applyBuy .ae-content .row .col-header p.accordion-title .accordion-toggle {
    padding: 25px 40px 25px 30px;
}

section.applyBuy .ae-content .row .pink {
    display: none;
}

section.applyBuy .ae-content .row .pink .col-icon {
    text-align: left;
}

section.applyBuy .ae-content .row .flexed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.applyBuy .ae-content .row .accordion-content .col-icon {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

section.applyBuy .ae-content .row .accordion-content .col-icon p {
    font: normal 400 14px Open Sans;
    color: #000 !important;
}

section.applyBuy .ae-content .row .accordion-content .col-icon ul li {
    text-align: left;
}

section.applyBuy .ae-content .row #annual-fees {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

section.applyBuy .ae-content .row #annual-fees .col-icon div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

section.applyBuy .ae-content .row #annual-fees .col-icon div p {
    width: 50%;
    text-align: left;
    font-size: 14px;
}

section.applyBuy .ae-content .row #annual-fees .col-icon div p:nth-of-type(1) {
    font-weight: 600;
}

section.applyBuy .ae-content .row #annual-fees .col-icon div p:nth-of-type(2) {
    padding-left: 25px;
    font-size: 20px;
    margin-top: -2px;
}

section.applyBuy .ae-content .row #annual-fees .col-icon div p:nth-of-type(2) sup {
    vertical-align: super;
    font-size: 14px;
}

section.applyBuy .ae-content .row .accordion-content.pink {
    background-color: #f6f4f0;
}

section.applyBuy #preferred-pricing .black-btn {
    margin: 0px auto 20px;
    margin-top: auto;
}

section.applyBuy .black-btn {
    background: #000;
    color: #fff;
    display: table;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.25px;
    padding: 20px 25px;
    margin: 20px auto;
    border: none;
}

section.applyBuy .black-btn a,
section.applyBuy .black-btn a:active,
section.applyBuy .black-btn a:hover,
section.applyBuy .black-btn a.active {
    text-decoration: none;
    color: #fff;
}

section.applyBuy #faq p,
section.applyBuy #earn-rate p {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}

#authorized-user .ae-content {
    padding: 15px 25px;
    margin: 0px auto 5em;
}

#authorized-user .ae-content .col-25:nth-of-type(1) {
    text-align: center;
}

#authorized-user .ae-content .col-25:nth-of-type(1) img {
    margin: -18% auto 0px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #authorized-user .ae-content .col-25:nth-of-type(1) img {
        margin: -5% auto 0px;
    }
}

@media only screen and (max-width: 767px) {
    #authorized-user .ae-content .col-25:nth-of-type(1) img {
        margin: -10px auto 30px;
    }
}

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

#authorized-user .ae-content .col-25 .secondary-btn {
    padding: 15px 18px;
    margin: 15px 0px;
    float: right;
}

@media only screen and (max-width: 767px) {
    #authorized-user .ae-content .col-25 .secondary-btn {
        float: none;
        margin: 30px auto 20px;
    }
}

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

.ae-footer-nav {
    margin-bottom: 30px;
}

.ae-footer-nav .ae-content {
    border-top: 1px solid #e6e6e6;
    padding: 15px !important;
}

.ae-footer-nav .ae-content p {
    font: normal 400 12px Open Sans;
    margin-bottom: 15px;
}

.ae-footer-nav .ae-content a {
    z-index: 2;
}

.ae-footer-nav .ae-content .col-50:nth-of-type(1) {
    text-align: left;
    float: left;
    border-right: 1px solid #e6e6e6;
}

.ae-footer-nav .ae-content .col-50:nth-of-type(1) h5:before {
    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: 0px;
    margin-top: -3px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-left: -23px;
}

@media only screen and (max-width: 767px) {
    .ae-footer-nav .ae-content .col-50:nth-of-type(1) h5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.ae-footer-nav .ae-content .col-50:nth-of-type(2) {
    text-align: right;
    float: right;
}

.ae-footer-nav .ae-content .col-50:nth-of-type(2) h5: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: -23px;
    margin-top: -3px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    float: right;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

@media only screen and (max-width: 767px) {
    .ae-footer-nav .ae-content .col-50:nth-of-type(2) h5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 1024px) {
    .ae-footer-nav .ae-content .col-50 {
        width: calc(50% - 3px);
        display: inline-block;
    }
}

.text-under-bullets {
    padding-left: 50px;
}

.text-under-bullets2 {
    padding-left: 48px;
    text-align: left !important;
}

/* START - for new points section in amex-credit card  */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #credit-card-tabs .tab-pane .earn-points-container .white-panel {
        flex-direction: row;
    }
}

@media only screen and (max-width: 767px) {
    #credit-card-tabs .tab-pane .earn-points-container .white-panel {
        flex-direction: column;
    }
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container h2,
#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container p {
    text-align: left !important;
    ;
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .primary-btn {
    float: left;
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .title {
    text-align: center !important;
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .text-center {
    text-align: center !important;
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .title::before,
#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .title::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #b8a890;
    position: relative;
    display: inline-block;
    /* margin: 0; */
    margin: 7px 25px;
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .white-panel {
    padding: 0;
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .row.white-panel {
    display: flex;
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .col-33.amex-point {
    background-color: #f8f8f8;
    padding: 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .col-33.amex-point span {
    text-align: center;
    display: block;
    font: normal 300 20px Open Sans;
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .col-33 img {
    display: block;
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .col-66 {
    padding: 20px;
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .col-66 p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

/* for accordion readmore */
#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .accordion__container .accordion__title {
    float: left;
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .accordion__container .accordion__content {
    display: none;
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .accordion__container .accordion__content.selected {
    display: block;
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .accordion__container .accordion__title a.accordion__toggle:after {
    content: url(/content/dam/aircanada/loyalty-content/images/icon/icon-down-arrow.svg);
    display: block;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    float: left;
    margin-left: 5px;
    margin-top: 2px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    float: right;
}

#credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .accordion__container .accordion__title.selected a:after {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

/* END - for new points section in amex-credit card  */
section.applyBuy #faq p {
    align-self: unset !important;
    -ms-flex-item-align: unset !important;
    -ms-grid-row-align: unset !important;
}


/* dTL test 100% - Credit cards main page*/
@media only screen and (max-width: 767px) {
    .toggleDetails {
        background: url(/content/dam/aircanada/loyalty-content/images/icon/icon-down-arrow.svg) no-repeat center center;
        display: block;
        width: 24px;
        height: 24px;
        margin: 10px auto;
        background-size: contain;
        cursor: pointer;
    }

    .toggleDetails.rotate {
        transform: rotateZ(180deg);
        bottom: 20px;
        left: calc(50% - 12px);
        transform: rotateZ(180deg);
    }

    .toggleDetails-content {
        display: none;
        padding-bottom: 40px;
    }
}

#credits-cards .ae-header-banner {
    height: 300px;
    background-image: linear-gradient(to bottom, #3a3e43 37%, #0f0e0f 62%);
}

#credits-cards .ae-header-banner .ae-header-banner-text {
    text-align: center;
    padding-top: 3em;
}

#credits-cards .ae-header-banner .ae-header-banner-text>* {
    color: #fff;
}

#credits-cards .ae-header-banner .ae-header-banner-text h1 {
    font: normal 600 36px 'Open Sans';
}

#credits-cards .ae-header-banner .ae-header-banner-text h1+p {
    font: normal normal 18px 'Open Sans';
    margin: 0 auto 30px;
}

#credits-cards .ae-header-banner .cont {
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

#credits-cards .ae-header-banner .cont div {
    flex: 1;
}

#credits-cards .ae-header-banner .cont div img {
    width: 135px;
    height: 135px;
    margin: 0 auto;
}

#credits-cards .ae-header-banner .cont div p {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    margin-top: 15px;
}

#credits-cards div#credit-card-tabs .ae-content {
    margin-top: 45px !important;
    background: #fff;
    position: relative;
}

/*#credits-cards-overview-amex-personal div#credit-card-tabs .ae-content.newTop {margin-top: 0; background: #fff; 
  position: relative; }*/
#credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel {
    position: relative;
}

#credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(2) {
    display: inline-flex;
    flex-wrap: wrap;
    width: 75%;
}

#credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(2) h2 {
    flex-basis: 100%;
}

#credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(2) img {
    flex: 120px;
    height: 120px;
    width: fit-content;
}

#credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(2) img.gift-box-b.customheight {
    padding: 20px;
}

#credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(2) img.ic-earn {
    padding: 20px;
}

#credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(2) .desc {
    flex: calc(100% - 120px);
    margin-top: 20px;
    padding-left: 25px;
}

#credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(2) .desc p.blue-text {
    font: normal bold 20px 'Open Sans';
    margin-bottom: 10px;
    color: #005078;
}

#credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(1) {
    width: 35%;
}

#credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel {
    display: flex;
    flex-direction: row;
}

#credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(2) .desc .red-text {
    color: #FF0000;
}

@media only screen and (max-width:1024px) and (min-width: 768px) {

    #credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(2) h2,
    #credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(2) p {
        text-align: left;
    }

    #credits-cards .ae-header-banner .ae-header-banner-text h1 {
        font: normal 600 32px 'Open Sans';
        padding: 0 20px;
    }

    #credits-cards .ae-header-banner .ae-header-banner-text h1+p {
        font: normal normal 16px 'Open Sans';
        margin: 0 auto 15px;
        padding: 0 20px;
    }

    #credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(1) {
        margin: 0 20px 0 -40px;
        padding: 20px 0;
    }
}

@media only screen and (max-width:767px) {

    /*#credits-cards-overview-amex-personal div#credit-card-tabs .ae-content.newTop {margin-top: -25px;}*/
    #credits-cards .ae-header-banner .ae-header-banner-text h1,
    #credits-cards .ae-header-banner .ae-header-banner-text h1+p {
        display: none;
    }

    #credits-cards .ae-header-banner .cont div {
        flex: 1;
        padding: 10px;
    }

    #credits-cards .ae-header-banner .cont div img {
        width: 80px;
        height: 80px;
        min-height: 80px;
    }

    #credits-cards .ae-header-banner .cont div p {
        font-size: 14px;
    }

    #credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel {
        flex-direction: column;
    }

    #credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(1) {
        width: 100%;
        margin: 0 auto;
    }

    #credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(1) img {
        width: 100%;
        max-width: 300px;
    }

    #credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(2) {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    #credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(2) img {
        flex: none;
        height: 80px;
        width: 80px;
    }

    #credits-cards div#credit-card-tabs .ae-content .tab-content .tab-pane .row.white-panel .col-50:nth-of-type(2) .desc {
        flex: none;
        margin-top: 5px;
        padding-left: 0;
    }
}

/* dTL test 100% - Amex top banner*/
@media only screen and (max-width:767px) {
    #credits-cards-overview-amex-personal .ae-header-banner {
        margin-top: -25%;
    }

    #credits-cards-overview-amex-personal .ae-header picture img {
        height: 300px;
        width: 0 !important;
    }

    #credits-cards-overview-amex-personal .ae-header-banner .ae-content {
        background: none;
        margin-top: -105px;
    }

    #credits-cards-overview-amex-personal .ae-header-banner .ae-content h2 {
        font-size: 32px;
    }

    #credits-cards-overview-amex-personal #credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .col-33 img {
        max-width: 350px;
        margin: 0 auto;
    }

    #credits-cards-overview-amex-personal #credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container h2,
    #credits-cards-overview-amex-personal #credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container p {
        text-align: center !important;
    }

    #credits-cards-overview-amex-personal #credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .primary-btn {
        float: none;
    }

    #credits-cards-overview-amex-personal #credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .col-33.amex-point img {
        max-width: 100px;
        margin: 0 auto;
    }

    #credits-cards-overview-amex-personal #credit-card-tabs .ae-content .cc-nav {
        width: 100% !important;
    }

    #credits-cards-overview-amex-personal #credit-card-tabs .ae-content.newTop {
        padding: 0 0 30px;
    }

    #credit-card-tabs .tab-pane .ae-content.white-panel.earn-points-container .col-33.amex-point {
        margin: 0 !important;
    }
}

#credits-cards-overview-amex-personal.overview div#credit-card-tabs .ae-content.newTop,
#credits-cards-overview-amex-business.overview div#credit-card-tabs .ae-content.newTop {
    margin-top: -34px;
    background: #fff;
    position: relative;
    z-index: 1;
}

#credits-cards-overview-amex-personal.overview .ae-header-banner,
#credits-cards-overview-amex-business.overview .ae-header-banner {
    margin: -29% 0 7%;
    position: relative;
    height: 380px;
}

#credits-cards-overview-amex-personal.overview .ae-header-banner .ae-content,
#credits-cards-overview-amex-business.overview .ae-header-banner .ae-content {
    background: transparent;
}

#credits-cards-overview-amex-personal.overview .ae-header-banner .ae-content>*,
#credits-cards-overview-amex-business.overview .ae-header-banner .ae-content>* {
    color: #fff;
    text-align: left;
}

#credits-cards-overview-amex-personal.overview .ae-header-banner .ae-content h2,
#credits-cards-overview-amex-business.overview .ae-header-banner .ae-content h2 {
    font: normal 300 36px 'Open Sans';
    margin-bottom: 15px;
    margin-left: 0;
}

#credits-cards-overview-amex-personal.overview .ae-header-banner .ae-content,
#credits-cards-overview-amex-business.overview .ae-header-banner .ae-content {
    padding-left: 23%;
}

#credits-cards-overview-amex-personal.overview .ae-header-banner .ae-content p,
#credits-cards-overview-amex-business.overview .ae-header-banner .ae-content p {
    text-transform: uppercase;
    font: normal 600 36px 'Open Sans';
    width: 100% !important;
    margin: -10px 0 20px !important;
}

#credits-cards-overview-amex-personal.overview .ae-header-banner .ae-content p span,
#credits-cards-overview-amex-business.overview .ae-header-banner .ae-content p span {
    font-size: 22px;
    font-weight: 300;
}

#credits-cards-overview-amex-personal.overview .ae-header-banner p sup,
#credits-cards-overview-amex-business.overview .ae-header-banner p sup {
    top: -0.2em;
    font-size: 26px;
}

#credits-cards-overview-amex-personal.overview .ae-header-banner .amex-offered,
#credits-cards-overview-amex-business.overview .ae-header-banner .amex-offered {
    width: 100%;
    height: 100%;
}

#credits-cards-overview-amex-personal.overview .ae-header-banner .amex-offered img,
#credits-cards-overview-amex-business.overview .ae-header-banner .amex-offered img {
    min-height: 100px;
    width: 100%;
    max-width: 197px;
}

#credits-cards-overview-amex-personal.overview .ae-header-banner p sup:nth-of-type(2),
#credits-cards-overview-amex-business.overview .ae-header-banner p sup:nth-of-type(2) {
    font-size: 16px;
    top: -0.8em;
}

#credits-cards-overview-amex-personal.overview .ae-header-banner .header-content,
#credits-cards-overview-amex-business.overview .ae-header-banner .header-content {
    display: none;
}

#credits-cards-overview-amex-personal.overview .ae-header-banner .header-content.active,
#credits-cards-overview-amex-business.overview .ae-header-banner .header-content.active {
    display: block;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

    #credits-cards-overview-amex-personal.overview .ae-header-banner,
    #credits-cards-overview-amex-business.overview .ae-header-banner {
        height: 275px;
    }

    #credits-cards-overview-amex-personal .ae-header {
        background: transparent;
    }

    #credits-cards-overview-amex-personal #credit-card-tabs .ae-content .cc-nav,
    #credits-cards-overview-amex-business #credit-card-tabs .ae-content .cc-nav {
        width: 100% !important;
    }

    #credits-cards-overview-amex-personal.overview .ae-header-banner .ae-content h2,
    #credits-cards-overview-amex-business.overview .ae-header-banner .ae-content h2,
    #credits-cards-overview-amex-personal.overview .ae-header-banner .ae-content h2+p,
    #credits-cards-overview-amex-business.overview .ae-header-banner .ae-content h2+p,
    #credits-cards-overview-amex-personal.overview .ae-header-banner .amex-offered,
    #credits-cards-overview-amex-business.overview .ae-header-banner .amex-offered {
        display: none;
    }

    #credits-cards-overview-amex-personal .ae-header picture img,
    #credits-cards-overview-amex-business .ae-header picture img {
        height: 350px;
    }

    #credits-cards-overview-amex-personal.overview #credit-card-tabs .tab-content,
    #credits-cards-overview-amex-business.overview #credit-card-tabs .tab-content {
        margin-top: -60px !important;
    }
}

@media only screen and (max-width: 767px) {

    #credits-cards-overview-amex-personal.overview .ae-header-banner .amex-offered,
    #credits-cards-overview-amex-business.overview .ae-header-banner .amex-offered {
        display: none;
    }

    #credits-cards-overview-amex-personal.overview .ae-header picture img,
    #credits-cards-overview-amex-business.overview .ae-header picture img {
        height: 250px;
        width: 100% !important;
    }

    #credits-cards-overview-amex-personal.overview .ae-header-banner .ae-content h2,
    #credits-cards-overview-amex-business.overview .ae-header-banner .ae-content h2,
    #credits-cards-overview-amex-personal.overview .ae-header-banner .ae-content h2+p,
    #credits-cards-overview-amex-business.overview .ae-header-banner .ae-content h2+p,
    #credits-cards-overview-amex-personal.overview .ae-header-banner .amex-offered,
    #credits-cards-overview-amex-business.overview .ae-header-banner .amex-offered {
        display: none;
    }

    #credits-cards-overview-amex-personal.overview .ae-header-banner,
    #credits-cards-overview-amex-business.overview .ae-header-banner {
        margin: 0 0 16%;
    }
}

/* dTL test 100% - Amex sticky CTA */
.amex-sticky-cta {
    background: #fff;
    width: 100%;
    height: 105px;
    inset: 0px;
    display: none;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}

.amex-sticky-cta.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
}

.sticky-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    height: 100%;
    max-height: 200px;
    padding: 10px !important;
}

.amex-sticky-cta .sticky-container div:nth-of-type(1) {
    flex: 12%;
    margin: 0 auto;
}

.amex-sticky-cta .sticky-container div:nth-of-type(1) img {
    margin-top: 5px;
    width: 100%;
    max-width: 102px;
    height: 64px;
}

.amex-sticky-cta .sticky-container div:nth-of-type(2) {
    flex: 60%;
}

.amex-sticky-cta .sticky-container h3 {
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #303030;
}

.amex-sticky-cta .sticky-container div:nth-of-type(2) p {
    flex: 100%;
    text-align: left;
    margin: -5px 0 0;
    font-size: 18px;
    color: #000000;
}

.amex-sticky-cta .sticky-container div:nth-of-type(2) p span {
    font-weight: 600;
    font-style: italic;
}

.amex-sticky-cta .sticky-container div:nth-of-type(3) {
    flex: 28%;
}

.amex-sticky-cta .sticky-container div:nth-of-type(3) a.primary-btn {
    padding: 15px 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
    .amex-sticky-cta .sticky-container div:nth-of-type(2) {
        flex: 60%;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .sticky-container {
        flex-wrap: wrap;
    }

    .amex-sticky-cta .sticky-container div:nth-of-type(2) {
        flex: 60%;
        padding: 0 10px;
    }

    .amex-sticky-cta .sticky-container div:nth-of-type(3) {
        flex: 100%;
    }

    .amex-sticky-cta {
        max-height: 165px;
    }
}

@media only screen and (max-width: 500px) {
    .amex-sticky-cta {
        height: fit-content;
    }

    .amex-sticky-cta .sticky-container div:nth-of-type(2) p {
        font-size: 16px;
    }

    .amex-sticky-cta .sticky-container div:nth-of-type(2) {
        padding-left: 8px;
    }

    .amex-sticky-cta .sticky-container div:nth-of-type(1) {
        flex: none;
    }

    .amex-sticky-cta .sticky-container div:nth-of-type(1) img {
        margin-top: 0;
        height: 50px;
    }
}