/* search-airports */
.btn {
  font-family: "Raleway", serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 15px 5px 15px;
  line-height: 21px;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  transition: background-color 300ms ease;
}

.btn.btn-stratos-orange {
  background-color: #e47815;
  color: #fff;
}

.btn.btn-stratos-orange:hover {
  background-color: #cd6c13;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
  font-family: "Libre Baskerville", serif;
  color: #22434d;
}

@media (min-width: 768px) {
  .btn.btn-stratos-orange {
    width: auto;
    padding: 10px 40px 7px 40px;
  }
}
@media (min-width: 992px) {
  .btn.btn-stratos-orange {
    padding: 7px 10px 5px 10px;
  }
}
.search-airports {
  text-align: center;
  margin: 50px auto;
}

.search-airport-form-wrapper {
  background-color: #f6fafc;
  border: 1px solid #e5ebee;
}

.search-airport-form-wrapper h2,
.search-airport-form-wrapper p {
  color: #22434d;
}

.search-airport-form-wrapper h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.search-airport-form-wrapper p {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .search-airport-form-wrapper {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .search-airport-form-wrapper {
    padding: 50px 15px;
  }
}
form.search-airports-form {
  display: flex;
  max-width: 770px;
  margin: 0 auto;
  font-family: "Raleway";
}

form.search-airports-form input {
  border-radius: 4px;
}

form.search-airports-form input[type=text],
form.search-airports-form button.btn.btn-stratos-orange {
  height: 44px;
}

form.search-airports-form input[type=text] {
  flex: 1;
  padding: 5px 15px;
  color: #6b7c93;
  border: 1px solid #6b7c93;
}

form.search-airports-form input[type=text]:focus {
  border: 1px solid #e47815;
  outline: none;
}

form.search-airports-form button.btn.btn-stratos-orange {
  font-size: 14px;
  padding: 10px;
}

@media (max-width: 767px) {
  form.search-airports-form {
    flex-direction: column;
  }
  form.search-airports-form input[type=text] {
    margin-bottom: 10px;
  }
  form.search-airports-form button.btn.btn-stratos-orange {
    width: 100%;
  }
}
@media (min-width: 768px) {
  form.search-airports-form input[type=text] {
    margin-right: 5px;
  }
  form.search-airports-form button.btn.btn-stratos-orange {
    width: 112px;
  }
}
/* choose-airport */
.choose-airport h2 {
  font-family: "Libre Baskerville";
  font-size: 40px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 50px;
  color: #22434d;
  text-align: center;
}

.choose-airport h3 {
  font-family: "Raleway";
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}

.choose-airport a:hover {
  text-decoration: none;
}

.choose-airport a:hover .choose-airport-block {
  opacity: 1;
}

.choose-airport .choose-airport-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  opacity: 0.9;
  transition: all 200ms ease-in-out;
}

@media (max-width: 1199px) {
  .choose-airport {
    margin-bottom: 50px;
  }
  .choose-airport .choose-airport-block {
    height: 270px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .choose-airport {
    margin-bottom: 100px;
  }
  .choose-airport .choose-airport-block {
    height: 470px;
  }
}
/* search results */
.airports-list-wrapper {
  margin-top: 50px;
}

.airports-list-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.airports-list-wrapper ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #22434d;
}

.airports-list-wrapper ul li a {
  display: flex;
  font-family: "Raleway";
  font-size: 18px;
  color: #22434d;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 200ms ease;
}

.airports-list-wrapper ul li a:hover {
  color: #e47815;
  text-decoration: none;
}

.airports-list-wrapper ul li a .secondary-info {
  position: relative;
  margin-left: auto;
  padding-right: 20px;
}

