/* change accent color on Shawburn 24783814-hc rs */
#site-navigation, .fse-template-part .main-navigation, button[data-load-more-btn], .button, button, input[type="submit"], .wp-block-button__link, .wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
	background-color: #330082;
}
/* Match the header social links icons color with the menu bar color | CM | #24787189-hc*/
#masthead .social-navigation ul li a {
    background: #330082
}
/* Match the header social links icons color and mobile menu bar with desktop menu bar color | CM | #24787189-hc*/
#masthead .social-navigation ul li a, #toggle-menu {
    background: #330082
}
/* change dropdown nav color to custom - norman #24787189-hc */

#site-navigation.main-navigation ul ul, .fse-template-part .main-navigation ul ul {
background:  #330082;
}
.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{color:inherit;fill:currentColor;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
#site-navigation.main-navigation ul > li:hover > a, .fse-template-part .main-navigation ul > li:hover > a, #site-navigation.main-navigation ul > li.focus > a, .fse-template-part .main-navigation ul > li.focus > a, #site-navigation.main-navigation ul > li.current-menu-item > a, .fse-template-part .main-navigation ul > li.current-menu-item > a,
#masthead .social-navigation ul li a:active, #masthead .social-navigation ul li a:focus, #masthead .social-navigation ul li a:hover {
	background:#330082;
}
/* make text widget text in footer smaller 24828772-hc rs */
#colophon #text-6 {
	font-size: .7rem;
}
/*Hides featured images on pages*/
.page .post-thumbnail{
  display: none;
}