﻿@charset "UTF-8";
.koa-yellow-font {
  color: #ffd100;
}

.koa-yellow-bg {
  background-color: #ffd100;
}

.koa-gold-bg {
  background-color: #ffb500;
}

.koa-red-font {
  color: #e4002b;
}

.button.koa-red-bg, .button-small.koa-red-bg {
  background: #e4002b;
}
.button.koa-red-bg:hover, .button-small.koa-red-bg:hover {
  background: rgb(177, 0, 33.3815789474);
  color: #fff;
  text-decoration: none;
}
.button.koa-red-bg:active, .button.koa-red-bg:focus, .button-small.koa-red-bg:active, .button-small.koa-red-bg:focus {
  background: rgb(75, 0, 14.1447368421);
  color: #fff;
  text-decoration: none;
}

.button.koa-blue-bg, .button-small.koa-blue-bg, .button-small-left.koa-blue-bg {
  background: #0072ce;
}
.button.koa-blue-bg:hover, .button-small.koa-blue-bg:hover, .button-small-left.koa-blue-bg:hover {
  background: rgb(0, 85.7766990291, 155);
  color: #fff;
  text-decoration: none;
}
.button.koa-blue-bg:active, .button.koa-blue-bg:focus, .button-small.koa-blue-bg:active, .button-small.koa-blue-bg:focus, .button-small-left.koa-blue-bg:active, .button-small-left.koa-blue-bg:focus {
  background: rgb(0, 29.3300970874, 53);
  color: #fff;
  text-decoration: none;
}
.button.koa-yellow-bg, .button-small.koa-yellow-bg, .button-small-left.koa-yellow-bg {
  background: #ffd100;
}
.button.koa-yellow-bg:hover, .button-small.koa-yellow-bg:hover, .button-small-left.koa-yellow-bg:hover {
  background: rgb(204, 167.2, 0);
  color: #fff;
  text-decoration: none;
}
.button.koa-yellow-bg:active, .button.koa-yellow-bg:focus, .button-small.koa-yellow-bg:active, .button-small.koa-yellow-bg:focus, .button-small-left.koa-yellow-bg:active, .button-small-left.koa-yellow-bg:focus {
  background: rgb(102, 83.6, 0);
  color: #fff;
  text-decoration: none;
}

@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}
@-moz-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}
@-o-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}
@keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}
@-webkit-keyframes bouncedown {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(3px);
  }
}
@-moz-keyframes bouncedown {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(3px);
  }
}
@-o-keyframes bouncedown {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(3px);
  }
}
@keyframes bouncedown {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(3px);
  }
}
.form-control, .btn {
  border-radius: 0px;
}

.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
}

.w-20 {
  width: 20% !important;
}

.events .card, .hot-deals .card {
  border: 0px none;
  border-radius: 0px;
}
.events .card-img-top, .hot-deals .card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.input-group-text {
  border-radius: 0px;
}

.card.blog-listing {
  border: 0px none;
}

.card-img {
  border-radius: 0px;
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1100px;
  }
}
.slick-list {
  padding-top: 26px;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  border-radius: 0;
}

.bootstrap-datetimepicker-widget table td.day {
  background-color: #ddd;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background-color: transparent;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
}

.btn {
  font-family: "Gibson SemiBold", Arial, sans-serif;
}

.btn-red-font {
  color: #e4002b;
}

.btn-blue-font {
  color: #0072ce;
}

.btn-red-white, .btn-red-white-glyph {
  background-color: #e4002b;
  color: #fff;
}
.btn-red-white:hover, .btn-red-white:focus, .btn-red-white-glyph:hover, .btn-red-white-glyph:focus {
  background-color: #c8102e;
  color: #fff;
  text-decoration: underline !important;
}

.btn-red-white-glyph:after, .btn-blue-white-glyph:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 5px;
  font-size: 10px;
}

.btn-blue-white, .btn-blue-white-glyph {
  background-color: #0072ce;
  color: #fff;
  white-space: normal;
  word-wrap: break-word;
}
.btn-blue-white:hover, .btn-blue-white:focus, .btn-blue-white-glyph:hover, .btn-blue-white-glyph:focus {
  background-color: #00a3e0;
  color: #000;
  text-decoration: underline !important;
}

.btn-add-to-cart, .btn-rates-add-to-cart, .btn-select-site-add-to-cart, .btn-add-to-cart-view-details {
  background: #ffd100 !important;
  color: #000 !important;
  border: 1px solid darkgray !important;
  font-size: 0.9em;
}
.btn-add-to-cart:hover, .btn-rates-add-to-cart:hover, .btn-select-site-add-to-cart:hover, .btn-add-to-cart-view-details:hover {
  background: rgb(204, 167.2, 0) !important;
  color: #000 !important;
  text-decoration: none !important;
}
.btn-add-to-cart:active, .btn-add-to-cart:focus, .btn-rates-add-to-cart:active, .btn-rates-add-to-cart:focus, .btn-select-site-add-to-cart:active, .btn-select-site-add-to-cart:focus, .btn-add-to-cart-view-details:active, .btn-add-to-cart-view-details:focus {
  background: rgb(153, 125.4, 0) !important;
  outline: none !important;
  color: #fff !important;
}

.img-cover-box.img-cover-box-with-button:hover .btn-blue-white {
  background-color: #00a3e0;
  color: #000;
}

.btn-yellow-red {
  background-color: #ffd100;
  color: #e4002b;
  white-space: normal;
  word-wrap: break-word;
}
.btn-yellow-red:hover {
  background-color: rgba(255, 209, 0, 0.4);
  color: #fff;
}
.btn-yellow-red i.fa-calendar-alt {
  color: #333;
}

.btn-clear-white {
  background-color: transparent;
  color: #fff;
}

.btn-clear-yellow {
  background-color: transparent;
  color: #ffd100;
}
.btn-clear-yellow:hover {
  color: #ffd100;
}

.btn-clear-blue {
  background-color: transparent;
  color: #0072ce;
}
.btn-clear-blue:hover {
  color: #0072ce;
}

.btn-red-border, .btn-yellow-border, .btn-blue-border {
  background-color: #fff;
  color: #000;
  border: solid 3px #e4002b;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn-red-border i, .btn-yellow-border i, .btn-blue-border i {
  margin-left: 10px;
}
.btn-red-border:hover, .btn-yellow-border:hover, .btn-blue-border:hover {
  color: #e4002b;
}

.btn-yellow-border {
  background-color: transparent;
  color: #fff;
  border: solid 3px #ffd100;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn-yellow-border:hover {
  color: #ffd100;
}

.btn-blue-border {
  background-color: transparent;
  color: #0072ce;
  border: solid 3px #0072ce;
  text-transform: uppercase;
  padding: 10px 20px;
  position: relative;
}
.btn-blue-border:hover, .btn-blue-border.active {
  color: #fff;
  background-color: #0072ce;
}
.btn-blue-border.active:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  color: #0072ce;
}
.btn-blue-border.no-fill:hover, .btn-blue-border.no-fill:active {
  background-color: transparent;
}

.btn-food-service {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-in-out;
}

.photo-nav .btn-blue-border {
  font-size: 0.9rem;
  padding: 5px 10px;
}

.link-button:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  padding: 0 0 0 5px;
}

.icon-button {
  border: 0px none;
  background-color: transparent;
  padding: 0px;
}

.bw-160 {
  width: 160px;
}

.button, .button-small {
  display: inline-block;
  font-family: "Gibson SemiBold", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 0.8em 1.4em;
  padding-right: 4.7em;
  border: none;
  color: white;
  transition: 0.2s;
}
.button:before, .button:after, .button-small:before, .button-small:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  content: " ";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
}
.button:before, .button-small:before {
  background: rgba(0, 0, 0, 0.1);
}
.button:hover, .button-small:hover {
  background: rgb(0, 120.6944444444, 165);
}
.button:active, .button:focus, .button-small:active, .button-small:focus {
  background: rgb(0, 46.0833333333, 63);
  outline: none;
}

.button-small-left {
  display: inline-block;
  font-family: "Gibson SemiBold", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 0.8em 1.4em;
  padding-left: 4.7em;
  border: none;
  color: white;
  transition: 0.2s;
}
.button-small-left:before, .button-small-left:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  content: " ";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
}
.button-small-left:before {
  background: rgba(0, 0, 0, 0.1);
}
.button-small-left:hover {
  background: rgb(0, 120.6944444444, 165);
}
.button-small-left:active, .button-small-left:focus {
  background: rgb(0, 46.0833333333, 63);
  outline: none;
}

.button {
  min-width: 15em;
}

.button-small {
  padding: 0.4em 0.7em;
  padding-right: 3.1em;
  /*min-width: 10em;*/
}
.button-small:before, .button-small:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.2em;
  content: " ";
  font-family: "Font Awesome 5 Pro";
  font-size: 1em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
}

.btn-new-reserve {
  border-radius: 0;
}

.btn-sitetype-floorplan, .btn-sitetype-details, .btn-sitetype-view-rates {
  font-size: 0.7rem !important;
  color: #000 !important;
  background-color: #fff;
  display: block;
  width: 49%;
  float: left;
  margin-right: 3px;
  padding: 10px 10px !important;
}
.btn-sitetype-floorplan i, .btn-sitetype-details i, .btn-sitetype-view-rates i {
  float: left;
  margin-top: 2px;
  margin-left: 0px;
  margin-right: 5px;
}

.btn-reserve-edit-reservation {
  font-size: 0.8rem !important;
  color: #000 !important;
  background-color: #fff;
  display: block;
  width: 49%;
  float: left;
  margin-right: 3px;
  padding: 10px 10px !important;
}
.btn-reserve-edit-reservation i {
  float: left;
  margin-top: 2px;
  margin-left: 0px;
  margin-right: 5px;
}

.btn-sitetype-view-rates {
  margin-right: 0px;
}

.button-small-left {
  padding: 0.4em 1em;
  padding-left: 3.1em;
  /*min-width: 10em;*/
}
.button-small-left:before, .button-small-left:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.2em;
  content: " ";
  font-family: "Font Awesome 5 Pro";
  font-size: 1em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
}
.button-small-left:hover {
  color: #000 !important;
}
.button-small-left.white-hover:hover {
  color: #fff !important;
}

.chevron-right:after {
  content: "\f054";
}
.chevron-right:hover:after {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounceright;
  -moz-animation-name: bounceright;
  -o-animation-name: bounceright;
  animation-name: bounceright;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  /*-webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;*/
}
.chevron-right:disabled:after {
  content: "\f110";
  animation: koa-spin 2s infinite linear;
}

.-right.disabled:after {
  content: "\f110";
  animation: koa-spin 2s infinite linear;
}

.shopping-cart-right:after {
  content: "\f07a";
}
.shopping-cart-right:hover:after {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounceright;
  -moz-animation-name: bounceright;
  -o-animation-name: bounceright;
  animation-name: bounceright;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  /*-webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;*/
}
.shopping-cart-right:disabled:after {
  content: "\f110";
  animation: koa-spin 2s infinite linear;
}

.shopping-cart-right.disabled:after {
  content: "\f110";
  animation: koa-spin 2s infinite linear;
}

.shopping-cart-left:after {
  content: "\f07a";
  left: 0;
}
.shopping-cart-left:before {
  left: 0;
}
.shopping-cart-left:disabled:after {
  content: "\f07a";
  animation: koa-spin 2s infinite linear;
}

.shopping-cart-left.disabled:after {
  content: "\f110";
  animation: koa-spin 2s infinite linear;
}

.copy-left:before {
  content: "\f0c5";
}
.copy-left:hover:before {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounceright;
  -moz-animation-name: bounceright;
  -o-animation-name: bounceright;
  animation-name: bounceright;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  /*-webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;*/
}
.copy-left:disabled:before {
  content: "\f110";
  animation: koa-spin 2s infinite linear;
}

.copy-left.disabled:before {
  content: "\f110";
  animation: koa-spin 2s infinite linear;
}

.button-small:disabled, .button-small.disabled {
  opacity: 0.5;
}

@keyframes koa-spin {
  0% {
    transform: rotate(0deg);
    transform-origin: center;
  }
  100% {
    transform: rotate(360deg);
    transform-origin: center;
  }
}
.home-left:after {
  content: "\f015";
}
.home-left:hover:after {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounceright;
  -moz-animation-name: bounceright;
  -o-animation-name: bounceright;
  animation-name: bounceright;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  /*-webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;*/
}

.info-left:after {
  content: "\f05a";
}
.info-left:hover:after {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounceright;
  -moz-animation-name: bounceright;
  -o-animation-name: bounceright;
  animation-name: bounceright;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  /*-webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;*/
}

.calendar-left:after {
  content: "\f073";
}
.calendar-left:hover:after {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounceright;
  -moz-animation-name: bounceright;
  -o-animation-name: bounceright;
  animation-name: bounceright;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  /*-webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;*/
}

.edit-left:after {
  content: "\f044";
}
.edit-left:hover:after {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounceright;
  -moz-animation-name: bounceright;
  -o-animation-name: bounceright;
  animation-name: bounceright;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  /*-webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;*/
}

.close-left:after {
  content: "\f00d";
}
.close-left:hover:after {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounceright;
  -moz-animation-name: bounceright;
  -o-animation-name: bounceright;
  animation-name: bounceright;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  /*-webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;*/
}

.check-left:after {
  content: "\f00c";
}
.check-left:hover:after {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounceright;
  -moz-animation-name: bounceright;
  -o-animation-name: bounceright;
  animation-name: bounceright;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  /*-webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;*/
}
.check-left:disabled:after {
  content: "\f110";
  animation: koa-spin 2s infinite linear;
}

.dollar-left:after {
  content: "\f2e8";
}
.dollar-left:hover:after {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounceright;
  -moz-animation-name: bounceright;
  -o-animation-name: bounceright;
  animation-name: bounceright;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  /*-webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;*/
}
.dollar-left:disabled:after {
  content: "\f110";
  animation: koa-spin 2s infinite linear;
}

.remove-left:after {
  content: "\f1f8";
}
.remove-left:hover:after {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounceright;
  -moz-animation-name: bounceright;
  -o-animation-name: bounceright;
  animation-name: bounceright;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  /*-webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;*/
}
.remove-left:disabled:after {
  content: "\f110";
  animation: koa-spin 2s infinite linear;
}

.renew-left:after {
  content: "\f01e";
}
.renew-left:hover:after {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounceright;
  -moz-animation-name: bounceright;
  -o-animation-name: bounceright;
  animation-name: bounceright;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  /*-webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;*/
}
.renew-left:disabled:after {
  content: "\f110";
  animation: koa-spin 2s infinite linear;
}

.signin-left:after {
  content: "\f090";
}
.signin-left:hover:after {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounceright;
  -moz-animation-name: bounceright;
  -o-animation-name: bounceright;
  animation-name: bounceright;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  /*-webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;*/
}
.signin-left:disabled:after {
  content: "\f110";
  animation: koa-spin 2s infinite linear;
}

.logout-left:after {
  content: "\f08b";
}
.logout-left:hover:after {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounceright;
  -moz-animation-name: bounceright;
  -o-animation-name: bounceright;
  animation-name: bounceright;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  /*-webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;*/
}
.logout-left:disabled:after {
  content: "\f110";
  animation: koa-spin 2s infinite linear;
}

.download-icon:after {
  content: "\f019";
}
.download-icon:hover:after {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bouncedown;
  -moz-animation-name: bouncedown;
  -o-animation-name: bouncedown;
  animation-name: bouncedown;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}

