
html {
    height: 100%;
    overflow: initial !important;
    scroll-behavior: smooth;
}
body {
    background-color: white;
    font-family: 'Montserrat', Arial, sans-serif;
    height: 100%;
    letter-spacing: 1px;
    overflow: initial !important;
    width: 100%;
}
.page-container {
    width: 100%;
}
.view {
    text-decoration: none !important;
}
.imageDividers {
    background-attachment: initial;
    background-color: #fffaf6;
    background-position: center center;
    background-size: cover;
    border-bottom-color: #C4CBB7;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-color: #C4CBB7;
    border-top-width: 1px;
    border-top-style: solid;
    clear: both;
    height: 400px;
}
@media ( min-width: 1400px ) {
    .imageDividers {
        background-attachment: fixed;
    }
}
ul {
    list-style-type: none;
}

.header {
    background-attachment: initial;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #C4CBB7;
    display: block;
    height: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.header:before {
    content: '';
    background-image: linear-gradient(black, rgba(0,0,0,0.6), rgba(0,0,0,0.3), rgba(0,0,0,0.1), rgba(0,0,0,0));
    height: 30vh;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.header:after {
    content: '';
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0.3), rgba(0,0,0,0.6), black);
    bottom: 0;
    height: 30vh;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.fixed-buttons-container {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.06);
    display: flex;
    height: 40px;
    justify-content: center;
    position: fixed;
    right: 20px;
    top: 45%;
    transform: rotate(90deg) translateX(50%);
    transform-origin: right;
    width: auto;
    z-index: 20;
}
.openHouse {
    background-color: white;
    border-right: 1px solid #b1b1b1;
    color: #333;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    text-transform: uppercase;
}
.openHouse:link,
.openHouse:visited,
.openHouse:hover,
.openHouse:active {
    border-bottom: none !important;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}
