@font-face {
    font-family: TheSans;
    src: url(TheSans-B5Plain.eot);
    src: url(TheSans-B5Plain.eot?#iefix) format('embedded-opentype'), url(TheSans-B5Plain.woff2) format('woff2'), url(TheSans-B5Plain.woff) format('woff'), url(TheSans-B5Plain.ttf) format('truetype'), url(TheSans-B5Plain.svg#TheSans-B5Plain) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: TheSans;
    src: url(TheSans-B7Bold.eot);
    src: url(TheSans-B7Bold.eot?#iefix) format('embedded-opentype'), url(TheSans-B7Bold.woff2) format('woff2'), url(TheSans-B7Bold.woff) format('woff'), url(TheSans-B7Bold.ttf) format('truetype'), url(TheSans-B7Bold.svg#TheSans-B7Bold) format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: TheSans;
    src: url(TheSans-B4SemiLight.eot);
    src: url(TheSans-B4SemiLight.eot?#iefix) format('embedded-opentype'), url(TheSans-B4SemiLight.woff2) format('woff2'), url(TheSans-B4SemiLight.woff) format('woff'), url(TheSans-B4SemiLight.ttf) format('truetype'), url(TheSans-B4SemiLight.svg#TheSans-B4SemiLight) format('svg');
    font-weight: 300;
    font-style: normal
}

* {
    margin: 0;
    padding: 0
}

body,
html {
    overflow-x: hidden
}

body {
    background-color: #333132;
    margin: 0;
    padding: 0
}

html {
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9 {
    display: block;
    font-weight: 400
}

#cta,
#section-1,
#section-2,
#section-3,
#section-4,
#section-5,
#section-6 {
    padding: 80px 0 100px;
    color: #fff
}

#cta p,
#section-1 p,
#section-2 p,
#section-3 p,
#section-4 p,
#section-5 p,
#section-6 p {
    font-family: TheSans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 1.4
}

@media screen and (max-width:1024px) {

    #cta,
    #section-1,
    #section-2,
    #section-3,
    #section-4,
    #section-5,
    #section-6 {
        padding: 70px 0 80px
    }

    #cta p,
    #section-1 p,
    #section-2 p,
    #section-3 p,
    #section-4 p,
    #section-5 p,
    #section-6 p {
        font-family: TheSans, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 1.4
    }
}

@media screen and (max-width:767px) {

    #cta,
    #section-1,
    #section-2,
    #section-3,
    #section-4,
    #section-5,
    #section-6 {
        padding: 50px 0 60px
    }

    #cta p,
    #section-1 p,
    #section-2 p,
    #section-3 p,
    #section-4 p,
    #section-5 p,
    #section-6 p {
        font-size: 1rem
    }
}

#header {
    padding: 8vh 0;
    margin: -20px 0 0;
    background: linear-gradient(150deg, #000 -30%, transparent 120%), url(../images/header-image-desktop.jpg) center bottom no-repeat;
    background-size: cover !important
}

#header .button {
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 1.25rem;
    padding: 22px 5px;
    display: inline-block;
    transition: all .6s ease;
    line-height: 1;
    width: 350px;
    background: #333132;
    text-align: center;
    width: auto;
    padding: 22px 11px;
    font-size: 1rem
}

#header .button:hover {
    -webkit-box-shadow: 0 0 60px 0 rgba(51, 63, 72, .22);
    box-shadow: 0 0 60px 0 rgba(51, 63, 72, .22)
}

@media screen and (max-width:1024px) {
    #header .button {
        font-size: .875rem;
        padding: 18px 80px;
        width: auto
    }
}

@media screen and (max-width:992px) {
    #header .button {
        padding: 16px 30px
    }
}

@media screen and (max-width:767px) {
    #header .button {
        padding: 16px 16px
    }
}

#header #brentwood-forest-logo {
    width: 180px;
    height: 140px;
    margin: -30px 0 80px;
    background: url(../images/BrentwoodForest_typefix.svg) left center no-repeat;
    display: block;
    background-size: contain !important
}

#header #tag {
    width: 234px;
    height: 222px;
    transform: rotate(21deg);
    margin: -98px 0 80px;
    background: url(../images/tag.png) right center no-repeat;
    display: block;
    background-size: contain !important;
    z-index: 3000
}

@media screen and (max-width:767px) {
    #header #tag {
     width: 147px;
    height: 157px;
        margin: -5px 0 -13px;
    }
}

#header h1 {
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 1.75rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

#header h2 {
    font-family: TheSans, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 5.25rem;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
}

#header h3 {
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 1.75rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .5)
}

#header #formcontent {
    background: #3dcc6d;
    width: 100%;
    padding: 40px 30px;
    margin-top: -100px;
    z-index: 100;
    min-height: 400px
}

#header #formcontent h4 {
    font-family: TheSans, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 1.75rem;
    border-bottom: 2px solid #fff;
    letter-spacing: -.5px;
    padding: 0 0 .875rem;
    margin: 0 0 1.175rem
}

@media screen and (max-width:992px) {
    #header #formcontent {
        padding: 24px 24px 20px
    }

    #header #formcontent h4 {
        font-size: 1.375rem;
        letter-spacing: -.5px;
        padding: 0 0 .875rem;
        margin: 0 0 1.175rem
    }
}

@media screen and (max-width:767px) {
    #header #formcontent {
        margin-top: 0
    }

    #header #formcontent h4 {
        font-size: 1.5rem;
        padding: 0 0 .875rem;
        margin: 0 0 1.175rem
    }
}

#header .clearfix:after,
#header .clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

#header .clearfix:after {
    clear: both
}

