/*body{
	background-color: #ccc;
}*/
/* Source blocks ==================================================================== */
/* ================================================================================== */
.inner-width{
    width: 1000px;
    margin: 0px auto;
    position: relative;
}
/*p{
    line-height: 20px;
}*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

.sourceblock{
    position: relative;
    margin: 0 auto;
    background-color: #fff;
}
    .sourceblock.iframe .inner-width{
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }


h1.style1{
    color: #3d3935;
    font-weight: 600;
    padding-top: 10px;
}
h1.style2{
    color: #3d3935;
    font-weight: 600;
    padding-top: 10px;
    text-transform: lowercase;
    font-size: 25px;
}

h1.style3{
    color: #3d3935;
    font-weight: 600;
    padding-top: 10px;
    border-bottom: 1px solid #b4bd00;
}

.pagecontent h2,
.pagecontent h3,
.pagecontent h4,
.pagecontent h5,
.pagecontent h6 {
    text-transform: none;
    color: #009ade !important;
}

.ptitle1 {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #3d3935 !important;
}

    .ptitle1.news {
        padding: 5px 0 20px 5px;
        color: #b4bd00 !important;
    }

.ptitle2 {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #009ade !important;
}

.psubtitle1 {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #3d3935 !important;
}

.psubtitle2 {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #009ade !important;
}

.liststyle1 {
    list-style: none;
    padding-left: 0 !important;
    margin-top: 5px !important;
    margin-left: 0 !important;
}

    .liststyle1 li {
        background-image: url("../furniture/icon-liststyle.png");
        background-position: left center;
        background-size: 18px;
        background-repeat: no-repeat;
        padding: 0 0 0 25px;
        width: calc(50% - 25px);
        float: left;
    }

.sourceblock.top {
    position: relative;
}

    .sourceblock.top .bg {
        position: absolute;
        right: calc((100% - 1500px) / 2);
        top: 40px;
        z-index: 998;
    }

.sourceblock.header {
    padding-top: 20px;
    padding-bottom: 20px;
    /*z-index: 999;*/
}

    .sourceblock.header .col1 {
        width: 150px;
        float: left;
    }

        .sourceblock.header .col1 img {
            width: 143px;
            height: 70px;
        }

    .sourceblock.header .col2 {
        width: calc(100% - 150px);
        float: right;
        text-align: right;
    }

        .sourceblock.header .col2 .responsive {
            display: none;
        }

        .sourceblock.header .col2 a {
            color: #666;
            display: inline-block;
        }

            .sourceblock.header .col2 a.selected {
                color: #0a7882;
            }

            .sourceblock.header .col2 a.sep {
                margin: 0 10px;
            }

            .sourceblock.header .col2 a.phone {
                font-weight: bold;
            }

.sourceblock.menu {
    border-top: 2px solid #9d1d96;
    height: 52px;
    z-index: 999;
    position: sticky;
}

    .sourceblock.menu ul.menu {
        list-style: none;
    }

        .sourceblock.menu ul.menu:after {
            content: "";
            display: block;
            clear: both;
        }

        .sourceblock.menu ul.menu li {
            float: left;
        }

            .sourceblock.menu ul.menu li a {
                padding: 15px 15px;
                text-transform: uppercase;
                color: #666;
                display: inline-block;
                font-size: 15px;
                font-weight: 600;
                cursor: pointer;
            }

            .sourceblock.menu ul.menu li:first-child a {
                padding-left: 0px;
            }

            .sourceblock.menu ul.menu li a.selected,
            .sourceblock.pagebreadcrumb .crumb {
                color: #e81f76;
            }

            .sourceblock.menu ul.menu li a:hover {
                color: #9d1d96;
            }
            .sourceblock.menu ul.menu li a[data-open="true"] {
                background-color: #b4bd00;
                color: #fff;
            }


.submenu-wrapper {
    display: none;
    position: absolute;
    top: 220px;
    width: 100%;
    z-index: 1001;
}

.sourceblock.submenu {
    background-color: #fff;
    border-top: 5px solid #b4bd00;
    border-bottom: 5px solid #b4bd00;
}

    .sourceblock.submenu div.menu {
        padding: 20px 0px;
    }

        .sourceblock.submenu div.menu p.menutitle {
            color: #e81f76;
            padding: 5px 0px 8px 0px;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .sourceblock.submenu div.menu ul {
            list-style: none;
            float: left;
            padding-left: 40px;
        }

            .sourceblock.submenu div.menu ul:nth-child(2) {
                padding-left: 0px;
            }

            .sourceblock.submenu div.menu ul li a {
                color: #666;
                padding: 5px 0 5px 15px;
                display: block;
                background-image: url(../clientimages/icon-menu-arrow.png);
                background-position: left center;
                background-repeat: no-repeat;
                font-size: 16px;
                font-weight: 400;
            }

                .sourceblock.submenu div.menu ul li a.selected {
                    color: #e81f76;
                    font-weight: 700;
                }

                .sourceblock.submenu div.menu ul li a:hover {
                    color: #e81f76;
                }

.sourceblock.mmenu .mmenu-close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 10px;
    margin-bottom: 15px;
}

