﻿.playArrow {
  border-bottom: none !important;
}

.heroTagLine {
  padding: 50px 75px;
  width: 55%;
  margin: 0 auto;
  font-size: 42px !important;
  text-transform: none !important;
  font: normal normal normal 43px/68px Fortescue;
  line-height: 1.25em;
  color: #fff;
}

#pageIntroSection {
  padding: 50px;
  text-align: center;
}
#pageIntroSection .sop-logo {
  height: 125px;
  margin: 0 auto;
}
#pageIntroSection .heading-text {
  padding: 75px;
  width: 65%;
  margin: 0 auto;
  font-size: 42px !important;
  text-transform: none !important;
  font: normal normal normal 43px/68px Fortescue;
  line-height: 1.25em;
}

.image-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.image-band img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.description-section {
  padding: 7.5% 9px 0;
  width: 65%;
  margin: 0 auto;
  font-size: 28px !important;
  text-transform: none !important;
  font: normal normal normal 43px/68px Fortescue;
  line-height: 1.25em;
  text-align: center;
}
.description-section h5 {
  color: #B49B85;
}
.description-section p {
  font: normal normal normal 35px/52px Fortescue;
  letter-spacing: 2.2px;
}
.description-section a {
  text-decoration: none;
}

.description-section #intro_book-cta {
  border: 1px solid #414042;
  width: max-content;
  padding: 20px 35px;
  margin: 115px auto 0;
  font-size: 20px;
  cursor: pointer;
  transition: 0.5s;
  letter-spacing: 0.1rem;
}

.description-section #intro_book-cta:hover {
  background: #e1b352 !important;
}

.mosaic-description {
  width: 35%;
  margin: 100px auto 7.5%;
  text-align: center;
}

.center-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overflow-none {
  overflow: hidden;
}

.jump-right-in-container {
  font: normal normal normal 43px/68px Fortescue;
  padding: 6.5% 0 7.5%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .jump-right-in-container {
    padding: 45px 25px;
  }
}
.jump-right-in-container .section-label h3 {
  width: 50%;
  font: normal normal bold 19px/68px Boing !important;
}
@media only screen and (max-width: 768px) {
  .jump-right-in-container .section-label h3 {
    font: normal normal bold 15px/30px Boing;
  }
}
.jump-right-in-container .section-description {
  width: 50%;
  margin: 15px auto 60px;
}
@media only screen and (max-width: 768px) {
  .jump-right-in-container .section-description {
    width: 100%;
  }
}
.jump-right-in-container .cta-slider {
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .jump-right-in-container .cta-slider .slick-slide {
    margin: 0 10px;
    overflow: hidden;
  }
}
.jump-right-in-container .cta-slider .offer-signpost__link {
  margin-bottom: 0;
}
.jump-right-in-container .cta-slider .slick-next {
  background-color: transparent;
  margin-right: 0 !important;
  margin-top: 0 !important;
  transform: translateY(-50px);
  right: calc(100% - 1440px + 10%);
}
@media only screen and (max-width: 768px) {
  .jump-right-in-container .cta-slider .slick-next {
    right: 0;
    background: white;
    border-radius: 0;
    opacity: 0.6;
    padding: 10px;
  }
}
.jump-right-in-container .cta-slider .slick-next svg {
  width: 30px;
  fill: #414042;
}
@media only screen and (max-width: 768px) {
  .jump-right-in-container .cta-slider .slick-next svg {
    width: 20px;
  }
}
.jump-right-in-container .cta-slider .slick-dots {
  position: absolute;
  bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .jump-right-in-container .cta-slider .slick-dots {
    bottom: 20px;
  }
}
.jump-right-in-container .cta-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.jump-right-in-container .cta-slider .slick-dots li button {
  border: 2px solid #fff;
}
.jump-right-in-container .cta-slider li.slick-active button {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .jump-right-in-container .cta-slider {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
  }
}
.jump-right-in-container .cta-slider a:hover .signpost-list-item__body {
  opacity: 1;
}
.jump-right-in-container .cta-slider .jumpRightIn-collection {
  max-height: 620px;
  min-height: 320px;
  height: auto;
  display: flex !important;
  flex-direction: column;
  position: relative;
}
.jump-right-in-container .cta-slider .ctaCardOverlay {
  color: #fff;
  line-height: 45px;
  font: normal normal normal 32px/44px Fortescue;
}
@media screen and (max-width: 768px) {
  .jump-right-in-container .cta-slider .ctaCardOverlay {
    font: normal normal normal 24px/26px Fortescue;
  }
}
@media screen and (max-width: 768px) {
  .jump-right-in-container .cta-slider .ctaCardOverlay h2 {
    font: normal normal normal 30px/32px Fortescue;
  }
}
.jump-right-in-container .cta-slider .ctaCardOverlay .signpost-list-item__body {
  text-decoration: underline;
  font-family: "fortescue";
}
@media screen and (max-width: 768px) {
  .jump-right-in-container .cta-slider .ctaCardOverlay .signpost-list-item__body {
    opacity: 1;
  }
}
.jump-right-in-container .cta-slider .cta-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.jump-right-in-container .cta-slider .cta-box .img1 {
  flex: 0 0 88%;
  display: block;
  height: auto;
  max-height: 620px;
  min-height: 320px;
}
@media only screen and (max-width: 768px) {
  .jump-right-in-container .cta-slider .cta-box .img1 {
    flex: unset;
  }
}
.jump-right-in-container .cta-slider .cta-box img {
  height: auto;
  min-height: 320px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .hero {
    height: 75vh !important;
  }

  .heroTagLine {
    padding: 20px 20px 40px;
    width: 100%;
    margin: 0 auto;
    font-size: 30px !important;
    text-transform: none !important;
    font: normal normal normal 43px/68px Fortescue;
    line-height: 1.25em;
    color: #fff;
  }

  .mosaic-description {
    width: calc(100% - 50px);
    margin: 60px auto;
    text-align: center;
    font-size: 18px;
  }
}
/* Subscribe Button Cendyn */
input#contactSubmit {
  color: #414042;
  background-color: transparent;
  border: 1px solid #414042;
  width: auto;
  padding: 0.5em;
}

/*end*/
