
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

html, body {
    height: 100%;
    font-family: 'Roboto', Arial, sans-serif; 
    line-height: 1;
    font-weight: 500 ;
    font-size: 17px;
    scroll-behavior: smooth;
}

.ms4-a {
    width: 100%;
    }
    //@TODO - delete these ms4-items?
    .ms4-item { max-width: 375px; }
    .ms4-item.cols1 { width: 100%; }
    .ms4-item.cols2 { width: 100%; }
    .ms4-item.cols3 { width: 31.33%; }
    .ms4-item.cols4 { width: 25%; }
    .ms4-item.cols5 { width: 20%; }
    .ms4-item.cols6 { width: 10%; }
.container-fluid {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    z-index: 1; /* needed for media showcase bar */
}
a, a:hover {
    text-decoration: none;
}
p {
    font-weight: 500 ;
    line-height: 1.5;   
}
h2 {
    font-weight: 700 ;
    font-size: 30px;   
    margin-top: 0;
    padding: 1% 1% 1% 1%;
    text-transform: uppercase;
}
#header {
    background-color: #548065;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    padding: 0 0 0 0;
    position: relative;
    width: 100%;
    }
    #header:hover {
    	cursor: pointer; /*for Slick image viewer*/
    }
    .mainImage {
        height: auto;
        clear: both;
        display: block;
        float: none;
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
    }
    .headerInfo  {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: black;
        background: -moz-linear-gradient(0deg,rgba(0,0,0,0.75) 6%,rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient( 0deg  ,rgba(0,0,0,0.75) 6%,rgba(255,255,255,0) 100%);
        background: linear-gradient( 0deg ,rgba(0,0,0,0.75) 6%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
        pointer-events: none;
        display: block;
        height: 180px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        transition: all 0.3s ease-out;
        z-index: 10000;
    }
    .spacer {
        display: none;
    }
    .headerInfo.fixed {
        background-image: url('../images/transparent-white.png');
        background-position: bottom;
        background-color: transparent;
        background-repeat: repeat;
        height: 103px;
        left: 0;
        padding: 5px 15px 6px 1%;
        position: fixed;
        top: 0;
        width: 100%;
        }
        .headerInfo.fixed .headerText {
            overflow: hidden;
            white-space: nowrap;
            width: 50%;
            }
            .headerInfo .street-address {
                background-color: none;
                background-image: none;
                /*background-image: url('../images/transparent-white.png');*/
                background-position: bottom;
                background-repeat: repeat;
                color: #ffffff;                
                font-size: 45px;                       
                height: auto;
                margin: 0 0 10px 0;
                padding: 0;
            	}
            @media (max-width: 900px) {
            	.headerInfo	.city-state-zip {
            		display:block;
            	}           	
            }
        .logoRealtor {
            background: transparent;
            margin-left: 3%;
            margin-right: 10px;
            margin-top: 3%;            
            max-height: 60px;
            max-width: 300px;
            padding: 0 0 0 0;
            -o-transition: height 1s ease;
            -moz-transition: height 1s ease;
            -webkit-transition: height 1s ease;
            transition: height 1s ease;
            }
            @media (max-width: 767px) {
                .logoRealtor {
                    margin-bottom: 15px;
                }
            }
        .headerImageMobile {
            display: none;
        }
        .headerText {
            display: block;
            width: 96%;
            margin-left:2%;
            margin-top: 2em; 
            height: 150px;          
        }
        .container-status-price {
        	display: flex;
            height: 1em;
            justify-content: space-between;
            margin-bottom:5px;
            width:100%;
        	}        
            .linebefore {
            	height: 1px; 
            	background-color: #fff;
            	flex-grow: 1;
            }
            .status-price-wrap {
            	box-sizing:border-box;
            	flex-grow: 1;        	
            	margin-top: -10px;
            	text-align: center;
                }        
                @media (max-width: 991px) {
                	.status-price-wrap {
                		text-align: left;
                	}
                    .linebefore,
                    .lineafter {
                        display:none;
                    }
                }
            .lineafter {
            	height: 1px; 
            	background-color: #fff;
            	flex-grow: 20;        	       	
            }                
        .status {
            color: #ffffff;
            font-size: 20px;               
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            text-transform: uppercase;
        }
        .status.fixed {
            float: left;
            font-size: 20px;
            line-height: 28px;
            margin: 0 0 0 0;
            text-transform: uppercase;
        }
        .price {
            color: #ffffff;
            font-size: 20px;
            margin: 0;
            padding: 0;
            display: inline-block;
        }
        .price.fixed {
            font-size: 20px;
            line-height: 28px;
            margin: 0 0 0 13px;
        }
        #header .tagline {
            clear: both;
            color: #777;
            display: block;
            text-align: center;
        }
        .container-tagline {
            /* background-image: url('../images/transparent-white.png'); */
            background-position: bottom;
            background-repeat: repeat;
            height: auto;
            }
            .container-tagline p {
                color: #ffffff;
                font-size: 20px;
                font-style: italic;
                margin-bottom: 0;
            }        
        #header .tagline.fixed {
            display: none;
        }
        .top-nav-bar {
            background: #000;
            background: -moz-linear-gradient(180deg,rgba(0,0,0,0.55) 0%,rgba(255,255,255,0) 100%);
            background: -webkit-linear-gradient(180deg,rgba(0,0,0,0.55) 0%,rgba(255,255,255,0) 100%);
            background: linear-gradient(180deg,rgba(0,0,0,0.55) 0%,rgba(255,255,255,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
            padding-bottom: 10px;
            padding-left: 0;
            padding-right: 0;
            padding-top: 30px;            
            position: fixed;
            -o-transition: background-color ease 1.5s;
            -moz-transition: background-color ease 1.5s;
            -webkit-transition: background-color ease 1.5s;
            transition: background-color ease 1.5s;
            width: 100%;
            z-index: 2;
            }
            @media (max-width: 991px) {
                .top-nav-bar {
                    ackground-color: rgba(0, 0, 0, 0.85);
                }
            }
            .top-nav-bar .street-address {
                /* background-image: url('../images/transparent-white.png'); */
                background-position: none;
                color: #333;
                display: inline-block;
                font-size: 20px;
                margin-bottom: 0;
                margin-top: 0;
                opacity: 0;
                padding: 0;
                vertical-align: top;
                }
                .city-state-zip {
                    font-size: 20px;
                }
            .top-nav-bar.opaque {
            	background: none;
                background-color: white;
                box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
                padding-top: 12px;
            }
            .top-nav-bar.opaque .logoRealtor {
                height: 50px;
                margin-left: 0;
                margin-top: 0;
            }
            .top-nav-bar.opaque .street-address {
                opacity: 1;
            }
        .menu {
            background: transparent none;
            adding-right: 10px;
            }
        .menu-compact {
            display: none;
            }
            @media (max-width: 1180px) {
                .menu-full {
                    isplay: none;
                }
                .menu-compact {
                    isplay: block;
                }
            }
            .menu a {
                color: white;
                display: block;
                float: right;
                letter-spacing: 2px;
                line-height: 50px;
                font-variant: small-caps;
                padding-left: 3%;
                padding-right: 3%;
                text-align: center;
                -o-transition: background-color 0.5s ease;
                -moz-transition: background-color 0.5s ease;
                -webkit-transition: background-color 0.5s ease;
                transition: background-color 0.5s ease;
                }
                @media (max-width: 991px) {
                    .contain-logo-address {
                        margin-bottom: 10px;
                    }
                    .menu {
                        padding: 0 10px 0 0;
                    }
                    .menu a {
                        margin: 0 0 0 1%;
                    }
                    .menuDropdown {
                        right: 0px;
                    }
                }
                @media (max-width: 767px) {
                    .menu a {
                        width: 32.33%;
                    }
                }
                .menu a:hover {
                  cursor: pointer;
                }
                .open-house-anchor-link {
                	overflow: hidden;
                	text-decoration: none;
                	transition: color 0.25s;
                	}
                	.open-house-anchor-link:after {
                        content: '';
                        box-sizing: inherit;
                        border: 2px solid transparent;
                        height: 0;
                        position: absolute;
                        width: 0;
                	}
                	.open-house-anchor-link:after {
                		animation-name: slidingLineUnderneath;
                		animation-delay: 4s;
                		animation-duration: 2s;
                		animation-iteration-count: 2;
                		background: white;
                		border: none;
                		bottom: 10px;
                		display: block;
    					height: 1px;
    					left: -150px;
                        position: relative;
                        transition-delay: 3s;
                        transition-duration: 2s;
                        transition-property: left;
                        transition-timing-function: ease;
                        width: 100%;
                		}
                		@keyframes slidingLineUnderneath {
                			from { left: -150px; }
                			to { left: 150px; }
                		}
                .buttonMenu {
                    margin-right: 0 !important;
                }
                .menu-compact .buttonMenu {
                	border: 1px solid #446952;
                    width: 50%;
                    }
                    @media (max-width: 991px) {
                        .menu-compact .buttonMenu {
                            width: 99%;
                        }
                    }
                    .menu-compact .fa-bars {
                    	color: #446952;
                    }
                .menuDropdown {
                  background-color: rgba(0,0,0,0.8);
                  display: none;
                  padding-bottom: 15px;
                  padding-left: 25px;
                  padding-right: 2%;
                  padding-top: 10px;
                  position: absolute;
                  right: 2%;
                  top: 50px;
                  idth: 29%;
                  width: min-content;
                  }
                  @media (max-width: 991px) {
                      .menuDropdown {
                          idth: 160px;
                      }
                  }
                  @media (max-width: 767px) {
                      .menuDropdown {
                          idth: 31.9%;
                      }
                  }
                .menu-compact .menuDropdown {
                    right: 15px;
                    width: 250px;
                    }
                    @media (max-width: 991px) {
                        .menu-compact .menuDropdown {
                            idth: 95%;
                        }
                    }
                    @media (max-width: 767px) {
                        .menu-compact .menuDropdown {
                            idth: 97%;
                        }
                    }
                  .menuDropdown a {
                    ackground-color: #548065;
                    border-radius: 0;
                    color: white;
                    margin-right: 0;
                    text-align: right;
                    width: 100%;
                    }
                    @media (max-width: 767px) {
                        .menuDropdown a {
                            text-align: left;
                        }
                    }
        .menu.fixed {
            clear: none;
            display: block;
            float: right;
            height: 80px;
            padding-top: 15px;
            min-width: 35%;
            }
            .menu.fixed a {
                line-height: 50px;
                font-variant: small-caps;
            }
            @media (max-width: 767px) {
                .contain-logo-address {
                    width: 100% !important;
                }
            }
    .openHouse {
        color: #333;
        display: block;
        height: auto;
        margin: 0 0 15px 0;
        padding: 0 0 0 0;
        text-align: left;
        top: 215px;
        width: 100%;
        z-index: 8;
        }
        .open-house-item-icon {
        	color: ;
        	margin-right: 5px;
        }
        .open-house-virtual-link {
            border-color: #548065;
            border-width: 1px;
            border-style: solid;
            color: #333;
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            height: 27px;
            line-height: 27px;
            margin-bottom: 0;
            margin-left: 10px;
            margin-right: 0;
            margin-top: -2px;
            padding: 0px 20px;
            text-transform: uppercase;
        }
        .openHouse a, .openHouse a:focus {
            color: white;
            outline: none !important;
            text-decoration: underline;
        }
        .open-house-divider {
            background-color: #e2e2e2;
            display: block;
            float: none;
            width: 100%;
        }
        .openHouseListing {
          color: #676767;
        }
        .menu.fixed + .openHouse {
            left: 0;
            border: none;
            border-bottom-left-radius: 0;
            display: none !important;
            padding: 5px 1% 5px 1%:
            text-align: left;
            top: 98px;
            width: auto;
        }
#propertyInfo {
    background-attachment: fixed;
    background-color: #548065;
    background-size: 110% 110%;
    margin: 0 0 0 0;
    padding: 0 0 125px 0;
    }
    .media-showcase-container {
        background-image: url('../images/transparent-white.png');
        background-color: transparent;
        color: #fff;
        -webkit-display: -webkit-flex;
        display: flex;
        justify-content: center;
        overflow: hidden;
        padding-bottom: 75px;
        padding-top: 75px;
        width: 100%;
        }
        @media (max-width: 767px) {
            .media-showcase-container {
                flex-direction: column;
            }
        }
        .media-showcase-item-inner i {
            background-color: #548065;
            color: white;
            display: none !important;             }
            .media-showcase-item:hover > .media-showcase-item-inner i {
                background-color: white;
                border: 1px solid #548065;
                color: #548065;
            }
            .media-showcase-item:hover > .media-showcase-item-inner {
                background-color: white;
            }
            .media-showcase-item:hover .ms-item-subheading {
                color: #548065;
            }
    .propertyPhotosContainer {
        background-image: url('../images/transparent-white.png');
        background-color: transparent;
        overflow-x: none;
        padding-bottom: 75px;
        padding-top: 75px;
        width: 100%;
        }
        .propertyPhotosContainer + a {
            margin-bottom: 40px;
        }
        .scroll-property-photos {
            overflow-x: scroll;
            }
            .scroll-property-photos::-webkit-scrollbar             { color: white; }
            .scroll-property-photos::-webkit-scrollbar-button      { color: white; }
            .scroll-property-photos::-webkit-scrollbar-track       { background-color: lightgray; }
            .scroll-property-photos::-webkit-scrollbar-track-piece { background-color: lightgray; }
            .scroll-property-photos::-webkit-scrollbar-thumb       { background-color: dimgray; }
            .scroll-property-photos::-webkit-scrollbar-corner      { color: white; }
            .scroll-property-photos::-webkit-resizer               { color: white; }
            .propertyPhotos {
                border: 0;
                }
                #propertyInfo .propertyPhotos li {
                    list-style-type: none;
                }
                .photoTnContainer {
                  border: 3px solid transparent !important;
                  display: block;
                  float: left;
                  height: 200px;
                  width: 300px;
                }
                .propertyPhotosTNs {
                    background-position: center center;
                    background-size: cover;
                    height: 100%;
                    opacity: 0.9;
                    -o-transition: opacity 1s ease;
                    -moz-transition: opacity 1s ease;
                    -webkit-transition: opacity 1s ease;
                    transition: opacity 1s ease;
                    width: 100%;
                    }
                    .propertyPhotosTNs:hover {
                        opacity: 1;
                    }
                .viewer .close {
                }
    #propertyInfo .overFlow {
        max-height: 350px;
        min-height: auto;
        overflow-y: auto;
        }
        .overFlow::-webkit-scrollbar             { color: white; }
        .overFlow::-webkit-scrollbar-button      { color: white; }
        .overFlow::-webkit-scrollbar-track       { background-color: lightgray; }
        .overFlow::-webkit-scrollbar-track-piece { background-color: lightgray; }
        .overFlow::-webkit-scrollbar-thumb       { background-color: dimgray; }
        .overFlow::-webkit-scrollbar-corner      { color: white; }
        .overFlow::-webkit-resizer               { color: white; }
    #propertyInfo .box {
        background-color: white;
        margin-top: 60px;
    }
    #propertyInfo h2 {
        color: #333;
        margin-top: 0;
        text-transform: uppercase;
    }
    #propertyInfo p {
        color: #777;
        padding-left: 1%;
    }
    #propertyInfo li {
        color: #777;
		line-height: 1.5;
        list-style-type: circle;
        padding-right: 5%;
        }
    #propertyInfo .box .overFlow .propSummary,
    #propertyInfo .box .overFlow .propSummary h1,
    #propertyInfo .box .overFlow .propSummary h2,
    #propertyInfo .box .overFlow .propSummary h3,
    #propertyInfo .box .overFlow .propSummary h4,
    #propertyInfo .box .overFlow .propSummary h5,
    #propertyInfo .box .overFlow .propSummary h6,
    #propertyInfo .box .overFlow .propSummary *,
    #propertyInfo .box .overFlow #propertyDescription,
    #propertyInfo .box .overFlow #propertyDescription h1,
    #propertyInfo .box .overFlow #propertyDescription h2,
    #propertyInfo .box .overFlow #propertyDescription h3,
    #propertyInfo .box .overFlow #propertyDescription h4,
    #propertyInfo .box .overFlow #propertyDescription h5,
    #propertyInfo .box .overFlow #propertyDescription h6,
    #propertyInfo .box .overFlow #propertyDescription * {
      color: #777 !important;
    }
