.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: proxima-nova, sans-serif;
  color: #454545;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 72px;
  line-height: 1em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 1em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

p {
  margin-bottom: 12px;
  color: #454545;
  line-height: 1.6em;
}

.bottom-line {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 12px;
  height: 2px;
  margin-top: -2px;
  border-radius: 5px;
  background-color: #454545;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle-active {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 100px;
  text-align: center;
}

.toggle-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 100%;
  margin-bottom: 6px;
}

.toggle-wrap {
  position: relative;
  display: block;
  width: 54px;
  height: 30px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 25px;
  background-color: #454545;
}

.toggle-wrap.rv {
  width: 54px;
  height: 30px;
  max-height: 30px;
  max-width: 54px;
  margin-right: 9px;
  margin-left: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.toggle-wrap.rv:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.toggle {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 100px;
  background-color: #fff;
}

.active-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: -3px 0 3px 0 #454545;
  opacity: 0;
}

.toggle-ticker {
  z-index: 3;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
  opacity: 0;
  cursor: pointer;
}

.night-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: linear-gradient(135deg, #484891, #49498a);
  opacity: 0;
}

.top-line {
  width: 12px;
  height: 2px;
  margin-top: 0px;
  border-radius: 5px;
  background-color: #454545;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.background {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 94vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.cnt-wizard-card {
  width: 720px;
  margin-top: 3px;
  margin-bottom: 0px;
  padding: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #454545;
  border-radius: 9px;
  background-color: #fff;
  background-image: url('/images/Topo_Large_Tundora_10.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #454545;
  font-size: 24px;
  line-height: 1em;
  text-align: left;
  letter-spacing: -0.2px;
}

.heading-2.center {
  text-align: center;
}

.heading-2.center-tundora {
  color: #454545;
  text-align: center;
}

.heading-2.white {
  color: #fff;
  text-align: left;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-block.search {
  height: 100%;
}

.wizard-form {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.wizard-form.search {
  display: block;
}

.wizard-form.filter {
  padding-bottom: 0px;
}

.body-copy {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.cnt-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  min-width: 96px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #454545;
  border-radius: 50vh;
  background-color: #fff;
  font-family: rift-soft, sans-serif;
  color: #454545;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
}

.cnt-button:active {
  border-color: transparent;
  background-color: #454545;
  color: #fff;
}

.cnt-button.upload-image {
  width: 240px;
  height: 240px;
  margin-right: 0%;
  margin-left: 0%;
  border-radius: 120px;
}

.cnt-button.hidden {
  cursor: default;
}

.cnt-button.site-image-upload {
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 0px;
}

.cnt-button.nandor {
  height: 48px;
  margin-top: 18px;
  margin-right: 0px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50vh;
  background-color: #465d50;
  color: #fff;
}

.cnt-button.nandor:active {
  border-width: 0px;
  background-color: #fff;
  color: #465d50;
}

.cnt-button.filter {
  margin-right: 9px;
  margin-left: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cnt-button.filter-button {
  height: 18px;
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cnt-button.apple {
  height: 48px;
  margin-top: 18px;
  border-style: none;
  color: #000;
  font-size: 21px;
  text-transform: capitalize;
}

.cnt-button.apple:active {
  background-color: #fff;
}

.cnt-button-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #454545;
  border-radius: 0px;
  font-family: rift-soft, sans-serif;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
}

.cnt-button-copy:active {
  color: #fff;
}

.cnt-button-copy.filter {
  font-size: 14px;
}

.cnt-button-copy.apple {
  font-family: rift-soft, sans-serif;
  color: #000;
  letter-spacing: 1px;
}

.cnt-button-icon {
  width: 18px;
  margin-top: 3px;
  margin-right: 6px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cnt-button-icon.apple {
  width: 42px;
  height: 48px;
  margin-top: 0px;
}

.cnt-button-icon.apple-auth {
  width: 24px;
  margin-right: 12px;
}

.cnt-button-icon.email {
  width: 24px;
  margin-right: 12px;
}

.button-wrapper {
  display: block;
  padding-top: 12px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-wrapper._18px {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.html-embed {
  display: block;
  padding-top: 0px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.semi-bold {
  font-family: proxima-nova, sans-serif;
  color: #454545;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-decoration: none;
}

.text-block {
  color: #454545;
  line-height: 1em;
}

.cnt-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
  margin-left: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #454545;
  border-radius: 9px;
  background-color: #fff;
}

.text-field-rounded-left {
  overflow: visible;
  width: 50%;
  height: 36px;
  min-height: 36px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #454545;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}

.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 12px -2%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-w-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 272px;
  padding-top: 0px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-w-label._12px {
  width: 100%;
}

.text-field-rounded {
  width: 30%;
  margin-right: 9px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #454545;
  border-radius: 9px;
}

.axle-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wizard-nav-btn {
  display: -ms-grid;
  display: grid;
  width: 60%;
  min-width: 240px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wizard-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wizard-nav-wrapper.center {
  padding-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wizard-info-card {
  max-width: 20%;
  min-width: 300px;
  padding: 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #454545;
  border-radius: 9px;
  background-color: #fff;
  background-image: url('/images/Topo_Large_Tundora_10.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.wizard-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1280px;
  min-width: 960px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spacer {
  width: 48px;
  height: 1px;
}

.progress-complete {
  width: 100%;
  min-height: 0.5vh;
  border-radius: 0px;
  background-color: silver;
}

.progress-complete.white {
  background-color: #fff;
}

.current-status {
  width: 53.8%;
  min-height: 0.5vh;
  border-radius: 0px 20px 20px 0px;
  background-color: #e3530d;
}

.image {
  display: block;
}

.cnt-status-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  min-height: 0.5vh;
}

.cnt-logo {
  overflow: hidden;
  width: 3.5vh;
  margin-top: 1vh;
  margin-left: 1vh;
}

.status-bar-spacer {
  width: 100vw;
  min-height: 0.5vh;
}

.source-current-status {
  width: 0%;
}

.text-input {
  height: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #454545;
  border-radius: 9px;
}

.text-input.search {
  width: 36vw;
  height: 48px;
  margin-top: 18px;
  margin-bottom: 0px;
}

.image-upload-outer {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.terrain-current-status {
  width: 14.3%;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
}

.image-upload-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.previous-button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.previous-button.hidden {
  display: block;
  opacity: 0;
}

.next-button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
  cursor: pointer;
}

.circle-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.upload-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.upload-image-wrapper.site-image {
  padding-top: 0px;
  padding-bottom: 40%;
}

.upload-image-wrapper.site-image._18px {
  margin-top: 18px;
}

.icon-image {
  width: 36px;
  height: 36px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.upload-image-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 1em;
}

.wizard-info-card-controls {
  display: none;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._18-px-spacer {
  height: 18px;
  text-align: left;
}

.text-span {
  font-weight: 600;
}

.toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.toggle-wrapper.select-all {
  padding-left: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.phone-current-status {
  width: 7.1%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #e3530d;
}

.activities-current-status {
  width: 28.6%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #e3530d;
}

.amenities-current-status {
  width: 21.4%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #e3530d;
}

.isolation-current-status {
  width: 35.7%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #e3530d;
}

.rvs-current-status {
  width: 42.9%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #e3530d;
}

.details-current-status {
  width: 50%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #e3530d;
}

.list-item {
  padding-left: 12px;
  background-image: url('/images/Bullet-arrow.svg');
  background-position: 0% 3px;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 14px;
  list-style-type: none;
}

.list {
  margin-bottom: 6px;
  padding-left: 18px;
}

.rv-button-copy {
  padding-top: 6px;
  font-family: rift-soft, sans-serif;
  color: #454545;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.rv-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
  margin-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.5;
}

.rv-button:active {
  opacity: 1;
}

.rv-button-icon {
  width: 100%;
}

.rv-button-icon.inactive-rv {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.active-rv {
  opacity: 0;
}

.active-rv:active {
  display: block;
  opacity: 1;
}

.price-current-status {
  width: 57.1%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #e3530d;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #454545;
  border-radius: 9px;
  background-color: #fff;
}

.dropdown-toggle.w--open {
  background-color: #fff;
}

.dropdown-toggle.datepicker {
  border-color: #d8d6d6;
}

.dropdown-toggle.profile {
  margin-left: 0px;
}

.dropdown-textblock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: rift-soft, sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.dropdown {
  width: 100%;
  height: 48px;
  margin-bottom: 9px;
}

.dropdown-link {
  border-right: 1px solid #454545;
  border-left: 1px solid #454545;
  background-color: #fff;
  font-family: rift-soft, sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.dropdown-link-end {
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  border-left: 1px solid #454545;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  background-color: #fff;
  font-family: rift-soft, sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.element-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #454545;
  border-radius: 9px;
}

.text-block-11 {
  font-weight: 600;
}

.text-field-rounded-right {
  width: 64px;
  height: 36px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #454545;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}

.price-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-w-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sum-icon {
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-13 {
  padding-left: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
}

.sum-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.per-night {
  padding-right: 6px;
  padding-left: 6px;
}

.div-block-17 {
  display: block;
  width: 36px;
  height: 36px;
  margin-left: 12px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.fine-print {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
}

.fine-print.white-left {
  color: #fff;
}

.fine-print.white-left._18px {
  padding-top: 18px;
}

.fine-print.centered {
  text-align: center;
}

.fine-print.center-red {
  color: #e3530d;
  text-align: center;
}

.fine-print.description {
  margin-top: 6px;
  margin-bottom: 6px;
}

.text-span-2 {
  font-weight: 600;
}

.horz-line {
  margin-top: 18px;
  border-top: 1px solid #454545;
}

.horz-line.white {
  padding-bottom: 0px;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #fff;
}

.text-block-15 {
  font-size: 12px;
}

.text-span-3 {
  font-weight: 600;
}

.text-span-4 {
  font-weight: 600;
}

.text-span-5 {
  font-weight: 600;
}

.text-span-6 {
  font-weight: 600;
}

.booking-current-status {
  width: 64.3%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #e3530d;
}

._2up-dropdown-wrapper {
  display: -ms-grid;
  display: grid;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.left-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-column-wrapper {
  width: 100%;
}

._1up-outer-wrapper {
  padding-top: 6px;
  padding-bottom: 6px;
}

.title {
  position: static;
  padding-bottom: 6px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  white-space: normal;
  cursor: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.rules-current-status {
  width: 71.3%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #e3530d;
}

.link {
  color: #e3530d;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.checkbox {
  margin-top: 0px;
  margin-right: 6px;
  margin-left: -18px;
  border-color: #454545;
}

.checkbox.nandor {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #465d50;
}

.checkbox-label {
  margin-bottom: 0px;
}

.checkbox-label.white {
  margin-bottom: 0px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field.small {
  margin-top: 3px;
  margin-bottom: 3px;
}

.checkbox-field.verify {
  padding-top: 9px;
}

.text-area {
  border-style: solid;
  border-width: 1px;
  border-color: #454545;
  border-radius: 9px;
}

._12-px-spacer {
  height: 12px;
}

._6-px-spacer {
  height: 6px;
}

.add-rules-wrapper {
  display: none;
}

.location-current-status {
  width: 78.6%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #e3530d;
}

.l-lat-text-field {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #454545;
  border-radius: 9px;
}

.landowner-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.name-current-status {
  width: 85.7%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #e3530d;
}

.site-description {
  min-height: 320px;
  border-style: solid;
  border-width: 1px;
  border-color: #454545;
  border-radius: 9px;
}

.photo-current-status {
  width: 92.6%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #e3530d;
}

.site-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.publish-current-status {
  width: 100%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #e3530d;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number {
  width: 24px;
}

._24-px-font {
  margin-right: 9px;
  padding-right: 0px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.selection-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rift-soft {
  font-family: rift-soft, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.selection-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.selection-section.filter {
  margin-top: 12px;
  margin-bottom: 12px;
}

.b-phone-current-status {
  width: 11.1%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #465d50;
}

.b-terrain-current-status {
  width: 22.2%;
  background-color: #465d50;
}

.b-activities-current-status {
  width: 33.3%;
  background-color: #465d50;
}

.b-isolation-current-status {
  width: 44.4%;
  background-color: #465d50;
}

.b-accommodation-current-status {
  width: 55.5%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #465d50;
}

.b-location-current-status {
  width: 66.6%;
  background-color: #465d50;
}

.b-name-current-status {
  width: 77.7%;
  background-color: #465d50;
}

.b-photo-current-status {
  width: 88.8%;
  background-color: #465d50;
}

.b-publish-current-status {
  background-color: #465d50;
}

.nandor-background {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  min-height: 100vh;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #465d50;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #465d50;
}

.auth-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #fff;
  background-color: transparent;
  opacity: 1;
}

.auth-logo-wrapper {
  padding: 48px;
}

.bold-text {
  color: #fff;
  text-decoration: none;
}

.auth-link {
  color: #fff;
  text-decoration: none;
}

.auth-inner-wrapper {
  display: block;
  padding: 0px 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._48px-text-field {
  display: inline-block;
  height: 48px;
  margin-top: 18px;
  margin-bottom: 0px;
  border: 1px solid #fff;
  border-radius: 9px;
  background-color: #465d50;
  color: #fff;
}

.forgot-password._6px {
  padding-top: 6px;
}

.new {
  color: #fff;
}

.new._18-px-spacer {
  padding-top: 18px;
}

.checknox-label-w {
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
}

.white {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  text-align: center;
}

.white._18px {
  padding-top: 18px;
  padding-bottom: 0px;
}

.white-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/images/Topo_Large_Tundora_10.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.dropdown-icon {
  position: absolute;
  right: 12px;
  bottom: 20px;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4em;
}

.dropdown-icon.datepicker {
  position: static;
  right: auto;
  bottom: auto;
  margin-top: 12px;
}

.info-icon {
  display: block;
}

.image-2 {
  display: none;
}

.text-span-7 {
  font-style: italic;
}

.text-field-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rv-specs-field {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #454545;
  border-radius: 9px;
}

.phone-g-current-status {
  width: 14.3%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #454545;
}

.start-g-current-status {
  width: 28.6%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #454545;
}

.garage-g-current-status {
  width: 42.9%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #454545;
}

.specs-g-current-status {
  width: 57.1%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #454545;
}

.conditions-g-current-status {
  width: 71.4%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #454545;
}

.text-block-18 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar {
  position: fixed;
  top: 0px;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5%;
  padding-left: 1.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d8d6d6;
  background-color: #fff;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  color: #454545;
  text-decoration: none;
}

.nav-link:hover {
  border-style: solid;
  border-width: 0px 0px 3px;
  border-color: #000 #000 #e3530d;
  font-weight: 400;
}

.nav-link.trinidad {
  margin-bottom: 0px;
}

.nav-link.trinidad.w--current {
  margin-bottom: 0px;
}

.icon-search {
  position: absolute;
  left: 28px;
  top: 29px;
  right: auto;
  bottom: auto;
  width: 18px;
  padding-top: 0px;
  font-size: 19px;
}

.icon-search.filter {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-left: 6px;
  padding-top: 14px;
}

.search-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cnt-hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 28vw;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cnt-button-secondary {
  display: block;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #454545;
  border-radius: 3px;
  background-color: #fff;
  font-family: rift-soft, sans-serif;
  color: #454545;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
}

.cnt-button-secondary:hover {
  background-color: #484848;
  color: #fff;
}

.cnt-button-secondary.hero {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline;
  width: auto;
  border-style: none;
  border-color: #fff;
  font-family: rift-soft, sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.price-strip {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e3530d;
  opacity: 0.9;
  color: #fff;
}

.booking-info-card {
  background-color: #fff;
}

.divider-line {
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #d8d6d6;
  color: #707070;
}

.booking-section {
  margin-top: -48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-vehicles-tents {
  margin-top: 18px;
  margin-bottom: 0px;
}

.datepicker-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #d8d6d6;
  background-color: #fff;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d8d6d6;
  border-radius: 9px;
}

.form-container.datepicker {
  height: 48px;
  border-style: none;
  color: #707070;
}

.rate-type {
  font-size: 14px;
  font-weight: 300;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-datepicker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.anchor-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.share-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d8d6d6;
  text-align: center;
}

.booking-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.price {
  margin-right: 5px;
  font-size: 24px;
}

.listing-content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid none none;
  border-width: 1px;
  border-color: #d8d6d6 #000 #000;
}

.listing-content-section.listing-name {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #000;
}

.user-image {
  width: 72px;
  height: 72px;
  margin-top: 9px;
  margin-bottom: 9px;
  border-radius: 1000px;
}

.copy-light {
  display: inline;
  color: #707070;
  font-size: 14px;
  text-decoration: none;
}

.location {
  display: block;
  padding-top: 3px;
  line-height: 1em;
}

.hero-image {
  width: 67%;
  height: 100%;
  background-color: #454545;
  background-image: url('/images/CurbNTurf_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.secondary-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #707070;
}

.secondary-image {
  overflow: hidden;
  width: 100%;
  height: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('/images/CurbNTurf_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero {
  position: relative;
  overflow: hidden;
}

.button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 260px;
  min-width: 96px;
  padding: 18px 24px;
  border: 2px solid #fff;
  border-radius: 36px;
  background-color: transparent;
  font-family: rift-soft, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
  text-indent: 2px;
}

.button:hover {
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #454545;
  font-weight: 700;
}

.button.trinidad {
  position: static;
  width: 100%;
  max-width: 480px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 18px 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-width: 2px;
  border-color: #e3530d;
  border-radius: 36px;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease,
    -webkit-transform 300ms ease;
  color: #e3530d;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button.trinidad:hover {
  background-color: #e3530d;
  -webkit-transform: translate3d(0px, -6px, 12px);
  transform: translate3d(0px, -6px, 12px);
  color: #fff;
}

.button.trinidad.video {
  width: 360px;
}

.trinidad {
  margin-bottom: 10px;
  color: #e3530d;
  font-weight: 700;
}

.trinidad.center {
  margin-bottom: 12px;
}

.n-oramg {
  color: #e3530d;
}

.center {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.wizard-h3 {
  margin-bottom: 0px;
}

.wizard-h3._18px {
  padding-top: 18px;
}

.fine-print-trinidad {
  color: #e3530d;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
}

.fine-print-trinidad.arces {
  margin-left: 6px;
  padding-top: 4px;
}

.div-block-33 {
  display: none;
}

.datepicker-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.booking-bottom-section {
  display: none;
}

.button-wrapper-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 18px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-wrapper-grid.filter {
  padding-bottom: 12px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.details-text {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.3em;
}

._3-up-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 12px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px none #000;
}

._3-up-grid.filter {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-up-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 9px;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.location-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.expanded {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.share-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -9px;
  padding-top: 12px;
  padding-left: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rating-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 12px;
  text-align: center;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-avg {
  padding-top: 0px;
  padding-right: 6px;
  padding-bottom: 3px;
  font-family: rift-soft, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.rating-total {
  padding-bottom: 1px;
  padding-left: 3px;
  font-family: rift-soft, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.footer-inner {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: '.';
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 36px;
  padding-bottom: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 1px;
  border-color: #d8d6d6 #000 #000;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.icon-follow-us {
  width: 18px;
  margin-right: 12px;
  padding-right: 0px;
}

.icon-follow-us:hover {
  width: 18px;
  padding-right: 0px;
}

.follow-us-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.h4-footer {
  color: #707070;
}

.h4-footer.alt {
  color: #fff;
}

.icon-copyright {
  width: 12px;
  margin-top: 1px;
  margin-right: 4px;
}

.text-copyright {
  color: #707070;
  font-size: 12px;
}

.text-copyright.alt {
  color: #fff;
}

.copy-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.datepicker-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border: 1px solid #d8d6d6;
  border-radius: 9px;
}

.navbar {
  height: 100%;
  background-color: #fff;
}

.navbar.guest {
  background-color: transparent;
}

.navigation-link {
  height: 72px;
  padding-top: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #454545;
}

.navigation-link:hover {
  border-bottom: 4px solid #e3530d;
}

.navigation-link.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #454545;
  text-decoration: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.datepicker-text {
  color: #707070;
}

.search-filter {
  display: block;
  height: 48px;
  border-top: 1px solid #d8d6d6;
  border-bottom: 1px solid #d8d6d6;
}

.search-filter.small {
  display: none;
}

.filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-form {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.listing-card-private {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listing-info-wrapper {
  height: 100%;
  max-height: 84px;
  max-width: 300px;
  padding: 12px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #454545;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.text-span-10 {
  color: #e3530d;
}

.listing-name {
  margin-bottom: 0px;
  font-size: 20px;
}

.listing-image-wrapper {
  height: 100%;
  max-height: 216px;
  max-width: 300px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #454545;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-image: url('/images/CurbNTurf_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-location {
  margin-top: -3px;
  font-family: rift-soft, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.card-location.white {
  margin-top: -3px;
  text-align: left;
}

.card-price {
  font-family: rift-soft, sans-serif;
  color: #e3530d;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.card-price.white {
  color: #fff;
  font-weight: 600;
}

.icon-fav {
  width: 18px;
  margin-top: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.listing-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-rating-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-listing-card-private {
  width: 220px;
  height: 220px;
}

.listing-card-boondocking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.small-listing-card-boondocking {
  width: 220px;
  height: 220px;
  margin-right: 17px;
}

.private-listing-info-wrapper-selected {
  height: 100%;
  max-height: 84px;
  max-width: 300px;
  padding: 12px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  background-color: #465d50;
}

.boondocking-image-selected {
  height: 100%;
  max-height: 216px;
  max-width: 300px;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #465d50;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-image: url('/images/CurbNTurf_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.small-listing-card-selected--boondocking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 220px;
  margin-right: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listing-card-selected--private {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}

.boondocking-listing-info-wrapper-selected {
  padding: 12px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  background-color: #e3530d;
}

.private-image-selected {
  height: 100%;
  max-height: 216px;
  max-width: 300px;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #e3530d;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-image: url('/images/CurbNTurf_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.small-listing-card-selected--private {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 220px;
  margin-right: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.amenities-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.amenities-inner.filter {
  padding-top: 6px;
  padding-bottom: 6px;
}

.photo-wrapper {
  display: -ms-grid;
  display: grid;
  padding-top: 18px;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.filter-dates-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #d8d6d6;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
}

.filter-header-wrapper {
  padding-bottom: 0px;
}

.dates-selected {
  font-family: rift-soft, sans-serif;
  color: #e3530d;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.info-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-inner.activities {
  margin-top: 12px;
}

.bottom-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.months-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.price-range {
  font-family: rift-soft, sans-serif;
  color: #e3530d;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.filter-price-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #d8d6d6;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
}

.listing-name-outer-wrapper {
  padding-right: 12px;
}

.static-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.static-slider-wrapper.activities {
  margin-bottom: 12px;
}

.filter-distance-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 400px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-right: 1px solid #d8d6d6;
  border-bottom: 1px solid #d8d6d6;
  border-left: 1px solid #d8d6d6;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
}

.distance-search {
  position: relative;
  height: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #454545;
  border-radius: 9px;
}

.icon-rv-camper {
  position: static;
  z-index: 6;
  width: 48px;
}

.current-location-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.use-current-location {
  padding-left: 9px;
  font-family: rift-soft, sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.use-current-location-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.current-location-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.payette {
  padding-right: 6px;
  font-family: rift-soft, sans-serif;
  color: #e3530d;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.icon-current {
  width: 12px;
}

.html-embed-5 {
  margin-left: 0px;
  padding-top: 6px;
  padding-left: 0px;
}

.distance {
  font-family: rift-soft, sans-serif;
  color: #e3530d;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.filter-horizontal-line {
  border-bottom: 1px solid #d8d6d6;
}

.filter-my-rv-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #d8d6d6;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
}

.rv-setup {
  font-family: rift-soft, sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.filter-header {
  font-family: rift-soft, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
}

.profile-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  margin-bottom: 18px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-your-profile {
  font-family: rift-soft, sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.amenities {
  font-family: rift-soft, sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.filter-amenities-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #d8d6d6;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
}

.activities-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-activities-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
}

.activities {
  font-family: rift-soft, sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.date-picker {
  position: static;
  margin-top: 19px;
  text-align: left;
}

.days-week {
  display: -ms-grid;
  display: grid;
  margin: 9px 84px 12px;
  grid-auto-columns: 1fr;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.month {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 36px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 36px 36px 36px 36px 36px 36px 36px;
  grid-template-columns: 36px 36px 36px 36px 36px 36px 36px;
  -ms-grid-rows: 36px 36px 36px 36px 36px 36px;
  grid-template-rows: 36px 36px 36px 36px 36px 36px;
}

.month-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.day-blank {
  width: 32px;
  height: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.icon-previous {
  width: 18px;
  margin-left: 3px;
  padding-left: 0px;
}

.icon-next {
  width: 18px;
  margin-right: 1px;
  padding-right: 0px;
}

.previous-month-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.next-month-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.icon-filter-slider {
  width: 320px;
}

.video {
  margin-bottom: 24px;
  padding-bottom: 0px;
}

.icon-links {
  display: inline-block;
  width: 24px;
  margin: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-links:hover {
  width: 30px;
  margin: 6px 9px;
}

.icon-twitter {
  width: 24px;
  margin-left: 9px;
}

.section-11 {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #fff;
}

.link-to {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: rift-soft, sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
}

.link-to.hero {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link-to.hero:hover {
  color: #fbd784;
}

.link-to.hero.more {
  margin-top: 18px;
  font-family: rift-soft, sans-serif;
  color: #fbd784;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
}

.link-to.hero.more:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.link-to.hero.more.trinidad {
  display: none;
  margin-top: 0px;
  padding-bottom: 0px;
  color: #e3530d;
}

.link-to.hero.more.trinidad {
  display: none;
  margin-top: 0px;
  padding-bottom: 0px;
  color: #e3530d;
}

.cnt-logo-wrapper {
  width: 72px;
}

.content-outer {
  position: static;
  width: 100%;
  max-width: 550px;
}

.nav-link-hero.nav {
  display: block;
  margin-top: 0px;
  padding: 8px 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.nav-link-hero.nav:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fbd784;
}

.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  font-weight: 700;
}

.content-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 72px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-scroll {
  width: 16px;
  height: 24px;
  margin-left: 16px;
}

.icon-scroll.more {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper.content {
  position: static;
  max-width: 1440px;
  margin-bottom: 280px;
}

.content-wrapper.content.short {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 20px;
  margin-bottom: 140px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-wrapper.content.short.animate {
  margin-top: 40px;
  margin-bottom: 0px;
}

.content-wrapper.content.short.video {
  margin-top: 40px;
  margin-bottom: 0px;
}

.content-wrapper.content.short {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 60px;
  margin-bottom: 140px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-wrapper.nav {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.breakpoint-wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.breakpoint-wrapper.five {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 100%;
  min-height: 480px;
  margin-top: 40px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-21 {
  text-decoration: none;
}

.login-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-login {
  margin-right: 8px;
}

.text-block-22 {
  padding-top: 2px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content-inner-wrapper {
  display: -ms-grid;
  display: grid;
  padding-bottom: 10px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-inner-wrapper.regular {
  height: 100%;
}

.content-inner-wrapper.regular {
  height: 100%;
  padding-bottom: 0px;
}

.start-hosting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 680px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  min-width: 350px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.host-with-us {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 100%;
  max-height: 680px;
  min-width: 320px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-five {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
  max-height: 680px;
  min-width: 320px;
}

.color-overlay {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
}

.start-hosting-image {
  width: 100%;
  height: 100%;
  background-image: url('/images/AdobeStock_225247819_1080x720.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.start-hosting-image.first-five {
  background-image: url('/images/frances-gunn-39236-unsplash-4k.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.footer-dark-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  padding-bottom: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.5px none #d8d6d6;
  background-color: #465d50;
}

.copy-white {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.copy-white:hover {
  font-weight: 700;
}

.icon-follow-us-white {
  width: 18px;
  margin-right: 12px;
}

.icon-copywrite-white {
  width: 12px;
  margin-top: 1px;
  margin-right: 4px;
}

.button-large-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-large-wrapper.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 2.5fr;
  grid-template-columns: 2.5fr;
  text-align: left;
}

.button-large-wrapper.no-bottom-margin {
  margin-top: 18px;
  margin-bottom: 0px;
}

.hero-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 28vw;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tertiary-image {
  width: 100%;
  height: 50%;
  background-image: url('/images/CurbNTurf_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nav-bar-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-sky {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
}

.image-house {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
}

.image-balloon {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
}

.promo-copy-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
}

.promo-copy-wrapper.video {
  position: static;
  margin-bottom: 0px;
}

.learn-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-bottom: 18px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: rift-soft, sans-serif;
  color: #fbd784;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
}

.learn-more:hover {
  -webkit-transform: translate(12px, 0px);
  -ms-transform: translate(12px, 0px);
  transform: translate(12px, 0px);
}

.image-blue-sky {
  position: absolute;
}

.image-bluehouse {
  position: absolute;
}

.image-bluerv {
  position: absolute;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.rift-soft-title {
  margin-right: 6px;
  font-family: rift-soft, sans-serif;
  color: #454545;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.profile-pic {
  width: 36px;
  height: 36px;
  border-radius: 50vh;
  background-image: url('/images/JamesJ_1JamesJ.jpg');
  background-position: 50% 50%;
  background-size: 36px;
}

.image-review-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-rv-placeholder {
  width: 96px;
  height: 96px;
  padding-top: 12px;
}

.placeholder-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d8d6d6;
}

.navigation-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 108px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #d8d6d6;
}

.status-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.status-block:hover {
  padding-bottom: 10px;
  border-bottom: 2px solid #e3530d;
}

.paragraph {
  font-family: rift-soft, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.required-pill {
  display: block;
  height: 22px;
  padding: 3px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50vh;
  background-color: #e3530d;
}

.icon-check {
  display: block;
  width: 22px;
  padding-top: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-wizard-wrapper {
  display: none;
}

._18px {
  padding-top: 18px;
}

._12px {
  padding-top: 12px;
}

.wizard-paragraph {
  line-height: 1.3em;
}

.description-outer {
  margin-right: 6%;
  margin-left: 6%;
}

.description-outer._6px {
  padding-top: 6px;
}

.checkbox-label-small {
  font-size: 12px;
}

.icon-nav {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.status-block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rv-photo-g-current-status {
  width: 100%;
  min-height: 0.5vh;
  background-color: #454545;
}

.amenities-g-current-status {
  width: 85.7%;
  min-height: 0.5vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  background-color: #454545;
}

.content-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 50;
  padding-top: 0px;
}

.content-section.regular {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.links-outer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.links-outer.left-content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.links-photo {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 70%;
  height: 480px;
  max-width: 70%;
  background-image: url('/images/AdobeStock_129950062_1920x1280.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.links-photo.church {
  background-image: url('/images/daniel-tseng-mbxkz52w4Jc-unsplash.jpg');
}

.links-photo.bnb {
  background-image: url('/images/todd-kent-178j8tJrNlc-unsplash-1920x1280.jpg');
}

.links-photo.wineries {
  background-image: url('/images/joel-holland-RwxJtL-WshE-unsplash_CNT.jpg');
}

.links-photo.rv-owners {
  background-image: url('/images/mexico-3120086.jpg');
}

.links-photo.app {
  background-image: url('/images/Phone-TripTych.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.links-photo.app.left {
  background-position: 100% 50%;
}

.links-photo.guest {
  background-image: url('/images/willian-justen-de-vasconcellos-502743-unsplash-4k.jpg');
  background-size: cover;
}

.links-photo.host {
  background-image: url('/images/frances-gunn-39236-unsplash-4k.jpg');
}

.links-photo.rsp {
  background-image: url('/images/sydney-angove-GJJGpecwvMs-unsplash-4k.jpg');
}

.links-photo.ag {
  background-image: url('/images/benoit-debaix-EoIXZXoe-nw-unsplash.jpg');
}

.links-content {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 50%;
  max-height: 480px;
  padding: 60px;
  background-color: #fff;
}

.links-content.left {
  left: 0%;
  right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.nandor-bg {
  background-color: #465d50;
  color: #fff;
}

.nandor-bg.full {
  height: auto;
  min-height: 100vh;
}

.h2-tundura {
  margin-bottom: 18px;
  color: #454545;
}

.app-download-outer {
  display: -ms-grid;
  display: grid;
  height: 60px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.app-download-outer.links {
  height: auto;
  margin-top: 28px;
}

.app-button {
  height: 60px;
}

.app-button:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.apple-store {
  height: 60px;
}

.google-play {
  height: 60px;
}

.social-media-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  h2 {
    line-height: 1em;
  }

  .toggle-wrap.rv {
    margin-right: 0%;
  }

  .form-block.search {
    margin-bottom: 0px;
  }

  .cnt-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cnt-button.site-image-upload {
    min-height: 0px;
  }

  .cnt-button.filter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cnt-button.filter-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cnt-button-icon {
    display: block;
  }

  .semi-bold {
    padding-right: 18px;
  }

  .wizard-nav-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wizard-nav-wrapper.end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .wizard-info-card {
    display: none;
    min-width: 280px;
  }

  .wizard-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .spacer {
    display: none;
    height: 48px;
  }

  .text-input.search {
    width: 75vw;
    margin-top: 12px;
  }

  .price-current-status {
    border-top-right-radius: 50vh;
    border-bottom-right-radius: 50vh;
  }

  .price-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sum-wrapper {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .landowner-wrapper {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .rift-soft {
    color: #454545;
    text-decoration: none;
  }

  .info-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-search-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-bar {
    position: fixed;
    padding-right: 0px;
  }

  .icon-search {
    margin-top: -1px;
    padding-bottom: 0px;
  }

  .search-wrapper {
    margin-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .brand {
    padding-left: 0px;
  }

  .cnt-hero-wrapper {
    height: 42.43vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cnt-button-secondary.hero {
    left: 20px;
    top: auto;
    right: auto;
    bottom: 20px;
  }

  .price-strip {
    padding-right: 18px;
    padding-left: 18px;
  }

  .price-strip.mobile {
    height: 36px;
  }

  .booking-section {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .listing-content-section {
    overflow: hidden;
  }

  .hero-image {
    width: 100%;
    height: 42.43vw;
  }

  .secondary-image-wrapper {
    display: none;
  }

  .button {
    margin-top: 0px;
  }

  .button.trinidad {
    max-width: 360px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button.trinidad.center {
    text-align: center;
  }

  .trinidad.center {
    margin-bottom: 12px;
    text-align: left;
  }

  .center.trinidad {
    text-align: center;
  }

  .booking-card-mobile {
    display: block;
  }

  .booking-bottom-bar {
    position: fixed;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: -ms-grid;
    display: grid;
    padding: 0px 2% 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #fff;
  }

  .booking-bottom-bar-spacer {
    height: 136px;
  }

  .booking-bottom-section {
    display: block;
  }

  .booking-button {
    width: 60%;
    margin-right: -2%;
    margin-left: -2%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-wrapper-grid {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-inner {
    overflow: hidden;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }

  .footer-wrapper {
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .navbar {
    position: static;
  }

  .navigation-link {
    height: 48px;
    padding-top: 14px;
    padding-bottom: 12px;
    background-color: #fff;
  }

  .nav-menu {
    position: absolute;
    left: auto;
    top: 72px;
    right: 0px;
    bottom: auto;
    border-bottom: 1px solid #454545;
  }

  .menu-button {
    height: 100%;
  }

  .menu-button.w--open {
    height: 100%;
    background-color: #e3530d;
  }

  .hamburger-menu {
    margin-top: 4px;
  }

  .filter-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .amenities-inner {
    overflow: hidden;
    max-height: 100%;
  }

  .photo-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .months-inner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .filter-activities-wrapper {
    position: absolute;
    margin-top: 0px;
  }

  .cnt-logo-wrapper {
    width: 48px;
  }

  .content-outer {
    max-width: none;
  }

  .nav-link-hero.nav {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .nav-link-wrapper.guest {
    background-color: #465d50;
  }

  .content-grid {
    justify-items: center;
    grid-column-gap: 32px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .content-grid.copy {
    grid-row-gap: 0px;
  }

  .content-wrapper.content {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .content-wrapper.content.short {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .content-wrapper.content.short {
    margin-bottom: 60px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-wrapper.nav {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .breakpoint-wrapper.five {
    min-height: 360px;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .login-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-inner-wrapper {
    grid-row-gap: 16px;
  }

  .content-inner-wrapper.regular {
    padding-top: 18px;
  }

  .content-inner-wrapper.regular {
    padding-top: 18px;
  }

  .content {
    margin-top: 0px;
  }

  .right {
    width: 100%;
    height: 50%;
  }

  .section-12 {
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-inner {
    height: 42.43vw;
  }

  .promo-copy-wrapper {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .learn-more {
    font-size: 16px;
  }

  .html-embed-6 {
    margin-bottom: 0px;
  }

  .faq-question-wrap {
    color: #454545;
  }

  .image-review-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .placeholder-pic {
    min-height: 280px;
  }

  .info-wizard-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .content-section {
    padding-top: 0px;
  }

  .links-content {
    padding: 40px;
  }

  .links-content.left {
    padding: 40px;
  }

  .nandor-bg {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
    line-height: 1.2em;
  }

  h5 {
    line-height: 1.2em;
  }

  p {
    font-size: 14px;
  }

  .toggle-wrap {
    margin-right: 0%;
  }

  .background {
    min-height: 99.5vh;
    background-image: url('/images/Topo_Large_Tundora_10.svg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .cnt-wizard-card {
    width: 100%;
    min-width: 440px;
    padding: 12px;
    border-color: rgba(69, 69, 69, 0);
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    opacity: 1;
  }

  .heading-2 {
    padding-bottom: 0px;
    font-size: 18px;
  }

  .form-block.search {
    width: 75vw;
  }

  .cnt-button {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .cnt-button.nandor {
    margin-right: 0px;
    margin-left: 0px;
  }

  .cnt-button.mobile {
    margin-top: 6px;
  }

  .cnt-button.filter-button {
    margin-right: 6px;
  }

  .cnt-button-icon {
    display: block;
  }

  .cnt-button-icon.addition {
    display: block;
  }

  .cnt-button-icon.substraction {
    display: block;
  }

  .button-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-wrapper._18px {
    padding-top: 18px;
  }

  .text-field-label {
    padding-right: 9px;
    padding-left: 9px;
  }

  .input-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input-w-label {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .axle-count {
    padding: 0px;
  }

  .wizard-nav-btn {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .wizard-wrapper {
    width: 100%;
  }

  .progress-complete {
    position: -webkit-sticky;
    position: sticky;
  }

  .current-status {
    height: 5px;
  }

  .image {
    margin-top: 12px;
    padding-bottom: 0px;
  }

  .cnt-logo {
    display: none;
  }

  .status-bar-spacer {
    height: 5px;
  }

  .heading-3 {
    font-size: 14px;
    line-height: 1.2em;
  }

  .rv-button-copy {
    font-size: 14px;
  }

  .price-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-w-label {
    padding-top: 18px;
  }

  .sum-wrapper {
    padding-top: 18px;
  }

  .fine-print {
    line-height: 1.4em;
  }

  .site-rule-wrapper {
    display: none;
  }

  .add-rules-wrapper {
    display: block;
  }

  .site-description {
    min-height: 240px;
  }

  .site-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .auth-wrapper {
    padding: 24px;
  }

  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .auth-logo-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .auth-inner-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .new {
    text-align: center;
  }

  .nav-bar {
    position: relative;
  }

  .nav-link.trinidad {
    font-size: 14px;
    line-height: 1.2em;
  }

  .icon-search {
    margin-top: -2px;
    padding-top: 0px;
  }

  .brand {
    display: block;
    width: 36px;
  }

  .cnt-button-secondary.hero {
    left: auto;
    right: 12px;
    bottom: 12px;
    font-size: 12px;
  }

  .price-strip.mobile {
    height: 36px;
  }

  .anchor-link-wrapper {
    width: auto;
  }

  .listing-content-section {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.6em;
  }

  .user-image {
    width: 40px;
    height: 40px;
  }

  .location {
    font-size: 14px;
  }

  .secondary-image-wrapper {
    display: none;
  }

  .button {
    padding: 12px 18px;
    font-size: 14px;
  }

  .button.trinidad {
    padding: 12px 18px;
    border-width: 2.5px;
    font-size: 14px;
    line-height: 1;
  }

  .button.trinidad.center {
    text-align: center;
  }

  .booking-card-mobile {
    display: none;
  }

  .booking-bottom-bar {
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 1000;
    padding: 0px 2.5% 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .booking-bottom-section {
    display: block;
  }

  .booking-button {
    width: 60%;
  }

  ._3-up-grid.filter {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .rating-avg {
    display: none;
  }

  .rating-total {
    display: none;
  }

  .footer-inner {
    display: block;
    margin-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .footer-wrapper {
    display: block;
    margin-top: 0px;
    padding: 12px 2.5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .follow-wrapper {
    margin-top: 0px;
    padding-top: 16px;
  }

  .menu-button {
    height: 100%;
  }

  .menu-button.guest.w--open {
    background-color: #e3530d;
  }

  .search-filter {
    display: none;
  }

  .search-filter.small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .amenities-inner {
    display: none;
    padding: 12px;
  }

  .amenities-inner.filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .filter-dates-wrapper {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .info-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bottom-button-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .months-inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: column;
    grid-auto-columns: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .filter-price-wrapper {
    display: none;
  }

  .static-slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .filter-distance-wrapper {
    display: none;
  }

  .filter-my-rv-wrapper {
    display: none;
  }

  .filter-header {
    color: #e3530d;
  }

  .filter-amenities-wrapper {
    display: none;
  }

  .filter-activities-wrapper {
    display: none;
  }

  .days-week {
    padding-top: 6px;
  }

  .previous-month-wrapper {
    margin-right: 0px;
  }

  .icon-filter-slider {
    width: 360px;
  }

  .link-to.hero {
    font-size: 14px;
  }

  .cnt-logo-wrapper {
    width: 36px;
  }

  .nav-link-wrapper {
    display: none;
  }

  .content-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .content-wrapper.content {
    margin-bottom: 40px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .content-wrapper.content.short {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .content-wrapper.content.short {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-wrapper.nav {
    padding-right: 32px;
    padding-left: 32px;
  }

  .breakpoint-wrapper.five {
    min-height: 280px;
  }

  .content-inner-wrapper.regular {
    padding-top: 0px;
  }

  .content-inner-wrapper.regular {
    padding-top: 0px;
  }

  .content-inner-wrapper.regular.links {
    padding-top: 18px;
  }

  .section-12 {
    min-height: 600px;
    padding-left: 60px;
  }

  .footer-dark-wrapper {
    display: block;
    padding: 12px 2.5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-large-wrapper.no-bottom-margin {
    -ms-grid-columns: 2.5fr;
    grid-template-columns: 2.5fr;
  }

  .promo-copy-wrapper {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .learn-more {
    font-size: 14px;
  }

  .rift-soft-title {
    font-size: 14px;
  }

  .image-review-wrapper {
    grid-row-gap: 36px;
  }

  .icon-rv-placeholder {
    width: 72px;
    height: 72px;
  }

  ._18px {
    padding-top: 12px;
  }

  .content-section {
    margin-top: 0px;
  }

  .links-outer {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .links-photo.app {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .links-content {
    max-height: none;
    padding: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .links-content.left {
    padding: 30px;
  }

  .app-download-outer {
    margin-bottom: -9px;
  }

  .app-download-outer.links {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .apple-store {
    height: 48px;
  }

  .google-play {
    height: 48px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
  }

  p {
    line-height: 1.6em;
  }

  .cnt-wizard-card {
    width: 100%;
    max-width: 440px;
    min-width: 300px;
  }

  .form-block.search {
    width: 75vw;
  }

  .wizard-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cnt-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cnt-button.site-image-upload {
    min-height: 0px;
  }

  .cnt-button.filter-button {
    margin-right: 6px;
  }

  .cnt-button.apple {
    height: 36px;
    font-size: 16px;
  }

  .cnt-button-icon {
    display: none;
  }

  .cnt-button-icon.auth {
    display: block;
  }

  .cnt-button-icon.apple {
    display: block;
    width: 32px;
    height: 36px;
  }

  .cnt-button-icon.apple-auth {
    display: block;
    width: 20px;
  }

  .text-field-rounded-left {
    width: 50%;
  }

  .text-field-rounded {
    width: 50%;
  }

  .text-input.search {
    width: 75vw;
    margin-top: 6px;
  }

  ._2up-dropdown-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .checkbox-field {
    padding-top: 12px;
  }

  .rift-soft {
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .auth-wrapper {
    width: 300px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .text-field-inner-wrapper {
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-bar {
    position: fixed;
    height: 60px;
    padding-left: 2.5%;
  }

  .icon-search {
    left: 8px;
    top: 21px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .search-wrapper {
    margin-left: 0px;
    padding-left: 0px;
  }

  .brand {
    display: none;
  }

  .cnt-button-secondary.hero {
    display: block;
    padding: 6px 9px;
  }

  .anchor-link-wrapper {
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .user-image {
    width: 48px;
    height: 48px;
  }

  .location {
    display: block;
    line-height: 1em;
  }

  .button {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .button.trinidad {
    font-size: 14px;
    line-height: 1.2;
  }

  .button.trinidad.video {
    width: 100%;
  }

  .button.trinidad.center {
    text-align: center;
  }

  .trinidad {
    text-align: left;
  }

  .booking-card-mobile {
    display: none;
  }

  .button-wrapper-grid {
    grid-row-gap: 9px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-wrapper-grid.filter {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .button-wrapper-grid._2-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-up-grid {
    padding-bottom: 12px;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-up-grid {
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-inner {
    overflow: hidden;
    min-width: 0px;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }

  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .navbar {
    position: static;
  }

  .nav-menu {
    left: 0px;
    top: 60px;
    right: 0%;
    bottom: auto;
  }

  .hamburger-menu {
    margin-top: 2px;
  }

  .photo-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .price-range {
    font-size: 14px;
  }

  .use-current-location {
    padding-left: 6px;
    font-size: 14px;
  }

  .payette {
    font-size: 14px;
  }

  .distance {
    font-size: 14px;
  }

  .select-your-profile {
    font-size: 14px;
  }

  .days-week {
    margin-bottom: 12px;
  }

  .month {
    -ms-grid-columns: 36px 36px 36px 36px 36px 36px 36px 36px;
    grid-template-columns: 36px 36px 36px 36px 36px 36px 36px 36px;
    -ms-grid-rows: 36px 36px 36px 36px 36px 36px;
    grid-template-rows: 36px 36px 36px 36px 36px 36px;
  }

  .icon-filter-slider {
    width: 296px;
  }

  .cnt-logo-wrapper {
    width: 36px;
  }

  .content-grid {
    grid-row-gap: 12px;
  }

  .content-wrapper.content {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .content-wrapper.nav {
    padding-right: 24px;
    padding-left: 24px;
  }

  .breakpoint-wrapper.five {
    min-height: 220px;
  }

  .content-inner-wrapper.regular {
    padding-bottom: 20px;
  }

  .content-inner-wrapper.regular {
    padding-bottom: 20px;
  }

  .content-inner-wrapper.regular.links {
    padding-bottom: 0px;
  }

  .content {
    width: 100%;
  }

  .right {
    min-width: 0px;
  }

  .button-large-wrapper {
    -ms-grid-columns: 2.5fr;
    grid-template-columns: 2.5fr;
  }

  .button-large-wrapper.video {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-block-2 {
    width: auto;
  }

  .rift-soft-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .icon-rv-placeholder {
    width: 60px;
    height: 60px;
  }

  .links-outer {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .links-photo {
    width: 100%;
    height: 240px;
    max-width: none;
  }

  .links-photo.app {
    background-position: 50% 50%;
  }

  .links-content {
    position: static;
    width: 100%;
  }

  .links-content.left {
    width: 100%;
  }
}

#w-node-_056a6fa8-7ff1-dab6-8490-3a8cceeda06a-d7b982fd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c2d786df-5c4c-4987-a932-3d91ccb04beb-16b9840e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdd-f1300d54 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdf-f1300d54 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_00b39e1d-fdf0-b8b8-5f81-5f9dac49114b-ac491144 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_00b39e1d-fdf0-b8b8-5f81-5f9dac49115c-ac491144 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdd-47bb26ac {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdf-47bb26ac {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdd-d1a3c85e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdf-d1a3c85e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdd-61594581 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdf-61594581 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdd-28a46e19 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdf-28a46e19 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdd-980d3144 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdf-980d3144 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdd-f1300d54 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdf-f1300d54 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_00b39e1d-fdf0-b8b8-5f81-5f9dac49114b-ac491144 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdd-47bb26ac {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdf-47bb26ac {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdd-d1a3c85e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdf-d1a3c85e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdd-61594581 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdf-61594581 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdd-28a46e19 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdf-28a46e19 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdd-980d3144 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdf-980d3144 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_681699b1-52d5-83bb-9fb3-8c187d5e662b-f9b98402 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdd-f1300d54 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdf-f1300d54 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_00b39e1d-fdf0-b8b8-5f81-5f9dac491149-ac491144 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_00b39e1d-fdf0-b8b8-5f81-5f9dac49114b-ac491144 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_00b39e1d-fdf0-b8b8-5f81-5f9dac49115e-ac491144 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdd-980d3144 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c944e5e-4e61-0fc9-4ac4-2b7628bcacdf-980d3144 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
