/* 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;
}

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

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

button.slick-next, button.slick-next:hover {
  position: absolute;
  top: calc(50% - 40px);
  width: 20px;
  height: 20px;
  padding: 0px;
  background-size: 20px;
  z-index: 5;
  display: block;
  background-image: url(/content/dam/aircanada/loyalty-content/images/prev-arrow.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  right: 0px;
  -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, #view-more2 {
  /* The Modal (background) */
}

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

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

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

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

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

@media only screen and (max-width: 767px) {
  #view-more.modal .modal-container .modal-content .row:nth-of-type(1), #view-more2.modal .modal-container .modal-content .row:nth-of-type(1) {
    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 16px Open Sans;
  background: transparent;
  color: #000;
}

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

.nowrap {
  white-space: nowrap;
}

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

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

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

.black-bg {
  background: -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;
}

.top-banner-ae {
  background: url(/content/dam/aircanada/loyalty-content/images/hero-aeroplan.png) center center;
  background-repeat: no-repeat;
  height: 500px;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .top-banner-ae {
    background: url(/content/dam/aircanada/loyalty-content/images/hero-aeroplan-mobile.png) center center;
    height: 250px;
    background-size: cover;
  }
}

.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-33 {
  width: calc(33.3% - 3px);
  display: inline-block;
  vertical-align: top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.green-pill {
  border-radius: 13px;
  background-color: #108c0c;
  text-transform: uppercase;
  padding: 5px 15px;
  font: normal 600 12px Open Sans !important;
  color: #fff;
  letter-spacing: 0.2px;
  width: -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-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: 1200px;
  width: 100%;
  margin: 0px auto;
  padding: 4em 0px;
}

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

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

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

.ae-content.indent-max {
  padding: 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 .col-33 {
  padding: 0px 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ae-content .ae-carousel-mobile, .ae-content .ae-carousel-tablet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

.ae-header {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.ae-additional-footer .ae-content {
  padding-bottom: 0px;
  display: -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;
}

#explore-more .ae-carousel-tablet .col-33 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.white-panel {
  background: #fff;
  color: #000;
  padding: 30px;
  margin: 30px 0px;
  -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.col-33 {
  width: calc(33.3% - 20px);
  display: inline-block;
}

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .white-panel {
    -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;
  }
  .white-panel.col-33 {
    width: 100%;
    display: inline-block;
  }
}

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

.contest .ae-header .ae-content .ae-subtitle {
  font: normal 600 20px Open Sans;
  margin-bottom: 10px;
}

.contest .ae-header .ae-content .ae-subtitle + p {
  font: normal 400 14px Open Sans;
  margin-bottom: 0px;
}

.contest .ae-header .ae-content .col-33 {
  padding: 10px 20px 0px;
}

.contest .ae-header .ae-content .col-33:nth-of-type(2) .col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .contest .ae-header .ae-content .col-33:nth-of-type(2) .col-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contest .ae-header .ae-content .col-33:nth-of-type(2) span.divi {
  height: 61px;
  width: 1px;
  background-color: #c0c5c8;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: -81px;
}

@media only screen and (max-width: 767px) {
  .contest .ae-header .ae-content .col-33:nth-of-type(2) span.divi {
    display: none;
  }
}

.contest .ae-header .ae-content .col-33 img {
  width: 110px;
  height: 110px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .contest .ae-header .ae-content .col-33 img {
    margin: 0 0 -25px;
  }
}

@media only screen and (max-width: 767px) {
  .contest .ae-header .ae-content .col-33 {
    padding: 10px 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .contest .ae-header .ae-content {
    padding: 4em 8em;
  }
}

.contest .ae-header .ae-content.boxed {
  -webkit-box-shadow: 0 -9px 24px -16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -9px 24px -16px rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ffffff));
  background-image: linear-gradient(to bottom, #f9f9f9, #ffffff);
}

@media only screen and (max-width: 767px) and (min-width: 401px) {
  .contest .ae-header picture:nth-of-type(2) img {
    min-height: 145px !important;
  }
}

@media only screen and (max-width: 400px) {
  .contest .ae-header picture:nth-of-type(2) img {
    min-height: 135px !important;
  }
}

.contest .contest-blue-clouds-bg {
  background: url("/content/dam/aircanada/loyalty-content/images/bg-contest-cloud-round.svg"), -webkit-gradient(linear, left top, left bottom, from(#dfeff7), to(#bad8eb));
  background: url("/content/dam/aircanada/loyalty-content/images/bg-contest-cloud-round.svg"), linear-gradient(to bottom, #dfeff7, #bad8eb);
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.contest .contest-blue-clouds-bg h2 {
  text-align: center;
}

.contest .contest-blue-clouds-bg h2 + p {
  text-align: center;
}

.contest .contest-blue-clouds-bg .row .white-panel.col-33 {
  margin: 20px 0 0;
  padding: 0px;
}

.contest .contest-blue-clouds-bg .row .white-panel.col-33 .pad-40 {
  padding: 0px 40px;
}

.contest .contest-blue-clouds-bg .row .white-panel.col-33 .pad-40 + img {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .contest .contest-blue-clouds-bg .row .white-panel.col-33 .pad-40 {
    padding: 0px 8em;
  }
}

.contest .contest-blue-clouds-bg .row .white-panel.col-33 .pad-40 + div {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bad8eb));
  background-image: linear-gradient(to bottom, #ffffff, #bad8eb);
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .contest .contest-blue-clouds-bg .row .white-panel.col-33 {
    width: 100%;
  }
}

.contest .contest-blue-clouds-bg .row .white-panel.col-66 {
  width: calc(66.66% - 20px);
  margin: 20px 0px 40px 20px;
  padding: 0px 40px;
}

.contest .contest-blue-clouds-bg .row .white-panel.col-66 ul {
  list-style: none;
  -webkit-column-count: 2;
          column-count: 2;
  margin: 20 0;
}

@media only screen and (max-width: 767px) {
  .contest .contest-blue-clouds-bg .row .white-panel.col-66 ul {
    -webkit-column-count: 1;
            column-count: 1;
    padding-left: 0px;
  }
}

.contest .contest-blue-clouds-bg .row .white-panel.col-66 ul li {
  min-height: 67px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contest .contest-blue-clouds-bg .row .white-panel.col-66 ul li:before {
  content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-entry-bullet.svg");
  display: block;
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  float: left;
  margin-right: 10px;
  margin-top: 0;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.contest .contest-blue-clouds-bg .row .white-panel.col-66 ul li br + small {
  display: block;
  margin: 15px 0px 0px 46px;
}

@media only screen and (min-width: 768px) {
  .contest .contest-blue-clouds-bg .row .white-panel.col-66 ul li:nth-of-type(4):lang(fr) {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .contest .contest-blue-clouds-bg .row .white-panel.col-66 ul li {
    min-height: 45px;
  }
}

.contest .contest-blue-clouds-bg .row .white-panel.col-66 .row .col-33 {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .contest .contest-blue-clouds-bg .row .white-panel.col-66 .row .col-33 img {
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .contest .contest-blue-clouds-bg .row .white-panel.col-66 {
    width: 100%;
    margin: 20px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .contest .contest-blue-clouds-bg .row .white-panel.col-66 {
    padding: 1px 20px 0px;
  }
}

.contest .contest-blue-clouds-bg .row .white-panel .red-pill {
  margin: 20px auto 0px;
}

@media only screen and (max-width: 767px) {
  .contest .contest-blue-clouds-bg .row .white-panel {
    margin: 10px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .contest .contest-blue-clouds-bg .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contest .contest-blue-clouds-bg .media {
  margin: 10px auto 30px;
  text-align: center;
}

.contest .contest-blue-clouds-bg .media img {
  width: 40px;
  height: 40px;
  margin: 10px;
  padding: 8px;
  -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: #ffffff;
  border-radius: 50%;
}

.contest .contest-blue-clouds-bg input#sign-up {
  width: 100%;
  margin: 10px 0 30px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .contest .contest-blue-clouds-bg input#sign-up {
    max-width: 280px;
    margin: 10px auto;
  }
}

.contest #agreement {
  width: 16px;
  height: 16px;
  background-color: #000;
  cursor: pointer;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .contest #agreement {
    left: 0;
  }
}

.contest #rules-check {
  padding-left: 30px;
  font-size: 16px;
  text-align: left;
}

.contest #regulations ol li h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.contest #regulations ol li p {
  font: normal 400 14px Open Sans;
}

.contest #regulations table {
  margin: 10px 0px;
}

@media only screen and (max-width: 767px) {
  .contest #regulations {
    padding: 25px 0px;
  }
  .contest #regulations .ac-table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative !important;
    top: 0;
    left: 0;
  }
  .contest #regulations .ac-table thead tr th {
    width: 50%;
    font-size: 14px;
  }
  .contest #regulations .ac-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contest #regulations .ac-table tbody tr td {
    padding: 15px;
    width: 50%;
  }
  .contest #regulations .ac-table tbody tr td:before {
    display: none;
  }
  .contest #regulations .ac-table tbody tr td:first-child p {
    margin-bottom: 5px;
  }
  .contest #regulations .ac-table tbody tr td:not(:first-child) p {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
  }
  .contest #regulations .ac-table tbody tr td:not(:first-child) p:last-child {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .contest #regulations .ac-table tbody tr td p {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.contest .conditional {
  margin: 20px 0px 0px;
}

