

.discover-inner {
  padding-top: 50px;
}
.discover-inner .discover-title h2 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.discover-inner .discover-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex: 0 0 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.discover-inner .discover-items .discover-item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  .discover-inner .discover-items .discover-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.discover-inner .discover-items .discover-item .discover-item-content {
  display: flex;
  align-items: center;
  border: 1px solid #e47813;
  width: 100%;
}
@media only screen and (max-width: 670px) {
  .discover-inner .discover-items .discover-item .discover-item-content {
    min-height: 140px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.discover-inner .discover-items .discover-item .discover-item-image {
  padding: 0 20px;
}
.discover-inner .discover-items .discover-item .discover-item-image img {
  height: 30px;
}
.discover-inner .discover-items .discover-item .discover-item-text h3 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 670px) {
  .discover-inner .discover-items .discover-item .discover-item-text h3 {
    padding: 0 20px;
    text-align: left;
  }
}

.intro-wrapper {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .intro-wrapper {
    padding-top: 40px;
  }
}
.intro-wrapper .intro-inner .intro-text {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .intro-wrapper .intro-inner .intro-text {
    width: 100%;
  }
}
.intro-wrapper .intro-inner .intro-text p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .intro-wrapper .intro-inner .intro-text p {
    font-size: 16px;
  }
}

.aircraft-comp-title h2 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .aircraft-comp-title h2 {
    font-size: 20px;
  }
}

.aircraft-comp-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .aircraft-comp-inner {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }
}
.aircraft-comp-inner .aircraft-comp-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px;
  margin-bottom: 40px;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .aircraft-comp-inner .aircraft-comp-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
}
.aircraft-comp-inner .aircraft-comp-item a:hover {
  text-decoration: none;
}
.aircraft-comp-inner .aircraft-comp-item .aircraft-comp-item-inner {
  background: #f6fafc;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
  display: block;
}
.aircraft-comp-inner .aircraft-comp-item .aircraft-comp-item-inner .aircraft-comp-image img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.aircraft-comp-inner .aircraft-comp-item .aircraft-comp-item-inner .aircraft-comp-title {
  padding-bottom: 10px;
}
.aircraft-comp-inner .aircraft-comp-item .aircraft-comp-item-inner .aircraft-comp-title p {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #24434d;
  padding: 17px 0;
  position: relative;
}
.aircraft-comp-inner .aircraft-comp-item .aircraft-comp-item-inner .aircraft-comp-title p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 50px;
  background-color: #e47813;
  transform: translateX(-50%);
}

