html {
    scroll-behavior: smooth;
}

#dmg_layout_internal, #buildersCommunities {
    max-width: 100%;
}

#dmg_layout_internal-page {
    padding: 0;
}

#dmg_layout_internal {
    margin-top: 0;
}

#photosNav:before {
    content: '';
    height: 200px;
    width: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 0.4), transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#platNav {
    margin-top: 80px;
}

#buildersCommunities .logo .logoText, {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 3;
    font-size: 50px;
    color: #ffffff;
    line-height: 1.1em;
}

a.anchor-link {
    display: block;
    position: relative;
    top: -115px;
    visibility: hidden;
}

#buildersCommunities .largerContainer {
    max-width: 1500px;
}

#buildersCommunities .header .navigation {
    display: none;
}

#buildersCommunities .header .logo {
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 3;
    border-bottom: 0;
    margin-right: 30px;
}

#buildersCommunities .header .logo .largerContainer {
    width: initial;
}

#buildersCommunities .header .logo img {
    max-height: 70px;
}

#buildersCommunities .header .logo > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#buildersCommunities .topBar {
    display: none;
}

.dmg_internal_area_model #buildersCommunities .topBar,
.dmg_internal_area_model #buildersCommunities .header .navigation {
    display: inherit;
}



/* Navigation */
#buildersCommunities .slideshow .navigation {
    background: rgb(35 81 145 / 0.8);
    padding: 12px 0;
    width: 100%;
    z-index: 1;
    /* position: absolute; */
    bottom: 0;
}

.dmg_internal_area_model #buildersCommunities .navigation {
    background: #565758;
    padding: 12px 0;
    width: 100%;
    z-index: 1;
    height: 47px;
}

#buildersCommunities .slideshow .navigation ul,
.dmg_internal_area_model #buildersCommunities .navigation ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.dmg_internal_area_model #buildersCommunities .navigation ul {
    position: absolute;
    z-index: 10000;
}

#buildersCommunities .slideshow .navigation li,
.dmg_internal_area_model #buildersCommunities .navigation li {
    list-style: none;
}

#buildersCommunities .slideshow .navigation a,
.dmg_internal_area_model #buildersCommunities .navigation a {
    color: #ffffff;
    display: block;
    padding: 2px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

#buildersCommunities .slideshow .navigation a:hover,
.dmg_internal_area_model #buildersCommunities .navigation a:hover {
    background-color: rgb(35 81 145 / 1);
    text-decoration: none;
}
/* End Navigation */



.dmg_internal_area_model #buildersCommunities .slideshow {
    padding: 0 0 70px;
}

#buildersCommunities .slideshow {
    padding: 0;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    background-color: #ffffff;
}

#buildersCommunities .slideshow > div {
    display: block;
}

#buildersCommunities .slider div {
    background-position: top;
    height: 500px;
}

#buildersCommunities .slider {
    height: 500px;
}

.slider-navigation {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

#buildersCommunities .slider-navigation {
    margin: 0;
    /* min-height: 400px; */
    height: 180px;
}
#buildersCommunities .slider-navigation div {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    /* min-height: 400px; */
    height: 180px;
    /* margin: 3px; */
}

    /* the slides */
    .slider-navigation .slick-slide {
        margin: 12px 6px;
      }
      /* the parent */
      .slider-navigation .slick-list {
        margin: 0 -6px;
      }

/* #buildersCommunities .slider div,
#buildersCommunities .slider,
#buildersCommunities .fullWidth .slider div,
#buildersCommunities .slideshow.fullWidth .slider {
    height: 45vw;
}
*/

#buildersCommunities .slideshow .slider {
    width: 100%;
} 

.dmg_internal_area_model #photosNav:before {
    display: none;
}

#buildersCommunities .slick-slide {
    padding: 0;
}

#buildersCommunities .slideshow .filesDetails {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    padding: 30px;
    box-sizing: border-box;
}

