/* Force colors on cover blocks to blue */
.wp-block-cover.has-background-dim, .wp-block-cover-image.has-background-dim {
    background-color: #165788;
}

/* Change color of menu items to blue | SN-23998688-hc */
ul#menu-primary a {
    color: #165788;
}

/* Button background is red - 3346979-zen DF */
.wp-block-cover a.wp-block-button__link, button,
.button,
.wp-block-button__link {
    background-color: #A22B38;
    color: white;
}
/* Button background is blue on:hover - 3346979-zen DF */
.entry-content .wp-block-buttons a:hover, .page-id-6 .entry-content .wp-block-buttons a:hover, .button:hover, button.pushbutton-wide:hover, a.wp-block-button__link.has-ccp-white-color.has-ccp-primary-background-color.has-text-color.has-background:hover {
    background-color: #165788;
}

/* Change link color and hover / #-HC JB */
a, .wp-block-jetpack-email a {
    color: #A22B38;
}

a:hover, .wp-block-jetpack-email a:hover {
    color: #165788;
}

/* Exford theme primary color / #3329778-zen */
.wp-block-button.is-style-outline .wp-block-button__link,
.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: #165788;
}

/* Quote border to blue*/
.wp-block-quote {
    border-left-color: #165788;
}

.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
    border-right-color: #165788;
}



/* Change the entry title font color / #24383100-HC JB */
h1.entry-title {
    color: #A22B38;
}
/* change menu toggle background color | #33066823-hc/zen */
.main-navigation #toggle:focus+#toggle-menu {
    background-color: #165788;
}

/* set all green color elements in theme to user-defined color | 33066823 -hc tdl*/
.button:not(.has-background):hover, button:not(.has-background):hover, input:not(.has-background):hover[type="submit"], .wp-block-button__link:not(.has-background):hover, .wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):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, .wp-block-search .wp-block-search__button: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, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
	background-color: #165788;
}