@keyframes slide-in {
  0% {
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}

/* AEM page hack */
.page-heading-section + .content-wrapper {
  margin: 0;
  width: 100%;
  border: none;
}

.page-heading-section.container,
.page-content-bottom.section-wrapper,
.home-disclaimer.section-wrapper {
  display: none;
}

.template-basic .section-wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.template-basic .section-content {
  padding: 0px;
}
.template-basic .section-content .row {
  margin-left: 0px;
  margin-right: 0px;
}

main#pageMain {
  padding-bottom: 0px;
}

.container.home-disclaimer.section-wrapper {
  margin: 0;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
  background: #A2A2A4;
}

::-webkit-scrollbar-thumb:hover {
  background: #6C6C6E;
}

/* AEM Page hack END */

#suppliers h1,
#suppliers h2,
#suppliers h3,
#suppliers h4,
#suppliers p {
  font-family: "Open Sans";
  font-style: normal;
  letter-spacing: 0px;
  color: #000;
}

#suppliers a {
  color: #005078;
  font-weight: 600;
}

#suppliers label[for=status_by_number_flight] + i.ac-icon {
  font-family: "Open Sans";
  font-size: 20px;
  top: 50%;
}

@media only screen and (max-width: 767px) {
  #suppliers label[for=status_by_number_flight] + i.ac-icon {
    top: 63%;
    margin-left: -2px;
  }
}

@media only screen and (max-width: 767px) {
  #suppliers [data-ng-show="tabService.isSet(1)"] #returnDateButtonFN .glyph-holder span.default, #suppliers [data-ng-show="tabService.isSet(1)"] #returnDateButtonFN .glyph-holder span.value {
    padding-bottom: 0;
  }
}

#suppliers i.ac-icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  #suppliers i.ac-icon {
    margin-left: -5px;
  }
}

#suppliers i.ac-icon.ic-departure {
  background-image: url("/content/dam/aircanada/portal/images/ife/ic-departure.svg");
}

#suppliers i.ac-icon.ic-arrival {
  background-image: url("/content/dam/aircanada/portal/images/ife/ic-arrival.svg");
}

#suppliers i.ac-icon.ic-switch {
  background-image: url("/content/dam/aircanada/portal/images/ife/ic-switch.svg");
}

#suppliers i.ac-icon.ic-calendar {
  background-image: url("/content/dam/aircanada/portal/images/ife/ic-calendar.svg");
}

#suppliers .hero-image {
  width: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1025px) {
  #suppliers .hero-image {
    background-image: url("/content/dam/aircanada/portal/images/suppliers/hero-d.png");
    height: 615px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #suppliers .hero-image {
    background-image: url("/content/dam/aircanada/portal/images/suppliers/hero-d.png");
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  #suppliers .hero-image {
    background-image: url("/content/dam/aircanada/portal/images/suppliers/hero-d.png");
    height: 250px;
  }
}

#suppliers .hero-image + .header-section {
  position: relative;
  background-color: #fff;
  max-width: 1200px;
  width: 100%;
  padding: 2px;
  margin: -265px auto 0;
  border-top-right-radius: 12.44px;
  border-top-left-radius: 12.44px;
}

@media only screen and (max-width: 1200px) {
  #suppliers .hero-image + .header-section {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 1024px) {
  #suppliers .hero-image + .header-section {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 767px) {
  #suppliers .hero-image + .header-section {
    padding: 5px 15px;
    margin-top: -90px;
  }
}

#suppliers .hero-image + .header-section h1 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 44px;
  margin: 40px auto;
  padding: 0 20px;
}

#suppliers .tab-container {
  position: relative;
  background: #fff;
}

#suppliers .tab-container .nav.nav-tabs {
  padding: 0;
  border-bottom: 2px solid #c8c8c8;
  background: #fff;
  margin: 0 auto;
  display: flex;
  max-width: 1200px;
  width: 100%;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  #suppliers .tab-container .nav.nav-tabs {
    width: calc(100% - 60px);
  }
}

