/* navigation */
.header-logo-2 {
    min-width: 9.5rem;
}

#primary-menu {
    display: flex;
    width: 78.9%;
    text-align: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

#primary-menu li {
    list-style-type: none
}

#primary-menu li a {
    text-decoration: none;
    color: #414141;
}

/* list */
.container-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 67.5rem;
    margin: 5rem auto 5rem;
}

.document-list-wrapper .document-list ul {
    padding-left: 0;
    list-style-type: none;
}

.document-list-wrapper .document-list ul li {
    border-bottom: 1px solid #9a9a9a;
    padding: 0;
}

.document-list-wrapper .document-list ul li a {
    color: #333;
    text-decoration: none;
    font-family: Gotham, sans-serif;
}

/* document library */
.document-library-wrapper {
    font-family: Gotham, sans-serif;
}

.document-library-heading {
    border-bottom: 1px solid #3d3c3f;
    padding-bottom: 35px;
}

.document-library-heading h2,
.document-library-inner-header h1 {
    /* margin-top: 0px; */
    margin-bottom: 0rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: 'Avant', sans-serif;
    color: #414141;
    font-size: 2.25rem;
    line-height: 2.1rem;
    font-weight: 700;
}

.document-library-heading h2 {
    color: #3d3c3f;
    /* margin-top: 20px; */
    display: inline-block;
    padding-top: 1.25rem;
}

.document-library-heading span {
    font-size: 32px;
}

.document-library-heading span {
    font-weight: 300;
    font-family: Gotham, sans-serif;
    color: #333;
    font-size: 1.5rem;
    /* line-height: 36px; */
    line-height: 39px;
    letter-spacing: 2px;
    margin-left: 0.25rem;
}

.document-library-inner-header h1 span {
    font-size: 32px;
}

.document-library-inner-header h1 span {
    font-weight: 300;
    font-family: Gotham, sans-serif;
    color: #333;
    font-size: 1.25rem;
    /* line-height: 36px; */
    line-height: 2rem;
    margin-left: 0.5rem;
    letter-spacing: 0;
}

.document-library-inner .document-library-inner-header {
    /* margin-top: 80px; */
    margin-top: 5rem;
    /* margin-bottom: 55px; */
    margin-bottom: 41px;
}

.document-library-inner .document-library-content ul {
    padding-left: 0;
    list-style-type: none;
}

.document-library-inner .document-library-content ul li {
    background-color: #fff;
    border-radius: 6px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 3rem;
    -webkit-transition: box-shadow 200ms cubic-bezier(.455, .03, .515, .955);
    transition: box-shadow 200ms cubic-bezier(.455, .03, .515, .955);
}

.document-library-inner .document-library-content ul li:hover {
    box-shadow: 0 20px 40px -11px rgba(0, 0, 0, .16);
}

.document-library-inner .document-library-content ul li h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Avant', sans-serif;
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
}

.document-library-inner .document-library-content ul li p {
    max-width: 40rem;
    margin-top: 1rem;
    margin-bottom: 0px;
    font-size: 0.85rem;
    line-height: 1.75;
    font-weight: 300;
    font-family: Gotham, sans-serif;
}
input[type="submit"],
.document-library-inner .document-library-content ul li a {
    padding: 8px 32px 8px 24px;
    border: 1px solid #eeecec !important;
    -webkit-transition: box-shadow 200ms cubic-bezier(.25, .46, .45, .94);
    transition: box-shadow 200ms cubic-bezier(.25, .46, .45, .94);
    text-decoration: none;
    display: inline-block;
    margin-top: 1.5rem;
    color: #414141 !important;
    background: #ffffff;
    cursor: pointer;
}
input[type="submit"]:hover,
.document-library-inner .document-library-content ul li a:hover {
    box-shadow: 0 10px 19px -5px rgba(0, 0, 0, .29);
}

.document-library-inner .document-library-content ul li a img {
    width: 2.5rem;
}

/* pagination */
.pagination {
    margin: 15px 0;
}

.pagination .page-numbers {
    border: 1px solid #414141;
    border-radius: 5px;
    color: #414141;
    display: inline-block;
    font-weight: bold;
    margin: 0 2px;
    padding: 5px 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background-color: #414141;
    color: #fff;
}

.pagination .page-numbers:first-child {
    margin-left: 0;
}

/* footer */
footer .footer-nav {
    width: 76%;
}

footer .footer-nav ul {
    display: flex;
    text-align: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    list-style-type: none;
    margin-bottom: 2px;

}

footer .footer-nav li a {
    text-decoration: none;
    color: #fff;
}

