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

.bg-ticketcoin {
  background: url("/content/dam/aircanada/loyalty-content/images/ticketcoin.png") no-repeat center center;
}

@media only screen and (max-width: 767px) {
  .bg-ticketcoin {
    background: url("/content/dam/aircanada/loyalty-content/images/ticketcoin-mobile.png") no-repeat center center;
  }
}

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

.white-box {
  background-color: #fff;
}

.bg-elite-status {
  background: #D9E9F3 url("/content/dam/aircanada/loyalty-content/images/elite-status.png") no-repeat center center;
  background-size: contain;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .bg-elite-status {
    background: #D9E9F3 url("/content/dam/aircanada/loyalty-content/images/elite-status-tablet.jpg") no-repeat center center;
    background-size: contain;
  }
}

@media only screen and (max-width: 767px) {
  .bg-elite-status {
    background: #D9E9F3 url("/content/dam/aircanada/loyalty-content/images/elite-status-mobile.jpg") no-repeat top center;
    background-size: cover;
  }
}

img.icon {
  width: auto;
}

hr {
  height: 2px;
  width: 20px;
  background-color: #b8a890;
  margin: 0px auto 35px;
  border: none;
}

hr + p {
  width: 65%;
  margin: 0px auto 40px;
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  hr + p {
    width: 100%;
  }
}

#redeem {
  text-align: center;
}

#redeem .col-50 {
  text-align: left;
}

#redeem .blue-bg-cloud {
  text-align: center;
  background: url("/content/dam/aircanada/loyalty-content/images/redeem-bg-clouds.svg") no-repeat center top;
  background-size: cover;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #redeem .blue-bg-cloud {
    background: url("/content/dam/aircanada/loyalty-content/images/redeem-bg-clouds-tablet.svg") no-repeat center top;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  #redeem .blue-bg-cloud {
    background: url("/content/dam/aircanada/loyalty-content/images/redeem-bg-clouds-mobile.svg") no-repeat bottom right;
    background-size: cover;
  }
  #redeem .blue-bg-cloud .ae-content {
    padding: 4em 0px 8em;
  }
  #redeem .blue-bg-cloud .ae-content h2 {
    width: 95%;
    margin: auto;
  }
}

#redeem .blue-bg-cloud .ae-content {
  padding-bottom: 10%;
}

@media only screen and (max-width: 767px) {
  #redeem .blue-bg-cloud .ae-content {
    padding-bottom: 25%;
  }
}

#redeem .blue-bg-cloud .ae-content img {
  margin-bottom: 30px;
}

#redeem .blue-bg-cloud .ae-content h2 {
  width: 60%;
  margin: 30px auto 35px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #redeem .blue-bg-cloud .ae-content h2 {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  #redeem .blue-bg-cloud .ae-content h2 {
    width: 100%;
  }
}

#redeem .blue-bg-cloud .ae-content p {
  font-size: 16px;
}

/* #redeem .gam div:first-child {
  margin: 15px auto 100px auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #redeem .gam div:first-child {
    margin: 3px auto 60px auto;
  }
}

@media only screen and (max-width: 767px) {
  #redeem .gam div:first-child {
    margin: 0px auto 40px auto;
  }
} */

#redeem #redeem-benefits .ae-content {
  margin-top: -10%;
}

#redeem #redeem-benefits .ae-content .col-33 {
  width: calc(33.33% - 25px);
  padding: 0px;
}

#redeem #redeem-benefits .ae-content .col-33:nth-of-type(2) {
  margin: 0px 30px;
}

@media only screen and (max-width: 1024px) {
  #redeem #redeem-benefits .ae-content .col-33:nth-of-type(2) {
    margin: 15px 0px;
  }
}

#redeem #redeem-benefits .ae-content .col-33 img {
  margin-bottom: 30px;
  background-color: #f9f9f9;
}

#redeem #redeem-benefits .ae-content .col-33 p {
  padding: 0px 45px;
}

@media only screen and (max-width: 1024px) {
  #redeem #redeem-benefits .ae-content .col-33 p {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #redeem #redeem-benefits .ae-content .col-33 p {
    font: normal 600 16px Open Sans;
    width: 80%;
    margin: 0px auto 30px;
  }
}

