/* change footer background color and make text white TM-18630744-hc */
.footer .row {
	background-color: #96abb0;
}

.footer p, .jetpack_widget_social_icons ul.size-large a, .footer a, .footer .confit-phone {
	color: #fff;
}

/*hide featured posts - #18681212-hc (aam)*/
.featured-posts {
	display: none;
}

/*make the logo bigger- #18681212-hc (aam)*/
@media only screen and (min-width: 768px) {
	#header #logo .site-logo-link img {
		max-height: 120px;
		width: auto;
	}
}

/* Centered columns / 2751635-zd (MI) */
.centered-columns .wp-block-image.is-resized {
	margin-left: auto;
	margin-right: auto;
}

.centered-columns .wp-block-column {
	text-align: center;
}

/* Custom color class | smf-19284454-hc */
.custom-color-slate {
	color: #96abb0 !important;
}

/* Footer widget header font-size | smf-19284454-hc */
.footer-widget h6 {
	font-size: 24px;
}

/* Footer widget link color | smf-19284454-hc */
.footer-widgets a {
	color: white !important;
}

body.page-id-48 .postarea .wp-block-buttons {
	display: none;
}

body.page-id-48 h1.headline {
	color: #5a5c66;
}

body.page-id-193 .postarea .wp-block-buttons {
	display: none;
}

.home .wp-block-button a {
	color: #ffffff !important;
	border-color: #666666 !important;
}

body.page-id-541 h1.headline {
	color: #5a5c66;
}

/* Make feature page wider | 19731641-hc | JG */
.home #page-193 .content {
	max-width: 1600px;
	Padding: 0 60px;
}

/* center page titles | KW-19731641-hc */
.wf-active .headline {
	text-align: center;
}

/* Make slider arrows more visible | 19735281-hc kf */
.flex-direction-nav .flex-next i, .flex-direction-nav .flex-prev i {
	color: black;
}

.flex-direction-nav li a {
	background: rgba(255,255,255,0.9);
}

/* Change header background color and size to match header-small | 19735854-HC | GM */
#header .header-bg {
	background: none;
}

#header > .row {
	background-color: rgba(255,255,255,.8);
}

@media only screen and (min-width: 768px) {
	#header > .row {
		background-color: rgba(255,255,255,.8);
		max-height: 60px;
		position: relative;
		top: 80px;
	}
}

#header.header-large #navigation {
	padding-top: 12px;
	padding-bottom: 12px;
}

#header.header-small {
	border-bottom: none;
}

#header.header-small #navigation {
	background: none;
}

/* End change header background color and size to match header-small */
/* Underline hyperlinks | smf-21417590-hc */
.page a, .page a:link, .page a:visited {
	text-decoration: underline;
}

/* Hide slider text - homepage / 21890451-HC (MI) */
.home .slides .text-holder {
	display: none;
}

/* Hide double arrows on slider button ZD-3200223 */
.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

/*  remove the submit button from the search widget || HC-23463521 | MM */
#searchsubmit {
	display: none;
}

/*Hide 'featured slider' posts 6549572-zen sy*/  
#post-3973, #post-3970, #post-3967, #post-3958, #post-3950 {
    display: none;
}