@media (min-width: 425px) {
  .photo-nav .btn-blue-border {
    font-size: 1rem;
    padding: 10px 20px;
  }
}
@media (min-width: 575px) {
  .btn-red-border, .btn-yellow-border {
    font-size: 1.5rem;
  }
  .btn-sitetype-floorplan, .btn-sitetype-details, .btn-sitetype-view-rates {
    margin-right: 5px;
    padding: 10px 20px !important;
  }
  .btn-sitetype-floorplan i, .btn-sitetype-details i, .btn-sitetype-view-rates i {
    margin-right: 10px;
  }
  .btn-sitetype-view-rates {
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .btn-hot-deal-book-now {
    width: 100%;
  }
  .btn-sitetype-floorplan, .btn-sitetype-details, .btn-sitetype-view-rates {
    display: inline-block;
    float: none;
    width: auto;
  }
}
@media (max-width: 767px) {
  .btn-hot-deal-book-now {
    width: auto;
  }
}
.draw-border-light {
  box-shadow: inset 0 0 0 3px #e4002b;
  /*color: $color;*/
  transition: color 0.25s 0.0833333333s;
  position: relative;
  border: 0px solid #fff !important;
}
.draw-border-light::before, .draw-border-light::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.draw-border-light::before {
  border-top-width: 3px;
  border-right-width: 3px;
}
.draw-border-light::after {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.draw-border-light:hover, .draw-border-light:focus {
  color: #0072ce;
}
.draw-border-light:hover::before, .draw-border-light:hover::after, .draw-border-light:focus::before, .draw-border-light:focus::after {
  border-color: #0072ce;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.draw-border-light:hover::before, .draw-border-light:focus::before {
  transition-delay: 0s, 0s, 0.25s;
}
.draw-border-light:hover::after, .draw-border-light:focus::after {
  transition-delay: 0s, 0.25s, 0s;
}

.draw-border-dark {
  box-shadow: inset 0 0 0 3px #ffd100;
  /*color: $color;*/
  transition: color 0.25s 0.0833333333s;
  position: relative;
  border: 0px solid #fff !important;
}
.draw-border-dark::before, .draw-border-dark::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.draw-border-dark::before {
  border-top-width: 3px;
  border-right-width: 3px;
}
.draw-border-dark::after {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.draw-border-dark:hover, .draw-border-dark:focus {
  color: #eb002b;
}
.draw-border-dark:hover::before, .draw-border-dark:hover::after, .draw-border-dark:focus::before, .draw-border-dark:focus::after {
  border-color: #eb002b;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.draw-border-dark:hover::before, .draw-border-dark:focus::before {
  transition-delay: 0s, 0s, 0.25s;
}
.draw-border-dark:hover::after, .draw-border-dark:focus::after {
  transition-delay: 0s, 0.25s, 0s;
}

.draw-border-blue {
  box-shadow: inset 0 0 0 3px #0072ce;
  /*color: $color;*/
  transition: color 0.25s 0.0833333333s;
  position: relative;
  border: 0px solid #fff !important;
}
.draw-border-blue::before, .draw-border-blue::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.draw-border-blue::before {
  border-top-width: 3px;
  border-right-width: 3px;
}
.draw-border-blue::after {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.draw-border-blue:hover, .draw-border-blue:focus {
  color: #e4002b;
}
.draw-border-blue:hover::before, .draw-border-blue:hover::after, .draw-border-blue:focus::before, .draw-border-blue:focus::after {
  border-color: #e4002b;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.draw-border-blue:hover::before, .draw-border-blue:focus::before {
  transition-delay: 0s, 0s, 0.25s;
}
.draw-border-blue:hover::after, .draw-border-blue:focus::after {
  transition-delay: 0s, 0.25s, 0s;
}

.draw-border-blue-thin {
  box-shadow: inset 0 0 0 1px #0072ce;
  /*color: $color;*/
  transition: color 0.25s 0.0833333333s;
  position: relative;
  border: 0px solid #fff !important;
}
.draw-border-blue-thin::before, .draw-border-blue-thin::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.draw-border-blue-thin::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.draw-border-blue-thin::after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.draw-border-blue-thin:hover, .draw-border-blue-thin:focus {
  color: #e4002b;
}
.draw-border-blue-thin:hover::before, .draw-border-blue-thin:hover::after, .draw-border-blue-thin:focus::before, .draw-border-blue-thin:focus::after {
  border-color: #e4002b;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.draw-border-blue-thin:hover::before, .draw-border-blue-thin:focus::before {
  transition-delay: 0s, 0s, 0.25s;
}
.draw-border-blue-thin:hover::after, .draw-border-blue-thin:focus::after {
  transition-delay: 0s, 0.25s, 0s;
}

.draw-border-red-thin {
  box-shadow: inset 0 0 0 1px #e4002b;
  /*color: $color;*/
  transition: color 0.25s 0.0833333333s;
  position: relative;
  border: 0px solid #fff !important;
}
.draw-border-red-thin::before, .draw-border-red-thin::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.draw-border-red-thin::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.draw-border-red-thin::after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.draw-border-red-thin:hover, .draw-border-red-thin:focus {
  color: #0072ce;
}
.draw-border-red-thin:hover::before, .draw-border-red-thin:hover::after, .draw-border-red-thin:focus::before, .draw-border-red-thin:focus::after {
  border-color: #0072ce;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.draw-border-red-thin:hover::before, .draw-border-red-thin:focus::before {
  transition-delay: 0s, 0s, 0.25s;
}
.draw-border-red-thin:hover::after, .draw-border-red-thin:focus::after {
  transition-delay: 0s, 0.25s, 0s;
}

.draw-border-dark:focus, .draw-border-dark:hover, .draw-border-light:focus, .draw-border-light:hover, .draw-border-blue:focus, .draw-border-blue:hover {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-persistant {
  border: solid 2px #ffd100;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding-right: 5px !important;
}
.btn-persistant:hover {
  text-decoration: none;
}

.close.wts-details-close {
  position: absolute;
  top: 0;
  right: 4%;
  z-index: 900;
  font-size: 2em;
  color: #000;
  opacity: 0.9;
  text-shadow: none;
}
.close.wts-details-close span.fa-stack {
  font-size: 1rem;
}
.close.wts-details-close span.fa-stack .fa-times.fa-inverse {
  font-size: 1.3rem;
}

.close.wts-details-close:hover {
  color: #000;
  opacity: 0.6;
}

@media (min-width: 576px) {
  .close.wts-details-close {
    right: 3%;
  }
}
@media (min-width: 992px) {
  .close.wts-details-close {
    right: 1.5%;
  }
}
.local-area-overlay-btn {
  left: revert !important;
}

@font-face {
  font-family: "Gibson Regular";
  src: url("/content/themes/fonts/Gibson-Regular.eot");
  src: url("/content/themes/fonts/Gibson-Regular.eot?#iefix") format("embedded-opentype"), url("/content/themes/fonts/Gibson-Regular.woff2") format("woff2"), url("/content/themes/fonts/Gibson-Regular.woff") format("woff"), url("/content/themes/fonts/Gibson-Regular.ttf") format("truetype"), url("/content/themes/fonts/Gibson-Regular.svg#svgFontName") format("svg");
}
@font-face {
  font-family: "Gibson SemiBold";
  src: url("/content/themes/fonts/Gibson-SemiBold.eot");
  src: url("/content/themes/fonts/Gibson-SemiBold.eot?#iefix") format("embedded-opentype"), url("/content/themes/fonts/Gibson-SemiBold.woff2") format("woff2"), url("/content/themes/fonts/Gibson-SemiBold.woff") format("woff"), url("/content/themes/fonts/Gibson-SemiBold.ttf") format("truetype"), url("/content/themes/fonts/Gibson-SemiBold.svg#svgFontName") format("svg"), url("/content/themes/fonts/Gibson-SemiBold.otf") format("otf");
}
@font-face {
  font-family: "Voltage Light";
  font-style: normal;
  font-weight: 300;
  src: url("/content/themes/fonts/voltage-light.woff2") format("woff2"), url("/content/themes/fonts/voltage-light.woff") format("woff");
}
@font-face {
  font-family: "Voltage Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/content/themes/fonts/voltage-regular.woff2") format("woff2"), url("/content/themes/fonts/voltage-regular.woff") format("woff");
}
@font-face {
  font-family: "Voltage Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/content/themes/fonts/voltage-bold.woff2") format("woff2"), url("/content/themes/fonts/voltage-bold.woff") format("woff");
}
.main-nav, .clp-nav {
  background-color: #000;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: "Gibson SemiBold", Arial, sans-serif;
}
.main-nav #txtLocation, .clp-nav #txtLocation {
  width: 220px;
  font-family: "Gibson Regular", Arial, sans-serif;
}
.main-nav .nav-logo, .clp-nav .nav-logo {
  height: 38px;
}
.main-nav .nav-item, .clp-nav .nav-item {
  padding-left: 15px;
}
.main-nav .nav-item a.active, .clp-nav .nav-item a.active {
  color: #ffd100 !important;
}
.main-nav a, .clp-nav a {
  color: #fff !important;
  font-size: 1.1rem;
  padding: 0.3rem 0 0 0 !important;
  vertical-align: middle;
}
.main-nav .main-nav-logo-link, .clp-nav .main-nav-logo-link {
  padding: 0 0 0 0 !important;
}
.main-nav .navbar-toggler, .clp-nav .navbar-toggler {
  display: block;
  color: #fff;
  width: 35px;
  height: 40px;
}
.main-nav .navbar-toggler.active, .clp-nav .navbar-toggler.active {
  color: #ffd100;
}
.main-nav .main-nav-container, .clp-nav .main-nav-container {
  width: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0px auto;
}
.main-nav .btn-mobile-reserve, .clp-nav .btn-mobile-reserve {
  font-size: 1.1rem;
}
.main-nav .btn-mobile-reserve:focus, .clp-nav .btn-mobile-reserve:focus {
  outline: none;
  box-shadow: none;
}

.clp-nav {
  background-color: #000;
}
.clp-nav .navbar-toggler {
  width: auto;
}
.clp-nav .navbar-toggler i {
  width: 25px;
}
.clp-nav .navbar-nav {
  column-count: 2;
  display: block;
}
.clp-nav a {
  padding: 0 !important;
  text-transform: uppercase;
}
.clp-nav a:focus {
  text-decoration: none !important;
}
.clp-nav a:focus:after {
  width: 100%;
}
.clp-nav a:hover:after {
  text-decoration: none !important;
  width: 100%;
}
.clp-nav .clp-collapse {
  justify-content: center !important;
}
.clp-nav .nav-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  clear: left;
  display: inline-block;
  width: 100%;
}
.clp-nav .nav-item-no-border {
  border-bottom: 0px;
}

#mainNavContent .navbar-nav > .nav-item.pos-rel {
  position: relative;
}

#userInfoButton, #userInfoButtonMobile, #findCampgroundButtonMobile, #shareButton, #shareButtonMobile {
  width: 32px;
  height: 32px;
}

#userInfoButton.active, #userInfoButtonMobile.active, #findCampgroundButtonMobile.active, #shareButton.active, #shareButtonMobile.active {
  color: #ffd100;
}

#userInfoContainer, #mobileLoginContainer, #mobileFindCampgroundContainer, #shareContainer {
  display: none;
  background-color: #000;
  /*border-bottom-left-radius: 6px;*/
  padding: 1em;
  position: fixed !important;
  top: 52px;
  right: 0;
  left: auto;
  z-index: 1032;
  margin-top: 0px !important;
  color: #fff;
}
#userInfoContainer input, #mobileLoginContainer input, #mobileFindCampgroundContainer input, #shareContainer input {
  font-size: 16px;
}
#userInfoContainer a, #mobileLoginContainer a, #mobileFindCampgroundContainer a, #shareContainer a {
  color: #fff !important;
}

#mobileLoginContainer {
  background-color: #ffd100;
  padding: 15px 30px;
  color: #000;
}
#mobileLoginContainer .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Gibson SemiBold", Arial, sans-serif;
  text-transform: uppercase;
}
#mobileLoginContainer .btn-red {
  color: #ffffff !important;
  background-color: #e4002b;
  border-color: #e4002b;
  border-radius: 4px;
}

#userInfoContainer {
  min-width: 35rem !important;
  position: absolute !important;
  top: 43px !important;
  right: 0px !important;
  background-color: #ffd100;
  padding: 15px 30px;
  color: #000;
  flex-direction: column;
}
#userInfoContainer .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Gibson SemiBold", Arial, sans-serif;
  text-transform: uppercase;
}
#userInfoContainer .btn-red {
  color: #ffffff !important;
  background-color: #e4002b;
  border-color: #e4002b;
  border-radius: 4px;
}

#shareContainer {
  width: 320px !important;
  position: absolute !important;
  max-width: 320px;
  top: 43px !important;
  right: 0px !important;
}

#shareContainer {
  font-size: 1em;
  font-family: "Gibson Regular", Arial, sans-serif;
  /*width: 140px !important;*/
}
#shareContainer a {
  font-size: 1rem;
}
#shareContainer h6 {
  color: #ffd100;
}

#shareContainer li a svg {
  height: 16px;
  width: 16px;
  margin-bottom: 5px;
}

#shareContainer li a svg path {
  fill: #fff;
}

.mobile-login {
  position: absolute;
  right: 100px;
  top: 10px;
}
.mobile-login a, .mobile-login button {
  display: inline-block;
}
.mobile-login .navbar-nav {
  flex-direction: row;
}
.mobile-login #userLoginBtn {
  padding-top: 3px !important;
}

.mobile-login.no-book-now {
  right: 0px;
}

.container#userInfoContainer, .container #mobileLoginContainer, .container #mobileFindCampgroundContainer {
  width: auto;
}
.container#shareContainer {
  width: auto;
}

.login-user-info {
  display: none;
}

#mobileLoginContainer, #mobileFindCampgroundContainer {
  font-family: "Gibson Regular", Arial, sans-serif;
  top: 52px;
}
#mobileLoginContainer a, #mobileFindCampgroundContainer a {
  text-decoration: underline;
}

#mobileFindCampgroundContainer {
  background-color: #000;
  border-bottom-left-radius: 0px;
}

.ui-autocomplete-category {
  font-weight: bold;
  padding: 0.2em 0.4em;
  margin: 0.8em 0 0.2em;
  line-height: 1.5;
  font-size: 12px;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #000 !important;
  border: 0px none !important;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #fff !important;
  font-size: 11px !important;
  font-family: Arial !important;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: default;
  z-index: 5000 !important;
}
.ui-autocomplete.ui-widget-content {
  background-image: none;
  background: none;
}

.ui-state-focus {
  font-weight: normal !important;
  background-image: none !important;
  border: 0px solid #fff !important;
  background: rgba(255, 209, 0, 0.4) !important;
  color: #fff !important;
}

.ui-menu-item {
  padding: 5px 10px !important;
  border-bottom: 1px solid #bbbcbc;
  min-height: 35px;
  line-height: 2em;
}
.ui-menu-item span.city-name {
  color: #bbb;
}
.ui-menu-item span.fas, .ui-menu-item span.far, .ui-menu-item span.fal {
  color: #bbbcbc;
  vertical-align: bottom;
}

#txtLocationResultsMobile .ui-autocomplete {
  left: 0 !important;
  width: 100% !important;
  border-radius: 0px !important;
  border: 0px none;
}

.clpMainMenu-collapse .navbar-nav > li {
  float: none;
}

.clpMainMenu-collapse {
  position: absolute;
  left: 0;
  right: auto;
  top: 52px;
  background-color: #000;
  width: 100%;
  color: #fff;
}
.clpMainMenu-collapse a {
  color: #fff !important;
}

.clpMainMenu-collapse .navbar-nav .show .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.clpMainMenu-collapse .navbar-nav .show .dropdown-menu > li > a,
.clpMainMenu-collapse .navbar-nav .show .dropdown-menu .dropdown-header {
  padding: 5px 15px 5px 25px;
}

.clpMainMenu-collapse .navbar-nav > li {
  padding: 10px 15px !important;
}
.clpMainMenu-collapse .navbar-nav > li .dropdown-toggle:after {
  color: #e4002b;
}

#mobileKOAMainMenuTrigger:after, #mobileKOAMainMenuTrigger.active:after {
  color: #e4002b;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

#mobileKOAMainMenuTrigger.active:after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.clpMainMenu-collapse .navbar-nav .show .dropdown-menu > li > a {
  line-height: 20px;
}

.clpMainMenu-collapse .navbar-nav .show .dropdown-menu > li > a:hover,
.clpMainMenu-collapse .navbar-nav .show .dropdown-menu > li > a:focus {
  background-image: none;
}

.clpMainMenu-collapse .dropdown {
  min-width: 320px;
}

.main-nav .container > .navbar-header, .main-nav .container > .navbar-collapse {
  margin-left: 0px;
  margin-right: 0px;
}

.main-menu-container ul > li > a {
  color: #fff;
}

.clpMainMenu-collapse .navbar-nav {
  margin: 0;
}

.main-nav .sharedMenu > li > a {
  color: #fff;
  padding-top: 13px;
  padding-bottom: 14px;
}

.main-nav .sharedMenu .active > a, .main-nav .sharedMenu .active > a:hover, .main-nav .sharedMenu .active > a:focus,
.main-nav .sharedMenu li > a:hover, .main-nav .sharedMenu li > a:focus, .main-nav .sharedMenu .show > a,
.main-nav .sharedMenu .show > a:hover, .main-nav .sharedMenu .show > a:focus {
  color: #fff;
  background-color: #000;
  z-index: 1031;
}