.timeline-wrapper {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .timeline-wrapper {
    padding-top: 40px;
  }
}
.timeline-wrapper .timeline-inner {
  max-width: 100%;
}
.timeline-wrapper .timeline-inner .timeline-left {
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 70px;
}
@media only screen and (max-width: 800px) {
  .timeline-wrapper .timeline-inner .timeline-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.timeline-wrapper .timeline-inner .timeline-left .timeline-title {
  text-align: left;
}
.timeline-wrapper .timeline-inner .timeline-left .timeline-title h2,
.timeline-wrapper .timeline-inner .timeline-left .timeline-title h3,
.timeline-wrapper .timeline-inner .timeline-left .timeline-title h4 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 24px;
}
.timeline-wrapper .timeline-inner .timeline-left .timeline-text {
  text-align: left;
}
.timeline-wrapper .timeline-inner .timeline-left .timeline-text p {
  text-align: left;
  font-size: 18px;
}
.timeline-wrapper .timeline-inner .timeline-left .timeline-item-last {
  text-align: left;
}
.timeline-wrapper .timeline-inner .timeline-left .timeline-item-last .timeline-item-year {
  padding: 20px 0;
}
.timeline-wrapper .timeline-inner .timeline-left .timeline-item-last .timeline-item-year span {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  color: black;
}
.timeline-wrapper .timeline-inner .timeline-left .timeline-item-last .timeline-item-text {
  text-align: left;
}
.timeline-wrapper .timeline-inner .timeline-left .timeline-item-last .timeline-item-text p {
  text-align: left;
  font-size: 12px;
  color: #7d7d7d !important;
  font-weight: 500;
}
.timeline-wrapper .timeline-inner .timeline-right {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 70px;
}
@media only screen and (max-width: 800px) {
  .timeline-wrapper .timeline-inner .timeline-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .timeline-wrapper .timeline-inner .timeline-right {
    padding-left: 0;
  }
}
.timeline-wrapper .timeline-inner .timeline-right .timeline-item {
  position: relative;
}
.timeline-wrapper .timeline-inner .timeline-right .timeline-item::before {
  content: " ";
  position: absolute;
  top: 40px;
  left: -70px;
  height: 100%;
  width: 1px;
  background-color: #9e9e9e;
}
@media only screen and (max-width: 768px) {
  .timeline-wrapper .timeline-inner .timeline-right .timeline-item::before {
    top: 30px;
    left: 0;
    height: 1px;
    width: 100%;
  }
}
.timeline-wrapper .timeline-inner .timeline-right .timeline-item:last-child::before {
  display: none;
}
.timeline-wrapper .timeline-inner .timeline-right .timeline-item .timeline-item-year {
  position: relative;
  padding: 20px 0;
  text-align: left;
}
.timeline-wrapper .timeline-inner .timeline-right .timeline-item .timeline-item-year::before {
  content: " ";
  position: absolute;
  left: -80px;
  top: 30px;
  height: 22px;
  width: 22px;
  background: #24434d;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .timeline-wrapper .timeline-inner .timeline-right .timeline-item .timeline-item-year::before {
    left: 0;
    top: -30px;
  }
}
.timeline-wrapper .timeline-inner .timeline-right .timeline-item .timeline-item-year span {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  color: black;
}
.timeline-wrapper .timeline-inner .timeline-right .timeline-item .timeline-item-text {
  text-align: left;
}
.timeline-wrapper .timeline-inner .timeline-right .timeline-item .timeline-item-text p {
  text-align: left;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .timeline-wrapper .timeline-inner .timeline-right .timeline-item {
    padding-top: 50px;
  }
}
.timeline-wrapper .timeline-inner .timeline-right .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.timeline-wrapper .timeline-inner .timeline-right .slick-dots li {
  font-size: 0;
  width: 14px;
  height: 14px;
  background-color: #a0a0a0;
  border-radius: 50%;
  padding: 5px;
  margin-right: 8px !important;
  border: unset;
}
.timeline-wrapper .timeline-inner .timeline-right .slick-dots li:last-child {
  margin-right: 0;
}
.timeline-wrapper .timeline-inner .timeline-right .slick-dots li button {
  border: unset;
  background-color: transparent;
}
.timeline-wrapper .timeline-inner .timeline-right .slick-dots .slick-active {
  background-color: #686868;
}

.timeline-inner {
  background-color: #24434d;
  padding: 45px 45px 80px 45px;
}
@media only screen and (max-width: 768px) {
  .timeline-inner {
    padding: 20px 20px 40px 20px;
  }
}
.timeline-inner .timeline-top .timeline-title {
  text-align: left;
}
.timeline-inner .timeline-top .timeline-title h2 {
  color: white;
}
.timeline-inner .timeline-top .timeline-text p {
  text-align: left;
  width: 50%;
  color: #e1e1e1;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .timeline-inner .timeline-top .timeline-text p {
    width: 100%;
  }
}
.timeline-inner .timeline-main .timeline-nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-top: 20px;
}
.timeline-inner .timeline-main .timeline-nav .timeline-nav-item {
  display: flex;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill;
  justify-content: center;
  color: white;
  font-size: 11px;
}
.timeline-inner .timeline-main .timeline-nav .timeline-nav-item:nth-child(even) {
  display: none;
}
.timeline-inner .timeline-main .timeline-nav .timeline-nav-item:last-child {
  display: flex;
  justify-content: flex-end;
  margin-left: -15px;
}
.timeline-inner .timeline-main .timeline-nav .timeline-nav-item:first-child {
  justify-content: flex-start;
  margin-right: -15px;
}
.timeline-inner .timeline-main .timeline-items {
  margin-left: -15px;
  margin-right: -15px;
}
.timeline-inner .timeline-main .timeline-items .slick-current .timeline-item-content {
  position: relative;
  height: 250px !important;
}
.timeline-inner .timeline-main .timeline-items .slick-current .timeline-item-content::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
  background-color: #e47813;
}
.timeline-inner .timeline-main .timeline-items .timeline-item {
  padding: 0 15px;
}
.timeline-inner .timeline-main .timeline-items .timeline-item .timeline-item-content {
  background: #ffffff;
  height: 240px;
  text-align: left;
  padding: 20px;
}
.timeline-inner .timeline-main .timeline-items .timeline-item .timeline-item-content .timeline-item-year span {
  font-size: 24px;
  font-family: "Libre Baskerville", sans-serif;
  color: #24434d;
  font-weight: 600;
}
.timeline-inner .timeline-main .timeline-items .timeline-item .timeline-item-content .timeline-item-text {
  padding-top: 5px;
}
.timeline-inner .timeline-main .timeline-items .timeline-item .timeline-item-content .timeline-item-text p {
  font-size: 12px;
  font-weight: 500;
  color: #7d7d7d;
}
.timeline-inner .timeline-main .company-arrows {
  display: flex;
  justify-content: flex-end;
  margin-right: 5px;
  transform: translateY(-30px);
}
@media only screen and (max-width: 768px) {
  .timeline-inner .timeline-main .company-arrows {
    transform: unset;
    margin-top: 20px;
  }
}
.timeline-inner .timeline-main .company-arrows button {
  border: none;
  padding: 0;
}
.timeline-inner .timeline-main .company-arrows button img {
  max-height: 40px;
  max-width: 40px;
}

