﻿/* OUR LOCATIONS */
.ourlocations.header {
    font-family: 'Montserrat';
    margin: 30px 0 30px 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    display: block;
    color: #404549;
}

.ourlocations.location_wrapper {
    width: 100%;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.ourlocations.location_left {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: left;
}

.ourlocations.location_right {
    width: 50%;
    float: left;
    display: inline-block;
}

.ourlocations.location_image {
    width: 100%;
    height: 416px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ourlocations.location_map {
    width: 100%;
    height: 315px;
    background-color: #69e196;
}

.ourlocations.location_left_header {
    font-family: 'Open Sans';
    font-size: 25px;
    font-weight: 600;
    display: block;
    color: #404549;
}

.ourlocations.location_left_subheader {
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    color: #c49c09;
    display: block;
}

.ourlocations.location_content_text {
    font-family: 'Open Sans';
    font-size: 15px;
    display: block;
    padding-right: 30px;
}