.mmenu {
    position: fixed;
    top: 0;
    right: -400px;
    padding: 20px 0 0 0;
    background-color: #333e48;
    height: 100%;
    z-index: 9999;
    text-align: left;
    width: 400px;
    max-width: calc(100% - 40px);
    margin-right: 0 !important;
}

    .mmenu ul {
        clear: both;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .mmenu ul:first-child {
            border-top: 1px solid #333e48;
        }

        .mmenu ul li {
            padding: 0;
            margin: 0;
            border-bottom: 1px solid #333e48;
        }

            .mmenu ul li.selected {
                background-color: #004987;
            }

            .mmenu ul li img.open {
                float: right;
                width: 20px;
                height: 12px;
                margin: 15px 16px 10px 0;
                cursor: pointer;
            }

            .mmenu ul li a {
                text-decoration: none;
                font-size: 14px;
                color: #fff;
                padding: 8px 10px;
                display: inline-block;
                width: calc(100% - 80px);
            }

            .mmenu ul li ul li a {
                width: calc(100% - 80px);
            }

            .mmenu ul li li {
                background-color: #009ade;
            }

                .mmenu ul li li.selected {
                    background-color: #93bfe8;
                }

                .mmenu ul li li a {
                    padding-left: 20px;
                }

                .mmenu ul li li li a {
                    padding-left: 30px;
                }

                .mmenu ul li li:first-child {
                    border-top: 1px solid #096168;
                }

                .mmenu ul li li:last-child {
                    border-bottom: 0;
                }

        .mmenu ul ul {
            display: none;
        }

        .mmenu ul li.selected > ul {
            display: block;
        }

.search-wrapper {
    margin-top: 20px;
    border: 1px solid #575656;
    padding: 7px 10px;
    display: inline-block;
}

    .search-wrapper input {
        background-color: transparent;
        border: 0;
        color: #575656;
    }

    .search-wrapper img {
        vertical-align: middle;
        cursor: pointer;
        width: 20px;
        height: 20px;
    }

.search-wrapper-m {
    background-color: #fff;
    border: 1px solid #575656;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 8px;
    padding: 7px 10px;
    width: calc(100% - 40px);
}

    .search-wrapper-m input {
        background-color: transparent;
        border: 0;
        color: #575656;
        width: calc(100% - 20px);
    }

    .search-wrapper-m img {
        vertical-align: middle;
        cursor: pointer;
        width: 20px;
        height: 20px;
    }

.mysw-wrapper,
.paynow-wrapper {
    margin-top: 20px;
    margin-left: 10px;
    padding: 7px 15px;
    display: inline-block;
}

.mysw-wrapper {
    background-color: #e81f76;
}

.paynow-wrapper {
    background-color: #009ade;
}

    .paynow-wrapper a,
    .mysw-wrapper a {
        color: #fff !important;
    }

.mypopup {
    text-align: center;
    background-color: #fff;
    padding: 50px 20px;
    height: calc(100% - 100px);
}

    .mypopup h3 {
        text-transform: initial;
        color: #e81f76;
        margin-bottom: 30px;
        font-size: 1.2rem;
    }

    .mypopup .shortline {
        margin-top: 20px;
        max-width: 300px;
    }

    .mypopup div.c.topcol {
        margin-top: 30px;
    }

    .mypopup div.c {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 45px);
        padding: 20px;
    }

        .mypopup div.c:first-child {
            border-right: 1px solid #ddd;
        }

        .mypopup div.c img {
            height: 60px;
        }

        .mypopup div.c a {
            display: inline-block;
        }

        .mypopup div.c p.title {
            padding-bottom: 20px;
            font-size: 20px;
        }

        .mypopup div.c.sw a {
            background-color: #e81f76;
        }

        .mypopup div.c.sw p.title {
            color: #333e47;
        }

        .mypopup div.c.wl p.title {
            color: #333e47;
        }

        .mypopup div.c a:hover {
            opacity: 0.8;
        }

.sourceblock.homeimage {
    height: 475px;
}

.slideshow {
    position: relative;
    height: 100%;
}

.slide {
    height: 100%;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    display: none;
}

.sourceblock.homeimage .caption {
    background-color: rgba(180, 189, 0, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 450px;
    padding: 15px;
}

    .sourceblock.homeimage .caption a {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        line-height: 33px;
    }

    .sourceblock.homeimage .caption h1 {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        line-height: 33px;
    }

.sourceblock.homeimage #nav a {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin-top: 15px;
    margin-right: 5px;
}

    .sourceblock.homeimage #nav a.activeSlide {
        background-color: rgba(255, 255, 255, 1);
    }

.sourceblock.homeimage .tickertape-wrapper {
    background-color: rgba(232, 31, 118, 0.6);
    position: absolute;
    top: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

    .sourceblock.homeimage .tickertape-wrapper a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
        line-height: 33px;
        padding: 5px 15px;
        display: inline-block;
    }

.sourceblock.homemessage p {
    font-family: "Segoe Script";
    text-align: center;
    font-size: 25px;
    color: #e81f76;
    padding: 30px 0 10px 0;
    line-height: 28px;
}