@media only screen and (max-width: 1024px) {
  #redeem #redeem-benefits .ae-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #redeem #redeem-benefits .ae-content .col-33 {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  #redeem #redeem-benefits .ae-content {
    padding: 0px 0px 30px;
    margin-top: -18%;
  }
  #redeem #redeem-benefits .ae-content .col-33 {
    width: calc(100% - 30px);
  }
  #redeem #redeem-benefits .ae-content .col-33 p {
    width: 100%;
  }
}

#redeem .black-gradient {
  border: solid 1px #b8a890;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-15%, #000000), to(#454545));
  background-image: linear-gradient(to bottom, #000000 -15%, #454545);
}

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

#redeem .black-gradient .ae-content {
  padding: 4em 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#redeem .black-gradient .ae-content .col-50:nth-of-type(2) {
  padding-left: 5em;
}

@media only screen and (max-width: 767px) {
  #redeem .black-gradient .ae-content .col-50:nth-of-type(2) {
    padding-left: 0px;
  }
}

#redeem .black-gradient .ae-content .col-50:nth-of-type(2) hr {
  margin: 0px 0px 35px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #redeem .black-gradient .ae-content .col-50:nth-of-type(2) hr {
    margin: 0px auto 25px;
    text-align: center;
  }
}

#redeem .black-gradient .ae-content .col-50:nth-of-type(2) hr + p {
  margin: 0px 0px 4em;
  width: 100%;
}

#redeem .black-gradient .ae-content .col-50:nth-of-type(2) .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#redeem .black-gradient .ae-content .col-50:nth-of-type(2) .row .box {
  border: solid 1px #b8a890;
  padding: 40px 30px;
  position: relative;
  min-width: 180px;
  min-height: 115px;
  margin: 10px 12.5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#redeem .black-gradient .ae-content .col-50:nth-of-type(2) .row .box:nth-of-type(1) {
  margin-left: 0px;
}

@media only screen and (max-width: 767px) {
  #redeem .black-gradient .ae-content .col-50:nth-of-type(2) .row .box:nth-of-type(1) {
    margin-left: auto;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #redeem .black-gradient .ae-content .col-50:nth-of-type(2) .row .box {
    min-width: 135px;
  }
}

@media only screen and (max-width: 767px) {
  #redeem .black-gradient .ae-content .col-50:nth-of-type(2) .row .box {
    margin: 10px auto 30px;
    min-width: 0px;
    width: 50%;
    min-height: 85px;
  }
}

#redeem .black-gradient .ae-content .col-50:nth-of-type(2) .row .box img {
  position: absolute;
  top: -36px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media only screen and (max-width: 767px) {
  #redeem .black-gradient .ae-content .col-50:nth-of-type(2) .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#redeem .black-gradient .ae-content .col-50:nth-of-type(2) .secondary-btn {
  margin: 10px 0px;
}

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

@media only screen and (max-width: 767px) {
  #redeem .black-gradient .ae-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 4em 0px 0px;
  }
  #redeem .black-gradient .ae-content .col-50:nth-of-type(2) {
    text-align: center;
  }
  #redeem .black-gradient .ae-content .col-50:nth-of-type(2) .secondary-btn {
    margin: 0px auto 50px;
    padding: 15px 40px;
  }
  #redeem .black-gradient .ae-content .col-50:nth-of-type(1) img {
    margin-bottom: -43px;
  }
}

#redeem #redeem-rewards .ae-content {
  padding: 4em 0px 0px;
}

#redeem #redeem-rewards .partners-panels .ae-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 0px 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#redeem #redeem-rewards .partners-panels .ae-content .col-33 {
  padding: 15px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  #redeem #redeem-rewards .partners-panels .ae-content .col-33 {
    padding-left: 15px 0px;
    -webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
  }
}

#redeem #redeem-rewards .partners-panels .ae-content a {
  display: block;
  padding-bottom: 20px;
  background-color: #fff;
}

#redeem #redeem-rewards .partners-panels .ae-content a:hover, #redeem #redeem-rewards .partners-panels .ae-content 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;
}

#redeem #redeem-rewards .partners-panels .ae-content a:hover h3, #redeem #redeem-rewards .partners-panels .ae-content a:active h3 {
  color: #005078;
}

#redeem #redeem-rewards .partners-panels .ae-content a:hover h3:hover, #redeem #redeem-rewards .partners-panels .ae-content a:active h3:hover {
  cursor: pointer;
}

#redeem #redeem-rewards .partners-panels .ae-content a .ac-icon.icon-footer-external-link {
  display: none;
}