.main-menu-container {
  padding: 10px;
  z-index: 1031;
}
.main-menu-container .list-group {
  margin-bottom: 0px;
}
.main-menu-container .list-group-item {
  background-color: transparent;
  /*border-right: 0px none;
  border-left: 0px none;*/
  border: 0px none;
  padding: 5px 10px !important;
  text-transform: none;
  font-family: "Gibson Regular", Arial, sans-serif;
}
.main-menu-container .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 0px none;
}
.main-menu-container .list-group-item:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.main-menu-container .list-group-item a {
  font-family: "Gibson Regular", Arial, sans-serif;
  text-transform: uppercase;
}
.main-menu-container .list-group-item i {
  float: right;
  color: #e4002b;
  margin-top: 3px;
}
.main-menu-container .list-group-item:hover {
  text-decoration: underline;
  /*background: $koa-yellow-trans !important;*/
  /*color: #555;
  background-color: #f5f5f5*/
}
.main-menu-container .nav-item {
  min-width: 100% !important;
}
.main-menu-container .nav-item .list-group-item {
  color: white;
  background-color: transparent;
  /*border-right: 0px none;
  border-left: 0px none;*/
  border: 0px none;
  padding: 5px 10px !important;
  text-transform: none;
  font-family: "Gibson Regular", Arial, sans-serif;
  font-size: 1.1em;
}
.main-menu-container .nav-item .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 0px none;
}
.main-menu-container .nav-item .list-group-item:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.main-menu-container .nav-item .list-group-item a {
  font-family: "Gibson Regular", Arial, sans-serif;
  text-transform: uppercase;
}
.main-menu-container .nav-item .list-group-item i {
  float: right;
  color: #e4002b;
  margin-top: 3px;
}
.main-menu-container .nav-item .list-group-item i:after {
  display: none;
}
.main-menu-container .nav-item .list-group-item:hover {
  text-decoration: underline;
  /*background: $koa-yellow-trans !important;*/
  /*color: #555;
  background-color: #f5f5f5*/
}
.main-menu-container p {
  font-family: "Gibson Regular", Arial, sans-serif;
  font-size: 13px;
  color: #333;
  padding-top: 8px;
}
.main-menu-container p .glyphicon {
  font-size: 11px;
}

.camper-rating-wrapper {
  width: 150px;
}
.camper-rating-wrapper .camper-rating {
  background: url("/content/images/Camper-Rating-Box.png") center center no-repeat;
  height: 67px;
  width: 150px;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  font-family: "Gibson SemiBold", Arial, sans-serif;
  text-align: center;
  padding-top: 5px;
}
.camper-rating-wrapper a {
  font-size: 1em;
  padding: 0px;
}

.btn-mobile-reserve {
  background-color: #ffd100;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.share-button {
  display: none;
}

.clpMainMenu-collapse .main-menu-container .list-group-item:hover, .clpMainMenu-collapse .main-menu-container .list-group-item:hover .glyphicon {
  background-color: transparent;
  text-decoration: underline !important;
}

#userInfoContainer .login-box, .login-box {
  background-color: #ffd100;
  padding: 0;
  font-family: "Gibson Regular";
}
#userInfoContainer .login-box .font-koa-red, .login-box .font-koa-red {
  color: #eb002b;
}
#userInfoContainer .login-box .font-bold, .login-box .font-bold {
  font-weight: bold;
}
#userInfoContainer .login-box .btn-red, .login-box .btn-red {
  font-family: "Fjalla one";
  padding: 0.25em 0.75em;
  text-transform: none;
}
#userInfoContainer .login-box .img-fluid, .login-box .img-fluid {
  max-width: 100%;
  height: auto;
}
#userInfoContainer .login-box .font-weight-bold, .login-box .font-weight-bold {
  font-weight: bold;
}
#userInfoContainer .login-box .user-info-container, .login-box .user-info-container {
  background-color: #ffd100;
  padding-bottom: 10px;
  font-family: "Gibson Regular";
}
#userInfoContainer .login-box .user-info-container .user-greeting, .login-box .user-info-container .user-greeting {
  font-family: "Fjalla one";
  font-size: 1.75em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
#userInfoContainer .login-box .user-info-container .user-email, .login-box .user-info-container .user-email {
  font-family: "Gibson Regular";
  font-size: 1em;
  margin: 10px 0;
  padding: 0;
}
#userInfoContainer .login-box .user-info-container .account-buttons a, .login-box .user-info-container .account-buttons a {
  margin-right: 10px;
  text-transform: none;
}
#userInfoContainer .login-box .user-profile-container, .login-box .user-profile-container {
  background-color: #fff;
}
#userInfoContainer .login-box .user-profile-container .profile-details, .login-box .user-profile-container .profile-details {
  background-color: #fff;
}
#userInfoContainer .login-box .user-profile-container .profile-separator, .login-box .user-profile-container .profile-separator {
  width: calc(100% - 3em);
  margin: auto;
  border-bottom: 2px dashed #aaa;
}
#userInfoContainer .login-box .user-profile-container .profile-navigation, .login-box .user-profile-container .profile-navigation {
  background-color: #000;
  color: #fff;
  border-top: 3px solid #fff;
  padding: 5px 15px;
  display: flex;
  font-family: "Fjalla one";
  text-transform: uppercase;
}
#userInfoContainer .login-box .user-profile-container .profile-navigation a, #userInfoContainer .login-box .profile-navigation a:hover, .login-box .user-profile-container .profile-navigation a, .login-box .profile-navigation a:hover {
  margin: auto;
  color: #fff;
  text-transform: none;
}
#userInfoContainer .login-box .img-profile, .login-box .img-profile {
  width: 130px;
  margin: 10px 15px;
}
#userInfoContainer .login-box .user-greeting-section, .login-box .user-greeting-section {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: auto 0;
  width: calc(100% - 170px);
}
#userInfoContainer .login-box .upcoming-stays-container, .login-box .upcoming-stays-container {
  background-color: #fff;
  width: 100%;
}
#userInfoContainer .login-box .upcoming-stays-title, .login-box .upcoming-stays-title {
  font-family: "Fjalla one";
  padding: 0.75em 1em 0 1em;
  font-size: 1.75em;
  font-weight: normal;
  text-transform: uppercase;
}
#userInfoContainer .login-box .upcoming-stays-slider .slider-container, .login-box .upcoming-stays-slider .slider-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#userInfoContainer .login-box .upcoming-stays-slider .slider-container.single-stay, .login-box .upcoming-stays-slider .slider-container.single-stay {
  padding: 1em 1.75em;
}
#userInfoContainer .login-box .upcoming-stays-slider .slider-container.single-stay .stay-info-container, .login-box .upcoming-stays-slider .slider-container.single-stay .stay-info-container {
  width: auto;
}
#userInfoContainer .login-box .upcoming-stays-slider .slider-container .stay-info-container, .login-box .upcoming-stays-slider .slider-container .stay-info-container {
  display: none;
  width: 100%;
}
#userInfoContainer .login-box .upcoming-stays-slider .slider-container .stay-info-container.active, .login-box .upcoming-stays-slider .slider-container .stay-info-container.active {
  display: flex;
}
#userInfoContainer .login-box .upcoming-stays-slider .slider-container .stay-info-container .upcoming-stay-details-container, .login-box .upcoming-stays-slider .slider-container .stay-info-container .upcoming-stay-details-container {
  line-height: 1.25em;
}
#userInfoContainer .login-box .upcoming-stays-slider .slider-container .stay-info-container .upcoming-stay-details-container .campground-detail, .login-box .upcoming-stays-slider .slider-container .stay-info-container .upcoming-stay-details-container .campground-detail {
  padding-bottom: 0.5em;
}
#userInfoContainer .login-box .upcoming-stays-slider .slider-container .stay-info-container .upcoming-stay-details-container .reservation-detail, .login-box .upcoming-stays-slider .slider-container .stay-info-container .upcoming-stay-details-container .reservation-detail {
  line-height: 1.5em;
}
#userInfoContainer .login-box .upcoming-stays-slider .slider-container .stay-info-container .upcoming-stay-details-container .campground-detail .campground-name, .login-box .upcoming-stays-slider .slider-container .stay-info-container .upcoming-stay-details-container .campground-detail .campground-name {
  text-transform: uppercase;
  font-weight: bold;
}
#userInfoContainer .login-box .upcoming-stays-slider .slider-container .upcoming-stays-slider-left, #userInfoContainer .login-box .upcoming-stays-slider .slider-container .upcoming-stays-slider-right, .login-box .upcoming-stays-slider .slider-container .upcoming-stays-slider-left, .login-box .upcoming-stays-slider .slider-container .upcoming-stays-slider-right {
  margin: auto 0;
  font-size: 1.25em;
  width: 1.75em;
  text-align: center;
  cursor: pointer;
  padding: 5px;
}
#userInfoContainer .login-box .upcoming-stays-slider .slider-navigation, .login-box .upcoming-stays-slider .slider-navigation {
  padding: 1em 1.75em;
  width: 80%;
  margin: auto;
}
#userInfoContainer .login-box .upcoming-stays-slider .slider-navigation .row, .login-box .upcoming-stays-slider .slider-navigation .row {
  justify-content: center;
}
#userInfoContainer .login-box .upcoming-stays-slider .slider-navigation .slider-indicator, .login-box .upcoming-stays-slider .slider-navigation .slider-indicator {
  height: 16px;
  width: 100%;
  background-color: #aaa;
  border: 1px solid #fff;
  cursor: pointer;
}
#userInfoContainer .login-box .upcoming-stays-slider .slider-navigation .slider-indicator.active, .login-box .upcoming-stays-slider .slider-navigation .slider-indicator.active {
  background-color: #000;
}
#userInfoContainer .login-box .upcoming-stays-slider .upcoming-stay-details-container, .login-box .upcoming-stays-slider .upcoming-stay-details-container {
  text-transform: none;
}
#userInfoContainer .login-box .upcoming-stays-slider .upcoming-stay-details-container, .login-box .upcoming-stays-slider .upcoming-stay-details-container {
  text-transform: none;
}
#userInfoContainer .login-box .user-profile-container .rewards-info, .login-box .user-profile-container .rewards-info {
  padding: 1.75em;
  background-color: #fff;
}
#userInfoContainer .login-box .user-profile-container .rewards-info .rewards-description, .login-box .user-profile-container .rewards-info .rewards-description {
  text-transform: none;
  line-height: 1.25em;
  padding-bottom: 1em;
}
#userInfoContainer .login-box .user-profile-container .rewards-current-info, .login-box .user-profile-container .rewards-current-info {
  width: 100%;
}
#userInfoContainer .login-box .user-profile-container .rewards-current-title, .login-box .user-profile-container .rewards-current-title {
  font-family: "Fjalla one";
  padding: 10px 1em 5px 1em;
  font-size: 1.75em;
  font-weight: normal;
  text-transform: uppercase;
}
#userInfoContainer .login-box .user-profile-container .rewards-current-container, .login-box .user-profile-container .rewards-current-container {
  padding: 0 1.75em;
  text-transform: none;
}
#userInfoContainer .login-box .user-profile-container .rewards-current-container .account-summary-title, #userInfoContainer .login-box .user-profile-container .rewards-current-container .points-summary-title, .login-box .user-profile-container .rewards-current-container .account-summary-title, .login-box .user-profile-container .rewards-current-container .points-summary-title {
  font-family: "Fjalla one";
  font-size: 1.25em;
  font-weight: normal;
  text-transform: uppercase;
}
#userInfoContainer .login-box .user-profile-container .rewards-current-container .btn-rewards-current, .login-box .user-profile-container .rewards-current-container .btn-rewards-current {
  margin-top: 0.75em;
  margin-bottom: 1.5em;
}
#userInfoContainer .login-box .padding-right-0, .login-box .padding-right-0 {
  padding-right: 0;
}
#userInfoContainer .login-box .d-none, .login-box .d-none {
  display: none;
}
#userInfoContainer .login-box .float-right, .login-box .float-right {
  float: right;
}

@media (max-width: 575px) {
  .clpMainMenu-collapse {
    overflow-y: auto;
    max-height: calc(100vh - 52px);
  }
  #mobileKOAMainMenuContainer {
    display: none;
    padding-left: 10px;
  }
  #mobileKOAMainMenuContainer.clp-reserve {
    display: block;
  }
  .clp-nav {
    display: none;
  }
}
.translation-container .wg-drop.country-selector {
  background-color: #000;
}
.translation-container .wg-drop.country-selector .wgcurrent {
  border: 0px none;
}
.translation-container .country-selector .wg-li {
  font-size: 16px;
}
.translation-container .wg-drop.country-selector a {
  color: #fff !important;
  padding: 0 10px !important;
}
.translation-container .wg-drop.country-selector .wgcurrent a {
  padding-right: 40px !important;
}
.translation-container .wg-drop.country-selector ul {
  border: 0px none;
  background: #000;
}
.translation-container .wg-drop.country-selector:not(.closed) ul {
  background-color: #000;
}
.translation-container .wg-drop.country-selector .wgcurrent:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 15px;
  height: 39px;
  background-position: unset;
  background-size: unset;
  background-image: unset;
  background-repeat: unset;
  color: #fff;
  line-height: 37px;
  transition: all 0.3s;
  content: "\f0d7" !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.translation-container .wg-drop.country-selector.closed .wgcurrent:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.translation-container .wg-drop.country-selector .wgcurrent:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .clpMainMenu-collapse {
    max-width: 320px;
    width: auto;
  }
  .mobile-campground-menu {
    display: none;
  }
  #mobileKOAMainMenu {
    display: none;
  }
}
@media (min-width: 768px) {
  .clp-nav .navbar-nav {
    column-count: unset;
    display: flex;
  }
  .collapse.navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .collapse.navbar-collapse .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .collapse.navbar-collapse .btn-mobile-reserve {
    display: none;
  }
  .collapse.navbar-collapse .share-button {
    display: inline-block;
  }
  .clp-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .clp-nav .navbar-toggler {
    display: none;
  }
  .clp-nav .nav-item {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
    width: auto;
  }
  .clp-nav a.active:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #ffd100;
    transition: 0.4s;
  }
  .clp-nav a {
    font-size: 0.8rem;
    text-decoration: none;
    position: relative;
    color: #3366FF;
  }
  .clp-nav a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    border-bottom: 2px solid #ffd100;
    transition: 0.4s;
  }
  .clp-nav a:hover:after {
    width: 100%;
  }
  .mobile-login, .btn-mobile-reserve {
    display: none;
  }
  .login-user-info {
    display: inline-block;
  }
  .main-nav-container {
    max-width: 720px;
  }
  .clpMainMenu-collapse {
    left: auto;
  }
  .ui-autocomplete {
    top: 50px !important;
  }
}
@media (min-width: 992px) {
  .main-nav-container {
    max-width: 960px;
  }
  .clp-nav a {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .main-nav-container {
    max-width: 1140px;
  }
  .clp-nav a {
    font-size: 1.1rem;
  }
}
@media (min-width: 1600px) {
  .main-nav-container {
    max-width: 1540px;
  }
}
@media (max-width: 550px) and (max-height: 550px) {
  .main-nav, .main-nav.fix-to-top {
    position: absolute;
  }
}
/*@media (max-width: 1200px) {
	.clp-nav {
		a {
			min-height:53px;
		}
	}
}*/
/*@media (max-width: 991px) {
	.clp-nav {
		a {
			min-height:40px;
		}
	}
}*/
@media (max-width: 425px) {
  .clp-nav .navbar-nav {
    column-count: 1;
  }
  .clp-nav .navbar-nav li:last-child {
    border: none;
  }
}
.clp-nav .navbar-toggler {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.clp-nav .navbar-toggler i.fa-times {
  color: #ffd100;
}
.clp-nav .navbar-toggler.rotate {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.no-reservations p {
  margin-bottom: 0px;
}

.btn-reserve {
  border: 0px;
}

.btn-reserve:hover {
  background: #0072ce;
}

.btn-reserve i:before {
  background-color: rgba(0, 0, 0, 0.1);
  /*margin-right: 5px;*/
  padding: 10px;
  display: block;
}

.btn-reserve:hover i:before, .btn-reserve i.fa-spin.fa-spinner:before {
  background-color: rgba(0, 0, 0, 0);
}

#reserveForm {
  transition: all 0.3s ease;
}

#reserve-sitecategory .site-category-icon {
  pointer-events: none;
  position: absolute;
  width: auto;
  top: 40px;
  left: 10px;
  margin-top: 0px;
  color: #555;
}

#reserve-step-equipment #reserve-sitecategory .wtsDropdown {
  padding-left: 45px;
}

