.flight-pass#companion-pass .ae-header .ae-content h1 {
    font-weight: 700;
}

.flight-pass#companion-pass .ae-header .ae-content p:last-of-type {
    font-size: 18px !important;
    font-weight: 400;
}

.flight-pass#companion-pass .ae-header .ae-content {
    padding-bottom: 0 !important;
    border-radius: 24px;
}

.pass-tab {
    margin: 0 12px;
    border-radius: 16px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 32px 0;
}

.pass-tab.active {
    border: 1px solid #1460AA;
}

.pass-tab:not(.active) {
    border: 1px solid transparent;
}

.pass-tab .preheader {
    font-size: 14px;
    text-align: center;
}

.pass-tab h2 {
    font-size: 24px;
    font-weight: 700;
    height: 64px;
    padding: 0 32px;
}

.pass-tab h2::after {
    display: none;
}

.pass-tab img {
    margin-top: -12px;
}

.faq-content > div {
    display: none;
}

.faq-content > div.active {
    display: block;
}

.faq-content > div.active {
    display: block;
}

.faq-tabs p.active {
    color: #1460AA;
    border: 1px solid #1460AA;
    border-radius: 24px;
    font-weight: 700;
}

.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 588px;
    margin: 0 auto;
}

.intro h2:after {
    display: none;
}

.intro h2 {
    margin-bottom: 16px;
    font-weight: 700;
}

.how-to-get {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    max-width: 792px;
}

.how-to-get img {
    height: 240px;
    margin-right: 40px;
}

.how-to-get a {
    text-decoration: none;
}

.how-it-works {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 60px auto;
}

.how-it-works p {
    max-width: 588px;
    text-align: center;
}

.how-it-works h3 {
    font-weight: 700;
}

.how-it-works-cards {
    display: flex;
}

.how-it-works-cards .card {
    width: 282px;
    height: 282px;
    border-radius: 16px;
    margin: 10px;
}

.how-it-works-cards .card p {
    text-align: left;
}

.how-it-works-cards p:nth-of-type(1) {
    padding: 20px 20px 0;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}

.how-it-works-cards p:nth-of-type(2) {
    padding: 0 20px 20px;
    font-size: 28px;
    font-weight: 700;
}

div#na {
    background: url(/content/dam/aircanada/loyalty-content/images/campaigns/flight-pass/na.png);
    background-size: contain;
}

div#sun {
    background: url(/content/dam/aircanada/loyalty-content/images/campaigns/flight-pass/sun.png);
    background-size: contain;
}

div#eu {
    background: url(/content/dam/aircanada/loyalty-content/images/campaigns/flight-pass/eu.png);
    background-size: contain;
}

div#asia {
    background: url(/content/dam/aircanada/loyalty-content/images/campaigns/flight-pass/ASIA.png);
    background-size: contain;
}

.primary-btn {
    background: #1460AA !important;
    border-radius: 24px;
    min-width: 120px;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    margin: 0;
}

.primary-btn:hover {
    background: #003D78 !important;
}

.how-to-use .sign-in h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.how-to-use .steps {
    width: 50%;
}

.how-to-use .sign-in {
    width: 50%;
}

.how-to-use {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
}

.how-to-use .steps .step:nth-of-type(3) {
    border-bottom: 1px solid #C9CACC;
    margin-bottom: 20px;
}

.how-to-use .steps .step {
    border-top: 1px solid #C9CACC;
    padding: 20px 0;
}

.how-to-use .steps .step img {
    margin-right: 20px;
    height: 88px
}

.how-to-use .steps .step p {
    margin: auto 0;
}

.step {
    display: flex;
}

div#tnc h2:after {
    display: none;
}

.faq-tabs {
    display: flex;
    justify-content: center;
}