.video-wrapper {
  padding: 80px 0;
  background-color: #f6fafc;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .video-wrapper {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.video-wrapper .video-inner {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  align-items: center;
}
.video-wrapper .video-inner .video-text {
  flex: 0 0 50%;
  width: 50%;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .video-wrapper .video-inner .video-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    order: 2;
    padding-bottom: 30px;
  }
}
.video-wrapper .video-inner .video-text h2,
.video-wrapper .video-inner .video-text h3,
.video-wrapper .video-inner .video-text h4,
.video-wrapper .video-inner .video-text h5 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 24px;
  text-align: left;
}
.video-wrapper .video-inner .video-text p {
  text-align: left;
  font-size: 16px;
  padding-bottom: 20px;
}
.video-wrapper .video-inner .video-text p:last-child {
  padding-bottom: 0;
}
.video-wrapper .video-inner .video-text a {
  text-decoration: underline;
  color: #e47813;
}
.video-wrapper .video-inner .video-video {
  flex: 0 0 50%;
  width: 50%;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .video-wrapper .video-inner .video-video {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin: 30px 0;
  }
}
.video-wrapper .video-inner .video-video video {
  width: 90%;
}

.home-logos-wrapper {
  background-color: #f6fafc;
}
.home-logos-wrapper .slick-track {
  display: flex;
  align-items: center;
}
.home-logos-wrapper .slick-track .home-logos-logo {
  display: flex;
  justify-content: center;
}

.safety-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 100%;
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  .safety-inner {
    padding-top: 40px;
  }
}
.safety-inner .safety-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .safety-inner .safety-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.safety-inner .safety-left .cert-item-top {
  position: absolute;
  right: 58px;
  top: -40px;
}
@media only screen and (max-width: 768px) {
  .safety-inner .safety-left .cert-item-top {
    right: 0;
  }
}
.safety-inner .safety-left .cert-items {
  margin-top: 50px;
  background-color: #24434d;
  border-radius: 10px;
}
.safety-inner .safety-left .cert-items .cert-item {
  display: flex;
}
.safety-inner .safety-left .cert-items .cert-item .cert-item-left {
  flex: 0 0 80%;
  max-width: 80%;
  text-align: left;
  padding: 20px 30px;
  color: white;
  border-right: 2px solid #bcbcbc;
  border-bottom: 2px solid #bcbcbc;
}
.safety-inner .safety-left .cert-items .cert-item .cert-item-left .cert-item-title p {
  color: white;
}
.safety-inner .safety-left .cert-items .cert-item .cert-item-left .cert-item-text p {
  color: white;
  font-weight: 500;
  font-size: 12px;
}
.safety-inner .safety-left .cert-items .cert-item .cert-item-right {
  display: flex;
  flex: 0 0 20%;
  max-width: 20%;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #bcbcbc;
}
.safety-inner .safety-left .cert-items .cert-item .cert-item-right img {
  max-width: 30px;
  max-height: 30px;
}
.safety-inner .safety-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 50px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .safety-inner .safety-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.safety-inner .safety-right .safety-title h2 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 24px;
}
.safety-inner .safety-right .safety-text p {
  font-size: 16px;
}
.safety-inner .safety-right .safety-text a {
  text-decoration: underline;
  color: #e47813;
}

