#map-canvas {
    width: 100%;
    height: 580px;
    -webkit-transform: initial !important;
}

.hiddenfield {
    display: none !important;
}

.gm-style .gm-style-iw {
    font-size: 13px;
    font-weight: 400;
    margin-left: 7px;
}

.info-content-inner {
    display: table;
    width: 100%;
}

.info-block-column {
    display: table-cell;
}

.info-block-column.first {
    width: 48%;
    padding-right:10px;
    line-height: 1.25em;
}

.info-block-column.info-block-content {
    padding: 0 6px 0 12px;
    box-sizing: border-box;
    border-left: 1px solid #A4A9AE;
}

.location_map_wrapper {
    bottom: 40px;
    display: block;
    font-size: 2em;
    height: auto;
    left: 20px !important;
    max-height: 80%;
    min-height: 325px;
    pointer-events: none;
    top: 20px !important;
    width: 360px;
}

.location_map_wrapper .map-panel {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.61);
    display: block;
    height: 115%;
    position: relative;
    pointer-events: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: height 1s;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -o-transition: height 1s;
    overflow: hidden;
}
.location_map_wrapper .searchBox {
    padding: 10px;
    width: 280px;
}
.location_map_wrapper .searchInput {
    background: #fff;
    border: 1px solid #9CA4A9;
    color: #2D2D32;
    font-family: 'franklin-gothic-urw', Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 8px;
    pointer-events: auto;
    width: 262px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-touch-callout: default;
    -webkit-tap-highlight-color: rgba(0,0,0,0.25);
}
.location_map_wrapper .searchInput::-webkit-input-placeholder {
    color: #9CA4A9;
}
.location_map_wrapper .searchInput:-moz-placeholder {
    color: #9CA4A9;
}
.location_map_wrapper .searchInput::-moz-placeholder {
    color: #9CA4A9;
}
.location_map_wrapper .searchInput:-ms-input-placeholder {  
    color: #9CA4A9;
}

.location_map_wrapper .map-types-wrapper, 
.location_map_wrapper .map-types-wrapper a,
.location_map_wrapper .category-wrapper,
.location_map_wrapper .category-wrapper label {
    color: #9CA4A9;
    font-family: 'franklin-gothic-urw', Helvetica, Arial, sans-serif !important;
    font-size: 11px !important;
    margin-bottom: 0;
}

.location_map_wrapper .map-types-wrapper a {
    color: #E1DFDF;
}

.location_map_wrapper .map-types-wrapper a.active {
    color: #9CA4A9;
}

.location_map_wrapper .map-types-wrapper a {
    cursor: pointer;
}

.location_map_wrapper .map-types-wrapper a {
    text-decoration: none;
}

.location_map_wrapper .map-types-wrapper ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.location_map_wrapper .map-types-wrapper ul {
    padding: 20px 16px 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #A4A9AE;
}

.location_map_wrapper .map-types-wrapper li {
    float: left;
    line-height: 0.25em;
    list-style: none;
    font-size: 18px;
    margin: 0;
    padding: 0;
    width: 50%;
    white-space: nowrap;
}

.location_map_wrapper .map-types-wrapper li {
    width: 25%;
}

.map-info-box {
    margin: 10px 0 10px;
    padding-right: 20px;
}

.map-info-box *,
.map-info-box div.content p {
    color: #000 !important;
    font-family:  'franklin-gothic-urw', Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.4em !important;
	font-weight: 100;
}

.map-info-box div.content p {
    margin: 0 0 10px !important;
}

.map-info-box.without-content {
    width: 232px;
}

.map-info-box h4 {
    color: #2D2D32;
    font-family:  'franklin-gothic-urw', Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 18px !important;
    margin: 0 0 6px;
    text-align: left;
    text-transform: none;
}

.map-info-box h4.title {
    font-size: 24px !important;
    line-height: 28px;
    color: #000;
    margin-bottom: 14px;
    font-weight: 700 !important;
}

.map-info-box h5.subtitle {
    margin-top: 0;
    margin-bottom: 6px;
    font-style: oblique;
    font-weight: 100;
    color: #353134;
}

.info-block-content {
    color: #1C1C1B;
    line-height: 1.3 !important;
}

.map-info-box a {
    color: #9FE1FC !important;
    text-decoration: underline;
}

.map-info-box .fax-holder a,
.map-info-box .phone-holder a {
    color: #000 !important;
}

.map-info-box .btn {
    height: 42px;
    line-height: 43px !important;
    padding: 0 18px;
    font-size: 14px;
    background-color: #D4232E;
    color: #fff !important;
    text-decoration: none;
}

.map-info-box span {
    display: block;
}

.map-info-box .btn:focus,
.map-info-box .btn:hover {
    background-color: #B7B7B7;
    -webkit-transition: all 0.15s ease-in-out 0.1s;
    -moz-transition: all 0.15s ease-in-out 0.1s;
    -ms-transition: all 0.15s ease-in-out 0.1s;
    -o-transition: all 0.15s ease-in-out 0.1s;
    transition: all 0.15s ease-in-out 0.1s;
}

