
#map_canvas, body, html {width:100% !important; height:100% !important; padding: 0; margin: 0;}
.mapHolder {border:1px solid #030B2F;} 
.mapHolder p{ color: #fff; font-size: 20px; text-align: center; padding: 150px 0 0 0;}
.mapHolder img {margin: 15px 0 0;}
#map_canvas h2 {margin: 0; padding: 0; line-height: 16px;}
#map_canvas h2 a{color: #000; font-size: 19px; line-height:20px; margin: 0 0 12px; max-width: 465px; font-family:Arial, sans-serif; text-decoration: none; display: block; font-weight: normal; }
#map_canvas h2 a:hover {text-decoration: underline;}
#map_canvas p {display: none;}
#map_canvas .buildingThumb {  margin: 4px 12px 0 0; float: left;}
 
#map_canvas .readMore:hover {
    opacity: 0.6;
}
#map_canvas .readMore {
    background: #f8bc45; 
    clear: both; 
    text-align: 
    right; border: none;
    border-right:8px solid #f8bc45;  
    padding: 9px 24px 8px 12px; 
    color: #001457; 
    text-decoration: none; font-family: sans-serif; 
    font-size: 14px;
    position:relative;
    display: inline-block;
    border-radius: 4px;
}
#map_canvas .readMore:after {
    content: "";
    display: block;
    background: url("/img/arrow-right-blu-hollow.svg") center center no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0px;
    top: 8px; 
    }