.sourceblock.homefeatures {
    padding: 20px 0;
}

    .sourceblock.homefeatures ul {
        list-style: none;
    }

        .sourceblock.homefeatures ul li {
            float: left;
            margin-left: 14px;
            width: calc((100% - 42px) / 4);
        }

            .sourceblock.homefeatures ul li:first-child {
                margin-left: 0;
            }

        .sourceblock.homefeatures ul:after {
            content: "";
            display: block;
            clear: both;
        }

    .sourceblock.homefeatures .col {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .sourceblock.homefeatures a {
        color: #fff;
        padding: 10px 10px 5px 10px;
        display: block;
        border-bottom: 5px solid rgba(0, 0, 0, 0.1) !important;
    }

    .sourceblock.homefeatures p {
        padding: 10px;
    }

        .sourceblock.homefeatures p a {
            color: #009ade;
            padding: 0;
            display: inline-block;
            border-bottom: none !important;
        }

.sourceblock.pagebreadcrumb {
    padding: 10px 0 20px 0;
}

.sourceblock.pagecontent p {
    font-size: 16px;
    line-height: 25px;
}

.sourceblock.pagecontent .col2 ul {
    margin-left: 15px;
}

.sourceblock.pagecontent .col2 ol {
    margin-left: 20px;
}

    .sourceblock.pagecontent .col2 ul li,
    .sourceblock.pagecontent .col2 ol li {
        font-size: 16px;
        line-height: 25px;
    }

.sourceblock.pagecontent .col3 ul {
    margin-left: 15px;
}

.sourceblock.pagecontent .col3 ol {
    margin-left: 20px;
}

    .sourceblock.pagecontent .col3 ul li,
    .sourceblock.pagecontent .col3 ol li {
        font-size: 16px;
        line-height: 25px;
    }

.sourceblock.pagecontent .col1 {
    width: 304px;
    margin-right: 34px;
    margin-bottom: 50px;
    margin-top: 13px;
    float: left;
}

    .sourceblock.pagecontent .col1 a.title {
        display: block;
        padding: 10px;
        background-color: #e81f76;
        color: #fff;
    }

    .sourceblock.pagecontent .col1 ul {
        list-style: none;
    }

        .sourceblock.pagecontent .col1 ul li a {
            border-bottom: 1px solid #d2d0cd;
            display: block;
            padding: 7px 7px 7px 7px;
            color: #3d3935;
            background-image: url(../furniture/icon-arrow-right-3.png);
            background-repeat: no-repeat;
            background-position: left top 13px;
            background-size: 6px;
            font-size: 16px;
        }

            .sourceblock.pagecontent .col1 ul li a span {
                display: block;
                font-size: 14px;
            }

        .sourceblock.pagecontent .col1 ul ul li a {
            background-position: center left 16px;
            padding-left: 28px;
        }

        .sourceblock.pagecontent .col1 ul li a.selected {
            color: #e81f76;
            font-weight: 600;
            background-image: url(../furniture/icon-arrow-right-4.png);
        }

    .sourceblock.pagecontent .col1.fixedmenu {
        position: fixed;
        top: 46px;
    }

.sourceblock.pagecontent .col2.fixedmenu {
    margin-left: 338px;
}

.sourceblock.menu.fixedtopmenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.submenu-wrapper.fixedtopsubmenu {
    position: fixed;
    top: 51px;
    width: 100%;
    z-index: 9999;
}

.sourceblock.pagecontent .col2 {
    width: calc(100% - 338px);
    float: left;
    margin-bottom: 50px;
}

    .sourceblock.pagecontent .col2 img {
        max-width: 100%;
        height: auto;
    }

.sourceblock.pagecontent .r1 {
    padding: 0;
    margin: 20px 0 0 0;
}

.sourceblock.pagecontent .padtop {
    margin-top: 20px;
}

.sourceblock.pagecontent .padbottom {
    margin-bottom: 20px;
}

.sourceblock.pagecontent .col3 {
    width: 100%;
    padding-bottom: 50px;
}

    .sourceblock.pagecontent .col3 .r2 {
        float: left;
        padding-right: 40px;
        width: 50%;
    }

    .sourceblock.pagecontent .col3 .r3 {
        padding-top: 0;
        float: right;
        width: calc(50% - 40px);
    }

.sourceblock.pagecontent .pagevideo {
    background-color: #ddd;
    border-bottom: 5px solid rgba(0, 0, 0, 0.07);
    padding: 10px;
}

.sourceblock.pagecontent .pageoptions {
    background-color: rgba(0, 154, 222, 0.1);
    margin-top: 30px;
}

    .sourceblock.pagecontent .pageoptions p {
        background-color: #009ade;
        color: #fff;
        padding: 10px;
    }

    .sourceblock.pagecontent .pageoptions .list {
        float: left;
        margin: 10px 28px 10px 0;
        list-style: none;
        width: calc((100% - 28px) / 2);
    }

        .sourceblock.pagecontent .pageoptions .list:first-child {
            margin-right: 0;
        }

    .sourceblock.pagecontent .pageoptions ul li {
        padding: 4px 10px 4px 27px;
        background-image: url(../furniture/icon-arrow-right-5.png);
        background-position: center left 10px;
        background-repeat: no-repeat;
        background-size: 8px;
        color: #333;
    }

        .sourceblock.pagecontent .pageoptions ul li a {
            color: #333;
        }

.sourceblock.pagecontent .pagemessage {
    font-size: 18px;
    color: #b4bd00;
    margin-top: 30px;
    margin-bottom: 10px;
}

.sourceblock.pagecontent .messagepad {
    margin-top: 30px;
}

.sourceblock.pagecontent .pageicon {
    font-size: 16px;
    color: #fff;
    background-position: center left 10px;
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
    padding: 7px 10px 7px 40px;
    width: calc((100% - 114px) / 2);
}

.sourceblock.pagecontent .pagephone {
    background-color: #b4bd00;
    background-image: url(../furniture/icon-phone.png);
    margin-right: 14px;
}

.sourceblock.pagecontent .pageemail {
    background-color: #e81f76;
    background-image: url(../furniture/icon-email.png);
}

.sourceblock.pagecontent .peopleimg {
    clear: both;
    float: left;
    width: 200px;
    height: 200px;
    margin: 0 20px 40px 0;
}

.sourceblock.pagecontent .peopletxt {
    float: left;
    width: calc(100% - 220px);
    margin: 0 0 40px 0;
}

.sourceblock.pagecontent p.br {
    content: "";
    display: block;
    clear: both;
}

.sourceblock .faq-wrapper {
    padding: 20px 0 40px 0;
}

    .sourceblock .faq-wrapper ul {
        margin-left: 0;
        list-style: none;
    }

        .sourceblock .faq-wrapper ul li {
            font-size: 16px;
            line-height: 25px;
        }

            .sourceblock .faq-wrapper ul li.faq_q {
                background-color: #009ade;
                background-image: url(../furniture/icon-arrow-down-3.png);
                background-repeat: no-repeat;
                background-position: center right 10px;
                background-size: 16px;
                padding: 5px 35px 5px 10px;
                margin-top: 5px;
                color: #fff;
                cursor: pointer;
            }

                .sourceblock .faq-wrapper ul li.faq_q.open {
                    background-color: #e81f76;
                    background-image: url(../furniture/icon-arrow-up-3.png);
                }

            .sourceblock .faq-wrapper ul li.faq_a {
                display: none;
                padding: 10px 0 20px 0;
            }

.find-wrapper {
    display: none;
}

    .find-wrapper ul {
        border: 1px solid #eee;
        height: 191px;
        list-style: outside none none;
        margin: 0 !important;
        overflow-x: hidden;
        padding: 0;
    }

        .find-wrapper ul li {
            background-color: #fff;
            margin: 0;
            padding: 3px 10px;
            border-top: 1px solid #eee;
            font-size: 14px !important;
            color: #333;
        }

            .find-wrapper ul li:first-child {
                border: 0;
            }

            .find-wrapper ul li:hover {
                background-color: #b4bd00;
                color: #fff;
                cursor: pointer;
            }

            .find-wrapper ul li.selected {
                background-color: #b4bd00;
                color: #fff;
                cursor: pointer;
            }

    .find-wrapper .continue.button_sliding_bg_small {
        float: right;
        margin-top: 10px;
        display: none;
    }

.sourceblock .social {
    float: right !important;
}

    .sourceblock .social img {
        height: 20px !important;
        margin-left: 10px !important;
        vertical-align: middle;
    }

.input-group {
    margin: 38px 0;
}

.sourceblock.property #map-view {
    height: 300px;
    margin-bottom: 20px;
}

