body {
background: #3D4346;
color: #8da1a9;
font-size: 15px;
font-size: 1.5rem;
font-family: 'Open Sans';
font-style: normal;
font-weight: normal;
}

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

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

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

#masthead > .container {
background: #3D4346;
}


.site-title, .site-description {
text-align: center;

}

.site-title, .site-title:hover {
color: #8da1a9;
font-family: 'Sorts Mill Goudy';
font-style: normal;
font-weight: normal;
}

.site-description, .site-description:hover {
color: #8da1a9;
font-family: 'Sorts Mill Goudy';
font-style: italic;
font-weight: normal;
}

#nav-container .container {
background: #606E78;
}

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

}

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

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

}


#primary {

}

.embedded-map iframe {
color: #8da1a9;

}


#colophon .container {
background: #3D4346;
}

#colophon {
color: #8da1a9;
}

#colophon a {
color: #336699;
}

#colophon a:hover {
color: #336699;
}

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

/***** Theme-Specific Styles *****/
body {

}

.MobileCallWidget, .MobileDirectionsWidget {
background: #606E78;border: 1px solid #6C7B85;

}

#header-sidebar {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 9999;

}
.admin-bar #header-sidebar {
top: 32px;

}
@media (min-width: 800px) {
#page {
margin-top: 2.5em;

}
}

#header-sidebar  {
background: #001941;text-align: left
}

#header-sidebar .widget, #header-sidebar .widget a {
color: #FFFFFF;

}


/* main nav dropdown border */
#nav-container .dropdown-menu {
border: 2px solid #606E78;

}


.site-branding, #main > .container, #main-content-wrapper, .blog #primary article.post, .archive #primary article.post, .search-results #primary article, #comments, #ratings-sidebar, #secondary.offset-by-one, #secondary .widget, #colophon .site-info {
border-color: #001941;
border-style: dotted;

}

/* main nav menu and mobile menu hover state */
#nav-container .menu > li > a:hover,
#nav-container .nav-menu > li > a:hover {
color: #cde4ec;

}

/* main nav menu and mobile 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,
#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: #cde4ec;
font-weight: bold;

}

/* dropdown hover state */
#nav-container .dropdown-menu > li > a:hover {
color: #cde4ec;

}

/* 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 {
color: #cde4ec;
font-weight: bold;

}




/***** 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) {
}