/* cmsms stylesheet: duvanco.webflow-cleaned_3 modified: 09/14/22 15:38:57 */
.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #404142;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #2c3285;
  font-size: 54px;
  line-height: 56px;
  font-weight: 300;
  text-align: left;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #2c3285;
  font-size: 44px;
  line-height: 46px;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #2c3285;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #2c3285;
  font-size: 34px;
  line-height: 36px;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #2c3285;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #2c3285;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
}

p {
  margin-bottom: 16px;
  color: #404142;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #2c3285;
  text-decoration: none;
}
p a, a.text-link {
font-weight: bold;
}
p a:hover, a.text-link:hover {
color: #7881b5;
}
.center {
text-align: center;
}
ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
}

li {
  margin-bottom: 15px;
  color: #4e5d78;
  font-size: 16px;
}

img {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

blockquote {
  max-width: 600px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #7540ee;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}



.menu_left {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 15%;
  border-right: 1px solid rgba(23, 48, 73, 0.05);
  background-color: #fff;
}

.product_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_section {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: visible;
  width: 85%;
  height: 2000px;
  margin-left: 15%;
  border-right: 1px solid rgba(23, 48, 73, 0.05);
  background-color: #fff;
}

.top_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 13%;
  padding-left: 25px;
  -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;
  border-bottom: 1px solid rgba(23, 48, 73, 0.05);
}

.fp_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #173049;
  font-size: 15px;
  text-decoration: none;
}

.fp_link.w--current {
  border-left: 3px solid #6165ff;
  background-color: #f5fafc;
}



.menu_title {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  border-bottom: 1px solid rgba(23, 48, 73, 0.04);
}


.menu_body {
  overflow: auto;
  height: 75%;
  max-height: 75vh;
  border-bottom: 1px solid rgba(23, 48, 73, 0.09);
}



.body {
  background-color: #fff;
}












.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  padding: 6px;
  -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;
  border-radius: 4px;
  background-image: none;
}



.faq-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3d5169;
  font-size: 20px;
}

.faq-header.noselect {
  color: #11164d;
  font-size: 17px;
  font-weight: 500;
}

.faq-main-wrap {
  margin-bottom: 20px;
}




.faq02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -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;
  background-color: #fff;
}

.faq02_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  padding: 20px 30px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #ebecf0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.faq02_block.faq02_middle_block {
  border-right-style: solid;
  border-radius: 0px;
}

.faq02-comment {
  overflow: hidden;
  padding-top: 5px;
  padding-right: 25px;
  border-top: 1px none #ebecf0;
  border-right: 1px solid #ebecf0;
  border-left: 1px solid #ebecf0;
}

.faq02-comment.faq02_bottom_block {
  padding-top: 8px;
  border-bottom: 1px solid #ebecf0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faq02_paragraph {
  margin-top: 14px;
  margin-left: 30px;
  color: #2c3285;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.faq02_container {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.faq02_h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3d5169;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.faq02_h6.noselect {
  margin-right: 38px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #2c3285;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.faq02_icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: auto;
  width: 15px;
  height: 15px;
}



.p-community-description {
  display: block;
  max-width: 560px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  text-align: center;
}
.model-home-map {
    max-width: 500px;
    margin-top: 43px;
}

.model-home-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  min-width: 170px;
  margin-bottom: 0px;
  padding: 0px 24px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
}

.community-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.community-tagline-text {
    margin-left: 10px;
    color: #2c3285;
    font-weight: 700;
}


.community-tagline-span {
  font-size: 16px;
}



.header-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: block;
  width: 100%;
}

.nav_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 33px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #201b3d;
  text-decoration: none;
}

.nav_link:hover {
  background-color: #f8faff;
}

.nav_details_block {
  height: 50%;
  background-color: #f5f7fd;
  background-image: url('https://www.duvancohomes.com/uploads/images/hero_image.png');
  background-position: 0px 38px;
  background-size: cover;
  background-repeat: no-repeat;
}



.nav_column {
  width: 24%;
  padding: 3px 15px 15px;
}

.nav_dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  min-width: 320px;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
  box-shadow: 14px 14px 25px 5px rgba(118, 126, 173, 0.08);
  font-weight: 400;
}

.nav_details_wrap_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  background-color: #7540ee;
  background-image: url('https://www.duvancohomes.com/uploads/images/potters-phase-3-general-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nav01_line {
  width: 1px;
  height: 100%;
  min-height: 31px;
  margin-left: 15px;
  background-color: #ebecf0;
}

.nav_list {
  min-width: 1000px;
  margin-top: 0px;
  border: 1px dotted #000;
}

.nav_list.w--open {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  min-width: 1000px;
  margin-top: 97px;
  border-style: none;
  border-radius: 0px 0px 10px 10px;
  background-color: transparent;
  box-shadow: 1px 1px 7px 0 rgba(188, 192, 218, 0.59);
}





.nav03_link {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav03_link:hover {
  color: #7540ee;
}


.block-quote {
  border-left-color: #2c3285;
}

.duv-nav-email-link {
  color: #2c3285;
  font-size: 14px;
  text-decoration: none;
}

.duv-nav-email-link:hover {
  color: #7881b5;
}

.duv-nav-section {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.headerhome {
  height: 65vh;
  min-height: 400px;
}

.headerhome.hide {
  display: block;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 20px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 7px 20px;
}

.centered {
  margin-bottom: 20px;
  text-align: center;
}

.section-2 {
  background-color: #2c3285;
}

.right-arrow {
  margin-right: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.home-slider-dynamic-list {
  position: relative;
  height: 600px;
}

.cms-slider-home {
  height: 75vh;
  min-height: 550px;
  background-color: transparent;
}

.collection-slider-empty {
  height: 0px;
  padding: 0px;
  background-color: #1a4789;
}


.home-slider-dynamic-item-2 {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url('https://www.duvancohomes.com/uploads/images/duv-potters-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.collection-list-wrapper {
  background-image: url('https://www.duvancohomes.com/uploads/images/DSC08627.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.home-slider-dynamic-item-1 {
  position: relative;
  height: 75vh;
  min-height: 550px;
  background-image: url('https://www.duvancohomes.com/uploads/images/DSC08627.jpg');
  background-position: 50% 50%;
  background-size: cover;
}


.hero-slider {
  height: 75vh;
  min-height: 550px;
  margin-bottom: 50px;
}




.holmesapproved {
  background-color: #2c3285;
}


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

.whitetext {
  color: #fff;
}



.modelhomemap {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  text-align: center;
}

.model-home-notice {
  max-width: 80%;
  margin: 31px auto;
  padding: 30px;
  background-color: #2c3285;
}

.model-home-notice.narrow-notice {
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.h3-model-home-notice {
  margin-top: 0px;
  color: #f2f2f2;
  font-size: 30px;
  text-align: center;
}

.rt-model-home-notice {
  text-align: center;
}

.rt-model-home-notice p {
  padding-right: 0px;
  padding-left: 0px;
  color: #f2f2f2;
}



.nav_link_title {
  font-weight: 700;
}

.model-home-days {
  text-align: center;
 max-width: 350px;
}

.model-home-hours {
  text-align: center;
}



.duv-model-home-section {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}

.duv-section {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}
.community-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: #2c3285;
    border-radius: 40px;
    color: #2c3285;
    text-decoration: none;
}
.community-link-text {
    margin-right: 8px;
    color: #2c3285;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.community-link-arrow {
    width: 15px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.duv-section.community-info-text {
  max-width: 900px;
  padding-right: 0%;
}

.duv-section.news {
  display: block;
  padding-top: 39px;
}

.duv-section.news.hide {
  display: block;
}
.duv-main-content {
  max-width: 1300px;
  margin: auto;
  }
.narrow {
  max-width: 1000px;
  margin: auto;
  }
.duv-partner-content {
  max-width: 1300px;
  margin: auto;
  }
.duv-cta-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  -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;
  border-top: 1px none #e7e7e7;
  border-bottom: 1px none #e7e7e7;
  background-color: rgba(188, 192, 218, 0.59);
}

.duv-cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.duv-cta-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.duv-cta-column-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.duv-footer-section {
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 5%;
  background-color: #2c3285;
}

.duv-footer-container {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.duv-footer-top-wrap {
  display: block;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.duv-footer-wrap {
  padding-top: 30px;
}

.gallery_container {
padding: 30px 0 30px 30px;
padding: 0;
}
.gallery_container2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.gallery-img img {
padding-bottom: 5px;
}
.gallery-parent {
width: 23%;
margin: 0 10px;
}
.gallery-image {
width: 24%;
margin: 1px 0;
}
h3.gallery-parent-title {
font-size: 24px;
}
.gallerycomment {
text-align: center;
padding: 20px 0;
font-size: 18px;
}
.galleryflex {
  display: flex;
  justify-content: center;
}
.duv-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.duv-community-header {
  position: relative;
  display: block;
  min-height: 85vh;
  -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;
  background-color: #f8fcff;
}

.duv-slider-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 75vh;
  min-height: 550px;
  -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;
  background-color: #fff;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.duv-slider-content.slide1 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 23%, transparent 69%), url('https://www.duvancohomes.com/uploads/images/settlers-slider-1920.jpg');
}
.duv-slider-content.slide2 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.51) 50%, transparent 85%), url('https://www.duvancohomes.com/uploads/images/holmes-slider11.jpg');
  background-position: 0px 0px, 50% 100%;
}

.duv-slider-content.slide3 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 23%, transparent 69%), url('https://www.duvancohomes.com/uploads/images/potters-slider-1920.jpg');
}

.duv-slider-content.slide4 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 23%, transparent 69%), url('https://www.duvancohomes.com/uploads/images/duv-harbour-1.jpg');
}