.info-block-content h1 {
    font-size: 14px;
    line-height: 14px !important;
    font-weight: 700;
    margin-bottom: 5px;
}

.info-block-content h2 {
    font-size: 12px;
    line-height: 12px !important;
    font-style: oblique;
    margin-bottom: 8px;
    font-weight: 500;
}

.info-block-content h3 {
    font-size: 12px;
    line-height: 12px !important;
    font-weight: 700;
    margin-bottom: 4px;
}

.info-block-content ol,
.info-block-content ul {
    margin-left: 16px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-bottom: 6px;
}

.map-info-box div.info-block-content p {
    margin-bottom: 4px !important;
    color: #1C1C1B !important;
}

.info-block-content ol li,
.info-block-content ul li {
    padding-left: 0;
    line-height: 1.5 !important;
    font-size: 12px;
}

span.attention {
    color: #D50032;
}

img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
    max-width: none;
}

.map-info-box .get-directions-wrapper {
    display: table;
    width: 100%;
}

.map-info-box h4 {
    display: block;
}

.map-info-box h4.mobile {
    display: none;
}

.map-info-box.without-content .get-directions-wrapper .info-block-column {
    display: block;
}

#locations-wrapper .map-info-box.without-content .get-directions-wrapper a.btn {
    margin-top: 6px;   
    width: 100%;
}

@media handheld, only screen and (max-width: 767px) {    
    .location_map_wrapper {
        display: none !important;
    }
    
    #location-modal {
        position: fixed;
        width: 100%;
        padding: 42px 0 8px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        z-index: 10001;
        right: 0;
        bottom: 0;
        overflow-y: scroll;
    }
    
    #location-modal .close {
        cursor: pointer;
        dislay: block;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 10px;
        font-size: 24px;
        text-align: center;
        z-index: 4;
    }
    
    #location-modal .thumbnail-wrapper {
        margin: 0 18px 18px;
    }
    
    #location-modal .map-thumbnail {
        display: block;
        max-width: 100% !important;
        margin: 0;
    }
    
    #location-modal div.title-wrapper {
        padding:  0 18px 16px;
        background: url(./separator-dots.png) bottom left repeat-x;
    }
    
    #location-modal h5.subtitle,
    #location-modal h4.title {
        font-size: 18px;
        line-height: 1.3;
        margin: 0;
        color: #353134;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    #location-modal h5.subtitle {
        font-style: oblique;
        font-weight: 400;
    }
    
    #location-modal .content-wrapper {
        margin-top: 18px;
        padding: 0 18px;
    }
    
    .info-block-content {
        padding: 0 18px;
        font-size: 14px;
    }
    
    #location-modal p {
        line-height: 1.5;
        font-size: 14px;
    }
    
    .map-info-box {
        width: 180px;
    }
    
    .map-info-box h4 {
        cursor: pointer;
    }
    
    #location-modal .btn {
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: normal;
        height: 48px;
        line-height: 48px;
        margin: 10px auto 0;
        padding: 0 22px;
        width: auto;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        background: #D50032 border-box;
        background: -webkit-linear-gradient(#D50032, #D50032) 0 0 border-box;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-touch-callout: default;
        -webkit-tap-highlight-color: rgba(0,0,0,0.25);
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    #map-sticky-header.sticked {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        z-index: 99;
    }
    
    .map-info-box {
        line-height: 1.3em !important;
        margin: 0 4px 0 0;
        width: 180px;
    }
    
    .map-info-box h4 {
        display: none;
        font-size: 14px !important;
        line-height: 1.25em !important;
        margin: 0;
        text-decoration: underline;
    }
    
    .map-info-box h4.mobile {
        display: block;
    }
    
    img[src="http://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png"],
    img[src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png"] {
        display: none !important;
    }
    
    .mobile-hide {
        display: none !important;
    }
    
    .mobile-only {
        display: block !important;
    }
    
    .map-info-box {
        margin-top: 8px;   
    }
    
    .map-info-box h4.title {
        margin-bottom: 0;
        font-size: 13px !important;
        line-height: 13px !important;
        text-align: center;
        color: #353134;
        text-decoration: underline;
    }
    
    .map-info-box h5.subtitle {
        display: none;
    }
    
    .map-info-box .info-content-inner {
        display: none;
    }
    
    .get-directions-wrapper .info-block-column {
        text-align: center;
    }
    
    .get-directions-wrapper .info-block-column .btn {
        margin-top: 10px;
        margin-right: -20px;
    }
}

@media only screen and (max-width: 991px) {
    .map-info-box {
        width: auto;
        padding-left: 10px;
    }
    
    .info-block-column.first {
        width: 100%;   
    }
    
    .map-info-box .info-block-column.info-block-content {
        display: none;
    }
    
    .get-directions-wrapper .info-block-column {
        display: block;
    }
}