:root {
  --black: black;
  --light-grey: #cecece;
  --firebrick: #be0f0f;
  --dark-red: #880a0a;
  --white: white;
  --dim-grey: #484330;
  --dodger-blue: #589fe1;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  text-align: left;
  margin-bottom: 20px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  text-align: center;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  background-color: var(--black);
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  background-image: url('../images/header_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section.no-gap {
  margin-top: 0;
  padding-top: 10px;
}

.section.current-listings {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.section.community-links {
  background-color: var(--light-grey);
  display: flex;
}

.section.contact {
  background-color: var(--firebrick);
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-jumbo-button.cc-jumbo-red {
  background-color: var(--firebrick);
}

.button.cc-jumbo-button.cc-jumbo-red:hover {
  background-color: var(--dark-red);
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-contact-us {
  z-index: 5;
  direction: ltr;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  background-color: #56a0d3;
  margin-right: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transition-property: none;
  position: relative;
}

.button.cc-contact-us:hover {
  background-color: #417aa2;
  font-weight: 700;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-light.white {
  color: var(--white);
}

.label.cc-light.white.center {
  text-align: center;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.label.white {
  color: var(--white);
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  text-align: left;
  margin-bottom: 20px;
}

.paragraph-light.contact {
  margin-top: -15px;
}

.paragraph-light.contact.white, .paragraph-light.white {
  color: var(--white);
}

.heading-jumbo {
  color: var(--dim-grey);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  text-align: left;
  width: 40%;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 1200px;
  margin-left: 15%;
  margin-right: 15%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.navigation {
  background-color: var(--black);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-item {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  color: var(--firebrick);
  font-weight: 500;
}

.navigation-item:focus {
  color: var(--firebrick);
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.current-listings-wrap {
  text-align: center;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#48433066, #48433066);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  width: 80%;
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 20px 20px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: start;
  margin-top: 0;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.contact-email-link.white {
  color: var(--white);
  text-decoration: none;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.work-heading.white {
  color: var(--white);
  line-height: 40px;
}

.blog-heading {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.italic-text {
  color: var(--white);
}

.properties-div {
  max-width: 100%;
  margin-bottom: 0;
}

.properties-section {
  background-color: var(--dodger-blue);
  margin-left: 0;
  margin-right: 0;
}

.properties-section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.properties-section.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
}

.properties-section.no-gap {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.column-1, .column-2, .column-3, .column-4 {
  text-align: center;
}

.heading {
  font-weight: 700;
}

.heading.properties {
  outline-offset: 0px;
  color: var(--white);
  outline: 3px #fff;
  margin-top: 10px;
  font-style: normal;
  text-decoration: none;
}

.heading.current-listing {
  color: var(--black);
}

.italic-text-2 {
  font-style: normal;
}

.current-listing-text {
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.column-5 {
  text-align: center;
}

.list {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 18px;
}

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

.sm-link-block {
  margin-right: 6px;
}

.logo-div-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto 10px;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
}

.contact-method-div {
  flex-direction: row;
  flex: 0 auto;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.radio-button-field {
  color: var(--white);
  padding-right: 20px;
}

.field-label.white {
  color: var(--white);
}

.columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer1-bottom-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.text-block-4 {
  color: var(--white);
}

.footer1-bottom-link {
  opacity: .7;
  color: var(--white);
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer1-bottom-link:hover {
  opacity: 1;
}

.navbar {
  background-color: var(--black);
  margin-top: 99px;
  padding: 20px 60px;
}

.hpg-nav-link {
  color: var(--white);
}

.hpg-nav-link:hover {
  color: var(--firebrick);
}

.navigation-copy {
  background-color: var(--black);
  align-items: center;
  padding: 30px 50px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block {
  color: #333;
}

.navigation-wrap-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 40% 60%;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.navigation-2 {
  background-color: var(--black);
  align-items: center;
  padding: 30px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-items-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.navigation-item-2 {
  opacity: .6;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 10% 9px 0%;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.navigation-item-2:hover {
  opacity: .9;
  color: var(--firebrick);
}

.navigation-item-2:active {
  opacity: .8;
  color: var(--firebrick);
  display: block;
}

.navigation-item-2:focus {
  opacity: 1;
  color: var(--firebrick);
  display: block;
}

.navigation-item-2:focus-visible {
  opacity: 1;
}

.navigation-item-2[data-wf-focus-visible] {
  opacity: 1;
}

.navigation-item-2.w--current {
  opacity: 1;
  color: var(--firebrick);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 10%;
  font-weight: 600;
}

.navigation-item-2.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-2.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-2 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 30% 60% 10%;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 60%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-image-2 {
  text-align: left;
  max-height: 100px;
  display: block;
}

.lightbox-modal {
  z-index: 100;
  opacity: 0;
  background-color: #484330d9;
  height: 100%;
  margin-top: 0%;
  display: none;
  position: fixed;
  inset: 0% 0% 0% 0;
}

.lightbox-modal.miller {
  opacity: 0;
  height: 100vh;
  display: none;
}

.lightbox-modal.kinnear, .lightbox-modal.garrison, .lightbox-modal.washington {
  opacity: 0;
  display: none;
}

.image-big {
  width: 80%;
  position: relative;
}

.close-btn {
  z-index: 101;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  text-align: center;
  object-fit: none;
  background-image: url('../images/close.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-right: 0;
  display: block;
  position: sticky;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.lightbox-div {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 60%;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 50% 0% auto;
  overflow: scroll;
  transform: translate(0, -50%);
}

.red-paragraph {
  color: var(--firebrick);
}

.richtext-center {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.richtext-center h4 {
  text-align: center;
}

.richtext-justify {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.richtext-justify h4 {
  text-align: center;
}

.image-2 {
  margin-bottom: 40px;
}

.lightbox-h3 {
  font-size: 24px;
}

.form-html {
  color: var(--white);
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1500px;
  }

  .navigation {
    position: fixed;
    inset: 0% 0% auto;
  }

  .navigation-item:active {
    color: var(--white);
  }

  .list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer1-bottom-grid {
    max-width: 1500px;
  }

  .navigation-copy {
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu-2 {
    width: 80%;
  }

  .lightbox-modal.miller {
    justify-content: center;
  }

  .lightbox-div {
    width: 50%;
    height: 70%;
  }

  .list-item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap {
    height: 100vh;
  }

  .section.current-listings {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container {
    max-width: 991px;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: block;
  }

  .paragraph-light.contact.white {
    text-align: center;
  }

  .paragraph-light.white {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link {
    width: 80%;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    min-width: 50px;
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #0000;
    margin-left: 0%;
    margin-right: 0%;
  }

  .navigation {
    background-color: var(--black);
    padding: 25px 30px;
    inset: 0% 0% auto;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover, .navigation-item:active {
    background-color: var(--black);
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: var(--black);
  }

  .cta-text {
    width: auto;
  }

  .current-listings-wrap {
    width: auto;
    padding: 80px 20px 90px;
  }

  .intro-header {
    flex-direction: row;
    align-items: center;
    height: 100%;
    min-height: 800px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .properties-div {
    max-width: 90%;
  }

  .properties-section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .current-listing-text {
    width: auto;
  }

  .list {
    line-height: 18px;
  }

  .logo-div-block {
    justify-content: center;
    align-items: center;
  }

  .columns {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer1-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .navigation-copy {
    background-color: var(--black);
    padding: 25px 30px;
    inset: 0% 0% auto;
  }

  .navigation-wrap-2 {
    grid-row-gap: 10px;
    background-color: #0000;
    grid-template-columns: 70% 15% 15%;
    grid-auto-rows: 200px;
  }

  .navigation-2 {
    padding: 25px 30px;
  }

  .navigation-items-2 {
    background-color: #fff;
  }

  .menu-icon-2 {
    display: block;
  }

  .navigation-item-2 {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .menu-2 {
    margin-left: 30px;
    margin-right: 30px;
    position: static;
  }

  .lightbox-div {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    min-height: 600px;
    margin-left: 0;
    margin-right: 0;
  }

  .section.current-listings {
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
  }

  .section.community-links, .section.contact {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
    max-width: 767px;
    padding-bottom: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.cc-contact-us {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.white {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .current-listings-wrap {
    padding: 10px;
  }

  .intro-header {
    min-height: 600px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .properties-section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .properties-section.cc-cta {
    padding: 15px;
  }

  .properties-section.cc-home-wrap, .properties-section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .properties-section.no-gap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-5 {
    text-align: center;
  }

  .list {
    text-align: left;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-div-block {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .columns {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer1-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

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

  .navigation-copy {
    padding: 20px 30px;
  }

  .text-block {
    font-size: 14px;
  }

  .navigation-wrap-2 {
    grid-template-rows: auto;
    grid-template-columns: 80% 20%;
  }

  .navigation-2 {
    padding: 20px 30px;
  }

  .menu-2 {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .lightbox-div {
    height: 60%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-store-home-wrap {
    flex-direction: row;
    height: 50vh;
    min-height: 400px;
  }

  .section.community-links {
    padding: 15px;
  }

  .container {
    max-width: 479px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu-icon {
    min-width: 35px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .current-listings-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    justify-content: center;
    align-items: center;
    min-height: 400px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    border-width: 0;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .current-listing-text {
    flex-direction: column;
    align-items: center;
    width: 80%;
    display: block;
  }

  .list {
    width: 100%;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-3 {
    padding: 30px;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .footer1-bottom-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .navigation-copy, .navigation-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-2 {
    margin-left: 15px;
  }

  .lightbox-div {
    width: 90%;
    height: 70%;
  }
}

#w-node-f39a6fbc-3fe0-6cab-0317-837d5aad5268-92f3c154 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-f39a6fbc-3fe0-6cab-0317-837d5aad526a-92f3c154 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_74e61bc9-82f7-1345-212b-57bf90261121-92f3c154, #w-node-_765e6f47-8bdd-b09b-17cd-ca1de379edc7-92f3c154, #w-node-_765e6f47-8bdd-b09b-17cd-ca1de379edcc-92f3c154, #w-node-_6161a47c-125c-1233-70e0-21a4f8a4f1c7-92f3c154, #w-node-_6161a47c-125c-1233-70e0-21a4f8a4f1cc-92f3c154, #w-node-ea1eb704-e664-8e60-1473-1194e47cfbcd-92f3c154, #w-node-cf585d4a-5d31-1700-6826-d93fe5b47667-92f3c154, #w-node-cf585d4a-5d31-1700-6826-d93fe5b4766c-92f3c154, #w-node-_1e8db55d-077c-eccf-4bd0-d775570bb6e2-92f3c154, #w-node-_1e8db55d-077c-eccf-4bd0-d775570bb6e7-92f3c154, #w-node-_5f0f4aa4-dd64-8156-b81f-8002389bc228-92f3c154, #w-node-_5f0f4aa4-dd64-8156-b81f-8002389bc22d-92f3c154, #w-node-d2966f89-7c6c-03c8-a35f-5d1fd20b44da-92f3c154, #w-node-d2966f89-7c6c-03c8-a35f-5d1fd20b44df-92f3c154, #w-node-_44cafd35-c789-1f88-737d-dbbdfdb4e7c7-92f3c154, #w-node-_44cafd35-c789-1f88-737d-dbbdfdb4e7cc-92f3c154, #w-node-_4af1717b-f3fd-17d2-bdf5-1fc0aed4aad0-92f3c154, #w-node-_4af1717b-f3fd-17d2-bdf5-1fc0aed4aad5-92f3c154, #w-node-_32e122a7-ff43-1245-213d-2981a344fc9a-92f3c154, #w-node-_32e122a7-ff43-1245-213d-2981a344fc9f-92f3c154, #w-node-_13553da5-645a-73d4-5aec-5c08ae7ed13b-92f3c154, #w-node-_0fffbf04-b978-4101-6cc7-3fd76d215edc-92f3c154, #w-node-_0fffbf04-b978-4101-6cc7-3fd76d215ee1-92f3c154, #w-node-eb438ba3-0f98-f8da-d25f-a9ec906d0311-92f3c154, #w-node-dd34c69f-217f-5b93-a845-e8682236462c-92f3c154, #w-node-dd34c69f-217f-5b93-a845-e86822364631-92f3c154 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfdf2978-4b54-05ba-a57c-28a41ac76783-92f3c154 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cfdf2978-4b54-05ba-a57c-28a41ac7679b-92f3c154 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e119eb74-ff4c-81b2-388a-d9a3a7bd6a48-51e627e8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center start;
}

#w-node-_3fe91bca-1133-05c6-e805-e32bfa337556-51e627e8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-e119eb74-ff4c-81b2-388a-d9a3a7bd6a4a-51e627e8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center end;
}

@media screen and (min-width: 1920px) {
  #w-node-f39a6fbc-3fe0-6cab-0317-837d5aad5268-92f3c154 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f39a6fbc-3fe0-6cab-0317-837d5aad5268-92f3c154 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f39a6fbc-3fe0-6cab-0317-837d5aad526a-92f3c154 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-cfdf2978-4b54-05ba-a57c-28a41ac7679b-92f3c154 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e119eb74-ff4c-81b2-388a-d9a3a7bd6a48-51e627e8 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: center;
  }

  #w-node-_3fe91bca-1133-05c6-e805-e32bfa337556-51e627e8 {
    justify-self: start;
  }

  #w-node-e119eb74-ff4c-81b2-388a-d9a3a7bd6a4a-51e627e8 {
    grid-column: span 4 / span 4;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f39a6fbc-3fe0-6cab-0317-837d5aad5268-92f3c154, #w-node-f39a6fbc-3fe0-6cab-0317-837d5aad526a-92f3c154 {
    grid-row: 1 / 2;
  }

  #w-node-e119eb74-ff4c-81b2-388a-d9a3a7bd6a48-51e627e8 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_3fe91bca-1133-05c6-e805-e32bfa337556-51e627e8 {
    grid-column: span 8 / span 8;
    justify-self: center;
  }

  #w-node-e119eb74-ff4c-81b2-388a-d9a3a7bd6a4a-51e627e8 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cfdf2978-4b54-05ba-a57c-28a41ac76783-92f3c154 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e119eb74-ff4c-81b2-388a-d9a3a7bd6a48-51e627e8 {
    grid-column: span 8 / span 8;
  }

  #w-node-e119eb74-ff4c-81b2-388a-d9a3a7bd6a4a-51e627e8 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }
}


