/*
Theme Name: Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 2.2.1697691893
Updated: 2023-10-19 05:04:52

*/


/* Skip-link: on-brand, high-contrast focus pill (was off-brand pink link
   colour inherited from the accent). Child sheet loads after the parent so
   these win without !important. RBE brand navy #152e81 on white. 2026-07. */
.skip-link.screen-reader-text:focus,
a.skip-link:focus {
	background-color: #152e81;
	color: #ffffff;
	text-decoration: underline;
	border-radius: 3px;
	outline: 2px solid #ffffff;
	outline-offset: 2px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.skip-link:focus:hover {
	color: #ffffff;
}
