@font-face {
    font-family: 'Sans';
    font-display: auto;
}

/* Body */
body {
  font-family: 'Open Sans', sans-serif;
  color: #343642;
}

p {
  font-size: 14px;
  line-height: 28px;
}

a {
  transition: 0.3s all 0s ease;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  color: #1d1f5a;
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

.light-section {
  background-color: #f9f9f9;
}

.dark-section {
  background-color: #1d1f5a;
}

.orange-section {
  background-color: #f7482d;
}

/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 60px 0 0;
    margin-top: 20px;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

/* Navbar */
.navbar {
  padding: 15px 0;
  border-bottom: 2px solid #f7482d;
}

.navbar > .container {
  max-width: 1200px;
}

/* Content block */
.hero {
  background-size: cover;
  height: 300px;
  position: relative;
}

.citation {
  font-size:60%;
  position:absolute;
  bottom:20px;
  left:20px
}

.citation a {
  text-decoration:None;
  text-transform: uppercase;
  letter-spacing:.15em;
  color:#ffffff;
}

.route-detail-page {
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
  margin-top: 0;
  padding: 32px 0 72px;
}

.route-detail-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.route-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 380px);
  gap: 28px;
  margin-bottom: 32px;
}

.route-hero-copy {
  background: #ffffff;
  border: 1px solid #ebeaf2;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(29, 31, 90, 0.08);
  padding: 40px;
}

.route-eyebrow,
.route-card-label,
.route-option-mode,
.route-status-chip {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.route-eyebrow {
  color: #f7482d;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.route-hero h1,
.route-status-card h2,
.route-section h2,
.route-option-card h3,
.route-source-card h3,
.route-faq-item h3 {
  font-weight: 600;
}

.route-hero h1 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 18px;
}

.route-direct-answer,
.route-section-heading p,
.route-best-option p,
.route-status-note,
.route-section-body,
.route-option-card p,
.route-source-card a,
.route-faq-item p {
  font-size: 16px;
  line-height: 1.5;
}

.route-direct-answer {
  max-width: 42rem;
  margin-bottom: 28px;
}

.route-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.route-hero-fact {
  background: #f9f9fc;
  border: 1px solid #ebeaf2;
  border-radius: 14px;
  padding: 16px 18px;
}

.route-hero-fact p {
  margin-bottom: 0;
  color: #1d1f5a;
  font-weight: 600;
}

.route-status-card {
  background: #1d1f5a;
  color: #ffffff;
  border-radius: 20px;
  padding: 28px;
  align-self: stretch;
  box-shadow: 0 18px 44px rgba(29, 31, 90, 0.12);
}

.route-status-card h2,
.route-status-card p {
  color: #ffffff;
}

.route-status-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid #f7482d;
  border-radius: 999px;
  color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 22px;
}

.route-status-note,
.route-section-body {
  margin-bottom: 0;
}

.route-best-option {
  margin-bottom: 24px;
}

.route-section {
  margin-top: 0;
  margin-bottom: 28px;
  padding: 0;
}

.route-section-panel {
  background: #ffffff;
  border: 1px solid #ebeaf2;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(29, 31, 90, 0.06);
  padding: 34px 36px;
}

.route-section-heading {
  margin-bottom: 24px;
}

.route-section-heading h2::after {
  content: "";
  display: block;
  width: 32px;
  border-top: 2px solid #f7482d;
  margin-top: 14px;
}

.route-comparison-table-wrap,
.route-option-card,
.route-source-card,
.route-faq-item {
  background: #ffffff;
  border: 1px solid #f0eff5;
  border-radius: 16px;
}

.route-comparison-table-wrap {
  overflow: hidden;
  overflow-x: auto;
}

.route-comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.route-comparison-table th,
.route-comparison-table td {
  padding: 16px;
  text-align: left;
  vertical-align: top;
}

.route-comparison-table thead th {
  background: #1d1f5a;
  color: #ffffff;
}

.route-comparison-table tbody tr + tr td {
  border-top: 1px solid #ebeaf2;
}

.route-comparison-table tbody td {
  background: #ffffff;
}

.route-option-grid,
.route-source-list,
.route-faq-list {
  display: grid;
  gap: 20px;
}

.route-option-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.route-source-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.route-option-card,
.route-source-card,
.route-faq-item {
  padding: 24px;
}

