/*!
Theme Name: Grable-2
Theme URI: http://underscores.me/
Author: walltowall
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grable
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Grable-2 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Themes
	- Blue

--------------------------------------------------------------*/
@import url("https://use.typekit.net/ncu1uzi.css");
:root {
	--type-size-10: 0.625em;
	--type-size-12: 0.75em;
	--type-size-14: 0.875em;
	--type-size-base: 1em;
	--type-size-18: 1.125em;
	--type-size-20: 1.25em;
	--type-size-24: 1.5em;
	--type-size-28: 1.75em;
	--type-size-36: 2.25em;
	--type-size-44: 2.75em;
	--type-size-50: 3.125em;
	--type-size-56: 3.5em;
	--type-size-60: 3.75em;
	--type-size-94: 5.875em;
	--fw-light: 400;
	--fw-semibold: 600;
	--fw-bold: 800;
	--wrap-sm: 48rem;
	--wrap-content: 60rem;
	--wrap-med: 68.75rem;
	--wrap-lrg: 90rem;
	--searchform-height: 3rem;
	--searchform-width: 100%;
	--orange: #F8971D;
	--orange-a: #FFBF69;
	--orange-b: #B86600;
	--blue: #0084A9;
	--blue-a: #47B7CE;
	--blue-b: #E3F4F7;
	--blue-c: #005D78;
	--red-orange: #FF5E06;
	--red-orange-a: #FFA667;
	--red-orange-b: #CC4800;
	--darkblue: #00557A;
	--darkblue-a: #2E86AD;
	--darkblue-b: #003A54;
	--red: #B51A1A;
	--red-a: #FF4731;
	--red-b: #831919;
	--green: #19722e;
	--white: #ffffff;
	--gray: #E5E5E5;
	--gray-a: #7F7F7F;
	--gray-b: #666666;
	--gray-c: #333333;
	--black: #000000;
}

.row {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
}

.row > * {
	width: 100%;
}

.row > * + * {
	margin-top: 2.5em;
}

@media (min-width: 48em) {
	.row {
		gap: 1em;
		justify-content: space-between;
	}
	.row > * + * {
		margin-top: 0;
	}
	.col-2 {
		width: calc(50% - 1em);
	}
	.col-2t {
		width: 66.6%;
	}
	.col-3 {
		width: calc(33.33% - 1em);
	}
	.col-3f {
		width: calc(75% - 1em);
	}
	.col-4 {
		width: 25%;
	}
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-size: 16px;
}

/**
 * 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.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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, monospace;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #333333;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 a:not([class]), h1 a:not([class]):hover, h2 a:not([class]), h2 a:not([class]):hover, h3 a:not([class]), h3 a:not([class]):hover, h4 a:not([class]), h4 a:not([class]):hover, h5 a:not([class]), h5 a:not([class]):hover, h6 a:not([class]), h6 a:not([class]):hover {
	text-decoration: none;
}

h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
	margin-top: 1em;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	width: 100%;
}

.entry-content p + h1, .entry-content p + h2, .entry-content p + h3, .entry-content p + h4, .entry-content p + h5, .entry-content p + h6, .entry-content ul + h1, .entry-content ul + h2, .entry-content ul + h3, .entry-content ul + h4, .entry-content ul + h5, .entry-content ul + h6, .entry-content ol + h1, .entry-content ol + h2, .entry-content ol + h3, .entry-content ol + h4, .entry-content ol + h5, .entry-content ol + h6 {
	margin-top: 0.5em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	font-weight: 800;
	line-height: 1;
	color: #0084A9;
	margin-bottom: 0;
	transition: color .3s ease-out;
	--max-width: none;
	max-width: var(--max-width);
}

h1, .h1 {
	font-size: var(--type-size-56);
}

@media (min-width: 31.25em) {
	h1, .h1 {
		font-size: var(--type-size-94);
	}
}

h2, .h2 {
	font-size: var(--type-size-44);
	font-weight: var(--fw-semibold);
	color: var(--black);
}

@media (min-width: 31.25em) {
	h2, .h2 {
		font-size: var(--type-size-50);
	}
}

@media (min-width: 48em) {
	h2, .h2 {
		font-size: var(--type-size-60);
	}
}

.entry-content h2, .entry-content .h2 {
	font-weight: var(--fw-bold);
	color: var(--blue);
}

h3, .h3 {
	font-size: var(--type-size-36);
}

@media (min-width: 31.25em) {
	h3, .h3 {
		font-size: var(--type-size-44);
	}
}

@media (min-width: 48em) {
	h3, .h3 {
		font-size: var(--type-size-50);
	}
}

h4, .h4 {
	font-weight: var(--fw-light);
	font-size: var(--type-size-28);
}

@media (min-width: 31.25em) {
	h4, .h4 {
		font-size: var(--type-size-36);
	}
}

h5, .h5 {
	font-weight: var(--fw-light);
	font-size: var(--type-size-24);
}

@media (min-width: 31.25em) {
	h5, .h5 {
		font-size: var(--type-size-28);
	}
}

h6, .h6 {
	font-size: var(--type-size-18);
}

* + p {
	margin-top: 0.65em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #FFBF69;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666666;
	cursor: help;
}

mark,
ins {
	background: #0084A9;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
html,
body {
	background: #ffffff;
}

section + section {
	margin-top: 2em;
}

form label {
	display: block;
	color: var(--gray-b);
}

form label + * {
	margin-top: 1em;
}

form label > span {
	text-transform: uppercase;
	font-size: var(--type-size-18);
}

form fieldset {
	border: none;
	padding: 0;
	margin-top: 1.5em;
}

form fieldset legend {
	text-transform: uppercase;
	font-size: var(--type-size-18);
}

form fieldset > * + * {
	margin-top: 0.5em;
}

form input[type=checkbox] {
	display: none;
}

form input[type=checkbox] + label {
	display: block;
	padding-left: calc(0.25em + 30px);
	font-size: var(--type-size-18);
	position: relative;
	cursor: pointer;
}

form input[type=checkbox] + label:before {
	content: '';
	border: 4px solid var(--blue);
	height: 24px;
	width: 24px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

form input[type=checkbox] + label:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	height: 12px;
	width: 12px;
	background-color: var(--blue-a);
	opacity: 0;
	transform: translateY(-50%) scale(0.5);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

form input[type=checkbox] + label.label-early-childhood:before {
	border-color: var(--red-orange);
}

form input[type=checkbox] + label.label-early-childhood:after {
	background: var(--red-orange);
}

form input[type=checkbox] + label.label-public_schools:before {
	border-color: var(--darkblue);
}

form input[type=checkbox] + label.label-public_schools:after {
	background: var(--darkblue);
}

form input[type=checkbox] + label.label-out-of-school-time:before {
	border-color: var(--orange);
}

form input[type=checkbox] + label.label-out-of-school-time:after {
	background: var(--orange);
}

form input[type=checkbox] + label.label-families:before {
	border-color: var(--blue);
}

form input[type=checkbox] + label.label-families:after {
	background: var(--blue);
}

form input[type=checkbox] + label.label-community:before {
	border-color: var(--red);
}

form input[type=checkbox] + label.label-community:after {
	background: var(--red);
}

form input[type=checkbox].active + label:after {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

input[type="search"] {
	-webkit-appearance: none;
	border-radius: 0px;
}

.custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	background-image: url("./imgs/down-arrow.svg");
	background-repeat: no-repeat;
	background-position: 96% 50%;
}

.custom-select select::-ms-expand {
	display: none;
}

/*
 * Contact form 7 styles
 */
.wpcf7 {
	margin-bottom: 6em;
}

.wpcf7 label {
	text-transform: uppercase;
	font-size: var(--type-size-18);
	color: var(--gray-b);
}

.wpcf7 input {
	margin-top: 0.222em;
}

.wpcf7 p + p {
	margin-top: 2em;
}

.wpcf7-not-valid-tip {
	text-transform: none;
	font-weight: var(--fw-semibold);
	font-size: var(--type-size-14);
}

.contact__item > *:first-child {
	margin-bottom: 0;
}

hr, .wp-block-separator {
	background-color: #E5E5E5;
	border: 0;
	height: 4px;
	margin-bottom: 1em;
}

ul,
ol {
	margin-left: 0.3em;
	padding-left: 1em;
}

ul > li,
ol > li {
	padding-left: 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 0;
}