#header label {
    width: auto
}

#header #sorry1,
#header #thankyou1 {
    display: none;
    color: #000;
    padding: 20px 10px;
    font-size: 16px;
    text-align: center;
    height: 100px
}

#header #jpform {
    height: 295px
}

#header fieldset,
#header form {
    padding: 0;
    margin: 0;
    border: none
}

#header fieldset {
    padding: 0 0
}

#header a.selectbox-link span.selectbox-link-text,
#header input,
#header label {
    font-size: 1rem;
    color: rgba(51, 49, 50, .6) !important;
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase
}

@media screen and (max-width:992px) {

    #header a.selectbox-link span.selectbox-link-text,
    #header input,
    #header label {
        font-size: .875rem
    }
}

#header input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    border: 0 solid #ccc;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    background: #fff;
    box-shadow: none;
    border-radius: 0
}

#header input:hover {
    border: 0 solid #5897fb !important
}

@media screen and (max-width:992px) {
    #header input {
        height: 40px
    }
}

#header a.selectbox-link:hover {
    border: 1px solid #5897fb !important
}

#header a.selectbox-link {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    float: left;
    height: 30px;
    border: 1px solid #ccc !important;
    margin: 0 0 5px 0;
    background-color: #b9da8b !important;
    position: relative;
    z-index: 10
}

#header input.hiddenfield {
    width: 1px;
    height: 1px;
    border: 0;
    float: right;
    position: relative;
    z-index: 1;
    left: -40px;
    background: 0 0
}

#header input#Select_Something {
    left: -210px
}

#header form p {
    position: relative;
    margin: 1px 0
}

#header form p label {
    position: absolute;
    top: 12px;
    left: 14px
}

@media screen and (max-width:992px) {
    #header form p label {
        top: 6px
    }
}

#header form p br {
    display: none
}

#header form fieldset p label {
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: left
}

#header label.infield {
    margin: 5px 0 0 0;
    color: grey
}

#header label.error {
    margin: 6px 0 0 0;
    padding: 0 0 0 4px;
    background-color: #fff
}

#header .button-link {
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    height: 70px;
    margin: 20px 0;
    padding: 0 0 0 15px;
    background: #333132;
    border: none;
    cursor: pointer;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

@media screen and (max-width:992px) {
    #header .button-link {
        height: 64px;
        margin: 0
    }
}

#header .button-link span#msg,
#header .button-link span.msg {
    text-align: left;
    padding: 3px;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff
}

@media screen and (max-width:992px) {

    #header .button-link span#msg,
    #header .button-link span.msg {
        font-size: 1.375rem
    }
}

#header #loadingbtn,
#header #thankyou {
    display: none
}

#header #privacy-policy,
#header .privacy-policy,
#header a.policy-link,
#header a:hover.policy-link,
#header p.privacy-policy {
    color: #fff
}

#header .privacy-policy {
    font-size: 10px
}

#header p.privacy-policy {
    font-size: 10px;
    margin: 20px 0 15px;
    line-height: 12px;
    background: url(../images/lock.png) top left no-repeat;
    padding-left: 25px;
    background-size: 14px 18px
}

#header a.policy-link {
    text-decoration: underline;
    color: #fff
}

#header a:hover.policy-link {
    text-decoration: none;
    color: #fff
}

#header #privacy-policy {
    display: none;
    font-size: 9px
}

#header .custom-select {
    position: relative;
    padding: 0 0;
    background: #000;
    margin-bottom: 20px
}

#header .custom-select select {
    display: none !important
}

#header .select-selected {
    background-color: #fff;
    transition: all .6s ease;
    border-bottom: 0 solid #000 !important
}

#header .select-selected:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .3)
}

#header .select-selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent
}

#header .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 12px
}

#header .select-items div,
#header .select-selected {
    color: #333;
    font-size: 14px;
    padding: 12px 1rem;
    border: none;
    border-bottom: 0 solid #000;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#header .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    font-size: .875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none
}

#header .select-hide {
    display: none
}

#header .same-as-selected,
#header .select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}

@media screen and (max-width:1024px) {
    #header {
        background: linear-gradient(150deg, #000 -30%, transparent 120%), url(../images/header-image-tablet-landscape.jpg) center bottom no-repeat
    }

    #header h2 {
        font-size: 4.875rem
    }

    #header .button {
        padding: 18px
    }
}

@media screen and (max-width:992px) {
    #header {
        background: linear-gradient(150deg, #000 -30%, transparent 120%), url(../images/header-image-tablet-portrait.jpg) center bottom no-repeat
    }

    #header h1 {
        font-size: 1.5rem;
        text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
    }

    #header h2 {
        font-size: 3.625rem;
        text-shadow: 1px 2px 4px rgba(0, 0, 0, .3)
    }

    #header h3 {
        font-size: 1.5rem
    }
}

@media screen and (max-width:767px) {
    #header {
        padding: 0 18px 30px;
        background: linear-gradient(150deg, #000 -30%, transparent 120%), url(../images/header-image-mobile.jpg) center bottom no-repeat
    }

    #header #brentwood-forest-logo {
        width: 100px;
        height: 80px;
        margin: 20px 0 0;
        background: url(../images/BrentwoodForest_typefix.svg) left center no-repeat;
        display: block
    }

    #header h1 {
        font-size: 1.25rem
    }

    #header h2 {
        font-size: 2.875rem;
        line-height: 1
    }

    #header h3 {
        font-size: 1rem
    }
}

@media screen and (max-width:767px) {
    #header h1 {
        padding-top: 60px
    }
}

