.nav-tab img {
    max-width: 182px;
    width: 100%;
    height: 182px;
    border-radius: 50%;
    overflow: hidden;
}

ul.nav.nav-tab {
    display: flex;
    text-align: center;
    justify-content: center;
}

.nav-tab li {
    margin: auto;
}

.paralympic .nav-tab li {
    margin: auto 70px;
}

.nav-tab li.active img {
    border: #005078 4px solid;
    padding: 4px;
}

#next,
#prev {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 5px;
    background-size: 20px;
    z-index: 5;
    display: block;
    content: url(/content/dam/aircanada/loyalty-content/images/prev-arrow.svg);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    border: none;
    -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);
    border-radius: 50%;
}

a#prev {
    transform: translate(-2rem, 170px) rotate( 0deg);
    -webkit-transform: translate(-2rem, 170px) rotate( 0deg);
}

a#next {
    transform: translate(85rem, 170px) rotate( 180deg);
    -webkit-transform: translate(85rem, 170px) rotate( 180deg);
}

playerContent .row .col-50:nth-child(1) img {
    max-width: 536px;
    width: 100%;
    margin-top: 0px;
    min-height: 514px;
    height: 100%;
    max-height: 514px;
    min-width: 598px;
}

#paralympic .row .col-50:nth-child(1) img {
    max-width: 536px;
    width: 100%;
    margin-top: 0px;
    min-height: 381px;
    height: 100%;
    max-height: 381px;
    min-width: 598px;
}

#paralympic playercontent {
    max-height: 382px;
    min-height: 382px;
}

playerContent {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    -webkit-box-shadow: 0 6px 19px 4px rgb(0 0 0 / 20%);
    box-shadow: 0 6px 19px 4px rgb(0 0 0 / 20%);
    min-height: 514px;
}

