/* Remove Hyphens in Layout Grid | #28360390-hc KEF */

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column * {
    word-break: normal !important;
    word-wrap: normal !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
}

/* add custom fixed background to homepage | 28289958-HC | GM 
body.home {
	background-image: url();
	background-size: cover;
	background-attachment: fixed;
}
*/

/* Interior page banner / 28744156-HC (MI) */

.page-id-959 .feature-img.page-banner {
  max-height: 337px;
}

.page-id-7 .feature-img.page-banner {
  max-height: 337px;
}

.page-id-795 .feature-img.page-banner {
  max-height: 337px;
}

.page-id-1637 .feature-img.page-banner {
  max-height: 337px;
}

.page-id-911 .feature-img.page-banner {
  max-height: 337px;
}

.page-id-596 .feature-img.page-banner {
  max-height: 337px;
}

.page-id-2179 .feature-img.page-banner {
  max-height: 337px;
}

.page-id-992 .feature-img.page-banner {
  max-height: 337px;
}

.page-id-4476 .feature-img.page-banner {
  max-height: 337px;
}

.page-id-5428 .feature-img.page-banner {
  max-height: 337px;
}


/* button removal // 29009144-HC SK */
.home-slider .text-holder > .more-link {
    display: none;
}

.home div.excerpt {
    font-size: 25px;
}

@media only screen and (max-width: 767px) {
.separate-layout .container {
    max-width: 80%;
}
}

/*List styling - indent wrapped lines 28986840-hc sy*/
ul li {
    list-style: outside;
}	
/*Adds background color to menu use a range from 0 to 1| hc 29034773 fox*/
#header .row{
  background-color: rgb(255,255,255, 0.4); 
}
	
	/*Make font in bolder | hc 29034773 Ka*/
.wf-active #navigation{
Font-weight: 600;
}

/* Change the color of homepage slider excerpt text SS-3921570-hc */
.home .flexslider .excerpt p {
color: #002067;
}

/*Make Menu font any colour was orange | hc-29034773 Ka*/
#wrap #header .site-title a, #wrap #header .menu a, #wrap #header .menu a:link, #wrap #header .menu a:visited, #wrap #header .menu-toggle, #wrap #header .menu-toggle:before, .mobile-menu a, .mobile-menu a:link, .mobile-menu a:hover, .mobile-menu a:visited, .page .mobile-menu a, .page .mobile-menu a:link, .page .mobile-menu a:hover, .page .mobile-menu a:visited {   
color: #002067;
font-size: small;
}

/* Show Homepage Slider Excerpts on Mobile| KS -hc-29164363*/ @media handheld, only screen and (max-width: 1024px) { .slideshow .format-standard .excerpt, .slideshow .format-link .excerpt, .slideshow .format-video .six.columns, .flex-control-nav { display: unset; font-size: 15px; } }

/* Fix Safari Homepage Slider Zoom| 29238080-hc */
@media only screen and (max-width: 1000px){
	.home-slider .slideshow .slides li.post {
background-attachment: unset!important;
.entry-content {
    hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
}
		/* Change rollover color for hyperlinked bullets */
.entry-content a:hover {
    color: #007CF4; /* Change this to the color you prefer */
}