body {
background: #fff url("/wp-content/blogs.dir/1161/files/sites/9396/2015/03/bg2-b.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #404040;
font-size: 14px;
font-size: 1.4rem;
font-family: 'Open Sans';
font-style: normal;
font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
color: #404040;
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
}

a {
color: #0088CC;
text-decoration: none;
border-bottom: none;
}

a:hover {
color: #0088CC;
text-decoration: underline;
border-bottom: none;
}

#masthead  {
background: #ffffff;
}



.site-title, .site-title:hover {
color: #ffffff;
font-family: 'Raleway';
font-style: normal;
font-weight: normal;
}

.site-description, .site-description:hover {
color: #ffffff;
font-family: 'Ubuntu';
font-style: normal;
font-weight: normal;
}

#nav-container .container {
background: #1A3455;
}

#nav-container .menu > li > a, .menu-toggle, #nav-container .nav-menu > li > a {
color: #FFFFFF;

}

#nav-container .dropdown-menu {
background: #FFFFFF;
}

#nav-container .dropdown-menu > li > a {
color: #404040;

}


#primary {
float: right;
}

.embedded-map iframe {
color: #404040;

}


#colophon  {
background: #F0F0F0;
}

#colophon {
color: #6a6a6a;
}

#colophon a {
color: #191E3B;
}

#colophon a:hover {
color: #191E3B;
}

footer .menu > li {
border-color: #191E3B;
}

/***** Theme-Specific Styles *****/
/* override body background color */
body {
background-color: #F0F0F0;

}

#breadcrumbs, #header-sidebar {
color: #1A3455;

}

#breadcrumbs a, #header-sidebar a {
color: #005580;

}

#breadcrumbs a:hover, #header-sidebar a:hover {
color: #005580;

}

.MobileCallWidget, .MobileDirectionsWidget {
background: #0088CC;
background: -moz-linear-gradient(top,  #0088CC 0%, #12506f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088CC), color-stop(100%,#12506f));
background: -webkit-linear-gradient(top,  #0088CC 0%,#12506f 100%);
background: -o-linear-gradient(top,  #0088CC 0%,#12506f 100%);
background: -ms-linear-gradient(top,  #0088CC 0%,#12506f 100%);
background: linear-gradient(to bottom,  #0088CC 0%,#12506f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088CC', endColorstr='#12506f',GradientType=0 );
border: 1px solid #2995DA;

}

/* override nav container background opacity */
#nav-container .container {
background: rgba(26, 52, 85, 0.3);

}

/* main nav menu hover state */
#nav-container .menu > li > a:hover {
color: #0088CC;

}

/* main nav menu active state */
#nav-container .menu > .current-menu-item > a,
#nav-container .menu > .current-menu-parent > a,
#nav-container .menu > .current-menu-ancestor > a,
.single-post #nav-container .menu > .current_page_parent > a {
color: #0088CC;
background: rgba(26, 29, 58, 0.3);

}

/* dropdown and mobile menu hover state */
#nav-container .dropdown-menu > li > a:hover,
#nav-container .nav-menu > li > a:hover {
color: #ffffff;
background: #0088CC;
}

/* dropdown and mobile menu active state */
#nav-container .dropdown-menu > .current-menu-item > a,
#nav-container .dropdown-menu > .current-menu-parent > a,
#nav-container .dropdown-menu > .current-menu-ancestor > a,
#nav-container .nav-menu > .current-menu-item > a,
#nav-container .nav-menu > .current-menu-parent > a,
#nav-container .nav-menu > .current-menu-ancestor > a,
.single-post #nav-container .nav-menu > .current_page_parent > a {
color: #ffffff;
background: #2995DA;
}

/* homepage main content area */
.home #main-content-wrapper {
color: #2f4157;
margin-top: 1.5em;
background: rgba(255, 255, 255, .6);

}

.home #main-content-wrapper h1, .home #main-content-wrapper h2, .home #main-content-wrapper h3,
.home #main-content-wrapper h4, .home #main-content-wrapper h5, .home #main-content-wrapper h6 {
color: #2f4157;

}

#secondary .widget {
background: #191D3A;color: #FFFFFF;
box-shadow: 1px 1px 1px #191D3A;

}

#secondary .widget h1, #secondary .widget h2, #secondary .widget h3, #secondary .widget h4, #secondary .widget h5, #secondary .widget h6 {
color: #FFFFFF;

}

#secondary .widget a {
color: #0088CC;

}

#secondary .widget a:hover {
color: #FFFFFF;

}

#colophon .site-info {
border-top: 1px solid #D4D4D4;
}

.gform_wrapper input[type="submit"]{
	background-color: #0088CC;
	color: #FFFFFF;
}

@media (min-width: 800px) {
.home #main-content-wrapper {margin-bottom: 4em;}

}




/***** Media Queries *****/

@media only screen and (min-width: 1000px) {
}

@media only screen and (min-width: 800px) and (max-width: 999px) {
}

@media only screen and (min-width: 480px) and (max-width: 799px) {
}

@media only screen and (max-width: 479px) {
}