.sourceblock.property ul.property {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sourceblock.property ul.property li {
        margin: 0;
        padding: 0;
        float: left;
        width: calc((100% - 20px) / 2);
    }

        .sourceblock.property ul.property li:nth-child(odd) {
            margin-right: 20px;
        }

.sourceblock.contactform.form {
    margin-bottom: 50px;
    padding: 20px;
    background-color: #eee;
}

    .sourceblock.contactform.form.youth-awards {
        margin-top: 50px;
    }

        .sourceblock.contactform.form.youth-awards p.ptitle2 {
            margin-bottom: 20px;
            padding-left: 10px;
        }

        .sourceblock.contactform.form.youth-awards .input-group h3.decap {
            min-height: 74px;
        }

    .sourceblock.contactform.form.youth-awards {
        padding: 20px 10px;
    }

        .sourceblock.contactform.form.youth-awards .input-group {
            width: calc(50% - 10px);
            float: left;
        }

            .sourceblock.contactform.form.youth-awards .input-group .form-content {
                padding: 10px;
            }

            .sourceblock.contactform.form.youth-awards .input-group:nth-child(odd) {
                margin: 0;
            }

            .sourceblock.contactform.form.youth-awards .input-group:nth-child(even) {
                margin: 0;
            }

.form .intro {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 20px;
}

.input-group h3 {
    color: #666;
}

.sourceblock.contactform.form {
    margin-top: 20px;
}

.sourceblock.contactform .col1 {
    margin-bottom: 50px;
    margin-top: 20px;
}

.sourceblock.contactform .col2 {
    float: left;
    margin-bottom: 50px;
    margin-right: 14px;
    width: calc(50% - 14px);
}

.sourceblock.contactform .col3 {
    float: left;
    margin-bottom: 50px;
    width: calc(50% - 40px);
    padding: 20px;
    background-color: #f8f8f8;
}

.sourceblock.contactform.get-involved .col3 {
    width: calc(100% - 40px);
}

.sourceblock.contactform .padtop {
    padding-top: 20px;
}

.sourceblock.contactform p {
    font-size: 16px;
    line-height: 25px;
    color: #3d3935;
}

.sourceblock.contactform .form p.formhelper {
    font-size: 12px;
    line-height: 20px;
    color: #3d3935;
    padding-top: 0;
    padding-bottom: 10px;
}

.sourceblock.contactform .form p {
    padding: 10px 0 0 0;
}

    .sourceblock.contactform .form p.ptitle2 {
        padding: 20px 0 0 0;
    }

    .sourceblock.contactform .form p span.small {
        font-size: 12px;
    }

.sourceblock.contactform .form input[type="text"] {
    display: block;
    border: 1px solid #eee;
    padding: 7px 10px;
    margin: 3px 0;
    width: calc(100% - 22px);
}

.sourceblock.contactform .form input[type="password"] {
    display: block;
    border: 1px solid #eee;
    padding: 7px 10px;
    margin: 3px 0;
    width: calc(100% - 22px);
}

.sourceblock.contactform .form input.submit-error::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.sourceblock.contactform .form textarea.submit-error::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.sourceblock.contactform .form textarea.submit-error:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.sourceblock.contactform .form textarea.submit-error::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.sourceblock.contactform .form textarea.submit-error:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.sourceblock.contactform .form textarea.submit-error::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.sourceblock.contactform .form input.two {
    margin-right: 5px;
    width: 25px;
    display: inline-block;
}

.sourceblock.contactform .form input.two2 {
    margin-right: 5px;
    width: 73px;
    display: inline-block;
}

.sourceblock.contactform .form input.four {
    margin-right: 5px;
    width: 33px;
    display: inline-block;
}

.sourceblock.contactform .form input.ten {
    margin-right: 5px;
    width: 133px;
    display: inline-block;
}

.sourceblock.contactform .form input.large {
    margin-right: 5px;
    width: 233px;
    display: inline-block;
}

.sourceblock.contactform .form input[type="submit"] {
    float: right;
    margin-top: 10px;
}

.sourceblock.contactform .form select {
    display: block;
    border: 1px solid #eee;
    padding: 7px 5px;
    margin: 3px 0;
    width: 100%;
}

.sourceblock.contactform .form a.submit {
    float: right;
    margin-top: 10px;
}

.sourceblock.contactform .form textarea {
    display: block;
    border: 1px solid #eee;
    padding: 7px 10px;
    margin: 3px 0;
    width: calc(100% - 22px);
    height: 120px;
}

.sourceblock.contactform .checkbox {
    margin-top: 20px;
}

    .sourceblock.contactform .checkbox img {
        display: inline-block;
        width: 33px;
        margin-right: 10px;
        vertical-align: top;
        cursor: pointer;
    }

    .sourceblock.contactform .checkbox p {
        display: inline-block;
        width: calc(100% - 50px);
        padding-top: 5px;
    }

.sourceblock.contactform .radio {
    margin-top: 5px;
}

    .sourceblock.contactform .radio:after {
        content: "";
        display: block;
        clear: both;
    }

    .sourceblock.contactform .radio .item {
        float: left;
        margin-left: 20px;
        margin-bottom: 5px;
    }

        .sourceblock.contactform .radio .item:first-child {
            margin-left: 0;
        }

        .sourceblock.contactform .radio .item.header {
            width: 100% !important;
            padding-top: 10px;
        }

    .sourceblock.contactform .radio.x .item {
        width: calc((100% - 20px) / 2);
        height: 31px;
        margin-left: 0;
    }

    .sourceblock.contactform .radio.x2 .item {
        width: calc((100% - 20px) / 2);
    }

        .sourceblock.contactform .radio.x2 .item:nth-child(odd) {
            margin-left: 0;
        }

    .sourceblock.contactform .radio.x3 .item {
        width: calc((100% - 40px) / 3);
    }

    .sourceblock.contactform .radio img {
        display: inline-block;
        width: 33px;
        margin-right: 10px;
        vertical-align: top;
        cursor: pointer;
    }

    .sourceblock.contactform .radio p {
        display: inline-block;
        width: calc(100% - 50px);
        padding-top: 5px;
    }

.sourceblock.contactform .wrapper {
    margin: 10px 0;
}

.form ul.select {
    width: calc(100% - 42px);
    border: 1px solid #eee;
    list-style: none;
    background-color: #fff;
    margin: 3px 0 3px 0 !important;
    background-image: url(../furniture/icon-arrow-down-4.png);
    background-repeat: no-repeat;
    background-position: right 10px top 15px;
    position: absolute;
}

    .form ul.select li {
        cursor: pointer;
        position: relative;
        z-index: 1001;
        padding: 7px 10px;
    }

        .form ul.select li.hide:hover {
            background-color: #edf8d1;
        }

        .form ul.select li.hide {
            display: none;
        }

.form .result {
    display: none;
}

.form ul.select li.selected.open {
    background-color: #def1ab;
}

.form ul.select li span.name {
    width: 65%;
    display: inline-block;
}

.form ul.select li span.price {
    width: 27%;
    display: inline-block;
    text-align: right;
}

.form.permissionsform form {
    display: none;
}

.form.permissionsform .type {
    display: none;
}

.sourceblock.contactform .permission-type {
    width: calc((100% - 27px) / 3);
    padding: 0 0 20px 0;
    margin-left: 10px;
    margin-top: 20px;
    border: 1px solid #eee;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
}

    .sourceblock.contactform .permission-type:first-child {
        margin-left: 0;
    }

    .sourceblock.contactform .permission-type img.main {
        width: 100%;
        display: block;
        opacity: 0;
    }

    .sourceblock.contactform .permission-type p {
        padding-top: 0;
        color: #333;
        position: relative;
    }

    .sourceblock.contactform .permission-type:hover,
    .sourceblock.contactform .permission-type.selected {
        border: 1px solid #e81f76;
    }

        .sourceblock.contactform .permission-type:hover p,
        .sourceblock.contactform .permission-type.selected p {
            color: #e81f76;
        }

.sourceblock.pagecontent .item.download {
    padding: 40px 0;
}

    .sourceblock.pagecontent .item.download:after {
        content: "";
        display: block;
        clear: both;
    }

    .sourceblock.pagecontent .item.download .dl {
        float: left;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 15px;
        width: calc(100% - 32px);
        border: 1px solid #ccc;
        background-image: url(../furniture/icon-download.png);
        background-repeat: no-repeat;
        background-position: center right 15px;
        background-size: 30px;
        cursor: pointer;
    }

        .sourceblock.pagecontent .item.download .dl:nth-child(2n) {
            margin-right: 0;
        }

        .sourceblock.pagecontent .item.download .dl a {
            display: block;
            color: #3d3935;
            font-weight: 600;
            font-size: 18px;
        }

        .sourceblock.pagecontent .item.download .dl p {
            color: #3d3935;
            font-size: 16px;
        }

#map-view,
#street-view {
    height: 585px;
}

