/* Header background | 21344303-hc */
#masthead {
    background: #4a708b;
    width: 100%;
    max-width: 100%;
}

/* Change menu item link color */

.site-title a:hover,
.main-navigation a,
.main-navigation a:link,
.main-navigation a:visited,
.social-navigation a:hover,
.footer-navigation .footer-menu a:hover,
.entry-title a:active,
.entry-title a:focus,
.entry-title a:hover,
.page-title a:active,
.page-title a:focus,
.page-title a:hover,
.a8c-posts-list .a8c-posts-list-item__title a:active,
.a8c-posts-list .a8c-posts-list-item__title a:focus,
.a8c-posts-list .a8c-posts-list-item__title a:hover,
.site-info a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:active, 
.wp-block-newspack-blocks-homepage-articles article .entry-title a:focus, 
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
    color: white;
}

/* Change site description color */
body:not(.fse-enabled) .site-description {
    font-size: 0.83333rem;
    color: white;
}

/* Footer: add a custom background color -- 21344303-hc */

body:not(.fse-enabled) #colophon {
  background: #4a708b;
  width: 100%;
  max-width: none;
  padding: 1.5em;
  justify-content: center;
	text-align: center;
}

body:not(.fse-enabled) #colophon a {
	color: white;
}

/* Change button color and site title color */

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: #41637a;
}

.site-title a:link, .site-title a:visited {
    color: white;
}

.button:hover, button:hover, input:hover[type="submit"], .wp-block-button__link:hover, .wp-block-file__button:hover, .a8c-posts-list__view-all:hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover, .button:focus, button:focus, input:focus[type="submit"], .wp-block-button__link:focus, .wp-block-file__button:focus, .a8c-posts-list__view-all:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .has-focus.button, button.has-focus, input.has-focus[type="submit"], .has-focus.wp-block-button__link, .has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
    color: white;
    background-color: #5e8ba9;
}

/*  remove the site info || HC-22462248 | MM */
.site-info {
    display: none;
}