#redeem #redeem-rewards .partners-panels .ae-content a img {
  margin-bottom: 20px;
}

#redeem #redeem-rewards .partners-panels .ae-content a h3 {
  color: #005078 !important;
  margin-bottom: 0px;
  padding: 0px 20px;
  text-align: left;
}

#redeem #redeem-rewards .partners-panels .ae-content a p {
  font-size: 14px;
  padding: 10px 20px 0px;
}

#redeem #redeem-rewards .partners-panels .ae-content a hr {
  margin: 15px 0px 20px 20px;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  #redeem #redeem-rewards .partners-panels .ae-content ul.slick-dots {
    margin: 0px auto 15px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #redeem #redeem-rewards .partners-panels .ae-content {
    width: 70%;
    padding: 2em 60px;
  }
  #redeem #redeem-rewards .partners-panels .ae-content .slick-list.draggable {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  #redeem #redeem-rewards .partners-panels .ae-content {
    padding: 2em 30px;
    margin: -30px 30px 0px;
    width: calc(100% - 60px);
  }
  #redeem #redeem-rewards .partners-panels .ae-content .col-33 {
    padding: 0px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  #redeem #redeem-rewards .partners-panels .ae-content .col-33 p {
    margin-bottom: 0px;
  }
}

#redeem #redeem-rewards .slick-list {
  width: 100%;
}

.bg-flight-reward {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0eef6), to(#fff));
  background: linear-gradient(#e0eef6, #fff);
  background-size: contain;
  position: relative;
}

.bg-flight-reward:after {
  content: '';
  position: absolute;
  background: url(/content/dam/aircanada/loyalty-content/images/reward-cloud.svg) no-repeat;
  width: 100%;
  min-height: 207px;
  bottom: 0;
}

.bg-flight-reward .ae-content {
  position: relative;
  z-index: 9;
  padding: 4em 0 3em;
}

.bg-flight-reward .ae-content .col-50 p:last-child {
  font-size: 14px;
}

.redeem-subpage {
  text-align: center;
}

.redeem-subpage .col-50 {
  text-align: left;
}

.redeem-subpage .ae-header.row .ae-content iframe {
  width: 60%;
  min-height: 380px;
  margin: 30px auto;
}

@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .redeem-subpage .ae-header.row .ae-content iframe {
    width: 80%;
    min-height: 395px;
  }
}

@media only screen and (max-width: 767px) {
  .redeem-subpage .ae-header.row .ae-content iframe {
    width: calc(100% + 30px);
    margin: 30px -30px;
  }
}

.redeem-subpage #surcharges .ae-content {
  padding: 4em 0px 0px;
}

.redeem-subpage #surcharges .ae-content .col-50:nth-of-type(1) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.redeem-subpage #points-distance .ae-content {
  padding: 30px 0px 0px 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.redeem-subpage #points-distance .ae-content .primary-btn {
  margin: 10px 0px;
}

@media only screen and (max-width: 767px) {
  .redeem-subpage #points-distance .ae-content .primary-btn {
    margin: 10px auto;
  }
}

.redeem-subpage #points-distance .ae-content h2 {
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .redeem-subpage #points-distance .ae-content h2 {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .redeem-subpage #points-distance .ae-content {
    padding: 30px 0px 0px 4em;
  }
  .redeem-subpage #points-distance .ae-content .col-50 img {
    max-width: 108%;
    margin: 0px 0px 0px -20px;
  }
}

@media only screen and (max-width: 767px) {
  .redeem-subpage #points-distance .ae-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 30px 0px 30px;
  }
  .redeem-subpage #points-distance .ae-content img {
    margin-top: 35px;
  }
}

.redeem-subpage #flexible-booking {
  background-color: #edf1f3;
}

.redeem-subpage #flexible-booking .ae-content {
  padding: 6em 0px 4em;
}

.redeem-subpage #flexible-booking .ae-content .col-50 img {
  max-height: 480px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .redeem-subpage #flexible-booking .ae-content .col-50 img {
    max-height: 374px;
  }
}

@media only screen and (max-width: 767px) {
  .redeem-subpage #flexible-booking .ae-content .col-50 img {
    max-height: 264px;
  }
}

.redeem-subpage #flexible-booking .ae-content .white-box p:last-child {
  margin-bottom: 0px;
  width: 100%;
}