.resourcesContainer {
    background-color: white;
    }
    #resources {
        padding: 0 0 70px 0;
        }
        #resources .tabsSection {
            margin-top: 125px;
            }
            #resources #tabs-first {
                margin-top: 0;
            }
            #resources .nav-tabs {
                background-color: none;
                border: 1px solid #548065;
                height: 51px;
            }
            #resources .nav-tabs a {
                background-color: none;
                color: #333;
                font-size: 25px;
                height: 50px;
                line-height: 50px;
                padding-bottom: 0;
                padding-left: 0;
                padding-right: 0;
                padding-top: 0;
                -o-transition: background-color 0.5s ease;
                -moz-transition: background-color 0.5s ease;
                -webkit-transition: background-color 0.5s ease;
                transition: background-color 0.5s ease;
                }
                #resources .nav-tabs a:hover,
                #tab-a:hover {
                    background-color: #548065;
                    color: white;
                }
                #resources .nav-tabs .active a {
                    background-color: #548065;
                    color: white;
                }
            #resources .nav-tabs a { border: none; }
            #resources .tab-content {
                padding-top: 25px;
                }
                #resources .tab-content u {
                    line-height: 1.5;
                    text-decoration: none;
                    }
                    #resources .tab-content u:hover {
                        font-weight: bold;
                    }
                #resources .tab-pane {
                    background-color: white;
                    transition: all 2s ease;
                    }
                    @media (max-width: 767px) {
                        #resources .tab-pane {
                        	padding-top: 100px;
                        }
                    }
                    #resources .tab-pane p {
                        color: #555;
                    }
                    #resources .tab-pane a {
                        color: #548065;
                        }
                        #resources .tab-pane a:hover {
                            color: #548065;
                            font-weight: normal;
                        }
        #resources h2 {
            color: #333;
            margin-top: 60px;
        }
        #resources a {
            font-size: 20px;
        }
        #propertyVideo {
            border: 0;
            display: block;
            height: auto;
            margin: 0 auto 25px auto;
            min-height: 400px;
            max-width: 533px;
            width: 100%;
        }
        .mediaRow i {
         }
        .mediaRow .btn-default {
            background-color: #548065;
            color: white;
            line-height: 50px;
            }
            .mediaRow .btn-default:hover {
                background-color: #446952;
            }
        #mapGoogle {
            border: 0;
            height: 300px;
            width: 100%;
        }
        #tabMap {
        	background-image: url('../images/map-bg.jpg');
            background-repeat: no-repeat;
            background-size: cover;            
            padding-bottom: 50px;
            padding-top: 50px;
            width: 100%;
            }
            #tabMap > iframe {                
                background-color: white;
                border-color: #7b7b7b;
                border-style: solid;
                border-width: 1px;
                box-shadow: 0 0 4px 1px #9e9e9e;
                height: 460px !important;
            }
        #walkscore {
            border: 0;
            display: block;
            height: 300px;
            width: 100%;
            }
            .surroundingResources {
                display: block;
                text-align: center;
            }
        #share-container {
            display: flex;
            flex-direction: row;
            justify-content: center;
            }
            .shareLinks {
                float: left;
                height: 40px;
                margin: 0 2% 0 2%;
                width: 40px;
                }
                #resources .socialIcons {
                    background-color: #548065;
                    color: white;
                    font-size: 20px;
                    padding: 10px;
                    text-align: center;
                    width: 100%;
                }
        .financeTable {
            background-color: transparent;
            }
            .financeTable tr:first-child td {
                color: black;
                font-weight: bold;
            }
            .rows:hover,
            tr:hover,
            .table tr:hover,
            .table-hover>tbody>tr:hover {
                background-color: none !important;
            }
            .financeTable .headings {
                color: black;
            }
            .financeTable .left {
                color: black;
                padding-right: 30px;
                text-align: right;
                width: 30%;
            }
            .financeTable tr {
                color: #777;
            }
            .financeTable tr, .financeTable th, .financeTable td {
                order-color: #ddd !important;
                border: none !important;
            }
        .financeTable + p {
            color: #777;
        }
        .finance-buttons-container {
        	display: flex;
        	justify-content: space-between;
            }
            .finance-buttons, 
            .assumptions-disclosures {
                color: #333;
                font-size: 16px !important;
                -o-transition: background-color 0.5s ease;
                -moz-transition: background-color 0.5s ease;
                -webkit-transition: background-color 0.5s ease;
                transition: background-color 0.5s ease;
                }
                .finance-buttons:hover, 
                .assumptions-disclosures:hover {
                    color: #333;
                    cursor: pointer;
                    text-decoration: underline;
                }
        .finance-disclaimer {
        	margin-top: 20px;
        }
        .buttonModal:hover {
            cursor: pointer;
        }
        .modal-content,
        .modal-body,
        .modal-body p,
        .modal-body div ul {
            background-color: white;
            color: #070707;
            }
            .modal-body .row {
                margin: 1% 0 1% 0;
                margin-left: 0;
                margin-right: 0;
                }
                .modal-header .close {
                    color: black;
                }
                .modal-body h6 {
                    float: left;
                    font-size: 13px;
                    line-height: 26px;
                    margin: 0 1% 0 1%;
                    text-align: right;
                    width: 38%;
                }
                .modal-body input {
                    color: #323232;
                    height: 26px;
                    margin: 0 11% 0 1%;
                    width: 48%;
                }
                .modal-body #inputSmall {
                    margin: 0 0 0 1%;
                    width: 18%;
                }
                .modal-body select {
                    margin: 0 1% 0 1%;
                    height: 26px;
                    width: 28%;
                }
                .modal-body textArea {
                    margin: 0 1% 0 1%;
                    width: 48%;
                }
                .modal-footer .btn-primary {
                    background-color: #548065 !important;
                }
            .modalMediaShowcase .modal-dialog {
              background-color: rgba(0,0,0,0.9);
              height: 100%;
              margin-bottom: 0;
              margin-top: 0;
              width: 100%;
              }
              @media (max-width: 767px) {
                .modalMediaShowcase .modal-dialog {
                  margin: 0;
                }
              }
              .modalMediaShowcase .modal-content {
                background-color: transparent;
                height: 100%;
                overflow: auto;
              }
              .modalMediaShowcase .modal-header {
                background-color: transparent;
                border-bottom: none;
              }
              .modalMediaShowcase .modal-body {
                background-color: transparent;
                color: white;
              }
              .modalMediaShowcase .close {
                color: #fff;
                font-size: 35px;
                margin-top: -15px;
                opacity: 1;
              }