.route-option-topline,
.route-option-stats,
.route-cluster-link {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.route-option-detail,
.route-option-actions,
.route-cluster-copy p {
  margin-top: 16px;
}

.route-option-card h3,
.route-source-card h3,
.route-faq-item h3,
.route-cluster-copy h3 {
  margin-bottom: 10px;
}

.route-option-stats > div,
.route-source-card,
.route-faq-item,
.route-cluster-copy {
  min-width: 0;
}

.route-cluster-list {
  display: grid;
  gap: 16px;
}

.route-cluster-link {
  align-items: center;
  background: #ffffff;
  border: 1px solid #f0eff5;
  border-radius: 16px;
  color: inherit;
  padding: 20px 24px;
  text-decoration: none;
}

.route-cluster-link:hover,
.route-cluster-link:focus {
  border-color: rgba(247, 72, 45, 0.35);
  box-shadow: 0 12px 30px rgba(29, 31, 90, 0.08);
  text-decoration: none;
}

.route-cluster-copy p {
  color: #4d506f;
  margin-bottom: 0;
}

.route-cluster-state {
  border: 1px solid #d8dae8;
  border-radius: 999px;
  color: #1d1f5a;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  padding: 8px 14px;
}

.route-cluster-state-draft {
  background: #fff7f4;
  border-color: rgba(247, 72, 45, 0.25);
  color: #f7482d;
}

.route-cluster-state-verified {
  background: #f7f8ff;
}

.route-cluster-state-needs-review {
  background: #f5f5f5;
}

.route-link {
  color: #f7482d;
  font-weight: 600;
}

.route-link:hover,
.route-link:focus {
  color: #f7482d;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .route-hero {
    grid-template-columns: 1fr;
  }

  .route-hero-copy,
  .route-status-card,
  .route-section-panel {
    padding: 28px;
  }

  .route-hero-facts {
    grid-template-columns: 1fr;
  }

  .route-option-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .route-detail-page {
    padding: 20px 0 48px;
  }

  .route-detail-shell {
    padding: 0 14px;
  }

  .route-hero h1 {
    font-size: 32px;
  }

  .route-comparison-table th,
  .route-comparison-table td {
    padding: 12px;
  }

  .route-option-topline,
  .route-option-stats,
  .route-cluster-link {
    flex-direction: column;
  }

  .route-hero-copy,
  .route-status-card,
  .route-section-panel,
  .route-option-card,
  .route-source-card,
  .route-faq-item {
    padding: 20px;
  }

  .route-section-heading {
    margin-bottom: 18px;
  }
}
.trip-header .trip-info p.from {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  margin-bottom: 0;
  color: #1d1f5a;
}

.trip-header .trip-info p {
  margin-bottom: 0;
}

.trip-header .trip-info p.to {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  line-height: 60px;
  color: #1d1f5a;
}

.trip-summary {
  display: inline-block;
  float: right;
}

.trip-summary > div {
  display: inline-block;
  text-align: center;
  padding: 20px;
}

.trip-summary > div > div {
  margin-bottom: 10px;
}

.trip-summary .icon img {
  height: 20px;
}

.trip-summary .label {
  color: #9394a8;
  font-size: 14px;
}

.trip-summary .price {
  color: #1d1f5a;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.insider-tips {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .trip-summary {
    float: unset;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    border: 1px solid #eee;
    text-align: center;
  }

  .trip-summary > div {
    display: table;
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .trip-section .top-trips > div {
    display: table-cell;
  }

  .trip-section .top-trips .icon {
    width: 10%;
  }

  .trip-section .top-trips .label {
    width: 40%;
    text-align: left;
    padding-left: 10px;
  }

  .trip-section .top-trips .price {
    width: 40%;
    text-align: right;
    font-size: 14px;
  }
}

.trip-section > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

@media (max-width: 768px) {
  .trip-info {
    padding: 20px 10px;
  }

  .trip-section > div {
    padding: 20px 10px;
  }

  .trip-header > div {
    padding: 10px 0 0 0;
  }
}

.trip-section h1::after {
  content: '';
  display: block;
  margin: 20px 0;
  border: 1px solid #f7482d;
  width: 30px;
  font-weight: bold;
}

.trip-options-card {
  display: table;
  background: white;
  border: 1px solid #eee;
  padding: 0 10px;
  margin-bottom: 20px;
  width: 100%;
}

.trip-options-card .main-info {
  border-right: 1px solid #eee;
  width: 40%;
}

.trip-options-card .location {
  width: 40%;
}

.trip-options-card .main-info > div {
  display: table-cell;
  vertical-align: middle;
}

.trip-options-card .location > div,
.trip-options-card .cta > div {
  display: table-cell;
}

.trip-options-card > div {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px;
}

.trip-options-card .icon {
  width: 1%;
  padding-right: 20px;
}

.trip-options-card .icon img {
  width: 50px;
}

.trip-options-card .tags {
  display: table;
}

.trip-options-card .tags > div {
  display: table-cell;
  font-size: 11px;
  font-weight: bold;
  padding-right: 10px;
  vertical-align: middle;
}

.trip-options-card .tag img {
  height: 13px;
}

.trip-options-card .tag.tag-fastest {
  color:#e33737;
}

.trip-options-card .tag.tag-cheapest{
  color:#36b01a;
}