.faq-tabs p {
    border: 1px solid #C9CACC;
    border-radius: 24px;
    padding: 8px 16px;
    margin: 0 8px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

a.accordion__toggle {
    text-decoration: none;
    line-height: 25px !important;
}

.cc-faqs .faq-inner .accordion__container .accordion__title.panel-box {
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.faq-inner {
    box-shadow: none !important;
    max-width: 670px;
    margin: 40px auto;
}

.faq-inner .ae-content.accordion__container {
    padding: 0;
}

.faq-inner .ae-content.accordion__container:nth-of-type(6) {
    border: none;
}

.faq-inner .ae-content.accordion__container {
    padding: 0;
    border-bottom: 1px solid #C9CACC;
}

.bg-grey {
    background: #F9F9F9;
    max-width: 100%;
    width: 100%; 
}

.secondary-btn {
     background: #FFFFFF !important;
     border: 1px solid #1460AA;
     border-radius: 24px;
     color: #1460AA;
     text-decoration: none;
     font-weight: 700 !important;
     padding: 12px 32px;
     min-width: 120px;
     box-shadow: none;
     margin: 0;
}

.secondary-btn:hover {
    background: #F9F9F9 !important;
}

.terms a.accordion__toggle {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.faq-inner a.accordion__toggle {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
}

a.backToTop {
    text-decoration: none;
    font-weight: 700;
    color: #1460AA;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-top: -40px;
    margin-bottom: 60px;
}

.cc-faqs .accordion__container .accordion__title.panel-box a.accordion__toggle:after {
    filter: invert(1) brightness(0);
}

.cc-faqs .accordion__container .accordion__content {
    border-top: none;
}

.cc-faqs .accordion__container .accordion__title.panel-box a.accordion__toggle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 0 !important;
}

.intro img {
    height: 88px;
    margin-bottom: 16px;
}

.faq-inner .accordion__container .accordion__title.panel-box a.accordion__toggle {
    padding-left: 0;
}

.terms .ae-content.accordion__container {
    padding: 30px 0;
}

.terms p.accordion__title.panel-box.white-bg {
    box-shadow: none !important;
}

.terms .ae-content.accordion__container {
    box-shadow: 0px 0px 15px 0px #00000026 !important;
    padding: 0;
    margin: 20px 0 40px;
    border-radius: 16px;
}

.terms .accordion__container .accordion__title.panel-box a.accordion__toggle {
    padding-left: 32px;
}

.flight-pass#companion-pass .ae-header .ae-content .subtitle {
    width: 100% !important;
}

.cc-faqs .faq-inner .accordion__container .accordion__content.selected {
    padding-left: 0;
    padding-top: 10px;
}

    .how-it-works h3, 
    .how-to-get h3 {
        font-size: 24px;
        font-weight: 700;
    }

    .how-it-works p, 
    .how-to-get p {
        font-size: 16px;
    }

.how-to-get a,  a.primary-btn, a.secondary-btn {
    font-size: 16px;
}

.faq-inner p  {
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
}

.terms p {
    font-size: 14px;
    font-weight: 400;
}

.terms div#faq-fp {
    padding-top: 0;
    margin-top: -20px;
}

    .faq-section h2 {
        margin-bottom: 64px;
        font-size: 24px;
        font-weight: 700;
    }

@media only screen and (max-width: 767px) {
    .flight-pass#companion-pass .ae-header .ae-content h1 {
        font-size: 24px;
    }

    .how-to-get {
        flex-direction: column;
    }

    .how-to-get img {
        height: 188px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .how-it-works {
        margin-top: 0;
    }

    .how-it-works-cards {
        flex-direction: column;
    }

    .how-to-use {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .how-to-use .sign-in {
        width: 100%;
    }

    a.primary-btn {
        min-width: 100% !important;
    }

    .how-to-use .steps {
        width: 100%;
        margin: 20px 0;
        padding-bottom: 30px;
    }

    .how-to-use .steps .step {
        text-align: left;
    }

    a.secondary-btn {
        width: 100%;
    }

    .faq-tabs {
        width: 100% !important;
        overflow-x: scroll;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        justify-content: flex-start;
    }

    .faq-tabs::-webkit-scrollbar {
        display: none;
    }

    .ae-content.faq-section {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .faq-content {
        padding: 0 16px;
    }

    .terms .ae-content.accordion__container {
        margin-top: -20px;
    }

    a.backToTop {
        margin: 0 auto 30px;
    }

    .row.terms {
        padding: 0 16px;
    }

    .how-to-use .sign-in h3 {
        font-size: 18px;
        text-align: left;
    }

    .sign-in p {
        font-size: 16px;
        text-align: left;
    }

    .how-to-use .steps .step p {
        font-size: 16px;
    }

    .how-it-works h3, 
    .how-to-get h3 {
        font-size: 18px;
        font-weight: 700;
    }

    .how-it-works p, 
    .how-to-get p {
        font-size: 16px;
    }

    .sign-in a.primary-btn {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1025px) {
    div#companion-pass-content {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .how-it-works-cards {
        flex-wrap: wrap !important;
        align-items: center;
        justify-content: center;
    }

    .bg-grey {
        width: 100%;
    }

    .how-to-use {
        max-width: calc(100% - 60px);
    }

    .how-to-get img {
        height: 188px;
        margin-right: 0;
    }

    .flight-pass#companion-pass .ae-header .ae-content h1 {
        font-size: 30px;
    }
}

.backToTop::after {
    content: '';
    display: inline-block;
    background: url(/content/dam/aircanada/loyalty-content/images/campaigns/flight-pass/chevron-up.png) no-repeat center center !important;
    background-size: 14px 14px !important;
    width: 12px;
    height: 17px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}