.trip-planner .hero-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  height: 400px;
  background-position: top center;
}
.trip-planner .hero-text {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.trip-planner .hero-text h1 {
  text-transform: uppercase;
  color: #F1C400;
  font-family: "korolev", sans-serif;
  font-size: 125px;
  line-height: 48px;
  position: relative;
  z-index: 100;
  letter-spacing: 10px;
  margin-top:60px;
}
.trip-planner .four-column-grid {
  margin-bottom: 0;
}
.trip-planner .black-gradient {
  background: linear-gradient(to left, transparent, #000);
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.content-container {
  width: 90%;
  max-width: 1154px;
  margin-right: auto;
  margin-left: auto;
}
.trip-wrapper h2,
.trip-wrapper h3 {
  text-transform: none;
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  text-align: left;
}
.icon-h2 {
  text-transform: capitalize !important;
  padding-left: 40px;
  font-size: 60px;
  line-height: 85px;
  margin: 0;
}

.flex,
.flex-row {
  display: flex;
}
.half {
  width: 50%;
}

.justify-start {
  justify-content: flex-start;
}
.flex-start {
  align-items: flex-start;
}
.acenter {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

.right-text {
  max-width: 390px;
  margin: auto;
}

.trip-wrapper .blue-heading-block-tall {
  padding: 25px 0;
  color: white;
}
.pad {
  padding: 50px 0;
}

.category {
  width: 23%;
  display: flex;
  margin: 10px;
  flex-direction: column;
  align-items: center;
  background-color: #F6FCFE;
  text-decoration: none;
  padding: 50px 25px;
  cursor: pointer;
  height: 260px;
}
.category p {
  color: #000;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  font-family: "korolev", sans-serif;
  margin: 30px 0;
}
.category.selected {
  background-color: #F1C400;
}
.category.selected p {
  color: white;
}
.trip-loading {
  position: absolute;
}
.loading-container {
  opacity: 0.1;
  pointer-events: none;
}
.padtop {
  padding-top: 88px;
}

.member-card {
  width: 23%;
  display: flex;
  margin: 10px;
  flex-direction: column;
  background-color: #F6FCFE;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  font-weight: bold;
}
.member-card div {
  padding: 18px 10px;
}
.member-card div p {
  margin: 0;
}
.member-card.subselect div {
  background-color: #F1C400;
}
.member-card.subselect div p {
  color: white;
}

.space {
  margin: 50px auto !important;
}

.padb {
  margin-bottom: 100px;
}
.tleft {
  text-align: left !important;
}
.minheight {
  min-height: 50vh;
}
.minheight .loading {
  margin: 25px auto;
}

.blue-header {
  background-color: #F1C400;
  text-align: left;
  padding: 10px 0;
}
.main-wrapper {
  width: 90%;
  max-width: 1154px;
  margin-right: auto;
  margin-left: auto;
  color: white;
}
.result-item {
  width: 23%;
  margin: 50px 1%;
  text-align: left !important;
}
.result-item img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  background: #f1f1f1;
}
.result-item h6 {
  text-transform: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  font-family: "korolev", sans-serif;
  color: #000;
}

.blue-pillar {
  margin-left: 10px;
  padding-right: 10px;
  border-right: 2px solid white;
  cursor: pointer;
}
.blue-pillar:last-child {
  border-right: none;
}
.trip-pagination ul {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
.trip-pagination li {
  list-style-type: none;
  text-decoration: none;
}
.trip-pagination li.disabled,
.trip-pagination li.next,
.trip-pagination li.previous {
  display: none;
}
.trip-pagination li.selected {
  color: #F1C400;
}
.trip-pagination li a {
  cursor: pointer;
  text-decoration: none;
  border-right: 1px solid #a1a1a1;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}
.trip-pagination li:nth-last-child(2) a {
  border-right: none;
}
.filter {
  color: #F1C400;
  margin: 10px 0 -37px 10px;
}
.marg {
  display: inline-block;
  margin: 0px 3px !important;
  font-size: 20px;
}
.icon {
  display: block;
  width: 55px;
  height: 55px;
}
@media (max-width: 900px) {
  .flex {
    flex-direction: column;
  }
  .result-item,
  .member-card,
  .category,
  .half {
    width: 45%;
    margin: 10px 2%;
  }
  #tripresults .result-item {
    width: 96%;
    margin: 10px 2%;
    color: gray;
  }
  .half:first-child {
    order: 2;
  }
  .trip-wrapper h2,
  .trip-wrapper h3 {
    text-transform: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
  }
  .icon {
    margin-left: 5px;
    width: 25px;
    height: 25px;
  }
  .icon-h2 {
    padding-left: 40px;
  }
  .filter {
    margin: 5px;
  }
  .blue-pillar {
    border-right: 0;
  }
  .marg {
    width: 100%;
    display: block;
    margin: 10px 3px !important;
  }
}

.blue-button {
  text-decoration: none;
  max-width: 255px;
  display: inline-block;
  font-size: 12px;
  color: white;
  background-color: #F1C400;
  padding: 10px;
}

.yellow-button1 {
  color: white !important;
  text-decoration: none;
}

.phone-link,
.web-link {
  display: block;
  color: #F1C400;
  text-decoration: none;
  background-image: url("/themes/custom/dsj/images/web-icon.svg");
  background-size: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 3px 0 3px 25px;
}
.phone-link {
  background-image: url("/themes/custom/dsj/images/tel-icon.svg");
  background-size: 20px;
}

/**
 * Smooth scrolling on the whole document
 */
html {
  scroll-behavior: smooth;
}

/* Former smoothy hero: Korolev Bold retune */
.trip-planner .hero-text h1 { font-size: 60px; line-height: 1.05; font-weight: 700; } /* was 125px/48px */