#campgroundHorizontalReserve {
  background-color: #ffd100;
  font-family: "Gibson Regular", Arial, sans-serif;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease;
}
#campgroundHorizontalReserve .validation-icon {
  color: #e4002b;
  display: none;
  font-size: 0.8em;
}
#campgroundHorizontalReserve .site-category-icon {
  pointer-events: none;
  position: absolute;
  width: auto;
  top: 33px;
  left: 10px;
  margin-top: 0px;
  color: #555;
}
#campgroundHorizontalReserve #reserve-sitecategory {
  min-width: 180px;
}
#campgroundHorizontalReserve .category-dropdown .dropdown-menu {
  left: -10px !important;
}
#campgroundHorizontalReserve .sitecategory-container {
  width: 200px;
  margin: auto;
  top: 50%;
  position: relative;
  transform: translate3d(0, -50%, 0);
}
#campgroundHorizontalReserve .wtsDropdown {
  -webkit-appearance: initial;
  padding-left: 40px;
  padding-right: 15px;
}
#campgroundHorizontalReserve #reserve-sitecategory:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #555;
  position: absolute;
  right: 10px;
  top: 32px;
  z-index: 1;
  width: 10%;
  height: 100%;
  pointer-events: none;
  font-size: 0.9em;
}
#campgroundHorizontalReserve .persistantDropdown {
  border-radius: 0px;
}
#campgroundHorizontalReserve .hasDatepicker {
  background-color: #fff;
}
#campgroundHorizontalReserve input[type=number]::-webkit-outer-spin-button,
#campgroundHorizontalReserve input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#campgroundHorizontalReserve input[type=number] {
  -moz-appearance: textfield;
}
#campgroundHorizontalReserve .btn-number:focus {
  -webkit-box-shadow: 0px 0px 10px 0px;
  -moz-box-shadow: 0px 0px 10px 0px;
  box-shadow: 0px 0px 10px 0px;
  z-index: 10;
  -webkit-appearance: none;
  position: relative;
}
#campgroundHorizontalReserve .dropdown-toggle {
  background-color: #fff;
}
#campgroundHorizontalReserve .dropdown-toggle:focus {
  background-color: #fff;
}
#campgroundHorizontalReserve .dropdown-toggle:hover {
  background-color: #fff;
}
#campgroundHorizontalReserve .dropdown-toggle:active {
  background-color: #fff;
}
#campgroundHorizontalReserve .is-invalid {
  border: solid #e4002b 3px;
  background-color: lightyellow !important;
}
#campgroundHorizontalReserve > ul {
  margin: 0px auto;
}
#campgroundHorizontalReserve > ul > li {
  padding: 10px 10px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  /*.spinner-button {
  	margin: 0px;
  	padding: 5px;
  	box-sizing: border-box;
  	height: 38px;
  	width: 38px;
  	background-color: #e9ecef;
  }*/
  /*
  	MAY OR MAY NOT NEED THIS...TESTING.
  	@media not all and (min-resolution:.001dpcm) {
  	@supports (-webkit-appearance:none) {

  		.site-category-icon {
  			display: none !important;
  		}
  	}
  }*/
}
#campgroundHorizontalReserve > ul > li.res-date {
  width: 50%;
}
#campgroundHorizontalReserve > ul > li .form-group {
  width: 100%;
}
#campgroundHorizontalReserve > ul > li a {
  color: #555;
}
#campgroundHorizontalReserve > ul > li .selected {
  color: #FFF;
}
#campgroundHorizontalReserve > ul > li .icon {
  color: #555;
}
#campgroundHorizontalReserve > ul > li button {
  line-height: 1.2;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  /*height: 60px;*/
  padding: 0px 10px 0px 0px;
}
#campgroundHorizontalReserve > ul > li .toggle-buttons {
  width: 100%;
}
#campgroundHorizontalReserve > ul > li #reserve-pet-policy {
  font-size: 12px;
  padding-top: 2px;
}
#campgroundHorizontalReserve > ul > li .spinner-button {
  margin: 0px;
  padding: 5px;
  box-sizing: border-box;
  height: 38px;
  width: 38px;
  background-color: #e9ecef;
  color: #008c95;
  padding-top: 8px;
  border-color: #ced4da;
}
#campgroundHorizontalReserve > ul > li .spinner-button:hover {
  background-color: #008c95;
  color: #fff;
}
#campgroundHorizontalReserve > ul > li .btn-number:focus {
  -webkit-box-shadow: 0px 0px 10px 0px;
  -moz-box-shadow: 0px 0px 10px 0px;
  box-shadow: 0px 0px 10px 0px;
  z-index: 10;
  -webkit-appearance: none;
  position: relative;
}
#campgroundHorizontalReserve > ul > li .toggle-buttons {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  /*height: 38px;*/
  background-color: #e9ecef;
  color: #007379;
}
#campgroundHorizontalReserve > ul > li .btn-outline {
  cursor: pointer;
  border: solid 1px #ced4da;
  font-weight: normal;
  font-family: Arial, sans-serif;
}
#campgroundHorizontalReserve > ul > li .toggle-buttons .active {
  background-color: #007379;
  color: #fff;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
#campgroundHorizontalReserve > ul > li .spinner-input {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
#campgroundHorizontalReserve > ul > li div.category-dropdown {
  border: 1px solid #ced4da;
}
#campgroundHorizontalReserve > ul > li div.category-dropdown .filter-option-inner-inner {
  height: 1.35rem;
}
#campgroundHorizontalReserve > ul > li #rv-length-notice {
  color: #e4002b;
  font-size: 12px;
  line-height: 12px;
  float: right;
  width: 100%;
}
#campgroundHorizontalReserve label {
  margin-bottom: 0px;
}
#campgroundHorizontalReserve .date-picker {
  width: 100%;
}
#campgroundHorizontalReserve.mobile-reserve {
  height: auto;
}
#campgroundHorizontalReserve.mobile-reserve label {
  /*display: none;*/
}
#campgroundHorizontalReserve.mobile-reserve .form-group {
  margin-bottom: 0rem;
}
#campgroundHorizontalReserve.mobile-reserve .form-group.has-feedback i {
  /*top: 12px;*/
  color: #555 !important;
}
#campgroundHorizontalReserve.mobile-reserve .btn-reserve {
  width: auto;
  /*height: 38px;*/
  white-space: nowrap;
}

#campgroundHorizontalReserveValidationSummary {
  background-color: #ffd100;
  font-family: "Gibson Regular", Arial, sans-serif;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease;
}
#campgroundHorizontalReserveValidationSummary .validation-summary-errors {
  min-width: 400px;
  background-color: #fff;
  border: solid 3px #c00;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
  display: none;
}
#campgroundHorizontalReserveValidationSummary .validation-summary-errors ul {
  margin: 0;
  padding: 10px 5px 10px 10px;
}
#campgroundHorizontalReserveValidationSummary .validation-summary-errors ul li {
  display: block;
  color: #c00;
}
#campgroundHorizontalReserveValidationSummary .validation-summary-errors ul li a {
  display: block;
  color: #c00;
}
#campgroundHorizontalReserveValidationSummary .validation-errors-title {
  font-size: 1.5em;
  padding: 10px;
  margin-bottom: 0;
  color: #c00;
}

.reservationFormH label {
  font-weight: bold;
}
.reservationFormH .form-group.has-feedback i {
  top: 40px;
}

.special-requests-box {
  border: 4px solid #F8D800;
  border-radius: 0;
  padding: 8px 13px;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #ced4da;
  padding: 0.375rem 0.75rem;
  background-image: none;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545 !important;
  padding: 0.375rem 0.75rem !important;
  background-image: none !important;
}

#reserve-container .details .modal-body {
  padding: 0;
}

#LanguageLocalization {
  border: 1px solid #ddd;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ui-autocomplete {
  border-radius: 0px !important;
}

.block-header {
  background-color: #007379;
  font-family: "Gibson SemiBold", Arial, sans-serif;
  color: #ffffff;
  display: block;
  padding: 10px;
  line-height: 0.9;
}
.block-header a {
  color: #ffffff !important;
}
.block-header h2 {
  font-size: 14px;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase !important;
}
.block-header .reserve-required-text {
  font-size: 12px;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase !important;
}

.block-header-optional {
  background-color: #767676;
  font-family: "Gibson SemiBold", Arial, sans-serif;
  color: #ffffff;
  display: block;
  padding: 10px;
  line-height: 0.9;
}
.block-header-optional a {
  color: #ffffff !important;
}
.block-header-optional h2 {
  font-size: 14px;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase !important;
}
.block-header-optional .reserve-required-text {
  font-size: 12px;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase !important;
}

.reserve-loyalty-reward-buttons .btn-outline {
  background-color: #fff;
  cursor: pointer;
  border: solid 1px #007379;
  font-weight: normal;
  font-family: Arial, sans-serif;
}
.reserve-loyalty-reward-buttons .btn-outline b {
  color: #007379;
}
.reserve-loyalty-reward-buttons .btn-outline b::before {
  content: "\f055";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  padding-right: 5px;
  pointer-events: none;
}
.reserve-loyalty-reward-buttons .btn-outline b.remove::before {
  content: "\f057" !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  padding-right: 5px;
  pointer-events: none;
}
.reserve-loyalty-reward-buttons .btn-outline input[type=radio] {
  opacity: 0;
  position: fixed;
}
.reserve-loyalty-reward-buttons .btn-outline.active {
  background-color: #007379 !important;
  color: #fff;
}
.reserve-loyalty-reward-buttons .btn-outline.active .text-muted {
  color: #fff !important;
}
.reserve-loyalty-reward-buttons .btn-outline.active b {
  color: #fff;
}
.reserve-loyalty-reward-buttons .btn-outline.active b::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #fff;
  padding-right: 5px;
  pointer-events: none;
}

.site-type-header-container {
  background-color: #eee;
  font-family: "Gibson SemiBold", Arial, sans-serif;
  line-height: 1.5;
  padding: 15px;
}

.saved-reservations-toggler {
  padding: 0.375rem 0.75rem;
}

td.date-highlight-mid {
  border: none !important;
  padding: 1px 0 1px 1px !important;
  background: none !important;
  overflow: hidden;
}

td.date-highlight-mid a {
  background: #d1e3f0 !important;
  border: 1px #88a276 solid !important;
}

td.date-highlight-end-point {
  border: none !important;
  padding: 1px 0 1px 1px !important;
  background: none !important;
  overflow: hidden;
}

td.date-highlight-end-point a {
  background: #a6dbff !important;
  border: 1px #88a276 solid !important;
}

@media (min-width: 425px) {
  #campgroundHorizontalReserve > ul > li button {
    /*width: 160px;*/
  }
}
@media (min-width: 575px) {
  #campgroundHorizontalReserve > ul > li {
    float: left;
    width: auto;
  }
  #campgroundHorizontalReserve > ul > li.res-date {
    width: auto;
  }
  #campgroundHorizontalReserve > ul > li button {
    /*padding-top: 0px;
    padding-bottom: 0px;*/
    margin-top: 8px;
  }
  #campgroundHorizontalReserve .date-picker {
    width: 150px;
  }
  #campgroundHorizontalReserve .dropdown-action-wrapper {
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  #reserveForm {
    min-height: 100px;
  }
  #reserveForm.fix-to-top {
    height: 60px;
  }
  #reserveForm.fix-to-top #campgroundHorizontalReserve {
    min-height: 116px;
    position: fixed;
    top: 51px;
    z-index: 1029;
    /*.form-group.has-feedback i {
    	top: 12px;
    }*/
  }
  #reserveForm.fix-to-top #campgroundHorizontalReserve label {
    /*display: none;*/
  }
  #reserveForm.fix-to-top #campgroundHorizontalReserve .form-group {
    margin-bottom: 0rem;
  }
  #reserveForm.fix-to-top #campgroundHorizontalReserve .btn-reserve {
    width: auto;
    /*height: 38px;*/
    margin-top: 0px;
  }
  #campgroundHorizontalReserve {
    min-height: 100px;
  }
  #campgroundHorizontalReserve > ul > li {
    width: auto;
  }
  .main-nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .nav-item-reserve-button {
    align-items: flex-end !important;
  }
}
@media (max-width: 768px) {
  button.full-width-button {
    width: 100%;
  }
}
@media (min-width: 790px) {
  #reserveForm {
    min-height: 100px;
  }
  #reserveForm.fix-to-top {
    height: 60px;
  }
  #reserveForm.fix-to-top #campgroundHorizontalReserve {
    min-height: 60px;
  }
  #reserveForm.fix-to-top .nav-item-reserve-button {
    align-items: flex-end;
  }
  #campgroundHorizontalReserve {
    min-height: 100px;
  }
}
.category-dropdown {
  padding: 0px 15px 0px 0px !important;
}

.category-dropdown button {
  border: 0px solid #ced4da;
  background: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 5px 10px 4px 10px;
  margin: 0px 10px 0px 10px;
}

.category-dropdown.step1 {
  padding-right: 0 !important;
}

.category-dropdown.step1 button {
  border: 1px solid #ced4da;
  padding: 6px 12px;
  margin: 0;
}
.category-dropdown.step1 button:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none !important;
}

.category-dropdown.step1.focused {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.category-dropdown .dropdown-menu {
  border: 1px solid #ced4da;
  border-radius: 0px;
  color: #212529;
}

.terms-checkbox {
  padding-left: 2rem;
}
.terms-checkbox .custom-control-label:before {
  background-color: #efefef;
  width: 1.5rem;
  height: 1.5rem;
  left: -2rem;
  top: 0rem;
}
.terms-checkbox .custom-control-label:after {
  width: 1.5rem;
  height: 1.5rem;
  left: -2rem;
  top: 0rem;
}

@media (max-width: 574px) {
  button[data-id=Reservation_SiteCategory] {
    height: 100%;
  }
  #campgroundHorizontalReserve .persistant-dropdown {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #campgroundHorizontalReserve .dropdown-menu {
    width: 100% !important;
  }
  #campgroundHorizontalReserve .btn-outline-primary {
    color: #e4002b;
    border: 1px solid #ced4da;
  }
  #campgroundHorizontalReserve .persistant-dropdown {
    margin-right: 18px;
  }
  #campgroundHorizontalReserve .persistant-dropdown:after {
    position: absolute;
    right: 10px;
    top: 45%;
  }
  #campgroundHorizontalReserve .dropdown-action-wrapper {
    padding-top: 16px;
  }
}
@media (min-width: 575px) {
  #campgroundHorizontalReserve .persistant-dropdown {
    min-width: 190px;
  }
  #campgroundHorizontalReserve .btn-outline-primary {
    color: #e4002b;
    border: 1px solid #ced4da;
  }
  #campgroundHorizontalReserve .persistant-dropdown {
    margin-right: 18px;
  }
  #campgroundHorizontalReserve .persistant-dropdown:after {
    position: absolute;
    right: 10px;
    top: 45%;
  }
}
.background.background-app .account-menu-nav {
  background-color: #fff;
  padding-left: 15px;
  padding-top: 8px;
  border-top: 1px solid #eee;
}

.account-menu-nav a {
  text-decoration: none;
  color: #727272;
}

.account-menu-nav a:visited {
  text-decoration: none;
  color: #727272;
}

.account-menu-nav a:hover {
  text-decoration: none !important;
  color: #E4002B;
}

.account-menu-nav a:active {
  text-decoration: none !important;
  color: #E4002B;
}

.account-menu-nav a:focus {
  text-decoration: none !important;
  color: #E4002B;
}

.app-web-navigation {
  background-color: #fff;
  padding-left: 15px;
  padding-top: 8px;
  border-top: 1px solid #eee;
}

@media (min-height: 775px) and (min-width: 992px) {
  #reservationFormHWrapper {
    position: sticky;
    top: 51px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  #reserve-sensible-weather .block-header-optional h2 {
    line-height: 1.3;
  }
}
#reserve-sensible-weather input {
  height: 30px;
  width: 30px;
}

.sensible-weather-modal-img-wrapper {
  max-width: 130px;
}

.sensible-weather-small-links {
  color: #5e5e5e !important;
  font-size: 0.75em !important;
}

.sensible-weather-small-links a {
  text-decoration: underline !important;
  color: #5e5e5e !important;
}

#sensible-weather-border {
  border: 1.5px solid #767676;
}

.sensible-weather-modal ul {
  margin-left: 2.5em;
}
.sensible-weather-modal ul li {
  list-style-type: disc;
}
.sensible-weather-modal ul li::marker {
  font-size: 10px;
}

#add-ons-dropdown {
  /*START: ZEBRA LIST*/
  /*END: ZEBRA LIST*/
}
#add-ons-dropdown .addon-col {
  display: none;
}
#add-ons-dropdown .load-less {
  display: none;
}
#add-ons-dropdown .addon-col:nth-child(1) .addon-wrapper {
  background-color: #f9f9f9;
}
#add-ons-dropdown .addon-col:nth-child(even) .addon-wrapper {
  background-color: #fff;
}
#add-ons-dropdown .addon-col:nth-child(odd) .addon-wrapper {
  background-color: #f9f9f9;
}
#add-ons-dropdown .addon-col .addon-wrapper {
  border: 1px solid #e9ecef;
}
@media (min-width: 992px) {
  #add-ons-dropdown .addon-col.two-col:nth-child(even) {
    padding-left: 1em !important;
  }
}
@media (min-width: 992px) {
  #add-ons-dropdown .addon-col.two-col:nth-child(odd) {
    padding-right: 1em !important;
  }
}
@media (min-width: 992px) {
  #add-ons-dropdown .addon-col.two-col:nth-child(4n+1) .addon-wrapper, #add-ons-dropdown .addon-col.two-col:nth-child(4n+4) .addon-wrapper {
    background-color: #f9f9f9;
  }
}
@media (min-width: 992px) {
  #add-ons-dropdown .addon-col.two-col:nth-child(4n+2) .addon-wrapper, #add-ons-dropdown .addon-col.two-col:nth-child(4n+3) .addon-wrapper {
    background-color: #fff;
  }
}
#add-ons-dropdown .addon-wrapper .counter-wrapper {
  height: 40px;
}
#add-ons-dropdown .addon-wrapper .counter-wrapper .counter-minus, #add-ons-dropdown .addon-wrapper .counter-wrapper .counter-plus {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #e9ecef;
  border: 1px solid #d5d6d6;
}
#add-ons-dropdown .addon-wrapper .counter-wrapper .counter-minus span, #add-ons-dropdown .addon-wrapper .counter-wrapper .counter-plus span {
  color: #007379;
}
#add-ons-dropdown .addon-wrapper .counter-wrapper .counter-input {
  max-width: 40px;
  border: none;
  text-align: center;
  border-top: 1px solid #d5d6d6;
  border-bottom: 1px solid #d5d6d6;
}