@media screen and (max-width:375px) {
    #header h1 {
        padding-top: 30px
    }

    #header h3 {
        padding-bottom: 30px
    }
}

#gift-card {
    background: #333132;
    padding: 30px 0
}

#gift-card .offer-heading {
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.75rem;
    color: #fff;
    margin: 0 0;
    line-height: 1.2
}

#gift-card .offer-desc {
    font-family: TheSans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
    color: #fff;
    margin: 0 0;
    line-height: 1.2
}

#gift-card .disclaimer,
#gift-card a {
    font-family: TheSans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    color: #fff;
    margin: 0 0
}

@media screen and (max-width:992px) {
    #gift-card .offer-heading {
        font-size: 2.5rem;
        margin: 0 0 1rem
    }

    #gift-card .offer-desc {
        font-size: 1.75rem;
        margin: 0 0 .75rem
    }
}

@media screen and (max-width:767px) {
    #gift-card {
        text-align: center
    }

    #gift-card .offer-heading {
        font-size: 2rem;
        margin: 0 0 1rem
    }

    #gift-card .offer-desc {
        font-size: 1.25rem;
        margin: 0 0 .75rem
    }

    #gift-card .disclaimer,
    #gift-card a {
        font-size: .875rem
    }
}

#section-1 {
    background: #3dcc6d url(../images/green-shape-1.svg) right bottom no-repeat;
    background: cover;
    padding: 10vh 25vh
}

#section-1 h5 {
    font-family: TheSans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.6rem;
    line-height: 1.1;
    margin: 0 0 2.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

#section-1 p {
    font-size: 1.3rem
}

#section-1 h6 {
    font-family: TheSans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.1;
    margin: 5px 0 5px 0
}

#section-1 h7 {
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: .8rem;
    line-height: 1.1;
    margin: 5px 0 0 0
}

#section-1 h8 {
    font-family: TheSans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: .8rem;
    line-height: 1.1;
    margin: 5px 0 0 0
}

#section-1 h9 {
    display: inline-block
}

#section-1 .package {
    background: #333132
}

#section-1 .details {
    padding: 10px
}

#section-1 ul {
    margin-left: -10px
}

#section-1 li {
    display: inline-block;
    list-style: none;
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0 0 0 37px;
    margin: 0 0 .5rem;
    line-height: 1.166
}

#section-1 .icon-bed {
    background: url(../images/icon-bed.svg);
    background-position: 0 center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 20px
}

#section-1 .icon-bath {
    background: url(../images/icon-bath.svg);
    background-repeat: no-repeat !important;
    background-position: 0 center;
    background-size: cover !important;
    height: 20px
}

#section-1 .icon-car {
    background: url(../images/icon-car.svg);
    background-position: 0 center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 20px
}

#section-1 .image-hallmark {
    background: #3dcc6d url(../images/image-hallmark.jpg) right bottom no-repeat;
    background-size: cover;
    height: 120px
}

#section-1 .image-style {
    background: #3dcc6d url(../images/image-style.jpg) right bottom no-repeat;
    background-size: cover;
    height: 120px
}

#section-1 .image-gw {
    background: #3dcc6d url(../images/image-gw.jpg) right bottom no-repeat;
    background-size: cover;
    height: 120px
}

#section-1 .image-valcon {
    background: #3dcc6d url(../images/image-valcon.jpg) right bottom no-repeat;
    background-size: cover;
    height: 120px
}

@media screen and (max-width:1600px) {
    #section-1 {
        padding: 15vh
    }
}

@media screen and (max-width:1480px) {
    #section-1 {
        padding: 10vh 8vh
    }
}

@media screen and (max-width:1300px) {
    #section-1 {
        padding: 10vh 1vh
    }
}

@media screen and (max-width:1200px) {

    #section-1 .image-gw,
    #section-1 .image-hallmark,
    #section-1 .image-style,
    #section-1 .image-valcon {
        height: 91px
    }

    #section-1 h5 {
        font-size: 2.3rem
    }

    #section-1 p {
        font-size: 1.1rem
    }

    #section-1 li {
        padding: 0 0 0 29px
    }
}

@media screen and (max-width:1024px) {
    #section-1 h5 {
        font-size: 2.5rem;
        margin: 0 0 1.5rem
    }

    #section-1 .image-hallmark {
        height: 87px
    }

    #section-1 .image-style {
        height: 87px
    }

    #section-1 .image-gw {
        height: 87px
    }

    #section-1 .image-valcon {
        height: 87px
    }

    #section-1 li {
        padding: 0 0 0 27px
    }

    #section-1 .details {
        height: 153px
    }
}

@media screen and (max-width:992px) {
    #section-1 h5 {
        font-size: 2.25rem;
        margin: 0 0 1.5rem
    }

    #section-1 .image-hallmark {
        height: 101px
    }

    #section-1 .image-style {
        height: 101px
    }

    #section-1 .image-gw {
        height: 101px
    }

    #section-1 .image-valcon {
        height: 101px
    }
}

@media screen and (max-width:767px) {
    #section-1 h5 {
        font-size: 2rem;
        margin: 0 0 1.25rem
    }

    #section-1 .image-hallmark {
        height: 233px
    }

    #section-1 .image-style {
        height: 233px
    }

    #section-1 .image-gw {
        height: 233px
    }

    #section-1 .image-valcon {
        height: 233px
    }

    #section-1 .details {
        margin-bottom: 10px
    }

    #section-1 li {
        padding: 0 0 0 60px;
        font-size: 20px
    }

    #section-1 h6 {
        font-size: 1.8rem;
        padding-left: 10px
    }

    #section-1 h7 {
        font-size: 1.2em;
        padding-left: 10px
    }

    #section-1 h8 {
        font-size: 1.2em;
        padding-left: 10px
    }
}