#contactInfo {
    background-attachment: fixed;
    background-color: #548065;
    background-size: 110% 110%;
    padding: 125px 0 125px 0;
    text-align: center;
    }
    #contactInfo .fa-exclamation-circle {
    	color: ;
    }
    .agent-heading {
        background-color: white;
        margin-bottom: 0;
        padding: 15px 0;
    }
    .pic {
        background-color: white;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 250px;
        margin: 0 auto 0 auto;
        outline: none;
        overflow: hidden;
        width: 100%;
    }
    .agent {
        font-size: 13px;
        line-height: 1.5;
        text-transform: uppercase;
    }
    .name {
        color: #333;
        font-weight: 700;
        font-size: 30px;
    }
    .title {
        color: #333;
        font-weight: 700;
        font-size: 13px;
        line-height: 1.5;     
        text-transform: uppercase;
    }
    .accr {
        color: #707070;
        font-size: 13px;
        line-height: 1;          
    }
    .accr + .accr {
        text-transform: uppercase;
    }
    .designations-icon {
    	height: 32px;
    	margin-left: 3px;
    	margin-right: 3px;
    	width: 32px;
    }
    .contactMe {
        border: 1px solid #548065;
        display: inline-block;
        font-size: 17px;         
        padding: 2%;
        text-transform: uppercase;
        -o-transition: background-color 0.5s ease;
        -moz-transition: background-color 0.5s ease;
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
        width: 50%;
        }
        .contactMe span {
            color: #548065;
            font-size: 17px;
            font-weight: 700;
        }
    .email {
        background-color: #548065;
        box-shadow: 1px 1px 1px dimgray;
        display: inline-block;
        margin-bottom: 3%;
        }
        .email a {
            color: white;
            padding: 1% 2% 1% 2%;
        }
    .office, .mobile, .website {
        color: #548065;
        margin-bottom: 0;
        }
        .website a {
            color: #548065;
        }
    .activerain {
        margin-bottom: 0;
        margin-top: -10px;
        }
        .activerain a {
            color: #548065;
        }
    #contactInfo .socialIcons {
        background-color: #548065;
        color: white;
        font-size: 20px;
        height: 32px;
        margin-left: 3px;
        margin-right: 3px;
        padding: 5px;
        text-align: center;
        width: 32px;
    }
    .tagline {
        color: #333;
        font-size: 20px;
        margin-top: 20px;
        font-style: italic;
    }
    .bio {
        color: #333;
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 40px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .coName {
        color: #333;
        font-size: 17px;
        line-height: 1.5;  
        font-weight: 700;      
    }
    .coAddress {
        color: #7777;
        font-size: 13px;
        line-height: 1.5;          
    }
    .coLogo {
        width: 160px;
    }
#h2Financing {
    margin: 90px 0 15px 0 !important;
}
.ads {
    display: none;
    height: 300px;
    line-height: 300px;
}
#footer {
    background-color: #fff;
    background-position: bottom;
    background-repeat: repeat;
    font-size: 13px;
    padding: 30px 0 0 0;
    text-align: left;
    }
    .footer-agent-name {
    	font-size: 30px;
    	font-weight: bold;
    	margin-bottom: 20px;
    }
    .footer-office {
    	font-size: 20px;
    	margin-bottom: 20px;
    }
    .footer-disclaimers small,
    .footer-disclaimers a,
    .footer-sps-copyright small {
    	font-size: 13px;
    	margin-bottom: 20px;
    }
    .logoEqualHousing {
    	margin-right: 10px;
    	margin-top: -2px;
    }
    #footer a {
    	color: #446952;
        margin-bottom: 20px;
    }