figcaption {
	font-weight: var(--fw-semibold);
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	background-color: var(--blue-b);
	padding: 0.7em;
	border-spacing: 0;
	border-collapse: separate;
}

table tr:first-child td {
	padding: 0.5rem 0.73rem;
	border-bottom: none;
	font-size: var(--type-size-base);
}

table tr:last-child td {
	border: none;
}

table tr td {
	padding: 0.5em 0.75em;
	border-bottom: 2px solid var(--white);
	font-size: var(--type-size-14);
	font-weight: var(--fw-bold);
	min-width: 4em;
}

table tr td:nth-child(2) {
	min-width: 8em;
}

.wp-block-table {
	border-right: 2px solid var(--gray);
	margin-bottom: 2em;
}

.wp-block-table table {
	max-width: 50em;
	margin-bottom: 0;
}

@media (min-width: 31.25em) {
	.wp-block-table {
		border-right: none;
	}
}

@media (min-width: 64em) {
	table tr:first-child td {
		font-size: var(--type-size-20);
	}
	table tr td {
		font-size: var(--type-size-16);
	}
}

/* Links
--------------------------------------------- */
a {
	color: #0084A9;
	text-decoration: none;
}

a:visited {
	color: #00557A;
}

a:hover, a:focus, a:active {
	color: #2E86AD;
}