h1, h2, h3, h4, h5, h6, .p-h2 {
  font-family: "Gibson SemiBold", Arial, sans-serif;
}

h1, h2, .p-h2 {
  font-size: 2.2rem;
}

a {
  color: #0059bb;
}

a:focus {
  outline: none;
}

.text-upper {
  text-transform: uppercase;
  font-size: 1.25rem;
}

.header-upper {
  font-size: 1.25rem;
}

.font-size-h1 {
  font-size: 2.6rem;
}

.font-size-h2 {
  font-size: 2rem;
}

.font-size-h3 {
  font-size: 1.75rem;
}

.font-size-h4 {
  font-size: 1.5rem;
}

.font-size-h5 {
  font-size: 1.25rem;
}

.red-bullet-list li, .yellow-bullet-list li, .black-bullet-list li {
  padding-left: 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.red-bullet-list li:before, .yellow-bullet-list li:before, .black-bullet-list li:before {
  content: ".";
  color: #e4002b;
  font-weight: 900;
  padding: 0 5px 10px 0;
  line-height: 1;
  vertical-align: top;
  margin-left: -10px;
}

.red-bullet-list.row, .gray-bullet-list.row {
  margin-left: 0px;
  margin-right: 0px;
}

.yellow-bullet-list {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.yellow-bullet-list li:before {
  color: #ffd100;
}

.yellow-bullet-list li a {
  color: white;
}

.gray-bullet-list li {
  padding-left: 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.gray-bullet-list li:before {
  content: ".";
  color: #bbbcbc;
  font-weight: 900;
  padding: 0 5px 10px 0;
  line-height: 1;
  vertical-align: top;
  margin-left: -10px;
}

.black-bullet-list li:before {
  color: #000;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.dotted-border-separator {
  width: 200px;
  border-top: 6px dotted;
}

.form-control.no-border {
  border: 0px none;
}

#smartbanner {
  display: none !important;
}

.clp-wrapper {
  height: calc(100vh + 100px);
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  /* NOTE: we need to set a min height to handle marketing messages. Based on screen resolution,
  	this may prevent the reservation bar from displaying completely.
  */
  min-height: 560px;
}
.clp-wrapper.shortened-hero {
  min-height: 300px;
  height: 300px;
}
.clp-wrapper.shortened-hero .campground-welcome {
  height: auto;
  padding: 92px 40px 40px 40px;
}
.clp-wrapper.shortened-hero .campground-welcome .campground-welcome-details .clp-brand-segmentation-logo {
  display: none;
}
.clp-wrapper.shortened-hero .campground-welcome .campground-welcome-details h2 {
  display: none;
}
.clp-wrapper.shortened-hero .campground-welcome .campground-welcome-details div {
  display: none;
}
.clp-wrapper .main-menu-container .ui-autocomplete {
  background-color: #000 !important;
  top: 40px !important;
  left: -25px !important;
  width: 320px !important;
}

.hero-img, .clp-section-hero-img {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: -1;
}

.clp-section-hero-img {
  position: absolute;
  height: 950px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.clp-section {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.clp-section, .clp-section-content-wrapper, .clp-section-short {
  height: auto;
}

.clp-section-short {
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.clp-section-short .container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.clp-section-amenities {
  overflow: visible;
}
.clp-section-amenities .amenities-img {
  display: none;
  position: absolute;
  left: 0;
  max-height: 440px;
  max-width: 45%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
}

.attractions .card-img-container .card-img {
  transition: all 0.9s ease;
}
.attractions .card-img-container:hover .card-img {
  transform: scale(1.05);
}

.clp-section-wts, .food, .albums, .photos, .recreation, .other-regions {
  height: auto;
  text-align: center;
}
.clp-section-wts h2, .food h2, .albums h2, .photos h2, .recreation h2, .other-regions h2 {
  font-family: "Voltage Bold";
  font-size: 3rem;
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 15px;
  text-shadow: 0px 0px 14px rgb(0, 0, 0);
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.clp-section-wts .img-grid, .food .img-grid, .albums .img-grid, .photos .img-grid, .recreation .img-grid, .other-regions .img-grid {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clp-section-wts .img-cover-box-outer, .food .img-cover-box-outer, .albums .img-cover-box-outer, .photos .img-cover-box-outer, .recreation .img-cover-box-outer, .other-regions .img-cover-box-outer {
  position: relative;
  overflow: hidden;
}
.clp-section-wts .img-cover-box-outer:hover, .food .img-cover-box-outer:hover, .albums .img-cover-box-outer:hover, .photos .img-cover-box-outer:hover, .recreation .img-cover-box-outer:hover, .other-regions .img-cover-box-outer:hover {
  /*.img-cover-box {
  	transform: scale(1.05);
  }*/
}
.clp-section-wts .img-cover-box-outer:hover .img-cover-box > .btn-food-service, .food .img-cover-box-outer:hover .img-cover-box > .btn-food-service, .albums .img-cover-box-outer:hover .img-cover-box > .btn-food-service, .photos .img-cover-box-outer:hover .img-cover-box > .btn-food-service, .recreation .img-cover-box-outer:hover .img-cover-box > .btn-food-service, .other-regions .img-cover-box-outer:hover .img-cover-box > .btn-food-service {
  visibility: visible;
  opacity: 1;
  z-index: 900;
}
.clp-section-wts .img-cover-box-outer:hover .img-cover-box .img-cover, .food .img-cover-box-outer:hover .img-cover-box .img-cover, .albums .img-cover-box-outer:hover .img-cover-box .img-cover, .photos .img-cover-box-outer:hover .img-cover-box .img-cover, .recreation .img-cover-box-outer:hover .img-cover-box .img-cover, .other-regions .img-cover-box-outer:hover .img-cover-box .img-cover {
  transform: scale(1.05);
}
.clp-section-wts .img-cover-box-outer:hover div.btn-blue-white, .food .img-cover-box-outer:hover div.btn-blue-white, .albums .img-cover-box-outer:hover div.btn-blue-white, .photos .img-cover-box-outer:hover div.btn-blue-white, .recreation .img-cover-box-outer:hover div.btn-blue-white, .other-regions .img-cover-box-outer:hover div.btn-blue-white {
  background-color: #00a3e0;
  color: #fff;
}
.clp-section-wts .img-cover-box-outer div.btn-blue-white, .food .img-cover-box-outer div.btn-blue-white, .albums .img-cover-box-outer div.btn-blue-white, .photos .img-cover-box-outer div.btn-blue-white, .recreation .img-cover-box-outer div.btn-blue-white, .other-regions .img-cover-box-outer div.btn-blue-white {
  font-family: "Gibson SemiBold", Arial, sans-serif;
  font-size: 1.2em;
  position: absolute;
  z-index: 900;
  width: 100%;
  bottom: 0px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  padding: 10px 0px 10px 0px;
  pointer-events: none;
}
.clp-section-wts .img-cover-box, .food .img-cover-box, .albums .img-cover-box, .photos .img-cover-box, .recreation .img-cover-box, .other-regions .img-cover-box {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 350px;
  transition: all 0.9s ease;
}
.clp-section-wts .img-cover-box .img-cover, .food .img-cover-box .img-cover, .albums .img-cover-box .img-cover, .photos .img-cover-box .img-cover, .recreation .img-cover-box .img-cover, .other-regions .img-cover-box .img-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.9s ease;
}
.clp-section-wts .img-cover-box button, .clp-section-wts .img-cover-box > a.btn, .food .img-cover-box button, .food .img-cover-box > a.btn, .albums .img-cover-box button, .albums .img-cover-box > a.btn, .photos .img-cover-box button, .photos .img-cover-box > a.btn, .recreation .img-cover-box button, .recreation .img-cover-box > a.btn, .other-regions .img-cover-box button, .other-regions .img-cover-box > a.btn {
  font-size: 1.2em;
  position: absolute;
  bottom: 0px;
  left: 0;
  /*transform: translateX(-50%);*/
  width: 100%;
  font-family: "Gibson SemiBold", Arial, sans-serif;
  padding: 10px 0px 10px 0px;
}
.clp-section-wts .img-cover-box button.local-area-overlay-btn, .clp-section-wts .img-cover-box > a.btn.local-area-overlay-btn, .food .img-cover-box button.local-area-overlay-btn, .food .img-cover-box > a.btn.local-area-overlay-btn, .albums .img-cover-box button.local-area-overlay-btn, .albums .img-cover-box > a.btn.local-area-overlay-btn, .photos .img-cover-box button.local-area-overlay-btn, .photos .img-cover-box > a.btn.local-area-overlay-btn, .recreation .img-cover-box button.local-area-overlay-btn, .recreation .img-cover-box > a.btn.local-area-overlay-btn, .other-regions .img-cover-box button.local-area-overlay-btn, .other-regions .img-cover-box > a.btn.local-area-overlay-btn {
  /*font-family: inherit;*/
}
.clp-section-wts .img-cover-box button.local-area-overlay-btn i, .clp-section-wts .img-cover-box > a.btn.local-area-overlay-btn i, .food .img-cover-box button.local-area-overlay-btn i, .food .img-cover-box > a.btn.local-area-overlay-btn i, .albums .img-cover-box button.local-area-overlay-btn i, .albums .img-cover-box > a.btn.local-area-overlay-btn i, .photos .img-cover-box button.local-area-overlay-btn i, .photos .img-cover-box > a.btn.local-area-overlay-btn i, .recreation .img-cover-box button.local-area-overlay-btn i, .recreation .img-cover-box > a.btn.local-area-overlay-btn i, .other-regions .img-cover-box button.local-area-overlay-btn i, .other-regions .img-cover-box > a.btn.local-area-overlay-btn i {
  margin-left: 5px;
  font-size: 0.9em;
}
.clp-section-wts .img-cover-box .local-area-overlay, .food .img-cover-box .local-area-overlay, .albums .img-cover-box .local-area-overlay, .photos .img-cover-box .local-area-overlay, .recreation .img-cover-box .local-area-overlay, .other-regions .img-cover-box .local-area-overlay {
  align-items: center;
  display: none;
  background-color: rgba(0, 93, 168, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 2rem;
  min-width: 300px;
  text-align: left;
  width: 100%;
  z-index: 1;
}
.clp-section-wts .img-cover-box .local-area-overlay::-webkit-scrollbar, .food .img-cover-box .local-area-overlay::-webkit-scrollbar, .albums .img-cover-box .local-area-overlay::-webkit-scrollbar, .photos .img-cover-box .local-area-overlay::-webkit-scrollbar, .recreation .img-cover-box .local-area-overlay::-webkit-scrollbar, .other-regions .img-cover-box .local-area-overlay::-webkit-scrollbar {
  display: none;
}
.clp-section-wts .img-cover-box .local-area-overlay.overlay-visible, .food .img-cover-box .local-area-overlay.overlay-visible, .albums .img-cover-box .local-area-overlay.overlay-visible, .photos .img-cover-box .local-area-overlay.overlay-visible, .recreation .img-cover-box .local-area-overlay.overlay-visible, .other-regions .img-cover-box .local-area-overlay.overlay-visible {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clp-section-wts .img-cover-box .local-area-overlay p, .food .img-cover-box .local-area-overlay p, .albums .img-cover-box .local-area-overlay p, .photos .img-cover-box .local-area-overlay p, .recreation .img-cover-box .local-area-overlay p, .other-regions .img-cover-box .local-area-overlay p {
  color: #fff;
  margin: 0;
}
.clp-section-wts .img-cover-box .local-area-overlay a, .food .img-cover-box .local-area-overlay a, .albums .img-cover-box .local-area-overlay a, .photos .img-cover-box .local-area-overlay a, .recreation .img-cover-box .local-area-overlay a, .other-regions .img-cover-box .local-area-overlay a {
  color: #ffd100;
}
.clp-section-wts .img-cover-box .close-overlay, .food .img-cover-box .close-overlay, .albums .img-cover-box .close-overlay, .photos .img-cover-box .close-overlay, .recreation .img-cover-box .close-overlay, .other-regions .img-cover-box .close-overlay {
  color: #fff;
  display: none;
  position: absolute;
  right: 5px;
  top: 8px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  z-index: 2;
}
.clp-section-wts .img-cover-box-clickable, .food .img-cover-box-clickable, .albums .img-cover-box-clickable, .photos .img-cover-box-clickable, .recreation .img-cover-box-clickable, .other-regions .img-cover-box-clickable {
  cursor: pointer;
}

.clp-section-wts .local-area-overlay {
  overflow-y: scroll;
}

.clp-section.clp-section-mobile-expand {
  height: auto;
}
.clp-section.clp-section-mobile-expand .clp-section-content-wrapper {
  height: auto;
}

.food .img-cover-box {
  height: 450px;
  /*button {
  	width: auto;
  }*/
}

.photos {
  margin-left: -5px;
  margin-right: -5px;
}
.photos div[class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.photos .img-cover-box {
  height: 250px;
}
.photos .img-cover-box:hover span.title, .photos .img-cover-box:focus-within span.title {
  opacity: 1;
}
.photos .img-cover-box:hover .photos-social, .photos .img-cover-box:focus-within .photos-social {
  opacity: 1;
}
.photos .img-cover-box .img-disabled:hover span.title, .photos .img-cover-box .img-disabled:focus-within span.title {
  opacity: 0;
}
.photos .img-cover-box .img-disabled:hover .photos-social, .photos .img-cover-box .img-disabled:focus-within .photos-social {
  opacity: 0;
}
.photos .img-cover-box span.title {
  background-color: rgba(0, 114, 206, 0.8);
  color: #fff;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0.5rem;
  text-align: left;
  transition: all 0.5s;
  z-index: 1;
}
.photos .img-cover-box .photos-social {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5rem;
  width: auto;
  z-index: 2;
}
.photos .img-cover-box .photos-social a {
  color: #fff;
}
.photos .img-cover-box .video-play {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.attractions .img-cover-box, .activities .img-cover-box {
  height: 450px;
}
.attractions .local-area-overlay, .activities .local-area-overlay {
  overflow: scroll;
}

.food-service h2 {
  font-size: 2em;
}
.food-service .row {
  overflow: hidden;
}

.clp-section-auto {
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.clp-section-auto .row {
  align-items: center;
}

.clp-section-container-wrapper {
  width: 100%;
}

.clp-section-content-wrapper {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 2em;
}
.clp-section-content-wrapper.d-flex {
  align-items: center;
}
.clp-section-content-wrapper a:not(.btn):not(.activity-link) {
  color: #ffd100;
}

.clp-section-content {
  overflow: hidden;
  height: 500px;
  width: 100%;
  position: relative;
}
.clp-section-content.h-auto h2 {
  margin-top: auto;
}

.clp-section-half {
  padding: 0 15px;
  width: 100%;
}
.clp-section-half ul.red-bullet-list, .clp-section-half ul.gray-bullet-list {
  padding-left: 15px;
}

.btn-read-more {
  display: none;
}
.btn-read-more:focus {
  box-shadow: none;
  text-decoration: underline;
}

.btn-read-more-card {
  display: none;
  font-family: "Gibson Regular";
  margin: 0 auto;
  border-top: #0072ce 1px solid;
  border-bottom: #0072ce 1px solid;
  margin-bottom: 15px;
  width: 100%;
}

.btn-recreation-read-more:focus {
  box-shadow: none;
}

.gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
}

.gradient-white {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}

.gradient-dark {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

.hero-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.campground-wrapper {
  height: 40vh;
}

button:focus {
  outline: none;
}

.col-no-pad {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.dropdown-toggle.active::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

ul.bbcode-list {
  list-style-type: initial;
  margin-left: 1rem;
}

#campgroundContactOverlay {
  background-color: #000;
  color: #fff;
  font-family: "Gibson SemiBold", Arial, sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
#campgroundContactOverlay ul {
  margin: 0px auto;
}
#campgroundContactOverlay ul > li {
  float: left;
  padding: 0 15px;
}
#campgroundContactOverlay ul > li a {
  color: #fff;
}
#campgroundContactOverlay ul > li i {
  color: #ffd100;
}

.form-group {
  position: relative;
}
.form-group.has-feedback .form-control {
  padding-right: 30px;
}
.form-group.has-feedback i {
  position: absolute;
  width: auto;
  top: 35px;
  right: 10px;
  margin-top: 0;
}

.campground-welcome {
  font-family: "Gibson SemiBold", Arial, sans-serif;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100vh;
  align-items: center;
  color: #fff;
  padding: 92px 20px 40px 20px;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.campground-welcome > div {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.campground-welcome h2, .campground-welcome .campground-name, .campground-welcome .p-h2 {
  text-shadow: 0px 0px 14px rgb(0, 0, 0);
}
.campground-welcome .clp-brand-segmentation-logo {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 14px rgb(0, 0, 0);
  -moz-box-shadow: 0px 0px 14px rgb(0, 0, 0);
  box-shadow: 0px 0px 14px rgb(0, 0, 0);
  display: inline-block;
}
.campground-welcome .clp-brand-segmentation-logo img {
  width: 80px;
}
.campground-welcome .unbranded-segmentation-logo {
  display: inline-block;
}
.campground-welcome .unbranded-segmentation-logo img {
  width: 80px;
}
.campground-welcome .campground-name {
  font-size: 2em;
  text-transform: uppercase;
}
.campground-welcome p.campground-name {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.campground-welcome h2, .campground-welcome .p-h2 {
  font-size: 1.5rem;
}
.campground-welcome .p-h2 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.campground-welcome .btn-cta {
  font-family: "Gibson SemiBold", Arial, sans-serif;
  font-size: 1.5em;
  padding: 0px 0px 0px 15px;
  white-space: nowrap;
  border: 0px;
}
.campground-welcome .btn-cta:hover i:before {
  background-color: rgba(0, 0, 0, 0);
}
.campground-welcome .btn-cta i:before {
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  padding: 10px 15px 10px 20px;
  display: block;
}
.campground-welcome.has-message .campground-name {
  font-size: 1.8rem;
}
.campground-welcome.has-message h2, .campground-welcome.has-message .p-h2 {
  font-size: 1.3rem;
}
.campground-welcome.has-message .btn-cta {
  font-size: 1.2rem;
}

.campground-welcome-details {
  pointer-events: all;
}

.link-download {
  margin-right: auto;
  margin-left: 20px;
  padding-top: 9px;
}

.icon-fee:after {
  content: "(\f155)";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  color: #333;
  font-weight: 400;
  margin-left: 5px;
}

.small-carousel-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}
.small-carousel-container a {
  color: #000;
  cursor: pointer;
}
.small-carousel-container a:hover {
  text-decoration: none;
}

.small-carousel-slider .media h5 {
  margin-bottom: 0rem;
}
.small-carousel-slider .media p {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.small-carousel-slider .media p a {
  color: #0072ce;
}
.small-carousel-slider div.slick-slide, .small-carousel-slider div.carousel-box {
  border: solid 2px #bbbcbc;
  height: 350px;
  margin: 0 15px;
  position: relative;
}
.small-carousel-slider .carousel-box .media-calendar {
  height: 180px;
  width: 180px;
  position: relative;
  background: url("/content/images/Calendar-Icon.png") no-repeat center center;
  background-size: cover;
}
.small-carousel-slider .carousel-box .media-calendar .media-calendar-month {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.small-carousel-slider .carousel-box .media-calendar .media-calendar-days {
  position: absolute;
  top: 95px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  width: 100%;
  text-align: center;
}
.small-carousel-slider .slick-prev {
  left: -10px;
}
.small-carousel-slider .slick-next {
  right: -10px;
}
.small-carousel-slider .slick-prev:before,
.small-carousel-slider .slick-next:before {
  font-size: 20px;
}

#ratingsSlider i.fa-quote-left {
  color: #bbbcbc;
  position: absolute;
  left: 1rem;
}
#ratingsSlider div.slick-slide {
  overflow: hidden;
  padding: 1.2rem 1.2rem 1.2rem 3.2rem;
}

#eventsSlider.small-carousel-slider div.slick-slide, #eventsSliderNoSlide.small-carousel-slider div.slick-slide, #blogSlider.small-carousel-slider div.slick-slide {
  height: 400px;
}
#eventsSlider.small-carousel-slider div.slick-slide .media, #eventsSliderNoSlide.small-carousel-slider div.slick-slide .media, #blogSlider.small-carousel-slider div.slick-slide .media {
  display: block;
  position: relative;
}
#eventsSlider.small-carousel-slider div.slick-slide .media span.media-img, #eventsSliderNoSlide.small-carousel-slider div.slick-slide .media span.media-img, #blogSlider.small-carousel-slider div.slick-slide .media span.media-img {
  display: block;
  width: 100%;
  text-align: center;
}
#eventsSlider.small-carousel-slider div.slick-slide .media img, #eventsSliderNoSlide.small-carousel-slider div.slick-slide .media img, #blogSlider.small-carousel-slider div.slick-slide .media img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#eventsSlider.small-carousel-slider div.slick-slide, #eventsSliderNoSlide.small-carousel-slider div.slick-slide, #blogSlider.small-carousel-slider div.slick-slide {
  height: 440px;
}

#eventsSlider.small-carousel-slider .media .media-calendar, #eventsSliderNoSlide.small-carousel-slider .media .media-calendar {
  position: absolute;
  top: -26px;
  left: 30px;
  height: 90px;
  width: 100px;
  background: url(/content/images/Calendar-Icon-Events-Small.png) no-repeat center center;
  background-size: cover;
}
#eventsSlider.small-carousel-slider .media .media-calendar .media-calendar-month, #eventsSliderNoSlide.small-carousel-slider .media .media-calendar .media-calendar-month {
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #e4002b;
  text-align: center;
  width: 100%;
}
#eventsSlider.small-carousel-slider .media .media-calendar .media-calendar-days, #eventsSliderNoSlide.small-carousel-slider .media .media-calendar .media-calendar-days {
  position: absolute;
  top: 55px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  width: 100%;
  text-align: center;
}

.activity-link:hover {
  cursor: pointer;
  color: #ffd100 !important;
}

.activity-link.active {
  color: #ffd100 !important;
  transition: 0.5s;
}

.top-wedge, .bottom-wedge {
  display: none;
}

.alt-dark {
  background-color: #f2f2f2;
}

.reviews .nav-link {
  padding: 0.5rem 0.5rem;
}

.ratings-comment {
  overflow: hidden;
}

.blog-latest {
  color: #000;
  font-size: 2.5em;
}

.shade-background {
  background-color: #f2f2f2;
}

#clpcarouselHighRes {
  max-height: 500px;
  max-width: 1510px;
  margin-bottom: 20px;
  margin-top: 0px;
}
#clpcarouselHighRes .carousel-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-width: 1510px;
  max-height: 500px;
  min-height: 250px;
  height: 58vh;
  background-color: #777;
  background-attachment: scroll;
  background-position-x: 50%;
  background-position-y: 50%;
}
#clpcarouselHighRes .carousel-caption {
  background: rgba(0, 114, 206, 0.8);
  bottom: 0px;
  color: #fff;
  left: 0%;
  padding: 10px;
  position: absolute;
  right: 0%;
  text-align: left;
  text-shadow: none;
  z-index: 10;
}
#clpcarouselHighRes .carousel-indicators {
  bottom: 3px;
  left: 78%;
  list-style: outside none none;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  text-align: right;
  width: 20%;
  z-index: 15;
}
#clpcarouselHighRes .carousel-indicators li {
  border: 1px solid #666666;
}
#clpcarouselHighRes .carousel-indicators .active {
  background-color: #666666;
}