.openHouse > .fa-plus-square {
    margin-left: 5px;
}
.button-request-showing {
    background-color: white;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    right: 20px;
    text-transform: uppercase;
}
.button-request-showing:hover {
    cursor: pointer;
}
.button-request-showing > .fa-plus-square {
    margin-left: 5px;
}
.presented-by-text {
    color: white;
    display: block;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    position: absolute;
    text-align: center;
    text-shadow: 0px 2px 5px black;
    text-transform: uppercase;
    top: 20px;
    width: 100%;
    z-index: 2;
}
.logo-realtor {
    box-shadow: 0 0 24px rgb(0 0 0 / 6%);
    display: block;
    height: 50px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    position: relative;
    text-align: center;
    top: 25px;
    width: auto;
    z-index: 2;
}
.propertyTagline {
    bottom: 50%;
    color: white;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 28px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    text-shadow: 0px 2px 5px black;
    z-index: 2;
}
@media ( min-width: 1200px ) {
    .propertyTagline {
        font-size: 48px;
    }
}
@media ( max-width: 767px ) {
    .propertyTagline {
        font-size: 20px;
    }
}
@media ( max-width: 400px ) {
    .propertyTagline {
        font-size: 16px;
    }
}
.header-street {
    bottom: 65px;
    color: white !important;
    font-family: 'Montserrat', Arial, serif;
    font-size: 48px;
    line-height: 0.9;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.header-property-status {
    color: white;
    bottom: 15px;
    display: block;
    font-family: 'Montserrat', Arial, serif;
    font-size: 28px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 2;
}
.nav-links-container {
    background-color: #4a4e69;
    border-bottom: 4px double transparent;
    color: #635961 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    position: relative;
    text-transform: uppercase;
    transition: all 1s ease;
    z-index: 10;
}
.nav-links-container > a {
    color: #fffaf6 !important;
    font-size: 16px;
}
.nav-links-container > a:hover {
    border-bottom: 1px dashed #797f8b;
    margin-bottom: -1px;
    text-decoration: none;
}
.sticky {
    border-bottom: 4px double #635961;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.anchorPosition {
    position: relative;
}
.anchorPadding {
    display: block;
    position: absolute;
    top: -60px;
}
#anchor-description {
    display: block;
    height: 0;
    position: relative;
    top: -100px;
    width: 0;
}
.infoDescription {
    background-color: #fffaf6;
    clear: both;
    float: none;
    padding-bottom: 30px;
    padding-top: 0;
}
#propertyDescription {
    color: darkslategray;
    font-family: 'Montserrat', Arial, serif;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    text-align: center;
}
#propertyDescription:first-line {
    color: red;
}
.features-container {
    background-color: #fffaf6;
    clear: both;
    padding-bottom: 35px;
    padding-top: 35px;
}
.propertyFeaturesHeading {
    color: darkslategray;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 48px;
    margin-top: 0;
    text-align: center;
}
.propertyFeatures {
    color: darkslategray;
    font-size: 16px;
    line-height: 3;
    list-style-type: none;
    margin-bottom: 0;
    text-align: center;
}
.propertyFeatures li {
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.propertyFeatures li:before {
    content: '~';
    color: #797f8b;
    margin-left: 0;
    margin-right: 20px;
}
.propertyFeatures li:first-child:before {
    display: none;
}
.highlights-container {
    background-color: #fffaf6;
    clear: both;
    padding-bottom: 35px;
    padding-top: 35px;
}
.propertyHighlightsHeading {
    color: darkslategray;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 48px;
    margin-top: 0;
    text-align: center;
}
.propertyHighlights {
    color: darkslategray;
    font-size: 16px;
    line-height: 3;
    list-style-type: none;
    margin-bottom: 0;
    text-align: center;
}
.propertyHighlights li {
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.propertyHighlights li:before {
    content: '~';
    color: #797f8b;
    margin-left: 0;
    margin-right: 20px;
}
.propertyHighlights li:first-child:before {
    display: none;
}
.propertyVideo {
    height: 400px;
    margin: 0 auto 0 auto;
}

#anchor-media {
    position: relative;
}
.media-container {
    background-color: #fffaf6;
    padding-bottom: 10px;
    padding-top: 0;
}
.propertySummary {
    color: darkslategray;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}
.mediaShowcase {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    justify-content: space-between !important;
}
.modal-header .close {
    margin-top: 15px !important;
}
.media-showcase-item {
    max-width: none !important;
    outline-color: white;
    outline-style: solid;
    outline-width: 7px;
    position: relative;
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}
.media-showcase-item-inner {
    border-top-color: white;
    border-top-style: double;
    border-top-width: 4px;
    bottom: 0;
    padding: 2% 0 5% 0 !important;
    position: absolute;
    width: 100% !important;
}
.media-showcase-item-inner i {
    background-color: #9a8c98;
    border: 4px double #fffaf6;
    color: #fffaf6;
    font-size: 20px !important;
    line-height: 53px !important;
}
.media-showcase-item:hover {
    background-position: center center;
    transform: none !important;
    -webkit-transform: none !important;
}
.media-showcase-item:hover > .media-showcase-item-inner i {
    background-color: #fffaf6;
    order: 1px solid #9a8c98;
    border: 4px double transparent;
    color: #9a8c98;
}
.media-showcase-item:hover > .media-showcase-item-inner {
    background-color: rgba(0,0,0,0.9);
}
.ms-item-subheading {
    color: white !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 28px !important;
}

#docsSection {
    background-color: #fffaf6;
    padding-bottom: 35px;
    padding-top: 35px;
}
#docsSection > div {
    background-color: #fffaf6;
}
.docs-heading {
    color: #333;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 48px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    text-align: center;
}
.flyers-list,
.documents-list {
    font-size: 16px;
    line-height: 3;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
    width: auto;
}
.flyers-list li,
.documents-list li {
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.flyers-list li:before,
.documents-list li:before {
    content: '~';
    color: #797f8b;
    margin-left: 0;
    margin-right: 20px;
}
#docsSection li:first-child:before {
    display: none;
}
.flyers-list li a,
.documents-list li a {
    color: #635961;
}
.flyers-list li a:hover,
.documents-list li a:hover {
    border-bottom: 1px dashed white;
    color: #9a8c98;
    text-decoration: none;
}
#whatsNear {
    background-color: #eee;
}
#whatsNear {
    height: 500px;
    width: 100% !important;
}

#anchor-neighborhood {
    top: -80px;
}
#areaSection {
    background-color: #fffaf6;
    padding-bottom: 50px;
}
#areaSection > div {
    background-color: #fffaf6;
}
.area-heading {
    color: #333;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 48px;
    margin-top: 0;
    padding-bottom: 10px;
}
#areaSection a {
    color: #635961;
    font-size: 16px;
    line-height: 2;
    text-decoration: none;
}
#areaSection a:hover {
    border-bottom: 1px dashed white;
    color: #9a8c98;
    text-decoration: none;
}

