/*!
Theme Name: CHFT
Theme URI: https://chft.coop/
Author: Sean Pearce
Author URI: https://chft.coop/
Description: Custom theme for chft.coop
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chft

This theme, like WordPress, is licensed under the GPL.

CHFT 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: -------------------------------------------------------------

# Normalization
# Base
  ## Typography
  ## Elements
  ## Links
  ## Forms
# Layouts
# Components
  ## Navigation
  ## Footer
  ## Posts and pages
  ## Comments
  ## Widgets
  ## Media
  ## Captions
  ## Galleries
# Home page
# Interior pages
  ## Primary content
  ## Sidebar
  ## Staff Directory
  ## Charitable Fund
  ## Diversity Scholarship
  ## Diversity Scholarship form
  ## Co-op Awards
  ## Co-op Cost Cutters
  ## Land Trusts
  ## How to Apply
  ## Government Relations
  ## Job Postings
  ## Find a Co-op
  ## Postings Archive
  ## Black History Month 2021
  ## OCHF template
  ## Award winners template
# Plugins
  ## Jetpack infinite scroll
# Utilities
  ## Accessibility
  ## Alignments


/* -----------------------------------------------------------------------------
 # Normalization ------------------------------------------------------------ */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css     */

/**
 * 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%;
}

/**
 * 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.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/**
 * 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;
}

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* 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: #404040;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.0125em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0;
	font-style: normal;
}

pre {
	background: #eee;
	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 #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* ## Elements -------------------------------------------------------------- */