.garages {
    width: 60%;
    text-align: left;
    position: relative;
    margin-top: 20px;
}

.availablegarages {
    margin: 20px 0;
    float: left;
    width: 60%;
}

    .availablegarages ul {
        margin: 0 !important;
        padding: 0;
        list-style: none;
    }

        .availablegarages ul li {
            border: 1px solid #ccc;
            margin-bottom: 10px;
            padding: 15px;
        }

            .availablegarages ul li div.location {
                float: left;
                width: calc(100% - 120px);
            }

            .availablegarages ul li div.price {
                float: left;
                width: 80px;
                color: #e81f76;
            }

            .availablegarages ul li div.add {
                float: right;
                width: 40px;
                text-align: right;
            }

            .availablegarages ul li:after {
                content: "";
                display: block;
                clear: both;
            }

            .availablegarages ul li span {
                color: #3d3935;
                font-weight: 600;
                font-size: 18px;
                display: block;
            }

            .availablegarages ul li .icon {
                width: 35px;
                margin-top: 22px;
                cursor: pointer;
            }

            .availablegarages ul li .icon-inactive {
                width: 35px;
                margin-top: 22px;
            }

.selectedgarages {
    margin: 20px 0 20px 20px;
    float: right;
    width: calc(40% - 20px);
}

    .selectedgarages ul {
        margin: 0 !important;
        padding: 0;
        list-style: none;
    }

        .selectedgarages ul li {
            border: 1px solid #ccc;
            cursor: pointer;
            margin-bottom: 5px;
            padding: 10px 15px;
        }

            .selectedgarages ul li:after {
                content: "";
                display: block;
                clear: both;
            }

            .selectedgarages ul li span {
                color: #3d3935;
                font-weight: 600;
                font-size: 16px;
                display: block;
            }

            .selectedgarages ul li div.location {
                float: left;
                width: calc(100% - 30px);
                font-size: 14px;
            }

            .selectedgarages ul li div.del {
                float: right;
                width: 30px;
                text-align: right;
            }

            .selectedgarages ul li .icon {
                width: 20px;
                margin-top: 13px;
                cursor: pointer;
            }

            .selectedgarages ul li .icon-inactive {
                width: 40px;
                margin-top: 13px;
            }