#financeSection {
    background-color: #fffaf6;
    padding-bottom: 35px;
    padding-top: 35px;
}
#financeSection > div {
    background-color: #fffaf6;
}
.finance-heading {
    color: #333;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 48px;
    margin-top: 0;
    padding-bottom: 10px;
}
#financeSection a {
    color: #635961;
    font-size: 16px;
    line-height: 2;
    text-decoration: none;
}
#financeSection a:hover {
    border-bottom: 1px dashed white;
    color: #9a8c98;
    text-decoration: none;
}
#financeSection p {
    color: darkslategray;
    font-family: Arial, sans-serif;
    font-size: 16px;
    letter-spacing: initial;
}
#financeSection table {
    ackground-color: transparent;
    background-color: transparent;
    color: darkslategray;
}
#financeSection table th {
    border: none;
    color: darkslategray;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding-left: 30px;
    text-align: center;
    width: 33%;
}
@media ( max-width: 500px ) {
    #financeSection table th {
        font-size: 8px;
        text-transform: uppercase;
    }
}
@media ( max-width: 500px ) {
    #financeSection table th.top_left {
        font-size: 8px;
        text-transform: uppercase;
    width: 100px;
    }
}
#financeSection table td {
    border: none;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
#financeSection .tableHeadingsTop {
    color: black;
}
#financeSection .tableHeadingsLeft {
    color: black;
}
#financeSection .tableData {
    color: #333;
}
#financeSection table tbody tr:hover {
    background-color: transparent;
}
@media ( max-width: 991px ) {
    #financeSection .col-lg-4 {
        margin-bottom: 50px;
        text-align: center;
    }
    #financeSection table tr:first-child td {
        color: black;
        font-weight: bold;
    }
}

