/* Events */
 #upcoming-events .hh-events .events-list {
	 color: #FFF;
}
/*Color Background (Previously Blue Background)*/
/*Blue/Primary */
 .dark {
	 background: #0d2d62;
	 fill: #0d2d62;
}
/*Light Blue/Secondary*/
 .light {
	 background: #3150A5;
	 fill: #3150A5;
}
/*Call to Action*/
/*Blue/Primary*/
 .k-bg-madison {
	 background: #0d2d62;
	 fill: #0d2d62;
}
 .k-bg-madison .k-button-primary:hover {
	 background-color: rgba(184, 9, 36, 0.6);
	 border-color: #b80924;
}
/*Light Blue/Secondary*/
 .bg-madisonAlt {
	 background: #3150A5;
	 fill: #3150A5;
	 color: #fff;
}
/*Buttons*/
/*Blue/Primary*/
 .k-button-madison, .k-button-madison:focus {
	 background-color: #0d2d62;
	 border-color: #0d2d62;
}
 .k-button-madison:hover, .k-button-madison:active, .k-button-madison.k-active {
	 background-color: #b80924;
	 border-color: #b80924;
}
/*Red/Secondary*/
 .k-button-primary {
	 background-color: #b80924;
	 border-color: #b80924;
}
 .k-button-primary:hover, .k-button-primary:active, .k-button-primary.k-active {
	 background-color: #0d2d62;
	 border-color: #0d2d62;
}
/*White/Outline*/
 .k-button-default, .k-button-default:focus {
	 color: #0d2d62;
	 border-color: #0d2d62;
}
 .k-button-default:hover, .k-button-default:active, .k-button-default.k-active {
	 background-color: #0d2d62;
	 border-color: #0d2d62;
}
/*Tabs*/
/*Top Border Color/Primary*/
 .TA-nav-tabs > li.active > a:after {
	 background: #1d2228;
}
/*Accordions*/
/*Blue/Primary*/
 h3.panel-title {
	 background: #001a43;
}
/*Menu/Dropdowns*/
 div.sub-nav {
	 background: #243e90;
}
 #menubar .inside-padding .row a:hover, #menubar .inside-padding .row a:focus {
	 background-color: #cccccc !important;
	 color: #000000;
	/* If font color needs to change on hover */
}
/* Home page quicklinks slider arrow background color override */
 #quicklinks .controls .slick-arrow {
     /*background: #000;*/
 }