.redeem-subpage #carbon-offsets {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#deecf5), to(white));
  background-image: linear-gradient(180deg, #deecf5 0%, white 100%);
}

.redeem-subpage #carbon-offsets .ae-content {
  background-image: url(/content/dam/aircanada/loyalty-content/images/carbon-offseting.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 50%;
}

.redeem-subpage #carbon-offsets .ae-content .col-50.panel-content {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: calc(65% - 3px);
}

.redeem-subpage #carbon-offsets .ae-content .col-50.panel-content .primary-btn {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .redeem-subpage #carbon-offsets .ae-content {
    background-size: 100%;
    background-position: bottom;
    padding-bottom: 60%;
  }
  .redeem-subpage #carbon-offsets .ae-content .col-50.panel-content {
    width: 100%;
  }
  .redeem-subpage #carbon-offsets .ae-content .col-50.panel-content .primary-btn {
    margin: 0 auto;
  }
}

.redeem-subpage #elite-status .ae-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.redeem-subpage #elite-status .ae-content .col-50 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 9em 4em;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .redeem-subpage #elite-status .ae-content .col-50 {
    padding: 3em 0px;
  }
}

@media only screen and (max-width: 767px) {
  .redeem-subpage #elite-status .ae-content .col-50 {
    padding: 70% 0px 0px;
  }
}

.redeem-subpage .stacked-panels .ae-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .redeem-subpage .stacked-panels .ae-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4em 0px;
  }
}

.redeem-subpage .stacked-panels .ae-content .col-50 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 767px) {
  .redeem-subpage .stacked-panels .ae-content .col-50 {
    text-align: center;
  }
}

.redeem-subpage .stacked-panels .ae-content .col-50.panel-content {
  padding: 0px 3em;
}

@media only screen and (max-width: 1024px) {
  .redeem-subpage .stacked-panels .ae-content .col-50.panel-content {
    padding: 0px;
  }
}

.redeem-subpage .stacked-panels .ae-content .col-50.panel-content hr {
  margin: -10px 0px 25px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .redeem-subpage .stacked-panels .ae-content .col-50.panel-content hr {
    margin: -10px auto 25px;
    text-align: center;
  }
}

.redeem-subpage .stacked-panels .ae-content .col-50.panel-content p {
  margin: 0px 0px 30px;
  width: 80%;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .redeem-subpage .stacked-panels .ae-content .col-50.panel-content p {
    width: 100%;
    margin: 0px auto 30px;
  }
}

@media only screen and (max-width: 767px) {
  .redeem-subpage .stacked-panels .ae-content .col-50.panel-content p {
    width: 95%;
    margin: 0px auto 30px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .redeem-subpage .stacked-panels .ae-content .col-50.panel-content:nth-of-type(odd) {
    padding-right: 3em;
  }
  .redeem-subpage .stacked-panels .ae-content .col-50.panel-content:nth-of-type(even) {
    padding-left: 3em;
  }
}

.redeem-subpage .stacked-panels .ae-content .col-50 .white-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
  margin: 30px 0px;
}

@media only screen and (min-width: 1025px) {
  .redeem-subpage .stacked-panels .ae-content .col-50 .white-box {
    width: 85%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .redeem-subpage .stacked-panels .ae-content .col-50 .white-box {
    padding: 20px 20px 20px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .redeem-subpage .stacked-panels .ae-content .col-50 .white-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.redeem-subpage .stacked-panels .ae-content .col-50 .white-box img {
  margin-top: -10px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .redeem-subpage .stacked-panels .ae-content .col-50 .white-box img {
    margin: 0px auto 10px;
  }
}

@media only screen and (max-width: 767px) {
  .redeem-subpage .stacked-panels:nth-of-type(even) .ae-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.redeem-subpage #redeem-app .ae-content img {
  width: 75%;
  margin: auto;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .redeem-subpage #redeem-app .ae-content img {
    width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .redeem-subpage #redeem-app .ae-content img {
    width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .redeem-subpage #redeem-app .ae-content {
    padding: 30px 0px;
  }
}

.redeem-subpage #redeem-upgrades {
  text-align: center;
}

.redeem-subpage #redeem-upgrades .ae-content div.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.redeem-subpage #redeem-upgrades .ae-content div.row .col-33 {
  padding: 0px;
}

.redeem-subpage #redeem-upgrades .ae-content div.row .col-33 hr {
  margin: 15px auto 15px;
}

