@font-face {
  font-family: Parris Title;
  src: url('../fonts/Parris-Title-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueLTStd-Bd.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Bold Outline;
  src: url('../fonts/HelveticaNeueLTStd-BdOu.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Black;
  src: url('../fonts/HelveticaNeueLTStd-Blk.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Semi Bold;
  src: url('../fonts/HelveticaNeueLTStd-Ex.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Light;
  src: url('../fonts/HelveticaNeueLTStd-Lt.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Roman;
  src: url('../fonts/HelveticaNeueLTStd-Roman.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneueltstd Th;
  src: url('../fonts/HelveticaNeueLTStd-Th.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueLTStd-UltLt.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #070606;
  --white: white;
  --light-slate-grey: #868997;
  --blue: #374066;
  --font-family: "Helvetica Neue Roman", sans-serif;
  --content-wrap-max: 1400px;
  --pi-orange: #ff5c44;
}

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

.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;
}

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

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

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 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Helvetica Neue Black, sans-serif;
  font-size: 36px;
  font-weight: 900;
  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 {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 0;
}

img {
  display: block;
}

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

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

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

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

.heading-jumbo-small {
  letter-spacing: 10px;
  -webkit-text-stroke-color: #070606;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Helvetica Neue Bold;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.wrapper {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: 1em;
  display: block;
}

.heading-jumbo-tiny {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Helvetica Neue Black, sans-serif;
  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: 1;
  color: #070606;
  margin-top: 15px;
  margin-bottom: 25px;
}

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

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

.paragraph-small {
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: .8em;
  line-height: 1.8em;
}

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

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

.heading-jumbo {
  color: var(--black);
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Parris Title, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.heading-jumbo.white {
  color: var(--white);
}

.paragraph-tiny {
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: .6em;
  line-height: 1.8em;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.paragraph-light {
  color: var(--black);
  text-align: left;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 300;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.paragraph-light.contact-centered {
  text-align: left;
  font-style: normal;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  padding: 40px 10px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  max-width: 300px;
  padding: 14px 25px 12px;
  font-size: .9em;
  line-height: 1.6em;
  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 {
  letter-spacing: 4px;
  padding: 16px 35px 11px;
  font-family: Helvetica Neue Bold Outline, sans-serif;
  font-size: 1.4em;
  line-height: 1.8em;
}

.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.outline {
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #000;
  border-radius: 9px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .8em;
  font-weight: 600;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5em;
}

.paragraph-bigger.page-subtitle {
  opacity: .6;
  letter-spacing: 0;
  font-family: Helveticaneueltstd Th, sans-serif;
  font-weight: 100;
}

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

.logo-link {
  z-index: 1;
}

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

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

.navigation-item {
  opacity: .6;
  color: #070606;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #0000;
  padding-top: 11px;
  padding-bottom: 9px;
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.7em;
  transition: all .2s ease-in-out;
}

.navigation-item:hover {
  opacity: .9;
  border: 1px solid #070606;
}

.navigation-item:active {
  opacity: .8;
  color: #fff;
  background-color: #070606;
}

.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;
}

.navigation-item.w--open {
  font-weight: 500;
}

.navigation-item.w--open:hover {
  color: var(--black);
}

.navigation-item.real-estate-media {
  color: #ff5c44;
  border-style: none;
  margin-left: 5px;
  padding-left: 5px;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.navigation {
  background-color: var(--white);
  align-items: center;
  padding-left: 30px;
  padding-right: 50px;
  position: relative;
}

.logo-image {
  display: block;
}

.logo-image.full-logo {
  margin-top: 5px;
}

.navigation-wrap {
  justify-content: flex-end;
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.name-text {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 28px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
  display: block;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
  display: block;
}

.work-image {
  text-align: left;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 660px;
  max-width: 1920px;
  min-height: 470px;
  max-height: 1080px;
  margin-bottom: 0;
  font-family: Helvetica Neue Roman, sans-serif;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/Portfolio-Logos-SkeeterHawk.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/Portfolio-Logos-Charleston-Coffee-Exchange.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/Portfolio-Logos-Charleston-Carriage-Works.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/Portfolio-Logos-Flowers-on-the-Corner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.work-image.cc-work-6 {
  background-image: url('../images/Portfolio-Logos-Restoration-Tree-Care.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-image.cc-work-5 {
  background-image: url('../images/Portfolio-Logos-Radiant-Church.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.work-image.cc-work-landscapes {
  background-image: url('../images/_V8A5085-Large.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 0;
  height: auto;
}

.work-image.cc-work-landscapes-copy {
  background-image: url('../images/_V8A3636-Large.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 670px;
}

.work-image.cc-work-portraits {
  background-image: url('../images/_MGC4483-Large.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 0;
  height: auto;
}

.work-image.cc-work-travel {
  background-image: url('../images/IMG_1032-Large.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 0;
  height: auto;
}

.work-image.cc-work-products {
  background-image: url('../images/_V8A9224-Large.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 0;
  height: auto;
}

.work-image.cc-work-sports {
  background-image: url('../images/JZIlla-Track-Day-2022-03-20-078-Large.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  min-width: 0;
  height: auto;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

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

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

.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-textarea {
  height: 200px;
  padding-top: 12px;
}

.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;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form {
  text-align: center;
}

.contact-form-wrap {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrap {
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 10px;
  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;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

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

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

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

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

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

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

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

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

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

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

.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;
}

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

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

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

.text-span, .text-span-2, .text-span-3 {
  color: var(--light-slate-grey);
}

.logos-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "Area Area-2"
                 ". ."
                 "Area-3 ."
                 / 2fr;
  grid-auto-columns: 2fr;
  margin-bottom: 80px;
}

.container-experience {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.columns {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.column-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.photography-section {
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.div-block {
  flex: 1;
  width: 100%;
}

.div-block-2 {
  flex: 1;
}

.subheading {
  opacity: .6;
  color: var(--blue);
  text-align: center;
  margin-bottom: 20px;
}

.subheading.cc-position-name {
  margin-bottom: 5px;
}

.title-div {
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 800;
  display: block;
}

.section-title {
  opacity: .6;
  color: var(--blue);
  text-align: center;
  font-family: Helvetica Neue Black, sans-serif;
}

.section-title.cc-position-name {
  margin-bottom: 5px;
}

.work-branding {
  justify-content: center;
  display: block;
}

.photo-sample {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 10px;
  display: flex;
}

.photo-sample.center {
  flex-direction: row;
  align-items: center;
}

.photo-sample.center.column-stack {
  padding: 20px 0;
}

.work-section {
  justify-content: center;
  margin-left: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 30px;
  display: block;
}

.photography-portraits {
  justify-content: center;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.photo-sample-buffer {
  padding: 40px 100px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.navbar-logo-left {
  z-index: 1000;
  background-color: #fff;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.image {
  margin-bottom: 0;
}

.heading {
  text-align: left;
}

.div-block-4 {
  text-align: left;
  margin-bottom: 0;
}

.button-2 {
  background-color: #000;
}

.button-2:hover {
  outline-offset: 0px;
  color: var(--white);
  background-color: #050505;
  outline: 3px #fff;
}

.heading-2 {
  color: #1a1b1f;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Helvetica Neue Black, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
}

.heading-3 {
  font-family: Helvetica Neue Bold;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2em;
}

.body {
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.heading-4 {
  font-family: Helvetica Neue Bold;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
}

.heading-5 {
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5em;
}

.heading-6 {
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
}

.heading-7 {
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: .9em;
  line-height: 1.5em;
}

.paragraph {
  font-size: 1.2em;
}

.link {
  font-family: Helvetica Neue Bold;
  font-weight: 700;
}

.text-span-4 {
  font-family: Helvetica Neue Black, sans-serif;
}

.page-subtitle {
  text-align: center;
  letter-spacing: 5px;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}

.logo-samples {
  font-family: var(--font-family);
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.image-2 {
  background-color: #fff;
  border-radius: 16px;
  position: static;
}

.text-block {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Helvetica Neue Light, sans-serif;
  font-weight: 300;
}

.text-block-2 {
  text-align: left;
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.heading-8 {
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1.5em;
}

.content-wrap {
  max-width: var(--content-wrap-max);
  padding-left: 10px;
  padding-right: 10px;
}

.list {
  margin-top: 0;
  margin-bottom: 10px;
}

.list-heading {
  margin-bottom: 0;
  padding-left: 20px;
}

.pro-tip {
  background-color: var(--black);
  color: var(--white);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.body-2 {
  clear: none;
}

.triggerize {
  width: 100%;
  height: 2px;
}

.dropdown-link {
  color: var(--light-slate-grey);
  text-transform: uppercase;
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.7em;
}

.dropdown-link:hover {
  color: var(--black);
}

.image-3, .image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24 {
  width: 100%;
}

.image-25 {
  width: 40%;
  margin-left: 20px;
  margin-right: 20px;
}

.image-26 {
  width: 31%;
  margin-left: 20px;
  margin-right: 20px;
}

.image-26.last {
  margin-right: 0;
}

.image-26.first {
  margin-left: 0;
}

.logo-grid {
  background-color: #fff;
  border-radius: 16px;
  position: static;
}

.video-container {
  width: 100%;
  max-width: 2400px;
  padding: 20px 10px;
}

.real-estate-media-div {
  border: 1px solid #0000;
  align-self: center;
  padding-left: 20px;
  display: flex;
}

.real-estate-media-div:hover {
  border: 1px solid var(--pi-orange);
}

.image-27 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  .wrapper {
    text-align: center;
  }

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

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

  .button {
    justify-content: center;
  }

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

  .menu-icon {
    display: block;
  }

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

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

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

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

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    height: 190px;
    margin-bottom: 0;
  }

  .work-image.cc-work-1, .work-image.cc-work-2, .work-image.cc-work-6, .work-image.cc-work-5, .work-image.cc-work-landscapes, .work-image.cc-work-landscapes-copy, .work-image.cc-work-portraits, .work-image.cc-work-travel, .work-image.cc-work-products, .work-image.cc-work-sports {
    height: 190px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .footer-wrap {
    align-items: flex-start;
  }

  .webflow-link {
    margin-bottom: 10px;
  }

  .footer-links {
    align-items: flex-start;
  }

  .footer-item {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

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

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

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

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

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

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .logos-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .columns {
    flex-flow: column wrap;
    align-content: stretch;
    align-items: center;
  }

  .column, .column-2 {
    flex-wrap: wrap;
    align-items: center;
  }

  .photography-section {
    flex-direction: column;
  }

  .work-branding {
    flex-direction: row;
  }

  .photo-sample {
    padding: 20px 0;
  }

  .photo-sample.center.column-stack {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .work-section, .photography-portraits {
    flex-direction: row;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-logo-left {
    margin-top: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .image-26 {
    width: 29%;
  }

  .real-estate-media-div {
    padding-left: 30px;
    display: inline-flex;
  }

  .image-27 {
    padding-bottom: 5px;
  }

  .dropdown {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .container {
    text-align: center;
  }

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

  .paragraph-light {
    text-align: left;
  }

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

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

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

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

  .navigation-item {
    text-align: left;
    padding-left: 20px;
  }

  .navigation-item.real-estate-media {
    flex: 1;
  }

  .navigation {
    padding: 20px;
  }

  .logo-image {
    width: 70px;
  }

  .intro-wrap {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .work-image.cc-work-1, .work-image.cc-work-2, .work-image.cc-work-4, .work-image.cc-work-3, .work-image.cc-work-6, .work-image.cc-work-5 {
    min-width: 500px;
    min-height: 280px;
  }

  .work-image.cc-work-landscapes, .work-image.cc-work-portraits, .work-image.cc-work-travel, .work-image.cc-work-products, .work-image.cc-work-sports {
    min-width: 500px;
  }

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

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

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

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

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .webflow-link {
    margin-bottom: 0;
  }

  .footer-links {
    flex-direction: row;
    margin-bottom: 20px;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

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

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .container-experience {
    text-align: center;
  }

  .columns {
    flex-wrap: wrap;
  }

  .column, .column-2 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    display: block;
  }

  .subheading {
    text-align: center;
  }

  .title-div {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title {
    text-align: center;
  }

  .photo-sample {
    padding: 20px 0;
  }

  .photo-sample.center {
    flex-direction: column;
  }

  .photo-sample.center.column-stack {
    padding-top: 0;
    padding-bottom: 0;
  }

  .work-section {
    margin-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button-2 {
    display: none;
  }

  .navbar-logo-left {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .icon {
    display: none;
  }

  .logo-samples, .text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .image-26 {
    width: 100%;
    margin: 20px 0;
  }

  .real-estate-media-div {
    padding-left: 20px;
  }

  .dropdown {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .paragraph-tiny {
    text-align: left;
    line-height: 1.2em;
  }

  .paragraph-light {
    color: var(--black);
    font-size: 13px;
    font-weight: 500;
  }

  .section {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .navigation-item {
    text-align: left;
    padding-left: 20px;
  }

  .navigation-item.real-estate-media {
    flex: 1;
  }

  .navigation-items {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .intro-wrap {
    width: 100%;
  }

  .work-description {
    margin-bottom: 20px;
  }

  .work-image.cc-work-1 {
    min-width: 280px;
    height: 160px;
    min-height: 170px;
    margin-bottom: 10px;
  }

  .work-image.cc-work-2 {
    flex-flow: column;
    align-items: center;
    min-width: 280px;
    min-height: 170px;
    margin-bottom: 10px;
  }

  .work-image.cc-work-4 {
    min-width: 280px;
    min-height: 170px;
    margin-bottom: 10px;
  }

  .work-image.cc-work-3, .work-image.cc-work-6 {
    min-width: 280px;
    height: 160px;
    min-height: 170px;
    margin-bottom: 10px;
  }

  .work-image.cc-work-5 {
    min-width: 280px;
    min-height: 170px;
    margin-bottom: 10px;
  }

  .work-image.cc-work-landscapes {
    min-width: 280px;
    min-height: 0;
    margin-bottom: 10px;
  }

  .work-image.cc-work-landscapes-copy {
    height: 160px;
  }

  .work-image.cc-work-portraits, .work-image.cc-work-travel, .work-image.cc-work-products, .work-image.cc-work-sports {
    min-width: 280px;
    min-height: 0;
    margin-bottom: 10px;
  }

  .project-name-link {
    font-size: 1em;
    line-height: 1em;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap {
    flex-direction: column;
  }

  .footer-wrap {
    flex-direction: column-reverse;
    padding-left: 30px;
    padding-right: 30px;
  }

  .webflow-link {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .footer-links {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .columns {
    flex-wrap: wrap;
  }

  .column {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .photography-section {
    margin-left: 10px;
    margin-right: 10px;
  }

  .subheading {
    color: var(--black);
    text-align: center;
    font-weight: 500;
  }

  .section-title {
    color: var(--blue);
    font-weight: 800;
  }

  .photo-sample {
    padding: 10px 0;
  }

  .photo-sample.center {
    flex-direction: column;
  }

  .work-section {
    margin: 60px 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Helvetica Neue Light, sans-serif;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .navbar-logo-left {
    margin-top: 0;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .image {
    margin-bottom: 10px;
  }

  .heading-2 {
    font-size: 2em;
  }

  .text-block {
    margin-bottom: 20px;
    font-family: Helvetica Neue Light, sans-serif;
    font-weight: 300;
  }

  .header-2 {
    font-size: 2em;
    line-height: 1em;
  }

  .image-26 {
    width: 100%;
    margin: 10px 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .real-estate-media-div {
    padding-left: 20px;
  }

  .dropdown {
    width: 100%;
  }
}

#w-node-_3d4f018a-c56a-361c-a612-a2c1cfca8f9a-1153be90 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-7553be93 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-7553be93 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8a-7553be93 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8f-7553be93 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd90-7553be93 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd99-7553be93 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda1-7553be93 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda6-7553be93 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffdd8-7553be93 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffe12-7553be93 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-7553be93, #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-7553be93:active {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-7553be93 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9f-7553be93 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-7553be93 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-7553be93 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-7553be93 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-7553be93 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-7553be93 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-5053be95 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-5053be95 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-5053be95 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-5053be95 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-5053be95 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6753be96 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-6753be96 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-6753be96 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-6753be96 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9fda4a37-cb21-e2a1-58de-88a206fa61ae-6753be96 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-3653be97 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-3653be97 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-3653be97 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-3653be97 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32040423-4078-1b23-6771-e6c78f8a716d-3653be97 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6153be98 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-6153be98 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-6153be98 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-6153be98 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-6153be98 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fad-a36c3b6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fbb-a36c3b6c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fb4-a36c3b6c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fa5-a36c3b6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d4f018a-c56a-361c-a612-a2c1cfca8f9a-a36c3b6c {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-7553be93, #w-node-dac044b7-be90-60f3-414d-4224828ffd8f-7553be93, #w-node-dac044b7-be90-60f3-414d-4224828ffd99-7553be93 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffdd8-7553be93 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffe12-7553be93 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-7553be93 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-7553be93 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-7553be93 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-7553be93 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-7553be93 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-7553be93 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-5053be95 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-5053be95 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-5053be95 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-5053be95 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6753be96 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-6753be96 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-6753be96 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-6753be96 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-3653be97 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-3653be97 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-3653be97 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-3653be97 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32040423-4078-1b23-6771-e6c78f8a716d-3653be97, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6153be98 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-6153be98 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-6153be98 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-6153be98 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-6153be98 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Parris Title';
  src: url('../fonts/Parris-Title-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Bold Outline';
  src: url('../fonts/HelveticaNeueLTStd-BdOu.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Black';
  src: url('../fonts/HelveticaNeueLTStd-Blk.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Semi Bold';
  src: url('../fonts/HelveticaNeueLTStd-Ex.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Light';
  src: url('../fonts/HelveticaNeueLTStd-Lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Roman';
  src: url('../fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltstd Th';
  src: url('../fonts/HelveticaNeueLTStd-Th.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLTStd-UltLt.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}