body {
background: #ffffff;
color: #03004c;
font-size: 14px;
font-size: 1.4rem;
font-family: 'Open Sans';
font-style: normal;
font-weight: normal;
}

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

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

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

#masthead  {
background: #03004c;
}


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

}

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

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

#nav-container  {
background: #03004c;
}

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

}

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

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

}


#primary {
float: right;
}

.embedded-map iframe {
color: #03004c;

}


#colophon  {
background: #03004c;
}

#colophon {
color: #ffffff;
}

#colophon a {
color: #ffffff;
}

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

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

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

/* 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: #03004c;border-bottom: 3px solid #7d7d7d;

}

/* dropdown and mobile menu hover state */
#nav-container .dropdown-menu > li > a:hover,
#nav-container .nav-menu > li > a:hover {
color: #7d7d7d;
background: #03004c;
}

/* 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: #7d7d7d;
background: #150B58;
}

.home #primary {

}

#main-content-wrapper > header.page-header,
#main-content-wrapper > article:first-child > header,
.blog #main-content-wrapper > article > header {
background: #03004c;padding: 1em 1.5em;
margin-bottom: 2em;

}

@media (min-width: 1000px) {
.rs_style .soliloquy-container .soliloquy-caption{
	width:944px;
}
}

@media (min-width: 800px) and (max-width: 999px) {
.rs_style .soliloquy-container .soliloquy-image{
	max-width:-100px;
}
.rs_style .soliloquy-container .soliloquy-caption{
	width:844px;
}
}
#main-content-wrapper > header,
#main-content-wrapper > article:first-child > header,
.blog #main-content-wrapper > article > header,
#main-content-wrapper > header h1,
#main-content-wrapper > article:first-child > header h1,
.blog #main-content-wrapper > article > header h1,
#main-content-wrapper > header h2,
#main-content-wrapper > article:first-child > header h2,
.blog #main-content-wrapper > article > header h2,
#main-content-wrapper > header h3,
#main-content-wrapper > article:first-child > header h3,
.blog #main-content-wrapper > article > header h3,
#main-content-wrapper > header h4,
#main-content-wrapper > article:first-child > header h4,
.blog #main-content-wrapper > article > header h4,
#main-content-wrapper > header h5,
#main-content-wrapper > article:first-child > header h5,
.blog #main-content-wrapper > article > header h5,
#main-content-wrapper > header h6,
#main-content-wrapper > article:first-child > header h6,
.blog #main-content-wrapper > article > header h6 {
color: #fff;

}

.single-staff .entry-meta img {
border: 1px solid #ddd;

}

.responsive-slider.flexslider .slides, .rs_style .soliloquy-wrapper {
background: #03004c;
}

.responsive-slider.flexslider .slide-title a, .responsive-slider.flexslider .slide .slide-content {
color: #fff;

}

.PhoneNumberWidget, .MobileCallWidget, .MobileCallWidget a, .MobileDirectionsWidget, .MobileDirectionsWidget a {
color: #7d7d7d;

}

.home #secondary .widget.widget-first, .home #secondary .widget.widget-last {
border-color: #E2E2E2;

}

.widget-button {
background: #03004c;border: 1px solid #241664;

}

.widget-button a {
color: #03004c;

}

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



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