#suppliers .tab-container .nav.nav-tabs li {
  flex: 33.33%;
  flex-grow: 0;
}

#suppliers .tab-container .nav.nav-tabs li a {
  padding: 20px 20px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background: transparent;
  text-align: center;
  border: none;
  margin: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: solid 4px transparent;
  text-decoration: none;
}

#suppliers .tab-container .nav.nav-tabs li a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  margin-bottom: 25px;
}

#suppliers .tab-container .nav.nav-tabs li a#navTab-overview::before {
  background-image: url("/content/dam/aircanada/portal/images/ife/ic-plane.svg");
}

#suppliers .tab-container .nav.nav-tabs li a#navTab-wifi::before {
  background-image: url("/content/dam/aircanada/portal/images/ife/ic-wifi.svg");
}

#suppliers .tab-container .nav.nav-tabs li a#navTab-entertainment::before {
  background-image: url("/content/dam/aircanada/portal/images/ife/ic-entertainment.svg");
}

#suppliers .tab-container .nav.nav-tabs li.active, #suppliers .tab-container .nav.nav-tabs li:active, #suppliers .tab-container .nav.nav-tabs li:hover, #suppliers .tab-container .nav.nav-tabs li:focus {
  border-bottom: solid 4px #005078;
  background: transparent;
}

#suppliers .tab-container .nav.nav-tabs li.active a, #suppliers .tab-container .nav.nav-tabs li:active a, #suppliers .tab-container .nav.nav-tabs li:hover a, #suppliers .tab-container .nav.nav-tabs li:focus a {
  color: #005078;
  font-weight: bold;
  text-decoration: none;
}

#suppliers .tab-container .nav.nav-tabs li.active a::before, #suppliers .tab-container .nav.nav-tabs li:active a::before, #suppliers .tab-container .nav.nav-tabs li:hover a::before, #suppliers .tab-container .nav.nav-tabs li:focus a::before {
  filter: invert(15%) sepia(89%) saturate(2486%) hue-rotate(182deg) brightness(97%) contrast(101%);
}

#suppliers .tab-container .nav.nav-tabs li::after {
  display: none;
}

#suppliers .tab-container .tab-content p.subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 34px;
  margin: 80px auto;
  color: #6C6C6E;
}

#suppliers .tab-container .tab-content p.subtitle strong {
  color: #000;
  font-weight: 700;
}

#suppliers .tab-container .tab-content p.subtitle + .subtitle-light {
  margin-top: -60px;
  text-align: left;
  margin-bottom: 80px;
}

#suppliers .tab-container .tab-content p.subtitle-light {
  color: #6C6C6E;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
}

#suppliers .tab-container .tab-content .tab-pane {
  display: none;
}

#suppliers .tab-container .tab-content .tab-pane.active {
  display: block;
}

#suppliers .tab-container .tab-content .tab-pane .content-container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1080px) and (min-width: 768px) {
  #suppliers .tab-container .tab-content .tab-pane .content-container {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  #suppliers .tab-container .tab-content .tab-pane .content-container {
    padding: 0 20px;
  }
}

#suppliers .tab-container .tab-content .tab-pane .grey-bg {
    background: #F4F4F4;
}

#suppliers .tab-header {
    padding: 70px;
}

#suppliers .tab-header h2 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 auto 40px;
}

#suppliers .tab-header div h2 {
    font-size: 24px;
}

#suppliers .tab-header p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.banner-full div {
    background: rgb(244, 244, 244, 0.96);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 530px;
    min-height: 222px;
    padding: 20px;
}

.banner-full div h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

.banner-full div p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.banner-full a {
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}

#procurement {
    display: flex;
    flex-direction: column;
}

.grey-bg#procurement h2 {
    padding: 80px 0 40px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.procurment-cards {
    display: flex;
    margin: 0 auto;
}

.procurement-card {
    background: #fff;
    width: 216px;
    height: 290px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
}

.procurement-card img {
    width: 85px;
    padding-top: 30px;
}

.procurement-card p:nth-of-type(1) {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}