@font-face {
  font-family: Sortsmillgoudy;
  src: url('../fonts/SortsMillGoudy-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sortsmillgoudy;
  src: url('../fonts/SortsMillGoudy-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --rm-teal2: #00565c;
  --rm-teal-green: #007f5c;
  --rm-teal-4: #008e8a;
  --light-beige: #ccc6af;
  --rivermillblue: #002e62;
  --corp-gold: #cfab79;
  --rm-green: #778f79;
  --rm-shadow-blue: #000e1f;
  --rm-button-roll: #cabc85;
  --rm-shadow-green: #111d19;
  --corp-blue: #063779;
  --darker-gold: #bd965c;
  --brown: #271e11;
  --dim-gray: #58585a;
  --teal: #00568f;
  --light-slate-gray: #6c889e;
  --gray: #8d8b7c;
  --rosy-brown: #a19c89;
  --light-slate-gray-2: #949599;
  --text: #271e11;
  --dark-slate-gray: #2c2b25;
  --gray-2: #8d8675;
  --rosy-brown-2: #b2a28e;
  --green: #919f61;
  --dark-olive-green: #5d5030;
  --light-gray: #dedbc8;
  --nav-main: #bbb1a7;
  --gainsboro: #e8e3cd;
  --lt-gray: #d9d9d9;
  --pencil-line: #271e111c;
  --new-blue: #153c65;
  --new-beige-menu: #e7e2cc;
  --font-on-beighe: #8b877a;
  --dark-gray: #999;
  --menugrey: #6b6b69;
  --footer-pin: #d2cba7;
  --gold-pin: #998c71;
  --home-header-text: #87816c;
  --h1-finding-color: #4a3921;
  --button-and-border-blue: #39628b;
  --comm-top-left-beige: #cfcab6;
  --h1: #08578c;
  --heading-in-beige-color: #87816c;
  --antique-white: #f2ecd5;
  --filli-image-placeholder: #f7f5f5;
  --p-text2: #15202a;
  --nex-text-color: #3b3e41;
  --blue-beige-grey: #f8f7f2;
  --nav-blue-new: #005288;
  --first-shared-header-color: #50525324;
  --dark-blue: #124a74;
  --menu-blue: #005288;
  --link-blue: #08578c;
  --dark-olive-green-2: #5b7250;
  --sienna: #886a3d;
  --burg: #3e202a;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #08578c;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Sortsmillgoudy, Georgia, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

h2 {
  color: #08578c;
  font-family: Sortsmillgoudy, Georgia, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  color: #bd965c;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Sortsmillgoudy, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #4d4b44;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  opacity: 1;
  color: #31383f;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.7em;
}

a {
  color: #063f8e;
  text-decoration: none;
}

a:hover {
  color: #bd965c;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 40px;
}

li {
  text-align: left;
  margin-bottom: 7px;
  margin-left: -20px;
  font-size: 17px;
  line-height: 1.5em;
}

img {
  max-width: 100%;
}

label {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

.button {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #005288;
  background-image: radial-gradient(circle, #004979, #005288);
  border: 2px solid #cca56f;
  border-radius: 4px;
  margin-top: 12px;
  margin-right: 9px;
  padding: 9px 16px 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
  position: static;
  top: 140px;
  left: 105px;
  transform: translate(0, -3px);
  box-shadow: 1px 1px 14px #3b3e4147;
}

.button:hover {
  opacity: .94;
  color: #fff;
  text-shadow: 1px 1px 4px #6d4d1e;
  background-color: #cfab79;
  background-image: none;
  border-color: #b18037;
  text-decoration: none;
  box-shadow: inset 0 0 8px #ac8b5e;
}

.button:active {
  box-shadow: none;
  opacity: 1;
  text-shadow: 1px 1px 4px #6d4d1e;
  background-image: none;
  transform: translate(0, -2px);
}

.button.contact {
  margin-top: 15px;
  margin-bottom: 8px;
  display: block;
}

.button.rm-oval1 {
  color: #fffffffc;
  background-image: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  margin-bottom: 15px;
  margin-right: 13px;
  padding-bottom: 9px;
  padding-left: 19px;
  transition-duration: .1s;
  position: relative;
  inset: 0;
  transform: none;
  box-shadow: 1px 1px 15px #3b3e4187;
}

.button.rm-oval1:hover {
  opacity: 1;
  background-color: #b9a756;
  transform: none;
}

.button.rm-oval1:active {
  box-shadow: none;
  position: relative;
  inset: 3px 0 0 3px;
  transform: none;
}

.button.rm-oval1.indent {
  border-color: #fff;
  margin-left: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  transform: none;
  box-shadow: 5px 5px 15px #3b3e4187;
}

.button.rm-oval1.indent:hover {
  opacity: 1;
  transform: none;
}

.button.rm-oval1.indent:active {
  box-shadow: none;
  position: relative;
  inset: 4px 0 0 4px;
  transform: none;
}

.button.rm-oval1.indent.lifestyle {
  margin-top: 15px;
  margin-left: 0;
}

.button.rm-oval1.indent.lifestyle.tighter {
  margin-bottom: 3px;
}

.button.rm-oval1.teal {
  background-color: var(--rm-teal2);
  background-image: linear-gradient(158deg, #007f5c82, var(--rm-teal2));
  border-color: #fff;
  margin-bottom: 10px;
}

.button.rm-oval1.teal:hover {
  background-image: linear-gradient(158deg, var(--rm-teal2), var(--rm-teal-green));
}

.button.rm-oval1.teal.indent.mb {
  background-image: linear-gradient(158deg, #007f5c82, var(--rm-teal2));
}

.button.rm-oval1.teal.developent-update {
  margin-bottom: 0;
}

.button.add-sp-after-mobile.joininterestlist {
  margin-bottom: 5px;
  display: block;
}

.button.rm-directions {
  display: none;
}

.button.setupappoint {
  margin-top: 14px;
  margin-bottom: 5px;
}

.button.rm-poh {
  padding-left: 45px;
  padding-right: 45px;
}

.button.large {
  padding: 13px 25px;
  font-size: 20px;
}

.button.hide-for-recapcha {
  display: none;
}

.button.int-form {
  z-index: 9999;
  position: relative;
  top: 0;
  left: 0;
}

.gold {
  color: #08578c;
}

.arrow {
  color: #dfd9c5;
}

.arrow.rm-timeline-right {
  color: #008e8a;
  margin-right: -50px;
  display: inline-block;
}

.arrow.rm-timeline-left {
  color: var(--rm-teal-4);
  margin-left: -50px;
  margin-right: 0;
  display: inline-block;
}

.mask {
  margin-left: 44px;
  margin-right: 44px;
}

.slides {
  width: 33.33%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header {
  padding-top: 17px;
}

.header-section-with-ad {
  background-color: #f7f6eb;
  background-image: none;
  background-position: 0 0;
  position: relative;
}

.navbar-section {
  z-index: 10001;
  text-align: center;
  background-color: #005288;
  box-shadow: 0 1px 8px #0d1920;
}

.nav-link {
  color: #e8e3cf;
  letter-spacing: .3px;
  padding: 9px 18px 9px 17px;
  font-family: Lato, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  transition: all .25s;
  display: inline-block;
}

.nav-link:hover {
  color: #fff;
  background-image: linear-gradient(#0000, #4a84aa);
  text-decoration: none;
}

.nav-link.w--current {
  color: #f1ecd3;
  border-radius: 0;
}

.nav-link.w--current:hover {
  text-decoration: none;
}

.nav-menu {
  background-color: var(--rm-teal2);
  text-align: center;
  width: 500px;
}

.brand-block {
  z-index: 5000;
  width: 184px;
  margin-bottom: 14px;
  margin-left: 16px;
  margin-right: 20px;
  transition: opacity .25s;
  position: relative;
}

.nav-vert {
  color: #333;
  background-image: linear-gradient(#cfab7900, #e8e3c1a8 50%, #fff0);
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  height: 28px;
  display: none;
  position: relative;
  top: 8px;
}

.dropdown-toggle {
  color: #e8e3cf;
  letter-spacing: .3px;
  margin-top: 0;
  margin-right: 0;
  padding: 9px 27px 9px 14px;
  font-size: 14.5px;
  transition: all .5s;
  display: inline-block;
}

.dropdown-toggle:hover {
  color: #fff;
  background-image: linear-gradient(#0000, #4a84aa);
}

.nav-down-arrow {
  margin-right: 8px;
  font-size: 14px;
}

.content-section {
  clear: both;
  margin-bottom: 20px;
}

.content-section:hover {
  border-top: 1px #000;
}

.subheading-wrapper {
  text-align: center;
  margin: 5px auto 13px;
  display: block;
}

.subheading-horz {
  color: #87816c;
  background-color: #e2e0d8;
  width: 200px;
  height: 1px;
  max-height: 1px;
  margin-bottom: 4px;
  display: inline-block;
}

.subheading-horz.left {
  background-color: #0000;
  background-image: linear-gradient(260deg, #cfab79, #fff0);
  width: 150px;
}

.subheading-horz.right {
  background-color: #0000;
  background-image: linear-gradient(to right, #cfab79, #fff0);
  width: 150px;
}

.subheading-text-block {
  padding-left: 9px;
  padding-right: 9px;
  display: inline-block;
}

.subheading-text {
  color: #4a3921;
  text-align: center;
  font-family: Sortsmillgoudy, Georgia, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.subheading-text.rm-builders-vid-page {
  color: #4a3921;
  font-size: 27px;
}

.sldie-nav {
  display: none;
}

.dropdown-list.w--open {
  background-color: #005288;
  box-shadow: 0 4px 6px #2b30388c;
}

.drop-down-link {
  color: #f2ecd5;
  background-color: #005288;
  border-top: 1px solid #00497a;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14.4px;
  transition: background-color .1s;
}

.drop-down-link:hover {
  color: #fff;
  background-color: #3e80ac;
  text-decoration: none;
}

.drop-down-link.w--current {
  color: #f2ecd5;
  transition-property: all;
  display: block;
}

.drop-down-link.w--current:hover {
  color: #fff;
  text-decoration: none;
}

.drop-down-link.highlight {
  background-color: #005c99;
}

.body-content-normal {
  text-align: left;
  margin-top: 30px;
  padding-left: 16px;
  padding-right: 16px;
}

.add-space-after {
  clear: both;
  margin-bottom: 24px;
}

.slide-nav-hide {
  display: none;
}

.hide-me {
  margin-left: 15px;
  display: none;
}

.location-map {
  border: 1px solid #b1b1b1;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 6px #d5d3d3;
}

.blue {
  color: #08578c;
}

.underline {
  padding-left: 1px;
  text-decoration: underline;
}

.underline:hover {
  text-decoration: underline;
}

.header-quiz {
  text-align: right;
  letter-spacing: .25px;
  background-color: #f2ecd5;
  border: 1px solid #e9e3cd;
  border-radius: 8px;
  width: 312px;
  margin-top: 0;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  transition: all .5s;
  display: inline-block;
  position: relative;
  top: 10px;
}

.header-quiz:hover {
  opacity: 1;
  color: #000;
  background-color: #faf7eb;
}

.header-quiz.rm {
  background-color: #0000;
  border-color: #131e2a73;
  width: 200px;
  margin-top: -4px;
  padding: 0;
  box-shadow: 1px 1px 50px #000e1f24;
}

.header-quiz.rm:hover {
  opacity: .77;
}

.center {
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 35px;
}

.header-ad-block {
  float: right;
  color: #153c65;
}

.p-center {
  text-align: center;
  margin-bottom: 30px;
}

.p-center.bold.homearam {
  font-size: 19px;
  line-height: 2.6em;
}

.hide {
  display: none;
}

.link-no-fx {
  color: #3b3e41;
  border-bottom: 1px dotted #bebebe;
}

.link-no-fx:hover {
  color: var(--rm-teal2);
  border-bottom-color: #395c77;
  text-decoration: none;
}

.link-no-fx.no-underline {
  border-bottom-style: none;
}

.download-sales-pack-wraper {
  z-index: 1500;
  opacity: 0;
  text-align: center;
  background-color: #000000c2;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

._404-wrapper {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._404-logo {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.tooltip-div {
  opacity: 0;
  color: #dedbc8;
  text-align: center;
  background-color: #39628b;
  border-radius: 6px 6px 0 0;
  width: 196px;
  height: 36px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 1px 1px 3px #0000006e;
}

.how-you-live-underline {
  border-bottom: 2px solid #cfab79;
  padding-bottom: 5px;
  display: inline-block;
}

.how-you-live-underline.foot-mod {
  color: #fff;
  padding-bottom: 7px;
}

.div-separator {
  background-color: #cfab79;
  height: 4px;
  margin-top: 68px;
  margin-bottom: 68px;
}

.div-separator.rm-solid-bar {
  background-color: var(--light-beige);
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-separator.rm-solid-bar._30 {
  height: 30px;
}

.div-separator.rm-solid-bar._30.green {
  background-color: var(--rm-teal2);
}

.div-separator.rm-solid-bar._30.location {
  background-color: #0a565b;
  height: 26px;
}

.div-separator.rm-solid-bar._30.location.extra {
  display: none;
}

.div-separator.rm {
  background-color: var(--rivermillblue);
}

.div-separator.comm-slider-top {
  background-color: #3b3e41;
  height: 9px;
  margin-top: 0;
  margin-bottom: 43px;
}

.div-separator.comm-slider-bottom {
  background-color: #005288;
  height: 27px;
  margin-top: 48px;
  margin-bottom: 0;
}

.div-separator.vert {
  width: 3px;
  height: 42px;
  margin: 0 20px 0 14px;
  display: inline-block;
  position: relative;
  top: 13px;
}

.div-separator.vert.rm.hide-for-recapcha {
  display: none;
}

.div-separator.vert.rm {
  background-color: #cfab79;
}

.html-embed.youtube-subscribe {
  z-index: 22;
  text-align: right;
  width: 100%;
  height: 40px;
  margin: 9px auto 18px;
  position: relative;
}

.cb {
  clear: both;
  height: 0;
}

.p-404 {
  text-align: center;
  font-weight: 700;
}

.h1-494 {
  text-align: center;
}

.logo {
  z-index: 10000;
  transition: all .25s;
  position: relative;
}

.logo:hover {
  filter: saturate(127%);
}

.logo.in-nav.rm {
  width: 200px;
  margin-bottom: 10px;
  padding-top: 30px;
}

.logo.is-overview {
  width: 400px;
  margin-bottom: 12px;
}

.link-underline {
  text-decoration: underline;
  display: inline-block;
}

.section-content {
  padding-top: 37px;
  padding-bottom: 23px;
}

.white {
  background-color: #fff;
}

._404-logo-link {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h1-header {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 15px;
  font-size: 34px;
}

.h1-header.rmteam {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 44px;
  line-height: 1em;
}

.body.color {
  background-color: #bbb1a7;
}

.body.color.rmill-team {
  background-color: #f0ece7;
}

.nav-dropmaintext {
  margin-right: 0;
  font-size: 14.4px;
  position: relative;
}

.div-23h {
  height: 23px;
}

.nav-blue {
  background-color: #005288;
}

.rutland-center-logo-wrap {
  text-align: left;
}

.text-field:hover {
  border: 1px solid #cfb16a;
}

.header-line {
  background-color: #033579;
  background-image: linear-gradient(to right, #f7f5f500, #e7e4d6 64% 64%);
  height: 2px;
  display: none;
}

.container {
  text-align: center;
}

.container.int-list {
  background-color: var(--rm-green);
}

.container.rm-lifestyle {
  padding-top: 26px;
  padding-bottom: 26px;
}

.container.rm-lifestyle.nopad {
  padding-top: 0;
  padding-bottom: 0;
}

.container.thankyou-sm {
  padding: 0 55px;
}

.slider {
  background-color: #0000;
}

.slider.poh {
  height: auto;
}

.container-full {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5%;
  padding-right: 1.5%;
  display: block;
}

.section {
  background-color: #fff;
}

.section.rvteamhead {
  background-image: url('../images/chickriver.jpg');
  background-position: 0 -255px;
  background-size: cover;
  height: 500px;
}

.section.rvteamhead.cover-grad {
  z-index: 11;
  text-align: center;
  background-image: linear-gradient(92deg, #124a7475, #fff 50%, #06377987 97%), url('../images/chickriver.jpg');
  background-position: 0 0, 0 -255px;
  background-size: auto, cover;
  height: 460px;
  position: relative;
  box-shadow: 0 0 19px #2c2b25;
}

.section.rvteamhead.cover-grad.assets {
  height: 250px;
}

.section.int-list {
  border-top: 11px solid var(--rm-teal2);
  background-color: var(--rm-green);
  background-image: linear-gradient(#0000, #fff), url('../images/the-curve-of-the-r-and-m-parts-blur_1the-curve-of-the-r-and-m-parts-blur.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.section.int-list.p {
  background-image: linear-gradient(#0000, #fff), url('../images/the-curve-of-the-r-and-m-parts-blur_1the-curve-of-the-r-and-m-parts-blur.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.head {
  z-index: 3;
  background-color: #eaeaeb;
  position: relative;
}

.section.head.rm {
  border-style: none none solid;
  border-width: 3px;
  border-color: var(--rm-teal2);
  height: 420px;
  box-shadow: 0 13px 50px #000e1f3b;
}

.section.head.rm.community-map {
  z-index: 101;
  border-bottom-style: solid;
  border-bottom-color: var(--rm-shadow-blue);
  background-image: linear-gradient(#fff0, #011d1f), radial-gradient(circle, #fff0, #00000057), linear-gradient(#011110c2, #011110c2), url('../images/river-mill-nature-sidewalk-hammock.jpg');
  background-position: 0 0, 0 0, 0 0, 0%;
  background-size: auto, auto, auto, auto;
  position: relative;
}

.section.head.rm.location {
  background-image: linear-gradient(#001e20c4, #001e20c4), url('../images/chickahominy-river-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 3px solid #00575c;
  box-shadow: 0 1px 50px #000e1f7d;
}

.section.head.rm.schools {
  background-image: radial-gradient(circle, #ffffff3b, #0000009e), url('../images/father-kissing-daughter-before-getting-on-school-bus_1father-kissing-daughter-before-getting-on-school-bus.webp');
  background-position: 0 0, 50% 22%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.head.rm.active-rva {
  background-image: linear-gradient(#002e62a1, #002e62a1), url('../images/s-shapes-dark-trans_1s-shapes-dark-trans.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 960px;
}

.section.head.rm.lifestyle {
  background-image: linear-gradient(82deg, #000000ad, #fff0), url('../images/river-mill-sidewalk-blur.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  box-shadow: 0 16px 50px #000e1f63;
}

.section.head.rm.hoa {
  background-image: radial-gradient(circle, #fff0 54%, #111d19ad), url('../images/header-hoa2-blur_1header-hoa2-blur.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.head.rm.homes {
  background-image: radial-gradient(circle, #fff0, #15202a8a), url('../images/Family-Room2-blur_1Family-Room2-blur.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.head.rm.builders {
  background-color: #08578c;
  background-image: linear-gradient(to right, #fff0, #69b4aea3), linear-gradient(#031324c2, #031324c2), url('../images/DSCF4466-HDR_1DSCF4466-HDR.webp'), url('../images/snazzy-image_1snazzy-image.webp');
  background-position: 0 0, 0 0, 50%, 50%;
  background-size: auto, auto, cover, auto;
  height: 367px;
}

.section.head.rm.poh {
  background-image: linear-gradient(#00818f96, #00818f96), url('../images/DSCF4371-HDR_1DSCF4371-HDR.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.section.head.rm.dev-updaests {
  z-index: 101;
  border-bottom-style: solid;
  border-bottom-color: var(--rm-shadow-blue);
  background-image: linear-gradient(#011110c2, #011110c2), radial-gradient(circle, #fff0, #00000057), url('../images/river-mill-sidewalk-blur.jpg');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  position: relative;
}

.section.head.rm.directions {
  background-image: linear-gradient(#001e20c4, #001e20c4), url('../images/chickahominy-river-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 3px solid #00575c;
  box-shadow: 0 1px 50px #000e1f7d;
}

.section.head.rm.thankyou {
  background-image: radial-gradient(circle, #fff0 54%, #111d19ad), url('../images/header-hoa2-blur_1header-hoa2-blur.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.head.rm.how-we-got-here {
  z-index: 101;
  border-bottom-style: solid;
  border-bottom-color: var(--rm-shadow-blue);
  background-image: linear-gradient(#fff0, #011d1f), radial-gradient(circle, #fff0, #00000057), linear-gradient(#011110c2, #011110c2), url('../images/river-mill-nature-sidewalk-hammock.jpg');
  background-position: 0 0, 0 0, 0 0, 0%;
  background-size: auto, auto, auto, auto;
  position: relative;
}

.section.body {
  position: relative;
}

.section.body.rm {
  background-color: #d9d9d9;
  background-image: linear-gradient(#ddddddc9, #ddddddc9), url('../images/grass-background_1grass-background.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 102px;
  padding-bottom: 102px;
  font-size: 15px;
}

.section.body.rm.location {
  background-image: linear-gradient(#00050cd9, #00050cd9), url('../images/river-mill-nature-line-drawing-stylized.webp');
  background-position: 0 0, 50% 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.body.rm.location.around-map {
  background-color: #cbc5af;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
}

.section.body.rm.s-curve {
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/s-shape-bg-crop-rev.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
}

.section.body.rm.s-curve.blue {
  background-image: url('../images/s-shape-bg-crop-rev-blue.png'), linear-gradient(#ffffffd4, #ffffffd4), url('../images/bg-leaf-1000-halfsize-blur.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: repeat-y, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section.body.rm.s-curve.blue.lighter {
  background-image: url('../images/s-shape-bg-crop-rev-blue-lighter_1s-shape-bg-crop-rev-blue-lighter.webp'), linear-gradient(#ffffffb8, #ffffffb8), url('../images/bg-leaf-1000-halfsize-blur.jpg');
  background-position: 0 -595px, 0 0, 0 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section.body.rm.s-curve.blue.lighter.homes {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.body.rm.wave-curve {
  background-image: url('../images/wave-curve-1_1wave-curve-1.webp'), linear-gradient(#ddddddc9, #ddddddc9), url('../images/river-mill-nature-line-drawing-stylized.webp');
  background-position: 0 -60px, 0 0, 50% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.section.body.rm.wave-curve.grad {
  background-image: url('../images/wave-curve-grad_1wave-curve-grad.webp'), linear-gradient(#0000, #0000), url('../images/river-mill-nature-line-drawing-stylized.webp');
  background-position: 0 -37px, 0 0, 50% 0;
  background-size: contain, auto, cover;
}

.section.body.rm.wave-curve.grad.trans {
  background-image: url('../images/wave-curve-grad-trans_1wave-curve-grad-trans.webp'), linear-gradient(#0000, #0000), url('../images/river-mill-nature-line-drawing-stylized.webp');
  background-size: contain, auto, cover;
}

.section.body.rm.wave-curve.grad.trans._2 {
  background-image: linear-gradient(#f8fbff8f, #f8fbff8f), url('../images/curving-river-background.webp'), linear-gradient(#f8fbffc7, #f8fbffc7), url('../images/river-mill-nature-line-drawing-stylized.webp');
  background-position: 0 0, 50% 0, 0 0, 50% 0;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-size: auto, cover, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
}

.section.body.rm.trees {
  background-image: linear-gradient(#0000, #0000), url('../images/treebg_1treebg.webp');
  background-size: auto, cover;
}

.section.body.rm.trees.schools {
  background-image: linear-gradient(#fcfbfbed, #fcfbfbed), url('../images/treebg_1treebg.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.body.rm.trees.schools.mod {
  background-image: linear-gradient(to bottom, null, null), url('../images/treebg_1treebg.webp');
  background-attachment: scroll, fixed;
  padding-bottom: 0;
}

.section.body.rm.grass {
  background-image: linear-gradient(#ddddddb8, #ddddddb8), url('../images/grass-background_1grass-background.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section.body.rm.lifestyle {
  background-image: linear-gradient(#dddddd9c, #dddddd9c), url('../images/s-shapes-dbl-tran_1s-shapes-dbl-tran.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 0;
  padding-bottom: 0;
}

.section.body.rm.nopad {
  padding-top: 0;
  padding-bottom: 0;
}

.section.body.rm.nopad.community-map {
  background-image: none;
}

.section.body.rm.apt {
  background-image: linear-gradient(#ffffffd4, #ffffffd4), url('../images/grass-background_1grass-background.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.body.rm.homearama {
  background-image: linear-gradient(#ffffffd4, #ffffffd4), url('../images/grass-background_1grass-background.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 85px;
  padding-bottom: 85px;
}

.section.body.builders {
  background-image: linear-gradient(#ffffff80, #ffffff80), radial-gradient(circle, #fff, #00000061), url('../images/streetscape.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding: 50px;
}

.section.rm-timeline {
  background-image: radial-gradient(circle, #f8edaa94, #c9b27475), linear-gradient(#7f700063, #7f700063), url('../images/timeline-bg1.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  position: relative;
  box-shadow: inset 0 0 50px #3b3e41;
}

.section.hero {
  position: relative;
}

.section.brochure {
  text-align: center;
  padding-bottom: 56px;
}

.section.rm-sign {
  background-image: url('../images/rm-entrance-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top: 5px solid #168e8a;
  border-bottom: 5px solid #168e8a;
  height: 448px;
  box-shadow: inset 1px 1px 120px #000;
}

.headerlabelwrap {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 12px #271e11ad;
  background-color: #627586;
  padding: 35px 35px 33px;
  font-family: Droid Sans, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.headerlabelwrap.shadow {
  position: relative;
  box-shadow: 0 1px 19px #2c2b25;
}

.headerlabelwrap.shadow.shorter {
  padding-top: 24px;
  padding-bottom: 24px;
}

.ar {
  text-align: right;
}

.river-mill-logo-assets-page {
  width: 400px;
  padding-top: 27px;
  padding-bottom: 27px;
}

.container-full-1140 {
  z-index: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5%;
  padding-right: 1.5%;
  display: block;
  position: relative;
}

.container-full-1140.center.mb600, .container-full-1140.center.homearam {
  margin-bottom: 60px;
}

.div-block-4 {
  background-color: #27495f;
}

.div-block-5 {
  background-color: #789079;
}

.h1-rm {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 41px;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 1.1em;
  display: block;
}

.h1-rm.with-logo {
  margin-top: 39px;
}

.h1-rm.with-logo.lower-layout {
  margin-top: 126px;
}

.h1-rm.mobile {
  display: none;
}

.h1-rm.map {
  margin-top: 32px;
}

.h1-rm.builders {
  color: #fff;
  margin-top: 32px;
}

.h1-rm.poh {
  font-size: 61px;
}

.h1-rm.nocaps {
  text-transform: none;
}

.sub-h1-head {
  color: #fff;
  letter-spacing: .5px;
  padding-left: 3px;
  font-size: 18px;
}

.sub-h1-head.location.poh {
  font-size: 21px;
  line-height: 1.4em;
}

.logo-in-head {
  position: absolute;
  top: 15px;
  left: 15px;
}

.logo-in-head.rm {
  opacity: .97;
  width: 200px;
  top: 20px;
  left: 20px;
}

.rm-footlinks {
  z-index: 99;
  text-align: center;
  border-bottom: 1px solid #dee6de;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
}

.footlink {
  padding: 17px 15px;
  display: inline-block;
}

.footlink.rm {
  background-color: var(--rm-teal2);
  color: #ffffffdb;
  border: 1px solid #899b8a;
  border-bottom-style: none;
  border-top-left-radius: 35px;
  border-top-right-radius: 14px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 9px;
  padding-bottom: 3px;
  padding-left: 22px;
  font-size: 15px;
  transition: all .5s;
  box-shadow: 9px 0 22px #000e1f66;
}

.footlink.rm:hover {
  color: #ffffffdb;
  background-color: #00575c;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-decoration: none;
}

.foot-bar-separator {
  background-color: #005288;
  border-top: 4px solid #153c65;
  box-shadow: inset 0 0 26px #000;
}

.sh {
  box-shadow: 1px 1px 50px #0000004d;
}

.div-lower-right {
  width: 500px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.div-lower-right.fade {
  opacity: .55;
}

.logo-in-hero {
  width: 200px;
  margin-top: 87px;
  display: block;
}

.logo-in-hero.lager {
  width: 300px;
}

.logo-in-hero.commmap {
  margin-top: 65px;
}

.interestlisttabwrap {
  z-index: 1002;
  float: none;
  background-color: var(--rm-teal2);
  color: #f8f8f8;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-right-style: none;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15em;
  transition: opacity .5s;
  display: inline-block;
  position: fixed;
  top: 25%;
  right: 0%;
  box-shadow: -1px 2px 6px #000203b0;
}

.interestlisttabwrap:hover {
  background-color: #0f2f5a;
}

.interest-list-foot-wrapper {
  padding: 70px 65px 9px;
}

.interest-list-foot-header {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #ffffff5c;
  margin-bottom: 12px;
  padding-bottom: 15px;
  font-family: Sortsmillgoudy, Georgia, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1em;
}

.foot-slogan {
  color: #f7f5f5;
  text-align: center;
  letter-spacing: .8px;
  padding-top: 28px;
  padding-bottom: 20px;
  font-family: Sortsmillgoudy, Georgia, sans-serif;
  font-size: 31px;
}

.logo-interest-list {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.interest-list-tab {
  color: #c0cfc1;
  display: block;
}

.interest-list-tab:hover {
  color: #c5cfda;
  text-decoration: none;
}

.interestlisttab-text {
  color: #fff;
  padding: 11px 10px 11px 11px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
}

.rm-flex-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.rm-flex-wrap.rm-location {
  align-items: center;
}

.rm-flex-wrap.rm-location.reverse {
  flex-direction: row-reverse;
}

.rm-flex-wrap.rm-location.m10p {
  margin: 6% 10% 7%;
}

.rm-flex-wrap.rm-location.m10p.reverse {
  flex-direction: row-reverse;
}

.rm-flex-wrap.rm-location.m10p.reverse.lifestyle {
  justify-content: center;
  margin-top: 3%;
  margin-bottom: 3%;
}

.rm-flex-wrap.rm-location.m10p.reverse.lifestyle.last {
  margin-bottom: 0%;
}

.rm-flex-wrap.rm-location.m10p.first {
  margin-top: 0%;
  padding-top: 52px;
}

.flex-33 {
  width: 33.333%;
}

.flex-33.active-rva {
  background-color: var(--rm-green);
  padding: 87px;
}

.flex-66 {
  width: 66.66%;
}

.flex-66.style-1 {
  padding: 82px;
}

.flex-66.homes {
  margin-left: 25px;
}

.h2-rm {
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.1em;
}

.h2-rm._2 {
  font-size: 38px;
  line-height: 1.1em;
}

.h2-rm.now-selling {
  font-size: 25px;
  line-height: 1.1em;
}

.h2-rm.how-we-got-her {
  text-align: center;
  margin-top: 0;
}

.h2-rm.noncap {
  text-align: left;
  text-transform: none;
}

.h2-rm.homes {
  color: #914530;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.h2-rm.finalopps {
  color: #08578c;
  margin-top: 12px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
}

.navbar-rm {
  z-index: 1999;
  background-color: #ddd0;
  height: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-rm {
  color: #cecece;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;
  line-height: 1.5em;
  transition: letter-spacing .5s;
}

.nav-link-rm:hover {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-link-rm.w--current {
  background-color: var(--rm-teal-4);
  color: #e7e2cc;
  display: block;
}

.nav-link-rm.other-hhh-comm {
  background-color: #cfab792e;
  border: 1px solid #cea976;
  border-radius: 4px;
  margin-top: 13px;
  margin-bottom: 374px;
  padding: 6px 10px;
  font-size: 16px;
  display: inline-block;
}

.nav-link-rm.other-hhh-comm:hover {
  color: #fff;
}

.div-200h {
  height: 200px;
}

.icon {
  color: #15202a;
  font-size: 55px;
}

.brand-o {
  float: none;
  padding-top: 42px;
  padding-bottom: 9px;
  display: block;
  position: static;
}

.menu-button {
  z-index: 101;
}

.menu-button.nav-round {
  background-color: #f8f7f2ba;
  border-radius: 150px;
  margin-top: 35px;
  margin-right: 11px;
  padding: 9px;
}

.flex-40 {
  width: 40%;
}

.img-treatment-1-rm {
  box-shadow: 1px 1px 200px 0 var(--rm-shadow-green);
  border-radius: 0 40px 0 0;
  transition: all 1s;
}

.img-treatment-1-rm:hover {
  border-radius: 40px 0;
}

.img-treatment-1-rm.round-in-slider {
  width: 100%;
  box-shadow: none;
  border-radius: 700px;
}

.p-indent {
  text-shadow: 8px 8px 7px #000e1f14;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 17px;
  line-height: 1.6em;
}

.p-indent.mr0 {
  margin-right: 0;
}

.p-indent.bold {
  font-weight: 700;
}

.p-indent.bold._2 {
  text-align: center;
  font-size: 20px;
}

.small-head {
  color: var(--rm-teal-green);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15em;
}

.small-head.second {
  margin-top: 29px;
  margin-bottom: 13px;
}

.small-head.second.indent {
  font-size: 15px;
}

.small-head.second.indent.home {
  margin-top: 0;
}

.small-head.hide-me {
  display: block;
}

.spacer.scholls {
  height: 110px;
}

.spacer._50 {
  height: 50px;
}

.spacer.homes {
  height: 100px;
}

.rm-school {
  background-color: #ebdfce;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
}

.school-name {
  opacity: .76;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #002e62;
  padding-top: 7px;
  padding-bottom: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.button-wheel {
  opacity: .82;
  margin-left: 9px;
}

.rm-oval-button-text {
  text-shadow: 1px 1px 6px #111d19ab;
  font-size: 17px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: 2px;
}

.bird-on-button {
  width: 26px;
  position: absolute;
  top: -25px;
  left: 26px;
}

.bv-rm-loc {
  z-index: 2;
  margin-bottom: -24px;
}

.link-rm {
  color: var(--rm-teal-green);
  padding-bottom: 7px;
  text-decoration: none;
}

.link-rm:hover {
  color: #002e62;
  text-decoration: none;
}

.link-rm.no-underline {
  text-decoration: none;
}

.img-fx-1-zoom {
  transition: all 1.5s;
}

.img-fx-1-zoom:hover {
  filter: none;
  transform: scale(1.1);
}

.rm-hero-overlay1 {
  z-index: 3000;
  box-shadow: 0 1px 33px 0 var(--rm-shadow-green);
  background-color: #ccc6af;
  border: 7px solid #778f79;
  border-radius: 10px;
  padding: 24px 50px 21px;
  position: absolute;
  bottom: 99px;
  right: 20%;
}

.rm-hero-overlay-text {
  margin-bottom: 2px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3em;
}

.rm-hero-overlay-text._1 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 22px;
}

.slider-rm-round {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.slider-rm-round.auto-height {
  height: auto;
}

.slider-rm-round.auto-height._500w {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-rm-round.auto-height._500w.ar {
  float: right;
  width: 540px;
  height: 220px;
  margin-right: 13%;
}

.slider-rm-round.last {
  margin-bottom: 47px;
}

.slider-rm-round._2 {
  width: 92%;
  margin-left: 28px;
}

.slider-rm-round.is-default-round {
  width: 600px;
  height: 600px;
}

.slider-rm-round.is-default-round.is-overview {
  margin-left: 30px;
}

.slide-timeline-rm {
  text-align: center;
  cursor: pointer;
  width: 180px;
  padding-top: 41px;
  padding-bottom: 25px;
}

.rm-slide-timeline-head {
  color: #00595a;
  margin-bottom: 1px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4em;
}

.rm-slide-timeline-text {
  color: #094937;
  column-count: 1;
  font-size: 14px;
  line-height: 1.25em;
}

.rm-slide-timeline-img {
  width: 70px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
}

.rm-timeline-head {
  z-index: 101;
  color: var(--rm-teal2);
  text-shadow: 2px 2px 5px #000e1f52;
  margin-left: 5%;
  font-family: Lato, sans-serif;
  font-size: 33px;
  line-height: 1.2em;
  display: inline-block;
  position: absolute;
  top: 90px;
  left: 14%;
}

.rm-timeline-tree-main {
  width: 180px;
  margin-left: 21px;
  position: absolute;
  bottom: 0;
}

.list-indent {
  margin-left: 50px;
}

.list-indent.mb30 {
  margin-bottom: 30px;
  margin-left: 18px;
}

.background-video {
  z-index: 101;
  height: 100vh;
}

.rm-logo-hero {
  z-index: 102;
  opacity: .78;
  margin-top: 14%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.rm-tree-bar {
  background-image: url('../images/treebg_1treebg.webp');
  background-position: 0 -33px;
  background-size: 960px;
  height: 250px;
}

.div-height800 {
  height: 800px;
}

.rm-list-item {
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.5em;
}

.link {
  color: #9bc9e7;
}

.link-2 {
  color: #9ac8e7;
}

.link-3 {
  color: #75b4df;
}

.link-4 {
  color: #5185a8;
}

.link-5 {
  color: #1e3342;
}

.link-6 {
  color: #4584af;
}

.link-7 {
  color: #a8dcff;
}

.link-8 {
  color: #e7f5ff;
}

.flex-60 {
  width: 60%;
}

.flex-60.pl15 {
  padding-left: 15px;
}

.rm-hero-link {
  width: 100%;
  height: 100%;
  display: block;
}

.rm-sub-shared-head {
  z-index: 5002;
  background-color: #f7f6eb;
  height: 7px;
  display: none;
  position: static;
}

.rm-home-hero-wheel {
  z-index: 102;
  opacity: .55;
  text-align: center;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
}

.rmgirl-round {
  border-radius: 1000px;
  display: none;
}

.slider-mask-round {
  border: 0 #000;
  border-radius: 700px;
  box-shadow: 1px 1px 70px #2c2b254a;
}

.slider-mask-round.mod {
  box-shadow: 1px 1px 70px #2c2b2591;
}

.flex-50 {
  width: 50%;
}

.flex-50.rmlocation.right {
  padding: 63px 70px;
}

.flex-50.lifestyle {
  display: block;
}

.flex-50.active-va {
  padding-left: 36px;
  padding-right: 36px;
}

.flex-50.lifestyle-text-side {
  padding-left: 10px;
  padding-right: 10px;
}

.bg-video.send-to-back {
  z-index: 0;
}

.bg-video.send-to-back.curve {
  border-bottom-left-radius: 60px;
}

.bg-video.send-to-back.curve.round {
  border-radius: 600px;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: block;
  overflow: hidden;
}

.rm-solid-bar {
  background-color: var(--rm-green);
  height: 200px;
}

.text-inv {
  color: #0000;
}

.discover-river-mill {
  border-radius: 8px;
}

.rm-logo-int-list {
  width: 250px;
  margin-top: 4px;
  margin-bottom: 25px;
  transition: opacity 1s;
}

.rm-logo-int-list:hover {
  opacity: .73;
}

.p-lifestyle {
  color: #333;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6em;
}

.p-lifestyle.m100 {
  margin-left: 99px;
  margin-right: 99px;
}

.link-block-2 {
  transition: opacity .5s;
}

.link-block-2:hover {
  opacity: .69;
}

.rm-seperator-bar-mobile {
  display: none;
}

.go-to-top {
  color: #fff;
  background-color: #4a3921;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 3px 8px;
  font-size: 15px;
  display: inline-block;
}

.go-to-top:hover {
  background-color: var(--corp-gold);
}

.go-to-top.rm {
  background-color: var(--rm-teal-4);
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  padding-top: 7px;
  padding-right: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.go-to-top.rm:hover {
  background-color: var(--rm-teal-green);
}

.rm-comm-map-floating-button {
  position: absolute;
  bottom: 23%;
  left: 4%;
}

.interest-list-p {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}

.interest-list-p.vid-rm {
  color: #063779;
  margin-bottom: 21px;
  font-size: 13px;
}

.timeline-pop-up-bg {
  z-index: 5010;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.mr5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.rm-bottom-nav-bg {
  background-color: #062347;
  height: 59px;
}

.mtb100 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.flex-100 {
  justify-content: center;
  display: flex;
}

.flex-100.vid-rm {
  flex-direction: column;
  align-items: center;
}

.flex-618 {
  width: 61.8%;
}

.flex-618.vid-rm {
  background-color: #3b3e41;
}

.r {
  font-size: 15px;
  position: relative;
  bottom: 13px;
}

.rm-brochure {
  width: 220px;
}

.view-brochure-rm {
  color: #707377;
  font-size: 11px;
  position: relative;
  bottom: 12px;
}

.view-brochure-rm:hover {
  text-decoration: none;
}

.bold {
  font-weight: 700;
}

.col-nopad {
  padding-left: 0;
  padding-right: 0;
}

.sales-center-bottom-info {
  color: #333;
  text-align: center;
  background-color: #ffffff57;
  background-image: none;
  border-radius: 5px;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  bottom: 7px;
}

.sales-center-text {
  text-align: center;
  font-size: 17px;
  line-height: 1.5em;
  display: inline-block;
}

.sales-center-text.loc {
  color: var(--rivermillblue);
  white-space: nowrap;
  font-size: 15px;
}

.sales-center-text.connexion {
  color: var(--rivermillblue);
  font-size: 18px;
}

.rm-phone {
  text-align: center;
  margin-right: 12px;
  display: inline-block;
}

.phone-ico {
  filter: invert(46%);
  width: 21px;
  margin-left: 0;
  margin-right: 4px;
}

.address-phone {
  color: #333;
  line-height: 1.5em;
}

.pop-bubble-arrow {
  z-index: 1;
  background-color: var(--darker-gold);
  opacity: 1;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 9px;
  left: 42%;
  transform: rotate(45deg);
}

.pop-bubble-arrow.homes {
  left: 42%;
}

.bldr-pop-link-rm {
  z-index: 3;
  color: #fff;
  position: relative;
}

.bldr-pop-link-rm:hover {
  color: #fff;
}

.kotarides-logo {
  background-color: #fff;
  width: 340px;
  padding: 12px;
}

.kotarides-logo:hover {
  opacity: .82;
}

.builders-rm {
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  margin-bottom: 21px;
  margin-left: 8px;
  margin-right: 8px;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 9px #271e11c9;
}

.rm-vid-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.comm-thumb-vid {
  filter: grayscale(15%);
  border: 1px #cfab79;
  border-radius: 0;
  width: 100%;
  height: auto;
  padding: 17px 37px;
  transition: all 1s;
  position: relative;
}

.comm-thumb-vid:hover {
  opacity: 1;
  filter: saturate(152%);
}

.logo-active-rva {
  width: 150px;
}

.rm-logo-home-fade {
  opacity: .06;
  filter: blur(1px);
  position: absolute;
  inset: 4% auto auto 3%;
}

.rmtop-anchor {
  width: 1px;
  height: 1px;
}

.rm-flyin-video {
  z-index: 1002;
  opacity: 1;
  border: 3px solid #00565c;
  width: 500px;
  position: absolute;
  inset: 4.5% 8% auto auto;
  box-shadow: 6px 6px 30px #000000e3;
}

.rm-flyin-video.is-life-style {
  right: 10%;
}

.rmlifestylevideo {
  border: 3px solid #738d75;
  top: 14px;
  box-shadow: 18px 18px 50px #000000a3;
}

.pagetop {
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.homearma {
  z-index: 10002;
  text-align: center;
  background-color: #0c645c;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
  position: relative;
}

.homearama-header-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1em;
  transition: letter-spacing .5s;
}

.homearama-header-text:hover {
  letter-spacing: 3px;
  text-decoration: none;
}

.link-block-4 {
  letter-spacing: 2px;
}

.link-block-4:hover {
  text-decoration: none;
}

.rm-comm-map-now-selling {
  position: absolute;
  inset: 109% auto auto 2%;
}

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

.block-2.padding {
  color: #4e4e4e;
  text-align: center;
  padding: 44px 60px 60px;
}

.block-2.padding.amenities {
  padding: 50px;
}

.page-inset {
  background-color: #e2e2e2;
  background-image: linear-gradient(337deg, #0000, #ffffffc4 67%, #231f2000);
  margin: 68px;
  padding-bottom: 56px;
}

.page-inset.subpage {
  text-align: center;
}

.page-inset.subpage.amenities {
  box-shadow: none;
  background-color: #fff0;
  background-image: none;
  border: 1px #ddd;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

._100p {
  width: 100%;
}

.diamon {
  color: #999;
  margin-left: 8px;
  margin-right: 8px;
}

.h1-homearam {
  text-align: center;
  font-size: 36px;
  line-height: 41px;
}

.section-google-map {
  display: none;
}

.directions-block {
  padding: 39px 47px;
}

.h1-directons {
  margin-bottom: 11px;
  font-size: 31px;
}

.h1-directons.rm-poh {
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 34px;
}

.dan-map-mobile {
  display: none;
}

.river-mill-loc {
  border-bottom: 1px solid #aaa;
  justify-content: center;
  margin-bottom: 10px;
  padding: 11px 11px 11px 0;
}

.river-mill-loc._2 {
  margin-bottom: 20px;
}

.rm-loc-link {
  color: #333;
}

.rm-loc-link.poh {
  text-align: center;
  display: block;
}

.loc-pin {
  opacity: .48;
  margin-left: 4px;
  margin-right: 4px;
}

.loc-pin.tilt, .loc-pin.connexion {
  transform: rotate(-17deg);
}

.phone-number {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
}

.phone-number.hide-me {
  display: none;
}

.builder-join-us {
  width: 48%;
  margin-top: 50px;
  margin-bottom: 37px;
}

.li-directions {
  font-size: 18px;
}

.rm-directions-head {
  color: var(--rivermillblue);
}

.rm-directions-head:hover {
  color: #4a664b;
}

.bolld {
  font-weight: 700;
}

.hoa-thumb {
  border: 1px #cfab79;
  border-radius: 0;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  transition: all 1s;
  position: relative;
}

.hoa-thumb:hover {
  opacity: 1;
  filter: saturate(137%);
}

.hoa-thumb-frame {
  box-shadow: none;
  text-align: center;
  background-color: #00568f;
  border: 1px solid #7f6a4c;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}

.hoa-thumb-frame:hover {
  text-decoration: none;
}

.hoa-slider {
  background-color: #0000;
  width: 90%;
  height: auto;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hoa-slider.rm {
  margin-top: 51px;
}

.hoa-flex-item-bottom {
  background-color: #ddd;
  border: 1px #000;
  border-top: 2px solid #796f61;
  flex: 1;
  justify-content: center;
  height: 85px;
  box-shadow: inset 1px 1px 20px #8d8b7c26;
}

.hoa-slide-txt {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  line-height: 1.5em;
}

.rm-amenity-wrap {
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
}

.body-amenity {
  background-image: none;
  background-position: 0 0;
}

.xhomes-by-text {
  z-index: 1009;
  opacity: .96;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #284964;
  width: 100%;
  padding: 16px 10px;
  font-size: 23px;
  line-height: 21px;
  display: block;
}

.xhomes-by-text.is-sold-out {
  background-color: #9e2809;
  bottom: 13%;
}

.poh-show {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.form-poh-rm {
  margin-top: 27px;
  margin-bottom: 20px;
}

.slide-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.poh-left {
  background-color: var(--corp-gold);
  text-align: center;
  background-image: linear-gradient(#1237448c, #1237448c), url('../images/river-mill-interior---Lifestyle-1_1river-mill-interior---Lifestyle-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 50%;
  height: 100vh;
  padding: 60px 30px 30px;
}

.poh-left.thank-you {
  background-image: linear-gradient(#12374414, #12374414);
  width: 50%;
}

.poh-right {
  border-left: 3px solid var(--corp-gold);
  background-image: radial-gradient(circle, #6c889e99, #fff);
  width: 50%;
  height: 100vh;
  padding: 60px 49px 30px;
}

.poh-right.thank-yuou {
  border-left-style: none;
  height: 100vh;
}

.p-poh {
  border: 3px solid var(--corp-gold);
  color: #fff;
  text-align: center;
  background-color: #4092ae;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  font-size: 21px;
}

.rm-poh-flex {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.poh-500 {
  border: 2px solid #4092ae;
  width: 500px;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  color: var(--brown);
  text-transform: uppercase;
}

.text-span.color {
  font-size: 22px;
  position: relative;
  top: 6px;
}

.nav-hide {
  display: none;
}

.rm-poh-horz {
  background-color: var(--corp-gold);
  width: 150px;
  height: 3px;
  margin-bottom: 32px;
}

.map-rm-poh {
  border: 1px solid var(--corp-gold);
  height: 240px;
  margin-top: 19px;
  margin-bottom: 11px;
  padding-top: 24px;
}

.map-rm-poh.thank-you {
  height: 400px;
}

.col-no-pad {
  padding-left: 0;
  padding-right: 0;
}

.rm-poh-nav {
  background-color: var(--corp-gold);
  text-align: center;
}

.poh-rm-nav-text-link {
  color: #093847;
  text-transform: uppercase;
  margin-left: 13px;
  margin-right: 13px;
  padding: 8px;
  font-weight: 700;
  display: inline-block;
}

.poh-rm-nav-text-link:hover {
  color: #fff;
  text-decoration: none;
}

.h1-center {
  border-bottom: 1px solid var(--darker-gold);
  text-align: center;
  margin-top: 0;
  font-size: 29px;
}

.h1-center.init-caps {
  text-transform: capitalize;
}

.h1-center.is-meet-the-builder {
  text-transform: uppercase;
  margin-top: 48px;
  margin-bottom: 28px;
  font-size: 35px;
}

.inspired {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.35em;
}

.homesrg {
  width: 200px;
}

.homesrg.covenant {
  width: 350px;
  margin-bottom: 1rem;
}

.lifestyle-logo {
  margin-bottom: 19px;
}

.legautl-logo {
  width: 218px;
  margin-bottom: 23px;
}

.rmgirl-static {
  display: none;
}

.slide-info-box {
  z-index: 1005;
  cursor: pointer;
  background-color: #00437ac2;
  border-left: 3px solid #c8a06c;
  display: block;
  position: absolute;
  top: 14vh;
  right: 0;
}

.slide-in-info-rivermill {
  z-index: 510;
  background-color: #00565ce0;
  border-left-style: none;
  border-left-color: #11825e;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 6px 6px 11px #00000052;
}

.slide-in-info-rivermill.connexion {
  position: static;
}

.overlay-video-wrapper {
  z-index: 2147483647;
  border: 3px solid var(--corp-gold);
  width: 30%;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 2px 2px 20px #00000078;
}

.overlay-video-wrapper.mobile {
  display: none;
}

.linkvisitwebsitecontactform {
  border-top: 1px solid var(--corp-gold);
  margin-top: 15px;
  margin-right: 2rem;
  padding-top: 8px;
  display: inline-block;
}

.inspired-living {
  color: var(--rm-teal-green);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15em;
}

.pdf-desktop-wrapper {
  position: relative;
}

.pdf-floating-buttons_component {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 47px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.pdf-floating-buttons_button {
  text-transform: uppercase;
  background-color: #80756700;
  border: 1px solid #0000001a;
  border-radius: 3px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 4px 19px;
  font-size: 13px;
  font-weight: 700;
}

.pdf-floating-buttons_button:hover {
  color: #fff;
  background-color: #b49367;
  text-decoration: none;
}

.pdf-no-touch {
  background-color: #0000;
  width: 85%;
  height: 85%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 8% 0% auto;
}

.pdf-mobile-wrapper, .updatevideo {
  display: none;
}

.separator {
  background-color: #5788b1;
  height: 3px;
  margin-top: 26px;
  margin-bottom: 26px;
}

.separator.form {
  background-color: #748fa5;
  height: 2px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.checkbox-broker {
  text-align: left;
  margin-bottom: 8px;
  font-size: 16px;
}

.label-broker {
  color: #424242;
  text-align: left;
  font-weight: 400;
}

.home-type-form_component {
  text-align: left;
}

.home-type-form_heading {
  text-align: left;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 6px;
}

.home-type-form_choices {
  text-align: left;
}

.home-type-form_choice {
  text-align: left;
  margin-right: 11px;
  display: inline-block;
}

.how-we-got-here_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  display: inline-block;
}

.how-we-got-here_link {
  color: #666c75;
  margin-bottom: 19px;
  font-size: 19px;
  line-height: 1.4em;
  text-decoration: underline;
  display: block;
}

.how-we-got-here_year {
  margin-bottom: 1.5rem;
}

.how-we-got-here_year.last {
  margin-bottom: 0;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.v2 {
  background-color: #105288;
  width: 30px;
}

.line-1.v2.gold {
  background-color: #cfab7a;
}

.hamburgerdropdown {
  margin-left: 11px;
  padding: 27px 23px 25px;
}

.navlogo {
  z-index: 10000;
  background-color: #fff0;
  border-radius: 7px;
  padding: 0;
  transition: all .25s;
  position: relative;
  top: 1px;
  transform: translate(0);
}

.navlogo:hover {
  filter: brightness(200%);
}

.line-3 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.gold {
  background-color: #cfab7a;
  width: 30px;
}

.nav-icon-o {
  display: none;
}

.nav-text {
  font-size: 15.5px;
}

.navlink-2021 {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-bottom: 3px solid #0000;
  height: 97px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 41px 0 5px;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1em;
}

.navlink-2021:hover {
  color: #fff;
  border-bottom-color: #cfab7a;
  text-decoration: none;
}

.navlink-2021.w--current {
  color: #fff;
}

.navdropdowntoggle {
  color: #fff;
  letter-spacing: 1.2px;
  height: 97px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 41px 0 5px;
  line-height: 1em;
  top: -28px;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.v2 {
  background-color: #105288;
}

.line-2.v2.gold {
  background-color: #cfab7a;
}

.navlogolink {
  float: left;
  background-color: #fcf7f000;
  margin-left: 65px;
  padding: 13px 14px 11px 13px;
  transition: all .3s;
  display: inline-block;
}

.navlogolink:hover {
  box-shadow: none;
}

.navlogolink.w--current {
  border-radius: 0 0 3px 3px;
  padding-top: 11px;
  padding-bottom: 8px;
}

.navdropgroup {
  border-bottom: 1px solid #093657c7;
  border-left: 3px solid #e0d4ba;
}

.navdropgroup._5 {
  border-bottom-style: none;
  border-left-style: none;
  border-left-color: #7f7f7d;
}

.navdropgroup._4 {
  border-bottom-style: none;
  border-left-style: none;
  border-left-color: #7798e4;
}

.navfindyourcommunity {
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 2px #c8a06c00;
  border-radius: 1px;
  font-weight: 700;
  transition: all .75s;
}

.navfindyourcommunity:hover {
  border-bottom-style: none;
  text-decoration: none;
}

.navfindyourcommunity.w--current {
  color: #8f6228;
  border-bottom-color: #c8a06c;
  text-decoration: underline;
}

.navhamburgerdropdown {
  top: 27px;
}

.navhamburgerdropdown.w--open {
  opacity: .95;
  background-color: #dbac7100;
  margin-top: 0;
  padding-top: 3px;
  font-size: 15px;
  position: absolute;
  top: 88px;
  box-shadow: 0 20px 35px #0000008c;
}

.navhamburgerdropdown.full-hamburger {
  padding-top: 0;
}

.navhamburgerdropdown.full-hamburger.w--open {
  z-index: 995;
  inset: 93px -21% auto auto;
}

.hamburger {
  width: 43px;
  height: 43px;
  box-shadow: none;
  background-color: #0000008c;
  border-radius: 7px;
  padding: 0;
  top: -1px;
  left: 0;
  right: 0;
}

.hamburger.w--open {
  box-shadow: none;
}

.dropdownlink {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #005286;
  border-radius: 0;
  padding: 14px 29px 14px 24px;
  font-size: 15.5px;
  font-weight: 700;
}

.dropdownlink:hover {
  color: #09395a;
  background-color: #c5a374;
  text-decoration: none;
}

.dropdownlink.w--current {
  color: #fff;
}

.dropdownlink.show-mobile {
  display: none;
}

.dropdownlink.hide-mobile.is-first {
  border-top: 3px solid #cfab7a;
}

.dropdownlink.show-tablet {
  display: none;
}

.dropdownlink.first, .dropdownlink.is-first {
  border-top: 3px solid #cfab7a;
}

.dropdownlink.is-last {
  border-bottom: 3px solid #cfab7a;
}

.nav-link-positioner-wrap {
  float: right;
  height: 95px;
  position: relative;
  right: 19px;
}

.navwrap {
  z-index: 1002;
  background-color: #0e1214;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.navfindyourcommdropdown {
  top: 27px;
}

.navfindyourcommdropdown.w--open {
  opacity: .95;
  background-color: #dbac7100;
  font-size: 15px;
  position: absolute;
  top: 66px;
  box-shadow: 0 20px 35px #0000008c;
}

.nav-new-hhhc {
  background-color: #ddd0;
  border-bottom: 1px solid #000;
  position: relative;
  box-shadow: 0 20px 40px -15px #1b1610db;
}

.development-update_wrapper {
  justify-content: center;
  display: flex;
}

.developent-update_video {
  border: 4px solid #fff;
  box-shadow: 1px 1px 9px #000;
}

.developent-update_left-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 50%;
}

.development-update_right-wrapper {
  text-align: left;
  justify-content: flex-start;
  width: 50%;
  padding-left: 3.4rem;
  padding-right: 3.4rem;
}

.development-update_vip_link {
  width: 100%;
}

.development-update_button-wrapper {
  justify-content: flex-start;
}

.development-update_separator-line {
  background-image: linear-gradient(to right, #0000, #175a5d 50%, #fff0);
  width: 75%;
  height: 5px;
  margin: 2rem auto .5rem;
}

.how-we-got-here_wrapper {
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 578px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: .5rem;
}

.how-we-got-here_year-fake-button {
  color: var(--corp-blue);
  letter-spacing: 1.5px;
  cursor: default;
  background-color: #3898ec00;
  border-bottom: 1px solid #94959978;
  justify-content: center;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1em;
  transform: rotate(-90deg);
}

.how-we-got-here_year-fake-button:hover {
  color: var(--corp-blue);
  text-decoration: none;
}

.how-we-got-here_year-wrapper {
  text-align: left;
  border-top: 1px solid #9495993d;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.how-we-got-here_year-wrapper.hide {
  display: none;
}

.how-we-got-here_left {
  align-items: center;
  display: flex;
}

.development-update_wrapper-wrapper {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.development_container {
  margin-left: auto;
  margin-right: auto;
}

.how-we-got-here_right {
  flex: 1;
}

.container_development-update-1400 {
  max-width: 1400px;
}

.connexion-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

.connexion-text {
  text-align: center;
  margin-top: 1rem;
}

.body-connexion {
  background-image: none;
  background-position: 0 0;
}

.sales-center-connexion {
  color: #333;
  text-align: center;
  background-color: #ffffff57;
  background-image: none;
  border-radius: 5px;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.phone-number-connexion {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
}

.rm-loc-link-connexion {
  color: #333;
  justify-content: center;
  display: flex;
}

.rm-phone-connexion {
  text-align: center;
  margin-right: 12px;
  display: inline-block;
}

.amenities_tab {
  color: #000;
  text-transform: uppercase;
  background-color: #c0cecd;
  border-left: 5px solid #0000;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  align-items: center;
  width: auto;
  padding: 12px 27px 12px 11px;
  transition: all .35s;
  display: flex;
  box-shadow: 1px 1px 11px #414040;
}

.amenities_tab:hover {
  color: #1d5c5b;
  border-left-color: #1d5d5b;
  text-decoration: none;
}

.amenities_tab.w--current {
  color: #fff;
  background-color: #1d6770;
  border-left-style: solid;
}

.amenities_tab.w--current:hover {
  border-left-color: #0c645c00;
}

.circle-slide {
  object-fit: cover;
  width: 100%;
}

.interest-list-behind-nav {
  z-index: 10000;
  background-color: var(--rm-teal2);
  text-align: center;
  border-bottom: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.interest-list-behind-nav_text {
  color: #e5f0fa;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.blog-lifestyle-slider-section {
  background-color: var(--dim-gray);
  box-shadow: inset 1px 1px 73px #4c4c4cd4;
}

.blog-lifestyle-slider_heading {
  z-index: 1002;
  background-color: var(--rm-teal2);
  color: #e2e2e2;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #231f202e;
  border: 3px #b5aca3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 21px 35px 16px;
  font-size: 2rem;
  line-height: 1em;
  box-shadow: 1px 1px 20px #000;
}

.builder-remake_builder-link {
  background-color: #fff;
  border: 1px solid #afa18d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  position: relative;
}

.builder-remake_logo {
  border-radius: 10px;
  position: absolute;
}

.builder-remake_video-logo {
  opacity: 0;
  border-radius: 10px;
}

.builder-remake_popup-box {
  z-index: 1;
  background-color: var(--darker-gold);
  opacity: 0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  transform: translate(0, 48px);
  box-shadow: 2px 4px 6px #271e1129;
}

.builder-remake_popup-text {
  z-index: 3;
  color: #fff;
  position: relative;
}

.builder-remake_popup-text:hover {
  color: #fff;
}

.builder-remake_popup-line {
  z-index: 4;
  color: #000;
  background-color: #fff9;
  width: 1px;
  height: 17px;
  margin-left: 13px;
  margin-right: 13px;
  display: inline-block;
  position: relative;
}

.quick-stack {
  width: 80%;
  margin-bottom: 100px;
  padding: 0;
}

.div-block-6 {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.social-links_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.nav-footer_social-link {
  border: 1px #000;
  width: 35px;
}

.nav-footer_social-link:hover {
  border-bottom-style: none;
}

.footer_social-icon:hover {
  border-bottom: 1px #000;
}

.amenities_nav-link-column {
  width: 50%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.amenities_nav-link-text {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

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

.amenities_background-video {
  background-image: linear-gradient(#0000, #e8eff5);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.amenities_nav-content {
  opacity: .9;
  background-color: #00565c;
  border-radius: 7px;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  padding: 2rem 1rem 1rem 2rem;
  box-shadow: inset 0 -2px 5px 2px #0003, 0 0 20px #00000026;
}

.section-amenities-header-new {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
}

.amenities_heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.9rem;
}

.amenities_nav-link-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.amenities_nav-link {
  align-items: center;
  height: 50px;
  margin-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.amenities_nav-wrapper {
  z-index: 1998;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.amenities_amenity-heading {
  color: #133049;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3em;
}

.amenities_gold-angle {
  z-index: 5;
  opacity: 1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.amenities_amenity_availability {
  color: var(--rm-teal-4);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.amenities_amenity-description {
  border-left: 3px solid var(--corp-gold);
  color: #414141;
  margin-top: 1rem;
  padding-left: .75rem;
}

.lightbox-link-3 {
  text-decoration: none;
}

.amenities_amenity_text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 34%;
  padding-left: 3rem;
  display: flex;
}

.amenities_amenity-image-wrapper {
  width: 66%;
  position: relative;
}

.amenities_amenity-image-wrapper.lightbox {
  width: 66%;
}

.amenities_amenity-slider {
  float: right;
  border-left: 3px none var(--corp-gold);
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.amenities_wrapepr {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.amenities_amenity-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
}

.amenities_amenity-image.connexion-4 {
  background-image: url('../images/river-mill-connexion-kitchen.webp');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.trail-1 {
  background-image: url('../images/river-mill-trail-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.playground-4 {
  background-image: url('../images/river-mill-playground-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.pool-1 {
  background-image: url('../images/river-mill-pool-aerial-bright_1.avif');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.playground-3 {
  background-image: url('../images/river-mill-playground-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.sidewalk-2 {
  background-image: url('../images/river-mill-nature-sidewalk-hammock.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.connexion-2 {
  background-image: url('../images/river-mill-connexion-kitchen-dining.webp');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.amphitheater-1 {
  background-image: url('../images/river-mill-amphitheater-1_1river-mill-amphitheater-1.webp');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.sidewalk-1 {
  background-image: url('../images/river-mill-sidewalk-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.pool-3 {
  background-image: url('../images/river-mill-pool-3.jpg');
  background-position: 50%;
}

.amenities_amenity-image.connexion-5 {
  background-image: url('../images/river-mill-connexion-patio.webp');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.playground-1 {
  background-image: url('../images/river-mill-playground-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.pool-4 {
  background-image: url('../images/river-mill-pool-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.playground-2 {
  background-image: url('../images/river-mill-playground-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.connexion {
  background-image: url('../images/river-mill-sign.avif');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.connexion-3 {
  background-image: url('../images/river-mill-connexion-couch.webp');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.park-3 {
  background-image: url('../images/river-mill-square-park-7.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.amphitheater-3 {
  background-image: url('../images/river-mill-amphitheater-4_1river-mill-amphitheater-4.webp');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.park-1 {
  background-image: url('../images/river-mill-square-park-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.amphitheater-2 {
  background-image: url('../images/river-mill-amphitheater-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.park-5 {
  background-image: url('../images/river-mill-square-park-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.playground-5 {
  background-image: url('../images/river-mill-playground-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.park-2 {
  background-image: url('../images/river-mill-square-park-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.pool-2 {
  background-image: url('../images/river-mill-pool-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.patio-1 {
  background-image: url('../images/river-mill-patio-1.jpg');
}

.amenities_amenity-image.patio-2 {
  background-image: url('../images/river-mill-patio-2.jpg');
}

.amenities_amenity-image.patio-3 {
  background-image: url('../images/river-mill-patio-3.jpg');
}

.amenities_amenity-image.pool-5 {
  background-image: url('../images/river-mill-pool-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.amphitheater-4 {
  background-image: url('../images/river-mill-amphitheater-3_1river-mill-amphitheater-3.webp');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.amphitheater-5 {
  background-image: url('../images/river-mill-amphitheater-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.park-6 {
  background-image: url('../images/river-mill-square-park-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.trail-2 {
  background-image: url('../images/river-mill-trail-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.chickahominy-1 {
  background-image: url('../images/chickahominy-river-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.chickahominy-2 {
  background-image: url('../images/chickahominy-river-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.big-meadow-park-1 {
  background-image: url('../images/river-mill-big-meadow-park-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.big-meadow-park-2 {
  background-image: url('../images/river-mill-big-meadow-park-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.big-meadow-park-3 {
  background-image: url('../images/river-mill-big-meadow-park-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.glover-park-1 {
  background-image: url('../images/river-mill-glover-park-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.glover-park-2 {
  background-image: url('../images/river-mill-glover-park-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-image.glover-park-3 {
  background-image: url('../images/river-mill-glover-park-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.amenities_amenity-content {
  text-align: center;
  align-items: stretch;
}

.section-amenities-new {
  background-color: #e8eff5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.amenities_amenity {
  margin-bottom: 8rem;
}

.amenities_fake-button {
  background-color: var(--rm-teal2);
  background-image: linear-gradient(158deg, #007f5c82, var(--rm-teal2));
  opacity: 1;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-top: 12px;
  margin-right: 9px;
  padding: 8px 16px 8px 19px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
  position: static;
  top: 140px;
  left: 105px;
  transform: translate(0, -3px);
  box-shadow: 5px 5px 15px #3b3e4187;
}

.amenities_fake-button:hover {
  text-shadow: 1px 1px 4px #6d4d1e;
  text-decoration: none;
  box-shadow: inset 0 0 8px #ac8b5e;
}

.amenities_fake-button:active {
  box-shadow: none;
  opacity: 1;
  text-shadow: 1px 1px 4px #6d4d1e;
  background-image: none;
  transform: translate(0, -2px);
}

.custom-slider-arrow {
  width: 45px;
}

.custom-slider-arrow-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.custom-slider-arrow-wrapper.right {
  right: -38px;
}

.custom-slider-arrow-wrapper.left {
  left: -38px;
}

.form_disclaimer {
  color: #777;
  text-align: left;
  margin-top: 4px;
  font-size: 9.5px;
  font-style: italic;
  line-height: 1.5em;
}

.nowrap {
  white-space: nowrap;
}

.copyright {
  font-size: 16px;
  transform: translate(0, 56px);
}

.bold-text-2 {
  font-size: 16px;
  position: relative;
  bottom: 9px;
}

.hero-video-gradient-overlay {
  background-image: radial-gradient(circle, #0000007d, #00000070 20%, #fff0 44%);
  width: 100%;
  height: 100%;
}

.rm-logo {
  width: 350px;
}

.h2-al {
  text-align: left;
}

.slider-hoa {
  background-color: #ddd0;
  height: auto;
}

.round {
  border-radius: 300px;
}

.how-we-got-here-date {
  margin-bottom: 6px;
  font-size: 36px;
  display: block;
}

.interest-list-sidebar-fade-anchor {
  height: 0;
}

.listvertleft {
  border-left: 3px solid #cfab7a;
}

.youtube {
  border: 3px solid #d1ae7e;
  box-shadow: 1px 1px 30px #1b16105c;
}

.building-in {
  display: inline-block;
}

.linobullet {
  margin-left: -26px;
  list-style-type: none;
}

.linkbuildinghomesin {
  color: #824936;
}

.ourbuilders-colright {
  padding-left: 34px;
}

.pourbuilder {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.ourbuilders-builderlogo {
  float: none;
  border-radius: 4px;
  width: 225px;
  margin-bottom: 17px;
  padding: 9px 11px;
  display: block;
  box-shadow: 1px 1px 20px #c5c2c1;
}

.ourbuilders-builderwrap {
  text-align: left;
  max-width: 1200px;
}

.text-block-2 {
  color: var(--teal);
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline;
}

.link-9 {
  color: var(--teal);
  font-size: 18px;
}

.meet-your-builder-mobile-break {
  display: none;
}

.rss-slider_text {
  color: #f1eee0;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  flex-direction: column;
  padding-top: 0;
  padding-left: 75px;
  padding-right: 75px;
  font-weight: 700;
  line-height: 1.4em;
  display: flex;
}

.rss-slider_text:hover {
  text-decoration: none;
}

.rss-slider_slide-frame {
  box-shadow: none;
  text-align: center;
  background-color: #b28d58;
  font-weight: 700;
  transition: all .5s;
}

.rss-slider_slide-frame:hover {
  text-decoration: none;
}

.rss-slider_from-the-blog-wrapper {
  background-color: var(--rm-teal-green);
  color: #fff;
  text-transform: uppercase;
  border-bottom-right-radius: 20px;
  padding: 5px 18px 3px 10px;
  font-size: 12px;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 3px 0 6px #00000073;
}

.custom_arrow-icon-2 {
  width: 40px;
}

.rss-slier_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: 26% 0% 0%;
}

.rss-slier_text-wrapper:hover {
  top: 0%;
}

.rss-slider_read-more {
  color: #cfab7a;
  letter-spacing: 0;
  border-bottom: 1px dashed #cfab7a;
  margin-top: 5px;
}

.rss-slider_slide {
  background-color: #fff;
  border-bottom: 0 solid #fff;
  border-left: 2px solid #e2dad1;
  border-right: 2px solid #e2dad1;
  width: 33.3333%;
}

.rss-slider_custom-arrow-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rss-slider_image {
  border: 2px #fff;
  border-radius: 0;
  transition: all 1s;
}

.rss-slider_image:hover {
  opacity: 1;
  filter: saturate(137%);
}

.rss-slier_slide-link, .rss-slier_slide-link:hover {
  border-bottom-style: none;
  text-decoration: none;
}

.rss-slider_custom-arrow-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rss-slider_component {
  background-color: #e0d4ba;
  height: auto;
  box-shadow: 0 2px 100px -4px #00000012;
}

.rss-slider_nav {
  display: none;
}

.rss-slider_slide-cover {
  background-image: linear-gradient(#fff0, #000000ba 89%);
  transition: background-color .5s;
  position: absolute;
  inset: 0%;
}

.rss-slider_slide-cover:hover {
  background-image: linear-gradient(#cfab7a6b, #cfab7a6b), linear-gradient(#fff0, #000000ba 89%);
}

.navbar_x-icon {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.interest-list_models-image {
  width: 35px;
  display: inline-block;
}

.interest-list_models-text {
  margin-left: .5rem;
  margin-right: .5rem;
  font-family: Sortsmillgoudy, Georgia, sans-serif;
  font-size: 1.25rem;
  display: inline-block;
}

.checkbox_label_old {
  z-index: 5;
  text-align: right;
  width: 100%;
  margin-bottom: 0;
  padding-top: .475rem;
  padding-right: .65rem;
  font-size: 1rem;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.checkbox_field_old {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  height: 2.75rem;
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.image {
  width: 100%;
}

.main-wrapper {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}

.fs_checkbox-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.fs_checkbox-1_embed {
  margin-bottom: 0;
}

.fs_checkbox-1_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: start;
}

.fs_checkbox-1_field {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.5rem;
  margin-bottom: .75rem;
  margin-right: .75rem;
  padding: .5rem 1rem;
  transition: border-color .2s;
  display: inline-flex;
  position: relative;
}

.fs_checkbox-1_field:hover {
  border-color: #1b1b1b;
}

.fs_checkbox-1_field.is-disabled {
  cursor: not-allowed;
}

.fs_checkbox-1_field.is-disabled:hover {
  border-color: #1b1b1b00;
}

.fs_checkbox-1_button {
  background-color: #dbdbdb;
  background-image: url('../images/x-black.svg');
  background-position: 0 0;
  background-size: auto;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
  transition: box-shadow .2s, transform .2s;
  transform: rotate(-45deg);
  box-shadow: 0 0 2px #00000080;
}

.fs_checkbox-1_button.w--redirected-checked {
  background-color: #dbdbdb;
  background-image: url('../images/checkmark-black.svg');
  border-style: solid;
  border-color: #ccc;
  transform: rotate(0);
}

.fs_checkbox-1_button.w--redirected-focus {
  border-style: solid;
  width: 1.125rem;
  height: 1.125rem;
  box-shadow: 0 0 2px #00000080;
}

.fs_checkbox-1_button.w--redirected-focus-visible {
  width: 1.125rem;
  height: 1.125rem;
}

.fs_checkbox-1_button.is-disabled.w--redirected-checked {
  background-image: url('../images/x-black.svg');
  transform: rotate(-45deg);
}

.fs_checkbox-1_label {
  margin-bottom: 0;
}

.footer_links {
  color: #271e11;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.footer_button {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  text-transform: none;
  background-color: #00426f;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  width: 193px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 12px;
  font-family: Lato, sans-serif;
  font-size: .915rem;
  font-weight: 400;
  line-height: 1.7em;
  text-decoration: none;
  transition: all .2s;
  display: block;
  box-shadow: 1px 1px 17px #3d230070;
}

.footer_button:hover {
  color: #fefefe;
  text-shadow: 1px 1px 9px #00000096;
  background-color: #cfab7a;
  border: 1px solid #fff;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  bottom: 0;
  box-shadow: 1px 1px 6px #0000004d;
}

.footer_button:active {
  box-shadow: none;
  opacity: 1;
  background-color: #015288;
  position: relative;
  bottom: -1px;
  transform: translate(0);
}

.footer_secondary-link {
  color: #dedbc8;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  display: inline-block;
}

.footer_secondary-link:hover {
  color: #ccc6af;
}

.footer_secondary-wrap-2 {
  text-align: center;
  background-color: #3d3d3d;
  justify-content: center;
  align-items: center;
}

.footer_primary-wrap {
  width: 1250px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.footer_secondary-copyright {
  color: #dedbc8;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 1;
}

.footer_content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer_get-social {
  color: #00375c;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.335;
  display: block;
}

.eho-logo {
  opacity: .81;
  height: 14px;
  margin-left: 6px;
  display: inline;
}

.footer_video-wrap {
  border: 1px solid #005286;
}

.footer_social-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.footer_social-wrapper {
  clear: both;
  text-align: center;
}

.footer_logo {
  width: 185px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  transition: all .2s;
  display: block;
}

.footer_logo:hover {
  border-bottom: 1px #000;
  bottom: 5px;
}

.footer_block.indent {
  border-left: 1px solid #c7c7c7;
  margin-left: 0;
  padding-left: 21px;
}

.footer_block.center {
  margin-left: auto;
  margin-right: auto;
}

.footer_heading-2 {
  color: #00375c;
  text-align: left;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.footer_heading-2.is-communities-ipad {
  display: none;
}

.footer_col-1 {
  text-align: center;
}

.footer_seperator {
  background-color: #cac6b1;
  background-image: none;
  width: 90%;
  height: 1px;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.footer_seperator.col-4 {
  width: 100%;
}

.footer_seperator.col-1 {
  width: 100%;
  margin-top: 1.67rem;
  margin-bottom: .75rem;
}

.footer_biz-info {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5;
}

.footer_component {
  background-color: #e9e6db;
  transition: background-color .5s;
}

.footer_component:hover {
  background-color: #e2decf;
}

.footer_subheading-2 {
  color: #151c20;
  text-transform: none;
  margin-bottom: .125rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.footer_link {
  color: #4a3921;
  margin-bottom: .2rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.footer_link:hover {
  color: #c29b65;
  text-decoration: underline;
}

.footer_link.is-state-short {
  display: none;
}

.footer_link.inline {
  color: #09395a;
  width: auto;
  line-height: 1.25;
}

.footer_link.inline.rva {
  color: #1d1d1d;
  display: inline-block;
}

.footer_link.inline.rva:hover {
  color: #c29b65;
}

.footer_secondary-copyright-wrap {
  text-align: center;
  width: 18%;
  padding-top: 2px;
  padding-bottom: 5px;
  display: inline-block;
}

.footer_secondary-copyright-wrap.is-desktop {
  order: -1;
}

.footer_secondary-copyright-wrap.is-mobile {
  display: none;
}

.footer_biz-info-hhhc {
  color: #00375c;
  text-align: left;
  text-transform: uppercase;
  margin-top: 1rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}

.footer_biz-info-address-phone {
  color: #4a3921;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}

.footer_biz-info-address-phone:hover {
  color: #39628b;
  text-decoration: none;
}

.footer_secondary-links {
  text-align: center;
  white-space: nowrap;
  width: 16%;
  line-height: 1;
  display: inline-block;
}

.footer_heading {
  color: #00375c;
  text-align: left;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.footer_social-link {
  border: 1px #000;
  width: 35px;
}

.footer_social-link:hover {
  border-bottom-style: none;
}

.sold-out-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #9e2809;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 110px;
  padding-top: .33rem;
  padding-bottom: .33rem;
  font-size: 13px;
  font-weight: 700;
}

.sold-out-wrapper {
  justify-content: center;
  align-items: center;
  width: 225px;
  display: flex;
}

.div-block-7 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.button-disabled {
  z-index: 99;
  background-color: #30303040;
  position: absolute;
  inset: 0%;
}

.builder-picture_sold-out-overlay {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #9e2809;
  padding: .25rem;
  position: absolute;
  inset: auto 0% 12.5%;
}

.div-block-8 {
  position: absolute;
  inset: auto 0% 18%;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #9e2809f7;
  padding: .25rem;
}

.text-block-3.is-not-sold-out {
  opacity: 0;
}

.disable-click {
  cursor: not-allowed;
  display: inline-block;
}

.broker-checkbox_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: start;
}

.broker-checkbox_field {
  flex-direction: row;
  margin-right: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: 1rem;
  transition: border-color .2s;
  display: inline-flex;
}

.broker-checkbox {
  cursor: pointer;
  border: 1px solid #000;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0;
  margin-right: .5rem;
  transition: border .2s;
  box-shadow: 0 0 2px #00000080;
}

.broker-checkbox:hover {
  border-color: #000;
}

.broker-checkbox.w--redirected-checked {
  background-color: #cfab7a;
  border-color: #1d1d1d;
}

.broker-checkbox.w--redirected-focus {
  border-style: solid;
  width: 1.125rem;
  height: 1.125rem;
  box-shadow: 0 0 2px #00000080;
}

.broker-checkbox.w--redirected-focus-visible {
  width: 1.125rem;
  height: 1.125rem;
}

.broker-checkbox_label {
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 500;
}

.underconstruction {
  color: #63696e;
  font-size: 12px;
}

.text-style-nowrap {
  white-space: nowrap;
}

.div-block-9 {
  position: absolute;
}

.columns {
  flex-flow: row;
  height: 50vw;
  display: flex;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.map-2 {
  height: 100%;
}

.directions_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 40vw;
  max-height: 800px;
  padding: 0;
}

.cell-8 {
  justify-content: center;
  align-items: flex-start;
}

.text-block-4 {
  color: #824936;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.hide-slider-arriw {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section.head.rm.homes {
    background-repeat: repeat, no-repeat;
  }

  .h2-rm.larger {
    font-size: 34px;
  }

  .h2-rm.homes {
    margin-bottom: 0;
  }

  .nav-link-rm.other-hhh-comm {
    margin-bottom: 139px;
  }

  .rm-flyin-video {
    top: 1.25%;
    right: 10%;
  }

  .rm-flyin-video.is-life-style {
    top: .825%;
  }

  .hoa-thumb {
    aspect-ratio: 4 / 3;
  }

  .hoa-flex-item-bottom {
    height: 70px;
  }

  .overlay-video-wrapper.hide-me {
    border-style: none;
  }

  .text-block-2 {
    padding-left: .5rem;
  }

  .rss-slier_text-wrapper {
    top: 50%;
  }

  .rm-dev-update-list-item {
    text-decoration: underline;
    display: inline-block;
  }

  .main-wrapper.is-relative {
    position: relative;
  }

  .nav_container {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .section.body.rm.s-curve.blue.lighter.homes {
    background-image: url('../images/s-shape-bg-crop-rev-blue-lighter_1s-shape-bg-crop-rev-blue-lighter.webp'), linear-gradient(to bottom, null, null), url('../images/bg-leaf-1000-halfsize-blur.jpg');
    background-size: 100%, auto, cover;
  }

  .navbar-rm {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
  }

  .rm-flyin-video {
    right: 6%;
  }

  .rm-flyin-video.is-life-style {
    top: .66%;
    right: 8%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
    line-height: 28px;
  }

  h3 {
    font-size: 16px;
    font-weight: 700;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  li {
    margin-bottom: 7px;
    font-size: 16px;
  }

  label, .button {
    font-size: 15px;
  }

  .button.rm-oval1.indent.lifestyle {
    margin-bottom: 31px;
    margin-left: 0;
  }

  .button.rm-oval1.teal.indent {
    margin-left: 35px;
  }

  .button.rm-oval1.teal.indent.is-schools {
    width: 350px;
  }

  .button.rm-oval1.teal.developent-update {
    margin-left: 13px;
  }

  .button.rm-oval1.teal.meet-the-builder {
    display: none;
  }

  .mask {
    margin-left: 40px;
    margin-right: 40px;
  }

  .slides {
    width: 50%;
  }

  .nav-link {
    letter-spacing: 0;
    padding: 6px 8px;
    font-size: 12px;
  }

  .nav-link.w--current {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brand-block {
    margin-left: 61px;
  }

  .brand-block.w--current {
    margin-left: 17px;
  }

  .nav-vert {
    height: 28px;
    margin: 6px 0;
    top: 3px;
  }

  .dropdown-toggle {
    letter-spacing: 0;
    margin-right: 0;
    padding: 6px 18px 6px 7px;
    display: inline-block;
  }

  .nav-down-arrow {
    margin-right: 7px;
    font-size: 10px;
  }

  .subheading-horz.left {
    background-image: linear-gradient(278deg, #cfab79, #fff0);
  }

  .subheading-horz.right {
    background-image: linear-gradient(to right, #cfab79, #cfab79 0%, #fff0);
  }

  .subheading-text {
    font-size: 23px;
  }

  .subheading-text.rm-builders-vid-page {
    color: #2c2212;
  }

  .drop-down-link {
    padding-left: 17px;
    padding-right: 24px;
    font-size: 12px;
  }

  .header-quiz {
    font-size: 15px;
    line-height: 21px;
  }

  .center {
    font-size: 18px;
    line-height: 32px;
  }

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

  .p-center.bold.homearam {
    font-size: 17px;
  }

  .how-you-live-underline {
    padding-bottom: 1px;
  }

  .div-separator.rm-solid-bar._30.location {
    height: 22px;
  }

  .div-separator.vert.rm {
    background-color: var(--corp-gold);
    background-color: #cfab79;
  }

  .logo.in-nav.rm {
    margin-top: 84px;
    padding-top: 0;
  }

  .logo.is-overview {
    width: 400px;
  }

  .section-content {
    padding-left: 31px;
    padding-right: 31px;
  }

  .h1-header.rmteam {
    font-size: 41px;
  }

  .nav-dropmaintext {
    margin-right: 0;
    font-size: 12px;
  }

  .nav-blue {
    float: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-full {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.rvteamhead.cover-grad {
    background-size: auto, auto;
    height: 350px;
  }

  .section.head.rm {
    height: 370px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.head.rm.location, .section.head.rm.directions {
    box-shadow: none;
  }

  .section.body {
    background-color: #0000;
  }

  .section.body.rm {
    padding: 74px 33px;
  }

  .section.body.rm.location.around-map {
    background-color: var(--rm-button-roll);
    padding-left: 0;
    padding-right: 0;
  }

  .section.body.rm.wave-curve.grad.trans._2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/curving-river-background.webp'), linear-gradient(to bottom, null, null), url('../images/river-mill-nature-line-drawing-stylized.webp');
    background-position: 0 0, 50% 0, 0 0, 0 0;
    padding-bottom: 59px;
  }

  .section.body.rm.trees.schools {
    padding-bottom: 74px;
  }

  .section.body.rm.nopad.community-map {
    padding-left: 0;
    padding-right: 0;
  }

  .section.rm-sign {
    background-position: 50%;
  }

  .headerlabelwrap {
    font-size: 27px;
  }

  .headerlabelwrap.shadow.shorter {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .river-mill-logo-assets-page {
    width: 330px;
  }

  .h1-rm {
    margin-top: 19px;
    font-size: 44px;
  }

  .h1-rm.mobile {
    display: block;
  }

  .h1-rm.desktop {
    display: none;
  }

  .h1-rm.poh {
    font-size: 56px;
  }

  .sub-h1-head.location.poh {
    font-size: 19px;
  }

  .footlink.rm {
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 15px;
    padding-right: 13px;
    font-size: 12.5px;
  }

  .interestlisttabwrap {
    z-index: 6001;
  }

  .interest-list-foot-wrapper {
    padding-left: 23px;
    padding-right: 23px;
  }

  .interestlisttab-text {
    display: inline-block;
  }

  .rm-flex-wrap.rm-location, .rm-flex-wrap.rm-location.m10p.reverse {
    flex-direction: column;
  }

  .rm-flex-wrap.rm-location.m10p.reverse.lifestyle {
    flex-direction: column;
    margin-top: 5%;
    padding-top: 0;
  }

  .rm-flex-wrap.rm-location.lifestyle {
    justify-content: flex-start;
    padding-top: 0;
  }

  .rm-flex-wrap.homes {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .flex-33.active-rva {
    padding: 65px 27px 27px;
  }

  .flex-33.homes {
    width: auto;
  }

  .flex-66.homes {
    width: auto;
    margin-bottom: 25px;
    margin-left: 0;
  }

  .h2-rm._2 {
    font-size: 35px;
  }

  .h2-rm.lifestyle {
    margin-bottom: 9px;
  }

  .h2-rm.now-selling {
    font-size: 35px;
  }

  .h2-rm.development-update {
    text-align: center;
  }

  .h2-rm.noncap {
    text-align: left;
    font-size: 27px;
  }

  .nav-link-rm {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 20px;
  }

  .flex-40, .flex-40.is-overview, .img-treatment-1-rm.round-in-slider {
    width: 100%;
  }

  .p-indent {
    margin-left: 35px;
  }

  .p-indent.mr0.hide-ipad-down {
    display: none;
  }

  .p-indent.bold {
    text-align: center;
    font-size: 17px;
  }

  .small-head.second.indent {
    line-height: 1.2em;
  }

  .spacer.scholls {
    height: 60px;
  }

  .spacer.homes {
    height: 75px;
  }

  .spacer.homes.top {
    height: 0;
  }

  .rm-school {
    margin-bottom: 68px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .school-name {
    font-size: 13px;
  }

  .bv-rm-loc {
    z-index: 0;
  }

  .rm-hero-overlay1 {
    bottom: 135px;
    right: 98px;
  }

  .slider-rm-round.auto-height._500w.ar {
    float: none;
  }

  .slider-rm-round._2 {
    width: 98%;
    margin-left: 0;
  }

  .slider-rm-round.is-default-round {
    width: 400px;
    height: 400px;
  }

  .slider-rm-round.is-default-round.is-overview {
    margin-left: 17px;
    display: none;
  }

  .rm-timeline-head {
    text-align: center;
    margin-top: 43px;
    margin-bottom: 0;
    font-size: 31px;
    display: block;
    position: static;
  }

  .rm-timeline-tree-main {
    margin-left: 0;
  }

  .list-indent.mb30 {
    margin-left: 35px;
  }

  .background-video {
    z-index: 101;
  }

  .rm-logo-hero {
    z-index: 102;
    width: 60%;
    margin-top: 25%;
  }

  .rm-list-item {
    margin-bottom: 7px;
    font-size: 16.25px;
    line-height: 1.4em;
  }

  .flex-60.pl15, .flex-60.is-overview {
    display: none;
  }

  .rm-home-hero-wheel {
    z-index: 102;
    bottom: 14%;
  }

  .flex-50, .flex-50.rm-location, .flex-50.rmlocation.right {
    width: 100%;
  }

  .flex-50.lifestyle {
    text-align: center;
    width: 100%;
    margin-bottom: 33px;
  }

  .flex-50.lifestyle.video, .flex-50.lifestyle.rmgirl {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-50.active-va {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-video.send-to-back.curve {
    border-radius: 20px;
  }

  .bg-video.send-to-back.curve.round {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .p-lifestyle.m100 {
    margin-left: 83px;
    margin-right: 83px;
  }

  .rm-seperator-bar-mobile {
    background-color: var(--rm-teal2);
    height: 13px;
  }

  .rm-comm-map-floating-button {
    bottom: 17%;
  }

  .timeline-pop-up-bg {
    opacity: 1;
    display: none;
  }

  .flex-100.vid-rm {
    flex-direction: column;
  }

  .flex-618.vid-rm {
    width: 100%;
  }

  .sales-center-bottom-info {
    bottom: 14px;
  }

  .sales-center-text.loc {
    text-align: center;
    white-space: normal;
    font-size: 15px;
  }

  .sales-center-text.connexion {
    text-align: center;
    font-size: 14px;
  }

  .rm-phone {
    margin-right: 9px;
  }

  .builders-rm {
    border-width: 5px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .rm-vid-wrap {
    flex-flow: wrap;
  }

  .logo-active-rva {
    position: relative;
    top: -13px;
  }

  .rm-flyin-video {
    opacity: 1;
    border-style: none;
    width: 100%;
    position: static;
    top: 28px;
  }

  .rm-flyin-video.is-life-style {
    width: auto;
  }

  .rm-comm-map-now-selling {
    bottom: 17%;
  }

  .block-2.padding.amenities {
    padding: 0;
  }

  .page-inset {
    margin: 17px;
  }

  .page-inset.subpage.amenities {
    background-image: none;
    border-style: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .diamon {
    margin-left: 9px;
    margin-right: 9px;
  }

  .directions-block {
    margin-top: 0;
    padding-top: 10px;
    padding-left: 19px;
    padding-right: 31px;
  }

  .h1-directons {
    font-size: 26px;
  }

  .h1-directons.rm-poh {
    font-size: 32px;
  }

  .dan-map-desk {
    display: none;
  }

  .dan-map-mobile {
    display: block;
  }

  .river-mill-loc {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .river-mill-loc._2 {
    text-align: center;
    margin-bottom: 14px;
  }

  .rm-loc-link.w--current {
    text-align: center;
  }

  .loc-pin {
    display: none;
  }

  .phone-number {
    font-size: 17px;
  }

  .list {
    font-size: 15px;
  }

  .builder-join-us {
    width: 80%;
  }

  .li-directions {
    font-size: 16px;
  }

  .hoa-thumb-frame {
    border-width: 1px;
  }

  .hoa-slider {
    width: 96%;
  }

  .hoa-slide-txt {
    padding: 13px 20px;
    font-size: 15px;
  }

  .body-amenity {
    background-image: linear-gradient(to bottom, var(--rm-teal2), var(--rm-teal2)), url('../images/RM-Club_Scene-2_031318_VRAY_1RM-Club_Scene-2_031318_VRAY.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .xhomes-by-text {
    letter-spacing: 1px;
    font-size: 21px;
  }

  .poh-left, .poh-left.thank-you, .poh-right {
    width: 100%;
  }

  .poh-right.form {
    height: 900px;
  }

  .rm-poh-flex {
    flex-direction: column;
  }

  .poh-rm-nav-text-link {
    margin-left: 9px;
    margin-right: 9px;
    font-size: 15.5px;
  }

  .poh-rm-nav-text-link.hpa {
    display: none;
  }

  .slide-info-box {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    top: auto;
    bottom: 5vh;
    right: 0;
  }

  .slide-in-info-rivermill {
    inset: auto 0% 0%;
  }

  .slide-in-info-rivermill.connexion {
    inset: 0% 0% auto;
  }

  .overlay-video-wrapper {
    width: 45%;
    display: none;
  }

  .overlay-video-wrapper.mobile {
    width: auto;
    margin-bottom: 59px;
    display: block;
    position: static;
  }

  .pdf-floating-buttons_button {
    width: auto;
  }

  .checkbox-broker {
    margin-left: 0;
    margin-right: 0;
  }

  .label-broker, .home-type-form_heading {
    font-size: 15px;
  }

  .how-we-got-here_heading {
    font-size: 41px;
  }

  .how-we-got-here_link {
    font-size: 18px;
  }

  .nav-text {
    font-size: 15px;
  }

  .navlink-2021 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }

  .navlink-2021.about {
    display: none;
  }

  .navlogolink {
    margin-left: 21px;
  }

  .navlogolink.w--current {
    margin-left: 24px;
  }

  .dropdownlink.hide-mobile.is-first {
    border-top-style: none;
  }

  .dropdownlink.show-tablet {
    border-top: 3px solid #cfab7a;
    display: block;
  }

  .nav-link-positioner-wrap {
    display: block;
  }

  .development-update_wrapper {
    flex-direction: column;
    align-items: center;
  }

  .developent-update_left-wrapper {
    width: 100%;
  }

  .development-update_right-wrapper {
    text-align: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .development-update_button-wrapper {
    justify-content: center;
    display: flex;
  }

  .development-update_separator-line {
    margin-top: 3.5rem;
  }

  .development_container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .development-update_p {
    text-align: center;
  }

  .connexion-text {
    margin-bottom: 0;
  }

  .sales-center-connexion {
    bottom: 14px;
  }

  .phone-number-connexion {
    font-size: 15px;
  }

  .rm-loc-link-connexion.w--current {
    text-align: center;
  }

  .rm-phone-connexion {
    margin-right: 9px;
  }

  .amenities_tab {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .blog-lifestyle-slider_heading {
    font-size: 32px;
  }

  .quick-stack {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-6 {
    text-align: center;
  }

  .cell-7 {
    align-items: center;
  }

  .nav-footer_social-link {
    flex: 1;
  }

  .amenities_nav-content {
    padding-left: 1rem;
    padding-right: 2rem;
  }

  .amenities_heading {
    font-size: 1.8rem;
  }

  .amenities_nav-wrapper {
    width: 80%;
  }

  .amenities_amenity-heading {
    margin-top: 4px;
    font-size: 28px;
  }

  .amenities_gold-angle {
    display: none;
  }

  .amenities_amenity_availability {
    margin-bottom: 0;
  }

  .amenities_amenity-description {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 19px;
  }

  .amenities_amenity_text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .amenities_amenity-image-wrapper, .amenities_amenity-image-wrapper.lightbox {
    width: 100%;
  }

  .amenities_amenity-slider {
    margin-bottom: 1rem;
  }

  .amenities_wrapepr {
    width: 80%;
  }

  .amenities_amenity-image {
    border-radius: 8px;
  }

  .amenities_amenity-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .amenities_amenity {
    margin-bottom: 5rem;
  }

  .amenities_fake-button {
    font-size: 15px;
  }

  .how-we-got-here-date {
    margin-bottom: 13px;
  }

  .ourbuilders-builderwrap {
    padding-left: 27px;
    padding-right: 27px;
  }

  .text-block-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .rss-slider_text {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 15px;
  }

  .custom_arrow-icon-2 {
    width: 30px;
  }

  .rss-slider_slide {
    width: 50%;
  }

  .rss-slider_slide-cover {
    background-image: linear-gradient(#fff0, #000000d1 91%);
  }

  .rm-dev-update-list-item {
    text-decoration: underline;
  }

  .footer_button {
    width: 100%;
    font-size: .8rem;
    line-height: 1.5em;
  }

  .footer_secondary-link {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 13px;
  }

  .footer_secondary-wrap-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer_secondary-copyright {
    font-size: 13px;
  }

  .footer_content {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }

  .footer_get-social {
    text-align: center;
    font-size: .9rem;
  }

  .footer_logo {
    width: 150px;
  }

  .footer_heading-2 {
    font-size: .9rem;
  }

  .footer_heading-2.is-communities-ipad {
    display: none;
  }

  .footer_biz-info {
    line-height: 1.25;
  }

  .footer_subheading-2 {
    display: none;
  }

  .footer_link {
    margin-bottom: .5rem;
    font-size: .9rem;
    line-height: 1.4;
  }

  .footer_link.is-state-short {
    color: #09395a;
    display: inline-block;
  }

  .footer_secondary-copyright-wrap {
    width: 25%;
  }

  .footer_secondary-copyright-wrap.is-desktop {
    display: none;
  }

  .footer_secondary-copyright-wrap.is-mobile {
    flex: 0 auto;
    order: -1;
    width: 100%;
    display: block;
  }

  .footer_biz-info-hhhc {
    margin-bottom: 2px;
    font-size: .9rem;
    line-height: 1.25;
  }

  .footer_biz-info-address-phone {
    font-size: .9rem;
  }

  .footer_secondary-links {
    width: auto;
    display: block;
  }

  .footer_heading {
    font-size: .9rem;
  }

  .footer_social-link {
    flex: 1;
  }

  .broker-checkbox {
    border-color: #000;
  }

  .broker-checkbox_label {
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: left;
  }

  h3 {
    font-weight: 700;
    line-height: 22px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
  }

  p {
    text-align: left;
    font-size: 15px;
    line-height: 1.6em;
  }

  li {
    font-size: 16px;
  }

  label {
    font-size: 15px;
  }

  .button {
    margin-left: auto;
    font-size: 15px;
    line-height: 26px;
    display: block;
  }

  .button.rm-oval1 {
    width: auto;
    margin-top: 2px;
    margin-bottom: 17px;
    display: inline-block;
  }

  .button.rm-oval1.indent.lifestyle {
    padding-top: 5px;
  }

  .button.rm-oval1.indent.lifestyle.tighter {
    margin-bottom: 0;
  }

  .button.rm-oval1.teal {
    line-height: 1em;
  }

  .button.rm-oval1.teal.indent.mb {
    margin-bottom: 33px;
  }

  .button.rm-oval1.teal.indent.is-schools {
    width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.add-sp-after-mobile {
    margin-bottom: 19px;
  }

  .button.add-sp-after-mobile.joininterestlist {
    width: 100%;
    display: inline-block;
  }

  .button.rm-directions {
    text-transform: uppercase;
    background-color: #0b605b;
    background-image: none;
    border-width: 1px;
    border-color: #fdfcf8;
    border-radius: 0;
    width: 121px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
    display: block;
  }

  .button.rm-directions:hover {
    box-shadow: none;
    border-style: solid;
  }

  .button.setupappoint.rm {
    margin-bottom: 0;
  }

  .button.rm-poh {
    margin-top: 19px;
    margin-bottom: 36px;
  }

  .button.large {
    margin-bottom: 34px;
  }

  .button.int-form {
    margin-left: 0;
    margin-right: 0;
  }

  .arrow.rm-timeline-right {
    margin-right: 0;
    display: block;
  }

  .arrow.rm-timeline-left {
    margin-left: 0;
    display: block;
  }

  .mask {
    margin-left: 34px;
    margin-right: 34px;
  }

  .slides {
    width: 50%;
  }

  .header {
    border-bottom: 2px solid #005288;
  }

  .header-section-with-ad {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .nav-link {
    color: #f2ecd5;
    background-color: #005288;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 20px;
    font-size: 14px;
    display: block;
  }

  .nav-link:hover {
    color: #f2ecd5;
    background-color: #015d99;
    background-image: none;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .nav-menu {
    background-color: var(--rm-teal2);
    width: 100%;
    position: relative;
  }

  .brand-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand-block.w--current {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-vert {
    display: none;
  }

  .dropdown-toggle {
    color: #f2ecd5;
    background-color: #005288;
    margin-top: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 20px;
    font-size: 14px;
  }

  .dropdown-toggle:hover {
    color: #f2ecd5;
    background-color: #015d99;
    background-image: none;
  }

  .dropdown-toggle.w--open:hover {
    background-image: none;
  }

  .nav-down-arrow {
    margin-right: 9px;
    font-size: 10px;
  }

  .content-section {
    font-size: 15px;
  }

  .subheading-horz {
    width: 118px;
  }

  .subheading-text.rm-builders-vid-page {
    font-size: 25px;
  }

  .dropdown-list.w--open {
    color: #ccc6af;
    background-color: #ddd7c1;
  }

  .drop-down-link {
    color: #f2ecd5;
    background-color: #005d9b;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 33px;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
  }

  .drop-down-link:hover {
    color: #fff;
    background-color: #0068ac;
  }

  .body-content-normal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-quiz {
    text-align: center;
    border-radius: 0;
    margin-top: 0;
    font-size: 15px;
    display: none;
  }

  .center {
    font-size: 16px;
    line-height: 27px;
  }

  .header-ad-block {
    float: none;
    display: block;
  }

  .p-center.bold.homearam {
    font-size: 13px;
  }

  .how-you-live-underline {
    padding-bottom: 2px;
  }

  .div-separator.rm-solid-bar._30.location {
    height: 42px;
  }

  .div-separator.rm-solid-bar._30.location.extra {
    display: block;
  }

  .div-separator.rm.poh, .div-separator.vert.rm, .div-separator.vert.rm {
    display: none;
  }

  .logo {
    margin-left: 0;
  }

  .logo.in-nav.rm {
    width: 250px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .menubuttono {
    color: #005288;
    font-size: 39px;
    position: absolute;
    bottom: -9px;
    right: 0;
  }

  .menubuttono.w--open {
    color: #005287;
    background-color: #0000;
  }

  .menutxt {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    top: 5px;
  }

  .h1-header.rmteam {
    font-size: 37px;
  }

  .body {
    background-color: #fff;
  }

  .nav-dropmaintext {
    margin-right: 5px;
    font-size: 14px;
  }

  .rutland-center-logo-wrap {
    text-align: center;
  }

  .slider {
    height: auto;
  }

  .section.rvteamhead.cover-grad {
    height: 320px;
  }

  .section.head.rm {
    text-align: center;
    height: 350px;
  }

  .section.head.rm.community-map {
    height: 320px;
  }

  .section.head.rm.location {
    height: 361px;
    box-shadow: none;
  }

  .section.head.rm.active-rva {
    height: 275px;
  }

  .section.head.rm.lifestyle, .section.head.rm.homes, .section.head.rm.dev-updaests {
    height: 320px;
  }

  .section.head.rm.directions {
    height: 320px;
    box-shadow: none;
  }

  .section.head.rm.thankyou, .section.head.rm.how-we-got-here {
    height: 320px;
  }

  .section.body.rm.location.around-map {
    background-color: #0000;
  }

  .section.body.rm.s-curve.blue.lighter.homes {
    background-image: linear-gradient(#ffffffde, #ffffffde), url('../images/s-shape-bg-crop-rev-blue-lighter_1s-shape-bg-crop-rev-blue-lighter.webp'), url('../images/bg-leaf-1000-halfsize-blur.jpg');
    background-position: 0 0, 0 -595px, 0 0;
    background-repeat: repeat, repeat-y, repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    padding-top: 51px;
    padding-bottom: 0;
  }

  .section.body.rm.wave-curve.grad.trans._2 {
    background-image: linear-gradient(#f7f5f5e0, #f7f5f5e0), url('../images/curving-river-background.webp'), linear-gradient(#0000, #0000), url('../images/river-mill-nature-line-drawing-stylized.webp');
    background-position: 0 0, 50%, 0 0, 50% 0;
    background-size: auto, cover, auto, cover;
    padding-top: 44px;
    padding-bottom: 0;
  }

  .section.body.rm.trees.schools {
    padding-bottom: 49px;
  }

  .section.rm-timeline {
    margin-left: 0;
    margin-right: 0;
    padding-left: 14px;
    padding-right: 14px;
    display: block;
  }

  .section.hero {
    display: block;
  }

  .section.rm-sign {
    height: 250px;
  }

  .headerlabelwrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .headerlabelwrap.shadow.shorter {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .h1-rm {
    text-align: center;
    margin-top: 18px;
    font-size: 32px;
    line-height: 1.15em;
  }

  .h1-rm.poh {
    font-size: 46px;
  }

  .sub-h1-head.location {
    margin-bottom: 5px;
  }

  .sub-h1-head.location.poh {
    font-size: 15px;
  }

  .rm-footlinks {
    width: auto;
    margin: 0 auto;
    display: block;
    position: static;
    left: 0;
  }

  .footlink.rm {
    background-color: #00494e;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-size: 15px;
    display: block;
    box-shadow: 0 0 22px #000e1f66;
  }

  .footlink.rm:hover {
    border-radius: 0;
  }

  .logo-in-hero {
    margin-top: 60px;
    margin-bottom: 2px;
  }

  .interestlisttabwrap {
    z-index: 50002;
    display: none;
  }

  .interest-list-foot-header {
    margin-bottom: 16px;
    font-size: 29px;
  }

  .foot-slogan {
    letter-spacing: .4px;
    padding-top: 20px;
    padding-bottom: 14px;
    font-size: 24px;
  }

  .logo-interest-list {
    margin-bottom: 16px;
  }

  .interestlisttab-text {
    position: relative;
  }

  .rm-flex-wrap {
    flex-direction: column-reverse;
  }

  .rm-flex-wrap.rm-location {
    padding-top: 0;
  }

  .rm-flex-wrap.homes {
    text-align: center;
  }

  .flex-33, .flex-66.style-1 {
    width: 100%;
  }

  .h2-rm {
    font-size: 29px;
  }

  .h2-rm._2 {
    font-size: 32px;
  }

  .h2-rm.now-selling {
    font-size: 29px;
  }

  .h2-rm.development-update {
    white-space: nowrap;
  }

  .h2-rm.homes {
    margin-bottom: 16px;
  }

  .navbar-rm:active {
    display: flex;
  }

  .nav-link-rm {
    font-size: 19px;
    line-height: 1em;
  }

  .nav-link-rm:hover {
    color: #fff;
  }

  .nav-link-rm.w--current {
    background-color: #027470;
  }

  .nav-link-rm.other-hhh-comm {
    background-color: var(--rm-teal2);
    color: #f0efef;
    border-color: #85745c;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link-rm.other-hhh-comm:hover {
    color: #fff;
  }

  .menu-button.nav-round {
    padding: 0;
    position: absolute;
    top: 0%;
    right: 0%;
  }

  .menu-button.nav-round.w--open {
    position: absolute;
    top: 0;
    right: 0;
  }

  .flex-40 {
    width: 100%;
  }

  .p-indent {
    margin-bottom: 28px;
  }

  .p-indent.bold {
    margin-left: 27px;
    margin-right: 27px;
  }

  .spacer.scholls {
    height: 0;
  }

  .spacer.homes {
    height: 50px;
  }

  .rm-school {
    border-radius: 5px;
    margin-bottom: 38px;
    margin-left: 0;
    margin-right: 0;
  }

  .button-wheel {
    width: 22px;
  }

  .rm-oval-button-text {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    font-size: 16px;
  }

  .bv-rm-loc {
    display: none;
  }

  .rm-hero-overlay1 {
    display: none;
    inset: 99px auto auto 20%;
  }

  .slider-rm-round.auto-height._500w.ar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slider-rm-round._2 {
    width: 100%;
  }

  .slider-rm-round.is-default-round.is-overview {
    width: 100%;
    height: 100%;
    display: none;
  }

  .slide-timeline-rm {
    width: 100%;
  }

  .rm-timeline-head {
    font-size: 23px;
  }

  .rm-timeline-tree-main {
    display: none;
  }

  .list-indent, .list-indent.mb30 {
    margin-bottom: 44px;
  }

  .rm-tree-bar {
    display: none;
  }

  .flex-60 {
    width: 100%;
  }

  .flex-60.pl15 {
    width: 100%;
    margin-bottom: 55px;
    padding-left: 0;
  }

  .rmgirl-round {
    display: block;
  }

  .flex-50 {
    width: 100%;
    margin-bottom: 47px;
  }

  .flex-50.rmlocation.right {
    margin-bottom: 0;
    padding: 0 39px 39px;
  }

  .bg-video.send-to-back.curve.round {
    min-height: auto;
    display: none;
  }

  .rm-logo-int-list {
    margin-bottom: 8px;
  }

  .p-lifestyle.m100 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rm-seperator-bar-mobile {
    background-color: #00575c;
    height: 11px;
    display: block;
  }

  .rm-comm-map-floating-button {
    display: none;
    bottom: 44%;
  }

  .mr5.interest-list {
    margin-right: 0;
  }

  .ml-5.interest-list {
    margin-left: 0;
  }

  .rm-bottom-nav-bg {
    height: 0;
  }

  .flex-100 {
    flex-direction: column;
  }

  .rm-brochure-link {
    display: none;
  }

  .sales-center-bottom-info {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 15px;
    bottom: -36px;
  }

  .sales-center-text {
    font-size: 14px;
    display: block;
  }

  .sales-center-text.loc {
    color: var(--rivermillblue);
    font-size: 16px;
    display: inline-block;
  }

  .sales-center-text.connexion {
    color: var(--rivermillblue);
    display: inline-block;
  }

  .phone-ico {
    width: 25px;
    margin-right: 4px;
  }

  .address-phone {
    font-size: 14px;
  }

  .builders-rm {
    border-width: 4px;
    display: flex;
    overflow: visible;
  }

  .rm-logo-home-fade {
    width: 90%;
  }

  .rm-comm-map-now-selling {
    display: none;
    bottom: 44%;
  }

  .block-2.padding {
    padding-left: 33px;
    padding-right: 33px;
  }

  .page-inset.subpage.amenities {
    margin-top: 0;
    margin-bottom: 0;
  }

  .diamon {
    margin-left: 6px;
    margin-right: 6px;
  }

  .section-google-map {
    display: block;
  }

  .directions-block {
    margin-top: 0;
    padding-top: 24px;
  }

  .h1-directons {
    margin-bottom: 15px;
    font-size: 27px;
  }

  .h1-directons.rm-poh {
    font-size: 26px;
  }

  .river-mill-loc._2 {
    margin-bottom: 18px;
    padding-right: 0;
  }

  .loc-pin {
    margin-right: 9px;
  }

  .loc-pin.connexion {
    display: none;
  }

  .phone-number {
    color: var(--corp-blue);
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 700;
  }

  .li-directions {
    font-size: 16px;
  }

  .hoa-thumb-frame {
    border-style: none;
    border-width: 1px;
    display: block;
    overflow: visible;
  }

  .hoa-slide-txt {
    color: #4e4e4e;
    padding-top: 15px;
    font-size: 14px;
  }

  .xhomes-by-text {
    letter-spacing: .5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
  }

  .poh-right.form {
    height: 1037px;
  }

  .poh-500 {
    width: 100%;
  }

  .poh-rm-nav-text-link {
    font-size: 15px;
  }

  .poh-rm-nav-text-link.comm-map {
    display: none;
  }

  .h1-center.is-meet-the-builder {
    font-size: 30px;
  }

  .rmgirl-static {
    border-radius: 300px;
    display: block;
  }

  .slide-in-info-rivermill {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
  }

  .slide-in-info-rivermill.connexion {
    display: none;
  }

  .overlay-video-wrapper {
    width: auto;
    display: block;
  }

  .overlay-video-wrapper.mobile {
    display: block;
  }

  .linkvisitwebsitecontactform {
    text-align: center;
    margin-right: 0;
    padding-top: 19px;
    display: block;
  }

  .pdf-desktop-wrapper {
    display: none;
  }

  .pdf-floating-buttons_component {
    display: none;
    position: static;
  }

  .pdf-mobile-wrapper {
    display: block;
  }

  .separator.form {
    height: 1px;
  }

  .label-broker {
    font-size: 16px;
  }

  .home-type-form_choice {
    display: block;
  }

  .how-we-got-here_link {
    font-size: 17px;
  }

  .hamburgerdropdown {
    top: 24px;
  }

  .navlogo {
    margin-left: 0;
  }

  .nav-icon-o {
    display: block;
  }

  .navlink-2021, .navdropdowntoggle {
    display: none;
  }

  .navfindyourcommunity {
    margin-top: -23px;
    display: block;
  }

  .navhamburgerdropdown.full-hamburger.w--open {
    opacity: 1;
    margin-right: -9px;
  }

  .dropdownlink.show-mobile {
    display: block;
  }

  .dropdownlink.hide-mobile {
    display: none;
  }

  .dropdownlink.first.show-mobile.color, .dropdownlink.show-mobile.color {
    background-color: #0066a7;
  }

  .dropdownlink.show-mobile.color:hover {
    background-color: #cfab7a;
  }

  .development-update_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .development-update_right-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .how-we-got-here_year-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .development-update_wrapper-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .body-connexion {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
  }

  .sales-center-connexion {
    font-size: 15px;
    bottom: -36px;
  }

  .phone-number-connexion {
    color: var(--corp-blue);
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
  }

  .amenities_tab {
    padding: 19px;
  }

  .interest-list-behind-nav {
    margin-top: -35px;
    display: flex;
  }

  .interest-list-behind-nav_text {
    font-size: 14px;
  }

  .blog-lifestyle-slider_heading {
    font-size: 24px;
    position: static;
    inset: auto 0% 19%;
  }

  .builder-remake_popup-box {
    opacity: 1;
    transform: none;
  }

  .quick-stack {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .social-links_wrapper {
    justify-content: center;
  }

  .nav-footer_social-link {
    flex: none;
    margin-left: 11px;
    margin-right: 11px;
  }

  .amenities_nav-content {
    padding-right: .5rem;
  }

  .amenities_nav-wrapper {
    width: 90%;
  }

  .amenities_amenity-heading {
    margin-top: 6px;
  }

  .amenities_wrapepr {
    width: 85%;
  }

  .amenities_amenity {
    margin-bottom: 4rem;
  }

  .amenities_fake-button {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 26px;
    display: block;
  }

  .custom-slider-arrow {
    width: 35px;
  }

  .column-no-margins-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .building-in {
    float: left;
  }

  .linkbuildinghomesin {
    font-size: 17px;
  }

  .ourbuilders-colright {
    text-align: center;
    padding-left: 0;
  }

  .ourbuilders-colright.is-last {
    margin-bottom: 39px;
  }

  .ourbuilders-builderlogo {
    float: none;
    margin: 9px auto 8px;
  }

  .ourbuilders-builderlogo.is-sold-out {
    margin-top: 0;
  }

  .ourbuilders-builderwrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2.hide-mobile {
    display: none;
  }

  .link-9 {
    white-space: nowrap;
  }

  .meet-your-builder-mobile-break {
    margin-bottom: .5rem;
    display: block;
  }

  .rss-slider_text {
    padding-left: 20px;
    padding-right: 20px;
    top: 37px;
    bottom: auto;
  }

  .rss-slider_slide-frame {
    border-width: 2px;
    display: block;
    overflow: visible;
  }

  .custom_arrow-icon-2 {
    width: 30px;
  }

  .rss-slier_text-wrapper {
    top: 0%;
  }

  .rss-slider_read-more {
    font-size: 16px;
  }

  .rss-slider_slide {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .rss-slider_slide-cover {
    background-color: #00000091;
    background-image: none;
  }

  .interest-list_models-image {
    width: 25px;
  }

  .interest-list_models-text {
    margin-left: .25rem;
    margin-right: .25rem;
    font-size: 1rem;
  }

  .checkbox_label_old {
    padding-top: .4rem;
    font-size: .75rem;
  }

  .checkbox_field_old {
    height: 2.25rem;
  }

  .fs_checkbox-1_group {
    grid-auto-flow: row;
  }

  .footer_links {
    text-align: center;
    margin-bottom: 0;
  }

  .footer_button {
    width: 90%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    display: block;
  }

  .footer_secondary-link {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .footer_secondary-wrap-2 {
    text-align: center;
    border-top: 1px solid #cfab7a;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .footer_secondary-copyright {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .footer_get-social {
    margin-bottom: 7px;
    font-size: 1rem;
  }

  .footer_video-wrap {
    margin-bottom: 20px;
  }

  .footer_social-links {
    justify-content: center;
  }

  .footer_social-wrapper {
    margin-top: 34px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .footer_logo {
    width: 206px;
    margin-bottom: 15px;
  }

  .footer_block {
    text-align: center;
    margin-left: 0;
  }

  .footer_block.indent {
    border-left-style: none;
    padding-left: 0;
  }

  .footer_heading-2 {
    text-align: center;
    letter-spacing: .07rem;
    border-top: 1px solid silver;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    padding-top: .75rem;
    font-size: 1.1rem;
    display: block;
  }

  .footer_heading-2.is-communities-ipad {
    display: none;
  }

  .footer_seperator {
    width: 95%;
    display: none;
  }

  .footer_seperator.hide-mobile, .footer_seperator.col-1 {
    display: none;
  }

  .footer_biz-info {
    text-align: center;
  }

  .footer_component {
    padding-top: 21px;
  }

  .footer_subheading-2 {
    text-transform: uppercase;
    margin-top: 0;
    display: block;
  }

  .footer_link {
    font-size: 1rem;
  }

  .footer_link.is-state-short {
    display: none;
  }

  .footer_link.inline {
    color: #000;
    letter-spacing: .15rem;
    font-size: .85rem;
  }

  .footer_link.inline.rva {
    color: #67553c;
    letter-spacing: .1rem;
    font-size: .9rem;
  }

  .footer_secondary-copyright-wrap {
    width: 50%;
  }

  .footer_biz-info-hhhc {
    text-align: center;
    font-size: 1.05rem;
    display: inline-block;
  }

  .footer_biz-info-address-phone {
    font-size: 1rem;
    line-height: 1.5;
  }

  .footer_secondary-links {
    width: auto;
  }

  .footer_heading {
    text-align: center;
    letter-spacing: .05rem;
    border-top: 1px solid silver;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    padding-top: .75rem;
    font-size: 1.05rem;
    display: block;
  }

  .footer_heading.is-communities-desk {
    line-height: 1.5;
  }

  .footer_social-link {
    flex: none;
  }

  .sold-out-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-3 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .broker-checkbox_group {
    grid-auto-flow: row;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 15px;
  }

  h4 {
    font-size: 17px;
  }

  p {
    text-align: left;
  }

  li {
    font-size: 15px;
  }

  label {
    margin-bottom: 1px;
    font-size: 14px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 21px;
    display: block;
  }

  .button.rm-oval1.indent.lifestyle {
    margin-bottom: 26px;
    padding-top: 9px;
  }

  .button.rm-oval1.indent.lifestyle.tighter {
    margin-bottom: 0;
  }

  .button.rm-oval1.teal.indent {
    margin-left: 8px;
  }

  .button.rm-oval1.teal.indent.is-schools {
    margin-left: 6px;
  }

  .button.rm-oval1.teal.developent-update {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button.add-sp-after-mobile.joininterestlist {
    font-size: 15px;
  }

  .button.large {
    font-size: 16px;
  }

  .arrow {
    font-size: 32px;
  }

  .mask {
    margin-left: 29px;
    margin-right: 29px;
  }

  .slides {
    width: 100%;
  }

  .header {
    text-align: center;
  }

  .header-section-with-ad {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .brand-block.w--current {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content-section {
    font-size: 14px;
  }

  .subheading-wrapper {
    margin-bottom: 10px;
  }

  .subheading-wrapper.browse {
    display: block;
  }

  .subheading-horz {
    width: 37px;
    display: none;
  }

  .subheading-horz.left {
    display: none;
  }

  .subheading-text {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .subheading-text.rm-builders-vid-page {
    font-weight: 400;
  }

  .drop-down-link {
    padding-left: 32px;
  }

  .header-quiz {
    font-size: 14px;
  }

  .center {
    font-size: 15px;
    line-height: 25px;
  }

  .p-center.bold.homearam {
    font-size: 8px;
  }

  ._404-wrapper {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .how-you-live-underline {
    padding-bottom: 0;
  }

  .div-separator {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-separator.rm-solid-bar._30.location {
    height: 10px;
  }

  .p-404 {
    text-align: center;
    margin-bottom: 0;
  }

  .h1-494 {
    font-size: 25px;
    line-height: 31px;
  }

  .logo.in-nav.rm {
    width: 200px;
    margin-top: 48px;
    padding-top: 0;
  }

  .menubuttono {
    font-size: 33px;
    bottom: -7px;
  }

  .section-content {
    padding-left: 11px;
    padding-right: 11px;
  }

  .h1-header.rmteam {
    font-size: 31px;
  }

  .section.rvteamhead.cover-grad {
    height: 220px;
  }

  .section.head.rm {
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
  }

  .section.head.rm.location {
    height: 380px;
  }

  .section.head.rm.active-rva {
    height: 280px;
  }

  .section.head.rm.lifestyle {
    height: 335px;
  }

  .section.head.rm.hoa {
    height: 360px;
  }

  .section.head.rm.homes {
    height: 335px;
  }

  .section.head.rm.dev-updaests, .section.head.rm.directions {
    height: 336px;
  }

  .section.body.rm.s-curve.blue.lighter {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section.body.rm.s-curve.blue.lighter.homes {
    padding-top: 43px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.body.rm.wave-curve.grad.trans._2 {
    padding-top: 36px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.body.rm.trees.schools {
    padding-bottom: 32px;
  }

  .section.body.rm.homearama {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.body.builders {
    background-image: radial-gradient(circle, #fff, #ffffff8c), url('../images/streetscape.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section.rm-timeline {
    padding-bottom: 25px;
  }

  .section.rm-sign {
    background-position: 50%;
  }

  .headerlabelwrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 23px;
    display: block;
  }

  .headerlabelwrap.shadow.shorter {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .container-full-1140.center.homearam {
    padding-left: 0%;
    padding-right: 0%;
  }

  .h1-rm {
    margin-top: 16px;
    margin-bottom: 5px;
    font-size: 25px;
  }

  .h1-rm.builders {
    font-size: 35px;
  }

  .h1-rm.poh {
    font-size: 38px;
  }

  .sub-h1-head {
    color: #ffffffe3;
    text-align: center;
    font-size: 17px;
  }

  .sub-h1-head.at-arm, .sub-h1-head.location.poh {
    font-size: 14px;
  }

  .rm-footlinks {
    left: -14px;
  }

  .footlink.rm {
    font-size: 14px;
  }

  .logo-in-hero {
    margin-top: 91px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .interestlisttabwrap {
    z-index: 10002;
  }

  .foot-slogan {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
  }

  .logo-interest-list {
    width: 85%;
  }

  .rm-flex-wrap.rm-location.m10p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .flex-66.style-1 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .h2-rm {
    font-size: 27px;
  }

  .h2-rm._2 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.15em;
  }

  .h2-rm.now-selling {
    text-align: left;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.15em;
  }

  .h2-rm.development-update {
    white-space: normal;
  }

  .h2-rm.noncap {
    font-size: 23px;
  }

  .h2-rm.finalopps {
    text-align: left;
    line-height: 1.15em;
  }

  .nav-link-rm {
    font-size: 18px;
  }

  .menu-button.nav-round.w--open {
    position: absolute;
    top: 0;
    right: 0;
  }

  .p-indent {
    margin-left: 25px;
  }

  .p-indent.bold {
    margin-left: 0;
    margin-right: 0;
  }

  .small-head.second {
    margin-top: 20px;
  }

  .small-head.second.indent {
    margin-top: 21px;
  }

  .rm-school {
    margin-bottom: 30px;
  }

  .button-wheel {
    width: 20px;
    margin-left: 7px;
  }

  .button-wheel.hide-mobile {
    display: none;
  }

  .rm-oval-button-text {
    margin-right: 0;
    line-height: 1.1em;
    top: 0;
  }

  .slider-rm-round._2 {
    display: block;
  }

  .rm-timeline-head {
    margin-left: 22px;
    margin-right: 22px;
    font-size: 21px;
  }

  .list-indent.mb30 {
    margin-bottom: 37px;
    margin-left: 6px;
  }

  .rm-logo-hero {
    width: 67%;
    margin-top: 62%;
  }

  .rm-list-item {
    font-size: 16px;
  }

  .rm-sub-shared-head {
    display: none;
  }

  .flex-50 {
    margin-bottom: 39px;
  }

  .flex-50.rmlocation.right {
    padding: 0 17px 17px;
  }

  .flex-50.lifestyle {
    margin-bottom: 0;
  }

  .flex-50.lifestyle-text-side {
    margin-bottom: 32px;
  }

  .bg-video.send-to-back.curve.round {
    min-height: auto;
  }

  .rm-logo-int-list {
    filter: saturate(142%);
    margin-bottom: 0;
  }

  .p-lifestyle.m100.more {
    margin-bottom: 22px;
  }

  .r {
    font-size: 11px;
    bottom: 9px;
  }

  .sales-center-bottom-info {
    position: relative;
    bottom: -34px;
  }

  .sales-center-text {
    margin-bottom: 4px;
  }

  .rm-phone {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
  }

  .bldr-pop-link-rm {
    font-size: 14px;
  }

  .builders-rm {
    margin-bottom: 17px;
  }

  .logo-active-rva {
    width: 100px;
  }

  .rm-logo-home-fade {
    width: 95%;
  }

  .homearama-header-text {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 13px;
  }

  .block-2.padding {
    padding: 24px 11px 8px;
  }

  .h1-homearam {
    font-size: 23px;
  }

  .directions-block {
    padding-top: 17px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .h1-directons {
    text-align: left;
    margin-bottom: 13px;
    font-size: 23px;
  }

  .h1-directons.rm-poh {
    font-size: 27px;
  }

  .bold-text {
    line-height: 1.2em;
  }

  .builder-join-us {
    width: 89%;
  }

  .hoa-thumb-frame {
    margin-bottom: 7px;
  }

  .hoa-slider {
    height: auto;
    margin-top: 10px;
    margin-bottom: 8px;
  }

  .hoa-slide-txt {
    padding: 11px 15px 9px;
  }

  .xhomes-by-text {
    letter-spacing: 0;
    font-size: 11.5px;
  }

  .poh-left {
    padding: 25px 14px 4px;
  }

  .poh-right.thank-yuou {
    padding: 28px;
  }

  .poh-right.form {
    height: 1113px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .p-poh {
    font-size: 17px;
  }

  .rm-poh-nav {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .poh-rm-nav-text-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .h1-center.is-meet-the-builder {
    font-size: 28px;
  }

  .inspired {
    font-size: 13px;
  }

  .slide-in-info-rivermill {
    box-shadow: 6px 6px 11px #00000052;
  }

  .overlay-video-wrapper.mobile.comm-overview {
    margin-bottom: 43px;
  }

  .linkvisitwebsitecontactform {
    font-size: 14px;
  }

  .checkbox-broker {
    margin-bottom: 10px;
    margin-left: 1px;
    margin-right: 1px;
  }

  .how-we-got-here_heading {
    font-size: 22px;
  }

  .how-we-got-here_link {
    font-size: 16px;
  }

  .hamburgerdropdown {
    padding-right: 0;
  }

  .navlogolink.w--current {
    margin-left: 3px;
  }

  .navhamburgerdropdown.full-hamburger.w--open {
    z-index: 2001;
    width: 104vw;
    margin-left: auto;
    margin-right: -19px;
  }

  .developent-update_left-wrapper {
    margin-bottom: -25px;
  }

  .development-update_button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .how-we-got-here_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .how-we-got-here_year-fake-button {
    transform: none;
  }

  .how-we-got-here_year-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .how-we-got-here_left {
    margin-bottom: 1rem;
  }

  .development_container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rm-phone-connexion {
    margin-bottom: 5px;
  }

  .amenities_tab {
    padding: 10px 14px;
    font-size: 13px;
  }

  .interest-list-behind-nav {
    margin-top: -35px;
  }

  .blog-lifestyle-slider-section {
    padding-top: 0;
  }

  .blog-lifestyle-slider_heading {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
    position: static;
  }

  .builder-remake_popup-text {
    font-size: 14px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cell-7 {
    padding-bottom: 12px;
  }

  .social-links_wrapper {
    justify-content: center;
  }

  .nav-footer_social-link {
    margin-left: 0;
    margin-right: 0;
  }

  .amenities_nav-link-column {
    width: auto;
    margin-left: 1rem;
    margin-right: .5rem;
  }

  .amenities_nav-links {
    flex-direction: column;
    align-items: stretch;
  }

  .amenities_nav-content {
    padding-right: 1rem;
  }

  .section-amenities-header-new {
    padding-top: 2rem;
  }

  .amenities_heading {
    font-size: 1.5rem;
  }

  .amenities_nav-link-icon {
    width: 25px;
    height: 25px;
  }

  .amenities_nav-link {
    height: auto;
  }

  .amenities_nav-wrapper {
    width: 90%;
  }

  .amenities_amenity-heading {
    font-size: 25px;
    line-height: 31px;
  }

  .amenities_amenity_availability {
    margin-bottom: 2px;
  }

  .amenities_wrapepr {
    margin-right: auto;
  }

  .amenities_fake-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 21px;
    display: block;
  }

  .custom-slider-arrow {
    width: 30px;
  }

  .how-we-got-here-date {
    font-size: 33px;
  }

  .building-in {
    position: relative;
    left: -10px;
  }

  .ourbuilders-colright {
    text-align: center;
    padding-left: 0;
  }

  .pourbuilder {
    text-align: left;
  }

  .ourbuilders-builderlogo {
    float: none;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .ourbuilders-builderwrap {
    padding-left: 0;
    padding-right: 0;
  }

  .rss-slider_text {
    flex-direction: column;
    justify-content: center;
    padding-left: 48px;
    padding-right: 48px;
    display: flex;
    inset: 10% 0% 0%;
  }

  .rss-slider_slide-frame {
    margin-bottom: 0;
  }

  .custom_arrow-icon-2 {
    width: 25px;
  }

  .rss-slier_text-wrapper {
    justify-content: center;
    height: 100%;
    padding-bottom: 0;
  }

  .rss-slider_read-more {
    font-size: 15px;
  }

  .rss-slider_slide {
    width: 100%;
  }

  .rss-slider_custom-arrow-right {
    justify-content: flex-end;
    padding-right: 15px;
  }

  .rss-slider_custom-arrow-left {
    justify-content: flex-start;
    padding-left: 15px;
  }

  .interest-list_models-image {
    display: none;
  }

  .checkbox_label_old {
    font-size: .75rem;
  }

  .footer_links {
    text-align: center;
    margin-bottom: 3px;
  }

  .footer_button {
    margin-top: 17px;
    margin-bottom: 0;
    font-size: 14px;
    display: inline-block;
  }

  .footer_secondary-wrap-2 {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer_secondary-copyright {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .footer_social-links {
    justify-content: center;
  }

  .footer_social-wrapper {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 13px;
  }

  .footer_logo {
    margin-bottom: -1px;
  }

  .footer_block {
    margin-left: 0;
  }

  .footer_heading-2 {
    margin-top: 18px;
    padding-bottom: 8px;
    font-size: 17px;
  }

  .footer_seperator {
    background-color: #cfc8a6;
    width: 100%;
    display: none;
  }

  .footer_subheading-2 {
    margin-bottom: 4px;
  }

  .footer_link {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .footer_secondary-copyright-wrap {
    width: 100%;
  }

  .footer_secondary-copyright-wrap.is-mobile {
    padding-top: 7px;
  }

  .footer_biz-info-hhhc {
    margin-top: 18px;
    padding-bottom: 6px;
    font-size: 17px;
  }

  .footer_biz-info-address-phone:hover {
    color: #39628b;
  }

  .footer_heading {
    margin-top: 18px;
    padding-bottom: 8px;
    font-size: 17px;
  }

  .footer_social-link {
    margin-left: 0;
    margin-right: 0;
  }

  .sold-out-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-3 {
    font-size: 11px;
  }
}

#w-node-_9a98b5ea-f182-57b4-53c2-9f5aee08c2c9-9c92c986 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_9a98b5ea-f182-57b4-53c2-9f5aee08c2ca-9c92c986, #w-node-ee609500-d09f-2739-1822-396c19c1ebed-9c92c986, #w-node-d3aecc19-4f3f-4663-f572-14991035b9e5-9c92c986, #w-node-_747f58b0-4436-5686-fc3c-fdfeabd8cad6-9c92c986, #w-node-_11d7e624-f90d-9b59-330f-fd878be65547-9c92c986, #w-node-a60a8d60-8652-5d11-2ae3-33d1d9cb2a81-9c92c986 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d28f5bef-ee8f-986a-c008-56d83f06f16d-3b7f317c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_9a98b5ea-f182-57b4-53c2-9f5aee08c2c9-9c92c986 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9a98b5ea-f182-57b4-53c2-9f5aee08c2c9-9c92c986 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9a98b5ea-f182-57b4-53c2-9f5aee08c2ca-9c92c986, #w-node-ee609500-d09f-2739-1822-396c19c1ebed-9c92c986, #w-node-d3aecc19-4f3f-4663-f572-14991035b9e5-9c92c986, #w-node-_747f58b0-4436-5686-fc3c-fdfeabd8cad6-9c92c986, #w-node-_11d7e624-f90d-9b59-330f-fd878be65547-9c92c986, #w-node-a60a8d60-8652-5d11-2ae3-33d1d9cb2a81-9c92c986 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Sortsmillgoudy';
  src: url('../fonts/SortsMillGoudy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sortsmillgoudy';
  src: url('../fonts/SortsMillGoudy-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}