.contest .footnote {
  padding-bottom: 15px;
}

.contest .footnote p {
  margin-bottom: 10px;
  text-align: left;
  font-size: small;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .contest .footnote p {
    font-size: 10px;
  }
}

.contest .formula {
  width: 135px;
  padding: 0px 10px;
}

.contest #cc-form-fail p, .contest #cc-form-fail-check p {
  color: #f01428;
  text-align: left;
  font-weight: 600;
}

.contest .hidden-on-success .form-group {
  position: relative;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .contest .hidden-on-success .form-group {
    padding: 0px 8%;
  }
}

.contest .hidden-on-success .form-group #ae-number {
  background-color: #fff;
  border-bottom: 1px solid #d0d0ce;
  color: #737373;
  font-size: 16px;
  padding-left: 0px;
}

@media only screen and (max-width: 767px) {
  .contest .hidden-on-success .page-action-section {
    margin-bottom: 0px;
  }
}

.contest a {
  font-weight: 600;
}

.contest .quiz-blue-clouds-bg {
  background: url("/content/dam/aircanada/loyalty-content/images/bg-contest-cloud-round2.svg"), -webkit-gradient(linear, left top, left bottom, from(#dfeff7), to(#bad8eb));
  background: url("/content/dam/aircanada/loyalty-content/images/bg-contest-cloud-round2.svg"), linear-gradient(to bottom, #dfeff7, #bad8eb);
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin-top: -8em;
  padding-bottom: 10%;
}

.contest .quiz-blue-clouds-bg .tabControl {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  padding-top: 8em;
  padding-bottom: 0px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .contest .quiz-blue-clouds-bg .tabControl {
    padding: 12em 0px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .contest .quiz-blue-clouds-bg .tabControl {
    padding: 16em 0px 0px;
  }
}

.contest .quiz-blue-clouds-bg .tabControl ul#pills-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #737373;
}

.contest .quiz-blue-clouds-bg .tabControl ul#pills-tab li.nav-item {
  background-color: #fff;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contest .quiz-blue-clouds-bg .tabControl ul#pills-tab li.nav-item .nav-link {
  border-bottom: 6px solid #fff;
  cursor: default;
}

.contest .quiz-blue-clouds-bg .tabControl ul#pills-tab li.nav-item .nav-link.cld {
  border-bottom: 6px solid #00507c;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .tab-pane {
  padding: 2em 20%;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .tab-pane#pills-q7 {
  padding: 0px;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .tab-pane#pills-q7 div {
  padding: 2em 20% 0px;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .tab-pane#pills-q7 div h3 {
  margin-bottom: 20px;
  text-align: center;
  display: block;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .tab-pane#pills-q7 div p {
  font: normal 400 14px Open Sans;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contest .quiz-blue-clouds-bg .tabControl .tab-content .tab-pane {
    padding: 20px;
  }
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .tab-pane h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .tab-pane h3 span {
  padding-left: 10px;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container {
  padding: 2em 0px;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container .accordion__title {
  margin: 20px 0 7px;
  -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);
  background-color: #ffffff;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container .accordion__title.selected {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container .accordion__title a.accordion__toggle {
  padding: 25px 30px;
  color: #000;
  font-size: 16px;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container .accordion__title a.accordion__toggle:before {
  content: url("/content/dam/aircanada/loyalty-content/images/icon/icons-radio-outline.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;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container .accordion__title a.accordion__toggle:after {
  display: none;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container .accordion__title a.accordion__toggle span {
  overflow: hidden;
  display: block;
}

@media only screen and (max-width: 767px) {
  .contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container .accordion__title a.accordion__toggle {
    font-size: 14px;
  }
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container.active .accordion__title a.accordion__toggle.correct {
  background-color: #d4f0db;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container.active .accordion__title a.accordion__toggle.correct:before {
  content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-radio-check.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;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container.active .accordion__title a.accordion__toggle.incorrect {
  background-color: #feeaee;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container.active .accordion__title a.accordion__toggle.incorrect:before {
  content: url("/content/dam/aircanada/loyalty-content/images/icon/icon-radio-x.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;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container .accordion__content {
  padding: 25px 30px;
  background-color: #f9f9f9;
}

.contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container .accordion__content .primary-btn {
  margin: 20px 0px 0px auto;
  min-width: 130px;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 450px) {
  .contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container .accordion__content .primary-btn {
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .contest .quiz-blue-clouds-bg .tabControl .tab-content .faqs .accordion__container {
    padding: 10px 0px;
  }
}

.contest .quiz-blue-clouds-bg .blue-pill {
  border-radius: 13px;
  background-color: #00507c;
  text-transform: uppercase;
  padding: 5px 25px;
  font: normal 600 12px Open Sans !important;
  color: #fff;
  letter-spacing: 0.5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: table;
  margin: 10px auto 25px;
}

@media only screen and (max-width: 767px) {
  .contest .quiz-blue-clouds-bg .blue-pill {
    margin: 0px auto 20px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .contest .quiz-blue-clouds-bg {
    margin-top: -14em;
  }
}

@media only screen and (max-width: 767px) {
  .contest .quiz-blue-clouds-bg {
    margin-top: -16em;
  }
}
/*# sourceMappingURL=contest.css.map */