.redeem-subpage #redeem-upgrades .ae-content div.row .col-33 hr + p {
  width: 100%;
  padding: 0px 4em;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .redeem-subpage #redeem-upgrades .ae-content div.row .col-33 {
    width: 50%;
    margin: 30px 15px;
  }
  .redeem-subpage #redeem-upgrades .ae-content div.row .col-33 img {
    margin: 0px 20px 25px 0px;
  }
  .redeem-subpage #redeem-upgrades .ae-content div.row .col-33 h5 {
    padding: 0px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .redeem-subpage #redeem-upgrades .ae-content div.row .col-33 {
    width: 100%;
    margin: 15px 0px;
  }
  .redeem-subpage #redeem-upgrades .ae-content div.row .col-33 img {
    margin: 0px 0px 25px 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .redeem-subpage #redeem-upgrades .ae-content {
    padding: 4em 0px;
  }
}

.redeem-subpage #redeem-tails {
  text-align: center;
}

.redeem-subpage #redeem-tails .ae-content img {
  width: 70%;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .redeem-subpage #redeem-tails .ae-content img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.redeem-subpage #flexible-changes {
  background-color: rgba(135, 157, 170, 0.15);
}

.redeem-subpage #flexible-changes .ae-content .row:nth-of-type(1) {
  text-align: left;
}

.redeem-subpage #flexible-changes .ae-content .row:nth-of-type(1) .col-50 hr {
  margin: 20px 0px 25px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .redeem-subpage #flexible-changes .ae-content .row:nth-of-type(1) .col-50 hr {
    margin: 20px auto 25px;
    text-align: center;
  }
}

.redeem-subpage #flexible-changes .ae-content .row:nth-of-type(1) .col-50 hr + p {
  width: 100%;
  margin: 0px 0px 30px;
}

.redeem-subpage #flexible-changes .ae-content .row:nth-of-type(1) .col-50:nth-of-type(1) {
  padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
  .redeem-subpage #flexible-changes .ae-content .row:nth-of-type(1) .col-50:nth-of-type(1) {
    padding-left: 0px;
  }
}

.redeem-subpage #flexible-changes .ae-content .row:nth-of-type(1) .col-50:nth-of-type(2) {
  text-align: center;
}

.redeem-subpage #flexible-changes .ae-content .row:nth-of-type(1) .col-50:nth-of-type(2) img {
  margin: 0px auto -52%;
  max-width: 400px;
}

@media only screen and (max-width: 1024px) {
  .redeem-subpage #flexible-changes .ae-content .row:nth-of-type(1) .col-50:nth-of-type(2) img {
    margin: 0px auto 30px;
    max-width: 225px;
  }
}

@media only screen and (max-width: 767px) {
  .redeem-subpage #flexible-changes .ae-content .row:nth-of-type(1) {
    text-align: center;
  }
}

.redeem-subpage #flexible-changes .ae-content .row.white-box {
  padding: 4em 4em 4em 2em;
  margin-bottom: 35px;
}

.redeem-subpage #flexible-changes .ae-content .row.white-box .col-50 .list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .redeem-subpage #flexible-changes .ae-content .row.white-box .col-50 .list-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.redeem-subpage #flexible-changes .ae-content .row.white-box .col-50 .list-icon img {
  margin-top: -10px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .redeem-subpage #flexible-changes .ae-content .row.white-box .col-50 .list-icon img {
    margin: 0px auto 10px;
  }
}

.redeem-subpage #flexible-changes .ae-content .row.white-box .col-50 .list-icon div {
  overflow: hidden;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .redeem-subpage #flexible-changes .ae-content .row.white-box .col-50:nth-of-type(1) {
    width: 100%;
  }
  .redeem-subpage #flexible-changes .ae-content .row.white-box .col-50:nth-of-type(2) {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .redeem-subpage #flexible-changes .ae-content .row.white-box {
    padding: 30px 30px 0px;
  }
}

.redeem-subpage #flexible-changes .ae-content .row:nth-of-type(3) {
  text-align: left;
  padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
  .redeem-subpage #flexible-changes .ae-content .row:nth-of-type(3) {
    padding-left: 0px;
  }
  .redeem-subpage #flexible-changes .ae-content .row:nth-of-type(3) .col-50 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .redeem-subpage #flexible-changes .ae-content {
    padding: 4em 0px 30px;
  }
}

.redeem-subpage #reward-policy .ae-content {
  padding: 25px 25px 5px;
}