.backToTop {
    background-color: white;
    color: #548065;
    display: block;
    margin-bottom: 0;
    padding: 0 0 20px 0;
    text-align: center;
    }
    .backToTop:hover, .backToTop:visited, .backToTop:active, .backToTop:focus {
        background-color: white;
    }
.callMe {
    background-color: #548065;
    bottom: -200px;
    color: white;
    display: block;
    height: 70px;
    left: 1%;
    padding: 10px 10px 10px 30px;
    position: fixed;
    text-align: center;
    transition: all .5s linear;
    width: 325px;
    }
    .callMe.fixed {
        bottom: 0;
    }
    .callMe p {
        font-size: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: left;
    }
    .callMe input {
        color: #777;
        display: inline;
        float: left;
        font-size: 14px;
        margin-right: 10px;
        text-align: center;
        width: 50px;
    }
    .callMe button {
        border: 0;
        box-shadow: 1px 1px 1px #333;
        color: #444;
        display: inline;
        float: left;
        height: 26px;
        line-height: 26px;
        padding: 0 5px 0 5px;
        text-shadow: 1px 1px 1px lightgray;
        width: 115px;
        }
        .callMe button .fa {
            color: #548065;
        }
        .callMe button:hover {
            background-color: white;
        }
a {
    outline: none !important;
}
/*for google maps, prevents mouse scrolling on hover*/
.scrolloff {
    pointer-events: none;
}
















