
@charset "utf-8";
/* CSS Document */
/* WebKit/Blink Browsers */
::selection {background: #d8e6ff; color: #333;}
a {color: #1d386f; text-decoration:none;}
a:hover {color: #5374af; text-decoration: underline;}
/* Gecko Browsers */
::-moz-selection {background: #d8e6ff; color:#333;}
/*calendar */
.eventCalendar-currentTitle {background-color: #1d386f; outline:1px solid #1d386f;}
.date-month 				{background: #1d386f;}
.date-day 					{color: #1d386f;}
/*top*/
#masthead a, #footer a  {color:#1d386f;}
#masthead a:hover, #masthead a:focus,#footer a:hover, #footer a:focus  {color:#5374af; text-decoration: none; }
/*body text */
/*Navigation*/
ul.dc_metro_menu>li {
	background-image: linear-gradient(top, #5374af 42%, #1d386f 71%);
	background-image: -o-linear-gradient(top, #5374af 42%, #1d386f 71%);
	background-image: -moz-linear-gradient(top, #5374af 42%, #1d386f 71%);
	background-image: -webkit-linear-gradient(top, #5374af 42%, #1d386f 71%);
	background-image: -ms-linear-gradient(top, #5374af 42%, #1d386f 71%);
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.42, #5374af), color-stop(0.71, #1d386f) );
}
a.dc_metro_subfoot {background-color: #1d386f;}
ul.dc_metro_menu {background-color: #1d386f;}
.eventCalendar-list li a.eventCalendar-eventTitle {color: #1d386f;}
.eventCalendar-daysList li.eventCalendar-dayWithEvents a {background:#5374af;}
.eventCalendar-daysList li.eventCalendar-dayWithEvents a:hover {background:#1d386f;}

.docs-sidebar-nav li a:hover {color: #1d386f;border-color: #1d386f;}
.docs-sidebar-nav li.active a, .docs-sidebar-nav li.active a:hover, .special .nav-list > .active > a, .special .nav-list > .active > a:hover, .special .nav-list > .active > a:focus {
	color: #fff; background-color: #1d386f; border-color: #1d386f;
}
.sidebar-widget img.ad250:hover {background-color: #1d386f;border: 1px solid #1d386f;}

#dc_breadcrumb-5 a:hover {background: #1d386f;}
#dc_breadcrumb-5 a:hover::before {border-color: #1d386f#1d386f#1d386f transparent;}
#dc_breadcrumb-5 a:hover::after {border-left-color: #1d386f;}
#dc_breadcrumb-5 a.current:hover {background: none;}
.eventCalendar-eventTitle{color:#5374af;}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {background-color:#1d386f;}
h2.event-title {color:#1d386f;}
h3 > a:hover {text-decoration:none;}
/* full calendar event color */
.fc-event {
/* hide
	border: 1px solid #1d386f !important;
	background-color: #1d386f !important; 
*/
}
.fc-unthemed .fc-today {
	background: #dce1e4 !important; /*light gray */
}
.event-tagline {background: #b01c2e; }
.super-hero-unit figure figcaption {top: 37%;}


.container-fluid article a {font-weight: bold;}