.duv-slider-container {
  max-width: 1140px;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.duv-slider-titlelead {
  max-width: 50%;
  color: #7881b5;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.h1-duv-slider {
  max-width: 50%;
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 50px;
}

.duv-slider-button-wrap {
  display: block;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.duv-slider-button {
  margin-right: 15px;
  padding: 10px 40px;
  border: 1px solid #6165ff;
  border-radius: 100px;
  background-color: #408507;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.duv-slider-button.blue {
  background-color: #2c3285;
}

.intro_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.intro_container.video {
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 0px;
}
.video-container {
margin-bottom: 70px;
}

.intro_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.intro_image {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.image-42 {
  max-width: 100%;
}

.image-43 {
  max-width: 100%;
}

.duv-news-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.duv-news_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 110px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 1px 1px 25px 0 rgba(138, 161, 214, 0.08);
}

.duv-news_image {
  width: 35%;
  height: 100%;
  min-height: 150px;
  background-image: url('https://www.duvancohomes.com/uploads/images/gallery_06.PNG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.duv-news_card_text {
  width: 75%;
  height: 100%;
  padding: 25px;
}

.duv-news-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  min-height: 35px;
  margin-bottom: 10px;
  -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;
  border-radius: 50px;
  background-color: #e9f9f0;
}

.duv-news-category_text {
  color: #38cb89;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.h4-duv-news {
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #4e5d78;
  font-size: 20px;
  line-height: 41px;
  text-align: left;
}

.p-duv-news {
  max-width: 500px;
  margin-bottom: 15px;
  color: #4e5d78;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.duv-news_link {
  color: #2c3285;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.duv-connect-container {
  display: -ms-grid;
  display: grid;
  max-width: 1140px;
  margin: 70px auto 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.duv-connect-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 310px;
  padding: 40px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d7d8ea;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.duv-connect-card:hover {
  border-color: #38cb89;
}

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


.duv-section-nopadding {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 5%;
  background-color: #fff;
}

.duv-nav-container {
  display: block;
  min-height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  font-weight: 400;
}

.duv-nav-top {
  min-height: 50px;
  border-bottom: 1px solid #ebecf0;
  background-color: #fff;
}

.duv-nav-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0%;
  -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;
}

.duv-nav_top_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.duv-nav_top_wrap.hide {
  display: none;
}

.duv-nav_top_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 200px;
  font-weight: 500;
}

.duv-nav_email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 50px;
  padding-right: 25px;
  -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;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.duv-nav_email:hover {
  color: #7540ee;
}

.duv-nav_email.hide {
  display: none;
}

.duv-nav_icons {
  width: 15px;
  margin-right: 10px;
}

.duv-nav_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 50px;
  padding-right: 25px;
  padding-left: 25px;
  -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;
  border-right: 1px solid #ebecf0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.duv-nav_phone:hover {
  color: #7540ee;
}

.duv-nav_phone.hide {
  display: none;
}

.duv-nav_icon {
  width: 15px;
  margin-right: 10px;
}

.duv-nav_text {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.duv-nav_text:hover {
  color: #7881b5;
  color: #2c3285;'
}

.duv-nav_icon_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}

.duv-nav_icon_wrap.hide {
  display: none;
}

.duv-nav_social_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 11px;
  -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;
  color: #4e5d78;
  text-decoration: none;
}

.duv-nav_social_icon {
  color: #2c3285;
}

.duv-nav_mobile {
  display: none;
  min-height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  font-weight: 400;
}

.duv-nav_logo {
  margin-left: 0px;
}

.duv-nav_image {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.duv-nav_right_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -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;
}

.community_image {
  overflow: hidden;
  height: 100%;
  max-height: 600px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.community_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.block_community_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.community_block_50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.community_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.community_image_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding-right: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('https://www.duvancohomes.com/uploads/images/DSC08618.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.new_community_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.new_community_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding-right: 0px;
  -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;
}
.community_block_w50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0px;
  -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;
}


.settlers_image_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding-right: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('https://www.duvancohomes.com/uploads/images/DSC08618.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.potters_image_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding-right: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-position: 50% 50%;
  background-size: cover;
}

.new_community-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.centered_bg {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c3285;
  color: #f2f2f2;
  text-align: center;
}

.intro_paragraph {
  display: block;
  max-width: 560px;
  margin-right: 40px;
  margin-bottom: 15px;
  margin-left: auto;
  padding-right: 0px;
  line-height: 26px;
  text-align: left;
}

.intro_paragraph.centered {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.main_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 140px;
  margin-top: 13px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 11px 25px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(23, 48, 73, 0.18);
  border-radius: 40px;
  background-color: #2c3285;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.main_button:hover {
  border-color: #dfdfe0;
  background-color: #7881b5;
}