.garage-wrapper .button_sliding_bg_small {
    float: right;
}

.video-wrapper {
    position: relative;
}

#mp4-video,
canvas {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
}

#mp4-video {
    height: 100%;
    position: absolute;
}

.video-js {
    font-size: 10px;
    color: #fff;
}

.vjs-default-skin .vjs-big-play-button {
    height: 48px !important;
    width: 68px !important;
    border: 1px solid #fff !important;
    border-radius: 6px !important;
    left: 46% !important;
    top: 45% !important;
}

.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
    background-color: #d60b51 !important;
    background-color: rgba(51, 62, 72, 0.7) !important;
}

    .video-js .vjs-big-play-button:hover {
        background-color: #d60b51 !important;
        background-color: rgba(51, 62, 72, 0.9) !important;
        -webkit-transition: background-color 0.5s ease !important;
        transition: background-color 0.5s ease !important;
    }

.video-js .vjs-slider {
    background-color: #d60b51 !important;
    background-color: rgba(51, 62, 72, 0.5) !important;
}

.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
    background: #fff;
}

.video-js .vjs-load-progress {
    background: ligthen(#73859f, 25%);
    background: rgba(115, 133, 159, 0.5);
}

    .video-js .vjs-load-progress div {
        background: ligthen(#73859f, 50%);
        background: rgba(115, 133, 159, 0.75);
    }

.sourceblock.property_detail ul.items {
    padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
}

    .sourceblock.property_detail ul.items:after {
        content: "";
        display: block;
        clear: both;
    }

    .sourceblock.property_detail ul.items li {
        padding: 7px 14px;
        margin: 0;
        float: left;
        background-color: #fff;
        color: #3d3935;
        cursor: pointer;
        font-size: 18px;
    }

        .sourceblock.property_detail ul.items li.selected {
            background-color: #5ab7b2;
            color: #fff;
        }

.sourceblock.property_detail .strip {
    border-bottom: 5px solid #5ab7b2;
}

.sourceblock.property_footerstrip {
    background-color: #e81f76;
}

    .sourceblock.property_footerstrip p {
        color: #fff;
        padding: 30px 0;
        font-size: 28px;
        font-weight: 600;
        line-height: 34px;
    }

.sourceblock.featured-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #e6e6e6;
}

.featured-wrapper .feature {
    float: left;
    margin-left: 14px;
    width: 324px;
    background-color: #fff;
}

    .featured-wrapper .feature:first-child {
        margin-left: 0;
    }

    .featured-wrapper .feature .main {
        display: block;
        height: auto;
    }

        .featured-wrapper .feature .main:hover {
            opacity: 0.8;
        }

    .featured-wrapper .feature h2 {
        text-transform: none;
        font-size: 17px;
        font-weight: 600;
        line-height: 22px;
    }

        .featured-wrapper .feature h2 a {
            color: #3d3935;
            padding: 10px 0 10px 0;
            display: block;
        }

    .featured-wrapper .feature p {
        color: #3d3935;
        font-size: 16px;
        line-height: 22px;
    }

    .featured-wrapper .feature ul {
        margin-left: 15px;
    }

        .featured-wrapper .feature ul li {
            color: #3d3935;
            font-size: 16px;
            line-height: 22px;
        }

    .featured-wrapper .feature .div {
        padding: 10px 20px;
    }

.featured-wrapper .button_sliding_bg {
    margin: 10px 0 15px 20px;
}

.featured-wrapper .feature.newslist a.link {
    background-color: #009ade;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1) !important;
    color: #fff;
    display: block;
    padding: 10px 10px 5px;
}

.featured-wrapper .feature.newslist ul {
    list-style: none;
    padding: 20px;
    margin: 0;
}

    .featured-wrapper .feature.newslist ul li {
        color: #3d3935;
        font-size: 16px;
        line-height: 22px;
        border-top: 1px solid #009ade;
        padding: 15px 0;
    }

        .featured-wrapper .feature.newslist ul li:first-child {
            border-top: 0;
        }

        .featured-wrapper .feature.newslist ul li p.date {
            color: #3d3935;
            font-size: 12px;
            line-height: 22px;
        }

        .featured-wrapper .feature.newslist ul li p.title a {
            color: #3d3935;
            font-weight: 600;
            font-size: 17px;
            line-height: 22px;
        }

        .featured-wrapper .feature.newslist ul li p.intro {
            color: #3d3935;
            font-size: 16px;
            line-height: 22px;
            padding-top: 5px;
        }

.newsmenu {
    display: none;
}

    .newsmenu ul {
        list-style: none;
        margin: 0 !important;
    }

        .newsmenu ul li {
            padding: 10px 0;
            border-bottom: 1px solid #dedede;
        }

            .newsmenu ul li:last-child {
                border-bottom: 0;
            }

            .newsmenu ul li a {
                color: #333;
            }

                .newsmenu ul li a.selected {
                    color: #e81f76;
                    font-weight: 600;
                }

                .newsmenu ul li a span {
                    display: block;
                    font-size: 14px;
                }

.sourceblock.search {
    padding-bottom: 50px;
}

    .sourceblock.search .item {
        margin-bottom: 20px;
    }

    .sourceblock.search p.title a {
        font-weight: 600;
    }

.sourceblock.sitemap .r1 {
    margin-top: 20px;
}

.sourceblock.sitemap ul {
    margin-left: 15px;
}

    .sourceblock.sitemap ul li {
        padding: 5px 0;
        font-size: 16px;
    }

        .sourceblock.sitemap ul li a {
            font-weight: 600;
        }

.sourceblock.footer {
    background-color: #333e48;
    overflow: hidden;
}

.sourceblock .footerfeature {
    margin: 0 0 20px 0;
}

    .sourceblock .footerfeature .inner-width {
        display: flex;
        column-gap: 14px;
    }

    .sourceblock .footerfeature .feature {
        margin: 40px 0 20px 0;
        background-color: #fff;
        flex: 1 1 50%;
    }

        .sourceblock .footerfeature .feature img {
            width: 50%;
            float: left;
            object-fit: cover;
            height: 100%;
        }

    .sourceblock .footerfeature .feature-text {
        float: left;
        padding: 30px 30px 30px 30px;
        width: calc(50% - 60px);
    }

    .sourceblock .footerfeature .feature .feature-title {
        font-size: 22px;
    }

    .sourceblock .footerfeature .feature .feature-intro {
        color: #666;
        font-size: 15px;
        line-height: 22px;
        padding-top: 10px;
    }

.sourceblock.footer .footer1 {
    position: relative;
    z-index: 999;
    border-top: 2px solid #b4bd00;
    padding: 20px 0 10px 0;
}

    .sourceblock.footer .footer1 .left {
        float: left;
        text-align: left;
        width: 200px;
    }

        .sourceblock.footer .footer1 .left img {
            width: 118px;
            height: 58%;
        }

    .sourceblock.footer .footer1 .center {
        float: left;
        text-align: center;
        width: 33%;
    }

        .sourceblock.footer .footer1 .center img {
            margin: 10px;
            height: 26px;
        }

    .sourceblock.footer .footer1 .right {
        float: right;
        text-align: right;
    }

        .sourceblock.footer .footer1 .right img {
            height: 38px;
            margin-left: 50px;
            margin-top: 8px;
        }

.sourceblock.footer .footer2 {
    position: relative;
    z-index: 999;
    border-bottom: 7px solid #b4bd00;
    padding: 10px 0 20px 0;
}

    .sourceblock.footer .footer2 .left {
        float: left;
    }

        .sourceblock.footer .footer2 .left a {
            font-size: 12px;
            padding: 10px 10px 0 0;
        }

    .sourceblock.footer .footer2 .right {
        float: right;
    }

.sourceblock.footer ul {
    list-style: none;
}

    .sourceblock.footer ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .sourceblock.footer ul li {
        float: left;
    }

.sourceblock.footer a {
    color: #fff;
}

.sourceblock.footer .right a.sep {
    margin: 0 10px;
}

.sourceblock.footer .right a.phone {
    font-weight: bold;
}

.sourceblock.footer a.s_icon,
.sourceblock.footer a.s_icon img {
    height: 20px;
    display: inline-block;
}

.sourceblock.footer a.s_icon {
    margin: 20px 8px 0 8px;
}

    .sourceblock.footer a.s_icon img.icon-youtube {
        width: 20px;
    }

    .sourceblock.footer a.s_icon img.icon-facebook {
        width: 10px;
    }

    .sourceblock.footer a.s_icon img.icon-twitter {
        width: 20px;
    }

.button_sliding_bg {
    color: #fff;
    background-color: #e81f76;
    padding: 9px 17px;
    margin: 25px 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    min-width: 100px;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

    .button_sliding_bg.open,
    .button_sliding_bg:hover {
        box-shadow: inset 0 -100px 0 0 rgba(0, 0, 0, 0.1);
        color: #fff !important;
    }

    .button_sliding_bg.right {
        padding-right: 20px;
    }

        .button_sliding_bg.right img {
            width: 10px;
            height: 17px;
            margin-left: 20px;
            vertical-align: -3px;
        }

    .button_sliding_bg .down {
        width: 18px;
        margin-left: 13px;
        vertical-align: 0;
    }

.button_wysiwyg a {
    color: #fff;
    background: url(../furniture/icon-arrow-right-1.png) no-repeat calc(100% - 10px) center;
    background-size: 10px;
    background-color: #e81f76;
    padding: 9px 37px 9px 17px;
    margin: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    min-width: 100px;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow ease 0.8s;
    -moz-transition: box-shadow ease 0.8s;
    transition: box-shadow ease 0.8s;
}

    .button_wysiwyg a:hover {
        box-shadow: inset 0 -100px 0 0 rgba(0, 0, 0, 0.1);
        color: #fff !important;
    }

.button_sliding_bg_small {
    color: #fff;
    background: #e81f76;
    padding: 3px 8px;
    margin: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

    .button_sliding_bg_small:hover {
        box-shadow: inset 0 -100px 0 0 rgba(0, 0, 0, 0.1);
        color: #fff;
    }

.cookiepermissionprompt {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 20px 0;
}

    .cookiepermissionprompt p {
        color: #fff;
    }

    .cookiepermissionprompt .col1 {
        float: left;
        width: calc(100% - 240px);
        padding: 0 20px;
    }

    .cookiepermissionprompt .col2 {
        float: right;
        text-align: right;
        width: 160px;
        padding: 0 20px;
    }

        .cookiepermissionprompt .col2 span {
            border: 2px solid #fff;
            color: #fff;
            display: inline-block;
            padding: 5px 10px;
            cursor: pointer;
        }

            .cookiepermissionprompt .col2 span:hover {
                color: #000;
                background-color: #fff;
            }

#webchat-trigger {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9998;
    display: none;
}

    #webchat-trigger img {
        width: 64px;
        height: 64px;
        cursor: pointer;
    }

.webchat-housing {
    position: fixed;
    bottom: 20px;
    right: 20px;
    transform: translateX(calc(100% - -40px));
    max-height: calc(100vh - 40px);
    width: 320px;
    height: 460px;
    background-color: #b4bd00;
    z-index: 9998;
    transition: ease all 0.3s;
    border: solid 1px #6b702e;
}

#webchat-wrapper[data-open="true"] .webchat-housing {
    transform: none;
}