#contactSection {
    background-color: #fffaf6;
    color: #555;
    padding-top: 50px;
}
#contactSection > div {
    background-color: #fffaf6;
}
#contactSection .agent-pic-container {
    overflow: hidden;
    position: relative;
}
#contactSection .pic {
    border-color: white;
    border-style: solid;
    border-width: 7px;
    max-width: 220px;
    width: 100%;
}
.agent-slogan-icon {
    background-color: white;
    border-radius: 50px;
    bottom: -5px;
    color: gray;
    font-size: 13px;
    height: 30px;
    left: -5px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    transition: all 0.7s ease;
    width: 30px;
    z-index: 2;
}
.agent-slogan-icon:hover {
    opacity: 0.3;
    transform: scale(1.3);
}
.agent-slogan-icon i {
    bottom: 2px;
    left: 2px;
    position: relative;
}
.agent-slogan-icon:hover + .agent-slogan {
    opacity: 1;
}
.agent-slogan {
    background: rgba(0,0,0,0.9);
    bottom: 0;
    color: white;
    left: 0;
    line-height: 25px;
    max-height: 250px;
    max-width: 220px;
    opacity: 0;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    transition: opacity 1s ease;
    width: 100%;
}
#contactSection .name {
font-size: 28px;
margin: 15px 0 -10px 0;
}
#contactSection .agent-info-container {
margin-bottom: 20px;
}
.agent-info-container .agent {
    text-transform: uppercase;
}
.agent-info-container .agent,
.agent-info-container .license {
    display: block;
    margin-right: 20px;
}
#contactSection .coName,
#contactSection .coLicenseNumber {
    margin-bottom: 0;
}
#contactSection .coWebsite {
    background-color: #ffffff;
}
#contactSection .office,
#contactSection .mobile,
#contactSection .website {
    margin-bottom: 0;
}
#contactSection .office a,
#contactSection .mobile a,
#contactSection .website a {
    color: #635961;
    text-decoration: none;
}
#contactSection .office a:hover,
#contactSection .mobile a:hover,
#contactSection .website a:hover {
    border-bottom: 1px dashed #5a5159;
}
#contactSection .website {
    margin-bottom: 20px;
}
#contactSection .designations {
    margin-bottom: 10px;
}
#contactSection .designations .designations-icon {
    height: 40px;
    margin-right: 5px;
    width: 40px;
}
#contactSection .heading {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
#contactSection .tagline {
    color: #333;
    font-size: 20px;
}
#contactSection .headerContact {
    margin-top: 30px;
}
#contactSection .social {
    background-color: #bfb4a2;
    border-bottom: 0;
    color: #fffaf6;
    display: inline-block;
    margin-bottom: 5px;
    margin-right:5px;
    padding: 10px;
}
#contactSection .social:hover {
    border-bottom: 0;
    color: #fffaf6;
}
#contactSection .coLogo {
    height: 100%;
    max-height: 50px;
}
#contactSection .divider {
    order-color: lightgray;
    border-color: white;
    margin-bottom: 50px;
    margin-top: 50px;
}
#contactSection .bio {
    font-size: 16px;
    line-height: 1.7;
}
#formModalContact {
    margin-top: 30px;
}
#contactSection #formModalContact input,
#contactSection #formModalContact textarea {
    background-color: white;
    border: 0;
    border-bottom: 1px solid black;
    color: black;
    font-size: 13px;
    height: 50px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 1%;
    margin-top: 5px;
    outline: none;
    padding-left: 10px;
}
#modalcontact_sender_name,
#modalcontact_sender_email {
    width: 49%;
}
#modalcontact_sender_phone,
#modalcontact_contacttime {
    background-color: white;
    float: left;
    width: 32%;
}
.agent-form-contact-me-by-container {
    background-color: white;
    border-bottom: 1px solid black;
    color: #757575;
    float: left;
    font-family: inherit;
    font-size: 13px;
    height: 50px;
    letter-spacing: normal;
    line-height: 50px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 1%;
    margin-top: 5px;
    padding-left: 10px;
    width: 33%;
}
#contactSection #formModalContact textarea {
    height: 100px;
    padding-top: 10px;
    width: 99%;
}
#contactSection #formModalContact h5 {
    color: #333;
    float:left;
    font-size:17px;
    padding-right:2%;
    text-align:right;
    width:50%;
}
#modalcontact_prefer_contact {
    border: none;
    color: black;
    font-weight: bold;
    height: 40px;
    margin-left: 5px;
    outline: none;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    text-decoration: underline;
}
/* agent form submit button */
#submit_modalcontact {
    background-color: #4a4e69;
    border-color: #9a8c98 !important;
    border-radius: 0;
    border-style: double;
    border-width: 4px;
    color: #fffaf6;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: bold;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    text-transform: uppercase;
    width: 99%;
}
.form-contact-me .form-group {
    clear: both;
    margin-left: 15px;
    width: 100%;
}
.form-contact-me-input {
    background: none transparent;
    border: none;
    border-bottom: 1px solid #555;
    float: left;
    height: 50px;
    margin-right: 2%;
    outline: none;
    padding-left: 10px;
    width: 48%;
}
.form-contact-me-message {
    background: none transparent;
    border: none;
    border-bottom: 1px solid #555;
    height: 75px;
    outline: none;
    padding-left: 10px;
    width: 98%;
}
.form-contact-me-input::placeholder,
.form-contact-me-message::placeholder {
    color: #555;
    font-size: 13px;
}
.form-contact-me-input:-ms-input-placeholder,
.form-contact-me-message:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #555;
    font-size: 13px;
}
.form-contact-me-input::-ms-input-placeholder,
.form-contact-me-message::-ms-input-placeholder { /* Microsoft Edge */
    color: #555;
    font-size: 13px;
}
.form-contact-me-prefered {
    color: #555;
    outline: none;
    width: 100px;
}
.form-contact-me-submit {
    border-color: transparent;
    background-color: #333;
    color: #635961 !important;
    display: block;
    margin: 0 0 0 10px;
    width: 99%;
}


/* sectionmap
-------------- */
.map-container {
    background-color: #ecedee;
    background-image: url('../images/map-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 35px;
    position: relative;
}
#anchor-map {
    height: 1px;
    position: relative;
    top: -110px;
}
.map-container iframe {
    background-color: white;
    border-color: #7b7b7b;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 4px 1px #9e9e9e;
    height: 480px !important;
}
.scrolloff { /*to prevent google map auto scroll on mouse hover*/
    pointer-events: none;
}


/* sectionfooter
----------------- */
#footer {
    background-color: #22223b;
    color: #777;
    padding-bottom: 50px;
    padding-top: 50px;
}
#footer .footer-agent {
    font-size: 20px;
}
#footer a {
    border-bottom: 1px solid #5a5159;
    color: #777;
    font-size: 13px;
    text-decoration: none;
}
#footer small a,
#footer small a:hover,
#footer small a:visited,
#footer small a:active,
#footer small a:focus {
    font-size: 13px;
}
#footer a:hover {
    border-bottom: 1px solid white;
    color: #777;
    font-size: 13px;
    text-decoration: none;
}
#footer .logoEqualHousing {
    margin-top: 25px;
}
#footer .share-icons-container {
    margin-bottom: 20px;
}
#footer .social {
    background-color: #9a8c98;
    display: inline-block;
    height: 40px;
    line-height: 50px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
