﻿
.page-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.2);
}

    .page-wrapper.boxed {
        max-width: 1024px;
    }

    .page-wrapper.wide {
        max-width: 100%;
    }


    /* SIDE POSTS
---------------------------------------------------*/
ul.side-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.side-posts li {
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        border-bottom: 1px dotted #ddd;
    }

        ul.side-posts li .image {
            width: 25%;
            height: auto;
            float: left;
        }

            ul.side-posts li .image img {
                padding: 3px;
                border: 1px solid #eee;
            }

        ul.side-posts li .text {
            width: 70%;
            height: auto;
            float: right;
        }

            ul.side-posts li .text a {
                display: block;
                color: #333;
                text-transform: capitalize;
                font-weight: 600;
            }

            ul.side-posts li .text span {
                font-size: 11px;
            }

        ul.side-posts li:last-child {
            border: none;
        }

/* ---------------------------------------------------------------------------------------
	- Logo works with H1 text but accomodates an image as well. 
	- If using an image put it inside the H1 #logo tag. The image should be 35px in height 
	- This way the 'alt' text will be rendered as a H1 logo incase the image load fails
 -----------------------------------------------------------------------------------------*/

#logo {
    margin: 16px 0 0 0;
    line-height: 1;
    padding: 0;
    font-weight: bold;
}

    #logo i {
        margin: 0 7px 0 0;
        line-height: 1;
        font-size: 35px;
    }

    #logo img {
        height: 53px;
        width: 53px;
        margin: -5px 14px 0px 0;
        padding: 0;
        display: inline;
    }

    #logo span {
        display: inline;
    }

    #logo .small {
        font-size: 15px;
    }

    #logo .large {
        font-size: 35px;
    }

.navigationBorder {
    border-top: 0px solid white !important;
}

.horizontalList li {
    display: inline;
    list-style-type: none;
    margin: 0 7px;
}

.contact-info {
    margin: 0 0 20px 0;
}

    .contact-info ul {
        margin: 0;
        list-style: none;
        padding: 20px;
        border: 0px solid #ddd;
        background-color: #F7F8F8;
        border-radius: 5px;
    }

    .contact-info hr {
        margin: 20px 0;
    }

    .contact-info li {
        display: block;
        margin: 0 0 10px 0;
    }

        .contact-info li:last-child {
            margin: 0;
        }

    .contact-info i {
        border-radius: 5px;
        line-height: 25px;
        width: 25px;
        text-align: center;
        color: #fff;
        display: inline-block;
        margin: 0 10px 0 0;
    }

.contact-form {
    margin: 0 auto;
    width: 100%;
}

    .contact-form.home-contact {
        margin: 0 auto;
        width: 80%;
    }

    .contact-form input[type="text"], .contact-form input[type="password"], .contact-form select {
        border-radius: 3px 3px 3px 3px;
        height: auto;
        margin: 0 0 30px;
        padding: 13px;
    }

    .contact-form input[type="email"] {
        border-radius: 3px 3px 3px 3px;
        height: auto;
        margin: 0 0 30px;
        padding: 13px;
    }

    .contact-form textarea {
        border-radius: 3px 3px 3px 3px;
        height: 300px;
        margin: 0 0 30px;
        width: 100%;
    }

    .contact-form .btn {
        padding: 13px 0;
        text-align: center;
        width: 100%;
    }

    .contact-form .pull-left, .contact-form .pull-right {
        width: 48%;
    }


.newsletter-signup {
    width: 100%;
}

.pageTitle {
    padding-top: 25px;
    /*margin-top: 100px;*/
    background-color: rgba(255,255,255,0.9);
    border-top: rgba(0,0,0,0.1);
    border-bottom: rgba(0,0,0,0.1);
}

    .pageTitle .small {
        margin-top: 70px;
    }

    .pageTitle .large {
        margin-top: 100px;
    }

.content-wrapper {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.Image-Actual {
    cursor: pointer;
    width: auto;
    max-height: 100px;
    float: left;
    margin-right: 10px;
}

.CustomLink {
    color: #888;
}

#legend {
    font-size: small;
    font-family: "Roboto Condensed";
    background-color: #fff;
    padding: 8px;
    margin: 10px;
    border: 1px solid #888;
}

.site-title-sub {
    margin-top: -45px;
}

.dropdownLinkSmall {
    font-size: 10px;
}

.socialLink {
    font-size: 20px;
}

.tag {
    -ms-word-break: keep-all;
    word-break: keep-all;
}

.ellipsisOverflow {
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.partnerImage {
    max-height: 150px;
    width: 100%;
    object-fit: cover;
}

.realEstateImage {
    background-color: #F7F8F8;
    padding: 16px;
}

    .realEstateImage img {
        width: auto;
        height: auto;
        cursor: pointer;
        max-height: 300px;
        max-width: 100%;
    }

.tbCell{
    display:table-cell;
}

.overflow-y-auto{
    overflow-y:auto;
}

.landingDisclaimerContent{
    margin:50px 5%;
}

@media (max-width: 767px) {
    /*custom width for animation modal*/
    .modal-admin {
        width:100%;
    }
    /*navbar height changes on smaller devices*/
    .pageTitle{
        margin-top: 70px;
    }
}
@media (min-width: 768px) {
    /*custom width for animation modal*/
    .modal-admin {
        width: 60%;
    }
    .pageTitle{
        margin-top: 100px;
    }
}

@media (max-width: 324px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.modal-body.animation {
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    max-width:100%;
    height:auto;
}
.modal-body.animation iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:15px
}
.modal-content.animation{
    background-color:#24c6a7;
}

.cc_btn{
    background-color:#24c6a7 !important;
    color : white !important;
}


/*extend skin*/
.break-word{
    word-wrap:break-word;
}
.grey{
    color:#5f6972;
}

.margin-b-5{
    margin-bottom:5px;
}

.pad-t-20{
    padding-top:20px;
}
.maxHeight-20 {
    max-height: 20px;
}

.no-list-type {
    list-style-type: none;
}
.noDisplay {
    display: none;
}

.pointer {
    cursor: pointer;
}

.padding-10 {
    padding: 10px;
}

.pad-b-20{
    padding-bottom:20px;
}

.margin-r-15{
    margin-right:15px;
}

.margin-r-50{
    margin-right:50px;
}

.margin-l-10pc{
    margin-left:10%;
}

.heightAuto{
    height:auto;
}

.vertical-align-middle{
    vertical-align:middle;
}

.width-5pc{
    width:5%;
}
.width-25pc{
    width: 25%;
}
.width-75pc{
    width:75%;
}
.min-width-100pc{
    min-width:100%;
}
.min-height-100pc {
    min-height:100%;
}
.fontSize-15{
    font-size:15px;
}

.marginAuto{
    margin:auto;
}

    .interactive-content h2 {
    background-color:rgba(0, 197, 169,0.15);
    color: #2A3744;
    font-size: 22px;
    font-weight: 300;
    padding: 8px;
    margin: 0;
}

.interactive-content h3 {
    color: #2A3744;
    font-size: 18px;
    padding: 8px;
    margin: 0;
    border-bottom: solid;
    border-bottom-color: rgba(0, 197, 169,0.15);
    border-width: 2px;
    font-weight: 400;
}

.interactive-content p {
    margin-left: 10px;
}

.interactive-content h3.selected {
    font-weight: bold;
    color: #2A3744;
}

.interactive-content h3.selected > i {
    color: #2A3744;
}

