@charset "UTF-8";

/*
Theme Name: Childhood Health
Theme URI:
Author: Candace Johnson Designs
Author URI: https://candacejohnsondesigns.com
Description: A custom theme for Childhood Health.
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: childhoodhealth
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Childhood Health WordPress Theme, (C) 2020 WordPress.org
Childhood Health is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 * Sticker..............SVG Sticker Styles
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Utility Navigation...Utility Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/**
 *  SCSS variables and fallback variables for theme.json presets (standard and custom)
 *
 *  As these theme.json css variables are not declared in our SCSS files, we need
 *  these fallbacks to prevent error messages in our postcss processing.
 */

/* Variables */
:root {

	/* Font Family */

	/* Font Size */

	/* Line Height */

	/* Headings */

	/* Block: Latest posts */

	/* Colors */

	/* Body text color, site title, footer text color. */

	/* Headings */

	/* Mint, default body background */

	/* Used for borders (separators) */

	/* Spacing */

	/* Elevation */

	/* Sticker Style */

	/* Forms */

	/* Cover block */

	/* Buttons */

	/* entry */

	/* Header */

	/* Main navigation */

	/* Pagination */

	/* Footer */

	/* Block: Pull quote */

	/* Block: Table */

	/* Widgets */

	/* Admin-bar height */
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;

	/* 1 */
	-webkit-text-size-adjust: 100%;

	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;

	/* 1 */
	height: 0;

	/* 1 */
	overflow: visible;

	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace;

	/* 1 */
	font-size: 1em;

	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration-thickness: 1px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;

	/* 1 */
	text-decoration: underline;

	/* 2 */
	text-decoration-style: dotted;

	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace;

	/* 1 */
	font-size: 1em;

	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;

	/* 1 */
	font-size: 100%;

	/* 1 */
	line-height: 1.15;

	/* 1 */
	margin: 0;

	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {

	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {

	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;

	/* 1 */
	color: inherit;

	/* 2 */
	display: table;

	/* 1 */
	max-width: 100%;

	/* 1 */
	padding: 0;

	/* 3 */
	white-space: normal;

	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box;

	/* 1 */
	padding: 0;

	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;

	/* 1 */
	outline-offset: -2px;

	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;

	/* 1 */
	font: inherit;

	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/**
 *  SCSS variables and fallback variables for theme.json presets (standard and custom)
 *
 *  As these theme.json css variables are not declared in our SCSS files, we need
 *  these fallbacks to prevent error messages in our postcss processing.
 */

/**
 * Responsive Styles
 */

/**
 * Root Media Query Variables
 */

/**
 * Extends
 */
.post-thumbnail {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
}

.entry-content .wp-audio-shortcode {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
}

.entry-content > * {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 482px) {

	.entry-content > * {
		max-width: min(calc(100% - 100px), 750px);
	}
}
@media only screen and (min-width: 822px) {

	.entry-content > * {
		max-width: min(calc(100% - 200px), 750px);
	}
}

.wp-block-post-excerpt > * {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 482px) {

	.wp-block-post-excerpt > * {
		max-width: min(calc(100% - 100px), 750px);
	}
}
@media only screen and (min-width: 822px) {

	.wp-block-post-excerpt > * {
		max-width: min(calc(100% - 200px), 750px);
	}
}

.default-max-width {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
}

.widget-area {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
}

.pagination {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
}

.comments-pagination {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
}

.post-navigation {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
}

.entry-header .post-thumbnail {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
}

.singular .post-thumbnail {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
}

.site-footer {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
}

.site-header .content {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
}

.wide-max-width {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
}

.alignwide {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
}

.full-max-width {
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 482px) {

	.full-max-width {
		max-width: 100%;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

.full-max-width,
.alignfull {
	max-width: none;
}

/**
 * Site Structure
 *
 * - Set vertical margins and responsive widths on
 *   top-level wrappers and content wrappers
 * - `--global--width-content` is a responsive variable
 * - See: globals/_global-width-responsive.scss
 */

/**
 * Top Level Wrappers (header, main, footer)
 * - Set vertical padding and horizontal margins
 */
.site-header {
	padding-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
}

.site-main {
	padding-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
}

.widget-area {
	padding-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
}

.site-footer {
	padding-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
}

.site-header {
	padding: undefined;
	margin-bottom: undefined;
}
@media only screen and (min-width: 482px) {

	.site-header {
		margin-bottom: undefined;
	}
}

/**
 * Site-main children wrappers
 * - Add double vertical margins here for clearer hierarchy
 */

/**
 * Set the default maximum responsive content-width
 */

/**
 * Set the wide maximum responsive content-width
 */

/**
 * Set the full maximum responsive content-width
 */

/*
 * Block & non-gutenberg content wrappers
 * - Set margins
 */

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-vertical margin logic
 */
.site-footer > * {
	margin-top: 21px;
	margin-bottom: 21px;
}

.widget-area > * {
	margin-top: 21px;
	margin-bottom: 21px;
}
@media only screen and (min-width: 482px) {

	.site-footer > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}

	.widget-area > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-unit margins
 */
.entry-header > * + * {
	margin-top: undefined;
}

.post-thumbnail > * + * {
	margin-top: undefined;
}

.page-content > * + * {
	margin-top: undefined;
}

.comment-content > * + * {
	margin-top: undefined;
}

.widget > * + * {
	margin-top: undefined;
}

.entry > * + * {
	margin-top: undefined;
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin-bottom: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {

	/* Apply border-box across the entire page. */
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.7;
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*,
*::before,
*::after {
	box-sizing: inherit;
}

button {
	cursor: pointer;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
input[type=text] {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	padding: 8px 16px;
	margin: 0 2px;
	max-width: 100%;
}

input[type=email] {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	padding: 8px 16px;
	margin: 0 2px;
	max-width: 100%;
}

input[type=url] {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	padding: 8px 16px;
	margin: 0 2px;
	max-width: 100%;
}

input[type=password] {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	padding: 8px 16px;
	margin: 0 2px;
	max-width: 100%;
}

input[type=search] {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	padding: 8px 16px;
	margin: 0 2px;
	max-width: 100%;
}

input[type=number] {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	padding: 8px 16px;
	margin: 0 2px;
	max-width: 100%;
}

input[type=tel] {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	padding: 8px 16px;
	margin: 0 2px;
	max-width: 100%;
}

input[type=date] {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	padding: 8px 16px;
	margin: 0 2px;
	max-width: 100%;
}

input[type=month] {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	padding: 8px 16px;
	margin: 0 2px;
	max-width: 100%;
}

input[type=week] {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	padding: 8px 16px;
	margin: 0 2px;
	max-width: 100%;
}

input[type=time] {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	padding: 8px 16px;
	margin: 0 2px;
	max-width: 100%;
}

input[type=datetime] {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	padding: 8px 16px;
	margin: 0 2px;
	max-width: 100%;
}

input[type=datetime-local] {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	padding: 8px 16px;
	margin: 0 2px;
	max-width: 100%;
}

input[type=color] {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	padding: 8px 16px;
	margin: 0 2px;
	max-width: 100%;
}

.site textarea {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	padding: 8px 16px;
	margin: 0 2px;
	max-width: 100%;
}

input[type=text]:focus {
	color: #28303d;
	outline-color: #0084a8 !important;
}

input[type=email]:focus {
	color: #28303d;
	outline-color: #0084a8 !important;
}

input[type=url]:focus {
	color: #28303d;
	outline-color: #0084a8 !important;
}

input[type=password]:focus {
	color: #28303d;
	outline-color: #0084a8 !important;
}

input[type=search]:focus {
	color: #28303d;
	outline-color: #0084a8 !important;
}

input[type=number]:focus {
	color: #28303d;
	outline-color: #0084a8 !important;
}

input[type=tel]:focus {
	color: #28303d;
	outline-color: #0084a8 !important;
}

input[type=date]:focus {
	color: #28303d;
	outline-color: #0084a8 !important;
}

input[type=month]:focus {
	color: #28303d;
	outline-color: #0084a8 !important;
}

input[type=week]:focus {
	color: #28303d;
	outline-color: #0084a8 !important;
}

input[type=time]:focus {
	color: #28303d;
	outline-color: #0084a8 !important;
}

input[type=datetime]:focus {
	color: #28303d;
	outline-color: #0084a8 !important;
}

input[type=datetime-local]:focus {
	color: #28303d;
	outline-color: #0084a8 !important;
}

input[type=color]:focus {
	color: #28303d;
	outline-color: #0084a8 !important;
}

.site textarea:focus {
	color: #28303d;
	outline-color: #0084a8 !important;
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
.site textarea:disabled {
	opacity: 0.7;
}

.is-dark-theme input[type=text] {
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme input[type=email] {
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme input[type=url] {
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme input[type=password] {
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme input[type=search] {
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme input[type=number] {
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme input[type=tel] {
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme input[type=date] {
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme input[type=month] {
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme input[type=week] {
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme input[type=time] {
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme input[type=datetime] {
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme input[type=datetime-local] {
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme input[type=color] {
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme .site textarea {
	background: rgba(255, 255, 255, 0.9);
}

input[type=search] {
	border-radius: 500px;
}

.is-dark-theme input[type=search]:focus {
	outline-color: #0084a8;
}

.search-bar-toggle {
	display: none;
}

.site-header .search-form {
	position: relative;
}

.site-header .search-form .search-bar-toggle {
	display: block;
}

.site-header .search-form input[type=search] {
	width: 0;
	position: absolute;
	right: 0;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 2px 8px 2px 16px;
	margin: 0;
	font-size: 1rem;
	transition: 0.4s;
	z-index: 3;
}

.site-header .search-form input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.site-header .search-form input[type=search]::placeholder {
	opacity: 0;
	transition: 0.4s;
}

.site-header .search-form input[type=search]:focus {
	width: 200px;
	background-color: #fff;
}

.site-header .search-form input[type=search]:focus::placeholder {
	opacity: 1;
}

.site-header .search-form .icon-search {
	width: 24px;
	position: absolute;
	right: 6px;
	top: 6px;
}

.site-header .search-form .icon-search svg {
	fill: #fff;
	transform: rotateY(180deg);
	transition: 0.4s;
}

.site-header .search-form:hover svg {
	fill: #54b4da;
	filter: brightness(1.1);
}

input[type=color] {
	padding: 4px;
	height: 32px;
}

input[type=email],
input[type=url] {

	/*rtl:ignore*/
	direction: ltr;
}

select {
	border: 2px solid #28303d;
	color: #28303d;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 1.7;
	padding: 8px 24px 8px 8px;
	background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
	background-position: right 8px top 60%;
}

select:focus {
	outline-offset: 2px;
	outline: 2px dotted #28303d;
}

.is-dark-theme select {
	background: rgba(255, 255, 255, 0.9) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
	background-position: right 8px top 60%;
}

textarea {
	width: 100%;
}

label {
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 11px;
}

/**
https://css-tricks.com/custom-styling-form-inputs-with-modern-css-features/
https://codepen.io/aaroniker/pen/ZEYoxEY by Aaron Iker.
License: MIT.
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {

	input[type=checkbox] {
		-webkit-appearance: none;
		-moz-appearance: none;
		position: relative;
		width: 25px;
		height: 25px;
		border: 2px solid #28303d;
		background: #fff;
	}

	input[type=radio] {
		-webkit-appearance: none;
		-moz-appearance: none;
		position: relative;
		width: 25px;
		height: 25px;
		border: 2px solid #28303d;
		background: #fff;
	}

	input[type=checkbox]:disabled,
	input[type=radio]:disabled {
		opacity: 0.7;
	}

	.is-dark-theme input[type=checkbox] {
		background: rgba(255, 255, 255, 0.9);
	}

	.is-dark-theme input[type=radio] {
		background: rgba(255, 255, 255, 0.9);
	}

	input[type=checkbox]:focus {
		outline-offset: 2px;
		outline: 2px dotted #28303d;
	}

	input[type=checkbox]:after {
		content: "";
		opacity: 0;
		display: block;
		left: 5px;
		top: 2px;
		position: absolute;
		width: 7px;
		height: 13px;
		border: 3px solid #28303d;
		border-top: 0;
		border-left: 0;
		transform: rotate(30deg);
	}

	input[type=checkbox]:checked {
		color: #28303d;
	}

	input[type=checkbox]:checked:after {
		opacity: 1;
	}

	input[type=radio] {
		border-radius: 50%;
	}

	input[type=radio]:focus {
		outline-offset: 2px;
		outline: 2px dotted #28303d;
	}

	input[type=radio]:after {
		content: "";
		opacity: 0;
		display: block;
		left: 3px;
		top: 3px;
		position: absolute;
		width: 11px;
		height: 11px;
		border-radius: 50%;
		background: #28303d;
	}

	input[type=radio]:checked {
		border: 4px solid #28303d;
	}

	input[type=radio]:checked:after {
		opacity: 1;
	}

	input[type=radio]:checked:focus {
		outline-offset: 4px;
		outline: 2px dotted #28303d;
	}
}

input[type=checkbox] + label {
	display: inline-block;
	padding-left: 10px;
	font-size: 1rem;
	vertical-align: top;
}

input[type=radio] + label {
	display: inline-block;
	padding-left: 10px;
	font-size: 1rem;
	vertical-align: top;
}

/**
 * https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {

	input[type=range] {
		-webkit-appearance: none;

		/* Hides the slider so that custom slider can be made */
		width: 100%;

		/* Specific width is required for Firefox. */
		height: 6px;
		background: #39414d;
		border-radius: 6px;
		outline-offset: 10px;
	}

	input[type=range]:disabled {
		opacity: 0.7;
	}

	input[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: 3px solid #39414d;
		height: 44px;
		width: 44px;
		border-radius: 50%;
		background: #0084a8;
		cursor: pointer;
	}

	input[type=range]::-moz-range-thumb {
		border: 3px solid #39414d;
		height: 44px;
		width: 44px;
		border-radius: 50%;
		background: #0084a8;
		cursor: pointer;
		box-sizing: border-box;
	}
}

input[type=range]::-ms-track {
	width: 100%;
	height: 6px;
	border-radius: 6px;
	border-width: 19px 0;
	border-color: #0084a8;
	background: transparent;
	color: transparent;
	cursor: pointer;
}

input[type=range]::-ms-fill-upper {
	background: #39414d;
	border-radius: 6px;
}

input[type=range]::-ms-fill-lower {
	background: #39414d;
	border-radius: 6px;
}

input[type=range]::-ms-thumb {
	border: 3px solid #39414d;
	height: 44px;
	width: 44px;
	border-radius: 50%;
	background: #0084a8;
	cursor: pointer;
}

fieldset {
	display: grid;
	border-color: #39414d;
	padding: 20px;
}

fieldset legend {
	font-size: 1.5rem;
}

fieldset input[type=submit] {
	max-width: max-content;
}

fieldset input:not([type=submit]) {
	margin-bottom: 16px;
}

fieldset input[type=radio],
fieldset input[type=checkbox] {
	margin-bottom: 0;
}

fieldset input[type=radio] + label {
	font-size: 1.125rem;
	padding-left: 0;
	margin-bottom: 16px;
}

fieldset input[type=checkbox] + label {
	font-size: 1.125rem;
	padding-left: 0;
	margin-bottom: 16px;
}

::-moz-placeholder {
	opacity: 1;
}

.post-password-message {
	font-size: 1.5rem;
}

.post-password-form {
	display: flex;
	flex-wrap: wrap;
}

.post-password-form__label {
	width: 100%;
	margin-bottom: 0;
}

.post-password-form input[type=password] {
	flex-grow: 1;
	margin-top: 11px;
	margin-right: 13px;
}

.post-password-form__submit {
	margin-top: 11px;
}
@media only screen and (min-width: 592px) {

	.post-password-form__submit {
		margin-left: 8px;
	}
}

.submit.wp-block-button__link {
	border: none;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

/* Classic editor images */
.entry-content img {
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Media captions */
figcaption {
	color: currentColor;
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 8px;
	margin-bottom: 16px;
	text-align: center;
}

.wp-caption {
	color: currentColor;
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 8px;
	margin-bottom: 16px;
	text-align: center;
}

.wp-caption-text {
	color: currentColor;
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 8px;
	margin-bottom: 16px;
	text-align: center;
}

.wp-block-embed figcaption {
	color: currentColor;
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 8px;
	margin-bottom: 16px;
	text-align: center;
}

.alignleft figcaption,
.alignright figcaption,
.alignleft .wp-caption,
.alignright .wp-caption,
.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-block-embed figcaption,
.alignright .wp-block-embed figcaption {
	margin-bottom: 0;
}

/* WP Smiley */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

pre {
	white-space: pre;
	overflow-x: auto;
}

/*
 * text-underline-offset doesn't work in Chrome at all 👎
 * But looks nice in Safari/Firefox, so let's keep it and
 * maybe Chrome will support it soon.
 */
a {
	cursor: pointer;
	color: #28303d;
	text-underline-offset: 3px;
	text-decoration-skip-ink: all;
}

a:hover {
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {

	/* Only visible in Windows High Contrast mode */
	outline: 2px solid transparent;
	text-decoration: underline 1px dotted currentColor;
	text-decoration-skip-ink: none;
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	color: #0084a8;
}

.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
	color: #0084a8;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
	color: #fff;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link {

	/* Only visible in Windows High Contrast mode */
	outline: 2px solid transparent;
	outline-offset: -2px;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link:focus {
	color: #21759b;
	background-color: #f1f1f1;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
	outline: 2px dotted #28303d;
}

/* Category 05 is all about adjusting the theme.json preset values. */

/**
 *  SCSS variables and fallback variables for theme.json presets (standard and custom)
 *
 *  As these theme.json css variables are not declared in our SCSS files, we need
 *  these fallbacks to prevent error messages in our postcss processing.
 */
.has-fineprint-font-size {
	line-height: 1.6;
}

.has-small-font-size {
	line-height: 1.6;
}

.has-normal-font-size {
	line-height: 1.6;
}

.has-medium-font-size {
	line-height: 1.3;
}

.has-large-font-size {
	line-height: 1.3;
}

.has-xl-font-size {
	line-height: 1.2;
}

.has-xxl-font-size {
	line-height: 1.2;
}

.has-xxxl-font-size {
	line-height: 1.2;
}

.has-huge-font-size {
	line-height: 1.2;
}

.has-gigantic-font-size {
	line-height: 1.2;
}

/* Category 07 is all about adjusting the default block styles to the given layout. I only added three blocks as examples. */
.wp-block-audio audio:focus {
	outline-offset: 5px;
	outline: 2px solid #28303d;
}

.wp-block-button .wp-block-button__link {
	display: block;
	transition: 0.3s;
}

.wp-block-button .wp-block-button__link:hover {
	transform: scale(1.01);
	filter: brightness(1.1);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	position: relative;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
	overflow: hidden;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: currentColor;
	opacity: 0;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover:before {
	opacity: 0.1;
}

.wp-block-code {
	border-color: #28303d;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	padding: 16px;
}

.wp-block-code code {
	color: #28303d;
	font-size: 1rem;
	white-space: pre;
	overflow-x: auto;
	display: block;
}

.wp-block-column {
	display: flex;
	flex-direction: column;
}

.wp-block-column :first-child {
	margin-top: 0;
}

.wp-block-column > * + * {
	margin-top: undefined;
}

.wp-block-column.has-background {
	padding: 16px;
}

.wp-block-column.is-style-cjd-rounded {
	border-radius: 10px;
}

.wp-block-columns {
	justify-content: center;
	margin-bottom: 0;
}

.wp-block-columns > * + * {
	margin-top: undefined;
}
@media only screen and (min-width: 592px) {

	.wp-block-columns > * + * {
		margin-top: 0;
	}
}

.wp-block-columns.is-style-cjd-assymetrical-left {
	justify-content: flex-start;
}

.wp-block-columns.is-style-cjd-assymetrical-right {
	justify-content: flex-end;
}

.wp-block-columns:not(.alignwide):not(.alignfull) {
	clear: both;
}

.wp-block-columns.has-background {
	padding: undefined;
}
@media only screen and (min-width: 592px) {

	.wp-block-columns.has-background {
		padding: undefined;
	}
}

.wp-block-cover {
	background-color: #000;
	min-height: 480px;
	margin-top: inherit;
	margin-bottom: inherit;

	/* default & custom background-color */

	/* Treating H2 separately to account for legacy /core styles */

	/* Block Styles */
}

.wp-block-cover-image {
	background-color: #000;
	min-height: 480px;
	margin-top: inherit;
	margin-bottom: inherit;

	/* default & custom background-color */

	/* Treating H2 separately to account for legacy /core styles */

	/* Block Styles */
}

.wp-block-cover:not(.alignwide):not(.alignfull),
.wp-block-cover-image:not(.alignwide):not(.alignfull) {
	clear: both;
}

.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-cover .wp-block-cover__inner-container {
	color: currentColor;
	margin-top: 32px;
	margin-bottom: 32px;
}

.wp-block-cover .wp-block-cover-image-text {
	color: currentColor;
	margin-top: 32px;
	margin-bottom: 32px;
}

.wp-block-cover .wp-block-cover-text {
	color: currentColor;
	margin-top: 32px;
	margin-bottom: 32px;
}

.wp-block-cover-image .wp-block-cover__inner-container {
	color: currentColor;
	margin-top: 32px;
	margin-bottom: 32px;
}

.wp-block-cover-image .wp-block-cover-image-text {
	color: currentColor;
	margin-top: 32px;
	margin-bottom: 32px;
}

.wp-block-cover-image .wp-block-cover-text {
	color: currentColor;
	margin-top: 32px;
	margin-bottom: 32px;
}

.wp-block-cover .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button) {
	color: currentColor;
}

.wp-block-cover .wp-block-cover__inner-container .has-link-color a {
	color: #28303d;
}

.wp-block-cover .wp-block-cover-image-text .has-link-color a {
	color: #28303d;
}

.wp-block-cover .wp-block-cover-text .has-link-color a {
	color: #28303d;
}

.wp-block-cover-image .wp-block-cover__inner-container .has-link-color a {
	color: #28303d;
}

.wp-block-cover-image .wp-block-cover-image-text .has-link-color a {
	color: #28303d;
}

.wp-block-cover-image .wp-block-cover-text .has-link-color a {
	color: #28303d;
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container {
	color: #fff;
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text {
	color: #fff;
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover-text {
	color: #fff;
}

.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container {
	color: #fff;
}

.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text {
	color: #fff;
}

.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
	color: #fff;
}

.wp-block-cover h2 {
	font-size: 2.25rem;
	letter-spacing: normal;
	line-height: 1.3;
	max-width: inherit;
	text-align: inherit;
	padding: 0;
}

.wp-block-cover-image h2 {
	font-size: 2.25rem;
	letter-spacing: normal;
	line-height: 1.3;
	max-width: inherit;
	text-align: inherit;
	padding: 0;
}

.wp-block-cover h2.has-text-align-left,
.wp-block-cover-image h2.has-text-align-left {
	text-align: left;
}

.wp-block-cover h2.has-text-align-center,
.wp-block-cover-image h2.has-text-align-center {
	text-align: center;
}

.wp-block-cover h2.has-text-align-right,
.wp-block-cover-image h2.has-text-align-right {
	text-align: right;
}

.wp-block-cover .wp-block-cover__inner-container > * {
	margin-top: 21px;
	margin-bottom: 21px;
}

.wp-block-cover-image .wp-block-cover__inner-container > * {
	margin-top: 21px;
	margin-bottom: 21px;
}
@media only screen and (min-width: 482px) {

	.wp-block-cover .wp-block-cover__inner-container > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}

	.wp-block-cover-image .wp-block-cover__inner-container > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

.wp-block-cover .wp-block-cover__inner-container > *:first-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:first-child {
	margin-top: 0;
}

.wp-block-cover .wp-block-cover__inner-container > *:last-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
	margin-bottom: 0;
}

.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
	margin-top: 0;
}

.wp-block-cover.alignleft > * {
	margin-top: 64px;
	margin-bottom: 64px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.wp-block-cover.alignright > * {
	margin-top: 64px;
	margin-bottom: 64px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.wp-block-cover-image.alignleft > * {
	margin-top: 64px;
	margin-bottom: 64px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.wp-block-cover-image.alignright > * {
	margin-top: 64px;
	margin-bottom: 64px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.wp-block-cover.has-left-content,
.wp-block-cover.has-right-content,
.wp-block-cover-image.has-left-content,
.wp-block-cover-image.has-right-content {
	justify-content: center;
}

.wp-block-cover.is-style-twentytwentyone-border {
	border: 3px solid #28303d;
}

.wp-block-cover-image.is-style-twentytwentyone-border {
	border: 3px solid #28303d;
}

.wp-block-file a.wp-block-file__button:active {
	color: #39414d;
	opacity: inherit;
}

.wp-block-file a.wp-block-file__button:focus {
	color: #39414d;
	opacity: inherit;
}

.wp-block-file a.wp-block-file__button:hover {
	color: #39414d;
	opacity: inherit;
}

.wp-block-file a.wp-block-file__button:visited {
	color: #fff;
}

.wp-block-file a.wp-block-file__button:visited:hover {
	color: #39414d;
}

.wp-block-file .wp-block-file__button {
	line-height: 1.5;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.25rem;
	text-transform: uppercase;
	background-color: #0084a8;
	border-radius: 500px;
	border: none;
	text-decoration: none;
	padding: 8px 24px;
	display: inline-block;
}

.wp-block-file .wp-block-file__button:focus {
	background: transparent;
}

.is-dark-theme .wp-block-file .wp-block-file__button:focus {
	color: #0084a8;
}

.wp-block-file .wp-block-file__button:focus:not(.has-background) {
	color: #39414d;
}

.wp-block-file .wp-block-file__button:disabled {
	background-color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.5);
	color: #39414d;
}

.wp-block-gallery {
	margin: 0 auto;
}

.wp-block-gallery .blocks-gallery-image {
	width: calc(50% - 8px);
}

.wp-block-gallery .blocks-gallery-item {
	width: calc(50% - 8px);
}

.wp-block-gallery .blocks-gallery-image figcaption {
	margin: 0;
	color: #fff;
	font-size: 1rem;
}

.wp-block-gallery .blocks-gallery-item figcaption {
	margin: 0;
	color: #fff;
	font-size: 1rem;
}

.wp-block-gallery .blocks-gallery-image figcaption a {
	color: #fff;
}

.wp-block-gallery .blocks-gallery-item figcaption a {
	color: #fff;
}

.wp-block-gallery .blocks-gallery-image figcaption a:focus {
	background-color: transparent;
	outline: 2px solid #28303d;
	text-decoration: none;
}

.wp-block-gallery .blocks-gallery-item figcaption a:focus {
	background-color: transparent;
	outline: 2px solid #28303d;
	text-decoration: none;
}

.wp-block-gallery .blocks-gallery-image a:focus img,
.wp-block-gallery .blocks-gallery-item a:focus img {
	outline-offset: 2px;
}

.wp-block-group.has-background {
	padding: undefined;
}
@media only screen and (min-width: 482px) {

	.wp-block-group.has-background {
		padding: undefined;
	}
}

.wp-block-group.align-items--baseline {
	align-items: baseline;
}

.wp-block-group.align-items--top {
	align-items: flex-start;
}

.wp-block-group.align-items--bottom {
	align-items: flex-end;
}

.wp-block-group.is-style-cjd-sandwich-border {
	padding-top: undefined;
	padding-bottom: undefined;
	border-top: undefined;
	border-bottom: undefined;
}
@media only screen and (max-width: 481px) {

	.wp-block-group .stack-items--mobile-only {
		flex-direction: column;
	}
}
@media only screen and (min-width: 482px) {

	.wp-block-group .stack-items--mobile {
		flex-direction: column;
	}
}
@media only screen and (max-width: 591px) {

	.wp-block-group .stack-items--tablet-only {
		flex-direction: column;
	}
}
@media only screen and (min-width: 592px) {

	.wp-block-group .stack-items--tablet {
		flex-direction: column;
	}
}
@media only screen and (max-width: 651px) {

	.wp-block-group .stack-items--laptop-only {
		flex-direction: column;
	}
}
@media only screen and (min-width: 652px) {

	.wp-block-group .stack-items--laptop {
		flex-direction: column;
	}
}
@media only screen and (max-width: 821px) {

	.wp-block-group .stack-items--desktop-only {
		flex-direction: column;
	}
}
@media only screen and (min-width: 822px) {

	.wp-block-group .stack-items--desktop {
		flex-direction: column;
	}
}
@media only screen and (max-width: 1149px) {

	.wp-block-group .stack-items--wide-only {
		flex-direction: column;
	}
}
@media only screen and (min-width: 1150px) {

	.wp-block-group .stack-items--wide {
		flex-direction: column;
	}
}

.cta-content {
	flex-basis: 50%;
}

h1.is-style-cjd-dotted-border-bottom {
	padding-bottom: 0.25em;
	border-bottom: undefined;
}

h2.is-style-cjd-dotted-border-bottom {
	padding-bottom: 0.25em;
	border-bottom: undefined;
}

h3.is-style-cjd-dotted-border-bottom {
	padding-bottom: 0.25em;
	border-bottom: undefined;
}

h4.is-style-cjd-dotted-border-bottom {
	padding-bottom: 0.25em;
	border-bottom: undefined;
}

h5.is-style-cjd-dotted-border-bottom {
	padding-bottom: 0.25em;
	border-bottom: undefined;
}

h6.is-style-cjd-dotted-border-bottom {
	padding-bottom: 0.25em;
	border-bottom: undefined;
}

.wp-block-image {
	text-align: center;
}

.wp-block-image figcaption {
	color: #28303d;
	font-size: 1rem;
	line-height: 1.7;
	margin-top: undefined;
	margin-bottom: undefined;
	text-align: center;
}

.wp-block-image .alignright {
	margin-left: 20px;
}

.wp-block-image .alignleft {
	margin-right: 20px;
}

.wp-block-image a:focus img {
	outline-offset: 2px;
}

.wp-block-image.is-style-cjd-bottom-wave img {
	border-radius: 8px 8px 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');
	mask-image: url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');
	-webkit-mask-position: bottom;
	mask-position: bottom;
}

.wp-block-image .is-style-rounded img {
	border-radius: 10px;
}

.wp-block-image .is-style-childhoodhealth-label-over-image {
	position: relative;
}

.wp-block-image .is-style-childhoodhealth-label-over-image img {
	border-radius: 10px;
}

.wp-block-image .is-style-childhoodhealth-label-over-image figcaption {
	position: absolute;
	top: undefined;
	left: undefined;
	text-align: left;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	color: undefined;
	text-shadow: undefined;
	letter-spacing: 0.015em;
}

.entry-content > *[class=wp-block-image],
.entry-content [class*=inner-container] > *[class=wp-block-image] {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content > *[class=wp-block-image] + *,
.entry-content [class*=inner-container] > *[class=wp-block-image] + * {
	margin-top: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

@media only screen and (min-width: 482px) {

	.entry-content > .wp-block-image > .alignleft,
	.entry-content > .wp-block-image > .alignright {
		max-width: 50%;
	}
}
@media only screen and (max-width: 481px) {

	.entry-content > .wp-block-image > .alignleft,
	.entry-content > .wp-block-image > .alignright {
		margin-left: 0;
		margin-right: 0;
	}
}

.rounded-corners {
	border-radius: 10px;
}

.wp-block-latest-comments {
	padding-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
	font-size: 1.125rem;
	line-height: 1.7;

	/* Vertical margins logic */
	margin-top: 32px;
	margin-bottom: 32px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
	margin-top: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
	margin-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
	color: #28303d;
	font-size: 1.125rem;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	font-size: 1.125rem;
	line-height: 1.7;
	margin: 0;
}

.wp-block-latest-posts {
	padding-left: 0;
}

.wp-block-latest-posts:not(.is-grid) > li {
	margin-top: 53px;
	margin-bottom: 53px;
}

.wp-block-latest-posts:not(.is-grid) > li:first-child {
	margin-top: 0;
}

.wp-block-latest-posts:not(.is-grid) > li:last-child {
	margin-bottom: 0;
}

.wp-block-latest-posts.is-grid {
	word-wrap: break-word;
	word-break: break-word;
}

.wp-block-latest-posts.is-grid > li {
	margin-bottom: 32px;
}

.wp-block-latest-posts.is-grid > li:last-child {
	margin-bottom: 0;
}

.wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1),
.wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li,
.wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1),
.wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li,
.wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1),
.wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li,
.wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1),
.wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li,
.wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1),
.wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li {
	margin-bottom: 0;
}

.wp-block-latest-posts > li > * {
	margin-top: 11px;
	margin-bottom: 11px;
}

.wp-block-latest-posts > li > *:first-child {
	margin-top: 0;
}

.wp-block-latest-posts > li > *:last-child {
	margin-bottom: 0;
}

.wp-block-latest-posts > li > a {
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 11px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-author {
	color: #28303d;
	font-size: 1.25rem;
	line-height: 1.7;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
	color: #28303d;
	font-size: 1rem;
	line-height: 1.7;
}

[class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date,
.has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
	color: currentColor;
}

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.125rem;
	line-height: 1.7;
	margin-top: 21px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.125rem;
	line-height: 1.7;
	margin-top: 21px;
}

.wp-block-latest-posts.alignfull {
	padding-left: 16px;
	padding-right: 16px;
}

.entry-content [class*=inner-container] .wp-block-latest-posts.alignfull,
.entry-content .has-background .wp-block-latest-posts.alignfull {
	padding-left: 0;
	padding-right: 0;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers {
	border-top: 3px solid #28303d;
	border-bottom: 3px solid #28303d;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li {
	padding-bottom: 32px;
	border-bottom: 1px solid #28303d;
	margin-top: 32px;
	margin-bottom: 32px;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li {
	padding-bottom: 32px;
	border-bottom: 1px solid #28303d;
	margin-top: 32px;
	margin-bottom: 32px;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li:last-child,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid {
	box-shadow: inset 0 -1px 0 0 #28303d;
	border-bottom: 2px solid #28303d;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li {
	margin: 0;
	padding-top: 32px;
	padding-right: 20px;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child {
	padding-bottom: 32px;
}
@media screen and (min-width: 600px) {

	.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2 li {
		width: 50%;
	}

	.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3 li {
		width: 33%;
	}

	.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4 li {
		width: 25%;
	}

	.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5 li {
		width: 20%;
	}

	.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6 li {
		width: 17%;
	}
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li {
	border: 3px solid #28303d;
	padding: 32px 20px;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li:last-child {
	padding-bottom: 32px;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(.is-grid) li {
	margin-top: 20px;
	margin-bottom: 20px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item a {
	display: block;
}

.gallery-item a:focus img {
	outline-offset: -2px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

figure.wp-caption a:focus img {
	outline-offset: 2px;
}

ul {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin: 0;
	padding-left: undefined;
}

ol {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin: 0;
	padding-left: undefined;
}

ul.aligncenter,
ol.aligncenter {
	list-style-position: inside;
	padding: 0;
}

ul.alignright,
ol.alignright {
	list-style-position: inside;
	text-align: right;
	padding: 0;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dt {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: bold;
}

dd {
	margin: 0;
	padding-left: 40px;
}

ul.is-style-cjd-checkbox {
	padding-left: 0;
}

ul.is-style-cjd-checkbox li {
	list-style-type: none;
	position: relative;
	display: flex;
	align-items: center;
}

ul.is-style-cjd-checkbox li:before {
	background-color: currentColor;
	background-size: cover;
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	flex-shrink: 0;
	margin-right: 12px;
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjAgMTBjMCA1LjUyMjcyNzMtNC40NzcyNzI3IDEwLTEwIDEwLTUuNTIyNzI3MjcgMC0xMC00LjQ3NzI3MjctMTAtMTAgMC01LjUyMjcyNzI3IDQuNDc3MjcyNzMtMTAgMTAtMTAgNS41MjI3MjczIDAgMTAgNC40NzcyNzI3MyAxMCAxMHptLTUuMjgwOTA5MS00LjIyNzI3MjczYy4yMDEwMDk4LS4yMDgzMjczNy40OTM2NjM5LS4zMDA5OTc5Mi43Nzc5NDg5LS4yNDYzNDE4NHMuNTIxNzEyMy4yNDkyMzkwNS42MzExNDIuNTE3MjUwOTNjLjEzODE1MzQuMzI5NzUwNzMuMDYxNDQ3MS43MTA0MDEtLjE5MzYzNjMuOTYwOTA5MDlsLTYuODgwMDAwMDUgNi45NDQ1NDU0NWMtLjMwNTIyMzczLjMwNzY4ODQtLjc5MjQ0OTgzLjMzODE2NDQtMS4xMzM2MzYzNi4wNzA5MDkxbC0zLjc4NDU0NTQ1LTIuOTUxODE4MmMtLjI0MjY4MjI3LS4xOTEyMTE4LS4zNjYxNzk3Ny0uNDk2NDg0Ni0uMzI0NzEwMjItLjgwMjY0OTUuMDQxNDY5NTUtLjMwNjE2NDguMjQxNzI0ODUtLjU2NzU4NTgxLjUyNjUyODQtLjY4NzM1MDQ4LjI4NDU0NTQ1LS4xMTcyNzI3My42MDkwOTA5MS0uMDcyNzI3MjcuODUxODE4MTguMTE4MTgxODJsMy4xODE4MTgxOCAyLjQ4NDU0NTQ2eiIgZmlsbD0iY3VycmVudENvbG9yIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4KCg==");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjAgMTBjMCA1LjUyMjcyNzMtNC40NzcyNzI3IDEwLTEwIDEwLTUuNTIyNzI3MjcgMC0xMC00LjQ3NzI3MjctMTAtMTAgMC01LjUyMjcyNzI3IDQuNDc3MjcyNzMtMTAgMTAtMTAgNS41MjI3MjczIDAgMTAgNC40NzcyNzI3MyAxMCAxMHptLTUuMjgwOTA5MS00LjIyNzI3MjczYy4yMDEwMDk4LS4yMDgzMjczNy40OTM2NjM5LS4zMDA5OTc5Mi43Nzc5NDg5LS4yNDYzNDE4NHMuNTIxNzEyMy4yNDkyMzkwNS42MzExNDIuNTE3MjUwOTNjLjEzODE1MzQuMzI5NzUwNzMuMDYxNDQ3MS43MTA0MDEtLjE5MzYzNjMuOTYwOTA5MDlsLTYuODgwMDAwMDUgNi45NDQ1NDU0NWMtLjMwNTIyMzczLjMwNzY4ODQtLjc5MjQ0OTgzLjMzODE2NDQtMS4xMzM2MzYzNi4wNzA5MDkxbC0zLjc4NDU0NTQ1LTIuOTUxODE4MmMtLjI0MjY4MjI3LS4xOTEyMTE4LS4zNjYxNzk3Ny0uNDk2NDg0Ni0uMzI0NzEwMjItLjgwMjY0OTUuMDQxNDY5NTUtLjMwNjE2NDguMjQxNzI0ODUtLjU2NzU4NTgxLjUyNjUyODQtLjY4NzM1MDQ4LjI4NDU0NTQ1LS4xMTcyNzI3My42MDkwOTA5MS0uMDcyNzI3MjcuODUxODE4MTguMTE4MTgxODJsMy4xODE4MTgxOCAyLjQ4NDU0NTQ2eiIgZmlsbD0iY3VycmVudENvbG9yIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4KCg==");
	position: relative;
	transform: scale(0.9);
}

.wp-block-media-text {

	/**
   * Block Options
   */
}

.wp-block-media-text.alignfull {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-media-text a:focus img {
	outline-offset: -1px;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 20px;
}
@media only screen and (min-width: 592px) {

	.wp-block-media-text .wp-block-media-text__content {
		padding: 32px;
	}
}

.wp-block-media-text .wp-block-media-text__content > * {
	margin-top: 21px;
	margin-bottom: 21px;
}
@media only screen and (min-width: 482px) {

	.wp-block-media-text .wp-block-media-text__content > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

.wp-block-media-text .wp-block-media-text__content > *:first-child {
	margin-top: 0;
}

.wp-block-media-text .wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 482px) {

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

.wp-block-media-text.is-style-twentytwentyone-border {
	border: 3px solid #28303d;
}

.wp-block-navigation .wp-block-navigation-link {
	padding: 0;
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
	padding: 11px;
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon {
	padding: 0;
}

.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation-link {
	display: inherit;
}

.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container {
	border: none;
	left: 0;
	margin-left: 11px;
	min-width: max-content;
	opacity: 0;
	padding: 0;
	position: inherit;
	top: inherit;
}

.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link .wp-block-navigation-link__content {
	display: inline-block;
	padding: 5px 11px;
}

.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon {
	display: none;
}

.wp-block-navigation > .wp-block-navigation__container .has-child:hover .wp-block-navigation__container,
.wp-block-navigation > .wp-block-navigation__container .has-child:focus-within .wp-block-navigation__container {
	display: block;
	opacity: 1;
	visibility: visible;
}

.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container {
	background: #0084a8;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	border: 1px solid #fff;
}

.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	top: -10px;
	left: 20px;
	border-style: solid;
	border-color: #fff transparent;
	border-width: 0 7px 10px 7px;
}

.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	top: -10px;
	left: 20px;
	border-style: solid;
	border-color: #fff transparent;
	border-width: 0 7px 10px 7px;
}

.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
	top: -9px;
	border-color: #0084a8 transparent;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
	background: #0084a8;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
	background: #0084a8;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover {
	color: #fff;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:focus {
	color: #fff;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
	color: currentColor;
}

p.has-background {
	padding: 16px;
}

.wp-block-post-featured-image {
	max-width: 100%;
}

.wp-block-post-featured-image.is-style-cjd-rounded img {
	border-radius: 8px;
}

.wp-block-post-featured-image.is-style-cjd-bottom-wave img {
	border-radius: 8px 8px 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');
	mask-image: url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');
	-webkit-mask-position: bottom;
	mask-position: bottom;
}

pre.wp-block-preformatted {
	overflow-x: auto;
	white-space: pre;
}

.wp-block-quote {
	border-left: none;

	/**
   * Block Options
   */
}

.wp-block-quote:before {
	content: "“";
	font-size: 1.25rem;
	line-height: 1.7;
	left: 8px;
}

.wp-block-quote cite {
	display: block;
}

.has-background .wp-block-quote .wp-block-quote__citation,
[class*=background-color] .wp-block-quote .wp-block-quote__citation,
[style*=background-color] .wp-block-quote .wp-block-quote__citation,
.wp-block-cover[style*=background-image] .wp-block-quote .wp-block-quote__citation,
.has-background .wp-block-quote cite,
[class*=background-color] .wp-block-quote cite,
[style*=background-color] .wp-block-quote cite,
.wp-block-cover[style*=background-image] .wp-block-quote cite,
.has-background .wp-block-quote footer,
[class*=background-color] .wp-block-quote footer,
[style*=background-color] .wp-block-quote footer,
.wp-block-cover[style*=background-image] .wp-block-quote footer {
	color: currentColor;
}

.wp-block-quote.has-text-align-right {
	margin: 32px 20px 32px auto;
	padding-right: 0;
	border-right: none;
}

.wp-block-quote.has-text-align-right:before {
	display: none;
}

.wp-block-quote.has-text-align-right p:before {
	content: "”";
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.7;
	margin-right: 5px;
}

.wp-block-quote.has-text-align-center {
	margin: 32px auto;
}

.wp-block-quote.has-text-align-center:before {
	display: none;
}

.wp-block-quote.is-large {
	padding-left: 0;
	padding-right: 0;

	/* Resetting margins to match _block-container.scss */
	margin-top: 32px;
	margin-bottom: 32px;
}

.wp-block-quote.is-style-large {
	padding-left: 0;
	padding-right: 0;

	/* Resetting margins to match _block-container.scss */
	margin-top: 32px;
	margin-bottom: 32px;
}

.wp-block-quote.is-large p {
	font-size: 2.25rem;
	font-style: normal;
	line-height: 1.35;
}

.wp-block-quote.is-style-large p {
	font-size: 2.25rem;
	font-style: normal;
	line-height: 1.35;
}

.wp-block-quote.is-large:before {
	font-size: 2.25rem;
	line-height: 1.35;
	left: -20px;
}

.wp-block-quote.is-style-large:before {
	font-size: 2.25rem;
	line-height: 1.35;
	left: -20px;
}

.wp-block-quote.is-large.has-text-align-right:before,
.wp-block-quote.is-style-large.has-text-align-right:before {
	display: none;
}

.wp-block-quote.is-large.has-text-align-right p:before {
	content: "”";
	font-size: 2.25rem;
	font-weight: normal;
	line-height: 1.35;
	margin-right: 10px;
}

.wp-block-quote.is-style-large.has-text-align-right p:before {
	content: "”";
	font-size: 2.25rem;
	font-weight: normal;
	line-height: 1.35;
	margin-right: 10px;
}

.wp-block-quote.is-large .wp-block-quote__citation {
	font-size: 1.125rem;
}

.wp-block-quote.is-large cite {
	font-size: 1.125rem;
}

.wp-block-quote.is-large footer {
	font-size: 1.125rem;
}

.wp-block-quote.is-style-large .wp-block-quote__citation {
	font-size: 1.125rem;
}

.wp-block-quote.is-style-large cite {
	font-size: 1.125rem;
}

.wp-block-quote.is-style-large footer {
	font-size: 1.125rem;
}
@media only screen and (max-width: 481px) {

	.wp-block-quote.is-large {
		padding-left: 20px;
	}

	.wp-block-quote.is-style-large {
		padding-left: 20px;
	}

	.wp-block-quote.is-large:before,
	.wp-block-quote.is-style-large:before {
		left: 0;
	}

	.wp-block-quote.is-large.has-text-align-right {
		padding-left: 0;
		padding-right: 20px;
	}

	.wp-block-quote.is-style-large.has-text-align-right {
		padding-left: 0;
		padding-right: 20px;
	}

	.wp-block-quote.is-large.has-text-align-right:before,
	.wp-block-quote.is-style-large.has-text-align-right:before {
		right: 0;
	}

	.wp-block-quote.is-large.has-text-align-center,
	.wp-block-quote.is-style-large.has-text-align-center {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 481px) {

	.wp-block-quote.has-text-align-right {
		padding-left: 0;
		padding-right: 10px;
	}

	.wp-block-quote.has-text-align-right:before {
		right: 0;
	}

	.wp-block-quote.has-text-align-center {
		padding-left: 0;
		padding-right: 0;
	}
}

.wp-block-rss {
	padding-left: 0;
}

.wp-block-rss > li {
	list-style: none;
}

.wp-block-rss:not(.is-grid) > li {
	margin-top: 53px;
	margin-bottom: 53px;
}

.wp-block-rss:not(.is-grid) > li:first-child {
	margin-top: 0;
}

.wp-block-rss:not(.is-grid) > li:last-child {
	margin-bottom: 0;
}

.wp-block-rss.is-grid > li {
	margin-bottom: 32px;
}

.wp-block-rss.is-grid > li:last-child {
	margin-bottom: 0;
}

.wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1),
.wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li,
.wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1),
.wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li,
.wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1),
.wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li,
.wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1),
.wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li,
.wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1),
.wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li {
	margin-bottom: 0;
}

.wp-block-rss > li > * {
	margin-top: 11px;
	margin-bottom: 11px;
}

.wp-block-rss > li > *:first-child {
	margin-top: 0;
}

.wp-block-rss > li > *:last-child {
	margin-bottom: 0;
}

.wp-block-rss .wp-block-rss__item-title > a {
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 11px;
}

.wp-block-rss .wp-block-rss__item-author {
	color: #28303d;
	font-size: 1.25rem;
	line-height: 1.7;
}

.wp-block-rss .wp-block-rss__item-publish-date {
	color: #28303d;
	font-size: 1rem;
	line-height: 1.7;
}

[class*=inner-container] .wp-block-rss .wp-block-rss__item-publish-date,
.has-background .wp-block-rss .wp-block-rss__item-publish-date {
	color: currentColor;
}

.wp-block-rss .wp-block-rss__item-excerpt {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.125rem;
	line-height: 1.7;
	margin-top: 21px;
}

.wp-block-rss .wp-block-rss__item-full-content {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.125rem;
	line-height: 1.7;
	margin-top: 21px;
}

.wp-block-rss.alignfull {
	padding-left: 16px;
	padding-right: 16px;
}

.entry-content [class*=inner-container] .wp-block-rss.alignfull,
.entry-content .has-background .wp-block-rss.alignfull {
	padding-left: 0;
	padding-right: 0;
}

.wp-block-search {
	max-width: undefined;
}

.wp-block-search__button-only.aligncenter .wp-block-search__inside-wrapper {
	justify-content: center;
}

.wp-block-search .wp-block-search__label {
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 11px;
}

.wp-block-search .wp-block-search__input {
	border: 2px solid #28303d;
	border-radius: 10px;
	color: #28303d;
	line-height: 1.7;
	max-width: inherit;
	margin-right: -3px;
	padding: 8px;
}

.wp-block-search .wp-block-search__input:focus {
	color: #28303d;
	border-color: #28303d;
}

.has-background .wp-block-search .wp-block-search__input,
[class*=background-color] .wp-block-search .wp-block-search__input,
[style*=background-color] .wp-block-search .wp-block-search__input,
.wp-block-cover[style*=background-image] .wp-block-search .wp-block-search__input {
	border-color: currentColor;
}

.has-background.has-gray-background-color .wp-block-search .wp-block-search__input {
	border-color: #fff;
}

.has-background.has-dark-gray-background-color .wp-block-search .wp-block-search__input {
	border-color: #fff;
}

.has-background.has-black-background-color .wp-block-search .wp-block-search__input {
	border-color: #fff;
}

.wp-block-search button.wp-block-search__button {
	margin-left: 0;
	background-color: transparent;
	color: #39414d;
	line-height: 1;
}

.wp-block-search button.wp-block-search__button:hover {
	background-color: #0084a8;
	color: #fff;
}

.wp-block-search button.wp-block-search__button.has-icon {
	padding: 6px 12px;
}

.wp-block-search button.wp-block-search__button.has-icon svg {
	width: 40px;
	height: 40px;
	fill: currentColor;
}

.has-background.has-gray-background-color .wp-block-search button.wp-block-search__button {
	color: #fff;
	border-color: currentColor;
}

.has-background.has-dark-gray-background-color .wp-block-search button.wp-block-search__button {
	color: #fff;
	border-color: currentColor;
}

.has-background.has-black-background-color .wp-block-search button.wp-block-search__button {
	color: #fff;
	border-color: currentColor;
}

.has-background.has-gray-background-color .wp-block-search button.wp-block-search__button:hover {
	background-color: #0084a8;
	border-color: #fff;
	color: #fff;
}

.has-background.has-dark-gray-background-color .wp-block-search button.wp-block-search__button:hover {
	background-color: #0084a8;
	border-color: #fff;
	color: #fff;
}

.has-background.has-black-background-color .wp-block-search button.wp-block-search__button:hover {
	background-color: #0084a8;
	border-color: #fff;
	color: #fff;
}

.is-dark-theme .has-background.has-gray-background-color .wp-block-search button.wp-block-search__button:hover {
	color: #fff;
}

.is-dark-theme .has-background.has-dark-gray-background-color .wp-block-search button.wp-block-search__button:hover {
	color: #fff;
}

.is-dark-theme .has-background.has-black-background-color .wp-block-search button.wp-block-search__button:hover {
	color: #fff;
}

.has-background.has-white-background-color .wp-block-search button.wp-block-search__button,
.has-background.has-green-background-color .wp-block-search button.wp-block-search__button,
.has-background.has-blue-background-color .wp-block-search button.wp-block-search__button,
.has-background.has-purple-background-color .wp-block-search button.wp-block-search__button,
.has-background.has-red-background-color .wp-block-search button.wp-block-search__button,
.has-background.has-orange-background-color .wp-block-search button.wp-block-search__button,
.has-background.has-yellow-background-color .wp-block-search button.wp-block-search__button {
	border-color: currentColor;
	color: currentColor;
}

.has-background.has-white-background-color .wp-block-search button.wp-block-search__button:hover {
	background-color: #28303d;
	border-color: #28303d;
	color: #fff;
}

.has-background.has-green-background-color .wp-block-search button.wp-block-search__button:hover {
	background-color: #28303d;
	border-color: #28303d;
	color: #fff;
}

.has-background.has-blue-background-color .wp-block-search button.wp-block-search__button:hover {
	background-color: #28303d;
	border-color: #28303d;
	color: #fff;
}

.has-background.has-purple-background-color .wp-block-search button.wp-block-search__button:hover {
	background-color: #28303d;
	border-color: #28303d;
	color: #fff;
}

.has-background.has-red-background-color .wp-block-search button.wp-block-search__button:hover {
	background-color: #28303d;
	border-color: #28303d;
	color: #fff;
}

.has-background.has-orange-background-color .wp-block-search button.wp-block-search__button:hover {
	background-color: #28303d;
	border-color: #28303d;
	color: #fff;
}

.has-background.has-yellow-background-color .wp-block-search button.wp-block-search__button:hover {
	background-color: #28303d;
	border-color: #28303d;
	color: #fff;
}

.is-dark-theme .has-background.has-white-background-color .wp-block-search button.wp-block-search__button:hover {
	border-color: #fff;
	background-color: #fff;
	color: #0084a8;
}

.is-dark-theme .has-background.has-green-background-color .wp-block-search button.wp-block-search__button:hover {
	border-color: #fff;
	background-color: #fff;
	color: #0084a8;
}

.is-dark-theme .has-background.has-blue-background-color .wp-block-search button.wp-block-search__button:hover {
	border-color: #fff;
	background-color: #fff;
	color: #0084a8;
}

.is-dark-theme .has-background.has-purple-background-color .wp-block-search button.wp-block-search__button:hover {
	border-color: #fff;
	background-color: #fff;
	color: #0084a8;
}

.is-dark-theme .has-background.has-red-background-color .wp-block-search button.wp-block-search__button:hover {
	border-color: #fff;
	background-color: #fff;
	color: #0084a8;
}

.is-dark-theme .has-background.has-orange-background-color .wp-block-search button.wp-block-search__button:hover {
	border-color: #fff;
	background-color: #fff;
	color: #0084a8;
}

.is-dark-theme .has-background.has-yellow-background-color .wp-block-search button.wp-block-search__button:hover {
	border-color: #fff;
	background-color: #fff;
	color: #0084a8;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	background-color: #fff;
	border: 2px solid #28303d;
	border-radius: 10px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	margin-right: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	outline: 2px dotted #28303d;
	outline-offset: -5px;
}

.is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	outline-color: currentColor;
}

.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button button.wp-block-search__button {
	padding: 8px 24px;
}

.has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button {
	border-color: #0084a8;
	color: #0084a8;
}

.has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button {
	border-color: #0084a8;
	color: #0084a8;
}

.has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button {
	border-color: #0084a8;
	color: #0084a8;
}

.has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover {
	color: #fff;
}

.has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover {
	color: #fff;
}

.has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover {
	color: #fff;
}

.is-dark-theme .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button {
	border-color: #fff;
	color: #fff;
}

.is-dark-theme .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button {
	border-color: #fff;
	color: #fff;
}

.is-dark-theme .has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button {
	border-color: #fff;
	color: #fff;
}

.is-dark-theme .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover {
	color: #fff;
}

.is-dark-theme .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover {
	color: #fff;
}

.is-dark-theme .has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover {
	color: #fff;
}

.is-dark-theme .wp-block-search.wp-block-search__button-inside button.wp-block-search__button {
	border-color: #fff;
	color: #fff;
}

.is-dark-theme .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover {
	border-color: #fff;
	background-color: #fff;
	color: #0084a8;
}

.wp-block-search__button {
	box-shadow: none;
}

.wp-block-separator.is-style-childhoodhealth-dotted {
	border-bottom: 2px dotted currentColor !important;
	background-color: transparent !important;
	height: 0 !important;
	width: 100% !important;
}

.wp-block-social-links a:focus {
	color: #28303d;
}

.wp-block-social-links.is-style-twentytwentyone-social-icons-color a {
	color: #28303d;
}

.wp-block-social-links.is-style-twentytwentyone-social-icons-color .wp-social-link {
	background: none;
}

.wp-block-spacer {
	display: block;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
@media only screen and (max-width: 481px) {

	.wp-block-spacer[style] {
		height: undefined !important;
	}
}

table,
.wp-block-table {
	width: 100%;
	min-width: 240px;
	border-collapse: collapse;
}

table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
	text-align: center;
}

table th {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wp-block-table th {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

table td {
	padding: 8px;
	border: 1px solid;
}

table th {
	padding: 8px;
	border: 1px solid;
}

.wp-block-table td {
	padding: 8px;
	border: 1px solid;
}

.wp-block-table th {
	padding: 8px;
	border: 1px solid;
}

table figcaption {
	color: #28303d;
	font-size: 1rem;
}

.wp-block-table figcaption {
	color: #28303d;
	font-size: 1rem;
}

table.is-style-regular .has-background {
	color: #28303d;
}

table.is-style-stripes .has-background {
	color: #28303d;
}

table.is-style-stripes .has-background thead tr {
	color: #28303d;
}

table.is-style-stripes .has-background tfoot tr {
	color: #28303d;
}

table.is-style-stripes .has-background tbody tr {
	color: #28303d;
}

.wp-block-table.is-style-regular .has-background {
	color: #28303d;
}

.wp-block-table.is-style-stripes .has-background {
	color: #28303d;
}

.wp-block-table.is-style-stripes .has-background thead tr {
	color: #28303d;
}

.wp-block-table.is-style-stripes .has-background tfoot tr {
	color: #28303d;
}

.wp-block-table.is-style-stripes .has-background tbody tr {
	color: #28303d;
}

table.is-style-stripes {
	border-color: #f0f0f0;
}

.wp-block-table.is-style-stripes {
	border-color: #f0f0f0;
}

table.is-style-stripes th,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
	border-width: 0;
}

table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

table.is-style-stripes .has-background tbody tr:nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.9);
}

.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.9);
}

table.is-style-childhoodhealth-divider-border tbody,
.wp-block-table.is-style-childhoodhealth-divider-border tbody {
	vertical-align: top;
}

table.is-style-childhoodhealth-divider-border th,
table.is-style-childhoodhealth-divider-border td,
.wp-block-table.is-style-childhoodhealth-divider-border th,
.wp-block-table.is-style-childhoodhealth-divider-border td {
	border: none;
}

table.is-style-childhoodhealth-divider-border td,
.wp-block-table.is-style-childhoodhealth-divider-border td {
	padding: 0;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

table.is-style-childhoodhealth-divider-border tr:not(:last-child) {
	border-bottom: undefined;
}

.wp-block-table.is-style-childhoodhealth-divider-border tr:not(:last-child) {
	border-bottom: undefined;
}

table.childhood-health-phone-list,
.wp-block-table.childhood-health-phone-list {
	width: 100%;
}
@media only screen and (min-width: 592px) {

	table.childhood-health-phone-list,
	.wp-block-table.childhood-health-phone-list {
		width: 75%;
	}
}
@media only screen and (min-width: 822px) {

	table.childhood-health-phone-list,
	.wp-block-table.childhood-health-phone-list {
		width: 50%;
	}
}

table.childhood-health-phone-list td:not(:first-child),
.wp-block-table.childhood-health-phone-list td:not(:first-child) {
	padding-left: 0.5em;
	padding-right: auto;
}
@media only screen and (min-width: 482px) {

	table.childhood-health-phone-list td:not(:first-child),
	.wp-block-table.childhood-health-phone-list td:not(:first-child) {
		padding-left: 1em;
		padding-right: auto;
	}
}

table.childhood-health-phone-list td:not(:last-child),
.wp-block-table.childhood-health-phone-list td:not(:last-child) {
	padding-right: 0.5em;
	padding-left: auto;
}
@media only screen and (min-width: 482px) {

	table.childhood-health-phone-list td:not(:last-child),
	.wp-block-table.childhood-health-phone-list td:not(:last-child) {
		padding-right: 1em;
		padding-left: auto;
	}
}

table.wp-calendar-table td,
table.wp-calendar-table th {
	background: transparent;
	border: 0;
	text-align: center;
	line-height: 2;
	vertical-align: middle;
	word-break: normal;
}

table.wp-calendar-table th {
	font-weight: bold;
}

table.wp-calendar-table thead,
table.wp-calendar-table tbody {
	color: currentColor;
	border: 1px solid;
}

table.wp-calendar-table caption {
	font-weight: bold;
	text-align: left;
	margin-bottom: 16px;
	color: currentColor;
}

.wp-calendar-nav {
	text-align: left;
	margin-top: 8px;
}

.wp-calendar-nav svg {
	height: 1em;
	vertical-align: middle;
}

.wp-calendar-nav svg path {
	fill: currentColor;
}

.wp-calendar-nav .wp-calendar-nav-next {
	float: right;
}

.wp-block-tag-cloud.alignfull {
	padding-left: 16px;
	padding-right: 16px;
}

.wp-block-verse {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wp-block-video figcaption {
	color: #28303d;
	font-size: 1rem;
	margin-top: 8px;
	margin-bottom: 16px;
	text-align: center;
}

* > figure > video {
	max-width: unset;
	width: 100%;
	vertical-align: middle;
}

.wp-block-coblocks-accordion-item__title {
	background: rgba(84, 180, 218, 0.25) !important;
	border-radius: 4px;
	padding: 10px 15px;
	position: relative;
}

#trp-floater-ls {
	left: auto;
	right: 10%;
	box-shadow: 0 0 1px #212121;
}

#trp-floater-ls.trp-color-dark {
	background: #005679;
}

#trp-floater-ls.trp-color-light {
	background: #54b4da;
}

.trp-color-dark #trp-floater-ls-current-language a {
	color: #fff;
}

.trp-color-dark #trp-floater-ls-language-list a {
	color: #fff;
}

.trp-color-light #trp-floater-ls-current-language a {
	color: #28303d;
}

.trp-color-light #trp-floater-ls-language-list a {
	color: #28303d;
}

#trp-floater-ls-language-list a:hover {
	color: #28303d;
	background-color: #54b4da;
}

.cjd-accordion {
	margin-bottom: 2em;
}

.cjd-accordion .topic {
	margin-bottom: 0.5em;
}

.cjd-accordion-item {
	border-radius: 4px;
	margin: 0 0 1em;
}

.cjd-accordion-item details[open] summary {
	border-radius: 4px 4px 0 0;
}

.cjd-accordion-item__title {
	background-color: undefined;
	box-shadow: inset 10000px 0 0 rgba(255, 255, 255, 0.75);
	border-radius: 4px;
	padding: 0.5em 1em;
	position: relative;
}

.cjd-accordion-item__title:focus {
	outline: 1px dotted #a2aab2;
	outline-offset: -4px;
}

.cjd-accordion-item__title::after {
	border-radius: 4px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-color 100ms cubic-bezier(0.694, 0, 0.335, 1);
}

.cjd-accordion-item__content {
	border: 1px solid rgba(140, 140, 151, 0.1019607843);
	border-radius: 0 0 4px 4px;
	border-top: 0;
	padding: 1px 0 1.5em;
}

.cjd-accordion-item__content > * {
	max-width: undefined;
	margin-left: auto;
	margin-right: auto;
	margin-top: undefined;
}

.cjd-accordion-item__content > .alignwide {
	max-width: undefined;
}

.cjd-accordion-item__content > .alignfull {
	max-width: none;
}

.wp-block-cjd-blocks-expiration-date.job-listing-expiration strong {
	font-weight: 900;
}

.wp-block-cjd-blocks-expiration-date.job-listing-expiration.expiration-date-label,
.wp-block-cjd-blocks-expiration-date.job-listing-expiration .expiration-date-label {
	text-transform: uppercase;
}

.cjd-single-provider-template {
	display: grid;
	justify-content: center;
	align-items: flex-start;
	column-gap: 2em;
	row-gap: 2em;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-template-areas: "featured-image" "content" "sidebar";
}

.has-post-thumbnail .cjd-single-provider-template .wp-block-post-featured-image {
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 482px) {

	.has-post-thumbnail .cjd-single-provider-template .wp-block-post-featured-image {
		width: 75%;
	}
}
@media only screen and (min-width: 592px) {

	.has-post-thumbnail .cjd-single-provider-template .wp-block-post-featured-image {
		width: 100%;
	}
}
@media only screen and (min-width: 592px) {

	.has-post-thumbnail .cjd-single-provider-template {
		grid-template-columns: 1fr 3fr;
		grid-template-rows: auto 1fr;
		grid-template-areas: "featured-image content" "sidebar content";
	}
}

.cjd-single-provider-template .grid-area-featured-image {
	grid-area: featured-image;
}

.cjd-single-provider-template .grid-area-content {
	grid-area: content;
}

.cjd-single-provider-template .grid-area-sidebar {
	grid-area: sidebar;
}

.cjd-single-provider-template .wp-block-cjd-blocks-job-title {
	font-style: italic;
	margin-top: 0;
}

.singular .entry-header {
	border-bottom: undefined;
	padding-bottom: undefined;
	margin-bottom: undefined;
}

/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.cjd-provider-directory figure {
	margin: 0;
}

.cjd-provider-directory ul {
	padding: 0;
}

.cjd-provider-directory li {
	list-style: none;
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.075)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
	background-color: undefined;
	border-radius: 6px;
	transition: ease-in 0.3s;
	padding: 0.75em;
}

.cjd-provider-directory li a {
	display: block;
	text-decoration: none;
}

.cjd-provider-directory li:hover .provider-name {
	color: inherit;
}

.cjd-provider-directory .provider-name {
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: undefined;
}

.cjd-provider-directory .provider-job-title {
	font-size: 0.75em;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}

/* Block Alignments */
[class^=wp-container] .entry-content > *,
[class^=wp-container] .wp-block-post-excerpt > * {
	max-width: none;
}

.entry-content > .alignleft {
	float: left;
	margin-right: 2em;
}

.entry-content > .alignright {
	float: right;
	margin-right: 2em;
}

/**
 * .alignleft
 */

/**
 * .aligncenter
 */

/**
 * .alignright
 */

/**
 * .alignwide
 */

/**
 * .alignfull
 */
.has-left-content {
	justify-content: flex-start;
}

.has-right-content {
	justify-content: flex-end;
}

.has-parallax {
	background-attachment: fixed;
}

.has-drop-cap:not(:focus)::first-letter {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 300;
	line-height: 0.66;
	text-transform: uppercase;
	font-style: normal;
	float: left;
	margin: 0.1em 0.1em 0 0;
	font-size: 5rem;
}

.has-drop-cap:not(:focus)::after {
	content: "";
	display: table;
	clear: both;
	padding-top: 14px;
}

.desktop-only {
	display: none;
}
@media only screen and (min-width: 482px) {

	.desktop-only {
		display: block;
	}
}

/* Category 07 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
.site-header {
	background-color: #0084a8;
	border-bottom: 3px solid #7ecfac;
}

.site-header .content {
	display: flex;
	justify-content: space-between;
	row-gap: 32px;
}

.site-header .content .right-content {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.admin-bar .site-header .content .right-content {
	top: 32px;
}
@media only screen and (max-width: 782px) {

	.admin-bar .site-header .content .right-content {
		top: 46px;
	}
}
@media only screen and (min-width: 652px) {

	.site-header .content .right-content {
		position: relative;
		display: flex;
		width: auto;
	}
}

.site-header .content .right-content > .navigation-container {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
@media only screen and (max-width: 591px) {

	.site-header .content .right-content > .navigation-container {
		height: 100vh;
		z-index: 499;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.has-logo.has-title-and-tagline .site-header .content .right-content > .navigation-container {
		position: fixed;
		transform: translateY(0) translateX(100%);
	}

	.admin-bar .has-logo.has-title-and-tagline .site-header .content .right-content > .navigation-container {
		top: 32px;
	}
	@media only screen and (max-width: 782px) {

		.admin-bar .has-logo.has-title-and-tagline .site-header .content .right-content > .navigation-container {
			top: 46px;
		}
	}

	.site-header .content .right-content > .navigation-container:focus {
		border: 2px solid #28303d;
	}
}
@media only screen and (max-width: 591px) {

	.primary-navigation-open .site-header .content .right-content {
		width: 100%;
		position: fixed;
		z-index: 2;
	}
}

.primary-navigation-open .site-header .content .right-content > .navigation-container {
	width: 100%;
	visibility: visible;
	opacity: 1;
	background-color: #0084a8;
}
@media only screen and (min-width: 652px) {

	.site-header .content .right-content {
		position: relative;
		margin-left: auto;
	}

	.site-header .content .right-content > .navigation-container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		visibility: visible;
		opacity: 1;
		position: relative;
		padding: 0;
		background-color: transparent;
		overflow: initial;
		transform: none;
	}

	.site-header .content .right-content #toggle-menu {
		display: none;
	}

	.site-header .content .right-content > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
		display: none;
	}

	.admin-bar .site-header .content .right-content {
		top: initial;
	}

	.admin-bar .site-header .content .right-content > .navigation-container {
		top: initial;
	}
}

.site-branding {
	color: #28303d;
	flex-shrink: 0;
}

.site-branding:last-child {
	margin-right: 0;
	width: 100%;
	text-align: center;
}
@media only screen and (min-width: 482px) {

	.site-branding {
		margin-right: initial;
		margin-top: 4px;
		margin-bottom: undefined;
	}
}

.site-branding .sticker {
	fill: #fff;
	stroke: #fff;
	stroke-width: 9px;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.site-title {
	color: #28303d;
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.5rem;
	letter-spacing: normal;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 5px;
}

.site-title a {
	color: currentColor;
	font-weight: normal;
}

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

.site-title a:hover {
	color: #39414d;
}

.site-title a:focus {
	color: #39414d;
}
@media only screen and (min-width: 482px) {

	.site-title {
		font-size: 1.5rem;
	}
}

.site-description {
	color: currentColor;
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.125rem;
	line-height: 1.4;
}

a.custom-logo-link {
	text-decoration: none;
}

.has-background-white a.custom-logo-link:focus,
.is-dark-theme a.custom-logo-link:focus {
	background: none;
}

.site-title > a {
	text-decoration-color: #39414d;
}

.site-logo svg {
	width: 60%;
	max-width: 300px;
	display: block;
}
@media only screen and (min-width: 652px) {

	.site-logo svg {
		width: 75%;
	}
}

.site-header > .site-logo {
	width: 100%;
	padding-bottom: 48px;
	border-bottom: 1px solid;
	text-align: center;
}

.site-logo .custom-logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 96px;
	max-height: 96px;
	height: auto;
	display: inline-block;
	width: auto;
}
@media only screen and (min-width: 482px) {

	.site-logo svg {
		width: 100%;
		max-height: 100%;
	}

	.site-logo .custom-logo {
		max-width: 300px;
		max-height: 100px;
		height: auto;
		width: auto;
	}
}

@media only screen and (max-width: 481px) {

	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
		padding-top: 16px;
		margin-top: 0;
		top: 0;
	}

	.primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
		display: none;
	}

	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
		max-height: calc(4px + 2em);
	}

	.site-header.has-logo.has-title-and-tagline {
		align-items: flex-start;
	}

	.site-header.has-logo.has-title-and-tagline.has-menu {
		justify-content: space-between;
	}

	.site-header.has-logo.has-title-and-tagline.has-menu .site-branding {
		max-width: calc(100% - 160px);
	}

	.site-header.has-logo.has-title-and-tagline .site-branding {
		margin-right: 0;
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline:after {
		display: none;
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .primary-navigation {
		position: relative;
		top: 0;
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container {
		position: relative;
		padding-top: 0;
		margin-top: -4px;
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu {
		padding-left: 8px;
		padding-right: 8px;
		margin-right: -12px;
	}

	.site-header:not(.has-logo).has-title-and-tagline .site-branding {
		margin-right: 0;
		max-width: calc(100% - 160px);
	}

	.site-header:not(.has-menu) {
		justify-content: center;
	}
}

.cta {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 100%;
}

.cta .cta-header {
	color: #28303d;
}

.site-footer {
	padding-top: 0;
	padding-bottom: 54px;
}

.no-widgets .site-footer {
	margin-top: 192px;
}
@media only screen and (max-width: 481px) {

	.no-widgets .site-footer {
		margin-top: 96px;
	}
}

.site-footer > .site-info {
	padding-top: 32px;
	color: #28303d;
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.125rem;
	line-height: 1.7;
	border-top: 3px solid #28303d;
}

.site-footer > .site-info .site-name {
	text-transform: uppercase;
	font-size: 1.5rem;
}

.site-footer > .site-info .powered-by {
	margin-top: 16px;
}
@media only screen and (min-width: 822px) {

	.site-footer > .site-info {
		display: flex;
		align-items: center;
	}

	.site-footer > .site-info .powered-by {
		margin-top: initial;
		margin-left: auto;
	}
}

.site-footer > .site-info a {
	color: #28303d;
}

.site-footer > .site-info a:link {
	color: #28303d;
}

.site-footer > .site-info a:visited {
	color: #28303d;
}

.site-footer > .site-info a:active {
	color: #28303d;
}

.site-footer > .site-info a:hover {
	color: #28303d;
}

.site-footer > .site-info a:focus {
	color: #28303d;
}

.is-dark-theme .site-footer > .site-info a:focus {
	color: #0084a8;
}

.has-background-white .site-footer > .site-info a:focus {
	color: #fff;
}

.home .entry-header {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.singular .has-post-thumbnail .entry-header {
	border-bottom: none;
	padding-bottom: 42px;
	margin-bottom: 0;
}

.no-results.not-found > *:first-child {
	margin-bottom: 96px;
}

.page-links {
	clear: both;
}

.page-links .post-page-numbers {
	display: inline-block;
	margin-left: 11px;
	margin-right: 11px;
	min-width: 44px;
	min-height: 44px;
}

.page-links .post-page-numbers:first-child {
	margin-left: 0;
}

.service-link {
	text-transform: uppercase;
	font-weight: 600;
}

@media only screen and (min-width: 592px) {

	.single-faqs .site-header {
		margin-bottom: undefined;
	}
}

.single .site-main > article.faqs > .entry-footer {
	border-top: none;
}

.block-gap > * + * {
	margin-top: undefined;
	margin-bottom: 0;
}

.single-providers .entry-content > * {
	max-width: none;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.page-subtitle {
	text-transform: uppercase;
}
@media only screen and (min-width: 592px) {

	.page-subtitle {
		text-align: right;
	}
}

.graphic-content .graphic {
	flex: 1 2 auto;
}

.graphic-content .content {
	flex: 2 1 auto;
}

.entry-title {
	color: #28303d;
	font-size: 2.25rem;
	letter-spacing: normal;
	line-height: 1.3;
	overflow-wrap: break-word;
	margin-top: 0;
}

.entry-title a {
	color: currentColor;
	text-underline-offset: 0.15em;
}

.entry-title a:hover {
	color: #28303d;
}

.entry-title a:focus {
	color: #39414d;
}

.entry-title a:active {
	color: currentColor;
}

.singular .entry-title {
	font-size: 4rem;
}

h1.entry-title {
	line-height: 1.1;
	font-weight: 300;
}

.singular .entry-header {
	border-bottom: undefined;
	padding-bottom: undefined;
	margin-bottom: undefined;
}

/**
 * Entry Content
 */
.entry-content {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.entry-summary {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.entry-content p {
	word-wrap: break-word;
}

.entry-content > iframe[style] {
	margin: 32px 0 !important;
	max-width: 100% !important;
}

.entry-footer {
	color: #28303d;
	clear: both;
	float: none;
	font-size: 1rem;
	display: block;
}

.entry-footer > span {
	display: inline-block;
}

.entry-footer a {
	color: currentColor;
}

.entry-footer a:hover {
	color: #28303d;
}

.entry-footer a:focus {
	color: #28303d;
}

.entry-footer a:active {
	color: currentColor;
}

.site-main > article > .entry-footer {
	margin-top: undefined;
}

body:not(.single) .site-main > article:last-of-type .entry-footer {
	border-bottom: 1px solid transparent;
}

.single .site-main > article > .entry-footer {
	margin-top: 109px;
	margin-bottom: 109px;
	padding-bottom: 0;
	padding-top: 26px;
	border-top: 3px solid #28303d;
	border-bottom: 1px solid transparent;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
}

.single .site-main > article > .entry-footer .post-taxonomies,
.single .site-main > article > .entry-footer .full-size-link {
	justify-content: flex-end;
	text-align: right;
}

.single .site-main > article > .entry-footer .full-size-link:first-child:last-child {
	grid-column: span 2;
}

.single .site-main > article > .entry-footer .posted-on,
.single .site-main > article > .entry-footer .byline,
.single .site-main > article > .entry-footer .cat-links,
.single .site-main > article > .entry-footer .tags-links {
	display: block;
}
@media only screen and (max-width: 481px) {

	.single .site-main > article > .entry-footer {
		display: block;
	}

	.single .site-main > article > .entry-footer .full-size-link {
		display: block;
	}

	.single .site-main > article > .entry-footer .post-taxonomies,
	.single .site-main > article > .entry-footer .full-size-link {
		text-align: left;
	}
}

/**
 * Post Thumbnails
 */
.post-thumbnail {
	text-align: center;
}

.post-thumbnail .wp-post-image {
	display: block;
	width: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 64px;
}

/**
 * Author
 */
.author-bio {
	position: relative;
	font-size: 1rem;
	max-width: undefined;
}

.site-main > article > .author-bio {
	margin-top: 64px;
}

.author-bio.show-avatars .avatar {
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
}

.author-bio.show-avatars .author-bio-content {
	display: inline-block;
	padding-left: 20px;
	max-width: undefined;
}

.author-bio .author-bio-content .author-title {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.5rem;
	display: inline;
}

.author-bio .author-bio-content .author-description {
	font-size: 1rem;
	margin-top: 16px;
	margin-bottom: 16px;
}

.page-title {
	font-size: 4rem;
}

h1.page-title {
	font-weight: 300;
}

h2.page-title {
	font-weight: 300;
}

h1.page-title {
	line-height: 1.1;
}

.page-header {
	border-bottom: undefined;
	padding-bottom: undefined;
	margin-bottom: undefined;
}

.page-header .page-title {
	margin-top: 0;
}

.archive .content-area .format-aside .entry-content {
	font-size: 1.5rem;
}

.archive .content-area .format-status .entry-content {
	font-size: 1.5rem;
}

.archive .content-area .format-link .entry-content {
	font-size: 1.5rem;
}

.search .content-area .format-aside .entry-content {
	font-size: 1.5rem;
}

.search .content-area .format-status .entry-content {
	font-size: 1.5rem;
}

.search .content-area .format-link .entry-content {
	font-size: 1.5rem;
}

.blog .content-area .format-aside .entry-content {
	font-size: 1.5rem;
}

.blog .content-area .format-status .entry-content {
	font-size: 1.5rem;
}

.blog .content-area .format-link .entry-content {
	font-size: 1.5rem;
}

.archive .format-image .entry-content {
	margin-top: 64px;
}

.archive .format-gallery .entry-content {
	margin-top: 64px;
}

.archive .format-video .entry-content {
	margin-top: 64px;
}

.search .format-image .entry-content {
	margin-top: 64px;
}

.search .format-gallery .entry-content {
	margin-top: 64px;
}

.search .format-video .entry-content {
	margin-top: 64px;
}

.blog .format-image .entry-content {
	margin-top: 64px;
}

.blog .format-gallery .entry-content {
	margin-top: 64px;
}

.blog .format-video .entry-content {
	margin-top: 64px;
}

.archive .entry-footer .cat-links,
.archive .entry-footer .tags-links,
.search .entry-footer .cat-links,
.search .entry-footer .tags-links,
.blog .entry-footer .cat-links,
.blog .entry-footer .tags-links {
	display: block;
}

.archive.logged-in .entry-footer .posted-on {
	margin-right: 8px;
}

.search.logged-in .entry-footer .posted-on {
	margin-right: 8px;
}

.blog.logged-in .entry-footer .posted-on {
	margin-right: 8px;
}

.archive-description {
	margin-top: undefined;
	font-size: undefined;
	padding: undefined;
	background-color: undefined;
	border-radius: 10px;
}

.archive-description > * {
	margin-top: 0;
}

.archive .site-header {
	margin-bottom: undefined;
}

.archive .page-subtitle {
	display: block;
	width: fit-content;
	margin-bottom: undefined;
	padding: 0.5em 1em;
	background-color: undefined;
	border-radius: 10px;
	font-size: undefined;
	font-weight: 500;
}

.error404 main p {
	font-size: 1.5rem;
	margin-bottom: 53px;
}

.search-no-results .page-content {
	margin-top: undefined;
}

.search-result-count {
	font-style: italic;
}

.search-form .search-field {
	margin-top: undefined;
}

/**
 * Comments Wrapper
 */
.comments-area > * {
	margin-top: 32px;
	margin-bottom: 32px;
}

.comments-area > *:first-child {
	margin-top: 0;
}

.comments-area > *:last-child {
	margin-bottom: 0;
}

.comments-area.show-avatars .avatar {
	border-radius: 50%;
	position: absolute;
	top: 10px;
}

.comments-area.show-avatars .fn {
	display: inline-block;
	padding-left: 85px;
}

.comments-area.show-avatars .comment-metadata {
	padding: 8px 0 9px 85px;
}

/**
 * Comment Title
 */
.comments-title {
	font-size: 2.25rem;
	letter-spacing: normal;
}

.comment-reply-title {
	font-size: 2.25rem;
	letter-spacing: normal;
}

.comment-reply-title {
	display: flex;
	justify-content: space-between;
}

.comment-reply-title small a {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
}

/* Nested comment reply title*/
.comment .comment-respond .comment-reply-title {
	font-size: 1.5rem;
}

/**
 * Comment Lists
 */
.comment-list {
	padding-left: 0;
	list-style: none;
}

.comment-list > li {
	margin-top: 32px;
	margin-bottom: 32px;
}

.comment-list .children {
	list-style: none;
	padding-left: 0;
}

.comment-list .children > li {
	margin-top: 32px;
	margin-bottom: 32px;
}

@media only screen and (min-width: 482px) {

	.comment-list .depth-2 {
		padding-left: 80px;
	}

	.comment-list .depth-3 {
		padding-left: 80px;
	}
}

/**
 * Comment Meta
 */
.comment-meta .comment-author {
	line-height: 1.3;
	margin-bottom: 4px;
}
@media only screen and (min-width: 482px) {

	.comment-meta .comment-author {
		margin-bottom: 0;
		padding-right: 0;
	}
}

.comment-meta .comment-author .fn {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: normal;
	font-size: 1.5rem;
	hyphens: auto;
	word-wrap: break-word;
	word-break: break-word;
}

.comment-meta .comment-metadata {
	color: #28303d;
	font-size: 1rem;
	padding: 8px 0 9px 0;
}

.comment-meta .comment-metadata .edit-link {
	margin-left: 20px;
}
@media only screen and (min-width: 482px) {

	.comment-meta {
		margin-right: inherit;
	}

	.comment-meta .comment-author {
		max-width: inherit;
	}
}

.reply {
	font-size: 1.125rem;
	line-height: 1.3;
}

.bypostauthor {
	display: block;
}

.says {
	display: none;
}

.pingback .url {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.trackback .url {
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.comment-body {
	position: relative;
	margin-bottom: 54px;
}

.comment-body > * {
	margin-top: 32px;
	margin-bottom: 32px;
}

.comment-body .reply {
	margin: 0;
}

.comment-content a {
	word-wrap: break-word;
}

.pingback .comment-body {
	margin-top: 32px;
	margin-bottom: 32px;
}

.trackback .comment-body {
	margin-top: 32px;
	margin-bottom: 32px;
}

.comment-respond {
	margin-top: 32px;
}

.comment-respond > * {
	margin-top: 16px;
	margin-bottom: 16px;
}

.comment-respond > *:first-child {
	margin-top: 0;
}

.comment-respond > *:last-child {
	margin-bottom: 0;
}

.comment-respond > *:last-child.comment-form {
	margin-bottom: 32px;
}

.comment-author {
	padding-top: 3px;
}

.comment-author .url {
	color: currentColor;
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
}

.comment-form > * {
	flex-basis: 100%;
}

.comment-form .comment-notes {
	font-size: 1.125rem;
}

.comment-form .comment-form-url,
.comment-form .comment-form-comment {
	width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
	flex-basis: 0;
	flex-grow: 1;
}
@media only screen and (max-width: 481px) {

	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		flex-basis: 100%;
	}
}

.comment-form .comment-form-cookies-consent > label {
	font-size: 1rem;
	font-weight: normal;
}

.comment-form .comment-notes {
	font-size: 1rem;
	font-weight: normal;
}

.comment-form > p {
	margin-bottom: 16px;
}

.comment-form > p:first-of-type {
	margin-top: 0;
}

.comment-form > p:last-of-type {
	margin-bottom: 0;
}

.comment-form > p label {
	display: block;
	font-size: 1.125rem;
	margin-bottom: 8px;
	width: 100%;
	font-weight: 500;
}

.comment-form > p input[type=email] {
	display: block;
	font-size: 1.125rem;
	margin-bottom: 8px;
	width: 100%;
	font-weight: 500;
}

.comment-form > p input[type=text] {
	display: block;
	font-size: 1.125rem;
	margin-bottom: 8px;
	width: 100%;
	font-weight: 500;
}

.comment-form > p input[type=url] {
	display: block;
	font-size: 1.125rem;
	margin-bottom: 8px;
	width: 100%;
	font-weight: 500;
}

.comment-form > p textarea {
	display: block;
	font-size: 1.125rem;
	margin-bottom: 8px;
	width: 100%;
	font-weight: 500;
}

.comment-form > p.comment-form-cookies-consent {
	display: flex;
}
@media only screen and (min-width: 482px) {

	.comment-form > p.comment-form-author {
		margin-right: 30px;
	}

	.comment-form > p.comment-notes,
	.comment-form > p.logged-in-as {
		display: block;
	}
}

.menu-button-container {
	display: none;
	justify-content: space-between;
	right: 0;
	padding-top: 16px;
	padding-bottom: 8px;
}

.menu-button-container #primary-mobile-menu {
	margin-left: auto;
	padding: 4px 12px;
}
@media only screen and (max-width: 651px) {

	.menu-button-container {
		display: flex;
	}
}

.menu-button-container .button.button {
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	background-color: transparent;
	border: none;
	color: #fff;
}

.menu-button-container .button.button .dropdown-icon {
	display: flex;
	align-items: center;
}

.menu-button-container .button.button .dropdown-icon .svg-icon {
	margin-left: 4px;
}

.menu-button-container .button.button .dropdown-icon.open .svg-icon {
	position: relative;
	top: -1px;
}

.menu-button-container .button.button .dropdown-icon.close {
	display: none;
}

.menu-button-container .button.button[aria-expanded*=true] .dropdown-icon.open {
	display: none;
}

.menu-button-container .button.button[aria-expanded*=true] .dropdown-icon.close {
	display: flex;
}

.has-logo.has-title-and-tagline .menu-button-container .button.button[aria-expanded*=true] .dropdown-icon.close {
	animation-name: childhoodhealth-close-button-transition;
	animation-duration: 0.3s;
}

.menu-button-container .button.button:focus {
	color: #fff;
}

.primary-navigation-open .menu-button-container {
	width: 100%;
	z-index: 500;
	background-color: #0084a8;
}

.primary-navigation-open .menu-button-container #primary-mobile-menu {
	position: static;
}

.primary-navigation {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.15;
	margin-top: 0;
	margin-bottom: 0;
}

.primary-navigation > .primary-menu-container {
	padding: undefined;
	transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 591px) {

	.primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
		transform: translateX(0) translateY(0);
	}
}
@media only screen and (min-width: 652px) {

	.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
		display: none;
	}

	.primary-navigation > .primary-menu-container {
		padding: 0;
	}
}

.primary-navigation > div > .menu-wrapper {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	max-width: none;
	padding-left: 0;
	position: relative;
}
@media only screen and (min-width: 652px) {

	.primary-navigation > div > .menu-wrapper {
		flex-direction: row;
		padding-left: 0;
	}
}

.primary-navigation > div > .menu-wrapper li {
	display: block;
	position: relative;
	text-transform: uppercase;
}
@media only screen and (min-width: 652px) {

	.primary-navigation > div > .menu-wrapper li {
		margin: 0;
		width: inherit;
	}

	.primary-navigation > div > .menu-wrapper li:last-child() {
		margin-right: 0;
	}
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	display: flex;
	display: none;
	height: calc(22px + 1em);
	width: 44px;
	padding: 0;
	justify-content: center;
	align-items: center;
	background: transparent;
	color: currentColor;
	border: none;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus {
	outline: 2px solid #28303d;
}
@media only screen and (max-width: 591px) {

	.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
		display: none;
	}
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus,
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
	height: 100%;
	display: flex;
	align-items: center;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus svg,
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus svg {
	margin-top: -1px;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
	display: none;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-minus {
	display: flex;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-plus {
	display: none;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu {
	position: relative;
	border-radius: 0 10px 10px 10px;
	margin-bottom: undefined;
}
@media only screen and (min-width: 652px) {

	.primary-navigation > div > .menu-wrapper > li > .sub-menu {
		left: 8px;
		min-width: max-content;
		position: absolute;
		top: 100%;
		padding-top: 3px;
		padding-bottom: 4px;
		transition: all 0.5s ease;
		z-index: 88888;
	}

	.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
		top: -9px;
		border-color: #0084a8 transparent;
	}

	.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
		background: transparent;
	}

	.primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-left {

		/* rtl:ignore */
		left: 0;

		/* rtl:ignore */
		right: auto;
	}

	.primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-left:before {

		/* rtl:ignore */
		left: 20px;

		/* rtl:ignore */
		right: auto;
	}

	.primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-left:after {

		/* rtl:ignore */
		left: 20px;

		/* rtl:ignore */
		right: auto;
	}

	.primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-right {

		/* rtl:ignore */
		right: 0;

		/* rtl:ignore */
		left: auto;
	}

	.primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-right:before {

		/* rtl:ignore */
		left: auto;

		/* rtl:ignore */
		right: 20px;
	}

	.primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-right:after {

		/* rtl:ignore */
		left: auto;

		/* rtl:ignore */
		right: 20px;
	}
}

.primary-navigation .primary-menu > .menu-item:hover > a {
	color: #fff;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a {
	position: relative;
	width: fit-content;
	border-bottom: undefined;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a .accent-icon {
	position: absolute;
	top: 4px;
	right: -12px;
	width: 12px;
}
@media only screen and (min-width: 652px) {

	.primary-navigation .primary-menu-container > ul > .menu-item > a .accent-icon {
		top: 7px;
		right: 0;
	}
}

.primary-navigation .primary-menu-container > ul > .menu-item > a .accent-icon svg {
	display: block;
	fill: transparent;
}
@media only screen and (min-width: 652px) {

	.primary-navigation .primary-menu-container {
		margin-right: -11px;
		margin-left: -11px;
	}

	.primary-navigation .primary-menu-container > ul > .menu-item {
		display: flex;
	}

	.primary-navigation .primary-menu-container > ul > .menu-item > a {
		padding-left: 11px;
		padding-right: 11px;
	}

	.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle {
		margin-left: -6px;
	}
}

.primary-navigation a {
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	padding: undefined;
	text-decoration: none;
}
@media only screen and (min-width: 652px) {

	.primary-navigation a {
		display: block;
		font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		font-size: 1.25rem;
		font-weight: 700;
		padding-bottom: 0;
	}
}

.primary-navigation a + svg {
	fill: #fff;
}

.primary-navigation a:hover {
	color: #fff;
}

.primary-navigation a:link {
	color: #fff;
}

.primary-navigation a:visited {
	color: #fff;
}

.primary-navigation a:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-color: #54b4da;
}

.primary-navigation a:focus {
	position: relative;
	z-index: 99999;
	outline-offset: 0;
	text-decoration-thickness: 2px;
}

.primary-navigation .current-menu-item > a:first-child .accent-icon svg {
	fill: #e46424 !important;
}

.primary-navigation .current_page_item > a:first-child .accent-icon svg {
	fill: #e46424 !important;
}

.primary-navigation .sub-menu {
	margin: 0;
	padding: 8px;
	list-style: none;
	background-color: #54b4da;
}
@media only screen and (min-width: 592px) {

	.primary-navigation .sub-menu {
		padding: 0;
	}
}

.primary-navigation .sub-menu .sub-menu {
	border: none;
	padding-left: 11px;
}
@media only screen and (min-width: 652px) {

	.primary-navigation .sub-menu > .menu-item > .sub-menu {
		padding: 0;
	}
}
@media only screen and (max-width: 591px) {

	.primary-navigation .sub-menu .menu-item:last-child() {
		margin-bottom: 0;
	}
}

.primary-navigation .sub-menu .menu-item > a {
	color: #39414d;
	padding: 13px 11px;
	display: block;
	font-size: 1.125rem;
	font-style: normal;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.primary-navigation .sub-menu .menu-item > a .accent-icon {
	display: none;
}

.primary-navigation .sub-menu .menu-item > a:hover {
	text-decoration-color: #39414d;
}
@media only screen and (min-width: 652px) {

	.primary-navigation .sub-menu .menu-item > a {
		font-size: 1rem;
		font-style: normal;
	}
}

.primary-navigation .menu-item-has-children > .svg-icon {
	display: none;
}
@media only screen and (min-width: 652px) {

	.primary-navigation .menu-item-has-children > .svg-icon {
		display: inline-block;
		height: 100%;
	}

	.primary-navigation .menu-item-has-children .sub-menu .svg-icon {
		display: none;
	}
}

.primary-navigation .menu-item-description {
	display: block;
	clear: both;
	font-size: 1rem;
	text-transform: none;
	line-height: 1.7;
}

.primary-navigation .menu-item-description > span {
	display: inline-block;
}

@media only screen and (max-width: 591px) {

	.lock-scrolling .site {
		position: fixed;
		max-width: 100%;
		width: 100%;
	}
}
@keyframes childhoodhealth-close-button-transition {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.utility-menu-container {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
	list-style: none;
	padding: 16px;
	margin-top: 8px;
	background-color: #005679;
}
@media only screen and (min-width: 592px) {

	.utility-menu-container {
		padding: 0;
		background-color: transparent;
	}
}

.utility-menu-container .utility-nav-icon.icon-phone {
	display: flex;
	height: 100%;
}

.utility-menu-container .utility-nav-icon svg {
	display: block;
	fill: currentColor;
	width: 24px;
}

.utility-menu-container .utility-nav-icon.has-white-color:hover {
	color: #54b4da !important;
	filter: brightness(1.1);
}

.utility-menu-container .menu-search {
	min-height: 30px;
	width: 80%;
}
@media only screen and (min-width: 482px) {

	.utility-menu-container .menu-search {
		width: auto;
	}
}

.wp-block-button .wp-block-button__link.patient-login {
	border: 1px solid #fff;
	padding: 2px 16px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	gap: 6px;
	background-color: transparent;
	width: max-content;
}

.wp-block-button .wp-block-button__link.patient-login .button-text {
	display: block;
}

.wp-block-button .wp-block-button__link.patient-login:hover svg {
	fill: undefined;
}
@media only screen and (min-width: 592px) {

	.wp-block-button .wp-block-button__link.patient-login:hover {
		background-color: #0091b9;
	}

	.wp-block-button .wp-block-button__link.patient-login:hover svg {
		fill: undefined;
	}
}

.tooltip {
	position: relative;
}

.tooltip .tooltiptext {
	font-weight: 400;
	text-transform: capitalize;
	visibility: hidden;
	position: absolute;
	background-color: #28303d;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 5px 0;
	width: 200px;
	z-index: 1;
}

.tooltip .tooltiptext.left {
	top: 0;
	right: 105%;
	margin-right: 5px;
}

.tooltip .tooltiptext.left:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 100%;

	/* To the right of the tooltip */
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #28303d;
}

.tooltip .tooltiptext.bottom {
	top: 100%;
	left: 50%;
	margin-top: 5px;
	margin-left: -100px;

	/* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip .tooltiptext.bottom:after {
	content: " ";
	position: absolute;
	bottom: 100%;

	/* At the top of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #28303d transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.footer-navigation {
	margin-top: 64px;
	margin-bottom: 32px;
	color: #28303d;
	font-size: 1rem;
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.footer-navigation-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
}

.footer-navigation-wrapper li {
	display: inline;
	line-height: 3;
}

.footer-navigation-wrapper li a {
	padding: 13px 11px;
	transition: transform 0.1s ease;
	color: #28303d;
}

.footer-navigation-wrapper li a:link {
	color: #28303d;
}

.footer-navigation-wrapper li a:visited {
	color: #28303d;
}

.footer-navigation-wrapper li a:active {
	color: #28303d;
}

.footer-navigation-wrapper li a:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
	color: #28303d;
}

.is-dark-theme .footer-navigation-wrapper li a:focus .svg-icon {
	fill: #0084a8;
}

.has-background-white .footer-navigation-wrapper li a:focus .svg-icon {
	fill: #fff;
}

.footer-navigation-wrapper li .svg-icon {
	vertical-align: middle;
	fill: #28303d;
}

.footer-navigation-wrapper li .svg-icon:hover {
	transform: scale(1.1);
}

.footer-navigation-wrapper .sub-menu-toggle,
.footer-navigation-wrapper .menu-item-description {
	display: none;
}

/* Next/Previous navigation */
.navigation {
	color: #28303d;
}

.navigation a {
	color: #28303d;
	text-decoration: none;
}

.navigation a:hover {
	color: #28303d;
	text-decoration: underline;
	text-decoration-style: dotted;
}

.navigation a:focus {
	color: #39414d;
}

.navigation a:active {
	color: #28303d;
}

.navigation .nav-links > * {
	min-width: 44px;
	min-height: 44px;
}

.navigation .nav-links .nav-next a,
.navigation .nav-links .nav-previous a {
	display: flex;
	flex-direction: column;
}

.navigation .nav-links .dots {
	text-align: center;
}
@media only screen and (min-width: 592px) {

	.navigation .nav-links {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.navigation .nav-links .nav-next {
		flex: 0 1 auto;
		margin-bottom: inherit;
		margin-top: inherit;
		max-width: calc(50% - 8px);
	}

	.navigation .nav-links .nav-previous {
		flex: 0 1 auto;
		margin-bottom: inherit;
		margin-top: inherit;
		max-width: calc(50% - 8px);
	}

	.navigation .nav-links .nav-next:only-child {
		flex: auto;
		max-width: none;
	}

	.navigation .nav-links .nav-next {
		text-align: right;
	}
}

.navigation .svg-icon {
	display: inline-block;
	fill: currentColor;
	vertical-align: middle;
	position: relative;
}

.navigation .nav-previous .svg-icon {
	top: -2px;
	margin-right: 4px;
}

.navigation .prev .svg-icon {
	top: -2px;
	margin-right: 4px;
}

.navigation .nav-next .svg-icon {
	top: -1px;
	margin-left: 4px;
}

.navigation .next .svg-icon {
	top: -1px;
	margin-left: 4px;
}

.post-navigation {
	margin: 4em auto;
}

.post-navigation .meta-nav {
	line-height: 1.7;
	color: #28303d;
}

.post-navigation .post-title {
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 5px 28px 0;
}
@media only screen and (min-width: 482px) {

	.post-navigation .nav-links {
		justify-content: space-between;
	}
}

.post-navigation .nav-next {
	margin-top: 32px;
	margin-bottom: 32px;
}

.post-navigation .nav-previous {
	margin-top: 32px;
	margin-bottom: 32px;
}

.post-navigation .nav-next:first-child,
.post-navigation .nav-previous:first-child {
	margin-top: 0;
}

.post-navigation .nav-next:last-child,
.post-navigation .nav-previous:last-child {
	margin-bottom: 0;
}

.post-navigation .nav-next .meta-nav {
	margin-left: 28px;
}
@media only screen and (min-width: 592px) {

	.post-navigation .nav-next .meta-nav {
		margin-left: 0;
	}
}

.pagination {
	border-top: 3px solid #28303d;
	padding-top: 32px;
	margin: 32px auto;
}

.comments-pagination {
	border-top: 3px solid #28303d;
	padding-top: 32px;
	margin: 32px auto;
}
@media only screen and (min-width: 822px) {

	.pagination {
		margin: 32px auto;
	}

	.comments-pagination {
		margin: 32px auto;
	}
}

.pagination .nav-links {
	margin-top: -32px;
}

.comments-pagination .nav-links {
	margin-top: -32px;
}

.pagination .nav-links a:hover {
	color: #28303d;
}

.comments-pagination .nav-links a:hover {
	color: #28303d;
}

.is-dark-theme .pagination .nav-links a:active {
	color: #0084a8;
}

.is-dark-theme .pagination .nav-links a:hover:active {
	color: #0084a8;
}

.is-dark-theme .pagination .nav-links a:hover:focus {
	color: #0084a8;
}

.is-dark-theme .comments-pagination .nav-links a:active {
	color: #0084a8;
}

.is-dark-theme .comments-pagination .nav-links a:hover:active {
	color: #0084a8;
}

.is-dark-theme .comments-pagination .nav-links a:hover:focus {
	color: #0084a8;
}

.has-background-white .pagination .nav-links a:active {
	color: #fff;
}

.has-background-white .pagination .nav-links a:hover:active {
	color: #fff;
}

.has-background-white .pagination .nav-links a:hover:focus {
	color: #fff;
}

.has-background-white .comments-pagination .nav-links a:active {
	color: #fff;
}

.has-background-white .comments-pagination .nav-links a:hover:active {
	color: #fff;
}

.has-background-white .comments-pagination .nav-links a:hover:focus {
	color: #fff;
}

.pagination .nav-links > * {
	color: #28303d;
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
	margin-top: 32px;
	margin-left: 11px;
	margin-right: 11px;
}

.comments-pagination .nav-links > * {
	color: #28303d;
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
	margin-top: 32px;
	margin-left: 11px;
	margin-right: 11px;
}

.pagination .nav-links > *.current,
.comments-pagination .nav-links > *.current {
	text-decoration: underline;
}

.pagination .nav-links > *:not(.dots):not(.current):hover,
.comments-pagination .nav-links > *:not(.dots):not(.current):hover {
	text-decoration-style: dotted;
}

.pagination .nav-links > *:first-child,
.comments-pagination .nav-links > *:first-child {
	margin-left: 0;
}

.pagination .nav-links > *:last-child,
.comments-pagination .nav-links > *:last-child {
	margin-right: 0;
}

.pagination .nav-links > *.next,
.comments-pagination .nav-links > *.next {
	margin-left: auto;
}

.pagination .nav-links > *.prev,
.comments-pagination .nav-links > *.prev {
	margin-right: auto;
}
@media only screen and (max-width: 821px) {

	.pagination .nav-links,
	.comments-pagination .nav-links {
		display: flex;
		flex-wrap: wrap;
	}

	.pagination .page-numbers,
	.comments-pagination .page-numbers {
		display: none;
	}

	.pagination .page-numbers.prev,
	.pagination .page-numbers.next,
	.comments-pagination .page-numbers.prev,
	.comments-pagination .page-numbers.next {
		display: inline-block;
		flex: 0 1 auto;
	}
}
@media only screen and (max-width: 481px) {

	.pagination .nav-short,
	.comments-pagination .nav-short {
		display: none;
	}
}

.comments-pagination {
	padding-top: 21px;
	margin: 96px auto;
}
@media only screen and (min-width: 822px) {

	.comments-pagination {
		margin: 96px auto 128px auto;
	}
}

.comments-pagination .nav-links > * {
	font-size: 1.25rem;
}

.widget-area {
	margin-top: 192px;
	padding-bottom: 11px;
	color: #28303d;
	font-size: 1.125rem;
	font-family: -apple-system, BlinkMacSystemFont, Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media only screen and (min-width: 652px) {

	.widget-area {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 40px;
	}
}
@media only screen and (min-width: 1150px) {

	.widget-area {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 481px) {

	.widget-area {
		margin-top: 96px;
	}
}

.widget-area ul {
	list-style-type: none;
	padding: 0;
}

.widget-area ul li {
	line-height: 1.9;
}

.widget-area ul.sub-menu {
	margin-left: 11px;
}

.widget-area ul.children {
	margin-left: 11px;
}

.widget-area ul .sub-menu-toggle {
	display: none;
}

.widget-area a {
	color: #28303d;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-color: currentColor;
}

.widget-area a:link {
	color: #28303d;
}

.widget-area a:visited {
	color: #28303d;
}

.widget-area a:active {
	color: #28303d;
}

.widget-area a:hover {
	color: #28303d;
	text-decoration-style: dotted;
}

.widget-area .wp-block-social-links.alignright {
	margin-top: 32px;
	justify-content: flex-end;
}

.widget-area .wp-block-social-links.alignleft {
	margin-top: 32px;
}

.widget-area:after {
	content: "";
	display: table;
	clear: both;
}

.widget-title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
}

.search-form {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

.search-form > label {
	width: 100%;
	margin-bottom: 0;
	font-weight: 500;
}

.search-form .search-field {
	flex-grow: 1;
	max-width: inherit;
	margin-top: undefined;
	margin-right: 13px;
}

.search-form .search-submit {
	margin-top: 11px;
	margin-left: 10px;
}

.widget_search > .search-form .search-field {
	margin-right: -3px;
	-webkit-appearance: none;
	margin-bottom: 16px;
}

.widget_search > .search-form .search-submit {
	margin-left: 0;
	background-color: transparent;
	color: #39414d;
	margin-bottom: 16px;
}

.widget_search > .search-form .search-submit:hover {
	background-color: #0084a8;
	color: #fff;
}

.widget_rss a.rsswidget .rss-widget-icon {
	display: none;
}

nav.jump {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 20px 0 20px;
	margin-bottom: 96px;
}

nav.jump .jump-header {
	margin-bottom: 0;
	margin-top: 0;
}

nav.jump ul {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
	padding: 0;
}

nav.jump li {
	list-style: none;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
}

nav.jump a {
	display: block;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
}

nav.jump a.parent-topic {
	font-weight: 600;
}

nav.jump a:hover {
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
}

/* Category 07 is for any utility classes that are not assigned to a specific component. */
.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;
	word-break: normal;
}

.skip-link:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

@media (prefers-reduced-motion) {

	* {
		transition-delay: 0s !important;
		transition-duration: 0s !important;
	}
}

header * {
	max-width: unset;
}

main * {
	max-width: unset;
}

footer * {
	max-width: unset;
}

html,
body,
div,
header,
nav,
article,
figure,
hr,
main,
section,
footer {
	max-width: none;
}

.is-IE.is-dark-theme {
	color: #fff;
}

.is-IE.is-dark-theme *,
.is-IE.is-dark-theme a,
.is-IE.is-dark-theme .site-description,
.is-IE.is-dark-theme .entry-title,
.is-IE.is-dark-theme .entry-footer,
.is-IE.is-dark-theme .widget-area,
.is-IE.is-dark-theme .post-navigation .meta-nav,
.is-IE.is-dark-theme .footer-navigation-wrapper li a:link,
.is-IE.is-dark-theme .site-footer > .site-info,
.is-IE.is-dark-theme .site-footer > .site-info a,
.is-IE.is-dark-theme .site-footer > .site-info a:visited {
	color: #fff;
}

.is-IE.is-dark-theme .sub-menu-toggle svg,
.is-IE.is-dark-theme .sub-menu-toggle path,
.is-IE.is-dark-theme .post-navigation .meta-nav svg,
.is-IE.is-dark-theme .post-navigation .meta-nav path {
	fill: #fff;
}

.is-IE.is-dark-theme .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
	background: #000;
}
@media only screen and (max-width: 481px) {

	.is-IE.is-dark-theme.primary-navigation-open .primary-navigation > .primary-menu-container,
	.is-IE.is-dark-theme.primary-navigation-open .menu-button-container {
		background-color: #000;
	}
}

.is-IE.is-dark-theme .skip-link:focus {
	color: #21759b;
}

.is-IE .navigation .nav-links {
	display: block;
}

.is-IE .post-thumbnail .wp-post-image {
	min-width: auto;
}