#site-type-photo-carousel .carousel-caption {
  display: none;
  background: rgba(0, 114, 206, 0.8);
  bottom: 0px;
  color: #fff;
  left: 0%;
  padding: 10px;
  position: absolute;
  right: 0%;
  text-align: left;
  text-shadow: none;
  z-index: 10;
}
#site-type-photo-carousel .indicator-container {
  height: 50px;
}
#site-type-photo-carousel .carousel-indicators {
  bottom: 3px;
  left: 0;
  list-style: outside none none;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 15;
}
#site-type-photo-carousel .carousel-indicators li {
  background-color: #000;
}
#site-type-photo-carousel .carousel-indicators .active {
  background-color: #ffd100;
}

@media (min-width: 768px) {
  #site-type-photo-carousel .carousel-caption {
    display: block;
  }
  #site-type-photo-carousel .carousel-indicators {
    left: 78%;
    width: 20%;
  }
}
.scroll-pane-container {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.scroll-pane-container.last {
  border-bottom: none;
}
.scroll-pane-container ul.list-inline {
  display: flex;
}

@media (max-width: 340px) {
  .scroll-pane-container ul.list-inline .list-inline-item:not(:last-child) {
    margin-right: 0.25rem;
  }
}
.card-header h5 {
  margin-bottom: 0px;
}

.events .media-calendar {
  position: absolute;
  top: -37px;
  left: 30px;
  height: 130px;
  width: 144px;
  background: url("/content/images/Calendar-Icon-Events.png") no-repeat center center;
  background-size: cover;
}
.events .media-calendar .media-calendar-month {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #e4002b;
  text-align: center;
  width: 100%;
}
.events .media-calendar .media-calendar-days {
  position: absolute;
  top: 75px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  width: 100%;
  text-align: center;
}
.events .tile-inner {
  overflow: hidden;
  height: 350px;
}
.events .card-img-top {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
}
.events.single-event .card-img-top {
  max-height: 100%;
}

.blog h1 {
  font-size: 2.25em;
}
.blog h2 {
  font-size: 1.5em;
}
.blog h3 {
  font-size: 1.125em;
}
.blog img {
  max-width: 100%;
  height: auto;
}

.box-shadow {
  box-shadow: 16px 16px 48px rgba(32, 16, 0, 0.125);
}

h4.foodservice-item {
  margin-bottom: 0;
}

div.foodservice-item ul {
  margin-bottom: 0;
}

.clp-content-anchor a {
  position: absolute;
  left: 0px;
  top: -283px;
}

.clp-content-anchor {
  position: relative;
}

#recreationDescriptionContainer {
  display: none;
  border: 2px solid #fff;
  padding: 1em;
}

#virtualTour {
  cursor: pointer;
  max-width: 1540px;
  position: relative;
  width: 100%;
  max-height: 515px;
}
#virtualTour .video-play {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#virtualTour img {
  width: 100%;
}

.card-read-more {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.card-read-more .gradient {
  /*display: none;*/
  opacity: 0;
}

.btn-read-more-card {
  display: none;
}

.card-link {
  text-decoration: none;
  color: #000;
}
.card-link:hover {
  color: #000;
}

.site-type-nav-img {
  color: #555;
}

.shape-circle {
  border-radius: 50%;
}

.group-request {
  height: 300px;
  width: 300px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.group-request .group-request-box {
  height: 180px;
  width: 250px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.group-request .group-request-box p {
  font-size: 2em;
  font-family: "Gibson SemiBold";
  line-height: 1.2;
}

.flex-vertical-align {
  align-items: center;
}

.scroll-down {
  color: #fff;
  height: 32px;
  width: 32px;
  display: block;
  font-size: 2.4rem;
  opacity: 1;
  position: absolute;
  z-index: 2000;
  animation: bounce 2s infinite 2s;
  -webkit-animation: bounce 2s infinite 2s;
}
.scroll-down:hover {
  color: #bbbcbc;
}

.share-social-links a {
  font-size: 40px;
  margin-right: 5px;
  display: inline-block;
}

.share-social-links .fa-facebook {
  color: #3b5998;
}

.share-social-links .fa-twitter-square {
  color: #55acee;
}

.share-social-links .fa-envelope-square {
  color: #666;
}

/* BEGIN: GTranslate Custom CSS */
.skiptranslate {
  display: none !important;
}

.gtranslate-select, #translationsSelect, #translationsSelectMobile {
  max-width: 115px;
  padding-right: 0px;
  padding-left: 0px;
}

#translationsSelect option, #translationsSelectMobile option {
  color: #000;
}

#findAKOA span:nth-child(2), #reserveButtonMobile span:nth-child(2) {
  display: none;
}

.translated-ltr #findAKOA span:nth-child(1), .translated-ltr #reserveButtonMobile span:nth-child(1) {
  display: none;
}
.translated-ltr #findAKOA span:nth-child(2), .translated-ltr #reserveButtonMobile span:nth-child(2) {
  display: inline;
}

#userLoginBtn span:nth-child(1), #loginBoxLoginBtn span:nth-child(1), #koa-login span:nth-child(1) {
  display: inline;
}
#userLoginBtn span:nth-child(2), #loginBoxLoginBtn span:nth-child(2), #koa-login span:nth-child(2) {
  display: none;
}

.translated-ltr #userLoginBtn span:nth-child(1), .translated-ltr #loginBoxLoginBtn span:nth-child(1), .translated-ltr #koa-login span:nth-child(1) {
  display: none;
}
.translated-ltr #userLoginBtn span:nth-child(2), .translated-ltr #loginBoxLoginBtn span:nth-child(2), .translated-ltr #koa-login span:nth-child(2) {
  display: inline;
}

#translateStatus {
  opacity: 0;
  height: 0px;
  width: 0px;
}

.translated-ltr #findAKOA font {
  vertical-align: baseline !important;
}
.translated-ltr #loginBoxLoginBtn {
  padding-top: 0.5rem !important;
}
.translated-ltr #reserve-step1-form .toggle-buttons {
  height: auto;
}