@media (max-width: 1200px) {
.headerText.fixed {
    font-size: 13px;
}
.menu.fixed {
    clear: none;
    display: block;
    float: right;
    height: auto;
    padding-top: 0;
    min-width: 150px;
    width: 150px;
    }
    .menu.fixed a {
        float: left;
        font-size: 17px;
        font-weight: 700;         
        font-variant: small-caps;
        height: 25px;
        line-height: 25px;
        margin-bottom: 4%;
        width: 100%;
    }
    #propertyInfo .box p,
    #propertyInfo .box li {
        font-size: 17px;
        line-height: 1.5;           
    }
}










@media (max-width: 991px) {
#propertyInfo .box {
    margin: 20px 0 0 0 !important;
    width: 100% !important;
}
#contactInfo .container > div {
	clear: both;
    margin-bottom: 50px;
    }
    #contactInfo .pic {
        border-top: none;
        border-right: none;
        border-bottom: none;
        border-left: none;
        border-radius: 0;
        margin: 0 auto 0 auto;
        width: auto;
    }
    #contactInfo .box {
        border-radius: 0;
        box-shadow: none;
    }
}























.box {
    background-color: white;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    padding-bottom: 2%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2%;
}
.btn {
    border-radius: 0;
}
.nav-tabs.nav-justified>li>a {
    border-radius: 0;
}
.displayBlock {
    display: block;
}

.fontSize28 {
    font-size: 28px;
}
.height-100-percent {
    height: 100%;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: none !important;
    background-color: transparent;
    border: none !important;
}



/* Helper Classes */
.mg-tp-75px {
	margin-top: 75px;
}
.mg-bt-40px {
	margin-bottom: 40px;
}
.caps {
	text-transform: uppercase;
}

/* Slick Image Viwer */
  .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: "Roboto", sans-serif;
    	  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-prev { left: 12px; }
  .slick-next { right: 40px; }
  .slick-prev,
  .slick-next {
    z-index: 10;
  }
  .slick-prev:before,
  .slick-next:before {
    background-color: black;
    border: 1px solid #b3b3b3;
    font-family: Arial, sans-serif;
    font-size: 25px;
    margin: 0 0 0 0;
    opacity: 1;
    padding: 0px 10px 5px 10px;
  }


.modal {
    background-color: rgba(0,0,0,0.8);
    }
    .modal-header {
        ackground-color: #548065;
        olor: white;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        }
        .modal-header .close {
            olor: white;
            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 #548065;
                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: #548065 !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; 
        }