#redeem-tool {
  /*resuable classes*/
  /*for googleMap */
}

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

@media only screen and (max-width: 1024px) {
  #redeem-tool img.spinning-loader {
    width: 40px !important;
  }
}

#redeem-tool .location-options .location-result-airport .location-wrapper-airport .location-primary span {
  display: initial !important;
}

#redeem-tool .redeem-map {
  text-align: left;
}

#redeem-tool .redeem-map h5:last-child {
  width: 70%;
  margin: 10px auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #redeem-tool .redeem-map h5:last-child {
    width: 100%;
  }
}

#redeem-tool .redeem-map .panel-box {
  padding: 30px 0px;
  background: #fff;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #redeem-tool .redeem-map .panel-box {
    text-align: left !important;
  }
  #redeem-tool .redeem-map .panel-box.redemption-result-holder .info h4,
  #redeem-tool .redeem-map .panel-box.redemption-result-holder .info p {
    padding: 0px 20px 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  #redeem-tool .redeem-map .panel-box.redemption-result-holder {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #redeem-tool .redeem-map .panel-box.redemption-result-holder .info h4,
  #redeem-tool .redeem-map .panel-box.redemption-result-holder .info p {
    width: 100%;
  }
}

#redeem-tool .redeem-map .panel-box .map-container {
  padding: 25px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 10px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #redeem-tool .redeem-map .panel-box .map-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 10px;
  }
}

@media only screen and (max-width: 767px) {
  #redeem-tool .redeem-map .panel-box .map-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
}

#redeem-tool .redeem-map .panel-box .map-container .col-40 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  #redeem-tool .redeem-map .panel-box .map-container .col-40 {
    margin-bottom: 15px;
    width: 100%;
  }
}

#redeem-tool .redeem-map .panel-box .map-container .col-40:nth-of-type(2) {
  margin-left: 30px;
}

@media only screen and (max-width: 1024px) {
  #redeem-tool .redeem-map .panel-box .map-container .col-40:nth-of-type(2) {
    margin-left: 0px;
  }
}

#redeem-tool .redeem-map .panel-box .map-container .col-20 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0px;
}

#redeem-tool .redeem-map .panel-box .map-container .col-20 .primary-btn {
  width: 80%;
}

@media only screen and (max-width: 1024px) {
  #redeem-tool .redeem-map .panel-box .map-container .col-20 .primary-btn {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  #redeem-tool .redeem-map .panel-box .map-container .col-20 {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  #redeem-tool .redeem-map .panel-box .map-container .booking-magnet-error-holder {
    width: 100%;
    min-width: auto;
  }
}

#redeem-tool .redeem-map .panel-box.redemption-result-holder {
  -webkit-box-shadow: 0px 7px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
  padding: 25px 40px 0px;
}

@media only screen and (max-width: 1024px) {
  #redeem-tool .redeem-map .panel-box.redemption-result-holder {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px;
  }
}

#redeem-tool .redeem-map .panel-box.redemption-result-holder h4 {
  width: 70%;
  margin: 20px auto;
}

#redeem-tool .redeem-map .panel-box.redemption-result-holder .caveat {
  text-align: left;
  padding: 20px 0px;
}

#redeem-tool .redeem-map .panel-box.redemption-result-holder .caveat a img {
  float: left;
}

#redeem-tool .redeem-map .panel-box.redemption-result-holder .caveat a span {
  display: inline;
  overflow: hidden;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  #redeem-tool .redeem-map .panel-box.redemption-result-holder .caveat {
    padding-left: 10px;
  }
}

#redeem-tool .redeem-map .panel-box.redemption-result-holder ul.redemption-result {
  list-style: none;
  margin: 0;
}

#redeem-tool .redeem-map .panel-box.redemption-result-holder ul.redemption-result li {
  margin: 0;
  position: relative;
  min-height: 48px;
  min-height: inherit \9;
  padding: 14px 0px;
  color: #2A2A2A;
}

#redeem-tool .redeem-map .panel-box.redemption-result-holder ul.redemption-result li:not(:last-child) {
  border-bottom: 1px solid #e0e4e7;
}

#redeem-tool .redeem-map .panel-box.redemption-result-holder ul.redemption-result li .row {
  padding: 3px 0px;
}

#redeem-tool .redeem-map .panel-box.redemption-result-holder ul.redemption-result li .row.title {
  padding: 3px 0px 10px;
}