.leadership-wrapper {
  padding-top: 140px;
}
@media only screen and (max-width: 768px) {
  .leadership-wrapper {
    padding-top: 60px;
  }
}
.leadership-wrapper .leadership-title h2 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 24px;
}
.leadership-wrapper .leadership-main {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .leadership-wrapper .leadership-main {
    padding-top: 20px;
  }
}
.leadership-wrapper .leadership-main .leadership-image {
  flex: 0 0 40%;
  max-width: 40%;
}
.leadership-wrapper .leadership-main .leadership-image img {
  width: 100%;
  max-height: 600px;
  min-height: 580px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 768px) {
  .leadership-wrapper .leadership-main .leadership-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.leadership-wrapper .leadership-main .leadership-text {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 100px;
}
@media only screen and (max-width: 768px) {
  .leadership-wrapper .leadership-main .leadership-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.leadership-wrapper .leadership-main .leadership-text p {
  text-align: left;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .leadership-wrapper .leadership-main .leadership-text p {
    font-size: 16px;
  }
}
.leadership-wrapper .leadership-main .leadership-text a {
  text-decoration: underline;
}

.home-spotlight-wrapper {
  padding-top: 130px;
}
@media only screen and (max-width: 768px) {
  .home-spotlight-wrapper {
    padding-top: 50px;
  }
}
.home-spotlight-wrapper .home-spotlight-inner .team-above-title {
  font-weight: 500;
  padding-bottom: 5px;
}
.home-spotlight-wrapper .home-spotlight-inner .team-above-title p {
  font-size: 14px;
}
.home-spotlight-wrapper .home-spotlight-inner .team-title h2 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 24px;
}
.home-spotlight-wrapper .home-spotlight-inner .team-text p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .home-spotlight-wrapper .home-spotlight-inner .team-text p {
    font-size: 16px;
  }
}
.home-spotlight-wrapper .home-spotlight-inner .home-spotlight-tabs {
  padding: 80px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .home-spotlight-wrapper .home-spotlight-inner .home-spotlight-tabs {
    padding-bottom: 0;
  }
}
.home-spotlight-wrapper .home-spotlight-inner .home-spotlight-tabs .related-destinations-wrap .related-destination-item-start {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.home-spotlight-wrapper .home-spotlight-inner .home-spotlight-tabs .related-destinations-wrap .related-destination-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding-top: 20px;
}
.home-spotlight-wrapper .home-spotlight-inner .home-spotlight-tabs .related-destinations-wrap .related-destination-item a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .home-spotlight-wrapper .home-spotlight-inner .home-spotlight-tabs .related-destinations-wrap .related-destination-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media only screen and (max-width: 768px) {
  .home-spotlight-wrapper .home-spotlight-inner .home-spotlight-tabs .related-destinations-wrap .related-destination-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.home-spotlight-wrapper .home-spotlight-inner .home-spotlight-tabs .related-destinations-wrap .related-destination-item .team-member__item:focus-visible {
  border: none;
  outline: none;
}
.home-spotlight-wrapper .home-spotlight-inner .home-spotlight-tabs .related-destinations-wrap .related-destination-item .team-member__item .team-member__thumbnail {
  display: flex;
  justify-content: center;
}
.home-spotlight-wrapper .home-spotlight-inner .home-spotlight-tabs .related-destinations-wrap .related-destination-item .team-member__item .team-member__thumbnail img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 500px) {
  .home-spotlight-wrapper .home-spotlight-inner .home-spotlight-tabs .related-destinations-wrap .related-destination-item .team-member__item .team-member__thumbnail img {
    height: 150px;
    width: 150px;
  }
}
.home-spotlight-wrapper .home-spotlight-inner .home-spotlight-tabs .related-destinations-wrap .related-destination-item .team-member__item .team-member__title {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 14px;
  color: #24434d;
  padding-top: 7px;
  margin-bottom: 0;
}
.home-spotlight-wrapper .home-spotlight-inner .home-spotlight-tabs .related-destinations-wrap .related-destination-item .team-member__item .team-member__description {
  font-size: 12px;
  color: #7d7d7d;
  padding-top: 4px;
}
.home-spotlight-wrapper .related-destinations-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100px;
}
.home-spotlight-wrapper .related-destinations-wrapper .slick-arrows-custom {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.home-spotlight-wrapper .related-destinations-wrapper .slick-arrows-custom .prev1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.home-spotlight-wrapper .related-destinations-wrapper .slick-arrows-custom .next1 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.home-spotlight-wrapper .related-destinations-wrapper .related-destinations-wrap-dots {
  padding: 0;
}
.home-spotlight-wrapper .related-destinations-wrapper .related-destinations-wrap-dots .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.home-spotlight-wrapper .related-destinations-wrapper .related-destinations-wrap-dots .slick-dots .slick-active button {
  color: #24434d !important;
  font-weight: 500;
  font-size: 24px;
  padding: 0 10px !important;
}
.home-spotlight-wrapper .related-destinations-wrapper .related-destinations-wrap-dots .slick-dots li button {
  font-size: 24px;
  border: none;
  background-color: unset;
  font-family: "Raleway", sans-serif;
  color: #868686;
  padding: 0 10px !important;
}

.dest-cta-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.dest-cta-wrapper::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  left: 0;
  top: 0;
  z-index: 1;
}
.dest-cta-wrapper .dest-cta-inner {
  position: relative;
  padding: 80px 0;
  width: 50%;
  text-align: left;
  z-index: 2 !important;
}
@media only screen and (max-width: 768px) {
  .dest-cta-wrapper .dest-cta-inner {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .dest-cta-wrapper .dest-cta-inner {
    width: 80%;
  }
}
.dest-cta-wrapper .dest-cta-inner h2 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 24px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .dest-cta-wrapper .dest-cta-inner h2 {
    font-size: 16px;
  }
}
.dest-cta-wrapper .dest-cta-inner p {
  color: #cdcdcd;
  font-size: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .dest-cta-wrapper .dest-cta-inner p {
    font-size: 14px;
  }
}
.dest-cta-wrapper .dest-cta-inner a {
  font-family: "Raleway", serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background-color: #e47815;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.25);
}
.dest-cta-wrapper .dest-cta-inner a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.entry-content a,
.safety-text a {
  color: #e47813;
  text-decoration: underline;
}