/* END: GTranslate Custom CSS */
@media (min-width: 375px) {
  .campground-welcome {
    padding: 132px 40px 40px 40px;
  }
  .campground-welcome h2, .campground-welcome .p-h2 {
    font-size: 2rem;
  }
  .campground-welcome.has-message .campground-name {
    font-size: 1.8rem;
  }
  .campground-welcome.has-message h2, .campground-welcome.has-message .p-h2 {
    font-size: 1.3rem;
  }
  .campground-welcome.has-message .btn-cta {
    font-size: 1.2rem;
  }
  /*.clp-section, .clp-section-content-wrapper, .clp-section.clp-section-mobile-expand,
  .clp-section.clp-section-mobile-expand .clp-section-content-wrapper {
  	height: 898px;
  }*/
  .clp-section-short, .clp-section-wts, .clp-section-auto {
    height: auto;
  }
  .small-carousel-slider div.slick-slide, .small-carousel-slider div.carousel-box {
    height: 300px;
  }
  .food-service h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 425px) {
  .small-carousel-slider div.slick-slide, .small-carousel-slider div.carousel-box {
    height: 250px;
  }
  #eventsSlider.small-carousel-slider div.slick-slide, #eventsSliderNoSlide.small-carousel-slider div.slick-slide, #blogSlider.small-carousel-slider div.slick-slide {
    height: 200px;
  }
  #eventsSlider.small-carousel-slider div.slick-slide .media, #eventsSliderNoSlide.small-carousel-slider div.slick-slide .media, #blogSlider.small-carousel-slider div.slick-slide .media {
    display: flex;
  }
  #eventsSlider.small-carousel-slider div.slick-slide .media span.media-img, #eventsSliderNoSlide.small-carousel-slider div.slick-slide .media span.media-img, #blogSlider.small-carousel-slider div.slick-slide .media span.media-img {
    width: auto;
    text-align: center;
  }
  #eventsSlider.small-carousel-slider div.slick-slide .media img, #eventsSliderNoSlide.small-carousel-slider div.slick-slide .media img, #blogSlider.small-carousel-slider div.slick-slide .media img {
    display: block;
    margin-left: 0px;
    margin-right: 1rem;
  }
  #eventsSlider.small-carousel-slider div.slick-slide, #eventsSliderNoSlide.small-carousel-slider div.slick-slide, #blogSlider.small-carousel-slider div.slick-slide {
    height: 330px;
  }
}
@media (max-width: 575px) {
  .yellow-bullet-list > li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #clpcarouselHighRes .carousel-item {
    height: 17vh;
    min-height: 100px;
  }
  #clpcarouselHighRes .carousel-item .carousel-caption {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 0.85rem;
  }
  #clpcarouselHighRes .carousel-indicators {
    margin-bottom: 1px;
  }
}
@media (min-width: 575px) {
  .campground-welcome .campground-name {
    font-size: 3.5em;
  }
  .campground-welcome.has-message .campground-name {
    font-size: 2.5em;
  }
  .campground-welcome.has-message h2, .campground-welcome.has-message .p-h2 {
    font-size: 1.5em;
  }
  .campground-welcome.has-message .btn-cta {
    font-size: 1em;
  }
  h1, h2, .p-h2 {
    font-size: 2.6rem;
  }
  .small-carousel-slider div.slick-slide, .small-carousel-slider div.carousel-box {
    height: 200px;
  }
  .clp-section, .clp-section-content-wrapper, .clp-section.clp-section-mobile-expand,
  .clp-section.clp-section-mobile-expand .clp-section-content-wrapper {
    height: 898px;
  }
  .clp-section.clp-section-wedge, .clp-section-wedge .clp-section-content-wrapper, .clp-section.clp-section-mobile-expand.clp-section-wedge,
  .clp-section.clp-section-mobile-expand.clp-section-wedge .clp-section-content-wrapper {
    min-height: 898px;
    height: auto;
  }
  .clp-section.clp-section-recreation, .clp-section.clp-section-recreation .clp-section-content-wrapper {
    height: 1050px;
  }
  .clp-section.clp-section-recreation.clp-section-wedge, .clp-section.clp-section-recreation.clp-section-wedge .clp-section-content-wrapper {
    min-height: 1050px;
    height: auto;
  }
  .clp-section-short, .clp-section-wts, .clp-section-auto {
    height: auto;
  }
  .clp-section-content-wrapper {
    padding: 3em;
  }
  .campground-welcome {
    padding: 92px 40px 40px 40px;
  }
  .clp-section-short {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #eventsSlider.small-carousel-slider div.slick-slide, #eventsSliderNoSlide.small-carousel-slider div.slick-slide, #blogSlider.small-carousel-slider div.slick-slide {
    height: 250px;
  }
  #recreationDescriptionContainer {
    max-height: 200px;
    margin-bottom: 10px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #666 #ddd;
  }
  #recreationDescriptionContainer::-webkit-scrollbar {
    -webkit-appearance: none;
    opacity: 1;
    display: block;
    width: 12px;
  }
  #recreationDescriptionContainer::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 768px) {
  .clp-brand-segmentation-logo-mobile {
    max-width: 60%;
  }
}
@media (min-width: 575px) and (max-width: 768px) {
  #clpcarouselHighRes .carousel-item {
    height: 23vh;
    min-height: 200px;
  }
}
@media (min-width: 768px) {
  #campgroundContactOverlay {
    min-height: 50px;
    position: absolute;
    bottom: 0;
  }
  .clp-wrapper {
    height: calc(100vh - 99px);
  }
  .clp-wrapper.shortened-hero {
    min-height: 200px;
    height: 200px;
  }
  .campground-welcome {
    height: calc(100vh - 52px - 170px);
    padding: 92px 40px 40px 40px;
  }
  .clp-section-content-wrapper {
    width: 100%;
  }
  .clp-section-content-wrapper.top-wedge-wrapper {
    padding-top: 11vw;
  }
  .clp-section-content-wrapper.bottom-wedge-wrapper {
    padding-bottom: 11vw;
  }
  .clp-section-content.left {
    margin-top: -15%;
  }
  .clp-wrapper-secondary {
    height: calc(50vh - 100px);
  }
  .clp-wrapper-secondary .campground-welcome {
    height: 40vh;
    padding: 92px 40px 40px 40px;
  }
  .top-wedge {
    width: 110%;
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    left: -15px;
    top: -1px;
  }
  .bottom-wedge {
    width: 110%;
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    left: -2px;
    bottom: -2px;
    pointer-events: none;
  }
  .clp-section-short {
    height: 450px;
  }
  .translated-ltr .clp-section-short {
    height: auto;
  }
  .img-clp-section-short {
    max-height: 400px;
  }
  .clp-section-half {
    width: 50%;
  }
  .small-carousel-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .small-carousel-slider .slick-next {
    right: -25px;
  }
  .small-carousel-slider .slick-prev {
    left: -40px;
  }
  .reviews .nav-link {
    padding: 0.5rem 1rem;
  }
  .clp-section-amenities .amenities-img {
    display: block;
  }
  .hot-deals .card .card-img-top, .hot-deals .card .card-img-top-national {
    height: 250px;
  }
  .card-img-container {
    max-height: 375px;
    overflow: hidden;
  }
  .gtranslate-select, #translationsSelect, #translationsSelectMobile {
    border: 0px none;
    background-color: transparent;
    color: #fff;
  }
  #translationsSelect option, #translationsSelectMobile option {
    color: #000;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #clpcarouselHighRes .carousel-item {
    height: 30vh;
    min-height: 200px;
  }
}
@media (min-width: 769px) {
  .card-read-more {
    height: 200px;
  }
  .card-read-more .gradient {
    /*display: none;*/
    opacity: 0;
  }
  .btn-read-more-card {
    display: block;
  }
}
@media (min-width: 992px) {
  .clp-section-content-wrapper {
    width: 80%;
  }
  .small-carousel-container {
    width: 100%;
    margin: 0 auto;
  }
  .small-carousel-slider .slick-prev:before,
  .small-carousel-slider .slick-next:before {
    font-size: 40px;
  }
  #eventsSlider.small-carousel-slider div.slick-slide, #eventsSliderNoSlide.small-carousel-slider div.slick-slide, #blogSlider.small-carousel-slider div.slick-slide {
    height: 320px;
  }
  .hot-deals .card .card-img-top, .hot-deals .card .card-img-top-national {
    height: 340px;
  }
}
@media (max-width: 1024px) {
  .photos .img-cover-box .photos-social {
    opacity: 1;
    padding: 0.5rem;
    background-color: rgba(0, 114, 206, 0.8);
  }
}
@media (min-width: 1024px) {
  .clp-section-wts h2 {
    font-size: 6rem;
  }
  .translated-ltr #findAKOA span:nth-child(1), .translated-ltr #reserveButtonMobile span:nth-child(1) {
    display: inline;
  }
  .translated-ltr #findAKOA span:nth-child(2), .translated-ltr #reserveButtonMobile span:nth-child(2) {
    display: none;
  }
  #findAKOA span:nth-child(2), #reserveButtonMobile span:nth-child(2) {
    display: none;
  }
  .translated-ltr #userLoginBtn span:nth-child(2), .translated-ltr #loginBoxLoginBtn span:nth-child(2), .translated-ltr #koa-login span:nth-child(2) {
    display: inline;
  }
  .translated-ltr #userLoginBtn span:nth-child(1), .translated-ltr #loginBoxLoginBtn span:nth-child(1), .translated-ltr #koa-login span:nth-child(1) {
    display: none;
  }
  #userLoginBtn span:nth-child(1), #loginBoxLoginBtn span:nth-child(1), #koa-login span:nth-child(1) {
    display: inline;
  }
  #userLoginBtn span:nth-child(2), #loginBoxLoginBtn span:nth-child(2), #koa-login span:nth-child(2) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .clp-section-content-wrapper {
    width: 70%;
  }
  #eventsSlider.small-carousel-slider div.slick-slide, #eventsSliderNoSlide.small-carousel-slider div.slick-slide, #blogSlider.small-carousel-slider div.slick-slide {
    height: 220px;
  }
  .hot-deals .card .card-img-top, .hot-deals .card .card-img-top-national {
    height: 265px;
  }
}
@media (min-width: 1400px) {
  .container, .main-nav-container {
    max-width: 1340px;
  }
  .hot-deals .card .card-img-top, .hot-deals .card .card-img-top-national {
    height: 315px;
  }
}
@media (min-width: 1600px) {
  .container, .main-nav-container {
    max-width: 1540px;
  }
  .clp-section-content-wrapper {
    width: 60%;
  }
  .hot-deals .card .card-img-top, .hot-deals .card .card-img-top-national {
    height: 365px;
  }
}
@media (min-width: 2500px) {
  .clp-section.clp-section-mobile-expand, .clp-section.clp-section-mobile-expand .clp-section-content-wrapper {
    height: 1050px;
  }
  .clp-section.clp-section-mobile-expand.clp-section-wedge, .clp-section.clp-section-mobile-expand.clp-section-wedge .clp-section-content-wrapper {
    min-height: 1050px;
    height: auto;
  }
}
.list-wrapper {
  position: relative;
}

.list-item-wrapper {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
}

.list-bullet {
  float: left;
  margin-right: 20px;
  background: #EEE;
  border: 2px solid #DDD;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 100px;
  font-weight: 700;
  color: white;
  text-align: center;
  flex-shrink: 0;
}

.list-item {
  display: table-row;
  vertical-align: middle;
}

.list-title {
  /*font-weight: 700;*/
}

.gray-line {
  background: #ddd;
  z-index: -1;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 15px;
  top: 10px;
}

.white-line {
  background: #FFF;
  z-index: -1;
  top: 0px;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 15px;
}

.hot-deals-link > a {
  color: #ffd100;
}

a:focus {
  text-decoration: underline !important;
}

.camper-rating-wrapper > a:hover > div:hover > div, .camper-rating-wrapper > a:hover > div:focus > div, .camper-rating-wrapper > a:focus > div:hover > div, .camper-rating-wrapper > a:focus > div:focus > div {
  text-decoration: underline;
}

.nav-item.login-user-info > a:hover, .nav-item.login-user-info > a:focus {
  text-decoration: underline;
}

.icon-button.btn-clear-white#shareButton:hover, .icon-button.btn-clear-white#shareButton:focus {
  outline: 1px dotted white;
}

.main-nav-logo-link:hover, .main-nav-logo-link:focus {
  outline: 1px dotted white;
  outline-offset: 2px;
}

#clpMainMenuButton:hover, #clpMainMenuButton:focus {
  outline: 1px dotted white;
  outline-offset: 2px;
}

.award-program-item {
  border: 1px solid #fff;
}
.award-program-item:focus-within {
  border: 1px solid #555;
}

.btn-a {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0;
}

.ada-form-outline {
  border: 1px solid #949494;
}
.ada-form-outline:focus {
  border-color: #3f9ae4;
}

.ada-form-outline-dark {
  border: 1px solid #8a8a8a;
}
.ada-form-outline-dark:focus {
  border-color: #298ee0;
}

.ada-form-outline-resbar {
  border: 1px solid #787878;
}
.ada-form-outline-resbar:focus {
  border-color: #1d7bc9;
}

.ada-form-outline-black {
  border: 1px solid black;
}

.campground-form-legend {
  margin-bottom: 0;
  color: #212529;
  font-size: 1em;
}

.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.7);
}

#txtLocation:focus {
  border: 1px solid #80BDFF;
}

.clp-brand-segmentation-logo:focus-within, .clp-brand-segmentation-logo-footer:focus img {
  border: 2px dotted #fff;
}

a.fb-share, a.prettySocial, a.btn-email {
  border: 2px solid transparent;
}
a.fb-share:focus, a.prettySocial:focus, a.btn-email:focus {
  border: 2px dotted #0059bb;
}

.h4-p {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.5rem;
  font-family: "Gibson SemiBold", Arial, sans-serif;
}

.skip-content {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.skip-content:focus, .skip-content:active {
  color: #e4002b;
  background-color: rgba(255, 255, 255, 0.9);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: auto;
  margin: 3px auto;
  font-size: 16px;
  height: auto;
  overflow: auto;
  padding: 0 10px;
  border-radius: 5px;
  text-align: center;
  z-index: 2000;
  text-transform: uppercase;
  font-family: "Fjalla one";
}

.ui-datepicker-days-cell-over a {
  background-color: #a6dbff !important;
}

.ui-datepicker-days-cell-over.date-highlight-mid a {
  background-color: #a6dbff !important;
}

.ui-menu-item:hover {
  font-weight: 400 !important;
  border: 0 solid #fff !important;
  background-color: rgba(255, 209, 0, 0.4) !important;
  color: #fff !important;
}

.ui-menu-item-wrapper, .ui-menu-item-wrapper:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: none !important;
  font-weight: bold !important;
}

.img-cover-box picture {
  width: 100% !important;
}

#siteTypeli_All, #siteTypeLinkImg_R, #siteTypeLinkImg_A, #siteTypeLinkImg_T {
  text-decoration: none !important;
}

#reserve-sensible-weather label {
  font-size: 14px;
}
#reserve-sensible-weather .reserve-care-camps-more-link {
  background: transparent;
  border: none;
  font-size: 14px;
  min-width: 100px;
}

.sensible-weather-modal, .sensible-weather-pending-modal {
  background: rgba(0, 0, 0, 0.4);
}
.sensible-weather-modal .modal-dialog .modal-header h3, .sensible-weather-pending-modal .modal-dialog .modal-header h3 {
  font-size: 1.5em;
}
.sensible-weather-modal .modal-dialog .modal-header button, .sensible-weather-pending-modal .modal-dialog .modal-header button {
  border: none;
  background: transparent;
}
.sensible-weather-modal .modal-dialog .modal-header button i, .sensible-weather-pending-modal .modal-dialog .modal-header button i {
  background: #858585;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  font-weight: 200 !important;
}
.sensible-weather-modal .modal-dialog .modal-header button i:before, .sensible-weather-pending-modal .modal-dialog .modal-header button i:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  width: 100%;
}
.sensible-weather-modal .modal-dialog .modal-header button:hover, .sensible-weather-pending-modal .modal-dialog .modal-header button:hover {
  text-decoration: none !important;
}
.sensible-weather-modal .modal-dialog h2, .sensible-weather-pending-modal .modal-dialog h2 {
  font-size: 1.25em;
}
.sensible-weather-modal .modal-dialog .small-text, .sensible-weather-pending-modal .modal-dialog .small-text {
  font-size: 0.75em;
}
.sensible-weather-modal .modal-dialog .btn-red, .sensible-weather-pending-modal .modal-dialog .btn-red {
  background: #e4002b;
  transition: 0.12s ease;
}
.sensible-weather-modal .modal-dialog .btn-red:hover, .sensible-weather-pending-modal .modal-dialog .btn-red:hover {
  background: #b10021;
  transition: 0.12s ease;
}
.sensible-weather-modal .modal-dialog .btn-grey, .sensible-weather-pending-modal .modal-dialog .btn-grey {
  background: #f2f2f2;
  border: 1px solid #bbbcbc;
}

.campground-footer {
  background-color: #ffd100;
  padding-bottom: 2rem;
}
.campground-footer .container > div.row > div {
  padding-top: 2rem;
}
.campground-footer a, .campground-footer label {
  font-weight: bold;
}

.campground-main-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.campground-main-footer .container .row > div, .campground-main-footer .container .row > div > div {
  float: none;
  padding: 0 5px;
  width: 100%;
}
.campground-main-footer .container .row > div ul, .campground-main-footer .container .row > div > div ul {
  margin-bottom: 0px;
}
.campground-main-footer .container .row > div ul li, .campground-main-footer .container .row > div > div ul li {
  padding-top: 5px;
}
.campground-main-footer a {
  color: #e4002b;
  font-weight: bold;
}

.clp-breadcrumb {
  background-color: transparent;
  padding: 0.75rem 0rem;
}

.campground-footer .list-inline-item a svg {
  height: 16px;
  width: 16px;
  margin-bottom: 4px;
}

.campground-footer .list-inline-item a svg path {
  fill: #0059bb;
}