@media screen and (max-width:667px) {
    h5 {
        font-size: 1.75rem
    }

    .image-hallmark {
        height: 231px
    }

    .image-style {
        height: 231px
    }

    .image-gw {
        height: 231px
    }

    .image-valcon {
        height: 231px
    }
}

#section-2 {
    background: #7ccbe9 url(../images/blue-shape-1.svg) left bottom no-repeat;
    background-size: cover
}

#section-2 p {
    font-size: 1.3rem
}

#section-2 .slider {
    border: 5px solid #fff;
    padding: 5px 5px 0 5px;
    background: #fff
}

#section-2 .slick-dots {
    bottom: -65px
}

#section-2 h6 {
    font-family: TheSans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.1;
    margin: 0 0 2.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

#section-2 ul {
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    list-style-type: none;
    font-size: 1.3rem
}

#section-2 ul li {
    padding: 0 0 0 80px;
    margin: 0 0 1.5rem;
    line-height: 1.166
}

#section-2 ul .icon-blocksize,
#section-2 ul .icon-gas,
#section-2 ul .icon-nbn,
#section-2 ul .icon-parks {
    height: 30px;
    background-size: contain !important;
    background-repeat: no-repeat !important
}

#section-2 ul .icon-nbn {
    background: url(../images/icon-nbn.svg);
    background-position: left center
}

#section-2 ul .icon-blocksize {
    background: url(../images/ion-blocksize.svg);
    background-position: 16px center
}

#section-2 ul .icon-gas {
    background: url(../images/icon-gas.svg);
    background-position: 17px center
}

#section-2 ul .icon-parks {
    background: url(../images/icon-parks.svg);
    background-position: 17px center
}

#section-2 .button {
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 1.25rem;
    padding: 22px 5px;
    display: inline-block;
    transition: all .6s ease;
    line-height: 1;
    width: 350px;
    background: #333132;
    text-align: center
}

#section-2 .button:hover {
    -webkit-box-shadow: 0 0 60px 0 rgba(51, 63, 72, .22);
    box-shadow: 0 0 60px 0 rgba(51, 63, 72, .22)
}

@media screen and (max-width:1024px) {
    #section-2 .button {
        font-size: .875rem;
        padding: 18px 80px;
        width: auto
    }
}

@media screen and (max-width:992px) {
    #section-2 .button {
        padding: 16px 30px
    }
}

@media screen and (max-width:767px) {
    #section-2 .button {
        padding: 16px 16px
    }
}

@media screen and (max-width:1024px) {
    #section-2 {
        padding-left: 0;
        padding-right: 0
    }

    #section-2 .slider {
        margin: 0;
        border: 5px solid #fff
    }

    #section-2 h6 {
        font-size: 2.5rem;
        margin: 0 0 1.5rem
    }

    #section-2 ul {
        font-size: 1.125rem;
        margin: 1rem 0 3rem
    }

    #section-2 ul li {
        padding: 0 0 0 70px
    }

    #section-2 ul .icon-blocksize,
    #section-2 ul .icon-gas,
    #section-2 ul .icon-nbn,
    #section-2 ul .icon-parks {
        height: 25px
    }
}

@media screen and (max-width:992px) {
    #section-2 h6 {
        font-size: 2.25rem;
        margin: 0 0 1.5rem
    }

    #section-2 ul {
        font-size: 1rem
    }
}

@media screen and (max-width:768px) {
    #section-2 .slick-dots {
        bottom: -120px
    }

    #section-2 .slick-dots li {
        padding: 0 0 0 20px
    }

    #section-2 h6 {
        font-size: 2rem;
        margin: 0 0 1.25rem
    }
}

@media screen and (max-width:767px) {
    #section-2 h6 {
        font-size: 1.75rem
    }
}

@media screen and (max-width:375px) {
    #section-2 .slider {
        margin-bottom: 60px
    }
}

#section-3 {
    background: #3dcc6d url(../images/green-shape-2.svg) left center no-repeat;
    background-size: cover
}

#section-3 .slider {
    border: 5px solid #fff;
    padding: 5px 5px 0 5px;
    background: #fff
}

#section-3 .slick-dots {
    bottom: -65px
}

#section-3 h7 {
    font-family: TheSans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.1;
    margin: 0 0 2.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

#section-3 .cols {
    column-count: 1;
    padding: 0 0
}

#section-3 .cols ul {
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    list-style-type: none;
    font-size: 1.3rem
}

#section-3 .cols ul li {
    padding: 0 0 0 80px;
    margin: 0 0 2.125rem;
    line-height: 1.166
}

#section-3 .cols ul .icon-dog,
#section-3 .cols ul .icon-health,
#section-3 .cols ul .icon-parks,
#section-3 .cols ul .icon-playground,
#section-3 .cols ul .icon-sports,
#section-3 .cols ul .icon-wifi {
    height: 30px;
    background-size: contain !important;
    background-repeat: no-repeat !important
}

#section-3 .cols ul .icon-parks {
    background: url(../images/icon-parks.svg);
    background-position: 15px center
}

#section-3 .cols ul .icon-playground {
    background: url(../images/icon-playground.svg);
    background-position: 15px center
}

#section-3 .cols ul .icon-dog {
    background: url(../images/icon-dog.svg);
    background-position: 15px center
}

#section-3 .cols ul .icon-health {
    background: url(../images/icon-health.svg);
    background-position: 15px center
}

