h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  color: #494949;
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 18px;
  line-height: 32px;
}

a {
  text-decoration: underline;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar {
  display: block;
  width: 100vw;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navmenu {
  display: block;
  margin-top: 45px;
  padding-top: 0px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-2 {
  position: fixed;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, .15);
}

.navlink {
  margin-left: 25px;
  padding: 0px;
  float: none;
  font-family: Lato, sans-serif;
  color: #777;
  line-height: 14px;
  text-align: right;
}

.navlink:hover {
  padding-bottom: 5px;
  border-bottom: 2px solid #bd955c;
}

.navlink.w--current {
  padding-bottom: 5px;
  border-bottom: 2px solid #bd955c;
  color: #777;
}

.navcontainer {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.wrapper {
  display: block;
  width: 100vw;
  padding-top: 150px;
  padding-left: 0px;
}

.homeherocontainer {
  width: 100vw;
  height: 540px;
  margin-top: -40px;
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #ccc;
  background-image: url('../images/home-color.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.bottomcontainer {
  display: block;
  height: auto;
  max-width: 990px;
  margin: -120px auto 125px;
  padding: 70px 80px 0px;
  background-color: #fff;
  color: #333;
}

.footer {
  width: 100vw;
  height: 265px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003459;
}

.container-2 {
  margin-top: 30px;
}

.footercontainer {
  display: block;
  max-width: 832px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.footercontainerleft {
  padding-left: 0px;
}

.footercontainerright {
  padding-right: 0px;
  color: #fff;
  text-align: right;
}

.footerparagraph {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.heading {
  margin-top: 0px;
  font-family: Sanchez, Georgia, sans-serif;
  color: #fff;
}

.herocontainerheadline {
  display: block;
  max-width: 1200px;
  margin: 0px auto;
  padding-right: 30px;
  padding-left: 30px;
  font-family: Sanchez, Georgia, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.herobuttoncontainer {
  display: block;
  width: auto;
  max-width: 1200px;
  margin-top: 39px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.herobutton {
  display: inline-block;
  width: 100%;
  height: 100px;
  padding-top: 32px;
  padding-bottom: 28px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 52, 89, .85), rgba(0, 52, 89, .85));
  background-image: linear-gradient(180deg, rgba(0, 52, 89, .85), rgba(0, 52, 89, .85));
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, .5);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 250ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 250ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 250ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 250ms cubic-bezier(.645, .045, .355, 1);
  font-family: Sanchez, Georgia, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.herobutton:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.bodyheading {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Sanchez, Georgia, sans-serif;
  color: #494949;
}

.bottomsignatures {
  max-width: 500px;
  margin-top: 40px;
}

.column-2 {
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
}

.bottomsignature {
  width: auto;
  height: 110px;
}

.bodyheadingrule {
  width: 70px;
  height: 3px;
  margin-top: -8px;
  background-color: #bd955c;
}

.interiorheader {
  margin-top: 8px;
  font-family: Sanchez, Georgia, sans-serif;
}

.interiorbody.interioraboutbody {
  margin-bottom: -70px;
}

.interiorbodyheader {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 35px;
  font-family: Sanchez, Georgia, sans-serif;
  color: #494949;
  line-height: 32px;
}

.interiorbodyheader.interiorsliderheader {
  display: none;
}

.interiorbodyparagraph {
  margin-bottom: 50px;
}

.interiorbodyparagraph.interiorctaparagraph {
  margin-top: 4px;
  margin-bottom: 20px;
}

.interiorbodyparagraph.padding {
  margin-bottom: 15px;
  padding-right: 45px;
  padding-left: 45px;
}

.interiorcta {
  margin-top: 80px;
}

.interiorctabutton {
  width: 200px;
  margin-top: 0px;
  padding: 2px 30px;
  background-color: #003459;
  font-family: Sanchez, Georgia, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
}

.rightcol {
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 10px;
}

.rightcol.uppercontainer {
  margin-top: 12px;
}

.column-8 {
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
}

.leftcol {
  padding-left: 0px;
}

.propertiesherocontainer {
  width: 100vw;
  height: 400px;
  margin-top: -50px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ccc;
  background-image: url('../images/interior1-color.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.interiorctarule {
  width: 70px;
  height: 3px;
  margin-top: -10px;
  background-color: #bd955c;
}

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

.footerlink:hover {
  padding-bottom: 0px;
  text-decoration: underline;
}

.footerlink.w--current {
  color: #fff;
  text-decoration: none;
}

.bottomcontainercontainer {
  padding-right: 100px;
  padding-left: 100px;
}

.image-3 {
  width: 100%;
}

.slider {
  height: 500px;
  margin-bottom: 50px;
}

.slide {
  background-image: url('../images/bethany1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/crossroads1.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/peoria1.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slidercaption {
  padding-top: 5px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.slidercontainer {
  margin-bottom: 90px;
  padding-bottom: 0px;
}

.sliderarrow {
  font-size: 30px;
}

.slide-nav {
  font-size: 10px;
}

.slidernav {
  height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
}

.formtextarea {
  height: 120px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 18px;
  line-height: 32px;
}

.formlabel {
  font-family: Lato, sans-serif;
  color: #777;
  line-height: 22px;
  font-weight: 400;
}

.formlabel.formrequirenote {
  margin-top: 10px;
}

.forminput {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 18px;
  line-height: 32px;
}

.formcheckboxescontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.formcheckboxlabel {
  margin-right: 15px;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.formcheckbox {
  width: 14px;
  height: 14px;
  margin-left: -20px;
  border-style: none;
}

.checkbox-field {
  margin-right: 15px;
}

.contactherocontainer {
  width: 100vw;
  height: 400px;
  margin-top: -50px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ccc;
  background-image: url('../images/interior2-color.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.redevelopmentherocontainer {
  width: 100vw;
  height: 400px;
  margin-top: -50px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ccc;
  background-image: url('../images/interior2-color.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.aboutherocontainer {
  width: 100vw;
  height: 400px;
  margin-top: -50px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ccc;
  background-image: url('../images/interior3-color.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/peoria2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/peoria3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/peoria4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/peoria5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/peoria6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/crossroads2.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/crossroads3.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/crossroads4.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/mcdowell5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/mcdowell6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/bethany2.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/bethany3.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/bethany4.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/bethany5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/bethany6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.textgray {
  color: #777;
  text-decoration: none;
}

.fadeintrigger {
  position: absolute;
  top: 105vh;
  height: 1000px;
}

.slide-19 {
  background-image: url('../images/peoria3_1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.interiorbodylist {
  margin-top: -35px;
  margin-bottom: 50px;
  padding-left: 40px;
}

.interiorbodylist.interiorctaparagraph {
  margin-top: 4px;
  margin-bottom: 20px;
}

.interiorbodylistitem {
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 24px;
}

.testimonials {
  background-color: transparent;
}

.testimonials-icon {
  margin-right: 5px;
  margin-left: 5px;
  color: #777;
  font-size: 28px;
}

.left-arrow {
  width: 38px;
  height: auto;
}

.right-arrow {
  width: 38px;
}

.paragraph-6 {
  padding-right: 40px;
  padding-left: 40px;
}

.testimonialtype {
  margin-top: 45px;
  margin-bottom: 0px;
  padding-right: 45px;
  padding-left: 45px;
  font-family: Sanchez, Georgia, sans-serif;
  color: #494949;
  line-height: 32px;
  text-align: center;
}

.testimonialtype.interiorsliderheader {
  display: none;
}

.testimonialtype.slide2 {
  margin-top: 65px;
}

.testimonialtype.slide3 {
  margin-top: 60px;
}

.testimonialtype.slide4 {
  margin-top: 30px;
}

.testimonialslide {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonialattribute {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-right: 45px;
  padding-left: 45px;
  line-height: 32px;
  text-align: center;
}

.testimonialattribute.interiorctaparagraph {
  margin-top: 4px;
  margin-bottom: 20px;
}

.testimonialattribute.padding {
  margin-bottom: 15px;
  padding-right: 45px;
  padding-left: 45px;
}

.testimonialnav {
  font-size: 8px;
}

.slide-20 {
  background-image: url('../images/peoria2_1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-21 {
  background-image: url('../images/peoria4_1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="introload"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="buttonload-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="buttonload-1opacity"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="buttonload-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="buttonload-2opacity"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="buttonload-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="buttonload-3opacity"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="buttonload-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="buttonload-4opacity"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .navmenu {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #003459;
    box-shadow: 3px 3px 8px 0 #000;
  }
  .navbar-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navlink {
    margin-left: 0px;
    font-family: 'Droid Serif', serif;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
  }
  .navlink:hover {
    padding-bottom: 0px;
    border-style: none;
  }
  .navlink.w--current {
    padding-bottom: 0px;
    border-style: none;
    color: #fff;
    text-decoration: none;
  }
  .wrapper {
    padding-top: 120px;
  }
  .homeherocontainer {
    height: 600px;
    padding-top: 96px;
    padding-bottom: 50px;
  }
  .bottomcontainer {
    display: block;
    width: auto;
    margin: -120px auto 80px;
    padding-top: 40px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footercontainer {
    max-width: 466px;
  }
  .footercontainerleft {
    display: block;
    font-family: Lato, sans-serif;
  }
  .heading {
    display: block;
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .herocontainerheadline {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-size: 32px;
    line-height: 44px;
  }
  .herobuttoncontainer {
    max-width: 600px;
    margin-top: 50px;
  }
  .herobutton {
    height: 80px;
    margin-bottom: 20px;
    padding-top: 24px;
    padding-bottom: 22px;
    font-size: 20px;
    line-height: 34px;
  }
  .herobutton:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .bodyheading {
    font-size: 20px;
    line-height: 34px;
  }
  .headerlogo {
    height: 80px;
  }
  .menu-button {
    margin-top: 8px;
    padding: 15px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .icon {
    width: 100%;
    color: #979797;
    font-size: 40px;
  }
  .column {
    padding-bottom: 0px;
  }
  .bodycopy {
    font-size: 16px;
    line-height: 30px;
  }
  .row {
    display: block;
    overflow: visible;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
  }
  .paragraph-4 {
    font-size: 16px;
    line-height: 30px;
  }
  .paragraph-5 {
    font-size: 16px;
    line-height: 30px;
  }
  .bottomsignature {
    height: 90px;
  }
  .bodyheadingrule {
    display: block;
    width: 70px;
    margin-top: -2px;
  }
  .interiorheader {
    margin-top: 2px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .interiorbodyheader {
    padding-right: 0px;
    font-size: 20px;
    line-height: 34px;
  }
  .interiorbodyheader.slidercaptionheader {
    padding-right: 0px;
  }
  .interiorbodyheader.interiorsliderheader {
    display: block;
  }
  .interiorbodyparagraph {
    font-size: 16px;
    line-height: 30px;
  }
  .interiorcta {
    text-align: center;
  }
  .interiorctabutton {
    width: 220px;
    font-size: 18px;
    line-height: 34px;
  }
  .rightcol {
    padding-left: 0px;
  }
  .propertiesherocontainer {
    height: 260px;
    margin-top: -10px;
    padding-top: 54px;
    padding-bottom: 50px;
  }
  .interiorctarule {
    display: block;
    width: 120px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    padding-bottom: 0px;
  }
  .footerlink.w--current {
    color: #fff;
    text-decoration: none;
  }
  .slider {
    height: 300px;
  }
  .slidercaption {
    display: none;
    padding-top: 0px;
  }
  .slidercontainer {
    margin-bottom: 90px;
    padding-bottom: 0px;
  }
  .sliderarrow {
    margin-right: 15px;
    margin-left: 36px;
    font-size: 22px;
  }
  .sliderarrow.sliderarrowright {
    margin-right: 5px;
    margin-left: 5px;
  }
  .sliderarrow.sliderarrowleft {
    margin-right: 5px;
    margin-left: 5px;
  }
  .sliderarrowcontainer {
    width: 32px;
    height: auto;
    padding-left: 0px;
  }
  .slidernav {
    height: 28px;
    font-size: 8px;
  }
  .formtextarea {
    font-size: 16px;
    line-height: 30px;
  }
  .formlabel {
    font-size: 13px;
    line-height: 20px;
  }
  .forminput {
    font-size: 16px;
    line-height: 30px;
  }
  .formcheckboxlabel {
    font-size: 16px;
    line-height: 22px;
  }
  .contactherocontainer {
    height: 260px;
    margin-top: -10px;
    padding-top: 54px;
    padding-bottom: 50px;
  }
  .redevelopmentherocontainer {
    height: 260px;
    margin-top: -10px;
    padding-top: 54px;
    padding-bottom: 50px;
  }
  .aboutherocontainer {
    height: 260px;
    margin-top: -10px;
    padding-top: 54px;
    padding-bottom: 50px;
  }
  .fadeintrigger {
    position: absolute;
    top: 1000vh;
    display: block;
  }
  .interiorbodylist {
    font-size: 16px;
    line-height: 30px;
  }
  .testimonialtype {
    margin-top: 0px;
    padding-right: 45px;
    font-size: 20px;
    line-height: 34px;
  }
  .testimonialtype.slidercaptionheader {
    padding-right: 0px;
  }
  .testimonialtype.interiorsliderheader {
    display: block;
  }
  .testimonialtype.slide3 {
    margin-top: 15px;
  }
  .testimonialtype.slide4 {
    margin-top: 0px;
  }
  .testimonialattribute {
    margin-top: 5px;
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-2 {
    padding-top: 21px;
  }
  .navlink {
    width: 50%;
    float: left;
  }
  .wrapper {
    padding-top: 100px;
  }
  .homeherocontainer {
    height: 355px;
    padding-top: 82px;
    padding-bottom: 40px;
  }
  .bottomcontainer {
    display: block;
    width: 100vw;
    max-width: none;
    margin: 0px 0px 40px;
    padding-top: 22px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer {
    height: auto;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .footercontainerleft {
    padding-right: 0px;
  }
  .footerparagraph {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .heading {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 32px;
  }
  .herocontainerheadline {
    display: block;
    width: 100vw;
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 22px;
    line-height: 34px;
  }
  .herobuttoncontainer {
    display: block;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .herobutton {
    height: 50px;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 14px;
    font-size: 13px;
    line-height: 28px;
  }
  .bodyheading {
    font-size: 18px;
    line-height: 32px;
  }
  .headerlogo {
    height: 60px;
  }
  .menu-button {
    margin-top: 2px;
    padding: 10px;
  }
  .icon {
    font-size: 38px;
  }
  .column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .bodycopy {
    font-size: 14px;
    line-height: 26px;
  }
  .column-4 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .paragraph-4 {
    font-size: 14px;
    line-height: 22px;
  }
  .interiorheader {
    font-size: 22px;
    line-height: 40px;
  }
  .interiorbodyheader {
    width: 100%;
    padding-top: 0px;
    font-size: 18px;
    line-height: 30px;
  }
  .interiorbodyparagraph {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;
  }
  .interiorbodyparagraph.interiorctaparagraph {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 75px;
    padding-left: 75px;
  }
  .interiorcta {
    margin-top: 50px;
  }
  .interiorctabutton {
    width: 180px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 28px;
  }
  .rightcol {
    margin-bottom: 20px;
  }
  .leftcol {
    padding-right: 0px;
  }
  .propertiesherocontainer {
    height: 180px;
    padding-top: 42px;
    padding-bottom: 40px;
  }
  .interiorctarule {
    margin-bottom: 5px;
  }
  .bottomcontainercontainer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slidercontainer {
    margin-bottom: 70px;
    padding-bottom: 0px;
  }
  .formtextarea {
    font-size: 14px;
    line-height: 26px;
  }
  .formlabel {
    font-size: 12px;
    line-height: 18px;
  }
  .forminput {
    font-size: 14px;
    line-height: 26px;
  }
  .formcheckboxescontainer {
    display: block;
    overflow: auto;
  }
  .formcheckboxlabel {
    font-size: 14px;
  }
  .formcheckboxcontainer {
    width: 40%;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contactherocontainer {
    height: 180px;
    padding-top: 42px;
    padding-bottom: 40px;
  }
  .redevelopmentherocontainer {
    height: 180px;
    padding-top: 42px;
    padding-bottom: 40px;
  }
  .aboutherocontainer {
    height: 180px;
    padding-top: 42px;
    padding-bottom: 40px;
  }
  .interiorbodylist {
    margin-top: -20px;
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 26px;
  }
  .interiorbodylist.interiorctaparagraph {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 75px;
    padding-left: 75px;
  }
  .interiorbodylistitem {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 20px;
  }
  .testimonialtype {
    width: 100%;
    padding-top: 0px;
    font-size: 18px;
    line-height: 30px;
  }
  .testimonialattribute {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;
  }
  .testimonialattribute.interiorctaparagraph {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 75px;
    padding-left: 75px;
  }
}

@media (max-width: 479px) {
  .navmenu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navlink {
    width: auto;
    float: none;
    font-size: 14px;
    line-height: 40px;
  }
  .wrapper {
    padding-top: 100px;
  }
  .homeherocontainer {
    height: 290px;
    padding-top: 63px;
    padding-bottom: 22px;
  }
  .bottomcontainer {
    margin-bottom: 25px;
  }
  .footer {
    padding-bottom: 10px;
  }
  .footercontainerleft {
    padding-right: 0px;
  }
  .footercontainerright {
    padding-left: 0px;
  }
  .footerparagraph {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
  }
  .heading {
    font-size: 16px;
    line-height: 28px;
  }
  .herocontainerheadline {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 30px;
  }
  .herobuttoncontainer {
    margin-top: 22px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .bodyheading {
    font-size: 14px;
    line-height: 26px;
  }
  .bottomsignatures {
    max-width: none;
    margin-top: 25px;
  }
  .menu-button {
    margin-top: 4px;
  }
  .icon {
    font-size: 30px;
  }
  .bodycopy {
    font-size: 12px;
    line-height: 24px;
  }
  .bottomsignature {
    height: 45px;
    max-width: 100px;
  }
  .image-2 {
    max-width: 100px;
  }
  .bodyheadingrule {
    width: 40px;
  }
  .interiorheader {
    font-size: 20px;
    line-height: 38px;
  }
  .interiorbodyheader {
    font-size: 16px;
    line-height: 28px;
  }
  .interiorbodyparagraph {
    font-size: 12px;
    line-height: 24px;
  }
  .interiorbodyparagraph.interiorctaparagraph {
    padding-right: 10px;
    padding-left: 10px;
  }
  .interiorctabutton {
    font-size: 14px;
  }
  .propertiesherocontainer {
    height: 150px;
    padding-top: 23px;
    padding-bottom: 22px;
  }
  .interiorctarule {
    width: 90px;
    height: 2px;
  }
  .slider {
    height: 200px;
  }
  .slidercontainer {
    margin-bottom: 70px;
    padding-bottom: 0px;
  }
  .html-embed {
    overflow: hidden;
    height: 300px;
  }
  .sliderarrow {
    font-size: 18px;
  }
  .sliderarrowcontainer {
    width: 28px;
  }
  .slidernav {
    height: 28px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 6px;
  }
  .formtextarea {
    font-size: 12px;
    line-height: 24px;
  }
  .formlabel {
    font-size: 10px;
    line-height: 16px;
  }
  .forminput {
    height: 30px;
    font-size: 12px;
    line-height: 24px;
  }
  .formcheckboxlabel {
    font-size: 12px;
    line-height: 18px;
  }
  .formcheckbox {
    width: 12px;
    height: 12px;
  }
  .formcheckboxcontainer {
    width: 50%;
  }
  .contactherocontainer {
    height: 150px;
    padding-top: 23px;
    padding-bottom: 22px;
  }
  .redevelopmentherocontainer {
    height: 150px;
    padding-top: 23px;
    padding-bottom: 22px;
  }
  .aboutherocontainer {
    height: 150px;
    padding-top: 23px;
    padding-bottom: 22px;
  }
  .textwhite {
    color: #fff;
  }
  .textgray {
    color: #777;
  }
  .interiorbodylist {
    font-size: 12px;
    line-height: 24px;
  }
  .interiorbodylist.interiorctaparagraph {
    padding-right: 10px;
    padding-left: 10px;
  }
  .testimonialtype {
    font-size: 16px;
    line-height: 28px;
  }
  .testimonialattribute {
    font-size: 12px;
    line-height: 24px;
  }
  .testimonialattribute.interiorctaparagraph {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Sanchez';
  src: url('../fonts/Sanchezregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sanchez';
  src: url('../fonts/Sanchezitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}