html, body { 
	background-color: #666; 
}
/********************************/
.hh-module#main {
	margin-top: 0;
}
.hh-module.section {
	padding-top: 0;
}
.hh-module a {
	color: #156e99;
	font-weight: 600;
	transition: color 1s;
}
.hh-module a:hover, .hh-module a:focus, .hh-module a:active {
	color: #0a58ca;
}

.hh-events .icon {
	color: #0d7172;
}
.hh-events .event a {
	display: block;
}
.hh-events .event .event-details {
	vertical-align: top;
}
.hh-events .sidebar .date-views button:hover, .hh-events .sidebar .date-views button:focus, .hh-events .sidebar .date-views button.active {
	color: #0a58ca;
	border-color: #0a58ca;
}
.hh-events .sidebar input:focus {
	outline-color: #0a58ca;
}
.hh-events .primary-button.primary-button-white.dropdown-toggle:hover {
	border-color: #0a58ca;
}
.hh-module .secondary-button {
	background-color: #156e99;
	-webkit-box-shadow: 0 0 0 2px #156e99 inset;
	box-shadow: 0 0 0 2px #156e99 inset;
}
.hh-module .secondary-button a:hover, .hh-module .secondary-button a:focus, .hh-module .secondary-button:hover, .hh-module .secondary-button:focus {
	color: #156e99;
}
.hh-module .primary-button {
	background-color: #0d7172;
	-webkit-box-shadow: 0 0 0 2px #0d7172 inset;
	box-shadow: 0 0 0 2px #0d7172 inset;
}
.hh-module .primary-button:hover, .hh-module .primary-button:focus {
	color: #0d7172;
}
.hh-module blockquote.blockquote:before {
	color: #156e99;
}
.hh-module .section-title .title {
	background: #f8f9fa;
}
/** Events Calendar Card */
.hh-events .events .event a {
	font-weight: normal;
}
.hh-events .date-img {
	border-color: #156e99;
}
.hh-events .date-img .month {
	background: #156e99;
}
.hh-events a:hover .date-img {
	border-color: #0a58ca;
}
.hh-events a:hover .date-img .month {
	background: #0a58ca;
}
.hh-events a:hover .date-img .day {
	color: #0a58ca;
}