#section-3 .cols ul .icon-sports {
    background: url(../images/icon-sports.svg);
    background-position: 15px center
}

#section-3 .cols ul .icon-wifi {
    background: url(../images/icon-wifi.svg);
    background-position: 15px center
}

#section-3 .button {
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 1.25rem;
    padding: 22px 5px;
    display: inline-block;
    transition: all .6s ease;
    line-height: 1;
    width: 350px;
    background: #333132;
    text-align: center;
    background: #fff;
    color: #333132
}

#section-3 .button:hover {
    -webkit-box-shadow: 0 0 60px 0 rgba(51, 63, 72, .22);
    box-shadow: 0 0 60px 0 rgba(51, 63, 72, .22)
}

@media screen and (max-width:1024px) {
    #section-3 .button {
        font-size: .875rem;
        padding: 18px 80px;
        width: auto
    }
}

@media screen and (max-width:992px) {
    #section-3 .button {
        padding: 16px 30px
    }
}

@media screen and (max-width:767px) {
    #section-3 .button {
        padding: 16px 16px
    }
}

@media screen and (max-width:1024px) {
    #section-3 .slick-dots {
        bottom: -50px
    }

    #section-3 h7 {
        font-size: 2.5rem;
        margin: 0 0 1.5rem
    }

    #section-3 .cols ul {
        font-size: 1.125rem;
        margin: 1rem 0 3rem
    }

    #section-3 .cols ul li {
        padding: 0 0 0 70px
    }

    #section-3 .cols ul .icon-dog,
    #section-3 .cols ul .icon-health,
    #section-3 .cols ul .icon-parks,
    #section-3 .cols ul .icon-playground,
    #section-3 .cols ul .icon-sports,
    #section-3 .cols ul .icon-wifi {
        height: 25px
    }

    #section-3 .cols ul .icon-parks {
        background-position: 18px center
    }

    #section-3 .cols ul .icon-playground {
        background-position: 18px center
    }

    #section-3 .cols ul .icon-dog {
        background-position: 18px center
    }

    #section-3 .cols ul .icon-health {
        background-position: 18px center
    }

    #section-3 .cols ul .icon-sports {
        background-position: 18px center
    }

    #section-3 .cols ul .icon-wifi {
        background-position: 15px center;
        height: 22px
    }
}

@media screen and (max-width:992px) {
    #section-3 h7 {
        font-size: 2.25rem;
        margin: 0 0 1.5rem
    }

    #section-3 .cols {
        column-count: 2;
        padding: 0 0
    }

    #section-3 .cols ul {
        font-size: 1rem
    }
}

@media screen and (max-width:768px) {
    #section-3 .slick-dots {
        bottom: -30px
    }

    #section-3 h7 {
        font-size: 2rem;
        margin: 0 0 1.25rem
    }

    #section-3 .cols ul {
        margin: 0 0 3rem
    }
}

@media screen and (max-width:667px) {
    #section-3 h7 {
        font-size: 1.75rem
    }

    #section-3 .cols ul {
        font-size: 14px
    }
}

@media screen and (max-width:375px) {
    #section-3 .cols {
        column-count: 1
    }

    #section-3 .cols ul li {
        margin-bottom: 15px
    }
}

#section-4 {
    background: #7ccbe9 url(../images/blue-shape-2.svg) right top no-repeat;
    background-size: cover;
    padding: 80px 10vh;
    margin: 0 auto
}

#section-4 h8 {
    font-family: TheSans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.1;
    margin: 0 0 2.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

#section-4 .post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #333132;
    width: auto;
    height: 456px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

#section-4 .post-module p {
    font-size: 1.125rem
}

#section-4 .post-module .family-name {
    font-size: 1.5rem;
    transform: all .6s ease
}

#section-4 .post-module .read-more {
    position: absolute;
    bottom: 1rem;
    color: #fff;
    transform: all .6s ease
}

#section-4 .post-module img {
    margin: 0 0
}

#section-4 .post-module img:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(85, 193, 229, .5);
    box-shadow: 0 0 20px 0 rgba(85, 193, 229, .5)
}

#section-4 .post-module:hover .family-name,
#section-4 .post-module:hover .read-more {
    display: none
}

@media screen and (max-width:1024px) {
    #section-4 .post-module {
        height: 400px
    }

    #section-4 .post-module .family-name {
        font-size: 1.25rem
    }

    #section-4 .post-module p {
        font-size: .875rem
    }
}

@media screen and (max-width:992px) {
    #section-4 .post-module {
        padding: 40px 0
    }
}

@media screen and (max-width:767px) {
    #section-4 .post-module {
        padding: 40px 12px
    }
}

#section-4 .post-module .button {
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 1.25rem;
    padding: 22px 5px;
    display: inline-block;
    transition: all .6s ease;
    line-height: 1;
    width: 350px;
    background: #333132;
    text-align: center;
    margin: 0;
    width: 100%
}

#section-4 .post-module .button:hover {
    -webkit-box-shadow: 0 0 60px 0 rgba(51, 63, 72, .22);
    box-shadow: 0 0 60px 0 rgba(51, 63, 72, .22)
}

@media screen and (max-width:1024px) {
    #section-4 .post-module .button {
        font-size: .875rem;
        padding: 18px 80px;
        width: auto
    }
}

@media screen and (max-width:992px) {
    #section-4 .post-module .button {
        padding: 16px 30px
    }
}

@media screen and (max-width:767px) {
    #section-4 .post-module .button {
        padding: 16px 16px
    }
}

#section-4 .hover,
#section-4 .post-module:hover {
    -webkit-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 35px 0 rgba(0, 0, 0, .2)
}