.single-th-title,
.see-more-link,
.home-th-slider-heading,
.section-title,
.nav-item-2,
.block-quote-serif,
.popup-quote,
.popup-card-title,
.popup-card-p,
.popup-quote-author,
.card-read-more {
    -webkit-font-smoothing: antialiased;
}

.slide-img,
.th-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.w-inline-block.w-lightbox {
    height: 100%;
}

select#how-did-you-hear {
    -webkit-appearance: none;
    padding-left: 0;
}

/*=====================================*/
/*custom styles added 041919*/
/*=====================================*/
.property-management-list .state{
    position: relative;
    border-bottom: 1px solid #F0ECE9;
    padding: 5px 0 5px 65px;
}
.property-management-list .state .state-holder{
    display: block;
    float: left;
    height: 40px;
    width: 50px;
    background: #F9F9F9;
    border: 1px solid #F0ECE9;
    border-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.property-management-list .state p{
    margin-top: 0;
}
.property-management-list .state:before{
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    height: 15px;
    width: 15px;
    border: 2px solid #E3E3E3;
    border-radius: 50%;
    z-index: 1;
}
.property-management-list .state-2:before{
    border: 2px solid #FDE593;
}
.property-management-list .state-3:before{
    height: 5px;
    width: 20px;
    background: #CDF2BC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    bottom: 16px;
    left: 20px;
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.property-management-list .state-3:after{
    content: '';
    position: absolute;
    height: 5px;
    width: 10px;
    background: #CDF2BC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    bottom: 14px;
    left: 16px;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.document-library-inner .document-library-content ul li.referrals-form form p{
    margin-top: 0;
}
.referrals-form input{
    border: none;
    border-bottom: 1px solid #F0ECE9;
    margin-bottom: 0 !important;
}
.referrals-form input:focus{
    outline: none;
}
.referrals-form input[type="submit"]{

}

.login-wrapper {
    width: 500px;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.03);
    padding: 20px;
    overflow: hidden;
}
.login-wrapper h2{
    padding-top: 0;
    margin-top: 0;
}
.login-wrapper .document-library-heading{
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.login-wrapper .login-submit {
    float: left;
    margin-right: 20px;
}
.login-wrapper .reset-pwd {
    display: inline-block;
    margin-top: 31px;
}

/*

Construction update styles

*/


/* document library */
.construction-update-wrapper {
    font-family: Gotham, sans-serif;
}

.construction-update-heading {
    border-bottom: 1px solid #3d3c3f;
    padding-bottom: 35px;
}

.construction-update-heading h2,
.construction-update-inner-header h1 {
    /* margin-top: 0px; */
    margin-bottom: 0rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: 'Avant', sans-serif;
    color: #414141;
    font-size: 2.25rem;
    line-height: 2.1rem;
    font-weight: 700;
}

.construction-update-heading h2 {
    color: #3d3c3f;
    /* margin-top: 20px; */
    display: inline-block;
    padding-top: 1.25rem;
}

.construction-update-heading span {
    font-size: 32px;
}

.construction-update-heading span {
    font-weight: 300;
    font-family: Gotham, sans-serif;
    color: #333;
    font-size: 1.5rem;
    /* line-height: 36px; */
    line-height: 39px;
    letter-spacing: 2px;
    margin-left: 0.25rem;
}

.construction-update-inner-header h1 span {
    font-size: 32px;
}

.construction-update-inner-header h1 span {
    font-weight: 300;
    font-family: Gotham, sans-serif;
    color: #333;
    font-size: 1.25rem;
    /* line-height: 36px; */
    line-height: 2rem;
    margin-left: 0.5rem;
    letter-spacing: 0;
}

.construction-update-inner .construction-update-inner-header {
    /* margin-top: 80px; */
    margin-top: 5rem;
    /* margin-bottom: 55px; */
    margin-bottom: 41px;
}

.construction-update-inner .construction-update-content ul {
    padding-left: 0;
    list-style-type: none;
}

.construction-update-inner .construction-update-content ul li {
    background-color: #fff;
    border-radius: 6px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 3rem;
    -webkit-transition: box-shadow 200ms cubic-bezier(.455, .03, .515, .955);
    transition: box-shadow 200ms cubic-bezier(.455, .03, .515, .955);
}

.construction-update-inner .construction-update-content ul li:hover {
    box-shadow: 0 20px 40px -11px rgba(0, 0, 0, .16);
}

.construction-update-inner .construction-update-content ul li h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Avant', sans-serif;
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
}

.construction-update-inner .construction-update-content ul li p {
    margin-top: 1rem;
    margin-bottom: 0px;
    font-size: 0.85rem;
    line-height: 1.75;
    font-weight: 300;
    font-family: Gotham, sans-serif;
}

input[type="submit"],
.construction-update-inner .construction-update-content ul li a {
    padding: 8px 32px 8px 24px;
    border: 1px solid #eeecec !important;
    -webkit-transition: box-shadow 200ms cubic-bezier(.25, .46, .45, .94);
    transition: box-shadow 200ms cubic-bezier(.25, .46, .45, .94);
    text-decoration: none;
    display: inline-block;
    margin-top: 1.5rem;
    color: #414141 !important;
    background: #ffffff;
    cursor: pointer;
}
input[type="submit"]:hover,
.construction-update-inner .construction-update-content ul li a:hover {
    box-shadow: 0 10px 19px -5px rgba(0, 0, 0, .29);
}

.construction-update-inner .construction-update-content ul li a img {
    width: 2.5rem;
}

/* mediaqueries */
@media screen and (min-width: 1800px) {
    html {
        font-size: 18px;
    }

    #primary-menu {
        width: 78.4%;
    }

    .document-library-heading {
        padding-bottom: 2.5rem;
    }
}

@media only screen and (max-width: 1199px) {
    .container-wrapper {
        padding: 0 5%;
    }
}

@media only screen and (max-width: 991px) {
    .document-library-heading {
        padding-bottom: 15px;
    }

    .document-library-heading span {
        font-size: 24px;
    }

    .document-library-inner-header h1 span {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .container-wrapper {
        margin: 3.5rem auto 5rem;
        padding: 0 3%;
    }

    .document-library-heading h2 {
        margin-top: 0;
        padding-top: 0;
    }

    .hamburger-btn .nav-close {
        display: none;
    }

    .hamburger-btn.hamburger-menu-open .nav-close {
        display: block;
    }

    .hamburger-btn.hamburger-menu-open .hamb-btn {
        display: none;
    }

    .primary-navigation {
        top: 0;
    }

    .primary-navigation .mobile-nav-dropdown-2 {
        display: none;
        z-index: -1;
    }

    #primary-menu {
        padding: 0;
        text-align: center;
        width: 100%;
        height: 100%;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;

    }

    #primary-menu li {
        padding: 0;
        width: 100%;
    }

    #primary-menu li a {
        color: #fff;
    }

    .document-library-inner .document-library-content ul li {
        padding: 2rem 1.5rem;
    }

    .document-library-inner .document-library-content ul li a {
        display: block;
    }

    /* footer */
    footer .footer-nav {
        width: 100%;
    }

    footer .footer-nav ul {
        height: 100%;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        padding-left: 0;
    }

    footer .footer-nav ul li {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .container-wrapper {
        padding: 0 6%;
        margin: 5.2rem auto 5rem
    }

    .document-library-heading {
        padding-bottom: 12px;
    }

    .document-library-heading h2,
    .document-library-inner-header h1 {
        font-size: 24px;
    }

    .document-library-heading h2 {
        margin-top: 0;
        line-height: 1.1;
        vertical-align: middle;
    }

    .document-library-heading span {
        text-align: right;
        font-size: 20px;
        vertical-align: middle;
    }

    .document-library-inner .document-library-inner-header {
        margin-top: 40px;
    }

    .document-library-inner-header h1 {
        line-height: 1.1;
    }

    .document-library-inner-header h1 span {
        font-size: 16px;
    }

    .document-library-inner .document-library-content ul li {
        margin-top: 3rem;
        padding: 2rem 1rem;
    }

    .document-library-inner .document-library-content ul li h2 {
        font-size: 1.25rem;
    }

    .document-library-inner .document-library-content ul li p {
        font-size: 0.8rem;
    }

    .document-library-inner .document-library-content ul li a {
        display: flex;
        align-items: center;
        font-size: 0.8rem;
        /* padding:  1px 32px 1px 15px; */
        padding: 8px 32px 8px 15px;
    }

    .document-library-inner .document-library-content ul li a img {
        height: 25px;
        order: 2;
    }

    .footer {
        height: 18rem;
    }
}

@media only screen and (max-width: 374px) {
    .document-library-heading {
        padding-bottom: 5px;
    }

    .document-library-heading h2 {
        width: 50%;
        margin-top: 0;
        line-height: 1.1;
        vertical-align: middle;
    }

    .document-library-heading span {
        width: 47%;
        display: inline-block;
    }
}

.document-library-inner form textarea,
.document-library-inner form input:not([type = "submit"]) {
    width: 100%;
    min-height: 50px;
    padding: 10px;
    margin: 10px 0 20px;
}

.document-library-inner form textarea {
    resize: vertical;
    min-height: 150px;

}

#media-uploader,
.media-uploader {
    padding: 25px 50px;
    margin: 10px 0 20px;
    border: 1px dashed #000;
}













