/*Make logo bigger | jp-8201220-hc */
#header #logo .site-logo-link img {
	max-height: 50px;
	margin-top: 3px;
}

div #logo {
	height: 60px;
	padding: 10px 0;
}

@media screen and (min-width: 991px) {
	div#logo {
		height: 100px;
		padding: 40px 0 0;
	}
}

/* change font color of menu footer widget*/
.widget ul.menu li a {
	color: #000000;
}

/* CSS to remove post meta data*/
.post-meta {
	border-top: 0;
	display: none;
}

/* CSS to turn the slider text black, from white ZD-1694166 */
.text-white p, .text-white blockquote, .text-white {
/*
	color: black; */
	font-weight: bold;
}

/* CSS to convert the footer menu hover to black from green ZD-1694166*/
.widget ul.menu li a:hover {
	color: darkblue;
}

/* Change previous post color */
.previous-post a {
	color: #023189 !important;
}

.widget ul.menu .current_page_item a, .widget ul.menu .current-menu-item a {
	color: #013291;
}

/* Slider - shorten on wider screens / 9427132-hc kp */
@media screen and ( min-width: 1024px ) {
	.flexslider {
		height: 70vh !important;
	}
}

/* remove learn more slider button */
.more-link {
	display: none !important;
}

/* raise Content after button*/
ul.slides div > div.content {
	position: relative;
	top: -8em !important;
}

@media (max-width: 600px) {
	ul.slides div > div.content {
		position: relative;
		top: 0 !important;
	}
}

/* a6a logo font size */
#logo {
	font-size: 18px;
	margin-top: -8px;
	margin-bottom: -10px;
}

/* change font color of header AS*/
#page-1111 div h1.headline.img-headline {
	color: #000000;
}

/* change font color of header BC*/
#page-206 div h1.headline.img-headline {
	color: #000000;
}

/* change font color of header EM*/
#page-45 div h1.headline.img-headline {
	color: #000000;
}

/* change font color of header HC*/
#page-48 div h1.headline.img-headline {
	color: #000000;
}

#page-1780 div h1.headline.img-headline {
	color: #000000;
}

/* change font color of header AU*/
#page-28 div.feature-img.page-banner h1.headline.img-headline {
	color: #000000;
}

/* change font color of header CU*/
#page-33 div.feature-img.page-banner h1.headline.img-headline {
	color: #000000;
}

/* change font color of footer widget 1 */
#nav_menu-5 div.footer-widget h6 {
	color: #04318C;
	font-weight: bold;
}

/* change font color of footer widget 2 */
#nav_menu-7 div.footer-widget h6 {
	color: #04318C;
	font-weight: bold;
}