body {
background: #ffffff;
color: #404040;
font-size: 15px;
font-size: 1.5rem;
font-family: 'ABeeZee';
font-style: normal;
font-weight: normal;
}

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

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

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

#masthead  {
background: #FFFFFF;
}



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

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

#nav-container  {
background: #444444;
}

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

}

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

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

}


#primary {

}

.embedded-map iframe {
color: #404040;

}

.text-rating {
display: none;

}

#colophon  {
background: #266b9b;
}

#colophon {
color: #FFFFFF;
}

#colophon a {
color: #9ac9e9;
}

#colophon a:hover {
color: #9ac9e9;
}

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

/***** Theme-Specific Styles *****/
/* main nav menu hover state */
#nav-container .menu > li > a:hover {
color: #ffffff;
background: #005d7d;
}

/* 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: #ffffff;
background: #1C698A;
}

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

/* 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: #005d7d;
background: #F1F1F1;
}

#header-sidebar .widget {
	font-family: 'ABeeZee';
font-style: normal;
font-weight: normal;
}

#header-sidebar .widget:not(.widget_text), #header-sidebar .widget_text a {
background: #ffffff;border: 3px solid #005D7D;
color: #005D7D}

.MobileCallWidget, .MobileDirectionsWidget {
background: #005D7D;}

/* slide caption color */

@media (max-width: 999px) {
	.soliloquy-container .soliloquy-viewport .soliloquy-caption .soliloquy-caption-inside {
    	background-color: #002F4C;
	}

	.soliloquy-container .soliloquy-viewport .soliloquy-caption .soliloquy-caption-inside h2 {
		 
			color: #FFF;
			}
}

#secondary .widget-title {
	background-color: #005D7D;
}

input[type=submit] {
		background-color: #005D7D;
}

input[type=submit]:active {
		background-color: #002F4C;
}

#secondary .widget-title, 
.MobileCallWidget a, 
.MobileCallWidget a:hover, 
.MobileDirectionsWidget a, 
.MobileDirectionsWidget a:hover, 
input[type=submit], 
.PhoneNumberWidget, 
.PhoneNumberWidget a {
	 
		color: #FFF;
	}

#footer-sidebar .SocialMediaLinksWidget {
background-color: #3777A8;
border: 1px solid #4784B6;
color: #fff;

}

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



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