#webchat-wrapper[data-open="true"] #webchat-trigger {
    transform: translateX(calc(100% - -40px));
}

#webchat {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
}

#webchat-close {
    position: absolute;
    right: 10px;
    top: 13px;
    cursor: pointer;
    height: 14px;
}

.webchat-title {
    color: #fff;
    font-size: 17px;
    display: inline-block;
    padding-top: 9px;
    padding-left: 10px;
}

#exitbutton {
    position: fixed;
    right: 0;
    top: 170px;
    width: 48px;
    height: 148px;
    background: url(../furniture/icon-exit2.png) center center no-repeat;
    background-size: cover;
}

    #exitbutton a {
        display: block;
        width: 100%;
        height: 100%;
    }

.brand-green {
    color: #b4bd00;
}

.brand-magenta {
    color: #e81f76;
}

.brand-blue {
    color: #009ade;
}

.brand-purple {
    color: #9d1d96;
}

.input-group h3.decap {
    text-transform: inherit;
}

.page-block-wrapper {
    border-bottom: 8px solid #b4bd00;
    padding: 10px;
    margin: 0 10px 0 0;
    background-color: #e6e6e6;
    height: calc(100% - 35px);
}

    .page-block-wrapper h1 {
        color: #5d51a4;
    }

.blocks .block-wrapper {
    height: 100%;
}