#redeem-tool .redeem-map .panel-box.redemption-result-holder ul.redemption-result li .title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#redeem-tool .redeem-map .panel-box.redemption-result-holder ul.redemption-result li .title div img {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

#redeem-tool .redeem-map .panel-box.redemption-result-holder ul.redemption-result li .title div div p {
  padding: 0 0 20px !important;
}

@media only screen and (max-width: 1024px) {
  #redeem-tool .redeem-map .panel-box.redemption-result-holder ul.redemption-result {
    padding: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  #redeem-tool .redeem-map .panel-box.redemption-result-holder .blue-text {
    text-align: center;
  }
}

#redeem-tool .redeem-map .panel-box .img-responsive {
  padding: 80px 18% 0px;
}

@media only screen and (max-width: 1024px) {
  #redeem-tool .redeem-map .panel-box .img-responsive {
    padding: 53px 0px 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  #redeem-tool .fadeAnim {
    paddng: 0px;
  }
}

#redeem-tool .fadeAnim.ng-hide-add,
#redeem-tool .fadeAnim.ng-hide-remove {
  -webkit-transition: 1s ease-in-out opacity;
  transition: 1s ease-in-out opacity;
  opacity: 1;
}

#redeem-tool .fadeAnim.ng-hide {
  opacity: 0;
}

#redeem-tool .use-aeroplan {
  padding-top: 0px !important;
}

#redeem-tool .sr-only-flights-from-0 {
  background-color: #ffffff;
}

#redeem-tool .sr-only-flights-from-0:not(.ng-invalid) {
  border-bottom: 1px solid #e0e4e7;
}

#redeem-tool .sr-only-flights-from-0 .default {
  text-transform: initial !important;
}

#redeem-tool .error-content {
  padding: 15px 15px;
  border: 1px solid #D8292F;
  color: #D8292F;
  outline: none;
  position: relative;
  margin: 0 5px 20px;
}

#redeem-tool .error-content.server-error {
  background-color: #ffffff;
  border: 2px solid #D8292F;
}

#redeem-tool .error-content .info-row {
  overflow: visible;
}

#redeem-tool .error-content .error-icon {
  display: inline-block;
  margin-right: 0px;
  vertical-align: top;
  width: 25px;
}

#redeem-tool .error-content .error-icon span.ac-icon {
  width: 25px;
  font-size: 25px;
}

#redeem-tool .error-content .error-desc {
  position: relative;
  display: inline-block;
  vertical-align: super;
}

#redeem-tool .error-content .error-desc.info-desc {
  width: 87.66667%;
  /* Fallback for IE8*/
  width: calc(100% - 25px);
}

#redeem-tool .error-content .error-desc .error-label {
  position: relative;
  margin-top: 0px;
  font-size: 14px;
}

#redeem-tool .error-content .error-desc .error-label .error-msgs {
  padding-top: 5px;
  padding-left: 10px;
}

#redeem-tool .error-content .error-desc .error-label .error-msgs a {
  color: #005078;
  text-decoration: underline;
}

#redeem-tool .error-content .error-desc .error-label .error-msgs .search-anyway-magnet {
  margin: 20px 0;
  font-size: inherit;
}

@media (max-width: 1024px) {
  #redeem-tool .error-content .error-desc .error-label .error-msgs .search-anyway-magnet {
    font-size: inherit;
  }
}

@media (max-width: 1024px) {
  #redeem-tool .error-content .error-desc .error-label {
    font-size: 12px;
  }
}

#redeem-tool .error-content .error-desc .message-information {
  width: 90%;
}

#redeem-tool .error-content .error-desc .err-label-display {
  display: block;
}

#redeem-tool .error-content .error-desc .error-code-display {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 14px;
  color: #4A4F55;
}

#redeem-tool #origin-overlay .default {
  line-height: normal;
}

#redeem-tool #destination-overlay .default {
  line-height: normal;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

#redeem-tool #redeem-map {
  background-color: #ffffff;
}

#redeem-tool #redeem-map #googleMap {
  min-height: 197px;
}

#redeem-tool #googleMap {
  height: 450px;
}

@media only screen and (max-width: 767px) {
  #redeem-tool #googleMap {
    height: 380px;
  }
}

#redeem-tool #googleMap .red-pin {
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: red;
  border-radius: 50%;
}