.main_button_text {
  margin-right: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

.main_button_text:hover {
  color: #2c3285;
}

.main_button_arrow {
  display: inline-block;
}

.large_button_centered {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 140px;
  margin: 13px auto 30px;
  padding: 11px 25px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(23, 48, 73, 0.18);
  border-radius: 40px;
  background-color: #2c3285;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.button_300 {
max-width: 300px;
}
.large_button_centered a {
  color: #fff;
}

.large_button_centered:hover {
  border-color: #dfdfe0;
  background-color: #7881b5;
}

.section-model-home-notice {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 0.5px solid #7881b5;
  background-color: #7881b5;
}

.large_button_text {
  margin-right: 8px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

.large_button_text:hover {
  color: #2c3285;
}

.columns-2 {
  background-color: #2c3285;
}

.community_main_image {
  width: 100%;
  max-height: 700px;
  min-height: 600px;
  background-position: 50% 50%;
  background-size: cover;
}



.community_header {
  display: block;
  width: 75%;
}


.community_features {
  max-width: 400px;
  padding: 0px;
  background-color: #e9eaf1;
}

.h3-community {
  font-size: 36px;
  line-height: 40px;
}

.h1-community {
  font-size: 72px;
  text-align: center;
  text-shadow: 1px 1px 2px #7881b5;
}

.header-text_community {
  font-size: 24px;
}

.h1_container_community {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.header_community {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 50px 5% 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-model-home-notice-2 {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 0.5px solid #7881b5;
  background-color: #7881b5;
}

.model-home-notice-2 {
  max-width: 80%;
  margin: 31px auto;
  padding: 30px;
  background-color: #2c3285;
}

.model-home-notice-2.narrow-notice {
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.h3-model-home-notice-2 {
  margin-top: 0px;
  color: #f2f2f2;
  font-size: 30px;
  text-align: center;
}

.h2-community-header {
  margin-top: 0px;
  font-size: 24px;
  text-shadow: 1px 1px 2px #7881b5;
}

.community_info {
  display: block;
  width: 25%;
  padding: 20px;
  background-color: #e9eaf1;
}
.duv-landingpage-testimonial {
border-bottom: 5px solid white;
}


.community_info-block {
  width: 100%;
  float: right;
  clear: both;
}

.community_plans {
  width: 30%;
  padding: 20px;
  background-color: #e9eaf1;
}

.duv-community-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.duv-testimonial-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 30px 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c3285;
}
.box-testimonial-text {
  background-color: #2c3285;
  padding: 40px 30px;
}
.box-testimonial-text p {
color: #fff;
}

.duv-testimonial-gmap {
  width: 50%;
}

.paragraph {
  color: #f2f2f2;
  font-size: 20px;
}

.text-span {
  font-size: 40px;
}
.duv-container-home-list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
padding: 30px 0;
}

.homes-community-siteplan {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-right: 0px;
  margin-left: 0px;
}
h3.home-title {
font-size: 24px;
line-height: 30px;
}
.html-embed {
  height: 100%;
}

.h3-modelhomemap-white {
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.community-map {
  background-color: #7881b5;
}

.duv-model-info {
  max-width: 400px;
  padding: 20px 0px;
  background-color: #e9eaf1;
}

.community {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.rt-duv-community ul {
  padding-bottom: 0px;
}

.rt-duv-community li {
  margin-bottom: 5px;
  color: #404142;
  font-size: 14px;
}

.rt-duv-community h3 {
  font-size: 30px;
}

.rt-duv-community h4 {
  font-size: 24px;
}
.duv-container-homes {
margin: 60px 0;
padding: 0 60px;
}
.duv-container-gallery {
  padding-top: 24px;
  padding-bottom: 0px;
  clear: both;
}

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

.duv-home-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.home_header {
  display: block;
  width: 60%;
}

.home_main_image {
  position: relative;
  width: 100%;
  max-width: 850px;
  min-height: 600px;
  float: right;
}

.header_home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 126px 5% 90px;
  -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;
}

.duv-homes-section {
  display: block;
  max-width: 900px;
  margin-right: 0px;
  margin-left: auto;
  padding: 30px 20px;
  float: none;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h1-home-title {
  width: 85%;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

.h2-homes-community {
  padding: 5px;
  background-color: #2c3285;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.h2-homes-features {
  font-size: 24px;
  line-height: 36px;
}

.homes-title-community {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
}

.home_info {
  display: block;
  width: 40%;
  background-color: #e9eaf1;
}

.home_features {
  max-width: 400px;
  padding: 0px 20px;
  background-color: #e9eaf1;
}

.rt-duv-home ul {
  padding-bottom: 0px;
}

.rt-duv-home li {
  margin-bottom: 5px;
  color: #404142;
  font-size: 14px;
}

.rt-duv-home h3 {
  font-size: 18px;
  line-height: 24px;
}

.rt-duv-home h2 {
  font-size: 30px;
  line-height: 40px;
}

.duv-community-testimonial-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.duv-testimonial-gmap-2 {
  width: 100%;
}

.duv-testimonial-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 30px 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c3285;
}

.paragraph-2 {
  color: #f2f2f2;
  font-size: 20px;
}

.home_community_info-text {
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7881b5;
}

.homes_community_about {
  width: 45%;
  padding-right: 30px;
  padding-left: 30px;
}

.homes-community_features {
  width: 30%;
  padding: 0px 20px;
  background-color: transparent;
}

.homes_community_plans {
  width: 25%;
  padding: 0px 20px 20px;
  background-color: transparent;
}

.div-block-128 {
  padding-right: 57px;
  padding-left: 57px;
}



.main_button_text-2 {
  display: inline-block;
  margin-right: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.main_button_text-2:hover {
  color: #2c3285;
}

.homes_button_community {
  position: relative;
  display: inline-block;
  min-height: 40px;
  margin: 13px 0px;
  padding: 11px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(23, 48, 73, 0.18);
  border-radius: 5px;
  background-color: #2c3285;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.homes_button_community:hover {
  border-color: #dfdfe0;
  background-color: #7881b5;
}

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

.duv-quick-occupancy {
  max-width: 400px;
  padding: 10px 20px 20px;
  background-color: #e9eaf1;
}

.duv-refer {
  max-width: 400px;
  padding: 10px 20px 20px;
  background-color: #e9eaf1;
}

.homes_button_contact {
  position: relative;
  display: block;
  min-height: 50px;
  margin: 13px 0px;
  padding: 11px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(23, 48, 73, 0.18);
  border-radius: 5px;
  background-color: #2c3285;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}

.homes_button_contact:hover {
  border-color: #dfdfe0;
  background-color: #7881b5;
}

.main_button_text-contact {
  display: block;
  margin-right: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main_button_text-contact:hover {
  color: #2c3285;
}

.duv-cta-section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 375px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  -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;
  border-top: 1px none #e7e7e7;
  border-bottom: 1px none #e7e7e7;
  background-color: rgba(188, 192, 218, 0.59);
}

.cta08_button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  min-width: 170px;
  margin-right: 15px;
  padding-right: 25px;
  padding-left: 25px;
  -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;
  border-radius: 40px;
  background-color: #408507;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
}


.community-features-heading {
  font-size: 30px;
}

.community-site-plan {
  max-width: 400px;
}

.header_community-mobile {
  position: relative;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 50px 5% 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h3-homes-community {
  color: #fff;
}

.p-homes-community {
  color: #fff;
}

.rt-homes-community ul {
  padding-bottom: 0px;
  color: #fff;
}

.rt-homes-community li {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
}

.rt-homes-community h3 {
  color: #fff;
  font-size: 30px;
}

.rt-homes-community h4 {
  color: #fff;
  font-size: 24px;
}

.homes-community-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1900px;
  margin-right: auto;
  margin-left: auto;
}

.duv-book {
  max-width: 400px;
  padding: 20px;
  background-color: #e9eaf1;
}

.home-brochure-image {
  width: 100%;
  max-width: 850px;
}

.homes-title-community-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.homes-address-model {
  background-color: #2c3285;
}

.h1-home-title-top {
  width: 100%;
  max-width: 900px;
  margin-bottom: 20px;
  padding-left: 15px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

.duv-home-section-header {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #2c3285;
}

.home_header-title {
  display: block;
  width: 60%;
  background-color: #2c3285;
}

.homes-title-community-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home_info-copy {
  display: block;
  width: 35%;
  background-color: #2c3285;
}

.home_info-block {
  width: 100%;
  max-width: 900px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  clear: none;
}

.partner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-129 {
  width: 25%;
  min-height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #408507;
}

.partner_card {
  width: 24%;
  margin-bottom: 30px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.partner_card:hover {
  margin-bottom: 20px;
  border-style: none;
  border-color: #2c3285;
}

.partner_image {
  min-height: 230px;
  background-image: url('https://www.duvancohomes.com/uploads/images/gallery_img_03.PNG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}



.partner_card_block {
  position: relative;
  top: -52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 20px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.partner_card_block.hide {
  display: none;
}

.h3-partner_card_title {
  max-width: 440px;
  margin-bottom: 15px;
  padding: 15px 8px 15px 10px;
  background-color: #2c3285;
  color: #f5f7fd;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.duv-section-header {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #2c3285;
}

.home_header-title-2 {
  display: block;
  width: 65%;
  background-color: #2c3285;
}

.h1-page-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 15px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}


.page_title-header {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2c3285;
}
.page-image {
max-width: 1300px;
margin: 0 auto;
}
.page-image .Horizontal {
margin: 0 auto;
width: 100%;
max-width: 1300px;
}
.page-image .Vertical {
margin: 0 30px 0 0;
width: 100%;
max-width: 500px;
float: left;
}
.page-image img {
width: 100%;
max-width: 1300px;
margin: 0 auto;
}

.p-partners {
  margin-bottom: 30px;
}

.h3-partner_title {
  max-width: 440px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 8px 10px 10px;
  background-color: transparent;
  color: #2c3285;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.h3-partner_title_alt {
  max-width: 440px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 10px 8px 10px 10px;
  background-color: #2c3285;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.h3-partner_title_alt:hover {
  background-color: transparent;
  color: #2c3285;
}

.duv-partner-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.partner_header {
  display: block;
  width: 60%;
}

.partner_main_image {
  position: relative;
  width: 100%;
  max-width: 900px;
  float: right;
}

.partner_image-single {
  width: 100%;
}

.partner_info {
  display: block;
  width: 40%;
  background-color: #e9eaf1;
  padding-bottom: 3rem;
}

.partner_contact {
  max-width: 400px;
  padding: 0px 20px;
  background-color: #e9eaf1;
}

.partner_logo {
  max-width: 400px;
  padding: 40px 20px;
  background-color: #e9eaf1;
}

.partner_map {
  max-width: 400px;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  padding: 0px;
  background-color: #e9eaf1;
  box-shadow: 1px 1px 7px 0 rgba(188, 192, 218, 0.59);
}

.link-12 {
  font-weight: 700;
}

.partner-text, .landingpage-info-text {
  display: block;
  max-width: 900px;
  margin-right: 0px;
  margin-left: auto;
  padding: 30px 20px;
  float: none;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.duv-article-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.article_header {
  display: block;
  width: 60%;
  margin: 2rem 0;
}

.article_main_image {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 450px;
  max-width: 900px;
  margin-left: 20px;
  float: right;
}

.article_main_image.news {
  width: 50%;
  max-width: 450px;
  float: right;
}

.article-image {
  width: 100%;
}

.article_text {
  display: block;
  max-width: 900px;
  margin-right: 0px;
  margin-left: auto;
  padding: 10px 30px 30px 20px;
  float: none;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article_listing {
  display: block;
  width: 40%;
  background-color: #e9eaf1;
}

.h2-blog-text {
  font-size: 24px;
  line-height: 36px;
}

.rt-duv-article h2 {
  font-size: 30px;
  line-height: 40px;
}

.rt-duv-article h3 {
  font-size: 30px;
}

.rt-duv-article h4 {
  font-size: 24px;
}
.blog {
margin: 90px auto;
}
.blog-image-caption {
  padding-top: 0px;
  padding-bottom: 20px;
}

.blog-meta {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}

.recent-posts {
  max-width: 400px;
  padding: 0px 20px;
  background-color: #e9eaf1;
}

.h2-recent-posts {
  margin-bottom: 20px;
  font-size: 40px;
}

.heading-5 {
  font-size: 24px;
  line-height: 30px;
}

.button {
  background-color: #2c3285;
  font-size: 14px;
}

.recent-post {
  margin-bottom: 40px;
}

.list {
  list-style-type: none;
}

.list-item {
  margin-bottom: 11px;
}

.div-block-133 {
  width: 25%;
  max-width: 300px;
  background-color: #fe3e3e;
}

.div-block-134 {
  width: 75%;
  background-color: #7540ee;
}




.duv-nav-top-full {
  min-height: 50px;
  border-bottom: 1px solid #ebecf0;
  background-color: #fff;
}

.duv-nav-wrap-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0%;
  -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;
}

.duv-nav_right_wrap-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: 0px;
  -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;
}

.duv-nav_top_links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}



.duv-logo-wrapper {
  width: 20%;
  min-height: 100px;
  padding-left: 10px;
  background-color: transparent;
}

.duv-nav-wrap_main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0%;
  -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;
}


.duv-nav-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0%;
  -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;
}


.nav_title-2 {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px;
  color: #2c3285;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav_title-2:hover {
  padding: 5px;
  background-color: #2c3285;
  color: #f2f2f2;
  text-decoration: none;
}

.nav_button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  padding: 10px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #408507;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav_button-2:hover {
  background-color: #2c3285;
  color: #fff;
}

.nav_text_link-copy-2 {
  color: #8a94a6;
}

.duv-nav-email-link-2 {
  color: #2c3285;
  font-size: 14px;
  text-decoration: none;
}

.duv-nav-email-link-2:hover {
  color: #7881b5;
}

.duv-nav_top_wrap-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lnd_btn-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  margin-top: 10px;
  margin-left: 0px;
  padding: 14px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fcf7d9;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #2c3285;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lnd_btn-2-copy:hover {
  background-color: #2c3285;
  color: #fff;
}

.lnd_btn-2-copy.hide {
  display: none;
}

.duv-nav_dropdown_link-2 {
  display: block;
  padding: 15px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.duv-nav_dropdown_link-2:hover {
  background-color: transparent;
color: green;
}

.recent-post-image {
  overflow: hidden;
  max-height: 200px;
}

.duv-standard-section {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.duv-standard-section.community-info-text {
  max-width: 900px;
  padding-right: 0%;
}

.duv-standard-section.team {
  padding-right: 70px;
  padding-left: 70px;
}

.team-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-141 {
  width: 60%;
}

.team-text {
  width: 100%;
  margin-right: 0px;
}

.team-image {
  width: 100%;
}

.duv-page-header {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #2c3285;
}

.page-title-block {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
}

.rt-team h2 {
  font-size: 40px;
}

.rt-team h4 {
  font-size: 24px;
}

.rt-team h3 {
  margin-top: 10px;
  font-size: 36px;
}

.rt-team h5 {
  font-size: 24px;
}

.team-sub1-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.owner-image {
  width: 80%;
  float: right;
  border-radius: 10px;
}

.team-sub1 {
  display: block;
  margin-bottom: 60px;
}

.team-sub1-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}

.team-image-right {
  width: 40%;
  max-width: 400px;
  margin-left: 30px;
  text-align: right;
}

.team-image-left {
  max-width: 300px;
  margin-right: 30px;
}

.staff-image {
  border-radius: 10px;
  text-align: left;
}

.team-sub2-full {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.team-image-full {
  width: 100%;
}

.partner_card-5 {
  width: 17%;
  margin-bottom: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.partner_card-5:hover {
  margin-bottom: 20px;
  border-style: none;
  border-color: #2c3285;
}

.h4-partner_title {
  max-width: 440px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 8px 10px 10px;
  background-color: transparent;
  color: #2c3285;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.partner-block-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.h4-duv-news_listing {
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #4e5d78;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.p-duv-news-2 {
  max-width: 500px;
  margin-bottom: 15px;
  color: #4e5d78;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.duv-news_link_listing {
  color: #2c3285;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.duv-news_link_listing:hover {
  color: #7881b5;
}

.duv-news-container-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: 60px auto 55px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.duv-news_card_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48%;
  min-height: 110px;
  margin-right: 0px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 4px 4px 5px 0 #e9eaf1;
}
.duv-news_card_list_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 110px;
  margin-right: 0px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 4px 4px 5px 0 #e9eaf1;
}

.duv-news_image_list {
  width: 40%;
  height: 100%;
  min-height: 175px;
}

.duv-news_image_list._01 {
  width: 35%;
  min-height: 150px;
  background-image: url('https://www.duvancohomes.com/uploads/images/duvanco-safety.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.duv-news_image_list._02 {
  background-image: url('https://www.duvancohomes.com/uploads/images/enercare.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.duv-news_image_list._03 {
  background-image: url('https://www.duvancohomes.com/uploads/images/settler-go-holmes.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.duv-news_image_list._04 {
  background-image: url('https://www.duvancohomes.com/uploads/images/townhomes.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.duv-news_card_text_list {
  width: 75%;
  height: 100%;
  padding: 15px 25px;
}

.duv-news_date_list {
  margin-bottom: 10px;
  color: #8a94a6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.duv-news_card_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 110px;
  margin-right: 0px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 4px 4px 5px 0 #e9eaf1;
}

.duv-news_card_home.hide {
  display: none;
}

.duv-news_date_listing {
  margin-bottom: 10px;
  color: #8a94a6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.duv-news-listing {
  display: block;
  width: 100%;
  margin: 60px auto 55px;
  padding-left: 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.duv-news_listing_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  min-height: 110px;
  margin-right: 0px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 4px 4px 5px 0 rgba(188, 192, 218, 0.59);
}

.duv-news-listing-2 {
  display: block;
  width: 100%;
  margin: 30px auto 55px;
  padding-left: 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



.duv-news_date_list-2 {
  margin-bottom: 15px;
  color: #8a94a6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.duv-news-container-list-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: 60px auto 55px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.duv-news-home {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.duv-social-embed {
  padding-right: 15px;
  padding-left: 15px;
width: 33%;
}

.duv-news_list_home {
  display: block;
  overflow: hidden;
  width: 48%;
  min-height: 110px;
  margin-right: 0px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 4px 4px 5px 0 #e9eaf1;
}

.small_button_text-copy {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.small_button_text-copy:hover {
  color: #2c3285;
}

.small_button_centered {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-height: 50px;
  min-width: 140px;
  margin: 10px auto 30px;
  padding: 10px 25px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(23, 48, 73, 0.18);
  border-radius: 40px;
  background-color: #2c3285;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.small_button_centered:hover {
  border-color: #dfdfe0;
  background-color: #7881b5;
}

.duv-news-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.duv-news_home_list {
  display: block;
  overflow: hidden;
  width: 48%;
  min-height: 110px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.video-container {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.intro_container-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.intro_container-gallery.video {
  display: block;
  max-width: 900px;
  margin-top: 0px;
  margin-bottom: 41px;
  padding-top: 0px;
}

.video-thumb {
  width: 33%;
  padding: 15px;
}


.video-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.h3-video-title {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 28px;
}

.text-block-42 {
  margin-bottom: 20px;
}

.active-video-text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.h2-video-heading {
  margin: 10px 2px;
  font-size: 40px;
  line-height: 50px;
}

.duv-news_image_list-home {
  width: 45%;
  height: 100%;
  min-height: 175px;
}

.duv-news_image_list-home._01 {
  background-image: url('https://www.duvancohomes.com/uploads/images/duvanco-safety.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.duv-news_image_list-home._02 {
  background-image: url('https://www.duvancohomes.com/uploads/images/enercare.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.duv-news_image_list-home._03 {
  background-image: url('https://www.duvancohomes.com/uploads/images/settler-go-holmes.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.h2-duv-news_listing {
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #4e5d78;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.h2-article-news {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}

.duv-faq {
  display: none;
  padding: 0px 5%;
}

.duv-faq_container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  -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;
}

.duv-faq-container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.duv-faq_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  padding: 20px 30px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #ebecf0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}



.h3-duv-faq {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2c3285;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.h3-duv-faq.noselect {
  font-size: 17px;
  font-weight: 300;
}

.duv-faq_icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: auto;
  width: 15px;
  height: 15px;
}

.duv-faq_answer {
  overflow: hidden;
  padding-top: 5px;
  padding-right: 25px;
  border-top: 1px none #ebecf0;
  border-right: 1px solid #ebecf0;
  border-left: 1px solid #ebecf0;
}


.p-duv-faq {
  margin-top: 14px;
  margin-bottom: 20px;
  margin-left: 30px;
  color: #7881b5;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.heading-6 {
  display: block;
  text-align: left;
}

.footer_rights-block {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  text-align: center;
}

.html-embed-2 {
  color: #fff;
  text-align: center;
}

.credit {
  margin-top: 10px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
}

.credit-link {
  padding: 0px;
  background-color: transparent;
  color: #f7e68c;
  font-size: 14px;
}

.model_home_address {
  margin-left: 10px;
  color: #2c3285;
  font-weight: 700;
}

.blog_container_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.blog_card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  padding: 0px;
  border: 1px solid #ebecf0;
  border-radius: 10px;
}




.blog_image {
  position: relative;
  padding: 0px;
  border-radius: 4px 4px 0px 0px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog_card_text {
  padding: 0 25px 25px 15px;
}

.h3_blog {
  font-size: 24px;
  line-height: 24px;
}

.blog_paragraph {
  color: #656565;
}

.blog_link_block {
  margin-top: 25px;
  text-decoration: none;
}

.blog_link {
  color: #2c3285;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.duv-footer-rights {
  display: block;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  text-align: center;
}

.duv_holmes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.duv_holmes_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.duv_holmes_columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.duv_holmes_column_02 {
  padding-top: 0px;
  padding-left: 35px;
}

.h3-duv_holmes {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
}

.h3-duv_holmes.whitetext {
  color: #fff;
}

.duv_holmes_feature_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.duv_holmes_feature_column_85 {
  height: 100%;
}


.duv_holmes_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  min-height: 48px;
  min-width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
  -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;
  border-radius: 40px;
  background-color: #fff;
  color: #2c3285;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.blog_list {
  min-height: 400px;
  padding: 90px 5%;
  background-color: #fff;
}


.blog_container {
    display: -ms-grid;
    display: grid;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}








.h2-blog {
  font-size: 24px;
  line-height: 30px;
}

.p-onsite-team {
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #2c3285;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.container-4col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 12px;
  -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;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.container-card:hover {
  box-shadow: 7px 7px 55px 0 #ebecf0;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.container-h4 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.container-4col-p {
  display: block;
  max-width: 560px;
  min-height: 64px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.container-4col-p.centered {
  min-height: 64px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.cta {
  margin-top: 0px;
  color: #2c3285;
  font-size: 38px;
  line-height: 42px;
  text-align: left;
}

.cta_button_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-top: 25px;
  margin-bottom: 10px;
  -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;
}
.home_button_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-top: 15px;
  margin-bottom: 20px;
  -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;
}

.cta_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  min-width: 170px;
  margin-right: 15px;
  padding-right: 25px;
  padding-left: 25px;
  -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;
  border-radius: 40px;
  background-color: #408507;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
}
.home_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  min-width: 130px;
  margin-right: 15px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  border-radius: 40px;
  background-color: #408507;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
}

.cta_button:hover, .home_button:hover {
  background-color: #2c3285;
}

.cta_image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.footer_title {
  margin: 15px auto 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hrca-link {
display:block; clear:both; padding-top: 2rem; color: #fff;
}
.hrca-link:hover {
  color: hsla(0, 0%, 100%, 0.69);
}
.footer_link {
  display: block;
  margin-bottom: 11px;
  color: hsla(0, 0%, 100%, 0.69);
  text-decoration: none;
}
.footer_link:hover {
color: #fff;
}
.footer_social_wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.footer_social_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 0px;
  margin-left: 15px;
  padding: 9px;
  -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;
  border-radius: 50%;
  background-color: #fff;
}

.footer_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 150px;
  margin: 20px 0px 10px;
  padding-right: 28px;
  padding-left: 28px;
  -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;
  border-radius: 40px;
  background-color: #fff;
  color: #2c3285;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.duv-nav_top_text_link_wrapper {
  color: #8a94a6;
}

.duv-nav_top_dropdown_list {
  background-color: transparent;
}

.duv-nav_top_dropdown_list.w--open {
  min-width: 175px;
  padding-top: 0px;
  padding: 0 15px 10px;
  border-style: solid;
  border-width: 0;
  background-color: #7881b5;
   border-radius: 0px 0px 5px 5px;
    box-shadow: 1px 1px 3px 0 #2c3285;
}

.duv-nav_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  margin-top: 11px;
  margin-left: 0px;
  padding: 14px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #2c3285;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.duv-nav_btn:hover {
  background-color: #faeeb2;
  color: #2c3285;
}

.duv-nav_btn.hide {
  display: none;
}

.duv-nav_main_dropdown_list {
  /*min-width: 1000px*/;
  margin-top: 0px;
  border: 1px dotted #000;
}

.duv-nav_main_dropdown_list.w--open {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  /*min-width: 1000px;*/
  margin-top: 85px;
  border-style: none;
  border-radius: 0px 0px 10px 10px;
  background-color: transparent;
  box-shadow: 0 10px 8px -8px #2c3285;
}

.duv-nav_main_dropdown {
  position: static;
  display: block;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.duv-nav_main_line {
  width: 1px;
  height: 100%;
  min-height: 31px;
  margin-left: 15px;
  background-color: #ebecf0;
}

.duv-nav_toggle-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.duv-nav_toggle-bottom.w--open {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #bcc0da;
}

.duv-nav_icon_arrow {
  margin-right: 0px;
}

.duv-nav-main_dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  min-width: 320px;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
box-shadow: 14px 14px 25px 5px rgba(118, 126, 173, 0.08);
  font-weight: 400;
}

.duv-nav_column {
  width: 25%;
  padding: 3px 15px 15px;
}
.duv-nav_column_large2 {
  width: 25%;
  padding: 3px 0 0 !important;
}

.duv-nav_title {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px;
  color: #2c3285;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.duv-nav_title:hover {
  padding: 5px;
  background-color: #2c3285;
  color: #f2f2f2;
  text-decoration: none;
}

.duv-nav_link_title {
  font-weight: 700;
}

.duv-nav_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 33px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #201b3d;
  text-decoration: none;
}

.duv-nav_link:hover {
  background-color: #f8faff;
}

.duv-nav_link_text {
  font-weight: 500;
}

/*.duv-nav_column_large {
  width: 30%;
}*/

.duv-nav_details_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  background-color: #2c3285;
  background-image: url('https://www.duvancohomes.com/uploads/images/potters-available-fade-light.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.duv-nav_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.duv-nav_h4 {
  margin-top: 5px;
  margin-bottom: 23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  color: #2c3285;
  text-align: center;
}

.duv-nav_top_dropdown_list-mobile {
  background-color: transparent;
}

.duv-nav_top_dropdown_list-mobile.w--open {
  min-width: 150px;
  padding-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #4a57a2;
  background-color: transparent;
margin-top: -10px;
}

.duv-nav_main_dropdown_list-mobile {
  /*min-width: 1000px;*/
  margin-top: 0px;
  border: 1px dotted #000;
}

.duv-nav_main_dropdown_list-mobile.w--open {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  /*min-width: 1000px;*/
  margin-top: 97px;
  border-style: none;
  border-radius: 0px 0px 10px 10px;
  background-color: transparent;
  box-shadow: 1px 1px 7px 0 rgba(188, 192, 218, 0.59);
}

.duv-logo-wrapper-copy {
  width: 20%;
  min-height: 100px;
  padding-left: 10px;
  background-color: transparent;
}

.duv-nav_dropdown_base-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
  background-color: #7881b5;
  line-height: 14px;
}

.duv-nav_dropdown_white {
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
  background-color: #7881b5;
  line-height: 14px;
}
  p.p-duv-slider {
    display: block;
    max-width: 50%;
    margin-right: auto;
    margin-bottom: 25px;
    color: #2c3285;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
  }
.community-gallery {
margin: 2px 0;
width: 16%;
}
.contactpageform {
max-width: 800px;
}
.contactform {
    border: 1px solid #2c3285;
    padding: 20px;
    background: #fff;
}
.contactform legend {
font-size: 20px;
font-weight: bold;
margin-bottom: 20px;
color: #2c3285;
}
.contactform label {
    font-weight: normal;
  color: #5f5f5f;
  font-size: 14px;
margin-bottom: 0;
display: inline-block;
}
.contactform input[type=text], .contactform input[type=email], .contactform select.cms_dropdown, .contactform textarea {
width: 100%;
    line-height: 2;
    margin-bottom: 20px;
}
.contactform select.cms_dropdown {
padding: 10px;
}
.contactform .checkboxgroup {
margin: 20px 0;
}
.contactform .checkboxgroup div label {
display: inline;
}
.contactform .space-above {
padding-top: 20px;
}
div.website, div.website * {
  display: none !important;
}
.captcha {
margin: 20px 0;
}

.more_info_button {
margin: 30px auto;
max-width: 600px;
}

@media screen and (max-width: 1500px) {
.gallery-image {
width: 32%;
margin: 1px 0;
}
.gallery_container2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.community-gallery {
width: 20%;
}
.duv-container-home-list {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.hero-slider {
    height: 65vh;
    min-height: 575px;
    margin-bottom: 20px;
}
.cms-slider-home {
    height: 65vh;
    min-height: 575px;
}
.duv-slider-content {
  height: 65vh;
    min-height: 575px;
}
.duv-slider-content.slide1 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 23%, transparent 69%), url('https://www.duvancohomes.com/uploads/images/settlers-slider-1500.jpg');
}
.duv-slider-content.slide2 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.51) 50%, transparent 85%), url('https://www.duvancohomes.com/uploads/images/holmes-slider-1500.jpg');
}
.duv-slider-content.slide3 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 23%, transparent 69%), url('https://www.duvancohomes.com/uploads/images/potters-slider-1500.jpg');
}
.duv-slider-content.slide4 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 23%, transparent 69%), url('https://www.duvancohomes.com/uploads/images/duv-harbour-1.jpg');
}



}

@media screen and (max-width: 1100px) {
 h3.gallery-parent-title {
font-size: 20px;
}
.gallery_container2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.community-gallery {
margin: 2px 0;
width: 19%;
}
}

@media screen and (max-width: 991px) {
.gallery_container2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.gallery-image {
width: 32%;
margin: 1px 0;
}
 h3.gallery-parent-title {
font-size: 18px;
}


  .arrow {
    position: absolute;
    left: 3px;
    top: 59px;
    right: 50px;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .dropdown-text {
    font-size: 15px;
  }
  .menu-button {
    display: none;
  }

  .model-home-map {
    max-width: 100%;
  }

  .nav_column {
    width: 33%;
  }
  .nav_dropdown {
    box-shadow: none;
  }



  .nav_icon_arrow {
    margin-right: 15px;
  }
  .nav05_right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav05_link {
    width: 100%;
    min-height: 45px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Cabin, sans-serif;
  }
  .nav05_nav_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }
  .nav05_button {
    border-radius: 100px;
    background-color: #fafbfc;
  }
  .nav05_menu_icon {
    color: #4e5d78;
  }




.nav03_dropdown_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}







  .nav03_dropdown_link:hover {
    background-color: transparent;
    color: #fff;
  }
.nav03_text {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
  .nav03_text:hover {
    color: #2c3285;
  }
  .navigation-text {
    font-weight: 600;
    text-align: center;
  }
  .duv-nav_top_dropdown_list.w--open .duv-nav_dropdown_base {
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    background-color: #7881b5;
    line-height: 14px;
  }
  .duv-nav-top-full {
    display: none;
  }
  .nav03_dropdown_list {
    text-align: center;
  }
  .nav03_dropdown_list.w--open {
    width: 100%;
    border-top-style: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .nav03_dropdown {
    display: block;
  }
  .right-arrow {
    width: auto;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

.hero-slider {
    height: 40vh;
    min-height: 400px;
    margin-bottom: 20px;
}
.cms-slider-home {
    height: 40vh;
    min-height: 400px;
}
.duv-slider-content {
  height: 40vh;
    min-height: 400px;
}
  .icon-14 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .hero-slider-orig {
    height: 400px;
  }
/*  .home-slider-dynamic-item-2 {
    height: 400px;
    background-image: none;
  }
  .home-slider-dynamic-item-1 {
    height: 400px;
    background-image: none;
  }
*/
.duv-slider-content.slide1 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 23%, transparent 69%), url('https://www.duvancohomes.com/uploads/images/settlers-slider-991.jpg');
}
.duv-slider-content.slide2 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.51) 50%, transparent 85%), url('https://www.duvancohomes.com/uploads/images/holmes-slider-991-2.jpg');
}
.duv-slider-content.slide3 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 23%, transparent 69%), url('https://www.duvancohomes.com/uploads/images/potters-slider-991.jpg');
}
 