#footer .shareLinks,
#footer .shareLinks:hover {
    border-bottom: none !important;
    font-size: 12px;
    text-decoration: none;
}
#footer .social i {
    color: #fffaf6;
}
#footer .social i:hover {
    color: #fffaf6;
    text-decoration: none;
}


/* sectionslickimage - slick image viewer inside media showcase photo gallery
------------------------------------------------------------------------------ */
.slick-container {
    background-color: rgba(0,0,0,0.9);
    height: 100vh;
    left: 0;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 2000;
}
.slick-container-close {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 25px;
    z-index: 10;
}
.slick-container-close:hover {
    cursor: pointer;
}
.prop-photo-container {
    margin: 5vh auto;
    max-height: 90vh;
    max-width: 80vw;
}
.prop-photo-title {
    color: white;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 20px;
    text-align: center;
}
.prop-photo-image {
    margin: 10px auto;
    max-height: 75vh;
    max-width: inherit;
}
.prop-photo-caption {
    color: #ccc;
    font-family: "Roboto", sans-serif;
    text-align: center;
}
.slick-container .slick-prev {
     left: 25px;
}
.slick-container .slick-next {
    right: 25px;
}
.slick-prev,
.slick-next {
    z-index: 10;
}
.slick-prev:before,
.slick-next:before {
    opacity: 1;
}
.slick-container .slick-track .slick-slide {
    background-color: transparent;
}


/* sectionmodal
---------------- */
.modal-header {
    background-color: #fffaf6;
}
.modal-header .modal-title {
    color: #333;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
}
.modal-header .modal-title i {
    olor: #333;
    display: none;
    argin-right: 5px;
}
.modal-header .close {
    color: black;
    font-size: 48px !important;
    opacity: 1;
    position: absolute;
    right: 5px;
    text-shadow: none !important;
    top: -3px;
}
.modal-body {
    background-color: white;
}
#modalFinanceDisclaimer .modal-body {
    padding-right: 45px;
}
#modalFinanceDisclaimer .modal-body * {
    color: #555;
}
#modalFinanceDisclaimer .modal-body li {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    list-style-type: disc;
}
#modalOpenHouse .modal-body {
    padding-bottom: 40px;
}
#modalOpenHouse .modal-body .open-house-message {
    color: #555;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}
#modalOpenHouse .modal-body .open-house-virtual-link {
    color: #4a4e69;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}