#section-4 .hover .thumbnail img,
#section-4 .post-module:hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6
}

#section-4 .post-module .thumbnail {
    height: 200px;
    overflow: hidden
}

#section-4 .post-module .thumbnail img {
    display: block;
    width: 120%;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

#section-4 .post-module .post-content {
    position: absolute;
    bottom: 0;
    background: #333132;
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s cubic-bezier(.37, .75, .61, 1.05) 0s;
    -moz-transition: all .3s cubic-bezier(.37, .75, .61, 1.05) 0s;
    -ms-transition: all .3s cubic-bezier(.37, .75, .61, 1.05) 0s;
    -o-transition: all .3s cubic-bezier(.37, .75, .61, 1.05) 0s;
    transition: all .3s cubic-bezier(.37, .75, .61, 1.05) 0s
}

@media screen and (max-width:1024px) {
    #section-4 .post-module .post-content {
        padding: 24px
    }
}

#section-4 .post-module .post-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    background: #e74c3c;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

#section-4 .post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #333;
    font-size: 26px;
    font-weight: 700
}

#section-4 .post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #e74c3c;
    font-size: 20px;
    font-weight: 400
}

#section-4 .post-module .post-content .description {
    display: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.8em
}

#section-4 .hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important
}

#section-4 .container-card {
    max-width: 800px;
    min-width: 640px;
    margin: 0 auto
}

#section-4 .container-card:after,
#section-4 .container-card:before {
    content: '';
    display: block;
    clear: both
}

#section-4 .container-card .column {
    width: 50%;
    padding: 0 25px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

#section-4 .container-card .column .demo-title {
    margin: 0 0 15px;
    color: #666;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

#section-4 .container-card .info {
    width: 300px;
    margin: 50px auto;
    text-align: center
}

#section-4 .container-card .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    color: #333
}

#section-4 .container-card .info span {
    color: #666;
    font-size: 12px
}

#section-4 .container-card .info span a {
    color: #000;
    text-decoration: none
}

#section-4 .container-card .info span .fa {
    color: #e74c3c
}

#section-4 .neighbour-story {
    font-family: TheSans, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    padding: 220px 0 0 0;
    height: 486px
}

#section-4 .neighbour-story p {
    font-size: 1.125rem;
    padding: 0 15px
}

#section-4 .family-1,
#section-4 .family-2,
#section-4 .family-3 {
    background-size: contain !important
}

#section-4 .family-1 {
    background: #333132 url(../images/family-1.jpg) center top no-repeat
}

#section-4 .family-2 {
    background: #333132 url(../images/family-2.jpg) center top no-repeat
}

#section-4 .family-3 {
    background: #333132 url(../images/family-3.jpg) center top no-repeat
}

@media screen and (max-width:1024px) {
    #section-4 {
        width: 100%
    }

    #section-4 h8 {
        font-size: 2.5rem;
        margin: 0 0 1.5rem
    }
}

@media screen and (max-width:992px) {
    #section-4 {
        padding: 60px 20px
    }

    #section-4 h8 {
        font-size: 2rem;
        margin: 0 0 1.5rem
    }

    #section-4 .post-module {
        padding: 0;
        margin-bottom: 20px
    }

    #section-4 .post-module p {
        font-size: .8em;
        padding-bottom: 1px
    }

    #section-4 .post-module .post-content {
        padding: 14px
    }
}

@media screen and (max-width:767px) {
    #section-4 {
        padding: 60px 0
    }

    #section-4 h8 {
        font-size: 2rem;
        margin: 0 0 1.5rem
    }

    #section-4 .post-module {
        padding: 0;
        margin-bottom: 20px
    }

    #section-4 .post-module p {
        font-size: .78em
    }

    #section-4 .post-module .post-content {
        padding: 16px;
        top: 210px
    }
}

@media screen and (min-width:576px) {
    #section-4 .display-w {
        display: block
    }

    #section-4 .display-m {
        display: none
    }
}

@media screen and (max-width:575px) {
    #section-4 .display-w {
        display: none
    }

    #section-4 .display-m {
        display: block
    }
}

#cta {
    background: #333132
}

#cta h8 {
    font-family: TheSans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.1;
    padding: 0 35px 0 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

#cta .offer,
#cta .pricepoint {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

#cta .offer {
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem
}

#cta .pricepoint {
    font-family: TheSans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.1
}

@media screen and (max-width:1024px) {
    #cta {
        padding: 70px 0 40px 0
    }

    #cta h8 {
        font-size: 2.5rem;
        margin: 0 0 1.5rem
    }

    #cta .offer {
        font-size: 1.375rem
    }

    #cta .pricepoint {
        font-size: 2.5rem;
        line-height: 1.1
    }
}

@media screen and (max-width:992px) {
    #cta h8 {
        font-size: 2.5rem
    }

    #cta .offer {
        font-size: 1.375rem
    }

    #cta .pricepoint {
        font-size: 2.5rem;
        margin: 0 0 2rem
    }
}

@media screen and (max-width:767px) {
    #cta {
        padding-left: 5%;
        padding-right: 5%
    }

    #cta h8 {
        font-size: 1.25rem;
        font-family: TheSans, sans-serif;
        font-weight: 700;
        font-style: normal
    }

    #cta .offer {
        font-size: 1.375rem;
        margin: 0 0
    }

    #cta .pricepoint {
        font-size: 2.5rem;
        margin: 0 0 1.5rem
    }
}

@media screen and (max-width:667px) {
    #cta h8 {
        font-size: 2rem
    }

    #cta .offer {
        font-size: 1.175rem
    }

    #cta .pricepoint {
        font-size: 2rem
    }
}