/*  .hero-slider {
    height: 400px;
  }
  .home-slider-dynamic-item {
    height: 400px;
    background-image: none;
  }
*/
  .modelhomemap {
    line-height: 24px;
  }
  .duv-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .duv-section.news {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .duv-cta-section {
    height: auto;
    min-height: 370px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .duv-cta-container {
    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-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;
  }
  .duv-cta-column {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .duv-cta-column-right {
    display: none;
    width: 100%;
  }
  .duv-slider-content {
    padding: 90px 5%;
  }
/*  .duv-slider-content.slide2 {
    height: 40vh;
    max-height: 400px;
    min-height: 400px;
  }

  .duv-slider-content.slide3 {
    height: 40vh;
    max-height: 400px;
    background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 46%, transparent 69%), url('https://www.duvancohomes.com/uploads/images/duv-potters-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .duv-slider-content.slide4 {
    height: 40vh;
    max-height: 400px;
    background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 50%, transparent 85%), url('https://www.duvancohomes.com/uploads/images/duv-harbour-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .duv-slider-content.slide1 {
    height: 40vh;
    max-height: 400px;
    background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 50%, transparent 85%), url('https://www.duvancohomes.com/uploads/images/DSC08627.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
*/
  .duv-slider-titlelead {
    max-width: 75%;
    color: #2c3285;
  }
  .h1-duv-slider {
    max-width: 75%;
    font-size: 40px;
  }
  .intro_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .intro_block {
    width: 100%;
  }
  .duv-news_image {
    min-height: 290px;
  }
  .p-duv-news {
    margin-bottom: 15px;
  }
  .duv-news_link {
    color: #7540ee;
    font-size: 12px;
    text-decoration: none;
  }
  .duv-connect-card {
    width: 49%;
    min-height: 300px;
    margin-bottom: 35px;
  }
  .duv-nav-container {
    display: none;
  }
  .duv-nav-top {
    display: none;
  }
  .duv-nav-wrap {
    padding-right: 5%;
    padding-left: 5%;
  }
  .duv-nav_top_wrap {
    padding-right: 5%;
    padding-left: 5%;
    -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;
  }
  .duv-nav_top_left {
    display: none;
  }
  .duv-nav_email {
    padding-right: 15px;
    padding-left: 0px;
    border-right-style: none;
  }
  .duv-nav_phone {
    padding-right: 15px;
    padding-left: 15px;
    border-right-style: none;
  }
  .duv-nav_mobile {
    display: block;
  }
  .duv-nav_right_wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .new_community_block {
    width: 45%;
  }
  .settlers_image_block {
    width: 55%;
  }
  .potters_image_block {
    width: 55%;
  }
  .intro_paragraph {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .main_button {
    position: relative;
  }
  .main_button:hover {
    background-color: #7881b5;
  }
  .large_button_centered {
    position: relative;
  }
  .large_button_centered:hover {
    background-color: #7881b5;
  }
  .community_main_image {
    width: 100%;
    max-height: 400px;
    min-height: 400px;
  }
  .community_header {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .community_features {
    width: 100%;
  }
  .h1-community {
    margin-bottom: 0px;
    font-size: 60px;
  }
  .header_community {
    padding-top: 11px;
  }
  .h2-community-header {
    margin-top: 0px;
    font-size: 20px;
    line-height: 36px;
  }
  .community_info {
    width: 100%;
  }
  .community {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .italic-text {
    font-size: 16px;
  }
  .duv-home-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home_header {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home_main_image {
    width: 100%;
    min-height: 400px;
  }
  .home_info {
    width: 100%;
  }
  .home_features {
    width: 100%;
  }
  .homes-community_features {
    width: 100%;
  }
  .main_button-2 {
    position: relative;
  }
  .main_button-2:hover {
    background-color: #6d3ae2;
  }
  .homes_button_community {
    position: relative;
  }
  .homes_button_community:hover {
    background-color: #6d3ae2;
  }
  .duv-quick-occupancy {
    padding-top: 10px;
  }
  .homes_button_contact {
    position: relative;
  }
  .homes_button_contact:hover {
    background-color: #6d3ae2;
  }
  .duv-cta-section-2 {
    height: auto;
    min-height: 370px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .cta08_h2-2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .header_community-mobile {
    padding-top: 11px;
  }
  .duv-home-section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home_header-title {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home_info-copy {
    width: 100%;
  }
  .home_info-block {
    padding-right: 20px;
    padding-left: 35px;
  }
  .partner-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .partner_card {
    width: 30%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .partner_image {
    max-height: 200px;
    min-height: 150px;
  }
  .partner_image.p1 {
    max-height: 200px;
  }
  .h3-partner_card_title {
    background-color: #2c3285;
    font-weight: 300;
  }
  .duv-section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home_header-title-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h1-page-title {
    padding-left: 0px;
  }
  .page_title-header {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h3-partner_title {
    background-color: transparent;
    color: #2c3285;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
  .h3-partner_title_alt {
    background-color: #2c3285;
    font-weight: 300;
  }
  .duv-partner-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partner_header {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partner_main_image {
    width: 100%;
    min-height: 400px;
  }
  .partner_info {
    width: 100%;
  }
  .partner_contact {
    width: 100%;
  }
  .partner_logo {
    width: 100%;
  }
  .partner_map {
    width: 100%;
  }
  .duv-article-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article_header {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article_main_image {
    width: 100%;
    min-height: 400px;
  }
  .article_main_image.news {
    min-height: 100%;
  }
  .article_listing {
    width: 100%;
  }
  .recent-posts {
    width: 100%;
  }
 
  .duv-nav_right_wrap-copy {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .duv-nav_top_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .duv-logo-wrapper {
    width: 25%;
  }
  .nav05_button-2 {
    border-radius: 100px;
    background-color: #fafbfc;
  }
  .nav05_button-2.w--open {
    background-color: #ebecf0;
  }
  .duv-nav-wrap_main {
    padding-right: 5%;
    padding-left: 5%;
  }
  .nav05_menu_icon-2 {
    color: #4e5d78;
  }
  
  .duv-nav-wrap-2 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .duv-nav_top_wrap-full {
    display: none;
    padding-right: 5%;
    padding-left: 5%;
    -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;
  }

  .duv-standard-section.team {
    padding-right: 0px;
    padding-left: 0px;
  }
  .duv-page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-title-block {
    padding-right: 20px;
    padding-left: 35px;
  }
 
 
  .h4-duv-news_listing {
    max-width: 1000px;
  }
  .p-duv-news-2 {
    margin-bottom: 15px;
  }
  .duv-news_link_listing {
    color: #7540ee;
    font-size: 12px;
    text-decoration: none;
  }
  .duv-news-container-list {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .duv-news_card_list {
    width: 100%;
  }
  .duv-news_image_list {
    min-height: 200px;
  }
  .duv-news_image_list._01 {
    width: 40%;
    min-height: 200px;
  }
  .duv-news_card_text_list {
    width: 100%;
  }
  .duv-news_card_home {
    width: 48%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .duv-news_listing_card {
    max-width: 100%;
  }
  .duv-news-listing-2 {
    padding-right: 20px;
  }
  .duv-social-embed {
    width: 50%;
  }
  .small_button_centered {
    position: relative;
  }
  .small_button_centered:hover {
    background-color: #7881b5;
  }
  .duv-news-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .duv-news_home_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .intro_container-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .video-thumb {
    width: 50%;
  }
  .duv-news_image_list-home {
    min-height: 290px;
  }
  .duv-news_image_list-home._01 {
    width: 100%;
  }
  .duv-news_image_list-home._02 {
    width: 100%;
  }
  .duv-faq_click_wrap {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .duv_holmes {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .duv_holmes_column_02 {
    padding-left: 0px;
  }
  .duv_holmes_feature_wrap {
    max-width: 500px;
  }
  .c09_feature_wrap-copy {
    max-width: 500px;
  }
  .container-card {
    width: 49%;
    margin-bottom: 15px;
  }
  .container-4col-p {
    margin-right: 0px;
    margin-left: 0px;
  }
  .cta {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .cta-p {
    text-align: center;
  }
  .cta_button_wrap, .home_button_wrap {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta_image {
    display: none;
  }
  .home_button_wrap {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .duv-nav_top_dropdown {
    text-align: center;
  }
  .duv-nav_top_dropdown.hide {
    display: none;
  }
  .duv-nav_top_text_link_wrapper {
    text-align: center;
  }
  .duv-nav_btn {
    margin-right: 10px;
  }
  .duv-nav_main_dropdown_list.w--open {
    min-width: auto;
  }
  .duv-nav_icon_arrow {
    margin-right: 15px;
  }
  .duv-nav-main_dropdown {
    box-shadow: none;
  }
  .duv-nav_column {
    width: 33%;
  }
  .duv-nav_column_large {
    display: none;
  }
  .duv-nav-top-mobile {
    display: -ms-grid;
    display: grid;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    clear: both;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
    border-bottom: 1px solid #2c3285;
  }

  .duv-nav_main_dropdown_list-mobile.w--open {
    min-width: auto;
  }
  .div-block-149 {
    position: relative;
    display: block;
    padding-bottom: 20px;
  }
  .div-block-150 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .duv-logo-wrapper-copy {
    width: 25%;
  }
  .duv-nav_dropdown_base-mobile {
    display: block;
  }
  .duv-nav_dropdown_white {
    border-style: none;
    border-width: 1px;
    border-color: #2c3285;
    background-color: #fff;
  }
.blog_container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.h2-blog {
    font-size: 22px;
    line-height: 28px;
}

}

@media screen and (max-width: 767px) {
h3.gallery-parent-title {
font-size: 16px;.duv-slider-content
}
.duv-footer-wrap {
  padding-top: 20px;
    text-align: center;
}
.w-nav-brand {
float: none;
}
.duv-footer_column img {
margin-bottom: 20px;
}
.footer_social_wraps {
  width: 100px;
  margin: 0 auto;
}
.footer_button {
  max-width: 300px;
  margin: 20px auto;
}
.gallery_container2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.community-gallery {
width: 25%;
}
.gallery-image {
width: 48%;
margin: 1px 0;
}

  .p-duv-slider {
    max-width: 75%;
  }

  
  
  .right-arrow {
    width: 40px;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
/*  .home-slider-dynamic-list {
    height: 300px;
  }
*/
/*  .hero-slider-orig {
    height: 300px;
  }*/
/*  .home-slider-dynamic-item-2 {
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .home-slider-dynamic-item-1 {
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
*/
/*  .cms-slider-home-2 {
    height: 300px;
    max-height: 300px;
    min-height: 300px;
  }
*/
  .hero-slider, .cms-slider-home, .duv-slider-content {
    height: 30vh;
    min-height: 350px;
  }
/*  .cms-slider-home {
    height: 30vh;
    min-height: 350px;
  }
  .duv-slider-content {
    height: 30vh;
    min-height: 350px;
  }
*/
/*  .home-slider-dynamic-item {
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
*/
  .duv-model-home-section {
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .duv-section {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .duv-cta-section {
    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-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;
  }
  .duv-footer-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .duv-footer-top-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

/*  .duv-slider-content.slide3 {
    height: 30vh;
    max-height: 300px;
    min-height: 300px;
    background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 50%, transparent 86%), url('https://www.duvancohomes.com/uploads/images/duv-potters-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .duv-slider-content.slide4 {
    height: 30vh;
    max-height: 300px;
    min-height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 50%, transparent 85%), url('https://www.duvancohomes.com/uploads/images/duv-harbour-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .duv-slider-content.slide1 {
    height: 30vh;
    max-height: 300px;
    min-height: 300px;
  }
*/


.duv-slider-content.slide1 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 23%, transparent 69%), url('https://www.duvancohomes.com/uploads/images/settlers-slider-767.jpg');
}
.duv-slider-content.slide2 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.51) 50%, transparent 85%), url('https://www.duvancohomes.com/uploads/images/holmes-slider-767.jpg');
  /*background-position: 0px 0px, 50% 100%;*/
}

.duv-slider-content.slide3 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 23%, transparent 69%), url('https://www.duvancohomes.com/uploads/images/potters-slider-767.jpg');
}

.duv-slider-content.slide4 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 23%, transparent 69%), url('https://www.duvancohomes.com/uploads/images/duv-harbour-1.jpg');
}



  .duv-slider-container {
    margin-right: 24px;
    margin-left: 24px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .duv-slider-titlelead {
    display: none;
    max-width: 75%;
  }
  .h1-duv-slider {
    font-size: 28px;
    line-height: 36px;
  }
  .intro_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .intro_block {
    width: 100%;
  }
  .intro_image {
    margin-top: 55px;
  }
  .duv-news-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .duv-news_card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .duv-news_image {
    width: 100%;
  }
  .duv-news_card_text {
    width: 100%;
  }
  .community_image {
    margin-top: 55px;
  }
  .community_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .community_block {
    width: 100%;
  }
  .community_image_block {
    width: 100%;
  }
  .new_community_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new_community_block {
    width: 100%;
  }
  .settlers_image_block {
    width: 100%;
  }
  .potters_image_block {
    width: 100%;
  }
  .main_button {
    min-height: 40px;
  }
  .main_button_text {
    font-size: 18px;
  }
  .large_button_text {
    font-size: 18px;
  }
  .community_main_image {
    max-height: 300px;
    min-height: 300px;
  }
  .community_features {
    max-width: 100%;
  }
  .h1-community {
    font-size: 50px;
  }
  .h2-community-header {
    font-size: 18px;
    line-height: 30px;
  }
  .duv-community-testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .duv-testimonial-text {
    width: 100%;
  }
  .duv-testimonial-gmap {
    width: 100%;
  }
  .duv-model-info {
    max-width: 100%;
  }
  .h2-centered {
    font-size: 36px;
  }
  .duv-homes-section {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .duv-cta-section-2 {
    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-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;
  }
  .community-site-plan {
    max-width: 100%;
  }
  .h1-home-title-top {
    font-size: 30px;
    line-height: 40px;
  }
  .home_info-block {
    padding-right: 25px;
    padding-left: 25px;
  }
  .partner_card {
    width: 48%;
    margin-bottom: 35px;
    padding-right: 0px;
  }
  .duv-section-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .h1-page-title {
    font-size: 30px;
  }
  .page_title-header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .partner_main_image {
    min-height: auto;
  }
  .partner-text {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .article_text {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .div-block-137 {
    width: 40%;
  }
  .div-block-138 {
    width: 60%;
  }
  .duv-logo-wrapper {
    width: 40%;
  }
  
  .nav_button-2 {
    margin-left: 15px;
  }
  .lnd_btn-2-copy {
    margin-left: 15px;
  }
  .duv-standard-section {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .team-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .team-image {
    max-width: 300px;
    margin-bottom: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .duv-page-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-title-block {
    padding-right: 25px;
    padding-left: 25px;
  }
  .rt-team h4 {
    text-align: center;
  }
  .rt-team h3 {
    text-align: center;
  }
  .team-sub1-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .owner-image {
    display: block;
    width: 100%;
  }
  .team-sub1-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .team-image-right {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .team-image-left {
    width: 100%;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .partner_card-5 {
    width: 48%;
    margin-bottom: 35px;
    padding-right: 0px;
  }
  .duv-news-container-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .duv-news_card_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .duv-news_image_list {
    width: 100%;
    min-height: 250px;
  }
  .duv-news_image_list._01 {
    width: 100%;
  }
  .duv-news_card_text_list {
    width: 100%;
  }
  .duv-news_card_home {
    width: 48%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .duv-news-listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .duv-news_listing_card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .duv-news-listing-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .duv-news-container-list-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .duv-social-embed {
    width: 50%;
  }
  .duv-news_list_home {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .duv-news-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .duv-news_home_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .intro_container-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h2-video-heading {
    font-size: 30px;
  }
  .h2-video-container-title {
    font-size: 40px;
  }
  .duv-news_image_list-home {
    width: 100%;
  }
  .left-arrow {
    width: 40px;
  }
/*  .dynamic-slide {
    max-height: 300px;
  }
*/
  .blog_card {
    width: 100%;
    margin-bottom: 25px;
  }
  .duv-footer-rights {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .duv_holmes_column_02 {
    padding-left: 0px;
  }

  .team-heading {
    font-size: 40px;
    text-align: center;
  }
  .duv-nav_btn {
    margin-left: 15px;
  }
  .duv-nav-main_dropdown {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .duv-nav-main_dropdown.w--open {
background: #bcc0da;
}
  .duv-nav_column {
    width: 50%;
  }
  .duv-logo-wrapper-copy {
    width: 40%;
  }
}

@media screen and (max-width: 479px) {
.duv-news_card_list_home {
display: block;
}
.blog_container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.h2-blog {
    font-size: 20px;
    line-height: 24px;
}
.gallery_container2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.community-gallery {
width: 50%;
}
.gallery-image {
width: 98%;
margin: 1px 0;
}
h3.gallery-parent-title {
    font-size: 12px;
    margin-top: 0px;
    line-height: 24px;
}
  .faq02_block {
    min-width: auto;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .faq02_paragraph {
    margin-left: 15px;
  }
  .faq02_h6.noselect {
    line-height: 25px;
  }

  .nav05_top {
    display: none;
  }

  .centered {
    font-size: 30px;
    line-height: 40px;
  }
  .icon-15 {
    height: 20px;
    margin: 80px 0px;
  }
  .right-arrow {
    width: 40px;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
/*  .home-slider-dynamic-list {
    height: 250px;
  }
  .cms-slider-home {
    width: auto;
    height: 250px;
    max-height: 250px;
    min-height: 250px;
  }
*/
.hero-slider {
    height: 25vh;
    min-height: 250px;
    margin-bottom: 20px;
}
.cms-slider-home {
    height: 25vh;
    min-height: 250px;
}
.duv-slider-content {
  height: 25vh;
    min-height: 250px;
}
  .icon-14 {
    margin: 80px 0px;
  }
  .hero-slider-orig {
    height: 250px;
    max-height: 250px;
  }
/*  .home-slider-dynamic-item-2 {
    width: auto;
    height: 250px;
  }
  .home-slider-dynamic-item-1 {
    width: auto;
    height: 250px;
  }
  .cms-slider-home-2 {
    width: auto;
    height: 250px;
  }
  .hero-slider {
    height: 250px;
    max-height: 250px;
    min-height: 250px;
  }
  .home-slider-dynamic-item {
    width: auto;
    height: 250px;
  }
*/
  .duv-cta-section {
    min-height: 340px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
/*.duv-slider-content.slide1 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 23%, transparent 69%), url('https://www.duvancohomes.com/uploads/images/settlers-slider-479.jpg');
}
  .duv-slider-content.slide2 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.51) 50%, transparent 85%), url('https://www.duvancohomes.com/uploads/images/holmes-slider-479.jpg');
  }
.duv-slider-content.slide3 {
  background-image: linear-gradient(85deg, hsla(0, 0%, 94.9%, 0.7) 23%, transparent 69%), url('https://www.duvancohomes.com/uploads/images/potters-slider-479-98-3-min.jpg');
}*/
/*  .duv-slider-content.slide3 {
    height: 25vh;
    max-height: 250px;
    min-height: 250px;
  }
  .duv-slider-content.slide1 {
    height: 25vh;
    max-height: 250px;
    min-height: 250px;
  }
*/
  .duv-slider-container {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
  }
  .duv-slider-titlelead {
    display: none;
    color: #7881b5;
    font-size: 12px;
    line-height: 18px;
  }
  .h1-duv-slider {
    max-width: 100%;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
  }
  .duv-slider-button {
    padding: 5px 20px;
  }
  .intro_block {
    padding-right: 0px;
  }
  .intro_block.intro-image-block {
    display: block;
    /*display: none;*/
  }
  .intro_image {
    margin-top: 10px;
  }
  .duv-connect-card {
    width: 100%;
  }
  .duv-nav-top {
    display: none;
  }
  .community_block {
    padding-right: 0px;
  }
  .community_image_block {
    padding-right: 0px;
  }
  .new_community_block {
    padding-right: 0px;
  }
  .settlers_image_block {
    padding-right: 0px;
  }
  .potters_image_block {
    padding-right: 0px;
  }
  .centered_bg {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
  }
  .intro_paragraph {
    line-height: 24px;
  }
  .main_button_text {
    font-size: 16px;
  }
  .section-model-home-notice {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .large_button_text {
    font-size: 16px;
  }
  .community_main_image {
    max-height: 250px;
    min-height: 250px;
    background-position: 50% 50%;
  }
  .h1-community {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
  }
  .h1_container_community {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .header_community {
    display: none;
    padding-top: 0px;
  }
  .h2-community-header {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
  .community_info {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .home_main_image {
    max-height: 275px;
    min-height: 275px;
  }
  .header_home {
    padding-top: 0px;
  }
  .home_info {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .duv-cta-section-2 {
    min-height: 340px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  
  .header_community-mobile {
    display: block;
    padding-top: 0px;
  }
  .h1-home-title-top {
    font-size: 24px;
    line-height: 34px;
  }
 
  .partner_card {
    width: 100%;
  }
  .partner_card_block {
    padding-right: 5px;
    padding-left: 5px;
  }
  .duv-section-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .h1-page-title {
    line-height: 40px;
  }
  .page_title-header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .partner_main_image {
    max-height: 275px;
    min-height: auto;
  }
  .partner_info {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .partner_logo {
    max-width: 300px;
  }
  .article_main_image {
    max-height: 275px;
    min-height: 275px;
  }
  .article_main_image.news {
    width: 100%;
  }
  .article_listing {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .rt-duv-article h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .new-test-logo {
    max-height: 275px;
    min-height: 275px;
  }

  .duv-nav-top-full {
    display: none;
  }

  
  .duv-nav_dropdown_link-2 {
    display: block;
  }
  .duv-page-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .rt-team h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .rt-team h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .team-sub1 {
    margin-bottom: 30px;
  }
  .team-sub1-right {
    margin-top: 30px;
  }
  .partner_card-5 {
    width: 100%;
  }
  .duv-social-embed {
    width: 100%;
    padding-bottom: 19px;
  }
  .duv-news-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .duv-news_home_list {
    width: 100%;
    margin-bottom: 0px;
  }
  .video-thumb {
    width: 100%;
  }
  .h2-video-heading {
    font-size: 24px;
    line-height: 40px;
  }
  .h2-video-container-title {
    font-size: 30px;
    line-height: 36px;
  }
  .duv-faq_block {
    min-width: auto;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .h3-duv-faq.noselect {
    line-height: 25px;
  }
  .p-duv-faq {
    margin-left: 15px;
  }
  .dynamic-slide {
    max-height: 250px;
  }
  .heading-7 {
    font-size: 30px;
    line-height: 44px;
  }
  .duv_holmes {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .h3-duv_holmes.whitetext {
    font-size: 24px;
    line-height: 30px;
  }
  .duv_holmes_feature_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .duv_holmes_feature_column_85 {
    padding-left: 10px;
  }
  .c09_feature_wrap-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .duv_holmes_button {
    width: 100%;
  }
  .p-onsite-team {
    font-size: 16px;
    line-height: 24px;
  }
  .team-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .container-card {
    width: 100%;
    padding-bottom: 0px;
  }
  .cta {
    color: #2c3285;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  .cta_button_wrap, .home_button_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cta_button {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .footer_button {
    width: 100%;
  }
  .duv-nav_top_dropdown {
    display: block;
  }
  .duv-nav_btn {
    display: none;
    margin-right: 5px;
  }
  .duv-nav-top-mobile {
    display: block;
  }

}
/* cmsms stylesheet: temp-mobile modified: 05/13/20 15:56:34 */
@media screen and (max-width: 991px) {
  .nav03_dropdown_link {
    display: block;
    text-align: center;
  }
  .nav03_dropdown_link:hover {
    background-color: transparent;
    color: #fff;
  }
  .nav03_text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
  .nav03_text:hover {
    color: #2c3285;
  }
  .navigation-text {
    font-weight: 600;
    text-align: center;
  }
  .duv-nav_dropdown_base {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: center;
    padding: 10px;
    background-color: #7881b5;
    line-height: 14px;
  }
  .nav03_dropdown_list {
    text-align: center;
  }
  .nav03_dropdown_list.w--open {
    width: 100%;
    border-top-style: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .nav03_dropdown {
    display: block;
  }
.duv-nav_top_dropdown_list-mobile {
  background-color: transparent;
}

.duv-nav_top_dropdown_list-mobile.w--open {
  min-width: 150px;
  padding-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #4a57a2;
  background-color: transparent;
}

.duv-nav_main_dropdown_list-mobile {
  min-width: 1000px;
  margin-top: 0px;
  border: 1px dotted #000;
}

.duv-nav_main_dropdown_list-mobile.w--open {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  min-width: 1000px;
  margin-top: 97px;
  border-style: none;
  border-radius: 0px 0px 10px 10px;
  background-color: transparent;
  box-shadow: 1px 1px 7px 0 rgba(188, 192, 218, 0.59);
}
.duv-nav_dropdown_base-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
  background-color: #7881b5;
  line-height: 14px;
}
}