/* Form section --------------------------------------------- */
.memb-form-wrapper {
  background: #24434d;
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .memb-form-wrapper {
    margin-top: 80px;
  }
}
.memb-form-wrapper .memb-form-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 50px 0;
}
.memb-form-wrapper .memb-form-inner .memb-form-image {
  padding-right: 80px;
}
@media only screen and (max-width: 992px) {
  .memb-form-wrapper .memb-form-inner .memb-form-image {
    padding-right: 0;
  }
}
.memb-form-wrapper .memb-form-inner .memb-form-image img {
  max-width: 390px;
  width: 100%;
}
.memb-form-wrapper .memb-form-inner .memb-form-right {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 992px) {
  .memb-form-wrapper .memb-form-inner .memb-form-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.memb-form-wrapper .memb-form-inner .memb-form-right .memb-form-title h3 {
  text-align: left;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  padding: 0px 0px 10px 0;
}

.dark-boxes--popup_form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 20px;
}
.dark-boxes--popup_form .dark-boxes--top h3 {
  padding-right: 0;
}
.dark-boxes--popup_form .membership-popup-error {
  color: #e47813;
  font-weight: 600;
  font-size: 12px;
  padding-top: 3px;
}
.dark-boxes--popup_form input {
  width: 100%;
  height: 50px;
  border: 1px solid #838383;
  border-radius: 2px;
  padding: 0 10px;
  color: #838383;
}
@media only screen and (max-width: 768px) {
  .dark-boxes--popup_form input {
    margin-bottom: 10px;
  }
}
.dark-boxes--popup_form label {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.dark-boxes--popup_form .name-last-name-holder {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
}
.dark-boxes--popup_form .name-last-name-holder label {
  color: #d1d1d1 !important;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}
.dark-boxes--popup_form .name-last-name-holder .name-holder {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  flex-direction: column;
  text-align: left;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .dark-boxes--popup_form .name-last-name-holder .name-holder {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.dark-boxes--popup_form .name-last-name-holder .last-name-holder {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  flex-direction: column;
  text-align: left;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .dark-boxes--popup_form .name-last-name-holder .last-name-holder {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.dark-boxes--popup_form .email-holder {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: 10px;
}
.dark-boxes--popup_form .email-holder label {
  color: #d1d1d1 !important;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}
.dark-boxes--popup_form .phone-holder {
  text-align: left;
  padding-top: 10px;
}
.dark-boxes--popup_form .membership-type-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .dark-boxes--popup_form .membership-type-wrap {
    flex-wrap: wrap;
  }
}
.dark-boxes--popup_form .membership-type-wrap .membership-type-item {
  display: none;
  flex: 0 0 25%;
  max-width: 25%;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #e9e9e9;
  padding: 10px 20px;
  background-color: white;
  margin-top: 15px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .dark-boxes--popup_form .membership-type-wrap .membership-type-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .dark-boxes--popup_form .membership-type-wrap .membership-type-item {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.dark-boxes--popup_form .membership-type-wrap .dark-boxes--popup_form-submit {
  flex: 0 0 45%;
  max-width: 45%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e47813;
  padding: 10px 40px;
  border-radius: 4px;
  margin-top: 15px;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #e9e9e9;
  margin-right: 15px;
}
.dark-boxes--popup_form .membership-type-wrap .dark-boxes--popup_form-submit:hover {
  opacity: 0.7;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 768px) {
  .dark-boxes--popup_form .membership-type-wrap .dark-boxes--popup_form-submit {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .dark-boxes--popup_form .membership-type-wrap .dark-boxes--popup_form-submit {
    flex: 0 0 47%;
    max-width: 47%;
  }
}

.dark-boxes--popup_iframe-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 5px;
  width: 80%;
  z-index: 10;
}
.dark-boxes--popup_iframe-wrapper iframe {
  margin: 0;
  width: 100%;
  height: 330px;
}
.dark-boxes--popup_iframe-wrapper .dark-boxes--popup_close {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}
.dark-boxes--popup_iframe-wrapper .dark-boxes--popup_close span {
  width: 1px;
  height: 17px;
  background-color: #898989;
  display: block;
  cursor: pointer;
}
.dark-boxes--popup_iframe-wrapper .dark-boxes--popup_close span:first-child {
  transform: rotate(45deg);
}
.dark-boxes--popup_iframe-wrapper .dark-boxes--popup_close span:last-child {
  transform: rotate(-45deg);
}
.dark-boxes--popup_iframe-wrapper .dark-boxes--popup_iframe-buttons {
  padding: 20px 0;
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.dark-boxes--popup_iframe-wrapper .dark-boxes--popup_iframe-buttons a {
  display: flex;
  flex: 0 0 50%;
  max-width: calc(50% - 20px);
  background: #1c76d3;
  color: white;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}
.dark-boxes--popup_iframe-wrapper .dark-boxes--popup_iframe-buttons span {
  flex: 0 0 50%;
  max-width: calc(50% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  border-radius: 5px;
  cursor: pointer;
}

.membership-type-item-SOARHIGHER {
  border-radius: 4px 0px 0px 4px;
}

.membership-type-item-SOAR {
  border-radius: 0px 4px 4px 0px;
}

.membership-type-item-SOARHIGHER.active {
  background-color: #e47813 !important;
  color: white !important;
}

.membership-type-item-SOAR.active {
  background-color: #e47813 !important;
  color: white !important;
}

.progress {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, #e47813, #e47813);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.timeline-items .slick-dots {
  display: none !important;
}

.timeline-items {
  display: none;
}

.timeline-items.slick-initialized {
  display: block;
}

@media only screen and (max-width: 768px) {
  .formid-response {
    margin-top: 0;
    padding-bottom: 30px;
    transform: translateY(0);
  }
}

@media only screen and (min-width: 1200px) {
  .plan-options__fields {
    right: 30px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .plan-options__fields {
    right: 50px !important;
  }
}

.team-member__thumbnail:focus-visible {
  border: none;
  outline: none;
}

.related-destination-item a {
  outline: 2px solid white;
}

.related-destination-item:focus-visible {
  border: none;
  outline: 2px solid white;
}

.related-destination-item {
  border: 5px solid white !important;
  outline: 2px solid white;
}

#quote_form_section {
  margin-top: 20px !important;
}/*# sourceMappingURL=company.css.map */