#section-5 {
    background: #3dcc6d;
    padding-left: 10%;
    padding-right: 7%
}

#section-5 h9 {
    font-family: TheSans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.1;
    margin: 0 0 2.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

#section-5 .bold {
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal
}

#section-5 .button {
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 1.25rem;
    padding: 22px 5px;
    display: inline-block;
    transition: all .6s ease;
    line-height: 1;
    width: 350px;
    background: #333132;
    text-align: center;
    margin-top: 20px
}

#section-5 .button:hover {
    -webkit-box-shadow: 0 0 60px 0 rgba(51, 63, 72, .22);
    box-shadow: 0 0 60px 0 rgba(51, 63, 72, .22)
}

@media screen and (max-width:1024px) {
    #section-5 .button {
        font-size: .875rem;
        padding: 18px 80px;
        width: auto
    }
}

@media screen and (max-width:992px) {
    #section-5 .button {
        padding: 16px 30px
    }
}

@media screen and (max-width:767px) {
    #section-5 .button {
        padding: 16px 16px
    }
}

#section-5 img {
    border: 5px solid #fff
}

@media screen and (max-width:1440px) {
    #section-5 {
        padding-left: 0;
        padding-right: 0
    }

    #section-5 img {
        max-width: 100%
    }
}

@media screen and (max-width:1024px) {
    #section-5 h9 {
        font-size: 2.5rem;
        margin: 0 0 1.5rem
    }
}

@media screen and (max-width:992px) {
    #section-5 p {
        display: inline-block
    }

    #section-5 .button {
        float: right
    }
}

@media screen and (max-width:768px) {
    #section-5 {
        padding-left: 5%;
        padding-right: 5%
    }

    #section-5 h9 {
        font-size: 2rem;
        margin: 0 0 1.5rem
    }

    #section-5 .bold {
        width: 100%
    }
}

#section-6 {
    background: #7ccbe9 url(../images/blue-shape-2.svg) right top no-repeat;
    background-size: cover;
    padding: 80px 10vh;
    margin: 0 auto
}

#section-6 h8 {
    font-family: TheSans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.1;
    margin: 0 0 2.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

#section-6 .post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #333132;
    width: auto;
    height: 456px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

#section-6 .post-module p {
    font-size: 1.125rem
}

#section-6 .post-module .family-name {
    font-size: 1.5rem;
    transform: all .6s ease
}

#section-6 .post-module .read-more {
    position: absolute;
    bottom: 1rem;
    color: #fff;
    transform: all .6s ease
}

#section-6 .post-module img {
    margin: 0 0
}

#section-6 .post-module img:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(85, 193, 229, .5);
    box-shadow: 0 0 20px 0 rgba(85, 193, 229, .5)
}

#section-6 .post-module:hover .family-name,
#section-6 .post-module:hover .read-more {
    display: none
}

@media screen and (max-width:1024px) {
    #section-6 .post-module {
        height: 400px
    }

    #section-6 .post-module .family-name {
        font-size: 1.25rem
    }

    #section-6 .post-module p {
        font-size: .875rem
    }
}

@media screen and (max-width:992px) {
    #section-6 .post-module {
        padding: 40px 0
    }
}

@media screen and (max-width:767px) {
    #section-6 .post-module {
        padding: 40px 12px
    }
}

#section-6 .post-module .button {
    font-family: TheSans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 1.25rem;
    padding: 22px 5px;
    display: inline-block;
    transition: all .6s ease;
    line-height: 1;
    width: 350px;
    background: #333132;
    text-align: center;
    margin: 0;
    width: 100%
}

#section-6 .post-module .button:hover {
    -webkit-box-shadow: 0 0 60px 0 rgba(51, 63, 72, .22);
    box-shadow: 0 0 60px 0 rgba(51, 63, 72, .22)
}

@media screen and (max-width:1024px) {
    #section-6 .post-module .button {
        font-size: .875rem;
        padding: 18px 80px;
        width: auto
    }
}

@media screen and (max-width:992px) {
    #section-6 .post-module .button {
        padding: 16px 30px
    }
}

@media screen and (max-width:767px) {
    #section-6 .post-module .button {
        padding: 16px 16px
    }
}

#section-6 .hover,
#section-6 .post-module:hover {
    -webkit-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 35px 0 rgba(0, 0, 0, .2)
}

#section-6 .hover .thumbnail img,
#section-6 .post-module:hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6
}

#section-6 .post-module .thumbnail {
    height: 200px;
    overflow: hidden
}

#section-6 .post-module .thumbnail img {
    display: block;
    width: 120%;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

#section-6 .post-module .post-content {
    position: absolute;
    bottom: 0;
    background: #333132;
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s cubic-bezier(.37, .75, .61, 1.05) 0s;
    -moz-transition: all .3s cubic-bezier(.37, .75, .61, 1.05) 0s;
    -ms-transition: all .3s cubic-bezier(.37, .75, .61, 1.05) 0s;
    -o-transition: all .3s cubic-bezier(.37, .75, .61, 1.05) 0s;
    transition: all .3s cubic-bezier(.37, .75, .61, 1.05) 0s
}

@media screen and (max-width:1024px) {
    #section-6 .post-module .post-content {
        padding: 24px
    }
}

#section-6 .post-module .post-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    background: #e74c3c;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

#section-6 .post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #333;
    font-size: 26px;
    font-weight: 700
}

#section-6 .post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #e74c3c;
    font-size: 20px;
    font-weight: 400
}

#section-6 .post-module .post-content .description {
    display: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.8em
}

#section-6 .hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important
}