#redeem-tool #googleMap .red-pin .red-pin-effect {
  width: 50px;
  height: 50px;
  top: -17px;
  left: -17px;
  position: absolute;
  background-color: rgba(255, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: pulsate 2400ms ease-in-out infinite;
          animation: pulsate 2400ms ease-in-out infinite;
}

#redeem-tool .form-container .info-row .info-desc {
  padding-left: 0px !important;
}

@media only screen and (max-width: 450px) {
  #redeem-tool .form-container .info-row .info-desc {
    width: calc(100% - 30px);
    margin-left: 10px;
  }
}

#redeem-tool .marker-title {
  position: absolute;
  top: -20px;
  text-transform: uppercase;
  font-weight: 800;
  color: #000000;
}

.points-predictor {
  text-align: center;
}

.points-predictor .ae-header .ae-content h1 + p {
  width: 95%;
}

@media only screen and (max-width: 767px) {
  .points-predictor .ae-header .ae-content {
    padding: 4em 20px 0px;
  }
}

.points-predictor #redeem-tool {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f9f9f9));
  background-image: linear-gradient(to bottom, #fdfdfd, #f9f9f9 100%);
}

.points-predictor #redeem-tool .ae-content {
  padding: 0px 30px;
}

@media only screen and (max-width: 767px) {
  .points-predictor #redeem-tool .ae-content {
    padding: 3em 0px 0px;
  }
}

.points-predictor #redeem-tool .ae-content .redeem-map {
  text-align: left;
}

.points-predictor #redeem-tool .ae-content .redeem-map + p {
  width: 70%;
  margin: 30px auto;
}

@media only screen and (max-width: 767px) {
  .points-predictor #redeem-tool .ae-content .redeem-map + p {
    width: 95%;
  }
}

.points-predictor #redeem-tool .ae-content .primary-btn {
  padding: 15px 50px;
}

.points-predictor #redeem-tool img.footer-img {
  width: 100%;
  max-width: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  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 black;
  box-shadow: 0 0 15px 0 black;
}

.modal.selected {
  display: block !important;
}

.modal .modal-container {
  background-color: #fff;
  margin: auto;
  padding: 0;
  width: 710px;
  position: relative;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@media only screen and (max-width: 1023px) {
  .modal .modal-container {
    width: 90%;
  }
}

.modal .modal-container .modal-header {
  padding: 25px 30px;
}

.modal .modal-container .modal-header h3:before {
  display: inline-block;
  height: 15px;
  content: '';
  border-right: 3px solid #b8a890;
  margin-right: 10px;
}

.modal .modal-container .modal-header .close {
  position: relative;
  left: calc(98% - 0px) !important;
  bottom: 41px;
  font-size: 25px !important;
  background-image: url(/content/dam/aircanada/loyalty-content/images/icon/icon-popup-close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  font: normal 600 14px Open Sans;
  color: #005078;
  float: left;
  cursor: pointer;
  margin-bottom: 0;
}

.modal .modal-container .modal-body {
  width: 100%;
  padding: 2em;
  padding-top: 0;
}

#redeem-app ul {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: left;
  list-style-type: none;
}

#redeem-app ul li {
  margin-bottom: 45px;
  font-weight: 600;
}

#redeem-app ul li:before {
  content: '';
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin-top: -14px;
}

#redeem-app ul li:nth-child(1):before {
  background-image: url(/content/dam/aircanada/loyalty-content/images/redeem.png);
}

#redeem-app ul li:nth-child(2):before {
  background-image: url(/content/dam/aircanada/loyalty-content/images/time.png);
}

#redeem-app ul li:nth-child(3):before {
  background-image: url(/content/dam/aircanada/loyalty-content/images/earth.png);
}

#redeem-app ul li:nth-child(4):before {
  background-image: url(/content/dam/aircanada/loyalty-content/images/stopover.png);
}

.redeem-miniBox {
  background-color: white;
  width: 65%;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 50px;
}

.redeem-miniBox p {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  div#redeem-app ul {
    width: 100%;
  }
  div#redeem-app ul li:before {
    margin-bottom: 18px;
  }
  .redeem-miniBox {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .redeem-miniBox {
    width: 100%;
  }
  div#redeem-app ul {
    width: 100%;
  }
  div#redeem-app ul li {
    margin-bottom: 53px;
  }
  div#redeem-app ul {
    width: 80%;
  }
}
/*# sourceMappingURL=redeem.css.map */