body {
	background: #999;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

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: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* ## Links ----------------------------------------------------------------- */

a,
a:visited {
	color: #1d76bb;
	transition: color 0.1s;
}

a:hover,
a:focus,
a:active {
	color: #26aae1;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* ## Forms ----------------------------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 1px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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 {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #404040;
	border: 1px solid #ccc;
	border-radius: 1px;
	font-size: 0.9375em;
	padding: 0.3125rem 0.875rem;
}

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 {
	color: #404040;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
	color: rgba(0, 0, 0, 0.5);
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/* -----------------------------------------------------------------------------
 # Layouts ------------------------------------------------------------------ */

.limited-page {
	max-width: 1440px;
	margin: 0 auto;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.limiter {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1em;
}

.page-body {
	background: #fff;
}

/* Fix horizontal margin issue on home page on mobile */
@media screen and (max-width: 82em) {
	.limited-page {
		box-shadow: none;
		overflow: hidden;
	}
}


/* -----------------------------------------------------------------------------
 # Components --------------------------------------------------------------- */

/* ## Navigation ------------------------------------------------------------ */

/* .main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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%;
} */

.site-content {
	padding-top: 8.5em;
}

.site-header {
	height: 8.5em;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	/* prevent flicker in Chrome: */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.site-header .limited-width {
	margin: 0 auto;
	max-width: 1280px;
}

.site-header a,
.site-header a:visited {
	text-decoration: none;
}

.nav-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	background: #fff;
}

.top-nav {
	border-bottom: 0.0625em solid #ccc;
}

.top-nav .limited-width {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.top-nav .left,
.top-nav .right {
	flex: inherit;
	line-height: 2.1875em;
}

.top-nav .left {
	padding-left: 1em;
	display: flex;
	align-items: center;
}

.top-nav .social-link {
	flex: initial;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.75em;
	width: 1.75em;
	border-radius: 50%;
	background: #fff;
}

.top-nav .social-link {
	margin-right: 0.75em;
	color: #999;
	text-decoration: none;
}

.top-nav .social-link .fab {
	font-size: 1em;
}

.top-nav .social-link:hover {
	text-decoration: none;
	color: #fff;
}

.top-nav .social-link.facebook:hover {
	background: #4267b2;
}

.top-nav .social-link.twitter:hover {
	background: #1da1f2;
}

.top-nav .social-link.youtube:hover {
	background: #ff0000;
}

.top-nav .social-link.wordpress:hover {
	background: #0073aa;
}

.top-nav .right {
	padding-right: 1em;
	display: flex;
	align-items: center;
}

.top-nav .contact-link,
.top-nav .directory-link {
	display: flex;
	align-items: center;
	color: #999;
	font-weight: 700;
}

.top-nav .contact-link:hover,
.top-nav .directory-link:hover {
	color: #1d76bb;
	text-decoration: none;
}
.top-nav .contact-link {
	margin-left: 1.5rem;
	font-size: 0.875em;
}

.top-nav .contact-link .fas {
	margin-right: 0.625rem;
}

.top-nav .directory-link {
	font-size: 0.9375em;
}

.top-nav .directory-link .fas {
	margin-left: 0.625rem;
}

.top-nav .divider {
	padding-right: 1.5em;
	margin-right: 1.5em;
	border-right: 0.0625em solid #ccc;
	height: 1.375em;
}

.primary-nav {
	width: 100%;
	height: 6.25em;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 20;
}

.primary-nav.sticky {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	/* prevent flicker in Chrome: */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.primary-nav .limited-width {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.primary-nav .logo-container,
.primary-nav .menu-container {
	position: relative;
	flex: inherit;
	height: 6.25em;
	padding: 0 1.5em;
}

.primary-nav .logo-container {
	float: left;
	flex: 1;
	padding: 0 0 0 1.5em;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.primary-nav .menu-container {
	float: right;
	padding: 0 0.25em 0 0;
}

.primary-nav .logo {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	max-height: 5.5em;
	max-width: 11em;
	margin-left: 1em;
	background-image: url('./img/logo-chft.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.primary-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

.primary-nav .nav-menu {
	padding-left: 1em;
}

.primary-nav .nav-menu > .menu-item {
	display: inline-block;
	position: relative;
	height: 6.25em;
	margin: 0;
	padding: 2.25em 0.75em;
	line-height: 1.75em;
}

.primary-nav .nav-menu > .menu-item.current-menu-item,
.primary-nav .nav-menu > .menu-item.current-menu-ancestor {
	color: #1d76bb;
}

.primary-nav .nav-link-parent {
	display: inline-block;
	margin: auto 0;
	text-decoration: none;
	color: #404040;
	font-size: 0.90625em;
	font-weight: 900;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
}

.primary-nav .menu-item:hover .nav-link-parent {
	color: #1d76bb;
}

.primary-nav .menu-item.current-menu-item .nav-link-parent,
.primary-nav .menu-item.current-menu-parent .nav-link-parent {
	color: #1d76bb;
	border-color: #1d76bb;
}

.primary-nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 999;
}

.primary-nav .menu-item-has-children > .nav-link-parent {
	cursor: default;
}

.primary-nav .menu-item:hover .sub-menu {
	display: block;
}

.primary-nav .sub-menu .menu-item {
	padding: 0;
	width: 12.5em;
	line-height: normal;
	border-right: 0.0417em solid rgba(255, 255, 255, 0.5);
	border-bottom: 0.0417em solid rgba(255, 255, 255, 0.5);
	border-left: 0.0417em solid rgba(255, 255, 255, 0.5);
}

.primary-nav .nav-link-child {
	display: block;
	padding: 0.125em 0.875em 0;
	padding: 0.5em 0.875em;
	background: #1d76bb;
	color: #fff;
	font-size: 0.875em;
	font-weight: 400;
	line-height: 2.25em;
	line-height: 1.4;
	white-space: nowrap;
	white-space: normal;
}

.primary-nav .current-menu-item > .nav-link-child,
.primary-nav .nav-link-child:hover {
	background: #26aae1;
}

.nav-menu-toggle {
	display: none;
	position: absolute;
	top: 3em;
	right: 1em;
	height: 2.5em;
	width: 2.5em;
	margin-top: -1.25em;
	background-color: #fff;
	color: #1d76bb;
	outline: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	border: none;
	font-size: 1em;
	padding: 0;
}

.nav-menu-toggle i {
	font-size: 1.375em;
}

.nav-menu-toggle:hover {
	background-color: #1d76bb;
	color: #fff;
}

.nav-menu-toggle:focus {
	background-color: #1d76bb;
	color: #fff;
	outline: none;
}

.nav-menu-toggle:active {
	background-color: #26aae1;
	outline: none;
}

@media screen and (max-width: 64em) {
	.primary-nav .nav-menu > .menu-item {
		padding: 2.25em 0.5em;
	}
}

@media screen and (min-width: 56.01em ) {
	.primary-nav .menu-container {
		display: block !important;
	}
}

@media screen and (max-width: 56em ) {
	.site-header {
		height: 8.5em;
	}

	.primary-nav {
		height: 6.25em;
	}

	.primary-nav .limited-width {
		display: block;
	}

	.primary-nav .logo-container {
		height: 6.25em;
	}

	.primary-nav .logo-container,
	.primary-nav .menu-container {
		float: none;
		width: 100%;
	}

	.primary-nav .menu-container {
		display: none;
		height: auto;
		top: 100%;
		background: #f2f2f2;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #404040;
		padding: 0.5em 0;
	}

	.primary-nav .nav-menu {
		padding: 0;
	}

	.primary-nav .logo {
		top: 0.125em;
	}

	.primary-nav .logo:active {
		top: 0.1875em;
	}

	.primary-nav .nav-link-parent {
		display: block;
		padding: 0 0 0 1em;
		border-bottom: none;
	}

	.primary-nav .nav-menu > .menu-item {
		display: block;
		border: none;
		line-height: 2.25em;
		padding: 0;
		height: auto;
		text-align: left;
		width: auto;
		border-left: 0.375em solid transparent;
	}

	.primary-nav .nav-menu > .menu-item.current-menu-item,
	.primary-nav .nav-menu > .menu-item.current-menu-ancestor {
		border-left-color: #404040;
	}

	.primary-nav .nav-menu > .menu-item .nav-link-parent:hover {
		background: #1d76bb;
		border-color: #1d76bb;
		color: #fff;
	}

	.primary-nav .nav-menu > .menu-item .nav-link-parent:hover {
		background: #1d76bb;
		border-color: #1d76bb;
		color: #fff;
	}

	.primary-nav .sub-menu {
		display: none;
		position: relative;
		top: 100%;
		left: -0.375em;
		z-index: 999;
		border-top: none;
	}

	.primary-nav .sub-menu .menu-item {
		border: none;
		width: auto;
	}
	
	.primary-nav .nav-link-child {
		padding: 0 0 0 2em;
		background: inherit;
		color: #404040;
		font-size: 0.9375em;
		line-height: 2em;
		text-align: left;
		border-left: 0.375em solid #f2f2f2;
	}

	.primary-nav .current-menu-item > .nav-link-child {
		border-color: #404040;
		color: #404040;
	}

	.primary-nav .current-menu-item > .nav-link-child,
	.primary-nav .nav-link-child:hover {
		background: none;
	}

	.primary-nav .nav-link-child:hover  {
		background: #1d76bb;
		color: #fff;
	}

	.primary-nav .menu-container.expanded {
		display: block;
	}
	
	.nav-menu-toggle {
		display: flex;
	}
}

@media screen and (max-width: 45em) {
	.top-nav .contact-link:first-child {
		display: none;
	}
}

@media screen and (max-width: 36em) {
	.top-nav .contact-link {
		display: none;
	}

	.top-nav .divider {
		display: none;
	}
}

/* ## Footer ---------------------------------------------------------------- */

.site-footer .upper {
	padding: 2.5em 0 1.5em 0;
	background: #333;
	color: #fff;
	font-weight: 400;
}

.site-footer .upper .limiter {
	display: flex;
	align-items: flex-start;
	padding: 0;
}

.site-footer .upper .column {
	flex: 1;
	padding: 0 1em;
}

.site-footer .upper h2 {
	margin: 0 0 1.25rem 0;
	font-size: 1.25em;
	font-weight: 900;
}

.site-footer .upper h2:after {
	content: '';
    display: block;
	border: 2px solid #28a8df;
	margin-top: 0.75rem;
	max-width: 4rem;
}

.site-footer .upper h3 {
	margin: 0 0 0.125rem 0;
	font-size: 0.9375em;
	font-weight: 400;
}

.site-footer .upper .text {
	max-width: 20rem;
	margin: 0 0 1rem 0;
	font-size: 0.9375em;
	font-style: normal;
	color: #ccc;
}

.site-footer .upper .about .logo {
	max-width: 9em;
}

.site-footer .upper .about p {
	max-width: 17rem;
	margin: 1rem 0;
	font-size: 0.9375em;
	line-height: 1.6;
	color: #ccc;
}

.site-footer .upper .contact a {
	color: #ccc;
	text-decoration: none;
}

.site-footer .upper .contact a:active,
.site-footer .upper .contact a:hover {
	color: #fff;
	text-decoration: underline;
}

.site-footer .upper .postings h3 {
	font-weight: 700;
}

.site-footer .upper .postings a {
	color: #fff;
	text-decoration: none;
}

.site-footer .upper .postings a:active,
.site-footer .upper .postings a:hover {
	text-decoration: underline;
}

.site-footer .lower {
	padding: 2em 0;
	background: #191919;
	color: #cac9c9;
	font-weight: 400;
}

.site-footer .lower .limiter {
	display: flex;
	align-items: center;
}

.site-footer .lower .copyright {
	flex: 1;
}

.site-footer .lower .top-button-wrapper {
	flex: initial;
}

.site-footer .lower .top-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.625em;
	height: 2.625em;
	color: rgba(255, 255, 255, 0.5);
}

.site-footer .lower .top-button:focus,
.site-footer .lower .top-button:hover {
	color: #fff;
	border: none;
}

@media screen and (max-width: 56em) {
	.site-footer .upper .limiter {
		display: block;
	}
	
	.site-footer .upper .column {
		flex: 1;
		padding: 0 1em;
	}

	.site-footer .upper .about p {
		max-width: 100%;
	}

	.site-footer .upper .contact,
	.site-footer .upper .postings {
		margin-top: 2em;
	}
}

/* ## Posts and pages ------------------------------------------------------- */

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* ## Comments -------------------------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* ## Widgets --------------------------------------------------------------- */

.widget {
	margin: 0 0 3em;
}

.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%;
}

.page-default .wp-block-gallery {
	margin-top: 2em;
}

.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;
}

.blocks-gallery-grid {
	width: 100%;
	margin: 0;
	padding: 0 !important;
	display: grid;
	grid-gap: 1em;
	grid-template-columns: repeat(auto-fill, minmax(11em, 1fr) ) ;
}

.blocks-gallery-item {
	margin: 0 !important;
	width: auto !important;
}


/* -----------------------------------------------------------------------------
 # Home page ---------------------------------------------------------------- */

.page-home .section {
	padding: 3em 0 4em 0;
}

.page-home .section h2 {
	margin: 0 0 2.25rem 0;
	font-size: 1.75em;
	font-weight: 900;
}

.page-home .section h2:after {
	content: '';
    display: block;
	border-bottom: 0.25rem solid #39b24a;
	margin-top: 1.25rem;
	max-width: 2.75em;
}

.page-home .section h3 {
	margin: 0 0 0.5rem;
	font-size: 1.5em;
	font-weight: 900;
	line-height: 1.25;
}

.page-home .section p {
	margin: 0 0 1.5rem 0;
	line-height: 1.6;
	color: #595959;
}

.page-home .section .btn-action {
	display: inline-block;
	padding: 0.375rem 0.875rem;
	font-size: 0.875em;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	background: #39b24a;
	border-radius: 1px;
	text-decoration: none;
}

.page-home .section .items {
	display: flex;
	margin: 0 -1.25em;
}

.page-home .section .item {
	flex: 1;
	padding: 0 1.25em;
}

.page-home .section .item .image {
	height: 0;
	margin: 0 0 1.5em 0;
	padding-bottom: 66.667%;
	padding-bottom: calc(100% * 2 / 3);
}

.page-home .section .item .image img {
	display: block;
	border-radius: 1px;
}

/* About section */

.page-home .section.banner {
	height: 31.25em;
	padding: 0;
	background-color: #1d76bb;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.page-home .section.banner .content {
	color: #fff;
}

.page-home .section.banner .content h2 {
	margin: 0 0 1.5rem 0;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}

.page-home .section.banner .content h2:after {
	display: none;
}

.page-home .section.banner .links {
	margin-bottom: 4em;
}

.page-home .section.banner .btn-hero {
	display: inline-block;
	margin-right: 0.75rem;
	padding: 0.5rem 1.125rem;
	font-size: 1.125em;
	font-weight: 700;
	background: #fff;
	border-radius: 1px;
	text-decoration: none;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
	color: #1d76bb;
	transition: 0.1s box-shadow;
}

.page-home .section.banner .btn-hero:active,
.page-home .section.banner .btn-hero:hover {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
}

.page-home .section.banner .btn-green {
	color: #fff;
	background: #39b24a;
}

.page-home .section.banner .btn-covid {
	display: inline-block;
}

.page-home .section.banner .btn-covid img {
	height: 4.5em;
	display: block;
	border-radius: 2.25em;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.page-home .section.banner .btn-covid:hover img {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 56em) {
	.page-home .section.banner .content {
		padding: 0 1.5em;
	}
}

@media screen and (max-width: 28em) {
	.page-home .section.banner .content h2 {
		font-size: 2.25em;
	}
}

@media screen and (max-width: 26em) {
	.page-home .section.banner .content h2 {
		font-size: 2em;
		line-height: 1.25;
	}

	.page-home .section.banner .links {
		margin-bottom: 2em;
	}

	.page-home .section.banner .btn-hero:last-child {
		margin-top: 1rem;
	}
}

/* About section */

.page-home .section.about {
	background: #fff;
}

.page-home .section.about h2 {
	text-align: center;
}

.page-home .section.about h2:after {
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 56em) {
	.page-home .section .items {
		display: block;
	}

	.page-home .section .item {
		max-width: 30em;
		margin: 2.25em auto;
		padding: 0 1.25em;
	}

	.page-home .section .item:last-child {
		margin-bottom: 0;
	}
}

/* Who section */

.page-home .section.who {
	background: #f0f0f0;
}

.page-home .section.who .item .image {
	background: none;
	height: auto;
	padding: 0;
}

.page-home .section.who .item .image img {
	display: block;
	border-radius: 1px;
}

.page-home .section.who h2 {
	color: #1d76bb;
}

.page-home .section.who p {
	font-size: 1.0625em;
	max-width: 26em;
}

.page-home .section.who .btn-action {
	background: #1d76bb;
}

@media screen and (max-width: 56em) {
	.page-home .section.who h2 {
		text-align: center;
	}

	.page-home .section.who h2:after {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Quote section */

.page-home .section.quote {
	background: #1d76bb;
	color: #fff;
	text-align: center;
}

.page-home .section.quote .quote-block {
	font-style: italic;
}

.page-home .section.quote .quote {
	margin: 0 auto;
	max-width: 34em;
	font-size: 1.875em;
	font-weight: 300;
	line-height: 1.4;
}

.page-home .section.quote .attribution {
	margin-top: 1rem;
	font-size: 1.25em;
}

@media screen and (max-width: 36em) {
	.page-home .section.quote .quote {
		font-size: 1.5em;
	}

	.page-home .section.quote .attribution {
		font-size: 1.125em;
	}
}

/* Programs section */

.page-home .section.programs {
	background: #fff;
}

.page-home .section.programs .image {
	padding-bottom: calc(100% * 3 / 4);
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0 0.5em 1px rgba(0, 0, 0, 0.15);
	position: relative;
}

.page-home .section.programs .image-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-home .section.programs .image img {
	display: block;
	width: 90%;
}

.page-home .section.programs .chftcf .image img {
	width: 72%;
}

.page-home .section.programs .chftds .image img {
	width: 77%;
}

.page-home .section.programs .ccc .image img {
	width: 47%;
}

.page-home .section.programs .chlt .image img {
	width: 75%;
}

.page-home .section.programs h2 {
	color: #1d76bb;
}

.page-home .section.programs h3 {
	font-size: 1.4375em;
}

.page-home .section.programs p {
	margin: 0.75rem 0 0.75rem 0;
	line-height: 1.5;
}

.page-home .section.programs .learn-more {
	font-size: 1.0625em;
	font-weight: 700;
	color: #39b24a;
	text-decoration: none;
}

.page-home .section.programs .learn-more:active,
.page-home .section.programs .learn-more:hover {
	text-decoration: underline;
}

@media screen and (max-width: 56em) {
	.page-home .section.programs h2 {
		text-align: center;
	}

	.page-home .section.programs h2:after {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 36.01em) and (max-width: 56em) {
	.page-home .section.programs .items {
		display: flex;
		flex-wrap: wrap;
		margin: -2em 0;
		justify-content: center;
	}

	.page-home .section.programs .item {
		display: inline-block;
		width: 50%;
		flex: 0 0 50%;
		/* padding: 0 1em; */
	}
}

@media screen and (max-width: 36em) {
	.page-home .section.programs .item {
		max-width: 25em;
	}
}

/* Integrations section */

.page-home .section.integrations {
	background: #282560;
	color: #fff;
}

.page-home .section.integrations h2 {
	margin-bottom: 1.5rem;
	font-size: 1.5em;
}

.page-home .section.integrations .cols {
	display: flex;
	align-items: flex-start;
	margin-top: 4em;
}

.page-home .section.integrations .col {
	flex: 1;
	padding: 0 1.5em;
}

.page-home .section.integrations .col:first-child {
	padding-left: 0;
}

.page-home .section.integrations .col:last-child {
	padding-right: 0;
}

.page-home .section.integrations .newsletter p {
	font-size: 0.875em;
	color: rgba(255, 255, 255, 0.8);
}

.page-home .mc4wp-form-fields .form-field input[type="text"],
.page-home .mc4wp-form-fields .form-field input[type="email"] {
	width: 100%;
	max-width: 100%;
	background: #fff;
	border-color: #fff;
}

.page-home .section.integrations .events .note {
	margin-top: 1.5rem;
	font-size: 0.9375em;
	font-style: italic;
	color: #fff;
}

.page-home .fb-page {
	margin-top: 0.5em;
}

.cff-wrapper {
	background: #fff;
	padding: 1em;
	color: #404040;
	height: 32em;
	font-size: 87.5%;
	overflow-y: scroll;
	width: 100%;
	border-radius: 0 0 0.0625em 0.0625em;
}

.cff-likebox.cff-top.cff-outside {
	margin: 0;
}

/* Events list */

.page-home .upcoming-events {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.page-home .upcoming-events h3 {
	margin: 0 0 0.25rem 0;
	font-size: 0.9375em;
	font-weight: 700;
}

.page-home .upcoming-events .title {
	margin: 0 0 1.5em 0;
	font-size: 0.9375em;
	color: rgba(255, 255, 255, 0.8);
}

.page-home .upcoming-events a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.page-home .upcoming-events a:hover,
.page-home .upcoming-events a:focus {
	color: #fff;
	text-decoration: underline;
}

.page-home .section.integrations .events .btn-green {
	line-height: 1;
}

/* Image slider */

.image-slider {
	position: relative;
	height: 0;
	margin: 2em 0 3em 0;
	padding-bottom: 51.656%;
	padding-bottom: calc(100% * 78 / 151);
}

.image-slider .slider {
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.image-slider a {
	display: block;
}

.image-slider img {
	display: block;
	width: 100%;
	height: 100%;
}

.slider-controls {
	position: absolute;
	top: 100%;
	width: 100%;
	height: 2.25em;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.slider-page-selector {
	position: relative;
	width: 22px;
	height: 22px;
	margin: 1px 4px;
	border: 2px solid transparent;
	border-radius: 50%;
	outline: none;
	background-color: inherit;
	cursor: pointer;
}

.slider-page-selector span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	border: 4px solid rgba(255, 255, 255, 0.4);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.slider-page-selector.current span {
	width: 10px;
	height: 10px;
	border: 5px solid rgba(255, 255, 255, 0.8);
	margin: -5px 0 0 -5px;
}

.slider-page-selector:hover, 
.slider-page-selector:focus {
	border-color: rgba(255, 255, 255, 0.4);
}

.slider-page-selector:active {
	border-color: rgba(255, 255, 255, 0.8);
}

.home-section.integrations .cols {
	margin-top: 4.5em;
}

.home-section.integrations .cols p {
	font-size: 0.875em;
}

.home-section.integrations #ai1ec-container {
	background: #fff;
	padding: 0.25em;
	padding-bottom: 0;
}

.home-section.integrations .ai1ec-calendar-toolbar {
	display: none;
}

.home-section.integrations .ai1ec-views-dropdown {
	display: none;
}

#ai1ec-calendar-view .ai1ec-pull-left {
	display: none;
}

@media screen and (max-width: 56em) {
	.page-home .section.integrations .item {
		max-width: 40em;
	}

	.page-home .section.integrations .item:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 1280px) {
	.home-section.integrations .left {
		padding: 0 0.75em 0 1.5em;
	}
	
	.home-section.integrations .right {
		padding: 0 1.5em 0 0.75em;
	}
}

@media screen and (max-width: 48em) {
	.home-section.integrations .limited-width {
		display: block;
	}
	
	.home-section.integrations .left,
	.home-section.integrations .right {
		max-width: 40em;
		margin: 0 auto;
	}

	.home-section.integrations .right {
		margin-top: 3em;
	}
}

._2lqh {
  display: none !important;
}

._2p3a {
	width: 100%;
}


/* -----------------------------------------------------------------------------
 # Interior pages ----------------------------------------------------------- */

.page-default.site-content {
	background: #fff;
}

.page-default .page-banner {
	display: flex;
	align-items: flex-end;
	position: relative;
	height: 12.5em;
}

.page-default .page-banner .banner-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.25;
}

.page-default .page-banner .section-title {
	width: 1280px;
	margin: 0 auto;
	padding: 0 1rem 1.5rem 1rem;
	font-size: 1.5em;
	font-weight: 900;
	color: #272361;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.25);
	text-transform: uppercase;
	position: relative;
}

.page-default .page-banner .fa-angle-right {
	font-size: 0.9375em;
	font-weight: 600;
	margin: 0 0.375rem;
	opacity: 0.5;
}

.page-default .content-area {
	display: flex;
	align-items: flex-start;
}

.page-default .hentry {
	flex: 2;
	padding: 2.5em 1.5em 2.5em 0;
}

.page-default .entry-content {
	max-width: 45em;
}

.page-template-template-wide .page-default .entry-content {
	max-width: 100%;
}

.page-default .wp-block-quote {
	font-size: 1.125em;
	color: #1d76bb;
}

.page-default .wp-block-image img {
	display: block;
}

.page-home .btn-green,
.page-default .btn-green {
	display: inline-block;
	padding: 0.4375rem 1.125rem;
	font-size: 1.125em;
	font-weight: 700;
	text-align: center;
	background: #39b24a;
	border: none;
	border-radius: 1px;
	text-decoration: none;
	color: #fff;
	transition: 0.1s box-shadow;
}

.page-home .btn-green:active,
.page-home .btn-green:hover,
.page-default .btn-green:active,
.page-default .btn-green:hover {
	box-shadow: 0 0 0 3px rgba(57, 178, 74, 0.3);
}

.page-home .btn-green i,
.page-default .btn-green i {
	margin-right: 0.5rem;
}

.page-default .return-link {
	margin: 2.5em 0 1em 0;
}

.page-default .return-link .btn-green {
	padding: 0.375rem 1rem;
	font-size: 1em;
}

.mc4wp-form-fields .form-field {
	margin-bottom: 0.5em;
}

.page-sidebar .mc4wp-form-fields .form-field input[type="text"],
.page-sidebar .mc4wp-form-fields .form-field input[type="email"] {
	width: 100%;
	max-width: 18rem;
}

.mc4wp-form-fields .form-field.checkboxes label {
	display: block;
	font-size: 0.9375em;
}

.mc4wp-form-fields .form-field.checkboxes .select-heading {
	margin-bottom: 0.25rem;
	font-size: 0.875em;
	font-weight: 600;
}

.mc4wp-form-fields .form-field.checkboxes {
	margin: 0.75em 0;
}

@media screen and (max-width: 56em) {
	.page-default .content-area {
		display: block;
	}

	.page-default .hentry {
		padding: 2.5em 0 1.5em 0;
	}

	.page-default .entry-content {
		max-width: 100%;
	}
}

/* ## Primary content ------------------------------------------------------- */

.page-default .hentry .entry-title {
	margin: 0 0 1.5rem 0;
	font-size: 1.75em;
	font-weight: 900;
	color: #1d76bb;
}

.page-default .hentry .entry-title:after {
	content: '';
    display: block;
	border-bottom: 0.25rem solid #39b24a;
	margin-top: 0.75rem;
	max-width: 2.75em;
}

.page-default .hentry h2 {
	margin: 2.5rem 0 1rem 0;
	font-size: 1.125em;
	line-height: 1.3;
	color: #39b24a;
}

.page-default .hentry h3 {
	margin: 2.5rem 0 1rem 0;
	font-size: 1em;
	font-weight: 700;
}

.page-default .hentry p {
	margin-bottom: 1.25em;
}

.page-default .hentry p + ul {
	margin-top: -0.875em;
}

.page-default .hentry ul {
	padding-left: 1.5em;
}

.page-default .hentry li {
	margin-bottom: 0.375em;
}

.page-default .hentry .wp-block-embed,
.page-default .hentry .wp-block-image {
	margin: 2.75rem 0 1.25rem 0;
}

.page-default .wp-block-embed figcaption,
.page-default .wp-block-image figcaption {
	font-size: 0.9375em;
	font-style: italic;
}

/* ## Sidebar --------------------------------------------------------------- */

.page-default .page-sidebar {
	flex: 1;
	padding: 2.75em 0 2.5em 1.5em;
}

.page-default .page-sidebar aside {
	max-width: 22.5em;
}

.page-default .page-sidebar h2 {
	margin: 2.5rem 0 1.5rem 0;
	font-size: 1.5em;
	font-weight: 900;
	color: #1d76bb;
}

.page-default .page-sidebar h2:after {
	content: '';
    display: block;
	border-bottom: 0.25rem solid #39b24a;
	margin-top: 0.75rem;
	max-width: 2.75em;
}

.page-default .page-sidebar h2:first-child {
	margin-top: 0;
}

.page-default .page-sidebar h3 {
	margin: 2.5rem 0 1rem 0;
	font-size: 1.125em;
	line-height: 1.3;
	color: #39b24a;
}

.page-default .page-sidebar ul {
	padding-left: 1.5em;
}

.page-default .page-sidebar .wp-block-embed,
.page-default .page-sidebar .wp-block-image {
	margin: 1.25rem 0;
}

.page-default .page-sidebar .cover-image {
	margin-top: 2em;
	max-width: 16em;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
	border-radius: 1px;
}

.page-default .page-sidebar .accordion {
	text-decoration: none;
	color: #39b24a;
}

.page-default .page-sidebar .accordion:hover {
	text-decoration: underline;
}

.page-default .page-sidebar .accordion + p {
	display: none;
	overflow: hidden;
}

@media screen and (max-width: 56em) {
	.page-default .page-sidebar {
		border-top: 0.0625em solid #ccc;
		padding: 2.5em 0;
	}
	
	.page-default .page-sidebar aside {
		max-width: 100%;
	}
}

/* ## Staff Directory ------------------------------------------------------- */

.staff-grid {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -1em;
}
	
.staff-tile {
	display: flex;
	flex: 0 0 33.333%;
	flex-direction: column;
	/* max-width: 14.5em; */
	color: #3f3f3f;
	padding: 1em;
	text-align: center;
}

.staff-tile .staff-photo {
	width: 100%;
	height: 0;
	padding-bottom: 116.667%;
	padding-bottom: calc(100% * 7 / 6);
}

.staff-tile .staff-photo img {
	display: block;
	width: 100%;
	border-radius: 1px;
}

.staff-name {
	margin-top: 0.5rem;
	font-weight: 600;
}

.staff-title {
	font-size: 0.9375em;
	font-weight: 400;
}

.staff-email {
	margin-top: 0.25rem;
	font-size: 0.875em;
}

.staff-email a {
	text-decoration: none;
}

.staff-extension {
	font-size: 0.875em;
}

.page-chft-staff-directory .custom-sidebar address {
	margin-top: -1rem;
	font-size: 0.9375em;
	font-weight: 700;
	color: #39b24a;
}

.page-chft-staff-directory .chft-map-image {
	border: 1px solid #1d76bb;
	border-radius: 1px;
}

/* ## Charitable Fund ------------------------------------------------------- */

.page-charitable-fund .cf-donation-block {
	margin-top: 2.5em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.page-charitable-fund .logo {
	margin: 0 0 1.5em 0;
	max-width: 15em;
}

.page-charitable-fund .btn-green {
	min-width: 15rem;
}

/* ## Diversity Scholarship ------------------------------------------------- */

.page-diversity-scholarship .wp-block-columns {
	margin: 0 0 1.25em 0;
}

.page-diversity-scholarship .wp-block-columns h3 {
	margin: 0 0 0.5rem 0;
	color: #1d76bb;
	font-size: 1em;
	font-weight: 900;
	line-height: 1.4;
}

.page-diversity-scholarship .wp-block-columns ul {
	margin: 0;
	padding: 0 !important;
	list-style-type: none;
}

.page-diversity-scholarship .wp-block-columns li {
	margin: 0;
	padding: 0.125rem 0;
	font-size: 0.9375em;
	color: #1d76bb;
}

.page-diversity-scholarship .ds-sponsors {
	margin: 2.5em -1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.page-diversity-scholarship .ds-sponsors .sponsor {
	display: inline-block;
	width: 33.333%;
	flex: 0 0 33.333%;
	padding: 0 1em;
}

.page-diversity-scholarship .ds-sponsors img {
	display: block;
	width: 100%;
	max-width: 10em;
	margin: 0 auto;
}

/* ## Diversity Scholarship form -------------------------------------------- */

.ds-form-section {
	margin: 0 0 3.5em 0;
	max-width: 40em;
}

.ds-form-section h3 {
	color: #1d76bb;
	text-transform: uppercase;
}

.ds-form-field {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0.375em 0;
}

.ds-form-field.top-margin {
	margin-top: 1.5rem;
}

.ds-form-field.financial {
	max-width: 27.75em;
}

.ds-form-field.total {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 2px solid #404040;
}

.ds-form-field.total label {
	font-weight: 700;
}

.ds-form-field label {
	flex: 1;
}

.ds-form-field.fit label {
	padding-right: 1em;
}

.ds-form-section .required {
	color: #e50000;
	padding-right: 0.25rem;
}

.ds-form-field .wpcf7-form-control-wrap {
	flex: initial;
}

.ds-form-field.financial label {
	padding-right: 1rem;
}

.ds-form-field.financial .wpcf7-form-control {
	width: 9em;
	text-align: right;
}

.ds-form-field.financial label .wpcf7-form-control {
	width: 16em;
	text-align: left;
}

.ds-form-field.full .wpcf7-form-control {
	width: 100%;
}

.ds-form-field.full .wpcf7-form-control-wrap {
	flex: 1;
}

.ds-form-field.fit label {
	flex: initial;
}

.ds-form-section .wpcf7-file {
	width: 100%;
}

.ds-form-note {
	margin: -0.375rem 0 0 0.5rem;
	font-size: 0.875em;
	font-style: italic;
	opacity: 0.65;
}

.ds-form-note-full {
	font-size: 0.875em;
	font-style: italic;
	opacity: 0.65;
}

.ds-form-section input[type="number"]::-webkit-outer-spin-button,
.ds-form-section input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ds-form-section input[type="number"] {
    -moz-appearance: textfield;
}

/* Requirements */

.ds-form-section.requirements .wpcf7-list-item {
	margin: 0 0 0.75rem 0;
}

.ds-form-section.requirements .wpcf7-list-item-label {
	padding-left: 0.5em;
}

.ds-form-section.requirements .ds-form-notice {
	margin: -1rem 0 1rem 0;
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	font-style: italic;
	color: rgba(0, 0, 0, 0.8);
	background: hsl(3, 80%, 92.5%);
	border: 1px solid hsl(3, 50%, 50%);
	border-radius: 1px;
}

/* Part A - Personal Information */

.ds-form-section .ds-form-field label {
	flex: initial;
	min-width: 16.5em;
	padding-right: 1em;
}

.ds-form-section .ds-form-field .wpcf7-form-control-wrap {
	flex: 1;
}

.ds-form-section .ds-form-field .wpcf7-text {
	width: 100%;
}

.ds-form-section .ds-form-field .wpcf7-date,
.ds-form-section .ds-form-field .wpcf7-number,
.ds-form-section .ds-form-field .wpcf7-tel,
.ds-form-section .ds-form-field .wpcf7-text[name="ds-postal-code"] {
	width: 12em;
}

.ds-form-section .ds-form-field .wpcf7-textarea {
	height: 8em;
}

.ds-form-section .ds-form-note {
	margin: -0.25rem 0 0 16.75rem;
	font-size: 0.875em;
	font-style: italic;
	opacity: 0.65;
}

.ds-form-section .wpcf7-list-item.first {
	margin: 0;
}

/* Part B - Education/Work */

.ds-form-section.education .wpcf7-text[name="ds-graduation-year"] {
	width: 7em;
}

/* Part C - Volunteer Activities */

.ds-form-section.volunteer .ds-form-field label {
	flex: initial;
	min-width: 16.5em;
	padding-right: 1em;
}

.ds-form-field .wpcf7-form-control[name="ds-activity-1-hours"],
.ds-form-field .wpcf7-form-control[name="ds-activity-2-hours"],
.ds-form-field .wpcf7-form-control[name="ds-activity-3-hours"] {
	width: 12em;
}

/* Part D - Essay Upload */

.ds-form-section.essay .blue {
	color: #1d76bb;
}

/* Part E - Financial Situation */

.ds-form-section.financial .ds-form-field .wpcf7-form-control-wrap:nth-child(2) {
	position: relative;
}

.ds-form-section.financial .ds-form-field .wpcf7-form-control-wrap:nth-child(2)::before {
	content: '$';
	position: absolute;
	left: 0.5rem;
	top: 0;
	bottom: 0;
	line-height: 2.125rem;
	opacity: 0.5;
}

/* Part G - Consent & Declaration */

.ds-form-section.consent .wpcf7-list-item {
	margin: 0 0 0.75rem 0;
}

.ds-form-section.consent .wpcf7-list-item-label {
	padding-left: 0.5em;
}

@media (max-width: 540px) {
	.ds-form-field {
		display: block;
	}

	.ds-form-field label {
		display: block;
	}

	.ds-form-field .wpcf7-radio label {
		display: inline;
	}

	.ds-form-section .ds-form-note {
		margin-left: 0;
	}

	.ds-form-section.financial .ds-form-field .wpcf7-form-control-wrap:nth-child(2)::before {
		line-height: 1.25rem;
	}

	.ds-form-section.financial .ds-form-field.financial label .wpcf7-form-control {
		width: 100%;
	}
}

/* ## Co-op Awards ---------------------------------------------------------- */

.page-coop-awards-garden-awards .page-sidebar .cover-image {
	margin-top: 2.5em;
}

.page-coop-awards-garden-awards .page-sidebar .cover-image + .cover-image {
	margin-top: 3.5em;
}

/* ## Co-op Cost Cutters ---------------------------------------------------- */

.page-coop-cost-cutters .wp-block-quote {
	margin: 1.5rem 0;
	font-size: 1.625em;
	font-weight: 700;
	font-style: italic;
	color: #9dcc5c;
}

.page-coop-cost-cutters .ccc-link-block {
	margin-top: 2.5em;
	text-align: flex-start;
}

.page-coop-cost-cutters .logo {
	display: block;
	margin: 0 0 1.5em 2.5em;
	max-width: 10em;
}

.page-coop-cost-cutters .btn-green {
	min-width: 15em;
	background: #9dcc5c;
}

.page-coop-cost-cutters .btn-green:active,
.page-coop-cost-cutters .btn-green:hover {
	box-shadow: 0 0 0 3px rgba(157, 204, 92, 0.3);
}

/* ## Land Trusts ----------------------------------------------------------- */

.wp-block-columns.land-trust {
	margin: 3em 0;
}

.wp-block-columns.land-trust h3 {
	margin: 0 0 0.75rem 0;
	font-size: 1em;
	font-weight: 900;
	color: #1d76bb;
}

.wp-block-columns.land-trust p {
	margin: 0.75rem 0 0 0;
}

.page-default .hentry .wp-block-columns.land-trust figure {
	margin: 0;
}

.wp-block-columns.land-trust figure img {
	display: block;
}

.wp-block-columns.land-trust figcaption {
	font-size: 0.875em;
	font-style: italic;
}

/* ## How to Apply ---------------------------------------------------------- */

.page-how-to-apply-to-a-coop .region-logos {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-how-to-apply-to-a-coop .region-logos a {
	margin: 1em auto 2em auto;
	text-decoration: none;
}

.page-how-to-apply-to-a-coop .region-logos img {
	display: block;
}

.page-how-to-apply-to-a-coop .region-logos .logo-durham {
	max-width: 5.5em;
}

.page-how-to-apply-to-a-coop .region-logos .logo-toronto {
	max-width: 14em;
}

.page-how-to-apply-to-a-coop .region-logos .logo-york {
	max-width: 16em;
}

/* ## Government Relations -------------------------------------------------- */

.page-government-relations .you-hold-the-key {
	max-width: 11em;
	margin: 0 auto;
}

/* ## Job Postings ---------------------------------------------------------- */

.job-posting-list .job-posting {
	padding: 1.5em 0;
	border-top: 0.0625em solid #ccc;
}

.job-posting-list .job-posting:first-child {
	padding-top: 1em;
	border: none;
}

.job-posting-list .position {
	font-weight: 700;
}

.job-posting-list .label {
	margin-right: 0.25rem;
	font-style: italic;
}

/* ## Find a Co-op ---------------------------------------------------------- */

.page-find-a-coop .controls {
	margin-top: 1.75em;
}

.page-find-a-coop .controls form {
	display: flex;
	align-items: center;
}

.page-find-a-coop .controls select {
	height: 2em;
	border-radius: 2px;
	margin: 0 1em 0 0.5em;
}

.page-find-a-coop .controls select:focus,
.page-find-a-coop .controls select:active {
	outline: none;
	border-color: #26aae1;
}

.page-find-a-coop .controls input[type="submit"] {
	background: #39b24a;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 0.875em;
	font-weight: 900;
	padding: 0.25em 1.5em;
	height: 2rem;
	letter-spacing: 0.02em;
	border: 2px solid transparent;
	border-radius: 2px;
}

.page-find-a-coop .controls input[type="submit"]:hover {
	background: hsl(128, 51%, 53%);
}

.page-find-a-coop .controls input[type="submit"]:active {
	position: relative;
	top: 1px;
}

.page-find-a-coop .controls input[type="submit"]:focus {
	border-color: #1d76bb;
	background: hsl(128, 51%, 53%);
	outline: none;
}

.page-find-a-coop .page-find-a-coop .controls option:disabled {
	color: #ccc;
}

.page-find-a-coop .main-content {
	float: none;
	width: 100%;
	padding-right: 1.5em;
}

.page-find-a-coop h2 {
	margin-top: 1.5em;
}

.page-find-a-coop .coop-table {
	margin-top: 1em;
}

.page-find-a-coop .coop-tile {
	display: flex;
	flex-direction: row;
	background: #fff;
	padding: 1em;
	border-top: 0.0625em solid #ccc;
}

.page-find-a-coop .coop-tile:first-child {
	border-top: 0.125em solid #404040;
}

.page-find-a-coop .coop-tile a {
	text-decoration: none;
}

.page-find-a-coop .coop-tile a:hover {
	text-decoration: underline;
}

.page-find-a-coop .coop-col {
	flex: 6;
	padding: 0 0.5em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
}

.page-find-a-coop .coop-col.image {
	flex: inherit;
	width: 6em;
	padding: 0 0.5em 0 0;
}

.page-find-a-coop .coop-col.image img {
	display: block;
	max-width: 5.5em;
}

.page-find-a-coop .coop-col.name {
	flex: 5;
}

.page-find-a-coop .coop-field.name {
	line-height: 1.75em;
	font-weight: 600;
}

.page-find-a-coop .coop-field.website {
	font-size: 0.875em;
	line-height: 1.4em;
}

.page-find-a-coop .coop-field.website i {
	padding-left: 0.25em;
}

.page-find-a-coop .coop-col.address a {
	color: inherit;
}

.page-find-a-coop .coop-col.address i {
	font-size: 0.875em;
	color: #1d76bb;
	width: 1.5em;
}

.page-find-a-coop .coop-field.address2 {
	padding-left: 1.3125em;
}

.page-find-a-coop .coop-field.email {
	white-space: nowrap;
}

.page-find-a-coop .coop-col.contact a {
	color: inherit;
}

.page-find-a-coop .coop-col.contact a i {
	font-size: 0.875em;
	color: #1d76bb;
	width: 1.75em;
}

.page-find-a-coop .coop-col.contact a:hover,
.page-find-a-coop .coop-col.address a:hover {
	color: #1d76bb;
}

.page-find-a-coop .coop-col.member {
	flex: inherit;
	width: 7.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-find-a-coop .coop-field.member {
	font-size: 0.875em;
}

.page-find-a-coop .coop-col.units {
	flex: 3;
}

.page-find-a-coop .coop-col.units strong {
	color: #39b24a;
}

.page-find-a-coop .coop-col.units .has-note {
	border-bottom: 1px dotted #39b24a;
	cursor: help;
}

@media screen and (max-width: 80em) {
	.coop-col.address .coop-field,
	.coop-col.contact .coop-field,
	.coop-col.units .coop-field {
		font-size: 0.9375em;
	}

	.page-find-a-coop .coop-tile {
		padding: 1em 0;
	}
}

@media screen and (max-width: 74em) {
	.coop-col.address .coop-field,
	.coop-col.contact .coop-field,
	.coop-col.units .coop-field {
		font-size: 0.875em;
	}
}

@media screen and (max-width: 60em) {
	/* Tiles */
	.page-find-a-coop .coop-tile {
		display: block;
		position: relative;
	}

	.page-find-a-coop .coop-col.image {
		width: 7em;
		padding: 0;
	}
	
	.page-find-a-coop .coop-col.image img {
		max-width: 7em;
	}

	.page-find-a-coop .coop-col.name {
		position: absolute;
		top: 1em;
		left: 7.5em;
		display: block;
	}

	.page-find-a-coop .coop-col.name div {
		display: inline-block;
	}

	.page-find-a-coop .coop-field.website {
		margin-left: 0.75em;
	}

	.page-find-a-coop .coop-col.address {
		position: absolute;
		top: 3.25em;
		left: 7.5em;
	}

	.page-find-a-coop .coop-col.contact {
		position: absolute;
		top: 3.25em;
		left: 43%;
		width: 30%;
	}

	.page-find-a-coop .coop-col.units {
		position: absolute;
		top: 3.25em;
		left: 73%;
	}

	.page-find-a-coop .coop-col.member {
		position: absolute;
		top: 3.25em;
		left: 86%;
	}

	.coop-col.address .coop-field,
	.coop-col.contact .coop-field,
	.coop-col.units .coop-field {
		font-size: 0.9375em;
	}
}

@media screen and (max-width: 46em) {
	.page-find-a-coop .coop-tile {
		height: 10em;
	}

	.page-find-a-coop .coop-col.name {
		top: 0.75em;
	}

	.page-find-a-coop .coop-col.address {
		top: 2.75em;
		left: 7.5em;
	}

	.page-find-a-coop .coop-col.contact {
		top: 6em;
		left: 7.5em;
		width: auto;
	}

	.page-find-a-coop .coop-col.units {
		top: 2.75em;
		left: 72%;
	}

	.page-find-a-coop .coop-col.member {
		top: 6.5em;
		left: 72%;
		display: block;
		white-space: nowrap;
		width: auto;
	}

	.page-find-a-coop .coop-col.member div {
		display: inline-block;
		font-size: 0.9375em;
	}
}

@media screen and (max-width: 40em) {
	.page-find-a-coop .controls form {
		display: block;
	}
}

@media screen and (max-width: 30em) {
	.page-find-a-coop .coop-tile {
		height: 14.75em;
	}

	.page-find-a-coop .coop-col.name {
		top: 0.75em;
	}

	.page-find-a-coop .coop-col.address {
		top: 2.75em;
		left: 7.5em;
	}

	.page-find-a-coop .coop-col.contact {
		top: 6em;
		left: 7.5em;
		width: auto;
	}

	.page-find-a-coop .coop-col.units {
		top: 9.25em;
		left: 8.9em;
	}

	.page-find-a-coop .coop-col.member {
		top: 12.25em;
		left: 7.5em;
	}

	.page-find-a-coop .coop-field.member {
		padding-left: 0.125em;
	}
}

/* ## Postings Archive ------------------------------------------------------ */

.page-chft-postings-archive .link-grid {
	display: grid;
	width: 100%;
	margin: 0;
	padding: 0;
	grid-gap: 1em;
	grid-template-columns: repeat(auto-fill, minmax(20em, 1fr) ) ;
}

.page-chft-postings-archive .link-grid-item {
	margin: 0;
	width: auto;
}

.page-chft-postings-archive .link-grid-item h2 {
	margin-top: 1rem;
}

.page-chft-postings-archive .link-grid-item .label {
	margin-top: 0.5rem;
}

.page-chft-postings-archive .link-grid-item .date {
	font-size: 0.9375em;
}

/* ## Black History Month 2021 ---------------------------------------------- */

.page-black-history-month-2021 .page-banner .banner-image {
	opacity: 1;
}

.page-black-history-month-2021 .section-title {
	display: none;
}

.page-black-history-month-2021 .expanding-section {
	clear: both;
}

.page-black-history-month-2021 .expanding-section .alignright {
	max-width: 11em;
	margin: 0.125em 0 0.75em 1.5em;
}

.page-black-history-month-2021 .expanding-section h2 {
	clear: none;
}

.page-black-history-month-2021 .expanding-section .content {
	display: none;
}

.page-black-history-month-2021 .expanding-section .content p {
	margin-top: 0;
}

.page-black-history-month-2021 .expanding-section .wp-block-columns {
	margin: 1.5em 0 0 0;
}

.page-black-history-month-2021 .expanding-section .wp-block-columns .wp-block-image {
	margin: 0 0 1.5em 0;
}

.page-black-history-month-2021 .expanding-section .expander-toggle,
.page-black-history-month-2021 .expanding-section .static-link a {
	font-size: 0.9375em;
	font-weight: 600;
	text-decoration: none;
}

.page-black-history-month-2021 .expanding-section .expander-toggle:focus,
.page-black-history-month-2021 .expanding-section .expander-toggle:hover,
.page-black-history-month-2021 .expanding-section .static-link a:focus,
.page-black-history-month-2021 .expanding-section .static-link a:hover {
	text-decoration: underline;
}

.page-black-history-month-2021 .dual-logos {
	display: flex;
	align-items: center;
	max-width: 24em;
}

.page-black-history-month-2021 .dual-logos a {
	flex: 1;
}

.page-black-history-month-2021 .dual-logos a:first-child {
	padding-right: 10%;
}

.page-black-history-month-2021 .dual-logos a img {
	width: 100%;
}

.page-black-history-month-2021 .dual-logos a:first-child img {
	width: 85%;
}

.page-black-history-month-2021 .custom-sidebar li {
	margin-bottom: 0.5em;
	font-size: 0.9375em;
}

.page-black-history-month-2021 .custom-sidebar li a {
	text-decoration: none;
}

.page-black-history-month-2021 .custom-sidebar li a:focus,
.page-black-history-month-2021 .custom-sidebar li a:hover {
	text-decoration: underline;
}

.page-black-history-month-2021 .custom-sidebar .sources {
	font-size: 0.9375em;
	font-style: italic;
}

.page-black-history-month-2021 .sponsor-logos {
	max-width: 11em;
}

.page-black-history-month-2021 .sponsor-logos img {
	display: block;
	width: 100%;
}

.page-black-history-month-2021 .sponsor-logos .alterna-savings {
	margin: -1.5em 0 -2.5em 0;
}

.page-black-history-month-2021 .sponsor-logos .chf {
	margin: -2.5em 0 -1em 0;
}

.page-black-history-month-2021 .sponsor-logos .chft {
	padding: 0 15% 0.5em 15%;
}

.page-black-history-month-2021 .sponsor-logos .phchf {
	padding: 0.5em 5% 0 5%;
}

/* ## OCHF template --------------------------------------------------------- */

.ochf-panel {
	background: #1d76bb;
	padding: 2em 1.5em 2.25em 1.5em;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.ochf-panel .top {
	max-width: 48em;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.ochf-panel .top a {
	flex: initial;
	margin-right: 3em;
	width: 14em;
}

.ochf-panel .top p {
	flex: initial;
	max-width: 24em;
	margin: 0;
}

.ochf-panel .middle {
	margin: 0 auto;
	max-width: 48em;
}

.ochf-panel .bottom {
	padding-top: 1em;
	max-width: 48em;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.ochf-panel .bottom a {
	display: inline-block;
	margin: 0 0.75em;
}

.ochf-panel img {
	display: inline-block;
	width: 100%;
}

/* ## Award winners template ------------------------------------------------ */

.page-template-template-winners .hentry h2 {
	padding-top: 2.5rem;
	font-size: 1.375em;
	border-top: 1px solid #ccc;
}

.page-template-template-winners .hentry h2:first-child {
	padding-top: 0;
	border: none;
}

.page-template-template-winners .hentry h3 {
	margin: 2rem 0 0 0;
	font-size: 1.3125em;
	color: #1d76bb;
	scroll-margin-top: 10.5rem;
}

.page-template-template-winners .hentry h4 {
	margin: 0 0 1rem 0;
	font-size: 0.9375em;
	color: #1d76bb;
}

.page-template-template-winners .wp-block-group + .wp-block-group {
	border-top: 1px solid #ccc;
}

.page-template-template-winners .wp-block-media-text {
	grid-template-columns: 25% 1fr;
	margin-bottom: 1.5em;
}

.page-template-template-winners .wp-block-media-text__media {
	align-self: start;
	margin: 0.375rem 0 1rem 0;
}

.page-template-template-winners .wp-block-media-text__content {
	align-self: start;
	padding: 0 7.5%;
}

.page-template-template-winners .wp-block-media-text__content p {
	margin: 0 0 1rem 0;
}

@media screen and (max-width: 37.5em) {
	.page-template-template-winners .wp-block-media-text__content {
		margin: 0;
		padding: 0;
	}
}


/* -----------------------------------------------------------------------------
 # Plugins ------------------------------------------------------------------ */

/* ## Jetpack infinite scroll ----------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}


/* -----------------------------------------------------------------------------
 # Utilities ---------------------------------------------------------------- */

/* ## 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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	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. */
#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;
}
