body {
    background: #f8f8f8;
}
.logo {
    position: absolute;
    top: 20px;
    left: 90px;
    height: 40px;
    z-index: 300
}
#slider .slider-close {
    right: 0;
    top: 0;
    display: none;
}

#slider .slider-control {
    position: absolute;
    z-index: 2000;
    padding: 16px;
    background: rgba(0,0,0,.5);
    background: rgba(55,89,90,.5);
    cursor: pointer;
}
#slider .slider-control:hover {
    background: rgba(0,0,0,.75);
    background: rgba(55,89,90,.75);
}
#slider .slider-control.flex-prev {
    left: 0;
    top:50%;
} 
#slider .slider-control.flex-next {
    right: 0;
    top:50%;
} 

#slider .custom-navigation{
    position: absolute;
    z-index: 2001;
    top: calc(50% - 31px);
    width: 100%
}
#slider .slider-control svg{
    height: 30px;
    width: 30px;
    fill:#ffffff;
}

#slider .flex-caption {
    position: absolute;
    bottom: 0;
    height: auto;
    color: #fff;
    z-index: 2001;
    width: 100%;
    display: none;
    margin: 0;
    padding:12px 8px;
    background: rgba(0,0,0,.2);
}
.hero-gallery {
    position: relative;
}
.gallery-container {
    height: 75vh;
    width: 100%;
}
.gallery-container.fullscreen {
    height: 100vh;
    position: fixed;
    z-index: 2000;
}
.gallery-item {
    height: 75vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.gallery-item.fullscreen {
    height: 100vh;
}
.modal-backdrop {
    /* background:rgba(52, 73, 94, 1) !important; */
    background: rgba(55,89,90,.95);
}
.modal-backdrop.show {
    opacity: .9 !important;
}

.modal-content#modal-thanks {
    display: none;
}
.modal-header {
    background:#f8f8f8;
    border-bottom: none;
}
.modal-title {
    font-size:16px;
    font-weight: 600;
}
.__gallery-overlay {
    /* background: rgba(29,199,179, .80); */
    background: rgba(55,89,90,.7);
    /* background: rgba(0,64,255, .80);  */
    /* background:rgba(52, 73, 94, 0.8); */
    /* background: var(--primary); */
    background-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 150px */
}
.__gallery-overlay * {
    color: #fff;
}

.__house-metrics {
    background: #fff;
    padding: 30px 0;
}
.__house-metrics .metric{
    display: block;
    line-height: 1.5;
    color:#7b7b7b;
    /* clear: both;
    float: none; */
}

.__house-metrics svg.icon {
    height: 35px;
    width: 35px;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 20px;
    fill:#b2b2b2;
    fill: rgba(55,89,90,1);
}

.__section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.__section.sm {
    padding: 20px 0;
}

.table-list {
    list-style: none;
    padding: 0;
    border:1px solid rgb(212, 212, 212);
    border-radius: 4px;
}
.table-list li{
    padding: 6px 12px;
}
td.left,
td.right {
    vertical-align: top;
}
.table-list li:nth-child(even) {
    background: var(--white)
}
div.card {
    width:100%;
}
div.card table {
    width: 100%
}
.card {
    list-style: none;
    padding: 20px;
    border-radius: 4px;
    display: inline-block;
}
.card li {
    width: 50%;
    float: left;
}
.card li.right {
    text-align: right;
    font-weight: 600;
}

.footer {
    color: #fff !important;
}
.brand-color {
    background: rgba(55,89,90,1);
}
.logo-footer {
    display: block;
    margin: auto;
}