:root {
  --black: black;
  --medium-gray: #62636b;
  --darker-grey: #3b3c44;
  --bg-gray: whitesmoke;
  --white: white;
  --red: #c94043;
}

body {
  background-color: var(--black);
  color: var(--medium-gray);
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: var(--darker-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--darker-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}

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

a {
  text-decoration: underline;
}

a:hover {
  opacity: .8;
}

li {
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.footer {
  padding-top: 96px;
  padding-bottom: 48px;
}

.footer.ecoscape-small {
  background-color: var(--darker-grey);
  color: var(--bg-gray);
  padding-top: 38px;
  padding-bottom: 38px;
}

.hover-link {
  opacity: .75;
  color: #222525;
  transition: opacity .2s;
}

.hover-link:hover {
  opacity: 1;
  text-decoration: none;
}

.hover-link.text-white {
  color: #fff;
}

.image-background {
  width: 100%;
  height: 100%;
  opacity: .9;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.image-background._3 {
  z-index: 3;
}

.image-background._1 {
  z-index: 1;
}

.image-background.contact {
  z-index: 2;
  object-position: 50% 55%;
}

.image-background.patio-1 {
  object-fit: cover;
  object-position: 50% 80%;
}

.image-background.retaining-walls-1 {
  object-position: 100% 29%;
}

.image-background.irrigation-1 {
  object-position: 50% 60%;
}

.image-background.new-installs {
  object-position: 100% 37%;
}

.image-background.about-1 {
  object-position: 50% 15%;
}

.image-background._2 {
  z-index: 2;
  object-position: 50% 41%;
}

.image-background.financing {
  object-position: 50% 67%;
}

.heading-alt {
  color: #62636b;
  margin-top: 5px;
  font-size: 60%;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

.text-gray-2 {
  color: #62636b;
}

.row {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.row.no-wrap {
  flex-wrap: nowrap;
}

.dropdown-link {
  opacity: .75;
  padding: 6px 0;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.dropdown-link:hover {
  opacity: 1;
  color: #068466;
  text-decoration: none;
}

.dropdown-link.w--current {
  opacity: 1;
  color: #068466;
}

.photos-section-img {
  height: 100%;
}

.dropdown-menu {
  min-width: 167px;
  padding: 8px 24px;
}

.subheading {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.photos-section-wrapper {
  height: 100%;
  background-color: #5a9435;
  justify-content: center;
  display: flex;
}

.card-body {
  flex: 1;
  padding: 24px;
}

.card-body.card-body-large {
  padding: 20px 10% 36px;
}

.footer-lower-row {
  opacity: .21;
  font-size: 14px;
  line-height: 20px;
}

.navigation-container {
  z-index: 99;
  height: 120px;
  background-color: var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.nav-functions {
  flex: none;
  align-items: center;
  display: flex;
}

.large-heading {
  margin-bottom: 24px;
  font-size: 54px;
}

.card-image-wrapper {
  height: 220px;
  object-fit: cover;
  overflow: hidden;
}

.h6-small {
  font-size: 16px;
  line-height: 24px;
}

.h6-small.dropdown-heading {
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 4px;
  font-weight: 400;
}

.hidden {
  display: none;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.dropdown-wrapper {
  width: 594px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
}

.no-bottom-space {
  margin-bottom: 0;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.button {
  border: 2px solid var(--red);
  background-color: var(--red);
  box-shadow: none;
  color: #fff;
  border-radius: 5px;
  padding: 10px 24px;
  font-size: 18px;
  text-decoration: none;
  transition: border .2s, background-color .2s;
  position: relative;
}

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

.button.button-outline-white {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #62636b;
  transition: border-color .2s;
}

.button.button-outline-white:hover {
  box-shadow: none;
  border-color: rgba(255, 255, 255, .75);
}

.button.bg-white {
  box-shadow: none;
  border-color: #fff;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button.bg-white:hover {
  border-color: #ecebea;
}

.button.topnav-call {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
}

.button.white {
  background-color: var(--white);
  color: var(--black);
  border-color: rgba(0, 0, 0, 0);
}

.button.white.shadow {
  box-shadow: 1px 1px 20px #000;
}

.button.topnav {
  font-size: 16px;
}

.dropdown-icon {
  margin-right: -4px;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-hero-overlay {
  z-index: 4;
  opacity: 0;
  background-image: radial-gradient(circle, #000, rgba(255, 255, 255, 0) 77%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.back-to-top-button-wrapper {
  z-index: 99;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.content-width-medium {
  width: 100%;
  max-width: 506px;
  direction: ltr;
}

.nav-links {
  display: flex;
}

.background-scrim-left {
  width: 50%;
  height: 100%;
  opacity: .5;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
}

.button-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.button-circle:hover {
  transform: scale(1.1);
}

.button-circle.bg-primary-1 {
  background-color: var(--black);
}

.grid-thirds {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown.hidden {
  display: none;
}

.topnav-logo {
  height: 74px;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

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

.container.topnav {
  height: 100%;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.photos-section {
  height: 300px;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.nav-menu-button-wrapper {
  align-items: center;
  margin-left: 12px;
  display: flex;
}

.card {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

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

.section-header {
  margin-bottom: 48px;
}

.nav-link {
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 12px;
  font-size: 17px;
}

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

.nav-link.w--current {
  color: var(--black);
}

.section {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.bg-gray {
  background-color: var(--bg-gray);
}

.section.large-hero {
  min-height: 66vh;
  color: #fff;
  background-color: #000;
  align-items: center;
  display: flex;
}

.section.process {
  background-image: url('../images/white-section-divider.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 160px;
}

.section.line {
  border-top: 1px solid rgba(0, 0, 0, .2);
}

.section.cta {
  background-color: var(--red);
  background-image: linear-gradient(to bottom, var(--red), #403e8c);
  color: var(--white);
}

.section.hero {
  height: 28vw;
  min-height: 350px;
  background-color: var(--bg-gray);
  color: var(--white);
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.top-line.testimonials {
  padding-bottom: 10px;
}

.dropdown-link-block {
  width: 260px;
  color: #222525;
  text-decoration: none;
  transition: opacity .2s;
}

.dropdown-link-block:hover {
  color: #005bc9;
  text-decoration: underline;
}

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

.dropdown-list.shadow {
  box-shadow: 0 3px 20px -10px #000;
}

.hero-rotating-images-wrapper {
  z-index: 0;
  background-color: var(--darker-grey);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.only-mobile-portrait {
  display: none;
}

.dropdown-image {
  width: 100%;
  height: 100px;
  object-fit: cover;
  background-color: #ecebea;
  border-radius: 5px;
  overflow: hidden;
}

.topnav-logo-link-block {
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 2%;
  display: flex;
  overflow: hidden;
}

.topnav-logo-link-block.w--current {
  align-items: center;
  display: flex;
}

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

.hero-heading {
  text-shadow: 1px 1px 20px #000;
  margin-top: 0;
  font-size: 51px;
  line-height: 120%;
}

.hero-slider {
  width: 100%;
  height: 100%;
  opacity: .91;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-slide, .hero-slider-mask {
  width: 100%;
  height: 100%;
}

.process-wrapper {
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.process-item {
  width: 200px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.process-number {
  color: var(--darker-grey);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.process-number._3 {
  transform: translate(0, -5%);
}

.list-item-with-checkmark {
  background-image: url('../images/iconfinder_check_718919.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 50px;
}

.list-item-with-checkmark.bullet {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.topnav-phone {
  color: var(--darker-grey);
  margin-right: 20px;
  font-size: 2vw;
  position: relative;
}

.only-mobile {
  display: none;
}

.topnav-down-arrow {
  margin-left: 6px;
}

.topnav-down-arrow:hover {
  text-decoration: none;
}

.content-image-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: flex;
}

.content-image-wrapper.reversed {
  flex-direction: row-reverse;
}

.content-image-wrapper._0-bottom-padding {
  padding-bottom: 0;
}

.content {
  margin-bottom: 60px;
  position: relative;
}

.content-image-block {
  width: 46%;
}

.image {
  width: 100%;
  background-color: var(--bg-gray);
  border-radius: 5px;
}

.image.transparent-bg {
  background-color: rgba(0, 0, 0, 0);
}

.image.ryan {
  max-width: 300px;
}

.hero-subhead {
  color: var(--white);
  text-shadow: 0 1px 6px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}

.hero-subhead.with-button {
  margin-bottom: 30px;
}

.text-italics {
  font-style: italic;
}

.section-bottom-divider {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.text-area {
  min-height: 200px;
}

.form-2up-left {
  padding-right: 10px;
}

.div-block-2 {
  padding-left: 10px;
}

.columns {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.spacer._40 {
  height: 40px;
}

.spacer._20 {
  height: 20px;
}

.spacer._10 {
  height: 10px;
}

.contact-page-block {
  width: 280px;
  max-width: 90%;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.contact-page-block.last {
  border-bottom-style: none;
}

.text-large {
  font-size: 200%;
  line-height: 100%;
}

.form-heading {
  font-weight: 400;
  display: none;
}

.gallery-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.gallery-lightbox-item {
  width: 31%;
  height: 240px;
  background-color: var(--bg-gray);
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  overflow: hidden;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-image.top {
  object-position: 0% 0%;
}

.testimonial {
  max-width: 77%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-text {
  font-size: 21px;
  line-height: 160%;
}

.testimonial-photo-wrapper {
  width: 60px;
  height: 60px;
  background-color: var(--bg-gray);
  border-radius: 50%;
  margin: 16px auto 6px;
  overflow: hidden;
}

.testimonial-photo-wrap {
  align-items: center;
  display: flex;
}

.image-2 {
  position: absolute;
}

.section-fixed-background {
  z-index: 0;
  opacity: .25;
  background-image: url('../images/Depositphotos_168424136_xl-2015-800-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader-wrapper {
  z-index: 2000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 2px solid var(--white);
  opacity: .37;
  border-radius: 50%;
  position: fixed;
}

._40-years-img {
  width: 110px;
}

.only-tablet-mobile {
  display: none;
}

.testimonials-top-line {
  width: 83%;
  height: 1px;
  background-color: rgba(0, 0, 0, .15);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.phone {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.list-item {
  list-style-type: disc;
}

.bullet-list {
  padding-left: 20px;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  list-style-type: disc;
}

.review-stars {
  color: #fabd05;
  letter-spacing: 7px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 40px;
  line-height: 1;
}

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

.divider-section {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.image-5 {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

.section-heading-block-of-text {
  width: 90%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.hero-slider-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-subhead-2 {
  text-shadow: 0 1px 6px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}

.hero-subhead-2.with-button {
  margin-bottom: 30px;
}

.button-2 {
  box-shadow: none;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px 24px;
  text-decoration: none;
  position: relative;
}

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

.button-2.white {
  color: #000;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.button-2.white.shadow {
  box-shadow: 1px 1px 20px #000;
}

.hero-heading-2 {
  text-shadow: 1px 1px 20px #000;
  margin-top: 0;
  font-size: 50px;
  line-height: 120%;
}

.section-2 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-2.large-hero {
  min-height: 66vh;
  color: #fff;
  background-color: #000;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

._404-divider {
  width: 240px;
  height: 1px;
  background-color: #c2c2c2;
  margin-top: 30px;
  margin-bottom: 10px;
}

.awards-logos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.award-logo {
  width: 202px;
  border-radius: 2.5%;
  box-shadow: 0 0 rgba(142, 41, 8, 0), 0 1.1px .3px rgba(142, 41, 8, .082), 0 2.2px .7px rgba(142, 41, 8, .106), 0 3.7px 1.3px rgba(142, 41, 8, .114), 0 5.6px 2.3px rgba(142, 41, 8, .12), 0 8.5px 3.9px rgba(142, 41, 8, .125), 0 13.4px 6.8px rgba(142, 41, 8, .13), 0 22.4px 12.5px rgba(142, 41, 8, .133), 0 42.7px 25.9px rgba(142, 41, 8, .145);
}

html.w-mod-js [data-ix="load-ani"] {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .image-background.contact {
    object-position: 50% 54%;
  }

  .image-background.new-installs {
    object-position: 50% 56%;
  }

  .content-image-wrapper.align-top {
    align-items: flex-start;
  }

  .image.transparent-bg {
    background-color: rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding-top: 72px;
  }

  .photos-section-img.hiden-on-mobile {
    display: none;
  }

  .card-body.card-body-large {
    padding-top: 8px;
    padding-bottom: 22px;
  }

  .footer-lower-row {
    text-align: center;
  }

  .menu-icon {
    color: var(--black);
  }

  .navbar {
    justify-content: space-around;
  }

  .dropdown-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .button.button-outline-white {
    border-color: var(--medium-gray);
  }

  .button.white {
    background-color: var(--white);
    color: var(--black);
  }

  .button.topnav {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-menu-wrapper {
    text-align: left;
    background-color: #fff;
    border: 1px solid #ecebea;
    border-radius: 0 0 6px 6px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links.nav-links-1 {
    align-items: flex-start;
    margin-left: 0;
  }

  .menu-cross-icon {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 33px;
    right: auto;
    transform: translate(-50%, -50%);
  }

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

  .topnav-logo {
    height: auto;
  }

  .photos-section {
    height: 23vw;
  }

  .nav-menu-button-wrapper {
    flex: 1;
    justify-content: flex-end;
  }

  .nav-link {
    color: var(--black);
    padding: 6px 20px 6px 0;
    display: block;
  }

  .nav-link.w--current {
    color: var(--black);
  }

  .menu-button {
    width: 107px;
    background-color: var(--darker-grey);
    color: var(--white);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    padding: 8px 7px 10px 22px;
    font-size: 16px;
  }

  .menu-button:hover {
    opacity: .8;
  }

  .menu-button.w--open {
    background-color: var(--darker-grey);
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.process {
    padding-top: 140px;
  }

  .dropdown-link-block {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .dropdown-list.shadow {
    overflow: auto;
  }

  .dropdown-list.shadow.w--open {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
    position: relative;
  }

  .dropdown-image {
    display: none;
  }

  .topnav-logo-link-block {
    width: 200px;
    height: auto;
  }

  .process-wrapper {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .topnav-phone {
    font-size: 23px;
  }

  .topnav-menu-button-text {
    position: absolute;
    top: 25%;
    left: 50px;
  }

  .gallery-lightbox-item {
    height: 17vw;
  }

  .testimonial {
    max-width: 100%;
  }

  .section-fixed-background {
    background-position: 50%;
    background-size: auto 100%;
  }

  .only-desktop {
    display: none;
  }

  .only-tablet-mobile {
    display: block;
  }

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

  .section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 767px) {
  .image-background.financing {
    object-position: 50% 50%;
  }

  .only-desktop-tablet {
    display: none;
  }

  .card-body {
    padding: 16px;
  }

  .large-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .dropdown-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .button.topnav-call {
    background-color: var(--red);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 14px;
    display: flex;
  }

  .content-width-medium {
    width: 360px;
  }

  .background-scrim-left {
    width: 100%;
  }

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

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.text-center {
    padding-left: 30px;
    padding-right: 30px;
  }

  .photos-section {
    height: 25vw;
  }

  .button-icon {
    margin-right: 4px;
  }

  .section-header {
    margin-bottom: 30px;
  }

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

  .menu-button {
    border-color: var(--bg-gray);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.process {
    padding-top: 100px;
  }

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

  .hero-heading {
    font-size: 40px;
  }

  .process-wrapper {
    padding-top: 10px;
  }

  .only-mobile {
    display: flex;
  }

  .content-image-wrapper {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }

  .content-image-wrapper.reversed {
    flex-direction: column-reverse;
  }

  .content-image-wrapper.reversed-om-mobile {
    flex-direction: column;
  }

  .content {
    margin-bottom: 30px;
  }

  .content-image-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .content-image-block.hidden-on-mobile {
    display: none;
  }

  .hero-subhead {
    font-size: 20px;
  }

  .contact-page-block {
    width: 100%;
    float: left;
    margin-right: 5%;
    padding-bottom: 30px;
    padding-right: 0%;
  }

  .contact-page-block.last {
    width: 168px;
    border-right-style: none;
    margin-right: 0%;
    padding-right: 0%;
  }

  .form-heading {
    margin-bottom: 20px;
    display: block;
  }

  .gallery-lightbox-item {
    width: 48%;
    height: 26vw;
  }

  .testimonial {
    max-width: 90%;
  }

  .section-heading-block-of-text {
    width: 100%;
  }

  .hero-subhead-2 {
    font-size: 20px;
  }

  .hero-heading-2 {
    font-size: 40px;
  }

  .section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .awards-logos {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-top: 48px;
  }

  .card-body {
    padding: 12px;
  }

  .dropdown-wrapper {
    grid-row-gap: 16px;
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }

  .button.topnav-call {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
  }

  .home-hero-overlay {
    background-image: radial-gradient(circle at 30%, #000, rgba(255, 255, 255, 0) 77%);
  }

  .content-width-medium {
    width: auto;
    max-width: 380px;
  }

  .menu-cross-icon {
    left: 50%;
  }

  .grid-thirds {
    grid-row-gap: 24px;
  }

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

  .container.topnav {
    padding-right: 4vw;
  }

  .only-desktop-tablet-mobile-landscape {
    display: none;
  }

  .menu-button {
    width: 50px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .section.process {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .only-mobile-portrait {
    display: block;
  }

  .topnav-logo-link-block {
    margin-right: 0%;
    padding-right: 8px;
  }

  .process-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .process-item {
    width: 300px;
    max-width: 100%;
    text-align: left;
    flex-direction: row;
    margin-bottom: 4%;
  }

  .process-number {
    margin-bottom: 0;
    margin-right: 19px;
    transform: translate(0, -13%);
  }

  .process-number._3 {
    transform: translate(0, -19%);
  }

  .topnav-menu-button-text {
    display: none;
  }

  .content-image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-2up-left {
    padding-right: 0;
  }

  .div-block-2 {
    padding-left: 0;
  }

  .contact-page-block {
    width: 100%;
    max-width: 100%;
    border-bottom-style: solid;
    border-right-style: none;
    margin-right: 0%;
    padding-bottom: 40px;
    padding-right: 0%;
  }

  .contact-page-block.last {
    width: 100%;
    border-bottom-style: solid;
    padding-bottom: 30px;
  }

  .awards-logos {
    flex-flow: wrap;
  }

  .award-logo {
    width: 38vw;
  }
}