.filesDetails .homeType {
    width: 100%;
    display: block;
    color: #f26722;
    font-weight: bold;
    line-height: 1.1em;
}

#dmg_layout_internal .filesDetails h1 {
    color: #f26722;
    margin-bottom: 30px;
}

.filesDetails .files {
    margin-top: 20px;
}

/* 

#buildersCommunities .slideshow .filesDetails {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}

#buildersCommunities .slideshow .filesDetails .files {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
    flex-flow: row wrap;
} */

#buildersCommunities .modelsContainer{justify-content: center;}

#buildersCommunities .slideshow .files{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

#buildersCommunities .slideshow .filesDetails a {
    margin: 7px 0;
    padding: 0px 7px;
    position: relative;
    border: 2px solid #f26722;
    background: #f26722;
    color: #ffffff;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: block;
    width: 300px;
    z-index: 2;
}

#buildersCommunities .slideshow .filesDetails a:hover {
    background-color: transparent;
    color: #f26722;
    text-decoration: none;
}

#buildersCommunities .slideshow .filesDetails i {
    color: #ffffff;
    font-weight: bold;
}

#buildersCommunities .slideshow .filesDetails a:hover i {
    color: #f26722;
}


#buildersCommunities .tour h3,
#buildersCommunities .modelsHomes h3,
#buildersCommunities .contact h3,
#buildersCommunities .infoRight h3,
#buildersCommunities .infoLeft h3 {
    font-weight: initial;
}

#buildersCommunities .tour h3 {
    text-align: center;
    font-size: 20px;
    color: #f26722;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 40px;
}

#buildersCommunities .submitButton {
    background: #f26722;
    border-radius: 6px;
    width: auto;
    padding: 5px 15px;
    border: 2px solid transparent;
}

#buildersCommunities .submitButton:hover {
    background: transparent;
    color: #f26722;
    border: 2px solid #f26722;
    text-decoration: none;
}

#buildersCommunities .submitButton.blue-button {
    background: #235191;
}

#buildersCommunities .submitButton.blue-button:hover {
    color: #235191;
    background: transparent;
    border: 2px solid #235191;
}

@media only screen and (max-width: 900px) {
    #buildersCommunities #vToursNav.tour {
        width: 100%;
        position: relative;
        right: 0;
        z-index: 1;
        margin-top: -60px;
        background: #f1f1f1;
        padding-bottom: 50px;
    }    
}

.button-link {
    background: transparent;
    margin: 5px;
    max-width: 300px;
}

#buildersCommunities .slideshow .filesDetails a.button-link:hover {
    background: #f26722;
    color: #ffffff;
}

#buildersCommunities .slideshow .filesDetails a.button-link:hover i {
    color: #ffffff;
    transition: all .25s ease;
}


.header .logoText {
    font-size: 40px;
    line-height: 40px;
}

.cutler-info {
    background-color: #F1F1F1;
    padding: 40px 0 60px;
}

.cutler-info:after {
    content: '';
    display: block;
    clear: both;
}

.info-block {
    width: 45%;
    min-height: 500px;
    float: left;
    background-size: cover;
    background-position: center;
    position: relative;
}

.info-block.no-bullets {
    width: 70%;
}

.info-block.info-right {
    float: right;
}

.info-block:nth-of-type(n + 3) {
    margin-top: 60px;
    clear: left;
}

.community-info .info-block.info-right {
    min-height: 600px;
}

#dmg_layout_internal .info-block-content h3 {
    color: #f26722;
}

.info-block-content {
    background-color: #f1f1f1;
    width: 100%;
    max-width: 380px;
    float: right;
    margin-right: -60px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: -20px;
    margin-top: 100px;
}

.info-block-content p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 0;
}

.info-block-content li {
    font-size: 15px;
    line-height: 21px;
}


#buildersCommunities .tour {
    width: 55%;
    background: transparent;
    padding: 20px;
    position: absolute;
    right: 0;
    z-index: 1;
    margin-top: -310px;
}