#section-6 .container-card {
    max-width: 800px;
    min-width: 640px;
    margin: 0 auto
}

#section-6 .container-card:after,
#section-6 .container-card:before {
    content: '';
    display: block;
    clear: both
}

#section-6 .container-card .column {
    width: 50%;
    padding: 0 25px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

#section-6 .container-card .column .demo-title {
    margin: 0 0 15px;
    color: #666;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

#section-6 .container-card .info {
    width: 300px;
    margin: 50px auto;
    text-align: center
}

#section-6 .container-card .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    color: #333
}

#section-6 .container-card .info span {
    color: #666;
    font-size: 12px
}

#section-6 .container-card .info span a {
    color: #000;
    text-decoration: none
}

#section-6 .container-card .info span .fa {
    color: #e74c3c
}

@media screen and (max-width:1024px) {
    #section-6 .content-wrapper {
        width: 100%
    }

    #section-6 .content-wrapper h8 {
        font-size: 2.5rem;
        margin: 0 0 1.5rem
    }
}

@media screen and (max-width:992px) {
    #section-6 h8 {
        font-size: 2rem;
        margin: 0 0 1.5rem
    }
}

@media screen and (max-width:767px) {
    #section-6 {
        padding: 80px 0
    }

    #section-6 img {
        padding-bottom: 20px
    }

    #section-6 h8 {
        font-size: 2rem;
        margin: 0 0 1.5rem
    }
}

#google-map {
    width: 100%;
    height: 600px;
    margin-bottom: 0
}

@media screen and (max-width:1024px) {
    #google-map {
        height: 500px
    }
}

@media screen and (max-width:992px) {
    #google-map {
        height: 450px
    }
}

@media screen and (max-width:767px) {
    #google-map {
        height: 350px;
        margin-bottom: 0
    }
}

#footer {
    padding: 36px;
    background: #333132
}

#footer #brentwood-forest-footer-logo {
    width: 100%;
    height: 110px;
    background: url(../images/BrentwoodForest_typefix.svg) left center no-repeat;
    display: block;
    background-size: contain
}

#footer ul {
    list-style-type: none;
    font-family: TheSans, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0
}

#footer ul li {
    display: inline-block;
    font-size: .75rem;
    border-right: 1px solid #fff;
    padding: 0 .5rem
}

#footer ul li:first-child {
    padding: 0 .5rem 0 0
}

#footer ul li:last-child {
    padding: 0 0 0 .5rem;
    border-right: none
}

#footer ul li a {
    text-decoration: none;
    color: #fff;
    transition: all .6s ease
}

#footer ul li a:hover {
    border-bottom: 1px solid #3dcc6d
}

#footer #avid-property-group-logo {
    width: 100%;
    height: 110px;
    background: url(../images/avid-property-group.png) left center no-repeat;
    display: block;
    background-size: contain
}

@media screen and (max-width:1024px) {
    #footer ul {
        list-style-type: none;
        font-family: TheSans, sans-serif;
        font-weight: 400;
        font-style: normal;
        margin: 0 0
    }

    #footer ul li {
        display: inline-block;
        font-size: .75rem;
        border-right: 1px solid #fff;
        padding: 0 .375rem
    }

    #footer ul li:nth-child(4) {
        border-right: none
    }

    #footer ul li:first-child {
        padding: 0 .375rem 0 0
    }

    #footer ul li:last-child {
        padding: 0;
        border-right: none
    }
}

@media screen and (max-width:992px) {
    #footer {
        padding: 0 36px 36px 36px
    }

    #footer #avid-property-group-logo,
    #footer #brentwood-forest-footer-logo {
        background-position: center bottom
    }

    #footer #brentwood-forest-footer-logo {
        height: 86px
    }

    #footer #avid-property-group-logo {
        height: 86px
    }

    #footer ul {
        list-style-type: none;
        font-family: TheSans, sans-serif;
        font-weight: 400;
        font-style: normal;
        margin: 0 0
    }

    #footer ul li {
        display: inline-block;
        font-size: .75rem;
        border-right: 1px solid #fff;
        padding: 0 .375rem
    }

    #footer ul li:nth-child(3) {
        border-right: none;
        margin-right: 30px
    }

    #footer ul li:nth-child(4) {
        padding: 0 .375rem 0 0;
        border-right: 1px solid #fff
    }

    #footer ul li:first-child {
        padding: 0 .375rem 0 0
    }

    #footer ul li:last-child {
        padding: 0;
        border-right: none
    }
}

@media screen and (max-width:767px) {
    #footer {
        padding: 18px 18px 36px 18px
    }

    #footer #brentwood-forest-footer-logo {
        background-position: left bottom;
        height: 50px;
        margin: 0 0 18px
    }

    #footer #avid-property-group-logo {
        height: 30px;
        background-position: right bottom;
        margin: -30px 0 0 0
    }

    #footer ul {
        margin: 0 0;
        display: inline-block
    }

    #footer ul li {
        font-size: .75rem;
        border-right: 1px solid #fff;
        padding: 0 .375rem
    }

    #footer ul li:nth-child(3) {
        margin-right: 0
    }

    #footer ul li:nth-child(4) {
        padding: 0 .375rem 0 0;
        border-right: 0 solid #fff
    }

    #footer ul li:first-child {
        padding: 0 .375rem 0 0
    }

    #footer ul li:last-child {
        padding: 0;
        border-right: none
    }
}

.blue-text {
    color: #55c1e5
}

.green-text {
    color: #3dcc6d
}

.logo-link {
    position: relative
}

.logo-link a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: #fff;
    opacity: 0
}