/* ======================================================================== */
/* ============================ Contact Page ============================== */
/* ======================================================================== */
.contact_info_wrap { float:left;position:relative;width:49%; }
.map_wrap { margin:0px 0px 20px 0px;float:right;position:relative;text-align:center;width:49%;border-radius:0px;box-shadow:#000000 0px 0px 4px 1px; }
@media (max-width:768px) {
	.contact_info_wrap { float: none;width: 100%; }
	.map_wrap { margin:12px 0 0 0;float:none;width:100%; }
}

.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.hero-global {
    margin-bottom: 70px;
}
.maincontent_wrapper form {
    padding-top: 0;
}
.thank_you_content {
    margin-top: 0;
}

.hours-heading {
    margin: 0;
    background-color: var(--dark-green);
    color: #fff;
    padding: 5px;
    font-size: 1.1em;
}
.hours-time {
    margin-top: 15px;
    font-style: italic;
}

.locations-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin: 25px auto;
    padding: 0;
    list-style: none;
}
.locations-item {
    width: 49%;
    margin: 25px .5%;
    padding: 0;
    box-shadow: 0 0 15px #ccc;
    transition: box-shadow ease-in .2s;
}
.locations-item:hover {
    box-shadow: 0 0 15px #999;
}
.locations-body {
    padding: 15px 40px;
}
.locations-body h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.locations-body .h3-alt {
    font-size: .85em;
    color: var(--light-green);
}
.locations-contact {
    display: flex;
    margin-bottom: 20px;
}
.locations-icon {
    fill: var(--green);
    margin: 3px 20px 0 0;
}
.locations-address .locations-icon {
    width: 22px;
    height: 22px;
}
.locations-phone .locations-icon {
    width: 18px;
    height: 18px;
}
.locations-content {
    width: 100%;
    font-size: .95em;
}

@media (max-width: 981px) {
    .locations-item {
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 450px) {
    .locations-body {
        padding-left: 15px;
        padding-right: 15px;
    }
}