#buildersCommunities .tour .tours {
    padding-bottom: 40px;
}


.info-right .info-block-content {
    float: left;
    margin-left: -60px;
    margin-right: initial;
    position: absolute;
    bottom: 0;
    margin-top: initial;
    margin-bottom: -40px;
}

.info-block-content .bullets {
    margin: 0;
}



#buildersCommunities .model .image {
    height: 250px;
    background-size: contain;
}

#buildersCommunities .model:hover .image{
    background-size: contain;
}

.email{display: none;}

@media only screen and (max-width: 960px) {
    #buildersCommunities .slideshow .slider {
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 900px) {
    .cutler-info {
        padding: 40px 0;
    }
    
    .info-block,
    .info-block.no-bullets {
        width: calc(100% - 80px);
    }
    
    .info-block:nth-of-type(n+1) {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    a.anchor-link {
        top: -160px;
    }
}

@media only screen and (max-width: 500px) {
    .info-block,
    .info-block.no-bullets {
        width: 100%;
        min-height: initial;
        float: none;
        overflow: hidden;

        background-size: 100%;
        background-position: top;
        background-repeat: no-repeat;
    }

    .info-block:nth-of-type(n + 3) {
        margin-top: inherit
    }

    .community-info .info-block.info-right {
        min-height: inherit
    }

    .info-right .info-block-content, .info-block-content {
        position: relative;
        left: initial;
        right: initial;
        margin: 0 auto;
        bottom: initial;
        width: 100%;
        border-radius: 0;
        max-width: initial;
        margin-top: 50vw;
    }
}

/* #buildersCommunities .slideshow .filesDetails a:after {
    content: '';
    display: block;
    width: 2px;
    height: 24px;
    background: #235091;
    position: absolute;
    right: -1px;
    top: 5px;
}

#buildersCommunities .slideshow .filesDetails a:last-of-type:after {
    display: none;
} */
#buildersCommunities .slideshow .filesDetails a:last-of-type{margin: 7px 0;}

#buildersCommunities .slideshow h3.startingPrice, 
#buildersCommunities .slideshow .detail {
    font: 14px/20px 'Nunito Sans', sans-serif;
    color: #3b3b3b;
    margin: 0;
    font-weight: initial;
    word-spacing: initial;
    letter-spacing: initial;
    position: relative;
}

#buildersCommunities .slideshow .details {
    display: flex;
    margin-top: 0px;
    flex-flow: column;
}

#buildersCommunities .detail.model-features {
    margin-top: 10px;
}

.model-features + ul {
    margin-top: 0;
    font-size: 13px;
    line-height: 18px;
    padding-left: 30px;
}



/* #buildersCommunities .map .info {
    background-color: #f26722;
} */



/* .contactForm .button-link {
    cursor: pointer;
    margin: 2% auto 0;
} */

#buildersCommunities .contact > div {
    border-top: 0;
}




#buildersCommunities .modelsHomes {
    padding: 120px 0 30px;
}

#buildersCommunities .modelsHomes.model-communities {
    padding: 30px 0;
    background-color: #F0F1F2;
}

#buildersCommunities .modelsHomes.model-communities h3 {
    color: #f26722;
    text-align: center;
}

#buildersCommunities .modelsHomes .topBar {
    justify-content: center;
}

#buildersCommunities .model {
    width: 23%;
    background-color: #ffffff;
}


#buildersCommunities .modelsHomes .actions {
    display: flex;
    width: auto;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

#buildersCommunities .modelsHomes .option {
    width: 100%;
    max-width: 200px;
    display: block;
    text-align: center;
    background: transparent;
    /* background: #235191; */
    border: 2px solid #f26722;
    color: #f26722;
    text-transform: uppercase;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-top: 7px;
    font-size: 14px;
    cursor: pointer;
    height: auto;
    border-radius: 6px;
}