.trip-options-card .tag.tag-recommended {
  color:#1b3ad3;
}

.trip-options-card .type-info .type {
  font-weight: 700;
  margin-right: 5px;
  font-size: 16px;
}

.trip-options-card .type-info .sub-type-info {
  font-size: 12px;
}

.trip-options-card .type-info .time {
  font-weight: 700;
}

.trip-options-card .type-info .frequency {
  color: #989898;
}

.trip-options-card .type-info .frequency::before {
  content: "\00b7";
  padding-right: 5px;
}

.trip-options-card .vendor-info .name {
  font-size: 14px;
}

.trip-options-card .vendor-info img {
  height: 18px;
}

.trip-options-card .info {
  width: 20%;
  padding-left: 20px;
  vertical-align: top;
}

.trip-options-card .price {
  width: 15%;
  text-align: right;
   vertical-align: middle;
}

.trip-options-card .action {
  width: 1%;
}

.trip-options-card .info .label {
  color: #989898;
  font-size: 12px;
}

.trip-options-card .info .desc {
  font-weight: 600;
  font-size: 14px;
}

.trip-options-card .price .label {
  text-transform: uppercase;
  color: #36b01a;
  font-weight: 700;
}

.trip-options-card .action a {
  background: url("/static/images/arrow_right.9671c5c85c0d.svg") no-repeat right center;
  background-size: 15px;
  height: 50px;
  width: 30px;
  display: block;
}

.trip-section.map > div {
  max-width: unset;
}

@media (max-width: 768px) {
  .trip-options-card {
    padding: 0;
  }

  .trip-options-card > div {
    display: block;
    padding: 0 10px;
  }

  .trip-options-card .main-info {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 20px;
  }

  .trip-options-card .location {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 20px;
  }

  .trip-options-card .location > div:first-child {
    padding-right: 10px;
  }

  .trip-options-card .location > div:last-child {
    padding-left: 10px;
  }

  .trip-options-card .info {
    width: 50%;
    padding-left: 0;
    vertical-align: top;
  }

  .trip-options-card .cta > div {
    vertical-align: middle;
  }
}

.accordion .btn {
  font-size: 14px;
  color: #333333;
  width: 100%;
  text-align: left;
  padding: 20px 40px 20px 20px;
  background: url("/static/images/arrow_up_active.cd4e4b032cb9.svg") no-repeat right 20px center;
  background-size: 10px;
  display: block;
  white-space: unset;
}

.accordion .btn img {
  margin-right: 10px;
  margin-top: -5px;
  width: 25px;
}

@media (max-width: 768px) {
  .accordion {
    margin-bottom: 30px;
  }
}

.accordion .btn.collapsed {
  background: url("/static/images/arrow_down.a71b15f00b7f.svg") no-repeat right 20px center;
  background-size: 10px;
}

.accordion h2 {
  font-family: 'Open Sans', sans-serif;
}

.accordion .card {
  border: none;
}

.accordion .card-header {
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
  padding: 0;
}

.accordion .btn:hover,
.accordion .btn:active,
.accordion .btn:focus {
  text-decoration: none;
}

.accordion .btn:hover {
  color: #f7482d;
}

.accordion .card-body {
  font-size: 14px;
  padding: 20px;
  border-bottom: 2px solid #eee;
  background-color: #fbfbfb;
}

.trip-section ul {
  padding: 0;
  margin-left: 20px;
}

.trip-section ul li {
  font-size: 14px;
  margin-bottom: 20px;
  color: #333333;
}

.trip-section ul li a {
  color: inherit;
}

.trip-section ul li a:hover {
  color: #f7482d;
}

footer {
  background-color: #1d1f5a;
  color: #ffffff;
}

footer > div {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
}

footer .logo {
  width: 150px;
  margin-bottom: 30px;
}

footer p {
  color: #b2b2b2;
}

footer ul {
  padding: 0;
}

footer ul li {
  color: white;
  display: inline;
  margin-right: 20px;
  font-size: 14px;
  text-align: center;
}

footer ul > li:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  footer > div {
    padding: 20px;
  }
}

.airport-banner {
  display: table;
  width: 100%;
  background-color: #1d1f5a;
  padding: 50px 0;
  background: url("/static/images/airport.14129810614f.jpg") no-repeat center center;
  background-size: cover;
}

.airport-banner > div {
  display: table-cell;
  vertical-align: middle;
  max-width: 1200px;
  margin: 0 auto;
}

.airport-banner .text {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
  color: #ffffff;
}

.airport-banner .content h1 {
  color: #ffffff;
}

.airport-banner .content p {
  font-size: 16px;
  color: #bbbcc8;
}

.airport-banner .content h1::after {
  content: '';
  display: block;
  margin: 20px 0;
  border: 1px solid #f7482d;
  width: 30px;
  font-weight: bold;
}

