.trip {
  padding-left: 1.125rem;
  padding-right: 1.5rem;
  border-left: 4px solid rgba(254, 185, 99, 0.5);
  color: white;
}
.trip__badge {
  margin-bottom: 0.5rem;
}
.trip__badge span {
  display: inline-block;
  padding: 6px 5px 4px;
  color: white;
  font-size: 0.64rem;
  letter-spacing: 2%;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid white;
}
.trip__badge span.Skiing {
  background-color: #0077b2;
}
.trip__badge span.Stay_Local {
  background-color: #09814a;
}
.trip__badge span.Road_Trip {
  color: #1a3a51;
  background-color: #feb963;
}
.trip__title {
  margin-bottom: 0;
}
.trip__title a, .trip__title a:visited {
  color: white;
  text-decoration: none;
}
.trip__title a:hover {
  color: white;
  text-decoration: underline;
}
.trip__meta {
  font-size: 0.889rem;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}
.trip__meta span:not(:last-child) {
  position: relative;
}
.trip__meta span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.75rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="14"><path d="M2.963 13.961L9.372 0H6.909L.5 13.961h2.463zm8.79 0L18.162 0H15.7L9.29 13.961h2.463z" fill="%23feb963"/></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="14"><path d="M2.963 13.961L9.372 0H6.909L.5 13.961h2.463zm8.79 0L18.162 0H15.7L9.29 13.961h2.463z" fill="%23feb963"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.trip__meta span:last-child {
  margin-left: 2.25rem;
}

.recation-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .recation-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (max-width: 575.98px) {
  .recation-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.overlap-top {
  margin-top: -56px;
  padding-top: 136px;
}
@media (max-width: 767.98px) {
  .overlap-top {
    margin-top: 0;
  }
}

.edNews_loadMoreTrigger .actionTextContainer,
.edNews_loadMoreTrigger .loadingOverlay {
  display: none !important;
}

.rec-nav {
  margin: 0;
}
@media (min-width: 768px) {
  .rec-nav {
    padding-left: 1rem;
  }
}
.rec-nav li {
  margin-bottom: 1.5rem;
}
.rec-nav li:last-child {
  margin-bottom: 0;
}
.rec-nav .btn-link {
  position: relative;
  bottom: 1px;
  font-size: 1.40625rem;
}
.rec-nav .number {
  font-family: "Teko", sans-serif;
  font-size: 2.197125rem;
  font-weight: 600;
  line-height: 1;
  color: #1a3a51;
}
.rec-nav .number::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  background-color: #94311b;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="14"><path d="M2.963 13.961L9.372 0H6.909L.5 13.961h2.463zm8.79 0L18.162 0H15.7L9.29 13.961h2.463z" fill="%23feb963"/></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="14"><path d="M2.963 13.961L9.372 0H6.909L.5 13.961h2.463zm8.79 0L18.162 0H15.7L9.29 13.961h2.463z" fill="%23feb963"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