.airports-list-wrapper ul li a .secondary-info::after {
  content: url("../../images/airports-pin-icon.svg");
  position: absolute;
  height: 20px;
  width: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.container {
  width: 100% !important;
  max-width: 1300px;
  padding: 0 15px !important;
  margin: 0 auto !important;
}

.container-wide {
  width: 100% !important;
  max-width: 1350px !important;
  padding: 0 15px !important;
  margin: 0 auto !important;
}

.container-small {
  width: 100% !important;
  max-width: 700px !important;
  padding: 0 15px !important;
  margin: 0 auto !important;
}

p {
  color: #212121;
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0 !important;
}

.archive-airports-hero-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 550px;
}
.archive-airports-hero-wrapper .archive-airports-hero-inner {
  display: flex;
  min-height: 550px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.archive-airports-hero-wrapper .archive-airports-hero-title {
  padding-top: 30px;
}
.archive-airports-hero-wrapper .archive-airports-hero-title h1 {
  font-size: 48px;
  color: white;
  font-family: "Libre Baskerville", sans-serif;
}
@media only screen and (max-width: 768px) {
  .archive-airports-hero-wrapper .archive-airports-hero-title h1 {
    font-size: 36px;
  }
}
.archive-airports-hero-wrapper .archive-airports-hero-text p {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #e5e5e5;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .archive-airports-hero-wrapper .archive-airports-hero-text p {
    font-size: 18px;
  }
}

.breadcrumb-wrapper {
  background-color: unset !important;
  margin-top: 20px;
}
.breadcrumb-wrapper ul {
  z-index: 1;
  margin-left: 0 !important;
}

.breadcrumb {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 0px 3px 20px !important;
  border-radius: 40px;
  z-index: -1;
  margin-left: 32px !important;
}
.breadcrumb li span {
  font-size: 14px !important;
  font-family: "Raleway", sans-serif !important;
}

.breadcrumb li:last-child {
  padding-right: 30px;
}