.airport-section > div {
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
}

.airport-section h1::after {
  content: '';
  display: block;
  margin: 20px 0;
  border: 1px solid #f7482d;
  width: 30px;
  font-weight: bold;
}

.social-links {
  margin-bottom: 30px;
}

.social-links a {
  -webkit-box-shadow: 0px 0px 0px 1px #bbb inset;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  margin-right: 5px;
}

.social-links a:hover {
  box-shadow: 0px 0px 0px 1px #777 inset;
  transition: 0.3s all 0s ease;
}

.social-links img {
  height: 13px;
  width: 13px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 4px;
}

.airport-section-map h3 {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 20px;
  text-align: center;
  color: #1d1f5a;
}

.airport-section-map h3::after {
  content: '';
  display: block;
  margin: 20px auto 10px auto;
  border: 1px solid #f7482d;
  width: 30px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .airport-banner {
    padding: 20px;
  }

  .airport-banner .content h1 {
    font-size: 32px;
  }

  .airport-banner .content p {
    font-size: 14px;
  }

  .airport-section > div {
    padding: 20px 0;
  }

  .airport-section-map h3 {
    padding: 20px 0;
  }

  .airport-section .accordion {
    margin-bottom: 0;
  }
}

.home-main-banner {
  width: 100%;
  background: linear-gradient(90deg, rgba(29, 31, 90, 0.68), rgba(29, 31, 90, 0.28)), url("/static/images/airport.14129810614f.jpg") no-repeat left center;
  background-size: cover;
  padding: 84px 20px 72px;
}

.home-main-banner .content,
.home .section > div {
  max-width: 1200px;
  margin: auto;
}

.home-hero-copy {
  max-width: none;
}

.home-eyebrow {
  color: #f7482d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.home-main-banner h1 {
  color: white;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.08;
  margin-bottom: 20px;
  text-shadow: 0 0 20px rgba(0,0,0,0.55);
}

.home-main-banner h1::after {
  content: '';
  display: block;
  margin: 20px 0 0;
  border: 1px solid #f7482d;
  width: 30px;
}

.home-main-banner p {
  color: white;
  font-size: 17px;
  line-height: 1.7;
  max-width: 640px;
  text-shadow: 0 0 10px rgba(0,0,0,0.45);
}

.home .section {
  display: block;
  padding: 52px 20px;
}

.home-section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.home-section-heading h1,
.home-proof-section h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
}

.home-section-heading h1::after,
.home-proof-section h1::after {
  content: '';
  display: block;
  margin: 18px 0 0;
  border: 1px solid #f7482d;
  width: 30px;
}

.home-section-heading p:not(.home-eyebrow) {
  color: #606275;
  font-size: 15px;
  line-height: 1.7;
}

.home-decision-grid,
.home-route-grid {
  display: grid;
  gap: 18px;
}

.home-decision-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-decision-card,
.home-route-card {
  background: #ffffff;
  border: 1px solid #e8e8ef;
  border-radius: 8px;
}

.home-decision-card {
  padding: 22px;
}

.home-decision-card h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
}

.home-decision-card p,
.home-route-card span,
.home-proof-list p {
  color: #606275;
  font-size: 14px;
  line-height: 1.65;
}

.home-route-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-route-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 18px;
}

.home-route-card:hover {
  border-color: #f7482d;
  box-shadow: 0 14px 32px rgba(29, 31, 90, 0.08);
}

.home-route-card strong {
  color: #1d1f5a;
  display: block;
  font-size: 18px;
  line-height: 1.35;
  margin: 14px 0 10px;
}

.home-route-card .home-route-signal {
  color: #f7482d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-proof-list {
  border-left: 3px solid #f7482d;
  padding-left: 24px;
}

.home-proof-list p {
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .home-decision-grid,
  .home-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-main-banner {
    padding: 42px 20px;
  }

  .home-main-banner h1 {
    font-size: 34px;
  }

  .home .section {
    padding: 32px 20px;
  }

  .home-section-heading h1,
  .home-proof-section h1 {
    font-size: 28px;
  }

  .home-decision-grid,
  .home-route-grid {
    grid-template-columns: 1fr;
  }

  .home-route-card {
    min-height: 0;
  }

  .airport-section #map {
    margin-bottom: 20px;
  }
}

.airport-section .media img {
  width: 25px;
}

.airport-section .media h5 {
  font-size: 18px;
  font-weight: bold;
}

.airport-section .media p {
  margin-bottom: 0;
}

.services-media-list > .media {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px solid #eee;
  background-color: white;
}

.services-media-list > .media:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.airport-section.map h3 {
  margin-bottom: 30px;
}

.airport-banner .content p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .services-media-list > .media {
    padding: 10px;
  }

  .airport-banner {
    padding: 15px;
  }

  .airport-banner .text {
    padding: 0;
  }
}