@media (min-width: 600px) {
  .campground-main-footer .container .row > div > div {
    float: left;
    height: 115px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .campground-main-footer .container .row > div {
    float: left;
    padding: 0 5px;
    display: inline-block;
    width: 15%;
  }
  .campground-main-footer .container .row > div:not(:first-child) {
    width: 85%;
  }
  .campground-main-footer .container .row > div > div {
    float: left;
    height: auto;
    width: 25%;
  }
}
@media print {
  .no-print {
    display: none !important;
  }
}
.ratings-rating-half, .ratings-rating-half, .ratings-rating-1, .ratings-rating-1half, .ratings-rating-2, .ratings-rating-2half, .ratings-rating-3, .ratings-rating-3half, .ratings-rating-4, .ratings-rating-4half, .ratings-rating-5,
.site-type-nav-rv, .site-type-nav-tent, .site-type-nav-cabin, .site-type-nav-special, .site-type-nav-extended-stays {
  display: inline-block;
  padding: 0px !important;
  margin: 0px !important;
}

.ratings-rating-1 {
  background: url("/content/images/sprite-koa-main.png") no-repeat 0px -480px;
  width: 96px;
  height: 18px;
}

.ratings-rating-1half {
  background: url("/content/images/sprite-koa-main.png") no-repeat 0px -520px;
  width: 96px;
  height: 18px;
}

.ratings-rating-2 {
  background: url("/content/images/sprite-koa-main.png") no-repeat 0px -560px;
  width: 96px;
  height: 18px;
}

.ratings-rating-2half {
  background: url("/content/images/sprite-koa-main.png") no-repeat 0px -600px;
  width: 96px;
  height: 18px;
}

.ratings-rating-3 {
  background: url("/content/images/sprite-koa-main.png") no-repeat 0px -640px;
  width: 96px;
  height: 18px;
}

.ratings-rating-3half {
  background: url("/content/images/sprite-koa-main.png") no-repeat 0px -679px;
  width: 96px;
  height: 18px;
}

.ratings-rating-4 {
  background: url("/content/images/sprite-koa-main.png") no-repeat 0px -719px;
  width: 96px;
  height: 18px;
}

.ratings-rating-4half {
  background: url("/content/images/sprite-koa-main.png") no-repeat 0px -759px;
  width: 96px;
  height: 18px;
}

.ratings-rating-5 {
  background: url("/content/images/sprite-koa-main.png") no-repeat 0px -799px;
  width: 96px;
  height: 18px;
}

/* This stylesheet is for the site type pages that are hosted under the campground layout.
	 These are here to override any BS4 layout so that the BS3 layout does not have to be altered
	 for when the pages are hosted under the old layout.
*/
.btn {
  /*font-family: inherit;*/
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default#LanguageLocalization {
  font-weight: normal;
}

.language-localization input[type=submit] {
  background-color: transparent;
  border: 0px none;
}

.reservationFormH {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  width: auto;
  font-size: 0.8em;
  padding-top: 10px;
}

.reserve-sitetype-container, .reserve-sitetype-container-ccwu, .hotdeal-container {
  /*border: 1px solid #bfb8af;*/
  /*background-color: #F4F2ED;
  padding:15px;*/
}
.reserve-sitetype-container .reserve-sitetypes-row-1, .reserve-sitetype-container-ccwu .reserve-sitetypes-row-1, .hotdeal-container .reserve-sitetypes-row-1 {
  background-color: #F4F2ED;
  border-bottom: 1px solid #bfb8af;
}
.reserve-sitetype-container .black-bullet-list, .reserve-sitetype-container-ccwu .black-bullet-list, .hotdeal-container .black-bullet-list {
  margin-bottom: 0px;
}
.reserve-sitetype-container .btn-blue-white, .reserve-sitetype-container-ccwu .btn-blue-white, .hotdeal-container .btn-blue-white {
  padding: 0.175rem 0.55rem;
}
.reserve-sitetype-container .koa-blue-bg, .reserve-sitetype-container-ccwu .koa-blue-bg, .hotdeal-container .koa-blue-bg {
  font-size: 12px;
}
.reserve-sitetype-container p, .reserve-sitetype-container-ccwu p, .hotdeal-container p {
  margin-bottom: 0.5rem;
}

.reserve-sitetype-container-ccwu {
  background-color: #e1ecf7;
}

/*.reserve-sitetype-container-content {
	padding-top: 15px;
	padding-bottom: 15px;

	& > div {
		padding-left: 15px;
		padding-right: 15px;
	}
}*/
.reserve-sitetype-main-row {
  background-color: #f9f9f9;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}

.reserve-sitetype-title {
  text-transform: uppercase;
  font-size: 20px;
}

.reserve-sitetype-thumbnail {
  position: relative;
  overflow: hidden;
  height: 150px;
  width: 100%;
}
.reserve-sitetype-thumbnail .campsite-photo {
  /*display: block;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.9s ease;
}

.reserve-sitetype-thumbnail-modal {
  height: auto;
  max-height: 300px;
}
.reserve-sitetype-thumbnail-modal .site-type-image {
  max-height: 300px;
}

.reserve-sitetype-divider-indicator {
  position: absolute;
  font-size: 20px;
  top: 12px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.1);
}

.reserve-sitetype-divider {
  border-top: 6px solid rgba(0, 0, 0, 0.1);
}

.reserve-view-photos-overlay {
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.reserve-view-photos-overlay i:hover {
  color: #EF3A43 !important;
  cursor: pointer;
}
.reserve-view-photos-overlay i {
  padding: 4px 5px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
}

.reserve-sitetype-save-res-notifier {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #fff;
}
.reserve-sitetype-save-res-notifier a:hover, .reserve-sitetype-save-res-notifier a:focus {
  color: #fff;
  cursor: default;
}
.reserve-sitetype-save-res-notifier a {
  color: #EF3A43 !important;
  position: relative;
}
.reserve-sitetype-save-res-notifier a i {
  padding: 4px 5px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}
.reserve-sitetype-save-res-notifier a i:nth-child(2) {
  position: absolute;
  font-size: 10px;
  background: none;
  right: 0px;
  top: 9px;
}

.reserve-sitetype-save-res-action-links {
  position: absolute;
  bottom: 10px;
  right: 30px;
}
.reserve-sitetype-save-res-action-links a:hover, .reserve-sitetype-save-res-action-links a:focus {
  color: #EF3A43 !important;
  cursor: pointer;
}
.reserve-sitetype-save-res-action-links a {
  color: #fff;
}
.reserve-sitetype-save-res-action-links a i {
  padding: 4px 5px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.reserve-quote-per-night, .reserve-quote-per-stay {
  color: #00843f;
}

.border-divider-bottom {
  border-bottom: 1px solid #ddd;
}

.reserve-vkr-savings {
  font-size: 14px;
  font-weight: bold;
}
.reserve-vkr-savings a {
  font-weight: normal;
}

.reserve-vkr-savings-upsell {
  font-size: 14px;
}

.reserve-care-camps-donations {
  font-size: 14px;
  font-weight: bold;
}
.reserve-care-camps-donations a {
  font-weight: normal;
}

.reserve-care-camps-donations-text {
  color: #00843f;
  font-style: italic;
}

.reserve-ccd {
  font-size: 16px;
}

.reserve-sitetype-unavailable .campsite-price {
  border-color: #e4002b !important;
  color: #e4002b !important;
}

.reserve-sitetype-special .campsite-price {
  border-color: #E86E04 !important;
  color: #E86E04 !important;
}

.reserve-sitetype-hotdealunavailable .campsite-price {
  border-color: #E86E04 !important;
  color: #E86E04 !important;
}

.reserve-sitetype-unavailable h4 {
  color: #666666 !important;
}

.validation-summary-errors {
  background-color: #ffc;
  border: solid 3px #c00;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}
.validation-summary-errors ul {
  margin: 0;
  padding: 10px 5px 10px 10px;
}
.validation-summary-errors ul li {
  display: block;
  color: #c00;
}

.reserve-campground-availability-calendar {
  display: block;
  float: left;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 4px;
  color: #000;
  font-size: 14px;
}
.reserve-campground-availability-calendar:focus {
  color: #fff;
}

.reserve-campground-availability-calendar-has-availability {
  display: none;
}

.reserve-quote-per-stay {
  display: none;
}

.reserve-koa-icon {
  /*background: none;*/
  color: #000;
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  /*padding-left: 0px;*/
  text-transform: none;
  margin: 0;
}

.story-bar-grey-full {
  border-bottom: 3px solid #cccbcb;
  padding: 10px 12px;
}

.story-bar-grey, .story-bar-grey-full {
  background-color: #f4f4f4;
  padding: 22px 12px;
  border-top: 3px solid #cccbcb;
}

.feature-details h5 {
  margin: 10px 0 5px 0;
}

h5.content-section {
  border-left: 6px solid #d73234;
  padding: 0 0 0 5px;
}

.feature-details .site-type-image {
  /*float: right;*/
  position: relative;
}

.feature-details .site-type-image .carousel-prev, .feature-details .site-type-image .carousel-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feature-details .site-type-image .carousel-prev {
  left: 20px;
}

.feature-details .site-type-image .carousel-next {
  right: 50px;
}

.feature-details .site-type-image .carousel-prev:before, .feature-details .site-type-image .carousel-next:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 5px;
  font-size: 3em;
}

.feature-details .site-type-image .carousel-prev:before {
  content: "\f053";
}

.feature-details .site-type-image .carousel-next:after {
  content: "\f054";
}

.reserve-estchgs-link {
  font-size: 14px;
  font-weight: bold;
}

.link-action3:after, .link-action4:after, .link-action-next:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  color: inherit;
  font-weight: bold;
  padding: 0 0 0 5px;
  font-size: 1rem !important;
}

.notice {
  color: #e4002b;
}

.clp-sidebar ul li div.any {
  border-top: 2px dotted #e4002b;
}

.clp-sidebar ul li div {
  text-align: left;
  padding: 7px 0;
}

.clp-sidebar .header {
  width: auto;
  text-align: center;
  font-size: 14px;
  border-bottom: 2px solid #e4002b;
  margin: 0 11px;
  padding: 10px 0 4px;
}

.content-section-right-widget {
  width: auto;
  border: 1px solid #bfb8af;
  background-color: #F4F2ED;
  margin-bottom: 13px;
}

.clp-sidebar .body {
  width: auto;
  padding: 8px 11px 10px 11px;
}

.details {
  padding-right: 1rem;
}

.wts-horizontal .btn.active {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #0072ce;
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wts-horizontal .btn.active .wts-icon {
  color: #0072ce;
}
.wts-horizontal.btn-group {
  display: block;
}
.wts-horizontal a {
  font-size: 0.8em;
  width: 100%;
}

.site-type-link-text {
  font-family: "Gibson SemiBold", Arial, sans-serif;
  height: 28px;
  display: inline-block;
  padding-top: 9px;
  padding-left: 5px;
  width: auto;
}

.wts-icon {
  color: #555555;
  margin-top: 5px;
}

.wts-icon-special {
  margin-top: 0px;
}

.btn-clear:after {
  content: "\f00d";
}

.modal-content-body {
  overflow-y: auto;
  overflow-x: hidden;
}

#cancellationGuidelinesModal {
  display: none;
  width: 100%;
  max-width: 600px;
  padding: 0 0 20px 0;
  border-radius: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
#cancellationGuidelinesModal .fancybox-close-small {
  top: 0;
  padding: 0;
  position: relative;
  font-size: 30px;
}
#cancellationGuidelinesModal .modal-content-header {
  border-bottom: 1px solid #eee;
  padding: 20px;
}
#cancellationGuidelinesModal .modal-content-body {
  max-height: 75vh;
  padding: 20px 20px 0 20px;
}
#cancellationGuidelinesModal .reserve-h1 {
  font-family: "Gibson SemiBold", Arial, sans-serif;
}

.fbmodal[role~=dialog] {
  display: none;
  width: 94%;
  max-width: 1100px;
  padding: 0 0 20px 0;
  border-radius: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.fbmodal[role~=dialog] .fancybox-close-small {
  top: 0;
  padding: 0;
  position: relative;
  font-size: 30px;
}
.fbmodal[role~=dialog] .modal-content-header {
  border-bottom: 1px solid #eee;
  padding: 20px;
}
.fbmodal[role~=dialog] .modal-content-body {
  max-height: 85vh;
  padding: 0;
}
.fbmodal[role~=dialog] .reserve-h1 {
  font-family: "Gibson SemiBold", Arial, sans-serif;
}

.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  height: 100%;
  max-height: 85vh;
  max-width: 600px;
  margin: 0;
}

.modal-body-local {
  overflow-y: auto;
}
.modal-body-local .close {
  font-size: 30px;
}

/*#petPolicyModal, #cancellationGuidelinesModalPage, #campgroundNotesModalPage, #vkrBenefitsModalPage {
	.close {
		font-size: 30px;
	}
}*/
@media (max-width: 450px) {
  .fbmodal[role~=dialog] {
    width: 100%;
  }
  .fancybox-stage .fancybox-slide {
    padding: 0;
  }
}
@media (min-width: 450px) {
  .wts-horizontal.btn-group {
    display: inline-flex;
  }
  .wts-horizontal a {
    font-size: 1em;
    width: unset;
  }
}
@media (min-width: 576px) {
  .reserve-koa-icon {
    background: url(/content/images/icon_koa.png) no-repeat;
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .feature-details .site-type-image {
    /*width: 335px;*/
  }
  .reserve-sitetype-thumbnail {
    height: 300px;
  }
  .reserve-sitetype-thumbnail-modal {
    height: auto;
    max-height: 300px;
  }
  .reserve-sitetype-thumbnail-modal .site-type-image {
    max-height: 300px;
  }
}
@media (min-width: 992px) {
  .wts-icon, .wts-icon-special {
    float: left;
  }
  .reserve-sitetype-container-content > div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .reserve-sitetype-thumbnail {
    height: 400px;
  }
  .reserve-sitetype-thumbnail-modal {
    height: auto;
    max-height: 400px;
  }
  .reserve-sitetype-thumbnail-modal .site-type-image {
    max-height: 400px;
  }
}
@media (min-width: 1200px) {
  .reserve-sitetype-thumbnail-modal {
    height: auto;
    max-height: 500px;
  }
  .reserve-sitetype-thumbnail-modal .site-type-image {
    max-height: 500px;
  }
}
.btn-choose-sweep-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn-choose-sweep-right:before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dc3545;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  transition-delay: 0.2s;
}

.btn-choose-sweep-right:active,
.btn-choose-sweep-right:focus,
.btn-choose-sweep-right:hover {
  color: #fff;
}

.btn-choose-sweep-right:active:before,
.btn-choose-sweep-right:focus:before,
.btn-choose-sweep-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
#saved-reservations {
  position: absolute;
  left: 0px;
  right: 0px;
  background: rgb(255, 255, 255);
}

#saved-reservations .card-footer {
  padding: 0.75rem 0rem;
}

.save-res-nav-link {
  color: #BA121B !important;
}

.save-res-nav-link:hover, .save-res-nav-link:focus {
  color: #EF3A43 !important;
}

.saved-reservations-toggler a[aria-expanded=true] .fa-history {
  display: none;
}

.saved-reservations-toggler a[aria-expanded=false] .fa-chevron-down {
  display: none;
}

.saved-reservations-toggler .fa-history {
  margin-left: 3px;
  margin-top: 2px;
}

.saved-reservations-toggler .fa-chevron-down {
  margin-left: 5px;
  /*    margin-top:3px;*/
}

.save-res-login-box {
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 10px;
}

.saved-res-bottom-links {
  padding: 5px 0px 5px 0px;
  border-bottom: 5px solid black;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 54%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 54%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 54%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#80ffffff",GradientType=0 ); /* IE6-9 */
}

.saved-res-bottom-links a {
  font-size: 13px;
  color: #3C667F;
  padding-top: 8px;
}

.saved-res-bottom-links a:hover {
  color: #EF3A43 !important;
}

.saved-reservations-toggler a[aria-expanded=true] {
  color: #EF3A43 !important;
}

.saved-res-campground {
  font-family: "Gibson SemiBold";
  font-size: 13px;
  color: #333;
  padding-top: 8px;
}

.saved-res-description {
  font-size: 13px;
  color: #333;
}

.save-res-action-links {
  position: absolute;
  top: 97px;
  right: 5px;
  pointer-events: none;
}

.save-res-action-links i {
  padding: 4px 5px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.save-res-action-links a {
  pointer-events: auto;
  color: #F5F5F5;
  margin-left: 5px;
  cursor: pointer;
}

.save-res-action-links a:hover, .save-res-action-links a:focus {
  color: #EF3A43 !important;
  cursor: pointer;
}

.save-res-action-link-saved i {
  color: #EF3A43 !important;
}

.saved-res-container .panel-image {
  position: relative;
}

.saved-res-container .panel-image img.panel-image-preview {
  width: 100%;
  border-radius: 0px;
}

.saved-res-container .panel-image label {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.saved-res-container .panel-image ~ .panel-footer a {
  padding: 0px 10px;
  font-size: 1.3em;
  color: rgb(100, 100, 100);
}

.saved-res-content:hover .saved-res-content-preview,
.saved-res-content:focus .saved-res-content-preview {
  opacity: 0;
}

.saved-res-content:hover .saved-res-content-details,
.saved-res-content:focus .saved-res-content-details {
  opacity: 1;
  transform: translateY(-80%);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.btn-choose {
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #41608C;
  /*padding: 5px 19px 5px;*/
  color: #fff;
  /*margin: 0 1em;*/
  padding: 0px 0px 0px 10px;
  margin: 0px;
  border: 0px solid #41608C;
}

.btn-choose i:before {
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  padding: 10px;
  display: block;
}

.saved-res-choose-sweep-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.saved-res-choose-sweep-right:before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.saved-res-choose-sweep-right:active,
.saved-res-choose-sweep-right:focus,
.saved-res-choose-sweep-right:hover {
  color: #000;
}

.saved-res-choose-sweep-right:active:before,
.saved-res-choose-sweep-right:focus:before,
.saved-res-choose-sweep-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.panel-image:hover .save-res-text-block,
.panel-image:focus .save-res-text-block {
  opacity: 0;
}

.saved-res-background:hover {
  background-color: rgba(0, 140, 149, 0.8);
  transition: ease-in 0.25s;
}

.saved-res-block {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 125px;
}

.saved-res-padding {
  position: relative;
  height: 100%;
  width: 100%;
}

.saved-res-background {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.saved-res-content {
  height: inherit;
  width: inherit;
}

.saved-res-content-details {
  position: relative;
  color: #fff;
  text-align: center;
  opacity: 0;
  top: 50%;
  z-index: 60000;
}

.save-res-text-block {
  position: relative;
  pointer-events: none;
}

.save-res-text-block p {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 13px;
  left: 0;
  right: 0;
  top: -126px;
  text-align: center;
  padding: 5px;
}

@media only screen and (min-width: 992px) {
  #saved-reservations {
    position: fixed;
  }
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
/*@import '../../themes/font-awesome-5/css/all';
@import '../font-awesome-animation.min';*/