.blockimages .page-block-wrapper {
    border: 0;
    background-color: transparent;
}

.btn-light-green-cta,
.btn-purple-cta,
.btn-blue-cta,
.btn-magenta-cta,
.btn-orange-cta,
.btn-dark-green-cta {
    padding: 9px 47px 9px 17px;
    margin: 10px 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    min-width: 100px;
    box-shadow: inset 0 0 0 0 rgb(0 0 0 / 10%);
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    background-image: url("../furniture/icon-arrow-right-1.png");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    height: 20px;
    color: #fff;
}

    .btn-light-green-cta:hover,
    .btn-purple-cta:hover,
    .btn-blue-cta:hover,
    .btn-magenta-cta:hover,
    .btn-orange-cta:hover,
    .btn-dark-green-cta:hover {
        box-shadow: inset 0 -100px 0 0 rgba(0, 0, 0, 0.1);
    }

.btn-light-green-cta {
    background-color: #b4bd00;
}

.btn-purple-cta {
    background-color: #9d1d96;
}

.btn-magenta-cta {
    background-color: #e81f76;
}

.btn-orange-cta {
    background-color: #ff9015;
}

.btn-dark-green-cta {
    background-color: #6b702e;
}

.btn-blue-cta {
    background-color: #009ade;
}

.form-item.half {
    width: 50%;
    display: inline-block;
    margin-top: 7px;
}

.sourceblock.contactform .form p.multiselect-title {
    margin: 10px 0;
}

.sourceblock.contactform .form p.disclaimer {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 20px;
    text-align: center;
}

.form-item.inactive {
    display: none;
}

.sourceblock.pagecontent .col1 .sidemenu-wrapper ul li a {
    background-image: none;
}

.sidemenu-wrapper {
    position: relative;
}

    .sidemenu-wrapper ul > li {
        position: relative;
    }

    .sidemenu-wrapper .subsubmenu {
        display: none;
    }

        .sidemenu-wrapper .subsubmenu.active {
            display: block;
        }

    .sidemenu-wrapper .subsubmenutrigger {
        position: absolute;
        background-image: url(../furniture/icon-arrow-down.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
        display: inline-block;
        height: 14px;
        width: 16px;
        transform: rotate(0) scale(1);
        transition: 0.3s all ease;
        right: 0;
        top: 0;
        padding: 10px 8px;
        cursor: pointer;
    }

        .sidemenu-wrapper .subsubmenutrigger.rotate180 {
            transform: rotate(180deg) scale(1);
            transition: 0.3s all ease;
        }