.modal-body h5 {
    color: #3b3b3b;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    text-align: center;
}
.modal-body form {
    font-family: 'Montserrat', Arial, sans-serif;
}
.modal-body form input {
    background-color: transparent;
    border-bottom-color: #555;
    color: #555;
    font-family: 'Montserrat', Arial, sans-serif;
    margin-bottom: 0;
    margin-left: 1%;
    margin-right: 11%;
    margin-top: 0;
}
.modal-body input:focus {
    background-color: #f5f5f5;
    border-color: #e4e4e4;
}
.modal-body form .small {
    color: #9c9c9c;
}
.modal-body form select {
    background-color: #f5f5f5;
    margin-bottom: 0;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0;
    padding-left: 10px;
    width: 28%;
}
.modal-body form h5 {
    margin-bottom: 5px;
    width: 97%;
}
.modal-body .form-payment-schedule-container {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.modal-body .form-payment-schedule-checkbox {
    margin-right: 10px !important;
    width: 20px !important;
}
.modal-body .form-payment-schedule-text {
    color: #5d5d5d;
    font-size: 16px;
    line-height: 1.6;
    width: auto !important;
}
.modal-body form textarea {
    background-color: transparent;
    border-color: #555;
    border-width: 2px;
    color: #555;
    font-family: 'Montserrat', Arial, sans-serif;
    margin-bottom: 0;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0;
    width: 98%;
}
.modal-footer {
    background-color: white;
    border-top: none;
}
.modal-footer .btn-default {
    display: none;
}
.modal-footer .btn-primary {
    background-color: #22223b;
    border-color: #c9ada7 !important;
    border-radius: 0;
    border-style: double;
    border-width: 4px;
    box-shadow: none !important;
    color: #fffaf6;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-style: initial !important;
    font-weight: bold;
    margin-left: 0 !important;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    text-shadow: none !important;
    text-transform: uppercase;
    width: 99%;
}

.modal .callMeModal h6 {
    font-size: 12px;
}
.modal .callMeModal input {
    display: inline;
    float: left;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 0;
    margin-top: 3px;
    text-align: center;
    width: 16%;
}
.modal-body .row {
    margin-bottom: 1%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1%;
}

.weblink {
    color: #635961;
}

.weblink:hover {
    color: #635961;
    cursor: pointer;
    text-decoration: none;
}



/*
.modal-body h6 {
    float: left;
    font-size: 13px;
    line-height: 26px;
    margin: 0 1% 0 1%;
    text-align: right;
    width: 38%;
}
.modal-body #inputSmall {
    margin: 0 0 0 1%;
    width: 18%;
}
.modal-footer .btn-primary {
    background-color: #4a4e69;
    border-color: white !important;
    border-radius: 0;
    border-style: double;
    border-width: 4px;
    color: #0d1f33;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: bold;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    text-transform: uppercase;
    width: 99%;
}
*/



/* universal styles
-------------------- */
a, a:visited, a:active, a:focus, a:hover { cursor: pointer; }
.heightBig { height: 600px !important; }
.marginTopNegative { margin-top: -120px !important; }
.padBot40 { padding-bottom: 40px; }
.padTop20 { padding-top: 20px; }
.padTop50 { padding-top: 50px; }
.bgNoise { background: transparent url(../images/texture-noise.png) repeat top left; }
.modal {
    background-color: rgba(0,0,0,0.8);
    }
    .modal-header {
        ackground-color: #4a4e69;
        olor: #fffaf6;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        }
        .modal-header .close {
            olor: #fffaf6;
            font-size: 30px;
            opacity: 1;
        }
    .modal-body {
        ackground-color: white;
        }
        .modal-body form {
            margin-left: 0;
            width: 100%;
        }
        .modal-body form .row {
            float: left;
            margin: 1% 0 3% 0;
            width: 50%;
            }
            .modal-body .rowThird {
                width: 33.33% !important;
            }
            .modal-title {
                font-size: 24px;
            }
            .modal-body h5 {
                olor: #3b3b3b;
                font-size: 18px;
                line-height: 1.5;
                margin-bottom: 25px;
            }
            .modal-body h6 {                
                display: none;
            }
            .modal-body .labelSmall {
                olor: #9c9c9c;
                padding-left: 6%;
            }
            .modal-body input {
                border: none;
                border-bottom-style: solid;
                border-bottom-width: 2px;
                order-bottom: 2px solid #4a4e69;
                height: 45px;
                outline: none;
                padding-left: 5%;
                width: 95%;
                -webkit-transition : all .8s ease-out;
                -moz-transition : all .8s ease-out;
                -o-transition : all .8s ease-out;
                transition : all .8s ease-out;
                }
                .modal-body input:focus {
                    background-color: #f5f5f5;
                    order-color: #e4e4e4;
                }
            .modal-body select {
                ackground-color: #f5f5f5;
                border: none;
                height: 50px;
                outline: none;
                width: 30%; /*all select boxes should be on their own row - jose*/
            }
            .modal-body textarea {
                order-color: #cecece;
                height: 100px;
                margin-left: 2px;
                outline: none;
                padding: 1% 0 0 2%;
                width: 100%;
            }
            .modal-body .callMeModal .phone {
                width: 85%;
            }
    .modal-footer .btn-primary {
        ackground-color: #4a4e69 !important;
        border-radius: 0;
        box-shadow: 5px 5px 7px 0 #9c9c9c;
        font-style: italic;
        letter-spacing: 1.5px;
        text-shadow: 1px 1px 1px #423e3e;
        text-transform: uppercase;
        -webkit-transition : box-shadow .8s ease-out;
        -moz-transition : box-shadow .8s ease-out;
        -o-transition : box-shadow .8s ease-out;
        transition : box-shadow .8s ease-out;
        }
        .modal-footer .btn-primary:hover {
            box-shadow: none;
        }
        #modalFinanceDisclaimer .modal-footer,
        #modalOpenHouse .modal-footer { 
        	display: none; 
        }