
/* Defaults */
html {
    background: none;
}

body {
    font: normal 12px 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    border-top: 1px solid #666666;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}


/* Headings */
h1 {
    font: 700 20px 'Roboto', 'Helvetica', 'Arial', sans-serif;
    margin: 40px 0 20px 0;
}

h2 {
    font: 700 14px 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #00509e;
    text-transform: uppercase;
    margin-bottom: 0;
}

h3 {
    font: 700 14px 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #00509e;
    margin-bottom: 0;
    margin-top: 0;
}

h2 + p,
h3 + p {
    margin-top: 0;
}

/*******************************************************
 * The micro clearfix for magical self clearing floats
 * *****************************************************/

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.group {
    zoom:1;
}


/* Structure */

.wrap {
    width: auto;
    max-width: 920px;
    margin: 0 auto;
    padding: 0px 10px;
}

section#content {
    position: relative;
    background: #fff;
}

section#content article {
    float: left;
    width: 58.15%;
    margin-right: 4.34%;
    background: #fff;
}

section#content aside {
    float: left;
    width: 37.5%;

    position: relative;
    top: -60px;
}

footer.wrap {
    margin: 20px auto 50px auto;
    clear: both;
    background: #fff;
}


/* Header Styles */

header {
    background: url("images/header.46c142da9bc5.jpg") no-repeat;
    background-size: cover;
}

header .wrap {
    position: relative;
    min-height: 400px;
}

header .wrap h1 {
    margin: 0;
    float: right;
}

header .wrap .van {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -85px;
}

/* Main navigation */

nav#main-nav {
    background: #00509e;
    position: relative;
}

nav#main-nav a.mobile-nav-expand {
    display: none;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 5px 0;
}

nav#main-nav a.mobile-nav-expand img {
    width: 20px;
    height: auto;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

nav#main-nav ul {
    padding-left: 0px;
}

nav#main-nav ul li {
    list-style: none;
    float: left;
    margin: 0 1px 0 0;
    position: relative;
}

nav#main-nav ul li:first-child {
    margin-left: 0px;
}

nav#main-nav ul a {
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    display: block;
}

nav#main-nav ul a:hover,
nav#main-nav ul a:focus,
nav#main-nav ul a.selected {
    background: #003a72;
}

/* sub navigiation */

nav#main-nav ul li ul {
    position: absolute;
    z-index: 9999;
    background: #00509e;
    width: 185px;
    visibility: hidden;
    opacity: 0;
}

nav#main-nav ul li ul li {
    float: none;
    width: auto;
    text-align: left;
}

/* show sub nav on hover */

nav#main-nav ul li:hover ul,
nav#main-nav ul li:focus ul {
    opacity: 1;
    visibility: visible;
}

/* the locations popup */

.locations-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
}

.locations-overlay.hidden {
    left: -10000px;
}

.locations {
    background: #fff;
    max-width: 880px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);

    padding: 20px;
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -460px;

    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.55);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.55);
    box-shadow: 0 0 30px rgba(0,0,0,0.55);
}

.locations img {
    width: 100%;
    height: auto;
}

.locations h1 {
    text-transform: uppercase;
    color: #00509e;
    margin: 0 0 15px 0;
}

.locations a.popup-close {
    float: right;
}

.locations ul,
.service-areas ul {
    list-style: none outside none;
    padding: 0 0 0 1%;
    margin: 15px 0 0 0;
    width: 19%;
    float: left;
}

.service-areas ul:last-of-type {
    margin-bottom: 20px;
}

.locations li,
.service-areas li {
    margin: 3px 0;
}

.locations p {
    clear: both;
    padding-top: 35px;
    text-align: center;
}

iframe.map {
    width: 100%;
}

/* Content */

img.appliances,
img.brands {
    margin: 25px 0 50px 0;
    height: auto;
}

.intro {
    font-size: 14px;
    line-height: 140%;
    margin: 0px 0px 20px 0px;
}
/* Sidebar */

aside img.call-us,
aside a.service-area {
    display: block;
    margin-bottom: 30px;
}

/* Footer */