.blue {
    text-align: center;
    background: linear-gradient(270deg, #F1F7FA, #FFFFFF);
    background-image: -webkit-linear-gradient(270deg, #F1F7FA, #FFFFFF);
    background-image: -moz-linear-gradient(270deg, #F1F7FA, #FFFFFF);
    background-image: -o-linear-gradient(270deg, #F1F7FA, #FFFFFF);
    padding: 4rem;
}

.blue h2:after,
.behind h2:after,
.cbc h2:after,
.stayConnected h2:after {
    height: 1px;
    content: '';
    display: block;
    border: 1px solid #BBA88D;
    margin: 9px auto;
    width: 30px;
    background-color: #BBA88D;
}

playercontent .col-50:nth-child(2) {
    text-align: left;
    padding: 2rem 2rem 0px 24px;
    position: relative;
}

playerContent h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

hr {
    border-top: 2px solid #BBA88D;
    width: 20px;
    margin-top: -10px;
}

.info p {
    margin-bottom: 4px;
    overflow: hidden;
}

.info div {
    position: relative;
    left: calc(8% - 9px);
    margin-left: 88px;
    width: 100%;
    padding: 0px 30px 0px 0px;
}

playercontent .row {
    float: left;
    text-align: left;
}

.info {
    background: url(/content/dam/aircanada/portal/images/icons/question.svg) #F1F7FA no-repeat;
    padding: 20px 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    max-width: 549px;
    width: 100%;
    top: 22rem;
    background-size: 12rem;
    background-position: 6% 65%;
    max-height: 170px;
    height: 100%;
}

:lang(fr) .info {
    max-width: 554px;
}

.stayConnected {
    text-align: center;
    height: auto;
    padding: 40px 0px 0px 0px;
}

.stayConnected div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.stayConnected iframe {
    margin: 0px 1rem;
}

#behindGame {
    text-align: center;
    padding: 0px 7em;
    margin: 70px 0px;
    background: linear-gradient(90deg, #F1F7FA 50%, #FFFFFF 50%);
    background: -webkit-linear-gradient( 90deg, #F1F7FA 50%, #FFFFFF 50%);
    background: -moz-linear-gradient(90deg, #F1F7FA 50%, #FFFFFF 50%);
    background: -o-linear-gradient(90deg, #F1F7FA 50%, #FFFFFF 50%);
}

.ae-carousel .col-33 {
    width: calc(33.33% - 24px);
    margin: 15px 15px;
    -webkit-box-shadow: 0px 4px 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 12px 0 rgb(0 0 0 / 20%);
    padding: 0px;
    height: 400px;
    max-height: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ae-carousel img {
    width: 100%;
    max-width: 100%;
}

.ae-carousel .col-50 {
    margin: 15px 15px;
    -webkit-box-shadow: 0px 4px 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 12px 0 rgb(0 0 0 / 20%);
    padding: 0px;
    height: 400px;
    max-height: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 520px;
    position: relative;
}

:lang(fr) .ae-carousel .col-50 {
    height: 430px;
}

.copy {
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    text-align: left;
    background-color: #FFFFFF;
}

.behind .slick-list {
    margin: 0px 10rem;
}

.cbc .slick-list {
    margin: 0px 8rem;
}

.copy p {
    font-size: 14px;
}

.copy h4 {
    font-size: 16px;
    font-weight: 600;
}

.copy a {
    position: absolute;
    bottom: 20px;
}

button.slick-next.slick-arrow {
    transform: translate(-90px, 32px) rotate( 180deg);
    -webkit-box-shadow: 0px -4px 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0px -4px 12px 0 rgb(0 0 0 / 20%);
}

button.slick-prev,
button.slick-next {
    transform: translate(90px, 34px);
    -webkit-box-shadow: 0px 4px 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 12px 0 rgb(0 0 0 / 20%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 25px;
    background-position: 50%;
    background-color: #FFFFFF;
}

button.slick-prev:hover,
button.slick-next:hover {
    background-size: 25px;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
}

.blue .nav {
    margin-top: 5rem;
}

.blue .nav>li>a {
    margin-top: 7px;
    color: #005078;
}

.blue .nav>li>a:hover {
    background: transparent;
    cursor: pointer;
    text-decoration: underline;
}

.nav-tab img:hover {
    cursor: pointer;
}

div#cbc {
    text-align: center;
    background: linear-gradient(rgb(255 255 255 / 80%), rgb(255 255 255 / 88%)), url(https://www.aircanada.com/content/dam/aircanada/portal/images/special-offers/cbc-bkg.jpg);
    background: -webkit-linear-gradient(rgb(255 255 255 / 80%), rgb(255 255 255 / 88%)), url(https://www.aircanada.com/content/dam/aircanada/portal/images/special-offers/cbc-bkg.jpg);
    background: -moz-linear-gradient(rgb(255 255 255 / 80%), rgb(255 255 255 / 88%)), url(https://www.aircanada.com/content/dam/aircanada/portal/images/special-offers/cbc-bkg.jpg);
    background: -o-linear-gradient(rgb(255 255 255 / 80%), rgb(255 255 255 / 88%)), url(https://www.aircanada.com/content/dam/aircanada/portal/images/special-offers/cbc-bkg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.olympic .social-links-section .ac-icon.icon-footer-facebook.ac-2x,
.paralympic .social-links-section .ac-icon.icon-footer-facebook.ac-2x {
    color: #005078;
}

.olympic .social-links-section .icon-footer-twitter,
.paralympic .social-links-section .icon-footer-twitter {
    color: black;
}

.olympic .social-links-section .icon-footer-youtube.ac-2x,
.paralympic .social-links-section .icon-footer-youtube.ac-2x {
    color: #D8292F;
}

.olympic .social-links-section a:last-child,
.paralympic .social-links-section a:last-child {
    display: inherit;
    margin: 66px auto;
}

ul.slick-dots li.slick-active:before {
    background-color: #005078;
}

ul.slick-dots li {
    width: 8px;
    height: 8px;
}

ul.slick-dots li.slick-active:before {
    background-color: #005078;
}

ul.slick-dots li:before {
    height: 8px;
    width: 8px;
    background-size: cover;
    margin: -1px;
    background: #9F9F9F !important;
}

.blue p:nth-child(2) {
    padding: 0px 14em;
}

.tab-content p:nth-child(2) {
    padding: 0px;
}

.olympic .social-links-section,
.paralympic .social-links-section {
    text-align: center;
    margin-top: 60px;
}

.cbc p:nth-child(2),
.cbc p:nth-child(3),
.behind p:nth-child(2) {
    width: 70%;
    margin: 25px auto;
}

.copy p {
    width: 100% !important;
    margin: auto !important;
}

.olympic .social-links-section img,
.paralympic .social-links-section img {
    vertical-align: bottom;
}

.dot li {
    list-style: none;
    display: inline;
}

.dot li a {
    display: inline-flex;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin: auto 5px;
    background: #9F9F9F !important;
}

.dot li a:hover {
    cursor: pointer;
}

.dot li.active a {
    background-color: #005078 !important;
}

.dot {
    margin-top: 20px;
    margin-bottom: 0px;
}

:lang(fr) .dot {
    margin-top: 40px;
}

ul.slick-dots li.slick-active:before {
    background-color: #005078 !important;
}

#cbc .slick-next {
    transform: translate(-58px, 32px) rotate( 180deg);
}

#cbc .slick-prev {
    transform: translate(62px, 34px);
}

#paralympic playercontent:hover {
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .nav-tab img {
        max-width: 87px;
        width: 100%;
        height: 87px;
    }
    .blue p:nth-child(2) {
        padding: 0px;
    }
    ul.nav.nav-tab {
        margin: auto 0em;
    }
    .nav-tab li:nth-child(5) {
        grid-column: col-start 1 / 4;
        grid-row: 2;
        margin-left: -4rem;
    }
    .nav-tab li:nth-child(-n+3) {
        margin: 0px;
    }
    .nav-tab li:nth-child(4) {
        grid-column: col-start 1 / -2;
        grid-row: 2;
        margin-left: -5rem;
    }
    playerContent .row .col-50:nth-child(1) img,
    #paralympic .row .col-50:nth-child(1) img {
        max-width: 100%;
        width: 100%;
        min-height: 100%;
        height: 100%;
        max-height: 254px;
        min-width: 100%;
        margin: auto;
    }
    playerContent,
    #paralympic playercontent {
        height: 100%;
        min-height: 730px;
        max-height: 730px;
    }
    .info,
     :lang(fr) .info {
        padding: 0px;
        background-image: none;
        position: relative;
        top: 0rem;
        bottom: 0px;
        max-width: 100%;
        width: 100%;
        max-height: 20rem;
        min-width: 20rem;
    }
    .info div {
        left: 0px;
        margin: 0px;
        padding: 1em;
    }
    a#prev {
        transform: translate(-2rem, 7rem);
        -webkit-transform: translate(-2rem, 7rem);
    }
    a#next {
        transform: translate(0px, 7rem) rotate( 180deg);
        -webkit-transform: translate(0px, 7rem) rotate( 180deg);
        left: calc(96% - 36px);
    }
    .behind .slick-list {
        margin: 0px;
    }
    button.slick-prev,
    button.slick-next,
    #cbc .slick-prev {
        transform: revert;
    }
    button.slick-next.slick-arrow,
    #cbc .slick-next {
        transform: revert;
        transform: rotate(180deg);
    }
    ul.slick-dots li:before {
        margin: -1px;
    }
    div#behindGame {
        background: linear-gradient( 90deg, #F1F7FA 48%, #FFFFFF 45%);
        background: -webkit-linear-gradient( 90deg, #F1F7FA 48%, #FFFFFF 45%);
        background: -moz-linear-gradient( 90deg, #F1F7FA 48%, #FFFFFF 45%);
        background: -o-linear-gradient( 90deg, #F1F7FA 48%, #FFFFFF 45%);
        padding: 0px 2em;
    }
    .cbc .slick-list {
        margin: 0px;
    }
    .cbc {
        padding: 0px 2em;
    }
    .cbc .ae-carousel .col-33 {
        min-height: 350px;
        max-height: 350px;
    }
    .stayConnected div {
        flex-direction: column;
        gap: 3rem;
        position: relative;
        overflow: hidden;
        width: 100%;
    }
    .social-links-section {
        text-align: center;
    }
    .olympic .social-links-section span {
        vertical-align: super;
    }
    .blue,
    .behind,
    .cbc {
        padding: 50px 3rem;
    }
    .stayConnected iframe {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 82%;
        height: 100%;
    }
    .nav-tab li:nth-child(3) img {
        margin-left: 2em;
    }
    .blue .nav>li>a {
        margin: 0px -3px 0px -5px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .nav-tab img {
        max-width: 97px !important;
        max-height: 97px !important;
        height: 100% !important;
        width: 100% !important;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .col-50 {
        width: 100%
    }
    playercontent .col-50:nth-child(2) {
        text-align: left;
        padding: 3rem 2rem 0px 2em;
        position: relative;
    }
    .blue p:nth-child(2) {
        padding: 0px;
    }
    playerContent .row .col-50:nth-child(1) img,
    #paralympic .row .col-50:nth-child(1) img {
        max-width: 100%;
        width: 100%;
        max-height: 100%;
        min-height: 100%;
        height: 100%;
        padding: 0px 6px;
        padding: 0px;
    }
    a#next {
        transform: translate(0px, 31rem) rotate( 180deg);
        -webkit-transform: translate(0px, 31rem) rotate( 180deg);
        left: calc(89% + 10px);
    }
    a#prev {
        transform: translate(-1rem, 31rem) rotate( 0deg);
        -webkit-transform: translate(-1rem, 31rem) rotate( 0deg);
        right: calc(88% + 7px);
    }
    .paralympic .nav-tab li {
        margin: auto 50px;
    }
    .nav-tab li:nth-child(3) img {
        left: 20px;
        position: relative;
    }
    playerContent,
    #paralympic playercontent {
        min-height: 840px;
        max-height: 840px;
    }
    .info,
     :lang(fr) .info {
        max-width: 93%;
    }
    .behind .slick-list {
        margin: 0px;
    }
    button.slick-next.slick-arrow {
        transform: translate(2rem, 32px) rotate( 180deg);
    }
    button.slick-prev,
    button.slick-next {
        transform: translate(-2rem, 34px);
    }
    #cbc button.slick-next.slick-arrow {
        transform: translate(-81px, 32px) rotate( 180deg);
    }
    #cbc button.slick-prev,
    button.slick-next {
        transform: translate(82px, 34px);
    }
    .cbc .ae-carousel .col-33 {
        min-height: 100%;
        max-height: 100%;
        height: 100%;
    }
    .stayConnected div {
        margin-bottom: 0px;
        display: block;
    }
    .social-links-section {
        text-align: center;
    }
    #cbc h2,
    #cbc p {
        padding: 0px 7em;
    }
    #cbc .ae-carousel h2,
    #cbc .ae-carousel p {
        padding: 0px;
    }
    .ae-carousel .col-50 {
        max-width: revert !important;
        max-height: 100%;
        height: 100%;
        min-height: 367px;
        background: #FFFFFF;
    }
    .copy a {
        position: relative;
        bottom: 0px;
    }
    .blue .nav>li>a {
        padding: 10px 0px;
    }
    .cbc p:nth-child(2),
    .cbc p:nth-child(3),
    .behind p:nth-child(2) {
        width: 100%;
        margin: 25px auto;
    }
    .copy {
        padding: 20px 23px;
    }
    .stayConnected iframe {
        margin: 1em 0px;
    }
}

@media only screen and (max-width: 1180px) and (min-width: 820px) {
    .copy {
        padding: 20px 23px;
    }
}

@media only screen and (max-width: 400px) and (min-width: 375px) {
    .blue {
        padding: 4rem 30px;
    }
}


}
@media only screen and (max-width:720px) and (min-width:540px) {
    .blue .nav>li>a {
        padding: 10px 0px;
    }
}
@media only screen and (max-width: 400px) and (min-width: 360px) {
    .blue {
        padding: 2rem;
    }
    
    playerContent .row .col-50:nth-child(1) img,
    #paralympic .row .col-50:nth-child(1) img {
        margin: auto;
        padding: 0px;
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .info,
     :lang(fr) .info {
        max-width: 100%;
    }
}
@media only screen and (min-width:1025px) and (max-width:1370px) {
    playerContent .row .col-50:nth-child(1) img,
    #paralympic .row .col-50:nth-child(1) img {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
    }
    
    .info,
     :lang(fr) .info {
        max-width: 93%;
        background-image: none;
        max-height: 60%;
    }
    
    .info div {
        left: 0px;
        padding: 0px;
        margin: 0px;
    }
    
    a#next {
        transform: translate(0px, 170px) rotate( 180deg);
        -webkit-transform: translate(0px, 170px) rotate( 180deg);
        left: calc(93% + 6px);
    }
}
@media only screen and (min-width:1600px) {
    .ae-carousel .col-50 {
        max-width: 100%;
    }
    
    .ae-carousel .col-50 {
        height: 480px;
        max-width: 100%;
        min-height: 480px;
        max-height: 480px;
    }
}
@media only screen and (min-width: 2100px) {
    .behind,
    .cbc {
        padding: 0px 39rem !important;
    }
    
    .blue ul {
        padding-left: 40em;
        padding-right: 40em;
    }
}