/* airplane popup */
.modal-footer:after, .modal-footer:before {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-dialog-pricing .modal-content button.close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.modal-dialog-pricing .modal-content .modal-header {
  background-color: #f6fafc;
}

.modal-dialog-pricing .modal-content .modal-body {
  min-height: 250px;
  background-color: #f6fafc;
}

@media screen and (min-width: 768px) {
  .modal-dialog-pricing {
    width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .modal-dialog-pricing {
    width: 950px;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.page-template-page-pricing p, .page-template-page-pricing button, .page-template-page-pricing input {
  font-family: "Raleway", sans-serif;
}

.modal-dialog-pricing input[type=text], .modal-dialog-pricing textarea {
  height: 35px;
  border-radius: 6px;
  line-height: normal;
  color: #777;
  font-size: 14px;
  font-family: "Open Sans", arial;
  box-sizing: border-box;
  padding: 0 13px;
  display: inline-block;
  outline: none;
  border: 1px solid #ccc;
  font-weight: 300;
  transition-property: color, background-color, border;
  box-shadow: #a9a9a9 0 3px 6px inset;
}

section.plan-options-results input {
  height: 60px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 25px 14px 5px;
  border-radius: 3px;
  border: none;
  color: #272727;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 11px;
}

.modal-dialog-pricing .modal-content p {
  font-family: "Raleway", sans-serif;
}

.modal-dialog-pricing .modal-content button.close {
  position: absolute;
  right: 15px;
  top: 10px;
}

.modal-dialog-pricing .modal-content .modal-header p {
  font-weight: bold;
  color: #cdd2da;
  text-transform: uppercase;
}

.modal-dialog-pricing .modal-content .modal-body p {
  width: 50%;
  float: left;
  margin: 0;
  margin-bottom: 10px;
}

.modal-dialog-pricing .modal-content .modal-body p input, .modal-dialog-pricing .modal-content .modal-body p.message textarea {
  width: 100%;
  height: 55px;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 14px 10px;
  border: none;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 11px;
}

.modal-dialog-pricing .modal-content .modal-body p.message {
  width: 100%;
  margin-bottom: 0;
  padding-left: 10px;
}

.modal-dialog-pricing .modal-content .modal-body p.message textarea {
  height: 150px;
}

.modal-dialog-pricing .modal-content .modal-body p.phone {
  padding-left: 10px;
}

.modal-dialog-pricing .modal-content .modal-body p.first_name, .modal-dialog-pricing .modal-content .modal-body p.last_name, .modal-dialog-pricing .modal-content .modal-body p.email, .modal-dialog-pricing .modal-content .modal-body p.phone, .modal-dialog-pricing .modal-content .modal-body p.message {
  position: relative;
}

.modal-dialog-pricing .modal-content .modal-body p.first_name:before, .modal-dialog-pricing .modal-content .modal-body p.last_name:before, .modal-dialog-pricing .modal-content .modal-body p.email:before, .modal-dialog-pricing .modal-content .modal-body p.phone:before, .modal-dialog-pricing .modal-content .modal-body p.message:before {
  position: absolute;
  top: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 14px;
  color: #e47815;
}

.modal-dialog-pricing .modal-content .modal-body p.first_name:before {
  content: "First Name";
}

.modal-dialog-pricing .modal-content .modal-body p.last_name:before {
  content: "Last name";
}

.modal-dialog-pricing .modal-content .modal-body p.phone:before {
  content: "Phone";
}

.modal-dialog-pricing .modal-content .modal-body p.email:before {
  content: "Email";
}

.modal-dialog-pricing .modal-content .modal-body p.message:before {
  content: "Message";
}

@media screen and (min-width: 768px) {
  .modal-dialog-pricing .modal-content .modal-body p {
    width: 25%;
  }
  .modal-dialog-pricing .modal-content .modal-body p.email {
    padding-left: 10px;
  }
}
.modal-dialog-pricing.newrequest-destination .modal-content .modal-body p.email {
  padding-left: 10px;
}

.modal-dialog-pricing.newrequest-destination .modal-content .modal-body p.phone {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog-pricing.newrequest-destination .modal-content .modal-body p.phone {
    padding-left: 10px;
  }
}
.modal-dialog-pricing .modal-header {
  background-color: #f6fafc;
}

.modal-dialog-pricing .modal-header p {
  font-weight: bold;
  text-transform: uppercase;
  color: #cdd2da;
}

.modal-dialog-pricing .modal-body {
  min-height: 250px;
  background-color: #f6fafc;
}

.modal-dialog-pricing .modal-body p {
  width: 50%;
  float: left;
  margin: 0;
  margin-bottom: 10px;
  padding-left: 10px;
}

.modal-dialog-pricing .modal-body p input, .modal-dialog-pricing .modal-body p.message textarea {
  width: 100%;
  height: auto;
  padding: 20px 14px 13px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  border: none;
  color: #272727;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 11px;
  background-color: #fff;
}

.modal-dialog-pricing .modal-body p.message {
  width: 100%;
}

.modal-dialog-pricing .modal-body p.first_name, .modal-dialog-pricing .modal-body p.last_name, .modal-dialog-pricing .modal-body p.email, .modal-dialog-pricing .modal-body p.phone, .modal-dialog-pricing .modal-body p.message {
  position: relative;
}

.modal-dialog-pricing .modal-body p.first_name::before, .modal-dialog-pricing .modal-body p.last_name::before, .modal-dialog-pricing .modal-body p.email::before, .modal-dialog-pricing .modal-body p.phone::before, .modal-dialog-pricing .modal-body p.message::before {
  position: absolute;
  top: 5px;
  font-weight: bold;
  font-size: 11px;
  padding-left: 14px;
  text-transform: uppercase;
  color: #e47815;
}

.modal-dialog-pricing .modal-body p.phone:before {
  content: "Phone";
}

.modal-dialog-pricing .modal-body p.email:before {
  content: "Email";
}

.modal-dialog-pricing .modal-body p.message:before {
  content: "Message";
}

.modal-dialog-pricing .modal-body p:nth-child(odd), .modal-dialog-pricing .modal-body p.message {
  padding-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog-pricing .modal-body p {
    width: 25%;
  }
  .modal-dialog-pricing .modal-body p:nth-child(odd), .modal-dialog-pricing .modal-body p.message {
    padding-left: 10px;
  }
}
.modal-content .modal-title {
  font-size: 30px;
  font-weight: bold;
}

.modal-dialog-pricing .modal-title {
  font-size: 40px;
  font-family: "Libre Baskerville", sans-serif;
  color: #22434d;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .modal-dialog-pricing .modal-body {
    padding-left: 5px;
  }
}
div.modal-content button.close {
  background: transparent;
  border: none;
  box-shadow: none;
  color: gray;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: color 0.3s ease;
  font-size: 40px;
  padding: 0;
  margin: 0;
}

div.modal-content button.close:hover, div.modal-content button.close:focus, div.modal-content button.close:active {
  color: #e47815;
  background: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: color 0.3s ease;
  font-size: 40px;
  padding: 0;
  margin: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.page-template-page-pricing button {
  font-family: "Raleway", sans-serif;
}

/* breadcrumb section --------------------------------------------- */
.dest-boxes-inner .dest-boxes-main-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 65px;
  -moz-column-gap: 75px;
  column-gap: 75px;
}

@media only screen and (max-width: 768px) {
  .dest-boxes-inner .dest-boxes-main-inner {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .dest-boxes-inner .dest-boxes-main-inner {
    grid-template-columns: 1fr;
  }
}
.dest-boxes-inner .dest-boxes-main-inner .dest-boxes-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 200px;
  row-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  justify-self: end;
}
@media (min-width: 768px) and (max-width: 992px) {
  .dest-boxes-inner .dest-boxes-main-inner .dest-boxes-items {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .dest-boxes-inner .dest-boxes-main-inner .dest-boxes-items {
    justify-self: center;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.dest-boxes-inner .dest-boxes-main-inner .dest-boxes-items .dest-boxes-item {
  border: 2px solid #24434d;
  border-radius: 4px;
  padding: 10px;
  min-width: 216px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(228, 120, 19, 0.04);
}

.dest-boxes-inner .dest-boxes-main-inner .dest-boxes-items .dest-boxes-item .dest-boxes-item-value {
  font-family: "Libre Baskerville", sans-serif !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #24434d;
  padding-bottom: 10px;
}

.dest-boxes-inner .dest-boxes-main-inner .dest-boxes-items .dest-boxes-itemf .dest-boxes-item-value span {
  font-family: "Libre Baskerville";
}

.dest-boxes-inner .dest-boxes-main-inner .dest-boxes-items .dest-boxes-item .dest-boxes-item-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #24434d;
}

.dest-boxes-inner .dest-boxes-main-inner .dest-boxes-content {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .dest-boxes-inner .dest-boxes-main-inner .dest-boxes-content {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.dest-boxes-content .entry-content h3 {
  padding-top: 0 !important;
}

.dest-boxes-item {
  position: relative;
}
.dest-boxes-item .dest-boxes-item-value {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.dest-boxes-item .dest-boxes-item-label {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  padding: 0 10px;
}

.route-search-wrapper {
  background-color: #f6fafc;
  padding: 50px 0;
  margin: 80px 0;
}
.route-search-wrapper form {
  display: flex;
  justify-content: center;
}
.route-search-wrapper form .travel-destination__field-wrap {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 8px;
  background-color: white;
  width: 750px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .route-search-wrapper form .travel-destination__field-wrap {
    border: unset;
    background-color: unset;
    width: unset;
    flex-direction: column;
    width: 100%;
  }
}
.route-search-wrapper form .travel-destination__field-wrap div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .route-search-wrapper form .travel-destination__field-wrap div {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 8px;
    background-color: white;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}
.route-search-wrapper form .travel-destination__field-wrap div label {
  color: #E47813 !important;
  position: absolute;
}
.route-search-wrapper form .travel-destination__field-wrap div input {
  border: none;
  padding-left: 0;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.route-search-wrapper form .travel-destination__field-wrap div input:focus {
  outline: none;
}
.route-search-wrapper form .travel-destination__field-wrap .btn.btn-quote {
  border-radius: 4px !important;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .route-search-wrapper form .travel-destination__field-wrap .btn.btn-quote {
    width: unset;
    padding: 0 20px;
  }
}

.route-search-title {
  width: 750px;
  display: flex;
  justify-content: center;
  padding-left: 80px;
}
@media only screen and (max-width: 768px) {
  .route-search-title {
    padding-left: 10px !important;
    width: unset;
    justify-content: unset;
  }
}
.route-search-title h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #7D7D7D;
}

.routes-slider-title {
  text-align: left;
  border-bottom: 1px solid #ADADAD;
}
.routes-slider-title h2 {
  padding-bottom: 5px;
}

.related-destinations__image-text-wrap {
  max-width: 332px;
  height: 160px;
}
.related-destinations__image-text-wrap img {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
}
.related-destinations__image-text-wrap p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  text-align: left;
  z-index: 3;
}
.related-destinations__image-text-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.related-destinations__image-text-wrap a::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.33);
  z-index: 2;
}

/* the slides */
.slick-slide {
  margin: 0 8px;
}

/* the parent */
.slick-list {
  margin: 0 -8px;
}

.slick-track {
  padding-top: 33px;
}

.slick-dots-container {
  width: 5.5rem;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0.625rem auto;
  height: 0.875rem;
  position: relative;
}

.slick-dots-container > ul {
  padding: 0;
  display: flex;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;
  height: 100%;
}

.slick-dots-container > ul li {
  margin: 0 0.25rem;
  background-color: #efd5d5;
  border: none;
  width: 0.625rem;
  min-width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots-container > ul li button {
  line-height: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots-container > ul li.p-small-1,
.slick-dots-container > ul li.n-small-1 {
  transform: scale(0.8);
}

.slick-dots-container > ul li.slick-active {
  transform: scale(1.3);
  transform-origin: center;
  background: #3498db;
}

.slick-dots li button:before {
  display: none;
}

.related-destinations-wrap-dots {
  width: 100%;
  padding: 25px 0 25px 0;
  margin: 0 auto;
}
.related-destinations-wrap-dots .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
.related-destinations-wrap-dots .slick-dots li {
  display: none;
  padding: 0 8px;
}
.related-destinations-wrap-dots .slick-dots li button {
  width: 22px;
  text-align: center;
  background: transparent;
  border: none;
  color: #898989;
  font-weight: 500;
  font-family: "Raleway", serif;
  font-size: 16px;
}
.related-destinations-wrap-dots .slick-dots .slick-active {
  display: block;
}
.related-destinations-wrap-dots .slick-dots .slick-active button {
  color: #24434D !important;
  font-weight: 600;
}

.slick-arrow {
  cursor: pointer;
}

.active {
  display: block !important;
}

.domestic-destination__btn-see-more,
.international-destination__btn-see-more {
  position: relative;
}
.domestic-destination__btn-see-more::after,
.international-destination__btn-see-more::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ADADAD;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .domestic-destination__btn-see-more::after,
  .international-destination__btn-see-more::after {
    display: none;
  }
}
.domestic-destination__btn-see-more a,
.international-destination__btn-see-more a {
  padding: 0 !important;
  box-shadow: unset !important;
  border-radius: 4px !important;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .domestic-destination__btn-see-more a,
  .international-destination__btn-see-more a {
    height: unset !important;
    width: unset !important;
  }
}
.domestic-destination__btn-see-more a button,
.international-destination__btn-see-more a button {
  padding: 5px 20px !important;
  background-color: white !important;
  color: black !important;
  border-radius: 4px !important;
  box-shadow: unset !important;
}
@media only screen and (max-width: 1200px) {
  .domestic-destination__btn-see-more a button,
  .international-destination__btn-see-more a button {
    padding: 5px 20px !important;
    height: unset !important;
    width: unset !important;
  }
}

.routes-slider-wrapper {
  padding: 30px 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;
  margin-top: 70px;
}

.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, h4, h5 {
  text-align: left;
  font-family: "Raleway", sans-serif;
}

.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 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 h1,
h2,
h3,
h5,
h6 {
  margin: 0;
  padding-bottom: 20px;
}

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

.pricing-acc-title {
  font-size: 20px;
  font-weight: 600;
}

.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;
}

.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;
}

@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;
}

/* CTA  --------------------------------------------- */
.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 {
  color: white;
}
.dest-cta-wrapper .dest-cta-inner p {
  color: white;
  padding-bottom: 20px;
}
.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;
}

.related-destinations-wrapper {
  position: relative;
}

.related-destinations-wrapper .slick-arrows-custom {
  width: 100%;
  list-style: none;
  max-width: 200px;
  margin: auto;
  position: relative;
}

.related-destinations-wrapper .slick-arrows-custom .prevdomestic,
.related-destinations-wrapper .slick-arrows-custom .previnternational,
.related-destinations-wrapper .slick-arrows-custom .prevpopular {
  position: absolute;
  top: 27px;
  left: 0;
}

.related-destinations-wrapper .slick-arrows-custom .nextdomestic,
.related-destinations-wrapper .slick-arrows-custom .nextinternational,
.related-destinations-wrapper .slick-arrows-custom .nextpopular {
  position: absolute;
  top: 27px;
  right: 0;
}

.entry-content a {
  color: #e47813;
}/*# sourceMappingURL=archive-sj-routes.css.map */