a:hover > *, a:focus > *, a:active > * {
	color: #2E86AD;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button > .wp-block-button__link,
.btn {
	display: inline-block;
	border: 4px solid #0084A9;
	border-radius: 0;
	background: #ffffff;
	font-size: var(--type-size-20);
	font-weight: bolder;
	color: #ffffff;
	padding: 0.5em 3.5em 0.5em 1em;
	position: relative;
	z-index: 2;
	transition: color 0.2s ease;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

button:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:before,
.wp-block-button > .wp-block-button__link:before,
.btn:before {
	content: '';
	background: #0084A9;
	color: #0084A9;
	width: calc(100% - 3rem);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	transition: width 0.2s ease;
	padding: 0.5em 3.5em 0.5em 0;
	box-sizing: border-box;
	transition: width 0.4s ease, color 0.2s ease, padding 0.5s ease;
}

button:after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after,
.wp-block-button > .wp-block-button__link:after,
.btn:after {
	content: '';
	background-image: url("./imgs/arrows/down-arrow-blue.svg");
	background-repeat: no-repeat;
	height: 2.1rem;
	width: 2.1rem;
	display: inline;
	color: #0084A9;
	position: absolute;
	transform: rotate(-90deg);
	top: 8px;
	right: -1px;
	transition: color 0.2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button > .wp-block-button__link:hover,
.btn:hover {
	color: #ffffff;
}

button:hover:before,
input[type="button"]:hover:before,
input[type="reset"]:hover:before,
input[type="submit"]:hover:before,
.wp-block-button > .wp-block-button__link:hover:before,
.btn:hover:before {
	width: 100%;
	color: #ffffff;
	padding: 0.5em 3.5em 0.5em 1em;
}

button:hover:after,
input[type="button"]:hover:after,
input[type="reset"]:hover:after,
input[type="submit"]:hover:after,
.wp-block-button > .wp-block-button__link:hover:after,
.btn:hover:after {
	background-image: url("./imgs/arrows/down-arrow-white.svg");
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.wp-block-button > .wp-block-button__link:active,
.wp-block-button > .wp-block-button__link:focus,
.btn:active,
.btn:focus {
	border-color: #00557A;
}

button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
.wp-block-button > .wp-block-button__link:visited,
.btn:visited {
	color: #ffffff;
}

button.btn-reset,
input[type="button"].btn-reset,
input[type="reset"].btn-reset,
input[type="submit"].btn-reset,
.wp-block-button > .wp-block-button__link.btn-reset,
.btn.btn-reset {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	color: var(--black);
}

button.btn-reset:before, button.btn-reset:after,
input[type="button"].btn-reset:before,
input[type="button"].btn-reset:after,
input[type="reset"].btn-reset:before,
input[type="reset"].btn-reset:after,
input[type="submit"].btn-reset:before,
input[type="submit"].btn-reset:after,
.wp-block-button > .wp-block-button__link.btn-reset:before,
.wp-block-button > .wp-block-button__link.btn-reset:after,
.btn.btn-reset:before,
.btn.btn-reset:after {
	display: none;
}

button.disable,
input[type="button"].disable,
input[type="reset"].disable,
input[type="submit"].disable,
.wp-block-button > .wp-block-button__link.disable,
.btn.disable {
	border-color: #E5E5E5;
	cursor: initial;
	padding: 0.5em 1em;
}

button.disable:before,
input[type="button"].disable:before,
input[type="reset"].disable:before,
input[type="submit"].disable:before,
.wp-block-button > .wp-block-button__link.disable:before,
.btn.disable:before {
	background-color: #E5E5E5;
	width: 100%;
}

button.disable:after,
input[type="button"].disable:after,
input[type="reset"].disable:after,
input[type="submit"].disable:after,
.wp-block-button > .wp-block-button__link.disable:after,
.btn.disable:after {
	display: none;
}

button.disable:hover:before,
input[type="button"].disable:hover:before,
input[type="reset"].disable:hover:before,
input[type="submit"].disable:hover:before,
.wp-block-button > .wp-block-button__link.disable:hover:before,
.btn.disable:hover:before {
	background-color: #E5E5E5;
}

button.btn--toggle,
input[type="button"].btn--toggle,
input[type="reset"].btn--toggle,
input[type="submit"].btn--toggle,
.wp-block-button > .wp-block-button__link.btn--toggle,
.btn.btn--toggle {
	background: var(--orange);
	border: 4px solid var(--orange);
	width: 2em;
	padding: 0;
	transition: background-color 0.2s ease;
	cursor: pointer;
}

button.btn--toggle:before, button.btn--toggle:after,
input[type="button"].btn--toggle:before,
input[type="button"].btn--toggle:after,
input[type="reset"].btn--toggle:before,
input[type="reset"].btn--toggle:after,
input[type="submit"].btn--toggle:before,
input[type="submit"].btn--toggle:after,
.wp-block-button > .wp-block-button__link.btn--toggle:before,
.wp-block-button > .wp-block-button__link.btn--toggle:after,
.btn.btn--toggle:before,
.btn.btn--toggle:after {
	display: none;
}

button.btn--toggle svg,
input[type="button"].btn--toggle svg,
input[type="reset"].btn--toggle svg,
input[type="submit"].btn--toggle svg,
.wp-block-button > .wp-block-button__link.btn--toggle svg,
.btn.btn--toggle svg {
	height: 10px;
	width: 18px;
	position: absolute;
	top: calc(50% + 2px);
	left: 50%;
	transform: translate(-50%, -55%);
	transition: transform 0.2s ease;
}

button.btn--toggle:hover, button.btn--toggle:focus,
input[type="button"].btn--toggle:hover,
input[type="button"].btn--toggle:focus,
input[type="reset"].btn--toggle:hover,
input[type="reset"].btn--toggle:focus,
input[type="submit"].btn--toggle:hover,
input[type="submit"].btn--toggle:focus,
.wp-block-button > .wp-block-button__link.btn--toggle:hover,
.wp-block-button > .wp-block-button__link.btn--toggle:focus,
.btn.btn--toggle:hover,
.btn.btn--toggle:focus {
	background: var(--white);
}

input[type="submit"] {
	background-color: var(--blue);
	border: none;
	padding: 0.6em 2em;
	text-align: center;
	transition: background-color 0.25s ease;
}

input[type="submit"]:hover {
	background-color: var(--darkblue);
}

.open .btn--toggle svg {
	transform: translate(-50%, -65%) rotate(180deg);
}

p + .btn {
	margin-top: 1.25em;
}

.is-style-outline.wp-block-button > .wp-block-button__link {
	border: 4px solid #0084A9;
	background-color: #0084A9;
}

.is-style-outline.wp-block-button > .wp-block-button__link:not(.has-text-color) {
	color: #0084A9;
}

.is-style-outline.wp-block-button > .wp-block-button__link:before {
	background-color: #ffffff;
}

.is-style-outline.wp-block-button > .wp-block-button__link:after {
	color: #ffffff;
}

.is-style-outline.wp-block-button > .wp-block-button__link:hover:after {
	color: #0084A9;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #333333;
	border: 4px solid #7F7F7F;
	border-radius: none;
	padding: 0.5em;
	display: block;
	width: 100%;
	font-size: var(--type-size-20);
	font-weight: var(--fw-semibold);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	color: #333333;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.error-404 {
	padding: 8em 0;
}

.error-404 .page-title {
	margin-top: 1em;
	font-weight: var(--fw-bold);
}

.error-404 img {
	max-width: 20em;
	width: 100%;
}

@media (min-width: 48em) {
	.error-404 {
		padding: 14em 0;
	}
	.error-404 img {
		max-width: 34em;
	}
}

@media (min-width: 75em) {
	.error-404 img {
		max-width: 100%;
	}
}

.about-link-section {
	margin-bottom: 6em;
}

.about-links > * {
	display: block;
	font-size: var(--type-size-36);
	font-weight: var(--fw-semibold);
	color: var(--black);
	text-decoration: underline;
}

.about-links > * + * {
	margin-top: 0.5em;
}

@media (min-width: 64em) {
	.about-links > * {
		font-size: var(--type-size-50);
	}
}

.page-contact.page-content > .wrapper {
	margin-bottom: 2em;
}

.contact__title {
	color: var(--black);
	margin-top: 0.433em;
}

.contact__title + * {
	margin-top: 1.5em;
}

.contact__item > p + p {
	margin-top: 0;
}

.contact__item + * {
	margin-top: 1.333em;
}

.contact__item__label {
	color: var(--gray-b);
	font-size: var(--type-size-18);
	text-transform: uppercase;
}

.contact__item__content {
	font-size: var(--type-size-20);
	font-weight: var(--fw-semibold);
	line-height: 1.2;
}

@media (min-width: 31.25em) {
	.contact-item-container {
		display: flex;
		flex-flow: row wrap;
		column-gap: 1em;
		row-gap: 1em;
	}
	.contact-item-container > * {
		min-width: calc(50% - 1em);
	}
}

@media (min-width: 48em) {
	.contact-item-container {
		display: flex;
		flex-flow: column;
		column-gap: 0;
		row-gap: 0;
	}
	.contact-item-container > * {
		min-width: 100%;
	}
}

.home .publications {
	margin-top: 0;
}

.home .focus-areas + section {
	margin-top: 4em;
}

@media (min-width: 48em) {
	.home .blue-item.pad-3 {
		padding: 5em 0;
	}
	.home .focus-areas {
		margin-top: 3.75em;
	}
}

.page-content {
	padding-top: 4em;
}

.page-content .entry-content > p:first-child, .page-content .hero-section__content > p:first-child {
	font-size: var(--type-size-20);
	line-height: 1.25;
}

.page-content .entry-content > p:first-child + *, .page-content .hero-section__content > p:first-child + * {
	margin-top: 1em;
}

.page-content p + .wp-block-columns {
	margin-top: 4em;
}

.page-content p + .wp-block-table {
	margin-top: 2em;
}

.page-content .wp-block-columns .wp-block-column + .wp-block-column {
	margin-top: 2em;
}

.page-content > .wrapper {
	margin-bottom: 4em;
}

.page-content .has-medium-font-size {
	font-size: var(--type-size-24);
}

.page-content .entry-header {
	margin-bottom: 0.5rem;
}

@media (min-width: 31.25em) {
	.page-content .entry-content > p:first-child {
		font-size: var(--type-size-36);
	}
	.page-content .wp-block-columns .wp-block-column + .wp-block-column {
		margin-top: 0;
	}
	.page-content > .wrapper {
		margin-bottom: 6em;
	}
}

body.search .hero-section {
	margin-top: 0;
	padding: 6em 0 3em 0;
}

body.search .search-results-container {
	margin: 3em 0 6em 0;
	min-height: 15em;
}

body.search .search-form {
	display: flex;
}

body.search .search-form button[type="submit"] {
	border: 4px solid var(--gray-a);
	border-left: none;
	background: var(--white);
	padding: 0 0.8rem;
	color: var(--gray-a);
	cursor: pointer;
	transition: background-color 0.2s ease;
}

body.search .search-form button[type="submit"] svg {
	position: relative;
	top: 0.2em;
	transform: scale(1);
	transition: transform 0.1s ease;
}

body.search .search-form button[type="submit"]:hover, body.search .search-form button[type="submit"]:focus {
	background: var(--gray);
}

body.search .search-form button[type="submit"]:hover svg, body.search .search-form button[type="submit"]:focus svg {
	transform: scale(1.1);
}

body.search .search-form > label {
	width: 100%;
	max-width: 55.25em;
}

body.search .search-count {
	font-size: var(--type-size-18);
}

body.search .search-result-item {
	padding: 0;
}

body.search .search-result-item__title {
	font-size: var(--type-size-28);
	font-weight: var(--fw-semibold);
	color: var(--black);
	margin-bottom: 1rem;
}

body.search .search-result-item__title a {
	text-decoration: underline;
}

body.search .search-result-item + .search-result-item {
	margin-top: 3em;
}

body.search .col-4 {
	width: 25%;
}

body.search .col-3f {
	width: calc(75% - 1em);
	margin: 0 0 0 1em;
}

.no-results-text {
	color: var(--gray-a);
}

@media (min-width: 48em) {
	body.search .search-results .hero-section {
		padding: 9em 0 6em 0;
	}
	body.search .search-results-container {
		margin: 6em 0 8em 0;
		min-height: 20em;
	}
	body.search .col-3f {
		width: calc(75% - 2em);
	}
}

/* Wrapper
--------------------------------------------- */
.wrapper {
	padding: 0 1.875em;
	max-width: var(--wrap-lrg);
	margin: 0 auto;
}

.wrapper.wrapper-sm {
	max-width: var(--wrap-sm);
}

.wrapper.wrapper-content {
	max-width: var(--wrap-content);
}

.wrapper.wrapper-med {
	max-width: calc(var(--wrap-med) + 3.75em);
}

.wrapper.wrapper-nopad {
	padding: 0;
}

@media (min-width: 101.25em) {
	.wrapper {
		padding: 0;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* flickity
--------------------------------------------- */
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: 0;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-button {
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: #fff;
	cursor: pointer;
}

.flickity-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: .6;
}

.flickity-button:disabled {
	opacity: .3;
	cursor: auto;
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

.mobile-carousel:after {
	content: 'flickity';
	display: none;
	/* hide :after */
}

@media (min-width: 48em) {
	/* disable Flickity for large devices */
	.mobile-carousel:after {
		content: '';
	}
}

.carousel-cell {
	width: 100%;
	min-height: 400px;
	margin-right: 1em;
}

.carousel-cell-image {
	display: block;
	max-height: 100%;
	margin: 0 auto;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
	opacity: 1;
}

.flickity-button {
	top: 22px;
	right: 0;
	background: #0084A9;
	border-radius: 0;
	padding: 0;
	transition: background 0.2s ease;
}

.flickity-button svg {
	fill: #ffffff;
}

.flickity-button:hover {
	background: #00557A;
}

.flickity-button:before, .flickity-button:after {
	display: none;
}

.flickity-button:disabled {
	background: #ffffff;
	opacity: 0.75;
}

.flickity-button:disabled svg {
	display: none;
}

.flickity-prev-next-button.next {
	right: 0;
}

.flickity-prev-next-button.previous {
	left: unset;
	right: 44px;
}

@media (min-width: 48em) {
	.flickity-prev-next-button {
		top: 35px;
		width: 70px;
		height: 70px;
	}
	.flickity-prev-next-button.previous {
		right: 70px;
	}
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
header {
	line-height: 1;
	position: relative;
}

.main-navigation {
	padding-left: 0;
	padding-right: 0;
	background-color: var(--white);
}

.main-navigation .nav-row {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.main-navigation .nav-row:first-child {
	background-color: var(--white);
}

.main-navigation .nav-menu {
	padding: 2em 0;
}

.main-navigation .nav-logo {
	font-size: 0;
	position: relative;
	bottom: -1px;
}

.main-navigation .nav-logo a {
	line-height: 1;
	padding: 0;
}

.main-navigation .nav-logo img {
	display: block;
}

.main-navigation .menu-toggle {
	padding-right: 0.33em;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding: 0;
}

.main-navigation li + li {
	margin-top: 1.875em;
}

.main-navigation li .btn--toggle {
	border: none;
	position: absolute;
	top: 0.55em;
	right: 0.7em;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
	font-weight: var(--fw-bold);
	font-size: var(--type-size-24);
	color: var(--gray-c);
	padding: 0 1.6875rem;
	transition: margin 0.4s ease;
}

.main-navigation .menu-item-object-custom {
	padding: 0 1.6875rem;
}

.main-navigation .menu-item-object-custom a {
	background: var(--blue);
	font-weight: var(--fw-semibold);
	font-size: var(--type-size-18);
	color: var(--white);
	display: inline-block;
	padding: 0.5rem 1rem 0.6rem;
	transition: background-color 0.25s ease;
}

.main-navigation .menu-item-object-custom a:after {
	display: none;
}

.main-navigation .menu-item-object-custom a:hover {
	background-color: var(--blue-a);
}

.main-navigation .menu-primary-container {
	opacity: 0;
	background: var(--white);
	transition: opacity 0.3s ease-in-out;
}

.main-navigation .sub-menu {
	background-color: var(--blue);
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.4s ease-out, opacity 0.2s ease-out;
}

.main-navigation .sub-menu * {
	color: var(--white);
}

.main-navigation .sub-menu li:first-child {
	margin-top: 1em;
}

.main-navigation .sub-menu li:last-child {
	margin-bottom: 2em;
}

.main-navigation .open .sub-menu {
	max-height: 600px;
	opacity: 1;
}

.main-navigation .open > a {
	margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
	.toggled .menu-primary-container {
		padding-top: 5.625em;
		opacity: 1;
		position: fixed;
		z-index: 9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: scroll;
	}
	.no-scroll {
		overflow: hidden;
	}
	/* Small menu. */
	.menu-toggle {
		display: block;
	}
	.main-navigation.toggled ul {
		display: flex;
		flex-direction: column;
	}
	.main-navigation.toggled ul .menu-item-object-custom {
		order: 7;
	}
	.menu-toggle {
		height: 50px;
		line-height: 0;
	}
	.menu-toggle .group-menu {
		fill: #0084A9;
		pointer-events: all;
		cursor: pointer;
	}
	.menu-toggle .group-menu .bar {
		opacity: 1;
		transform: rotate(0) translateY(0) translateX(0);
		transform-origin: 20px 10px;
		transition: transform 0.25s ease-in-out, opacity 0.1s ease-in-out;
	}
	.menu-toggle .group-menu .bar:nth-of-type(1) {
		transform-origin: 20px 10px;
	}
	.menu-toggle .group-menu .bar:nth-of-type(3) {
		transform-origin: 20px 20px;
	}
	.menu-toggle .group-menu:hover .bar:nth-child(1), .menu-toggle .group-menu:focus .bar:nth-child(1) {
		transform: rotate(0) translateY(-0.1em) translateX(0);
	}
	.menu-toggle .group-menu:hover .bar:nth-child(3), .menu-toggle .group-menu:focus .bar:nth-child(3) {
		transform: rotate(0) translateY(0.1em) translateX(0);
	}
	.menu-toggle[aria-expanded="true"] .group-menu .bar:nth-of-type(1) {
		transform: rotate(-45deg) translateY(0) translateX(0);
	}
	.menu-toggle[aria-expanded="true"] .group-menu .bar:nth-of-type(2) {
		opacity: 0;
	}
	.menu-toggle[aria-expanded="true"] .group-menu .bar:nth-of-type(3) {
		transform: rotate(45deg) translateY(0em) translateX(0em);
	}
}

@media (min-width: 48em) {
	.menu-toggle, .nav-menu .btn--toggle {
		display: none;
	}
	.main-navigation {
		padding-right: 0;
	}
	.main-navigation .menu-primary-container {
		width: 100%;
		opacity: 1;
		position: static;
		padding: 0;
	}
	.main-navigation .menu-item-object-custom {
		padding-right: 0;
	}
	.main-navigation .menu-item-object-custom a {
		font-size: var(--type-size-14);
	}
	.main-navigation a {
		text-align: center;
		font-size: var(--type-size-14);
		font-weight: var(--fw-semibold);
		position: relative;
		padding: 0;
	}
	.main-navigation a:after {
		content: '';
		display: inline-block;
		width: 0;
		height: 4px;
		background-color: var(--orange);
		position: absolute;
		bottom: -0.52em;
		left: 50%;
		transform: translateX(-50%);
		transition: width 0.25s ease-out;
	}
	.main-navigation a:hover:after {
		width: 95%;
	}
	.main-navigation a[aria-current="page"]:after {
		width: 100%;
	}
	.main-navigation .current-page-ancestor a:after {
		width: 100%;
	}
	.main-navigation .nav-logo {
		bottom: 0;
	}
	.main-navigation .nav-logo a:after {
		display: none;
	}
	.main-navigation li + li {
		padding: 0;
		margin: 0 0 0 1em;
	}
	.main-navigation .nav-menu {
		padding: 1em 1.875em;
		display: flex;
		justify-content: space-between;
		position: static !important;
	}
	.main-navigation .menu-item-object-custom {
		position: absolute;
		top: 0;
		right: 0;
	}
	.main-navigation .current_page_parent > a:after {
		width: 100%;
	}
	.single-publications .menu-item-69 a:after {
		width: 100%;
	}
}

@media screen and (min-width: 64em) {
	.nav-active {
		padding-top: 6.3rem;
	}
	#masthead {
		top: 0;
		transition: top 0.2s ease;
	}
	.logged-in #masthead {
		margin-top: 32px;
	}
	#masthead.sticky {
		position: fixed;
		width: 100%;
		background: #ffffff;
		z-index: 100;
	}
	#masthead.sticky .main-navigation {
		display: flex;
	}
	.main-navigation {
		display: flex;
	}
	.main-navigation .nav-logo img {
		min-width: 15.688rem;
	}
	.main-navigation .nav-menu {
		padding-top: 2.9em;
		padding-bottom: 0;
	}
	.main-navigation .menu-item-object-custom a {
		font-size: var(--type-size-18);
	}
}

@media screen and (min-width: 75em) {
	.main-navigation .nav-logo img {
		min-width: 20rem;
	}
	.main-navigation .menu-item-object-custom a {
		font-size: var(--type-size-18);
	}
	.main-navigation .nav-menu {
		padding-top: 4em;
	}
}

@media screen and (min-width: 90rem) {
	.main-navigation .nav-logo img {
		padding: 1rem;
	}
	.main-navigation a {
		font-size: var(--type-size-20);
	}
	.main-navigation .menu-primary-container {
		position: relative;
	}
	.main-navigation .nav-menu {
		padding: 4.3em 2em 0 0;
		justify-content: flex-end;
	}
	.main-navigation .nav-menu li + li {
		margin: 0 0 0 3em;
	}
	.main-navigation .menu-item-object-custom {
		padding-right: 1.6875rem;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.astm-search-menu .is-form-style button.is-search-submit:before, .astm-search-menu .is-form-style button.is-search-submit:after {
	display: none;
}

.astm-search-menu .is-form-style button.is-search-submit .is-search-icon {
	background: none;
	border: none;
	padding: 0 0 0 0.6em;
}

.astm-search-menu .is-form-style.is-dropdown form {
	transition: none;
}

.astm-search-menu.is-menu.is-dropdown form[style="display: block;"] + .search-close {
	display: none;
}

@media (max-width: 767px) {
	.astm-search-menu.is-menu {
		display: flex;
		padding: 0 1.6875rem;
	}
	.astm-search-menu.is-menu [aria-label="Search Icon Link"] {
		display: none;
	}
	.astm-search-menu.is-menu.is-dropdown form {
		display: block !important;
		position: relative;
		width: 100%;
	}
	.astm-search-menu.is-menu.is-dropdown form input.is-search-input {
		border: 2px solid #666666 !important;
		padding: 1.3rem 1rem;
	}
	.astm-search-menu.is-menu .is-form-style button.is-search-submit .is-search-icon svg {
		width: 31px;
		position: relative;
		left: 3px;
		top: -5px;
	}
}

@media (min-width: 48em) {
	.astm-search-menu.is-menu {
		position: static;
	}
	.astm-search-menu.is-menu.is-dropdown form {
		top: 3.433em;
		background: #ffffff;
		padding: 0 !important;
		height: 3.2333333em;
		max-width: 100%;
		width: 100%;
	}
	.astm-search-menu.is-menu.is-dropdown form.is-form-style.is-form-style-3 label {
		width: calc(100% - 55px) !important;
	}
	.astm-search-menu.is-menu.is-dropdown form label {
		padding: 0.2em 1em;
	}
	.astm-search-menu.is-menu.is-dropdown form label input.is-search-input {
		border: 4px solid #666666 !important;
		padding: 1rem;
	}
	.astm-search-menu.is-menu .is-form-style button.is-search-submit .is-search-icon svg {
		position: relative;
		left: -4.3px;
		top: 0.4px;
		transform: scale(1.11);
	}
}

@media screen and (min-width: 64em) {
	.astm-search-menu.is-menu.is-dropdown form {
		top: 2.533em;
		width: calc(100% - 16rem);
		height: auto;
	}
	.astm-search-menu.is-menu.is-dropdown form.is-form-style.is-form-style-3 label {
		width: calc(100% - 55px) !important;
	}
	.astm-search-menu.is-menu.is-dropdown form label {
		padding: 0 1rem;
	}
	.astm-search-menu.is-menu.is-dropdown form label input.is-search-input {
		padding: 0.8rem;
	}
}

@media screen and (min-width: 75em) {
	.astm-search-menu.is-menu.is-dropdown form {
		top: 3.533em;
		width: calc(100% - 20rem);
	}
	.astm-search-menu.is-menu.is-dropdown form.is-form-style.is-form-style-3 label {
		width: calc(100% - 55px) !important;
	}
}

@media screen and (min-width: 90rem) {
	.astm-search-menu.is-menu.is-dropdown form {
		top: 4.033em;
		width: calc(100% - 1rem);
	}
	.astm-search-menu.is-menu .is-form-style button.is-search-submit .is-search-icon svg {
		position: relative;
		left: -6.4px;
		top: 0.4px;
		transform: scale(1.11);
	}
}

.sub-nav-container {
	padding-bottom: 3.333em;
	background: url("./imgs/subnav/focus-area-subnav-bg.svg") no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 4em;
}

.sub-nav-container.nav-apply-for-a-grant, .sub-nav-container.nav-find-grants {
	background: url("./imgs/subnav/grant-sub-nav-bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.sub-nav-container.nav-home {
	display: none;
}

.single-publications .sub-nav-container {
	background: url("./imgs/subnav/publication-header-img.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.error404 .sub-nav-container,
body.search .sub-nav-container {
	display: none;
}

.sub-nav {
	display: none;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.nav-our-focus-areas {
	background-size: cover;
	background-position: center;
}

.nav-our-focus-areas.t-early-childhood {
	background: var(--red-orange);
}

.nav-our-focus-areas.t-public_schools {
	background: var(--darkblue);
}

.nav-our-focus-areas.t-out-of-school-time {
	background: var(--orange);
}

.nav-our-focus-areas.t-families {
	background: var(--blue-c);
}

.nav-our-focus-areas.t-community {
	background: var(--red);
}

@media (min-width: 48em) {
	.sub-nav-container {
		padding-bottom: 3.333em;
		background-color: var(--white);
		min-height: 8em;
	}
	.sub-nav {
		background: var(--blue);
		padding: 1em 1.875em;
	}
	.sub-nav ul {
		display: flex;
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}
	.sub-nav li {
		list-style: none;
	}
	.sub-nav a {
		color: var(--white);
		font-size: var(--type-size-14);
		font-weight: var(--fw-semibold);
		text-decoration: none;
	}
	.sub-nav a:hover {
		text-decoration: underline;
	}
	.sub-nav .current-menu-item a {
		text-decoration: underline;
	}
	.nav-about-us .sub-nav--about {
		display: block;
	}
	.nav-our-focus-areas {
		background: url("./imgs/subnav/focus-area-subnav-bg.svg") no-repeat;
		background-size: cover;
		background-position: center;
	}
	.nav-our-focus-areas .sub-nav--focus-area {
		display: block;
	}
}

@media screen and (min-width: 64em) {
	.sub-nav ul {
		justify-content: center;
	}
	.sub-nav li + li {
		margin-left: 10%;
	}
}

@media screen and (min-width: 75em) {
	.sub-nav-container {
		padding-bottom: 5em;
	}
	.sub-nav {
		padding: 1.5em 1.875em;
	}
	.sub-nav ul {
		justify-content: space-evenly;
		max-width: var(--wrap-lrg);
		margin: 0 auto;
	}
	.sub-nav li + li {
		margin-left: 0;
	}
	.sub-nav a {
		font-size: var(--type-size-24);
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.entry-header + .page-content,
.entry-header + .entry-content,
.entry-header + .entry-summary {
	margin-top: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.wp-caption-text {
	padding: 1em;
}

@media (min-width: 48em) {
	.wp-caption {
		position: relative;
	}
	.wp-caption .wp-caption-text {
		margin: 0;
		position: absolute;
		bottom: 2.5rem;
		left: 2.5rem;
		background-color: rgba(255, 255, 255, 0.75);
		max-width: 25.0625em;
		text-align: left;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* components
--------------------------------------------- */
.card {
	position: relative;
	margin-top: 2em;
	max-width: 26.6875em;
	background: var(--white);
}

.card img {
	width: 100%;
}

.card__content {
	padding: 1em;
}

.collapsible {
	background-color: var(--blue-b);
	padding: 1em 4em 1em 1em;
	position: relative;
}

.collapsible .btn--toggle {
	position: absolute;
	top: 0.85em;
	right: 1em;
	border: none;
	background-color: transparent;
	padding: 0.55em;
}

.collapsible .btn--toggle:hover {
	background-color: transparent;
}

.collapsible__label {
	font-size: var(--type-size-20);
	font-weight: var(--fw-bold);
	color: var(--gray-b);
}

.collapsible__content {
	overflow: hidden;
	max-height: 0;
	margin-top: 0;
	opacity: 0;
	transition: max-height 0.5s ease, margin-top 0.5s ease, opacity 0.25s ease;
}

.collapsible.open .collapsible__content {
	opacity: 1;
	margin-top: 0.5em;
	max-height: 400px;
}

.collapsible + * {
	margin-top: 1em;
}

/* 
    Featured scroll block is a custom component found on the home page that reviels content on scroll

*/
.featured-scroll .section-title {
	padding-bottom: 0;
}

.scroll-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 2.25em;
}

.scroll-block__content {
	margin-top: 1em;
	font-size: var(--type-size-20);
	line-height: 1.25;
}

@media (min-width: 48em) {
	.featured-scroll__title {
		text-align: center;
	}
	.featured-scroll__title .section-title {
		padding-top: 0;
	}
	.scroll-block {
		flex-direction: row-reverse;
	}
	.scroll-block > * {
		width: 50%;
	}
	.scroll-block__content {
		margin-top: 0;
		padding: 0 1em;
		display: flex;
		align-items: center;
	}
}

@media (min-width: 75em) {
	.featured-scroll {
		font-size: 0.8em;
		margin-top: 0;
		position: relative;
		overflow: hidden;
	}
	.featured-scroll .wrapper {
		max-width: 100%;
		padding-right: 0;
	}
	.featured-scroll + section {
		margin-top: 0;
	}
	.featured-scroll .featured-scroll__title {
		min-width: 22em;
		text-align: left;
		padding-top: 6em;
	}
	.featured-scroll .featured-scroll__title > * {
		padding: 0;
	}
	.featured-scroll-container {
		overflow: hidden;
		display: flex;
		flex-direction: row;
		height: 40em;
	}
	.featured-scroll-title-container {
		max-width: 21em;
	}
	.scroll-block-container {
		width: 100%;
	}
	.scroll-block-container.is-visible {
		position: absolute;
		right: 0;
		margin-top: 0;
		height: 40em;
		width: calc(100% - 22.888em);
	}
	.scroll-block-container.is-visible.done .scroll-block__content {
		color: var(--gray-a);
	}
	.scroll-block-container.is-visible .scroll-block__image {
		opacity: 1;
	}
	.featured-scroll-blocks {
		width: 100%;
	}
	.scroll-block {
		display: flex;
		justify-content: flex-start;
	}
	.scroll-block__content {
		width: 34%;
		padding-top: 5.2rem;
		align-items: flex-start;
		font-size: var(--type-size-28);
		color: var(--gray-c);
		transition: color 0.3s ease-out;
		display: none;
	}
	.scroll-block__image {
		height: 40em;
		position: relative;
		width: calc(100% - 34%);
		opacity: 0;
		transition: opacity 0.25s ease-out;
	}
	.scroll-block__image img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.scroll-block:first-child {
		margin-top: 0;
	}
	.scroll-block.scroll-block-2 .scroll-block__content {
		padding-top: 9.5em;
	}
	.scroll-block.scroll-block-3 .scroll-block__content {
		padding-top: 15.2em;
	}
}

@media (min-width: 101.25em) {
	.featured-scroll {
		margin: 4em;
	}
	.wrapper.featured-scroll-container {
		padding: 0;
		max-width: 120em;
	}
	.scroll-block__content {
		width: 27rem;
	}
	.scroll-block__image {
		height: 40em;
		position: relative;
		width: calc(100% - 27rem);
	}
	.featured-scroll-blocks {
		position: relative;
	}
	.scroll-block-container.is-visible {
		right: 0;
		width: 100%;
		margin-top: 0;
	}
	.scroll-block-container.is-visible.done .scroll-block__content {
		color: var(--gray-a);
	}
}

@media (min-width: 75em) and (min-height: 400px) {
	.scroll-block-container-3 {
		margin-top: -300px;
	}
	.scroll-block-container-3.is-animating {
		margin-top: 0;
	}
}

@media (min-width: 75em) and (min-height: 1030px) {
	.scroll-block-container-2 {
		margin-top: 200px;
	}
	.scroll-block-container-2.is-animating {
		margin-top: 0;
	}
	.scroll-block-container-3 {
		margin-top: -200px;
	}
	.scroll-block-container-3.is-animating {
		margin-top: 0;
	}
}

.focus-areas .hero__title {
	font-weight: var(--fw-bold);
}

.focus-areas--list {
	margin-bottom: 8em;
}

.footer-logo {
	margin-top: 2.5em;
}

.focus-area-block-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0;
}

.focus-area-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1em var(--blue) solid;
	padding: 2em 1em;
	margin: 2em 0.625em 0;
	width: 100%;
	max-width: 25.75em;
	text-align: center;
}

.focus-area-block__title {
	font-size: var(--type-size-44);
	color: #333333;
}

.focus-area-block__cta {
	font-size: var(--type-size-24);
	text-decoration: underline;
	color: var(--blue);
	display: block;
	margin-top: 1em;
}

.focus-area-block img {
	display: none;
}

.focus-area-block--hero {
	max-width: 100%;
	margin: 0;
	border: none;
	position: relative;
}

.focus-area-block--hero img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.focus-area-block[class*="t-"] {
	background: #ffffff;
	width: calc(100% - 3.75em);
}

.focus-area-block[class*="t-"] > * {
	color: var(--gray-c);
}

.focus-area-item {
	max-width: 30em;
	margin: 0 auto;
}

.focus-area-item > * + * {
	margin-top: 1em;
}

.focus-area-item + .focus-area-item {
	margin-top: 4em;
}

@media (min-width: 30em) {
	.focus-area-item__content {
		padding: 0 2em;
	}
}

@media (min-width: 48em) {
	.focus-areas .hero__title {
		padding: 0;
	}
	.focus-area-block-container {
		padding: 0 1.875em;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
	}
	.focus-area-block {
		position: relative;
		overflow: hidden;
		padding: 0;
		margin: 1em;
		min-height: 26.75em;
		width: 100%;
		max-width: calc(50% - 2em);
		border: none;
	}
	.focus-area-block[class*="t-"] {
		background: var(--black);
	}
	.focus-area-block[class*="t-"] > * {
		color: var(--white);
	}
	.focus-area-block__title {
		position: relative;
		z-index: 2;
		padding: 2rem;
	}
	.focus-area-block__content {
		background-color: var(--white);
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		z-index: 2;
		width: calc(100% - 2.8em);
		top: 0;
		bottom: 0;
		margin: 1.4em;
		padding: 1em;
		opacity: 0;
		transform: translateY(1em);
		transition: opacity 0.3s ease-out, transform 0.3s ease-out;
	}
	.focus-area-block__content > p {
		color: var(--black);
		font-size: var(--type-size-18);
		font-weight: var(--fw-semibold);
	}
	.focus-area-block__cta {
		display: none;
	}
	.focus-area-block img {
		display: block;
		position: absolute;
		object-fit: cover;
		width: 100%;
		height: 100%;
		z-index: 1;
		transition: transform 0.25s ease-out, opacity 0.25s ease-out;
	}
	.focus-area-block:hover .focus-area-block__content {
		opacity: 1;
		transform: translateY(0);
	}
	.focus-area-block--hero:hover img {
		transform: scale(1);
		opacity: 1;
	}
	.focus-area-item {
		max-width: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.focus-area-item__img {
		max-width: 345px;
		width: 100%;
	}
	.focus-area-item__content {
		width: 100%;
		margin: 0 0 0 2em;
		padding: 0;
		align-self: flex-end;
		padding-bottom: 0.333em;
	}
	.focus-area-item__content p {
		font-size: var(--type-size-20);
	}
	.focus-areas--list {
		margin-bottom: 6em;
	}
}

@media (min-width: 64em) {
	.focus-area-block {
		max-width: calc(33% - 2em);
	}
}

.site-footer .footer-block {
	margin-top: 2em;
}

.site-footer .footer-block a:hover {
	text-decoration: underline;
}

.site-footer .footer-block h5 {
	color: #00557A;
	font-size: var(--type-size-28);
}

.site-footer .footer-block:first-child a, .site-footer .footer-block:nth-child(2) a {
	font-size: var(--type-size-20);
}

.site-footer .footer-block p {
	margin: 1em 0 0 0;
}

.site-footer .footer-block p + p {
	margin: 0.5em 0 0 0;
}

.site-footer .footer-block .address {
	margin: 1em 0 0.5em 0;
	font-size: var(--type-size-18);
	font-style: normal;
}

.site-footer .copyright {
	margin-bottom: 2.5em;
	font-size: var(--type-size-14);
}

.site-footer .copyright__year {
	font-weight: var(--fw-bold);
}

.site-footer .copyright a + a {
	margin-left: 0.5em;
}

.footer-logo {
	position: relative;
	left: -1.875em;
}

.back-to-top {
	margin-top: 2rem;
}

.back-to-top a span svg {
	height: 11px;
	width: 20px;
	transform: rotate(180deg) translateY(-1px) scale(0.7);
	transition: transform 0.2s ease;
}

.back-to-top a:hover {
	color: var(--blue-c);
}

.back-to-top a:hover svg {
	transform: rotate(180deg) translateY(2px) scale(0.7);
}

.back-to-top + .footer-logo {
	margin-top: 1rem;
}

.footer-border {
	background-color: #F8971D;
}

.footer-border .wrapper {
	height: 2.8125em;
	position: relative;
}

.footer-border--orange {
	background-image: url("./imgs/footer/footer-bg-orange.svg");
	background-size: 190%;
	background-repeat: no-repeat;
	background-position: 3% center;
}

.footer-border--blue {
	background-color: #0084A9;
	background-image: url("./imgs/footer/footer-bg-blue.svg");
	background-size: 190%;
	background-repeat: no-repeat;
	background-position: 3% center;
}

.footer-border .footer-border-image {
	position: absolute;
	left: 1.875em;
	bottom: 0;
	max-width: 6.5625em;
}

.footer-border .footer-border-image--4 {
	bottom: -7px;
}

@media (min-width: 48em) {
	.site-footer .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
	}
	.site-footer .container .footer-block {
		max-width: 16em;
		margin-top: 0;
	}
	.site-footer .container .footer-block:first-child {
		margin-right: 6em;
	}
	.site-footer .container .footer-block:last-child {
		min-width: 100%;
		margin-top: 2em;
	}
	.site-footer .container .footer-block.copyright {
		display: flex;
		flex-wrap: wrap;
	}
	.site-footer .container .footer-block.copyright p {
		display: inline-block;
		width: auto;
		margin: 0 2rem 0 0;
	}
	.site-footer .container .footer-block.copyright p + p {
		margin: 0 1rem 0 0;
	}
	.site-footer .container .footer-block.copyright p:first-child {
		width: 100%;
	}
	.footer-row {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
	.footer-logo {
		left: 0;
		width: 37.0625em;
		padding: 2em;
	}
	.footer-logo svg {
		transform: scale(2) translate(3.5em, 0);
	}
	.footer-border .wrapper {
		height: 6.25em;
	}
	.footer-border--orange {
		background-size: cover;
		background-position: center;
	}
	.footer-border--blue {
		background-size: cover;
		background-position: center;
	}
	.footer-border .footer-border-image {
		left: 1.875em;
		bottom: 0;
		max-width: 14.625em;
	}
	.footer-border .footer-border-image--4 {
		bottom: -13px;
	}
}

.grants {
	margin-top: 0;
	padding-bottom: 4em;
}

.grants__title {
	padding: 3em 1.875em;
	max-width: var(--wrap-lrg);
	margin: 0 auto;
}

.grants__title + .grants__container {
	margin-top: 2.5em;
}

.grants__container {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.grant-item {
	position: relative;
	max-width: 30em;
	width: 100%;
}

.grant-item__content {
	padding: 1em 1em 4em 1em;
	border: 4px solid var(--gray);
	border-bottom: none;
	height: 100%;
}

.grant-item__title {
	color: var(--black);
	font-size: var(--type-size-28);
	font-weight: var(--fw-semibold);
}

.grant-item__cat {
	display: block;
	font-weight: var(--fw-bold);
	text-transform: uppercase;
}

.grant-item__cat + * {
	margin-top: 0.5rem;
}

.grant-item a.grant-item__title {
	text-decoration: underline;
}

.grant-item__data {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	top: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 4px solid var(--gray);
	background-color: var(--white);
}

.grant-item__data .data-item {
	font-size: var(--type-size-14);
	font-weight: var(--fw-bold);
	padding: 0.5em 1em;
	text-transform: uppercase;
}

.grant-item__data__tray {
	max-height: 0;
	overflow: hidden;
	width: 100%;
	transition: max-height 0.25s ease-out;
}

.grant-item__data__tray p {
	margin: 0;
}

.grant-item__data__tray > *:last-child {
	margin-bottom: 0.5em;
}

.grant-item__data__tray hr {
	height: 1px;
	margin: 0.45rem 0;
}

.grant-item__data__tray__labels {
	padding: 0 1rem;
	font-size: var(--type-size-14);
	color: var(--gray-b);
	margin-top: -0.2rem;
}

.grant-item__data__tray__labels--bold {
	margin-top: 0;
	color: var(--gray-c);
	font-weight: var(--fw-bold);
}

.grant-item__data__tray .data-item {
	text-transform: none;
}

.grant-item__data .btn--toggle {
	position: absolute;
	top: -4px;
	right: -4px;
	height: 2.1em;
	background: var(--orange);
}

.grant-item__data .btn--toggle svg {
	transform: translate(-50%, -55%) rotate(0);
}

.grant-item__data .btn--toggle:focus, .grant-item__data .btn--toggle:hover {
	background: var(--orange);
}

.grant-item__data .icon-down-arrow--earlychildhood {
	display: none;
}

.grant-item__data.js-toggle-container.open {
	z-index: 4;
}

.grant-item__data.js-toggle-container.open .grant-item__data__tray {
	max-height: 600px;
}

.grant-item__data.js-toggle-container.open .btn--toggle {
	background: var(--white);
}

.grant-item__data.js-toggle-container.open .btn--toggle .icon-down-arrow {
	display: none;
}

.grant-item__data.js-toggle-container.open .btn--toggle .icon-down-arrow.icon-down-arrow--earlychildhood {
	display: inline-block;
}

.grant-item__data.js-toggle-container.open .btn--toggle svg {
	transform: translate(-50%, -65%) rotate(180deg);
}

.grant-item + .grant-item {
	margin: 6em 0 0;
}

.grant-item.Public_Schools .btn--toggle, .grant-item.Public_Schools_Building .btn--toggle {
	border-color: #00557A;
	background-color: #00557A;
}

.grant-item.Public_Schools .btn--toggle:hover, .grant-item.Public_Schools_Building .btn--toggle:hover {
	background: #ffffff;
}

.grant-item.Public_Schools .btn--toggle:hover .icon-down-arrow--earlychildhood, .grant-item.Public_Schools_Building .btn--toggle:hover .icon-down-arrow--earlychildhood {
	display: inline-block;
}

.grant-item.Public_Schools .grant-item__data, .grant-item.Public_Schools_Building .grant-item__data {
	border-color: #00557A;
}

.grant-item.Public_Schools .grant-item__cat, .grant-item.Public_Schools_Building .grant-item__cat {
	color: #00557A;
}

.grant-item.Community .btn--toggle {
	border-color: #B51A1A;
	background-color: #B51A1A;
}

.grant-item.Community .btn--toggle:hover {
	background: #ffffff;
}

.grant-item.Community .btn--toggle:hover .icon-down-arrow--earlychildhood {
	display: inline-block;
}

.grant-item.Community .grant-item__data {
	border-color: #B51A1A;
}

.grant-item.Community .grant-item__cat {
	color: #B51A1A;
}

.grant-item.Out-of-School_Time .btn--toggle {
	border-color: #F8971D;
	background-color: #F8971D;
}

.grant-item.Out-of-School_Time .btn--toggle:hover {
	background: #ffffff;
}

.grant-item.Out-of-School_Time .btn--toggle:hover .icon-down-arrow--earlychildhood {
	display: inline-block;
}

.grant-item.Out-of-School_Time .grant-item__data {
	border-color: #F8971D;
}

.grant-item.Out-of-School_Time .grant-item__cat {
	color: #F8971D;
}

.grant-item.Early_Childhood .btn--toggle {
	border-color: #FF5E06;
	background-color: #FF5E06;
}

.grant-item.Early_Childhood .btn--toggle:hover {
	background: #ffffff;
}

.grant-item.Early_Childhood .btn--toggle:hover .icon-down-arrow--earlychildhood {
	display: inline-block;
}

.grant-item.Early_Childhood .icon-down-arrow--earlychildhood {
	display: inline-block;
}

.grant-item.Early_Childhood .grant-item__data {
	border-color: #FF5E06;
}

.grant-item.Early_Childhood .grant-item__cat {
	color: #FF5E06;
}

.grant-item.Families .btn--toggle {
	border-color: #0084A9;
	background-color: #0084A9;
}

.grant-item.Families .btn--toggle:hover {
	background: #ffffff;
}

.grant-item.Families .btn--toggle:hover .icon-down-arrow--earlychildhood {
	display: inline-block;
}

.grant-item.Families .grant-item__data {
	border-color: #0084A9;
}

.grant-item.Families .grant-item__cat {
	color: #0084A9;
}

.load-more {
	width: 100%;
}

.grant-no-result + load-more {
	display: none;
}

@media (min-width: 48em) {
	.focus-areas-template-default .grants__container {
		flex-flow: row wrap;
		align-items: stretch;
		max-width: 65em;
	}
	.focus-areas-template-default .grants__container > * {
		width: 48%;
		margin: 0 1% 4em 1%;
		min-height: 12em;
	}
}

@media (min-width: 64em) {
	.focus-areas-template-default .grants__container {
		max-width: var(--wrap-lrg);
	}
	.grants {
		margin-top: 4em;
	}
	.grants__container {
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
	}
	.grants__container > .grant-item {
		width: 48%;
		margin: 0 1% 4em 1%;
		min-height: 12em;
	}
	.grants__container > .grant-item .grant-item__content {
		padding: 1em;
	}
	.grants #grants-search-form {
		padding-right: 2em;
	}
	.grants #grants-search-form > label + label, .grants #grants-search-form > fieldset {
		margin-top: 2em;
	}
}

@media (min-width: 75em) {
	.grants--3col .grants__container > .grant-item {
		width: 32%;
	}
	.grants--3col .grants__container > .grant-item:first-child, .grants--3col .grants__container > .grant-item:nth-child(3n+4) {
		margin-left: 0;
	}
	.grants--3col .grants__container > .grant-item:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media (min-width: 90em) {
	.grants__container {
		padding: 0;
	}
}

.hero {
	position: relative;
}

.hero .object-fit {
	position: absolute;
	z-index: 1;
}

.hero__title {
	color: #ffffff;
	padding: 1em 0;
	position: relative;
	z-index: 2;
}

.hero-section {
	margin-top: 4em;
}

.hero-section + section {
	margin-top: 4em;
}

.hero-section__content {
	font-size: var(--type-size-20);
}

.lead-text {
	font-size: var(--type-size-36);
	font-weight: var(--fw-semibold);
	margin-top: 0.5em;
	color: var(--blue);
	line-height: 1.2;
}

.lead-text > * {
	margin-bottom: 1rem;
}

.lead-text + * {
	margin-top: 0.75em;
}

@media (min-width: 64em) {
	.hero-section {
		margin-top: 4em;
	}
	.hero__title {
		padding: 7.5rem 0;
	}
	.hero .wrapper {
		padding-left: 8.5625em;
		padding-right: 8.5625em;
	}
}

.more-content {
	margin-bottom: -4em;
	padding: 4em 0 8em;
}

@media (min-width: 48em) and (max-width: 64em) {
	.more-content > .row .section-title {
		margin-bottom: 2em;
	}
	.more-content > .row > [class*="col-"] {
		width: calc(100% - 1em);
	}
	.more-content > .row > [class*="col-"] + [class*="col-"] {
		margin-top: 4em;
	}
	.more-content > .row > [class*="col-"] > .row {
		flex-flow: row wrap;
		row-gap: 1em;
	}
	.more-content > .row > [class*="col-"] > .row > * {
		width: calc(48% - 1em);
		margin: 0 0 1em 0;
	}
	.more-content .card + .card {
		margin-left: 1em;
	}
}

@media (min-width: 64em) {
	.more-content .section-title > * {
		font-size: var(--type-size-36);
	}
	.more-content > .row {
		flex-flow: row;
	}
	.more-content > .row [class*="col-"] + [class*="col-"] {
		margin-left: 1.5em;
	}
	.more-content > .row .row {
		justify-content: space-between;
	}
	.more-content > .row .col-2t .section-title {
		margin-bottom: 2em;
	}
	.more-content > .row .col-2t .row .publication-item {
		width: calc(50% - 0.8333em);
		margin: 0 0 0.7em 0;
	}
	.more-content .card {
		max-width: 100%;
	}
}

@media (min-width: 90em) {
	.more-content .section-title > * {
		font-size: var(--type-size-60);
	}
}

.profiles-container {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.profile-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
	width: 100%;
}

.profile-item__title {
	font-weight: var(--fw-semibold);
}

.profile-item__description {
	text-transform: uppercase;
	color: var(--black);
	font-weight: var(--fw-bold);
	letter-spacing: 0.7px;
}

.profile-item .card__content {
	padding-bottom: 0.25em;
}

.profile-item .social-icons {
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
	padding: 0 1em 0.5em 1em;
	min-height: 38px;
}

.profile-item .social-icons [class*="icon-"] {
	margin-left: 0.5em;
}

[class*="icon-"] {
	height: 23px;
	width: 23px;
	opacity: 1;
	transition: opacity 0.25s ease;
}

[class*="icon-"]:hover {
	opacity: 0.8;
}

@media (min-width: 31.25em) {
	.profiles.pad-3 {
		padding-bottom: 6em;
	}
	.profiles-container {
		flex-flow: row wrap;
		align-items: stretch;
	}
	.profiles-container > * {
		margin: 0;
		width: calc(50% - 1em);
		margin: 0.5em;
	}
}

@media (min-width: 64em) {
	.profiles-container > * {
		margin: 0.333em;
		width: calc(33.333% - 0.666em);
	}
}

.publications {
	padding: 4em 2.0625em;
}

.publications__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.publications__cta {
	margin-top: 2em;
}

.publication-meta {
	color: var(--black);
	font-size: var(--type-size-24);
	font-weight: var(--fw-semibold);
	margin-top: 0.8rem;
}

.publication-img img {
	display: block;
	margin-bottom: 1em;
}

.publication-content-container + * {
	margin-top: 5em;
}

.publication-item {
	width: 100%;
	outline: 0.84375em solid transparent;
	transition: outline 0.25s ease-out, transform 0.25s ease-out;
	margin: 0.84375em;
}

.publication-item:hover {
	outline: 1.6875em solid var(--orange);
}

.publication-item p {
	color: var(--black);
}

.publication-item .card__image {
	position: relative;
	min-height: 470px;
}

.publication-item .card__image img {
	object-fit: contain;
	height: 100%;
	width: 100%;
	position: absolute;
}

.publication-item .card__content {
	padding-bottom: 2em;
}

.pub-cat {
	text-transform: uppercase;
	font-size: var(--type-size-14);
	letter-spacing: 0.3px;
}

#publication-cat {
	max-width: 341px;
}

.pub-label {
	text-transform: uppercase;
	font-weight: var(--fw-semibold);
	margin-bottom: 0.25rem;
	color: #7F7F7F;
}

.page-publications .entry-title {
	font-size: var(--type-size-44);
}

.page-publications .publications {
	padding-top: 0;
	padding-bottom: 6em;
	margin-bottom: 0;
}

@media (min-width: 48em) {
	.publications__container {
		margin-top: 2em;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
	}
	.publications__container > .publication-item {
		width: 33%;
	}
	.page-publications .entry-title {
		font-size: var(--type-size-56);
	}
	.page-publications .publications {
		padding-top: 0;
	}
	.page-publications .publications__container {
		flex-flow: row wrap;
		justify-content: flex-start;
	}
	.page-publications .publications__container > .publication-item {
		width: calc(50% - 1.7em);
	}
	.publication-item .card__image {
		min-height: 56.6vw;
	}
}

@media (min-width: 64em) {
	.page-publications .entry-title {
		font-size: var(--type-size-94);
	}
	.page-publications .publications__container > .publication-item {
		width: calc(33.33% - 1.7em);
	}
	.publication-item .card__image {
		min-height: 37.8vw;
	}
}

@media (min-width: 1483px) {
	.publication-item .card__image {
		min-height: 554px;
	}
}

.resources-container {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-bottom: 6em;
}

.resource-item {
	padding: 0.5em 0;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.resource-item__title {
	font-size: var(--type-size-24);
}

.resource-item__excerpt {
	font-size: var(--type-size-18);
}

.resource-item__link {
	display: inline-block;
	margin: 0 1em 1em 1em;
}

.resource-item .card__content {
	padding-bottom: 0;
}

@media (min-width: 48em) {
	.resources-container {
		flex-flow: row wrap;
		align-items: stretch;
	}
	.resources-container > * {
		width: calc(50% - 1em);
		max-width: 100%;
		margin: 0.5em;
	}
	.resource-item__title {
		font-size: var(--type-size-28);
	}
	.resource-item__excerpt {
		font-size: var(--type-size-20);
	}
	.resource-item__link {
		font-size: var(--type-size-20);
	}
}

@media (min-width: 64em) {
	.resources-container > * {
		width: calc(33.333% - 1em);
	}
}

.section-title {
	padding: 2em 0;
}

.section-title.bg-blue > * {
	color: var(--white);
}

.two-card-section {
	padding: 2.5em 1em 5em 1em;
}

.two-card-section__title {
	font-weight: var(--fw-semibold);
	color: var(--black);
	font-size: var(--type-size-44);
}

.two-card-section__container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.two-card-section .card {
	padding: 1em 1em 5em 1em;
	width: 100%;
}

.two-card-section .card .btn {
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (min-width: 48em) {
	.two-card-section__container {
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
	}
	.two-card-section__container .card {
		max-width: 35.4375em;
	}
	.two-card-section__container .card + .card {
		margin-left: 1.5em;
	}
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #E5E5E5;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #0084A9;
	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. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.text-center {
	text-align: center;
}

/* General utilies
--------------------------------------------- */
.blue-item {
	background: #0084A9;
}

.blue-item * {
	color: #ffffff;
}

.bg-blue {
	background: var(--blue);
}

.bg-blue-b {
	background: var(--blue-b);
}

.orange-item {
	background: var(--orange);
	border-color: var(--orange);
}

.object-fit {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.pad-3 {
	padding: 3.125em 0;
}

.pad-14 {
	padding: 14em 0;
}

.no-margin {
	margin: 0;
}

.margin-top-4 {
	margin-top: 4em;
}

.margin-top-8 {
	margin-top: 8em;
}

.margin-bottom-4 {
	margin-bottom: 4em;
}

.margin-bottom-8 {
	margin-bottom: 8em;
}

/*--------------------------------------------------------------
# Themes
- This is intended to apply classes to style content to desired color.
--------------------------------------------------------------*/
.t-early-childhood.focus-area-block {
	border-color: var(--red-orange);
}

.t-public_schools.focus-area-block {
	border-color: var(--darkblue);
}

.t-out-of-school-time.focus-area-block {
	border-color: var(--orange);
}

.t-families.focus-area-block {
	border-color: var(--blue);
}

.t-community.focus-area-block {
	border-color: var(--red);
}