:root {
  --maintxt: Ubuntu, Helvetica, sans-serif;
  --darkgrey: #292929;
  --roundedcorners-20: 20px;
  --white: white;
  --lightgrey: #d9d9d9;
  --5round: 5px;
  --lightteal: #2293b7;
  --black: black;
  --greyedout: rgba(255, 255, 255, .4);
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

@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 {
  font-family: var(--maintxt);
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: var(--darkgrey);
  text-align: center;
  margin: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 125px;
  padding-bottom: 125px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section.hero {
  background-image: url('../images/pexels-max-rahubovskiy-7031607-Large.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 800px;
}

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

.section.gallery {
  padding-top: 80px;
  padding-bottom: 20px;
}

.section.aboutbuilder {
  background-color: var(--darkgrey);
  margin-bottom: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.section.footer {
  background-color: var(--darkgrey);
  height: 180px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.copyright {
  background-color: var(--darkgrey);
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.benefitscards {
  background-image: url('../images/1200-filtered.jpg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.ctabox {
  justify-content: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.container.hero {
  z-index: 5;
  justify-content: center;
  position: relative;
}

.container.credential {
  width: 80%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.gallery {
  width: 100%;
}

.container.aboutbuilder {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.container.slidergallery {
  margin-bottom: 80px;
}

.container.contact {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}

.container.footer {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.container.copyrightsbox {
  margin-bottom: 0;
}

.container.qsgallery {
  height: auto;
}

.brand {
  border-bottom-right-radius: var(--roundedcorners-20);
  background-color: var(--darkgrey);
  flex-direction: row;
  justify-content: space-between;
  width: 300px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  container-type: inline-size;
}

.brand.footer {
  width: 200px;
  position: relative;
  top: auto;
  bottom: 0%;
  right: 0%;
}

.navbar {
  background-color: var(--white);
  height: 90px;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.navcontainer {
  justify-content: flex-end;
  align-items: center;
  height: 90px;
  display: flex;
  position: static;
}

.brandtxt {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  margin-right: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 10cqw;
  font-weight: 300;
  line-height: 1.1;
  position: relative;
  top: -25px;
}

.brandimage {
  width: 140px;
  margin-right: -4px;
  position: relative;
}

.brandtxtbox {
  align-items: flex-end;
  display: flex;
  position: relative;
}

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

.ctabutton {
  border-top-left-radius: var(--roundedcorners-20);
  border-top-right-radius: var(--roundedcorners-20);
  border-bottom-right-radius: var(--roundedcorners-20);
  color: var(--white);
  background-color: #cc353c;
  font-size: 1.1rem;
}

.ctabutton.callnow {
  border-radius: var(--roundedcorners-20) var(--roundedcorners-20) var(--roundedcorners-20) 5px;
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.ctabutton.menu.w--current {
  color: var(--white);
}

.h1 {
  color: var(--darkgrey);
  margin-bottom: 20px;
  font-size: 3.8rem;
  line-height: 1;
}

.svg-icon {
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.svg-icon.arrowright {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

.svg-icon.callnow {
  width: 1.8rem;
  height: 1.8rem;
}

.svg-icon.cards {
  width: 5rem;
  height: 5rem;
}

.ctatxtbox {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.ctabuttontxt {
  padding-right: 0;
}

.nav-link {
  font-family: var(--maintxt);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1;
}

.ctabuttonlink {
  font-family: var(--maintxt);
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

.profilepicbox {
  width: 50%;
  height: 350px;
}

.profilepic {
  border-radius: var(--5round);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.profiletxtbox {
  width: 60%;
  padding-left: 60px;
  padding-right: 10px;
}

.form-block {
  border: 2px solid var(--lightteal);
  border-top-left-radius: var(--roundedcorners-20);
  border-top-right-radius: var(--roundedcorners-20);
  border-bottom-right-radius: var(--roundedcorners-20);
  flex-direction: column;
  flex: 50%;
  width: 50%;
  padding: 20px;
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, .2);
}

.topbar {
  z-index: 10;
  background-color: var(--darkgrey);
  height: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.seperatorline {
  background-color: var(--darkgrey);
  width: 80%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.seperatorline.contact {
  width: 80%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.div-small-cont {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 425px;
  padding-right: 85.13px;
  text-decoration: none;
  display: flex;
}

.meet-tom-bentley {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 2rem;
  font-weight: 100;
  line-height: 100%;
  text-decoration: none;
}

.p-h2d-b14daa57 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 425px;
  padding-bottom: .04px;
  padding-right: 3.48px;
  text-decoration: none;
  display: flex;
}

.error-05885f70-e84f-bf44-158c-18f4100836c9 {
  color: #575656;
  width: 430px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway;
  font-size: 1rem;
  font-weight: 400;
  line-height: 25.6px;
  text-decoration: none;
}

.link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 163.09px;
  text-decoration: none;
  display: flex;
}

.about-bentley-homes {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px;
  font-family: Raleway;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.div-block {
  padding-left: 60px;
}

.img {
  margin-left: -50px;
}

.frame-1 {
  grid-column-gap: 10px;
  background-color: var(--darkgrey);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.something-new {
  color: var(--lightteal);
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rajdhani;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  top: auto;
  left: auto;
}

.qsimage {
  border-radius: var(--roundedcorners-20);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.columns {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.footerlogo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footerh3 {
  color: var(--lightteal);
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footercopyright {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h2 {
  justify-content: center;
  align-items: center;
}

.h2.white {
  color: var(--lightgrey);
}

.galleryheadingbox {
  border-top-right-radius: var(--roundedcorners-20);
  border-bottom-left-radius: var(--roundedcorners-20);
  border-bottom-right-radius: var(--roundedcorners-20);
  background-color: var(--darkgrey);
  margin-bottom: 10px;
}

.galleryheadingbox.galleryslider {
  margin-bottom: 40px;
}

.paragraph {
  font-family: var(--maintxt);
  color: var(--darkgrey);
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}

.paragraph.white {
  color: var(--lightgrey);
}

.paragraph.contact {
  padding-left: 20px;
  padding-right: 3%;
}

.mask {
  width: 100%;
  height: 400px;
}

.slider {
  width: 100%;
}

.slidebg {
  object-fit: cover;
  background-image: url('../images/pexels-pixabay-534228-Large.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slidebg._2 {
  background-image: url('../images/bentley-rose-glenn-devon-pa-home.jpg.png');
}

.slidebg._3 {
  background-image: url('../images/27-homepage-thumbnail.jpg.png');
}

.slidebg._4 {
  background-image: url('../images/Boxwood-Homepage-tile-min.jpg.png');
}

.slidebg._5 {
  background-image: url('../images/Tiburon-NEWHomepage-Thumbnail.jpg.png');
  border-radius: 0;
}

.slide-nav {
  top: auto;
  bottom: -30%;
  left: 0%;
  right: 0%;
}

.slide {
  border-radius: 0;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.contacttxtbox {
  flex: 40%;
}

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

.footerlinks {
  color: var(--lightgrey);
  text-align: center;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.footerlinks:hover {
  color: var(--lightteal);
}

.success-message, .error-message, .submit-button {
  border-top-left-radius: var(--roundedcorners-20);
  border-top-right-radius: var(--roundedcorners-20);
  border-bottom-right-radius: var(--roundedcorners-20);
}

.paragraph-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.herobenefits {
  z-index: 5;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  position: relative;
  bottom: -80px;
}

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

.benefit {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefittxt {
  font-family: var(--maintxt);
  color: var(--black);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.websitelink {
  font-family: var(--maintxt);
  color: var(--lightteal);
  font-weight: 400;
  text-decoration: none;
}

.quick-stack {
  width: 100%;
  height: 100%;
}

.sliderarrows {
  color: var(--lightteal);
}

.benefitscards {
  grid-column-gap: 20px;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.cardscontentbox {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
}

.cardscolumn {
  border: 2px solid var(--lightteal);
  border-top-left-radius: var(--roundedcorners-20);
  border-top-right-radius: var(--roundedcorners-20);
  border-bottom-right-radius: var(--roundedcorners-20);
  background-color: var(--greyedout);
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, .2);
}

.h3 {
  color: var(--darkgrey);
  text-align: left;
}

.h3.cards {
  color: var(--lightteal);
}

.greyedout {
  z-index: 2;
  background-color: var(--greyedout);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallerybuttonbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.section-2 {
  height: 80px;
}

.section-3 {
  background-color: var(--black);
}

.section-4 {
  background-color: var(--lightteal);
}

.section-5 {
  background-color: var(--lightgrey);
}

.container-2 {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .section {
    padding-bottom: 60px;
  }

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

  .section.ctabox {
    height: 100%;
  }

  .container.wide {
    max-width: 80%;
  }

  .ctabutton {
    position: relative;
  }

  .ctabutton.gallery {
    position: absolute;
    bottom: 20px;
  }

  .ctabutton.menu {
    text-align: center;
    width: 50%;
  }

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

  .nav-link.menu {
    color: var(--lightgrey);
    width: 50%;
  }

  .seperatorline, .seperatorline.contact {
    width: 95%;
  }

  .columns {
    flex-direction: row;
  }

  .mask {
    overflow: hidden;
  }

  .slidebg {
    background-size: cover;
    background-attachment: scroll;
  }

  .herobenefits {
    justify-content: space-around;
    width: 100%;
    bottom: -30px;
  }

  .benefiticon {
    text-align: left;
  }

  .benefit {
    grid-column-gap: 5px;
    flex-flow: row;
    justify-content: flex-start;
    width: 200px;
  }

  .benefittxt {
    text-align: left;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefitscards {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .menu-button {
    border-top-left-radius: var(--roundedcorners-20);
    border-top-right-radius: var(--roundedcorners-20);
    border-bottom-right-radius: var(--roundedcorners-20);
    background-color: var(--white);
  }

  .menu-button.w--open {
    border-top-left-radius: var(--roundedcorners-20);
    border-top-right-radius: var(--roundedcorners-20);
    border-bottom-left-radius: var(--roundedcorners-20);
    background-color: var(--darkgrey);
  }

  .nav-menu {
    border-bottom-left-radius: var(--roundedcorners-20);
    border-bottom-right-radius: var(--roundedcorners-20);
    background-color: var(--darkgrey);
    padding-bottom: 20px;
  }

  .gallerybuttonbox {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .section.aboutbuilder {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.slidergallery {
    margin-bottom: 80px;
  }

  .section.footer {
    flex-direction: column;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.credential {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.aboutbuilder {
    flex-direction: column;
    width: 80%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.slidergallery {
    width: 100%;
  }

  .container.contact {
    flex-direction: column;
  }

  .container.footer {
    margin-bottom: 10px;
  }

  .container.copyrightsbox {
    flex-direction: row;
    width: 100%;
    margin-bottom: 0;
  }

  .h1 {
    font-size: 3.2rem;
  }

  .profilepicbox {
    width: 100%;
  }

  .profiletxtbox {
    width: 100%;
    padding-left: 0;
  }

  .form-block {
    width: 100%;
  }

  .footerh3 {
    font-size: 1.2rem;
  }

  .footercopyright {
    font-size: 1rem;
  }

  .h2.white {
    font-size: 1.5rem;
  }

  .galleryheadingbox, .galleryheadingbox.galleryslider {
    margin-left: 5%;
    margin-right: 5%;
  }

  .contacttxtbox {
    margin-bottom: 40px;
  }

  .column {
    justify-content: flex-start;
  }

  .footerlinks {
    font-family: var(--maintxt);
    font-size: .9rem;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block {
    width: 100%;
  }

  .gallerybuttonbox {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section.slidergallery {
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .section.contact {
    margin-bottom: 0;
  }

  .section.footer {
    height: 100%;
  }

  .section.ctabox {
    height: auto;
  }

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

  .container.aboutbuilder {
    width: 100%;
  }

  .container.slidergallery {
    padding-left: 1%;
    padding-right: 1%;
  }

  .container.wide {
    max-width: 100%;
  }

  .container.qsgallery {
    min-height: auto;
  }

  .ctabutton.gallery {
    margin-bottom: 60px;
    position: relative;
    bottom: auto;
  }

  .h1 {
    font-size: 2.4rem;
  }

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

  .qsimage {
    object-fit: cover;
    overflow: hidden;
  }

  .columns {
    flex-direction: column;
  }

  .footercopyright {
    font-family: var(--maintxt);
    font-size: .7rem;
  }

  .h2 {
    font-size: 1.7rem;
  }

  .h2.white {
    text-align: center;
    font-size: 1.2rem;
  }

  .slidebg {
    background-size: cover;
    background-attachment: scroll;
  }

  .herobenefits {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 80%;
  }

  .benefit {
    justify-content: flex-start;
    width: 100%;
  }

  .quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .benefitscards {
    grid-column-gap: 0px;
  }

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

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

#w-node-b15b937b-6a6c-0919-2fbc-a07aa0bb2460-fff9af37 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr 1fr 1.5fr 1fr;
}

#w-node-_2a57eb83-efc7-265b-2f63-d3f2d23bf75f-fff9af37 {
  grid-column: span 3 / span 3;
}

#w-node-_780783d5-cbc5-4cf4-f571-89928b75fd67-fff9af37, #w-node-b4d25ffb-134f-b0cd-af0a-8769f680e91f-fff9af37 {
  grid-column: span 2 / span 2;
}

#w-node-_03d89c45-0d80-3761-22dc-b557273ef9cd-fff9af37 {
  grid-column: span 3 / span 3;
}


