header {
    background: #dddddd;
}

.logo_section {
	background: #ffffff;
    box-shadow: 0px 0px 22px 10px #fff;
}

.social_section {
    background: #0c609b;
}

.social_section ul.content_location_icons li a {
	color: #ffffff;
}

.quicklinks_section .collection_item_label a {
	background: #0c609b;
    padding: 45px 0;
}

footer .location_section {
    background: #8D8D8D;
    color: #fff;
}

footer .location * {
    color: #fff;
}

footer .location *:hover {
	color: #fff;
	text-decoration: underline;
}

.locations:before {
    content: '';
    width: 162px;
    height: 102px;
    display: block;
    background: url(../images/logo2.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 20px;
}

.locations_website_title {
    display: none;
}

.content_location {
    border: 0px;
}

.form_row ul li {
    border: 0;
}

label {
    font-weight: lighter;
}

.form_row_submit {
    background: transparent !important;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    line-height: 17px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 9px 20px;
    background: #fff;
    border: #0c609b 2px solid;
    color: #0c609b;
    border-radius: 3px;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