@media only screen and (max-width: 768px) {
  .breadcrumb-wrapper ul {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .breadcrumb-wrapper ul {
    margin-bottom: 25px !important;
  }
}
section.breadcrumb-wrapper.lblue-bgd-clr {
  position: relative;
  z-index: 2;
}

.archive-airports-intro-wrapper .archive-airports-intro-inner {
  margin-top: 20px;
}
.archive-airports-intro-wrapper .archive-airports-intro-inner .archive-airports-intro-title h2 {
  font-size: 32px;
  font-family: "Libre Baskerville", sans-serif;
}
@media only screen and (max-width: 768px) {
  .archive-airports-intro-wrapper .archive-airports-intro-inner .archive-airports-intro-title h2 {
    font-size: 24px;
  }
}
.archive-airports-intro-wrapper .archive-airports-intro-inner .archive-airports-intro-text {
  padding-top: 20px;
  width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .archive-airports-intro-wrapper .archive-airports-intro-inner .archive-airports-intro-text {
    width: 100%;
  }
}
.archive-airports-intro-wrapper .archive-airports-intro-inner .archive-airports-intro-text p {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #7d7d7d;
}
@media only screen and (max-width: 768px) {
  .archive-airports-intro-wrapper .archive-airports-intro-inner .archive-airports-intro-text p {
    font-size: 16px;
  }
}

.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-nav {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  position: relative;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-nav::after {
  content: "";
  position: absolute;
  bottom: -8px;
  height: 1px;
  width: 285px;
  background-color: #898989;
  z-index: -1;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-nav .airports-main-nav-item {
  cursor: pointer;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-nav .airports-main-nav-item span {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #24434d;
  text-transform: uppercase;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-nav .airports-main-nav-item:first-child {
  padding-right: 10px;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-nav .airports-main-nav-item:last-child {
  padding-left: 10px;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-nav .airports-main-nav-item-off {
  cursor: default;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-nav .active {
  position: relative;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-nav .active::after {
  content: " ";
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #e47813;
  left: 0;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-tabs .active {
  display: block !important;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-tabs .airports-main-tab-item {
  display: none;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-tabs .airports-main-tab-item .airports-main-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-tabs .airports-main-tab-item .airports-main-items .airports-main-item {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1280px) {
  .archive-airports-main-wrapper .archive-airports-main-inner .airports-main-tabs .airports-main-tab-item .airports-main-items .airports-main-item {
    flex: 0 0 33%;
    max-width: 320px;
    margin: 0 auto 25px auto;
  }
}
@media only screen and (max-width: 1080px) {
  .archive-airports-main-wrapper .archive-airports-main-inner .airports-main-tabs .airports-main-tab-item .airports-main-items .airports-main-item {
    flex: 0 0 50%;
    max-width: 320px;
    margin: 0 auto 25px auto;
  }
}
@media only screen and (max-width: 768px) {
  .archive-airports-main-wrapper .archive-airports-main-inner .airports-main-tabs .airports-main-tab-item .airports-main-items .airports-main-item {
    flex: 0 0 100%;
    max-width: 295px;
    margin: 0 auto 25px auto;
  }
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-tabs .airports-main-tab-item .airports-main-items .airports-main-item a .airports-main-item-inner {
  padding: 0 10px;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-tabs .airports-main-tab-item .airports-main-items .airports-main-item a .airports-main-item-inner .airports-main-item-image img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px 4px 0 0;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-tabs .airports-main-tab-item .airports-main-items .airports-main-item a .airports-main-item-inner .airports-main-item-title {
  border: 1px solid rgba(30, 30, 30, 0.231372549);
  border-radius: 0 0 4px 4px;
  display: flex;
  align-items: center;
  padding: 18px 10px;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-tabs .airports-main-tab-item .airports-main-items .airports-main-item a .airports-main-item-inner .airports-main-item-title img {
  width: 32px;
  height: 32px;
}
.archive-airports-main-wrapper .archive-airports-main-inner .airports-main-tabs .airports-main-tab-item .airports-main-items .airports-main-item a .airports-main-item-inner .airports-main-item-title span {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #7d7d7d;
  font-weight: 500;
  padding-left: 7px;
}
.archive-airports-main-wrapper .airports-main-link a {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #e47813;
  font-weight: 600;
  text-decoration: underline;
}

.airports-main-tab-item-search .airports-main-item-title {
  min-height: 89px;
}

.archive-airports-card-wrapper {
  background-color: #24434d;
  padding: 100px 0;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .archive-airports-card-wrapper {
    padding: 50px 0;
    margin-top: 50px;
  }
}
.archive-airports-card-wrapper .archive-airports-card-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.archive-airports-card-wrapper .archive-airports-card-inner .archive-airports-card-text {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
  padding-right: 85px;
}
@media only screen and (max-width: 768px) {
  .archive-airports-card-wrapper .archive-airports-card-inner .archive-airports-card-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    order: 2;
  }
}
.archive-airports-card-wrapper .archive-airports-card-inner .archive-airports-card-text h2 {
  font-size: 24px;
  font-family: "Libre Baskerville", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .archive-airports-card-wrapper .archive-airports-card-inner .archive-airports-card-text h2 {
    width: 100%;
    font-size: 18px;
  }
}
.archive-airports-card-wrapper .archive-airports-card-inner .archive-airports-card-text p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #c8c8c8;
}
@media only screen and (max-width: 768px) {
  .archive-airports-card-wrapper .archive-airports-card-inner .archive-airports-card-text p {
    font-size: 14px;
  }
}
.archive-airports-card-wrapper .archive-airports-card-inner .archive-airports-card-image {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .archive-airports-card-wrapper .archive-airports-card-inner .archive-airports-card-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.archive-airports-card-wrapper .archive-airports-card-inner .archive-airports-card-image img {
  max-width: 460px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .archive-airports-card-wrapper .archive-airports-card-inner .archive-airports-card-image img {
    width: 100%;
  }
}

.pricing-tst-wrapper {
  padding: 100px 0;
}

.pricing-tst-inner {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  gap: 4%;
}

.pricing-tst-left {
  flex: 0 0 48%;
  max-width: 48%;
  text-align: left;
}
.pricing-tst-left h2 {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .pricing-tst-left h2 {
    font-size: 24px;
  }
}
.pricing-tst-left p {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  margin-top: 20px;
  color: #212121;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .pricing-tst-left p {
    font-size: 12px;
  }
}

.pricing-tst-left p {
  text-align: left;
  padding-bottom: 20px;
  color: #898989;
}

.reviews-comment {
  padding-bottom: 20px;
  text-align: left;
}
.reviews-comment p {
  font-family: "Raleway", sans-serif;
}

.reviews-bars {
  padding-bottom: 5px;
}

.reviews-comments {
  overflow: scroll;
  overflow-x: hidden;
  height: 370px;
  padding: 30px 20px;
  border: 1px solid #cecece;
  width: 90%;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .reviews-comments {
    width: 100%;
  }
}

.reviews-comments span,
.reviews-comments p {
  font-size: 14px;
  color: #898989;
}

.show-reviews-wrapper {
  padding-top: 15px;
  text-align: left;
}
.show-reviews-wrapper a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.pull-right {
  font-family: "Raleway", sans-serif !important;
}

.show-reviews-wrapper a:link,
.show-reviews-wrapper a:visited,
.show-reviews-wrapper a:active {
  color: #e47813;
}

.pricing-tst-right {
  flex: 0 0 48%;
  max-width: 48%;
  position: relative;
}
.pricing-tst-right .bg {
  position: absolute;
  top: -15px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 2%, rgb(255, 255, 255) 5%, rgba(255, 146, 28, 0) 48%);
  pointer-events: none;
}

.pricing-tst-right-inner {
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
}

.pricing-tst-desktop .pricing-tst-right-item {
  display: flex;
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  padding: 20px 0;
  margin-top: 10px;
  border: 1px solid #f2f2f2;
}

.pricing-tst-right-stars {
  display: flex;
}

.star-icon {
  display: block;
  background-image: url("/wp-content/themes/stratos/images/review-star.svg");
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.star-half-icon {
  display: block;
  background-image: url("/wp-content/themes/stratos/images/review-star-half.svg");
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.reviews-bars {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.reviews-bars div {
  display: flex;
  gap: 4px;
}

.reviews-bars .star-icon {
  display: block;
  background-image: url("/wp-content/themes/stratos/images/review-star-orange.svg");
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.pricing-tst-mobile .pricing-tst-right-item {
  background-color: #f2f2f2;
}
.pricing-tst-mobile .pricing-tst-right-item:nth-child(2) {
  border-radius: 0px 19px 0px 0px;
}
.pricing-tst-mobile .pricing-tst-right-item:nth-child(4) {
  border-radius: 0px 0px 0px 19px;
}
.pricing-tst-mobile .pricing-tst-right-item:nth-child(1) {
  background-color: #fafafa;
}
.pricing-tst-mobile .pricing-tst-right-item:nth-child(4) {
  background-color: #fafafa;
}

.pricing-tst-right-item-inner {
  display: flex;
  flex-direction: row;
  gap: 5px;
  width: 100%;
  justify-content: space-between;
}

.pricing-tst-right-score {
  font-family: "Raleway", sans-serif;
}

.pricing-tst-right-score strong {
  color: #24434d;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.pricing-tst-right-score span {
  color: #949494;
  font-family: "Raleway", sans-serif;
}

.pricing-tst-right-label span {
  color: #898989;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
}

.pricing-tst-right-logo {
  padding-left: 20px;
}

.pricing-tst-right-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .pricing-tst-left,
  .pricing-tst-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pricing-tst-wrapper {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .pricing-tst-desktop {
    display: none;
  }
}

.pricing-tst-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pricing-tst-mobile {
    display: block;
  }
}
.pricing-tst-mobile .pricing-tst-right-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.pricing-tst-mobile .pricing-tst-right-item-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.pricing-tst-mobile .pricing-tst-right-item-inner .pricing-tst-right-logo {
  padding-left: 0;
}

.text-acco-title h4 {
  font-family: "Raleway", sans-serif !important;
  line-height: 1.3 !important;
  font-size: 20px;
  margin: 6px 0 -6px 40px;
  text-align: left;
}

.text-acco-wrapper {
  background-color: #f6fafc;
  padding: 75px 0;
}
@media only screen and (max-width: 768px) {
  .text-acco-wrapper {
    margin-top: 40px;
  }
}

.text-acco-inner {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
}

.text-acco-left {
  flex: 0 0 40%;
  max-width: 40%;
}

.text-acco-left a {
  color: #e47813;
  text-decoration: underline;
}

.text-acco-left-inner h3 {
  text-align: left;
  font-size: 36px !important;
  width: 70%;
  font-family: "Raleway", sans-serif;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .text-acco-left-inner h3 {
    width: 100%;
    font-size: 24px !important;
  }
}

.text-acco-right-inner {
  padding-left: 50px;
}

.text-acco-right {
  flex: 0 0 60%;
  max-width: 60%;
}

.text-acco-content.entry-content {
  text-align: left;
}
.text-acco-content.entry-content p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #898989;
}
@media only screen and (max-width: 768px) {
  .text-acco-content.entry-content p {
    font-size: 12px;
  }
}

.text-acco-content iframe {
  width: 100%;
}

.text-acco-content.entry-content p:nth-child(2) {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.pricing-acc {
  padding-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  .pricing-acc {
    padding-top: 20px !important;
  }
}

.pricing-acc-text-inner {
  padding: 20px 0;
}
.pricing-acc-text-inner p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #7d7d7d;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .pricing-acc-text-inner p {
    font-size: 12px;
  }
}

.pricing-acc-text-inner h1,
h2,
h3,
h5,
h6 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 20px;
}

.pricing-acc ul {
  list-style: none;
}

.pricing-acc-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Raleway", sans-serif !important;
}
@media only screen and (max-width: 768px) {
  .pricing-acc-title {
    font-size: 12px;
  }
}

.pricing-acc ul {
  position: relative;
}

.pricing-acc {
  padding-top: 40px;
}

.pricing-acc-text {
  display: none;
}

.pricing-acc-top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #7d7d7d;
  text-align: left;
  padding: 30px 0;
}

.pricing-acc-item:first-child {
  border-top: 1px solid #7d7d7d;
}

.drop-down-minus-icon {
  display: none;
}

.text-acco-bottom-link {
  padding-top: 30px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  color: #e47813;
  font-family: "Raleway", sans-serif;
}

@media only screen and (max-width: 992px) {
  .text-acco-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text-acco-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pricing-acc ul {
    padding: 0;
  }
  .text-acco-wrapper {
    padding: 50px 0;
  }
  .text-acco-right-inner {
    padding-left: 0;
  }
  .text-acco-bottom-link {
    justify-content: unset;
  }
}
.hide {
  display: none !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 20px;
  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 {
  color: white;
  font-size: 24px !important;
  font-family: "Libre Baskerville", sans-serif;
}
@media only screen and (max-width: 768px) {
  .dest-cta-wrapper .dest-cta-inner h2 {
    font-size: 16px !important;
  }
}
.dest-cta-wrapper .dest-cta-inner p {
  color: #cdcdcd;
  padding-bottom: 20px;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  margin: 20px 0;
  font-weight: 600;
}
@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;
}

.airports-main-search {
  margin-top: 20px;
}

.airports-main-tab-item-search {
  margin-top: 25px;
}/*# sourceMappingURL=archive-sj-airports.css.map */