/* Custom color scheme - TJMT - 9652659-HC*/
body.custom-background {
	background-color: #8a8888;
}

a,a:visited,a:hover,.comments-area .comment-reply-link,.comments-area .comment-reply-link:visited,.entry-meta a:hover,.entry-footer a:hover,.comments-area .comment-meta a:hover {
	color: #66c0ec !important;
}

.main-navigation a, a:visited {
	color: #E6EDF0 !important;
}

a:hover, a:active {
	color: #E6EDF0 !important;
}

.main-navigation ul ul>li:first-of-type:before {
	border-color: transparent transparent #313537;
}

.main-navigation ul ul {
	background-color: #313537;
}

body {
	color: #E6EDF0;
}

.entry-meta :hover {
	color: #66c0ec;
}

.entry-meta * {
	color: #E6EDF0;
}

.jetpack-social-navigation a {
	color: #E6EDF0 !important;
}

.jetpack-social-navigation a:hover {
	color: #66c0ec !important;
}

.main-navigation a:after {
	background-color: #66c0ec;
}

h1.entry-title {
	color: #66c0ec !important;
}

.entry-footer * {
	color: #E6EDF0 !important;
}

.site-content a {
	color: #66c0ec !important;
}

/* Reduce margin below main navigation menu */
.navigation-wrapper {
	margin-bottom: 0;
}

/*Hide site title | jp-10655325-hc*/
.site-title a {
	display: none;
}

/* make Live page full width | 16954212-hc */
.page-id-1745 #secondary {
	display: none;
}

.page-id-1745 .entry-wrapper {
	width: 100% !important;
}

/* adjust first 3 columns of Upcoming Events */
.upcoming-events td:nth-child(-n+3) {
	width: 18%;
}

/* align text along the top of cell in Upcoming Events | 16954212-hc */
.upcoming-events td {
	vertical-align: top !important;
}

/* Upcoming Events table - add padding / 16957008-hc kp */
.upcoming-events th,
.upcoming-events td {
	padding-right: 20px;
}

.upcoming-events th:last-child,
.upcoming-events td:last-child {
	padding-right: 0;
}

/* make Live page full width | 16954212-hc */
.page-id-4521 #secondary {
	display: none;
}

.page-id-4521 .entry-wrapper {
	width: 100% !important;
}

/*--- changes the link color in the widget / #3938424-HC-PK ---*/
.widget a {
	color: #FFFF00 !important;
}

/* make Special Shows page full width | 16954212-hc */
.page-id-2949 #secondary {
	display: none;
}

.page-id-2949 .entry-wrapper {
	width: 100% !important;
}
/* make Cal page full width + hide header | 16954212-hc */
.page-id-7717 #secondary {
    display: none;
}

.page-id-7717 .entry-wrapper {
    width: 100% !important;
}

.page-id-7717 .site-header {
    display: none;
}