#buildersCommunities .modelsHomes .option.active {
    background-color: #235191;
    border: 2px solid #235191;
}

#buildersCommunities .modelsHomes .option.active:hover {
    background-color: transparent;
    color: #235191;
    text-decoration: none;
}

#buildersCommunities .modelsHomes .option:hover {
    background-color: #f26722;
    /* border: 2px solid #f26722; */
    color: #ffffff;
    text-decoration: none;
}

#buildersCommunities .community .image {
    background-size: 100% auto;
}

#buildersCommunities .community:hover .image {
    background-size: 115% auto;
}

#buildersCommunities .community {
    width: 45%;
    position: relative;
}

#buildersCommunities .community .name {
    color: #f26722;
    text-transform: initial;
    font-size: 18px;
    padding: 0;
    line-height: 1.1em;
}

#buildersCommunities .communitiesContainer {
    justify-content: space-between;
}

.community-box-info {
    position: absolute;
    width: 100%;
    max-width: 230px;
    z-index: 1;
    background: #f0f1f2;
    padding: 20px;
    border-top-left-radius: 20px;
    right: -30px;
    bottom: -30px;
}

.community-button {
    border: 2px solid #f26722;
    color: #f26722;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
}

.community-button:hover {
    background-color: #f26722;
    color: #ffffff;
}



@media only screen and (max-width: 1150px) {
    #buildersCommunities .model {
        width: 31.3%;
    }
}

@media only screen and (max-width: 960px) {
    #buildersCommunities .slideshow .filesDetails {
        width: 100%;
    }

    #buildersCommunities .slideshow h3.startingPrice, #buildersCommunities .slideshow .detail {
        font: 16px/20px 'Nunito Sans', sans-serif; 
    }

    .model-features + ul {
        font-size: 16px;
    }

    .slider-navigation {
        display: none !important;
    }
}

@media only screen and (max-width: 900px) {
    #buildersCommunities .community {
        width: 100%;
        position: relative;
        margin-bottom: 50px;
        display: flex;
        flex-flow: column;
    }
}

@media only screen and (max-width: 768px) {
    #buildersCommunities .model {
        width: 48%;
    }

    .community-box-info {
        bottom: initial;
        left: initial;
        right: initial;
        border-radius: 0;
        width: 100%;
        max-width: initial;
        box-sizing: border-box;
        bottom: -50px;
    }

    .dmg_internal_area_model #buildersCommunities .navigation ul {
        position: relative;
        z-index: initial;
    }

    .dmg_internal_area_model #buildersCommunities .navigation {
        height: auto;
        padding: 5px;
    }
    
    
}

@media only screen and (max-width: 500px) {
    #buildersCommunities .model {
        width: 98%;
    }

    #buildersCommunities .community .image,
    #buildersCommunities .community:hover .image {
        background-size: cover;
    }
    
}


@media only screen and (max-width: 768px) {
    #dmg_layout_internal {
        margin-top: 60px;
    }

    #buildersCommunities .slider div, #buildersCommunities .slider, #buildersCommunities .fullWidth .slider div, #buildersCommunities .slideshow.fullWidth .slider {
        height: 300px;
    }
}

@media only screen and (max-width: 600px) {
    #buildersCommunities .header .logo > div {
        justify-content: center;
        flex-flow: row wrap;
    }

    #buildersCommunities .header .logo img {
        margin-bottom: 10px;
        max-width: 100%;
    }

    #buildersCommunities .slideshow .details {
        flex-flow: column;
        margin-top: 0;
    }

    #buildersCommunities .slideshow h3.startingPrice, #buildersCommunities .slideshow .detail {
        font-size: 18px;
        font-weight: bold;
    }

    #buildersCommunities .slideshow h3.startingPrice:after, #buildersCommunities .slideshow .detail:after {
        display: none;
    }

    /* .contactForm .button-link {
        margin: 2%;
    } */
}



