/*!
Theme Name: GHCHF
Theme URI: https://ghchf.com/
Author: Sean Pearce
Author URI: https://ghchf.com/
Description: Custom theme for ghchf.com
Version: 0.9.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ghchf

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

GHCHF 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
  ## Banner section
  ## About section
  ## Who We Are section
  ## Quote section
  ## Programs section
  ## Parallax section
  ## Services section
  ## Events section
  ## OCHF section
  ## Footer banner
# Interior pages
  ## Primary content
  ## Sidebar
  ## Sponsors
  ## Board of Directors
  ## Diversity Scholarship
  ## Co-op Cost Cutters
  ## Events Calendar
  ## Government Relations
  ## Job Postings
  ## Find a Co-op
  ## Newsletter Archive
  ## OCHF 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: #202020;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0;
}

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%;
}

.no-break {
	white-space: nowrap;
}

/* ## Elements -------------------------------------------------------------- */

body {
	background: #d9d9d9;
}

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: 600;
}

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: #f8ad3a;
}

a:focus,
a:hover {
	color: hsl(36, 93%, 50%);
}

a:active {
	color: #f8ad3a;
}

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: 3px;
	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: #202020;
	border: 1px solid #ccc;
	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,
select:focus,
textarea:focus {
	border-color: #404040;
	outline: 1px solid #404040;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.btn-standard,
.btn-standard[type="submit"],
a.btn-standard {
	display: inline-block;
	padding: 0.375rem 1rem;
	font-size: 0.9375em;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #fff;
	background: #f8ad3a;
	border: none;
	border-radius: 1px;
	text-decoration: none;
}

.btn-standard:focus:not(:disabled),
.btn-standard:hover:not(:disabled) {
	background: hsl(36, 93%, 54%);
	box-shadow: 0 0 0 3px hsla(36, 93%, 54%, 0.33);
}

.btn-standard:active:not(:disabled) {
	background: hsl(36, 93%, 57%);
	box-shadow: 0 0 0 3px hsla(36, 93%, 57%, 0.33);
}

.btn-standard:disabled {
	opacity: 0.5;
}


/* -----------------------------------------------------------------------------
 # Layouts ------------------------------------------------------------------ */

.limited-page {
	max-width: 1344px;
	margin: 0 auto;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}

.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 ------------------------------------------------------------ */

.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: 1344px;
	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: 600;
}

.top-nav .contact-link:hover,
.top-nav .directory-link:hover {
	color: #f8ad3a;
	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;
	background: #fff;
	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;
	max-width: 16em;
	margin-left: 1em;
	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;
	width: 100%;
	height: 0;
	padding-bottom: 25%;
	margin-top: -0.0625em;
	background-image: url('./img/logo-ghchf.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 50%;
	border-radius: 0.0625rem;
}

.primary-nav .logo:hover {
	opacity: 0.9;
}

.primary-nav .logo:focus {
	outline: 0.1875rem solid hsl(0, 0%, 80%);
}

.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-link-parent {
	display: inline-block;
	margin: auto 0;
	text-decoration: none;
	color: #202020;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
}

.primary-nav .menu-item .nav-link-parent:focus,
.primary-nav .menu-item:hover .nav-link-parent {
	color: #f8ad3a;
}

.primary-nav .menu-item.current-menu-item .nav-link-parent,
.primary-nav .menu-item.current-menu-parent .nav-link-parent,
.primary-nav .menu-item.current-menu-ancestor .nav-link-parent,
.primary-nav .menu-item.current-page-ancestor .nav-link-parent {
	border-bottom: 3px solid #f8ad3a;
}

.primary-nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 999;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.primary-nav .menu-item-has-children > .nav-link-parent {
	cursor: default;
}

.primary-nav .menu-item.expanded .sub-menu {
	display: block;
}

.primary-nav .sub-menu .menu-item {
	padding: 0;
	width: 13.5em;
	line-height: 1.5;
	border-top: 0.0417em solid hsl(36, 93%, 75%);
}

.primary-nav .sub-menu .menu-item:first-child {
	border-top: 0.0417em solid #999;
}

.primary-nav .nav-link-child {
	display: block;
	padding: 0.5em 0.875em;
	background: #f8ad3a;
	color: #fff;
	font-size: 0.875em;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	transition: none;
	outline: none;
}

.primary-nav .current-menu-item > .nav-link-child,
.primary-nav .nav-link-child:focus,
.primary-nav .nav-link-child:hover {
	background: #202020;
	color: #fff;
}

.nav-menu-toggle {
	display: none;
	position: absolute;
	top: 3rem;
	right: 1rem;
	height: 2.5rem;
	width: 2.5rem;
	margin-top: -1.25rem;
	background-color: #fff;
	color: #202020;
	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: #f8ad3a;
	color: #fff;
}

.nav-menu-toggle:focus {
	background-color: #f8ad3a;
	color: #fff;
	outline: none;
}

.nav-menu-toggle:active {
	background-color: hsl(36, 87%, 57%);
	outline: none;
}

@media screen and (max-width: 72em) {
	.primary-nav .nav-link-parent {
		font-size: 0.9375em;
	}
}

@media screen and (max-width: 64em) {
	.primary-nav .nav-menu > .menu-item {
		padding: 2.25em 0.5em;
	}
}

@media screen and (min-width: 60.001em ) {
	.primary-nav .menu-container {
		display: block !important;
	}
}

@media screen and (max-width: 60em ) {
	.primary-nav .limited-width {
		display: block;
	}

	.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;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
		padding: 0.5em 0;
	}

	.primary-nav .nav-menu {
		padding: 0;
	}

	.primary-nav .nav-link-parent {
		display: block;
		padding: 0 0 0 1rem;
		border-bottom: none !important;
	}

	.primary-nav .nav-menu > .menu-item {
		display: block;
		border: none;
		line-height: 2.25em;
		padding: 0;
		height: auto;
		text-align: left;
		width: auto;
	}

	.primary-nav .menu-item:hover .nav-link-parent,
	.primary-nav .menu-item.expanded .nav-link-parent {
		color: inherit;
	}

	.primary-nav .menu-item.current-menu-ancestor .nav-link-parent {
		color: #f8ad3a;
	}

	.primary-nav .menu-item .nav-link-parent:focus,
	.primary-nav .menu-item .nav-link-parent:hover {
		background: #f8ad3a;
		color: #fff;
	}

	.primary-nav .sub-menu {
		display: none;
		position: relative;
		top: 100%;
		z-index: 999;
		border-top: none;
		box-shadow: none;
	}

	.primary-nav .sub-menu .menu-item {
		border: none;
		width: auto;
	}
	
	.primary-nav .nav-link-child {
		padding: 0 0 0 2rem;
		background: inherit;
		color: #202020;
		font-size: 0.9375em;
		line-height: 2em;
		text-align: left;
	}

	.primary-nav .sub-menu .menu-item:first-child {
		border-top: none;
	}

	.primary-nav .current-menu-item > .nav-link-child {
		background: inherit;
		color: #f8ad3a;
		font-weight: 600;
	}

	.primary-nav .nav-link-child:focus,
	.primary-nav .nav-link-child:hover {
		background: #f8ad3a;
		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: 600;
}

.site-footer .upper h2:after {
	content: '';
    display: block;
	border: 2px solid #f8ad3a;
	margin-top: 0.75rem;
	max-width: 4rem;
}

.site-footer .upper h3 {
	margin: 0 0 0.3125rem 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 {
	width: 100%;
	max-width: 16em;
	margin-bottom: 0.25em;
}

.site-footer .upper .about p {
	max-width: 17.25rem;
	margin: 1rem 0;
	font-size: 0.9375em;
	line-height: 1.5;
	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: 600;
}

.site-footer .upper .postings p {
	margin-bottom: 0.75em;
	font-size: 0.9375em;
}

.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: 1.5em 0;
	background: #191919;
	color: #b3b3b3;
}

.site-footer .lower .limiter {
	display: flex;
	align-items: center;
}

.site-footer .lower .copyright {
	flex: 1;
	font-size: 0.9375em;
}

.site-footer .lower .top-button-wrapper {
	flex: initial;
}

.site-footer .lower .top-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.125em;
	height: 1.125em;
	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 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;
}


/* -----------------------------------------------------------------------------
 # Home page ---------------------------------------------------------------- */

.page-home .section {
	padding: 3em 0 4em 0;
}

.page-home .section h2 {
	margin: 0 0 2.25rem 0;
	font-size: 1.625em;
	font-weight: 600;
	letter-spacing: -0.005em;
}

.page-home .section h2:after {
	content: '';
    display: block;
	border-bottom: 0.25rem solid #f8ad3a;
	margin-top: 1.25rem;
	max-width: 2.75em;
}

.page-home .section h3 {
	margin: 0 0 0.5rem;
	font-size: 1.3125em;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.005em;
}

.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 1rem;
	font-size: 0.9375em;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #fff;
	background: #f8ad3a;
	border-radius: 1px;
	text-decoration: none;
}

.page-home .section .btn-action:focus,
.page-home .section .btn-action:hover {
	box-shadow: 0 0 0 3px hsla(36, 93%, 60%, 0.25);
}

.page-home .section .btn-action:active {
	background: hsl(36, 87%, 57%);
	box-shadow: 0 0 0 3px hsla(36, 93%, 60%, 0.3);
}

.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;
}
.page-home .section .learn-more {
	font-size: 1em;
	font-weight: 600;
	color: #f8ad3a;
	text-decoration: none;
}

.page-home .section .learn-more:active,
.page-home .section .learn-more:hover {
	text-decoration: underline;
}

/* Sections (general) */

.page-home .section .image-text-group {
	display: flex;
	align-items: flex-start;
	margin-top: 3em;
}

.page-home .section .image-text-group.reverse {
	flex-direction: row-reverse;
}

.page-home .section .image-text-group h3 {
	margin: 0 0 1rem 0;
}

.page-home .section .image-text-group .image {
	flex: 1;
	margin: 0 2.5em;
}

.page-home .section .image-text-group .image img {
	display: block;
}

.page-home .section .image-text-group .text {
	flex: 1;
	margin: 0 2em;
}

.page-home .section .image-text-group p {
	margin: 0 0 1rem 0;
	max-width: 30em;
}

@media screen and (max-width: 70em) {
	.page-home .section .image-text-group .image {
		margin: 0 1em 0 0;
	}

	.page-home .section .image-text-group.reverse .image {
		margin: 0 0 0 1em;
	}

	.page-home .section .image-text-group .text {
		margin: 0 0 0 1em;
	}

	.page-home .section .image-text-group.reverse .text {
		margin: 0 1em 0 0;
	}
}

@media screen and (max-width: 45em) {
	.page-home .section .image-text-group {
		display: block;
	}

	.page-home .section .image-text-group .image,
	.page-home .section .image-text-group.reverse .image {
		margin: 0;
	}

	.page-home .section .image-text-group .text,
	.page-home .section .image-text-group.reverse .text {
		margin: 2em 0 0 0;
	}

	.page-home .section .image-text-group h3,
	.page-home .section .image-text-group p {
		margin: 0 0 0.75rem 0;
		max-width: 100%;
	}
}

/* ## Banner section -------------------------------------------------------- */

.page-home .section.banner {
	height: 31.25em;
	padding: 0;
	position: relative;
}

.page-home .section.banner .swiper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.page-home .section.banner .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.page-home .section.banner .swiper-slide {
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.page-home .section.banner .swiper-slide .left {
	flex: 1;
	background: #f8ad3a;
}

.page-home .section.banner .swiper-slide .middle {
	flex: initial;
	padding: 0;
	position: relative;
}

.page-home .section.banner .swiper-slide .right {
	flex: 1;
}

.page-home .section.banner .swiper-slide .angled-overlay-outline {
	position: relative;
	width: 100%;
	max-width: 27.1875em;
	height: 100%;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 14.1875em 100%, 0 100%);
}

.page-home .section.banner .swiper-slide .angled-overlay {
	width: 100%;
	max-width: 26em;
	height: 100%;
	padding-left: 1em;
	background: #f8ad3a;
	color: #fff;
	clip-path: polygon(0 0, 100% 0, 14em 100%, 0 100%);
}

.page-home .section.banner .content {
	max-width: 20em;
	padding-top: 2.5rem;
	color: #fff;
}

.page-home .section.banner .content h2 {
	margin: 0 0 1.125rem 0;
	font-size: 1.9375em;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.page-home .section.banner .content h2:after {
	display: none;
}

.page-home .section.banner .content .above-heading {
	margin-bottom: 0.3125rem;
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.3;
}

.page-home .section.banner .content .below-heading {
	margin-bottom: 1.625rem;
	font-size: 1em;
	font-weight: 300;
	font-style: italic;
}

.page-home .section.banner .btn-hero {
	display: inline-block;
	padding: 0.375rem 1rem;
	font-size: 0.9375rem;
	font-weight: 700;
	background: #fff;
	border-radius: 1px;
	text-decoration: none;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
	color: #f8ad3a;
	transition: 0.1s box-shadow;
	text-transform: uppercase;
	letter-spacing: -0.01em;
}

.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 .swiper-pagination {
	width: 112px;
	left: 2.5em;
	bottom: 2em;
	text-align: left;
	--swiper-pagination-color: #fff;
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-pagination-bullet-inactive-opacity: 0.25;
	--swiper-pagination-bullet-size: 12px;
	--swiper-pagination-progressbar-bg-color: rgba(255, 255, 255, 0.25);
	--swiper-pagination-bullet-horizontal-gap: 8px;
}

@media screen and (max-width: 1296px) {
	.page-home .section.banner .swiper-pagination {
		left: 1em;
	}
}

/* GHCHF banner */

.page-home .section.banner .swiper-slide.ghchf .left,
.page-home .section.banner .swiper-slide.ghchf .angled-overlay {
	background: #f8ad3a;
}

.page-home .section.banner .swiper-slide.ghchf {
	background-position: 15% 100%;
}

.page-home .section.banner .swiper-slide.ghchf .btn-hero {
	color: #f8ad3a;
}

/* Winter Workshops banner */

.page-home .section.banner .swiper-slide.ww .left,
.page-home .section.banner .swiper-slide.ww .angled-overlay {
	background: #25344b;
}

.page-home .section.banner .swiper-slide.ww {
	background-position: 100% 66%;
	background-size: cover;
}

.page-home .section.banner .swiper-slide.ww .btn-hero {
	color: #25344b;
}

/* NHS banner */

.page-home .section.banner .swiper-slide.nhs .left,
.page-home .section.banner .swiper-slide.nhs .angled-overlay {
	background: #562463;
}

.page-home .section.banner .swiper-slide.nhs {
	background-position: 100% 50%;
}

.page-home .section.banner .swiper-slide.nhs .btn-hero {
	color: #562463;
}

/* Diversity Scholarship banner */

.page-home .section.banner .swiper-slide.ds .left,
.page-home .section.banner .swiper-slide.ds .angled-overlay {
	background: #1b75bb;
}

.page-home .section.banner .swiper-slide.ds {
	background-position: 100% 17.5%;
	background-size: cover;
}

.page-home .section.banner .swiper-slide.ds .below-heading {
	max-width: 16em;
}

.page-home .section.banner .swiper-slide.ds .btn-hero {
	color: #1b75bb;
}

@media screen and (max-width: 1080px) {
	.page-home .section.banner .swiper-slide.nhs {
		background-position: 50% 50%;
	}
}

@media screen and (max-width: 56em) {
	.page-home .section.banner {
		height: 25em;
	}

	.page-home .section.banner .content {
		padding-top: 1.5rem;
	}

	.page-home .section.banner .swiper-pagination {
		bottom: 1em;
	}
}

@media screen and (max-width: 36em) {
	.page-home .section.banner .swiper-slide.ghchf {
		background-position: 25% 50%;
	}
}

@media screen and (max-width: 27.5em) {
	.page-home .section.banner {
		height: 22em;
		background-position: 6% 100%;
	}

	.page-home .section.banner .content h2 {
		font-size: 1.875em;
		line-height: 1.25;
	}

	.page-home .section.banner .swiper-slide .angled-overlay-outline {
		clip-path: polygon(0 0, 100% 0, 45% 100%, 0 100%);
	}

	.page-home .section.banner .swiper-slide .angled-overlay {
		max-width: 27em;
		clip-path: polygon(0 0, 100% 0, 45% 100%, 0 100%);
		clip-path: polygon(0 0, calc(100% - 0.1875em) 0, calc(45% - 0.1875em) 100%, 0 100%);
	}

	.page-home .section.banner .content {
		max-width: 14em;
		padding-top: 1.25rem;
	}

	.page-home .section.banner .content .above-heading {
		/* margin-bottom: 0.125rem; */
		font-size: 0.9375rem;
	}

	.page-home .section.banner .content h2 {
		margin-bottom: 1rem;
		font-size: 1.75em;
		letter-spacing: -0.03em;
		line-height: 1.2;
	}

	.page-home .section.banner .content .below-heading {
		margin-bottom: 1.5rem;
		font-size: 1em;
		font-weight: 300;
		font-style: italic;
		line-height: 1.3;
	}

	.page-home .section.banner .swiper-slide.ghchf .below-heading {
		max-width: 13em;
	}

	.page-home .section.banner .swiper-pagination {
		width: 80px;
		left: 0.75em;
		bottom: 0.75em;
		--swiper-pagination-bullet-size: 8px;
		--swiper-pagination-progressbar-bg-color: rgba(255, 255, 255, 0.25);
		--swiper-pagination-bullet-horizontal-gap: 6px;
	}
}

/* ## About section --------------------------------------------------------- */

.page-home .section.about {
	background: #fff;
}

.page-home .section.about .items {
	margin: 0;
}

.page-home .section.about .item {
	padding: 0 2em;
}

.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 We Are section ---------------------------------------------------- */

.page-home .section.who {
	background: #f0f0f0;
}

.page-home .section.who .ghchf-logo {
	width: 100%;
	max-width: 10em;
	margin-bottom: 2.5em;
}

.page-home .section.who .ghchf-logo img {
	display: block;
	width: 100%;
}

.page-home .section.who .item .image {
	background: none;
	height: auto;
	margin: 0;
	padding: 0;
}

.page-home .section.who .item .image img {
	display: block;
	border-radius: 1px;
}

.page-home .section.who p {
	margin: 0 0 1rem 0;
	font-size: 1.0625em;
	max-width: 26em;
}

.page-home .fb-page {
	border: 0.5px solid #d9d9d9;
	border-radius: 1px;
}

@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;
	}

	.page-home .section.who .item:first-child {
		margin-top: 0;
	}

	.page-home .section.who .ghchf-logo {
		margin-left: auto;
		margin-right: auto;
	}

	.page-home .section.who .link {
		text-align: center;
	}
}

/* ## Quote section --------------------------------------------------------- */

.page-home .section.quote {
	padding: 3.5em 0;
	background: #f8ad3a;
	color: rgba(0, 0, 0, 0.85);
	text-align: center;
}

.page-home .section.quote .quote {
	margin: 0 auto;
	max-width: 34em;
	font-size: 1.625em;
	font-weight: 300;
	font-style: italic;
	line-height: 1.4;
}

.page-home .section.quote .attribution {
	margin-top: 1rem;
	font-size: 1.125em;
}

@media screen and (max-width: 36em) {
	.page-home .section.quote .quote {
		font-size: 1.375em;
	}

	.page-home .section.quote .attribution {
		font-size: 0.9375em;
	}
}

/* ## Programs section ------------------------------------------------------ */

.page-home .section.programs {
	background: #fff;
}

.page-home .section.programs .item {
	display: flex;
	flex-direction: column;
}

.page-home .section.programs .image,
.page-home .section.programs h3,
.page-home .section.programs .link {
	flex: initial;
}

.page-home .section.programs p {
	flex: 1;
}

.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: 75%;
}

.page-home .section.programs .diversity-scholarship .image img {
	width: 75%;
}

.page-home .section.programs .cyl .image img {
	width: 68%;
}

.page-home .section.programs .ccc .image img {
	width: 48%;
}

.page-home .section.programs .winter-workshops .image img {
	width: 66%;
}

.page-home .section.programs h3 {
	margin: 0 0 0.75rem 0;
	font-size: 1.375em;
}

.page-home .section.programs p {
	margin: 0 0 0.75rem 0;
	line-height: 1.4;
}

@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;
	}
}

/* ## Parallax section ------------------------------------------------------ */

.page-home .section.parallax {
	display: flex;
	align-items: stretch;
	justify-content: center;
	padding: 0;
	background-color: transparent;
}

.page-home .section.parallax .limiter {
	position: relative;
	height: 0;
	padding-bottom: 33.333%;
}

.page-home .section.parallax .spacer {
	display: flex;
	position: absolute;
	top: 5%;
	right: 0;
	bottom: 5%;
	left: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.page-home .section.parallax .large-text {
	font-size: 2.5em;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 200%;
	text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 56em) {
	.page-home .section.parallax .limiter {
		padding-bottom: 50%;
	}

	.page-home .section.parallax .large-text {
		font-size: 1.75em;
	}
}

@media screen and (max-width: 36em) {
	.page-home .section.parallax .limiter {
		padding-bottom: 66.67%;
	}

	.page-home .section.parallax .large-text {
		font-size: 1.5em;
	}
}

/* ## Services section ------------------------------------------------------ */

.page-home .section.services {
	background: #fff;
}

/* ## Events section -------------------------------------------------------- */

.page-home .section.events {
	background: #f0f0f0;
}

/* ## OCHF section ---------------------------------------------------------- */

.page-home .section.ochf {
	padding: 2em 0 3em 0;
	background: #fff;
}

/* ## Popup footer ---------------------------------------------------------- */

.popup-footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-height: 0;
	transition: max-height 0.1s;
	color: #fff;
	z-index: 50;
}

.popup-footer.active {
	max-height: 256px;
}

.popup-footer .container {
	width: 100%;
	max-width: 1286px;
	margin: 0 auto;
	position: relative;
}

.popup-footer .image {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 20%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-radius: 2px;
	position: relative;
}

.popup-footer.active .image {
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.popup-footer .notice {
	background: #f8ad3a;
	color: #fff;
	font-size: 1.125rem;
	text-align: center;
	padding: 0.625rem 1rem;
	border: 1.5px solid #fff;
	border-radius: 1px 1px 0 0;
	border-bottom: none;
}

.popup-footer .dismiss-popup-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	height: 2em;
	width: 2em;
	transition: all 0.1s;
	border-top-right-radius: 2px;
	text-decoration: none;
	color: rgba(127, 127, 127, 0.5);
	font-weight: 700;
	font-size: 1.5em;
}

.popup-footer .dismiss-popup-footer.text-only {
	color: rgba(255, 255, 255, 0.5);
}

.popup-footer .dismiss-popup-footer:hover {
	color: #000;
	background: rgba(255, 255, 255, 0.25);
}

.popup-footer .dismiss-popup-footer.text-only:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.25);
}

@media (max-width: 720px) {
	.popup-footer .image {
		background-size: cover;
		padding-bottom: 30%;
		background-position: 50% 0;
	}

	.popup-footer .dismiss-popup-footer {
		text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	}
}

/* ## Footer banner --------------------------------------------------------- */

.popup-footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-height: 0;
	transition: max-height 0.1s;
	color: #fff;
	z-index: 50;
}

.popup-footer.active {
	max-height: 256px;
}

.popup-footer .container {
	width: 100%;
	max-width: 1286px;
	margin: 0 auto;
	position: relative;
}

.popup-footer .image {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 20%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-radius: 2px;
	position: relative;
}

.popup-footer.active .image {
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.popup-footer .notice {
	background: #f8ad3a;
	font-size: 1.125rem;
	text-align: center;
	padding: 0.625rem 1rem;
	border: 1.5px solid #fff;
	border-radius: 1px 1px 0 0;
	border-bottom: none;
}

.popup-footer .dismiss-popup-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	height: 2em;
	width: 2em;
	transition: all 0.1s;
	border-top-right-radius: 2px;
	text-decoration: none;
	color: rgba(127, 127, 127, 0.5);
	font-weight: 700;
	font-size: 1.5em;
}

.popup-footer .dismiss-popup-footer.text-only {
	color: rgba(255, 255, 255, 0.5);
}

.popup-footer .dismiss-popup-footer:hover {
	color: #000;
	background: rgba(255, 255, 255, 0.25);
}

.popup-footer .dismiss-popup-footer.text-only:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.25);
}

@media (max-width: 720px) {
	.popup-footer .image {
		background-size: cover;
		padding-bottom: 30%;
		background-position: 50% 0;
	}

	.popup-footer .dismiss-popup-footer {
		text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	}
}


/* -----------------------------------------------------------------------------
 # 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-color: #ccc;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.33;
}

.page-default .page-banner .section-title {
	width: 1280px;
	margin: 0 auto;
	padding: 0 1rem 1.625rem 1rem;
	font-size: 1.3125em;
	font-weight: 600;
	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.4;
}

.page-default .content-area {
	display: flex;
	align-items: flex-start;
}

.content-area p a {
	font-weight: 500;
}

.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: #f8ad3a;
}

.page-default .wp-block-image img {
	display: block;
}

.page-home .btn-standard i,
.page-default .btn-standard i {
	margin-right: 0.5rem;
}

.page-default .return-link {
	margin: 2.5em 0 1em 0;
}

.mc4wp-form-fields .form-field {
	margin-bottom: 0.5em;
}

.site-footer .mc4wp-form-fields .form-field input[type="text"],
.site-footer .mc4wp-form-fields .form-field input[type="email"] {
	padding: 0.25em 1em;
	width: 18em;
}

.site-footer .mc4wp-form-fields .form-field {
	margin-bottom: 0.375em;
}

.site-footer .mc4wp-form-fields .form-field.button {
	margin-top: 0.625em;
}

.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;
}

/* Link button */

.link-button {
	margin-top: 1.25em;
}

.link-button .btn-standard {
	padding: 0.4375rem 1rem;
	font-size: 1rem;
}

@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.625em;
	font-weight: 600;
}

.page-default .hentry .entry-title:after {
	content: '';
    display: block;
	border-bottom: 0.25rem solid #f8ad3a;
	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: #f8ad3a;
}

.page-default .hentry h3 {
	margin: 2.5rem 0 1rem 0;
	font-size: 1em;
	font-weight: 600;
}

.page-default .hentry p {
	margin-bottom: 1.25em;
}

.page-default .hentry p {
	margin-bottom: 1.25em;
}

.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;
}

.page-default .accordion {
	color: #f8ad3a;
	text-decoration: none;
}

.page-default .accordion:hover {
	text-decoration: underline;
}

.page-default .accordion + div {
	display: none;
	overflow: hidden;
}

/* ## Sidebar --------------------------------------------------------------- */

.page-default .page-sidebar {
	flex: 1;
	padding: 2.6875em 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.4375em;
	font-weight: 600;
}

.page-default .page-sidebar h2:after {
	content: '';
    display: block;
	border-bottom: 0.25rem solid #f8ad3a;
	margin-top: 0.875rem;
	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: #f8ad3a;
}

.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 + 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%;
	}
}

/* ## Sponsors -------------------------------------------------------------- */

.sponsors-panel {
	margin: 1.5em -0.75em 0 -0.75em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sponsors-panel .sponsor {
	width: 11em;
	min-width: 6em;
	margin: 0.75em;
}

.sponsors-panel .sponsor-logo-ar {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.sponsors-panel .sponsor-logo-scale {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sponsors-panel .sponsor-logo {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

/* ## Board of Directors ---------------------------------------------------- */

.board-member-grid {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -0.5em;
}

.board-member-tile {
	display: flex;
	flex: 0 0 25%;
	flex-direction: column;
	max-width: 12em;
	padding: 0.5em;
	text-align: center;
}

.board-member-tile .board-member-photo {
	width: 100%;
	height: 0;
	padding-bottom: 125%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.board-member-photo img {
	display: block;
}

.board-member-name {
	margin: 0.625rem 0 0.1875rem 0;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.3;
}

.board-member-title {
	font-size: 0.875em;
}

.board-member-organization {
	margin-top: 0.25em;
	font-size: 0.8125em;
}

@media screen and (max-width: 40em) {
	.board-member-tile {
		flex: 0 0 33.333%;
	}
}

@media screen and (max-width: 30em) {
	.board-member-tile {
		flex: 0 0 50%;
	}
}

@media screen and (max-width: 20em) {
	.board-member-tile {
		flex: 0 0 100%;
	}
}

/* ## Diversity Scholarship ------------------------------------------------- */

.page-diversity-scholarship .hentry .wp-block-image {
	max-width: 16em;
	margin: 0 0 1.5em 1.5em;
}

.page-diversity-scholarship .page-sidebar .sponsors-panel .sponsor {
	width: 9em;
}

@media screen and (max-width: 56em) {
	.page-diversity-scholarship .hentry .wp-block-image.alignright {
		float: none;
		display: block;
		max-width: 14em;
		margin: 1.5em 0;
	}
}

/* ## Co-op Cost Cutters ---------------------------------------------------- */

.page-coop-cost-cutters .hentry h2 {
	color: #79ad31;
}

.page-coop-cost-cutters .page-sidebar h3 {
	color: #79ad31;
}

.page-coop-cost-cutters .wp-block-quote {
	margin: 1.5rem 0;
	font-size: 1.625em;
	font-weight: 600;
	font-style: italic;
	color: #79ad31;
}

.page-coop-cost-cutters .ccc-link-block {
	margin-top: 1.5em;
}

.page-coop-cost-cutters .wp-block-image.ccc-logo {
	display: block;
	margin: 2.5em 0 1.5em 0;
	max-width: 10em;
}

.page-coop-cost-cutters .btn-ccc {
	display: inline-block;
	padding: 0.5rem 0.875rem;
	font-size: 1.125em;
	font-weight: 600;
	text-align: center;
	border: none;
	border-radius: 1px;
	text-decoration: none;
	color: #fff;
	line-height: 1.1;
	transition: 0.1s box-shadow;
	background: #79ad31;
}

.page-coop-cost-cutters .btn-ccc:focus,
.page-coop-cost-cutters .btn-ccc:hover {
	background: hsl(85, 56%, 41%);
	box-shadow: 0 0 0 3px hsla(85, 56%, 41%, 0.33);
}

.page-coop-cost-cutters .btn-ccc:active {
	background: #79ad31;
}

/* ## Portable Workshops ---------------------------------------------------- */

.page-portable-workshops .wpcf7 p {
	margin: 0;
}

.page-portable-workshops .wpcf7 .required {
	color: #e50000;
	padding-right: 0.25rem;
}

.page-portable-workshops .wpcf7 .wpcf7-form-control-wrap input[type="email"],
.page-portable-workshops .wpcf7 .wpcf7-form-control-wrap input[type="text"],
.page-portable-workshops .wpcf7 .wpcf7-form-control-wrap select {
	width: 100%;
}

.page-portable-workshops .wpcf7-form-control.wpcf7-not-valid {
	border-color: hsl(0, 70%, 50%);
	outline: 1px solid hsl(0, 70%, 50%) !important;
}

.page-portable-workshops .wpcf7-not-valid-tip {
	margin-top: 0.25rem;
	color: hsl(0, 70%, 50%);
	font-size: 0.875rem;
	font-style: italic;
}

.page-portable-workshops .wpcf7-select {
	min-height: 2.125rem;
}

.page-portable-workshops .wpcf7 .label {
	margin-top: 1.25rem;
	line-height: 1.4;
}

.page-portable-workshops .wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.5rem;
}

.page-portable-workshops .wpcf7-list-item {
	margin-top: 0.5rem;
}

.page-portable-workshops .wpcf7-list-item.first {
	margin-top: 0.25rem;
}

.page-portable-workshops .wpcf7-textarea {
	height: 7em;
}

.page-portable-workshops .wpcf7 .attendee-group {
	display: none;
}

.page-portable-workshops .wpcf7 .controls {
	margin-top: 1.75rem;
}

.page-portable-workshops .wpcf7 .controls .btn-standard {
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
}

.page-portable-workshops .wpcf7 .controls .add-attendee {
	margin-right: 1rem;
}

.page-portable-workshops .wpcf7 .btn-standard.wpcf7-submit {
	background: #404040;
	color: #fff;
}

.page-portable-workshops .wpcf7 .btn-standard.wpcf7-submit:active:not(:disabled),
.page-portable-workshops .wpcf7 .btn-standard.wpcf7-submit:hover:not(:disabled) {
	background: hsl(0, 0%, 19%);
	box-shadow: 0 0 0 3px hsla(0, 0%, 19%, 0.33);
}

.page-portable-workshops .wpcf7 .btn-standard.wpcf7-submit:active,
.page-portable-workshops .wpcf7 .btn-standard.wpcf7-submit:hover {
	background: hsl(0, 0%, 22%);
	box-shadow: 0 0 0 3px hsla(0, 0%, 22%, 0.33);
}

.page-portable-workshops .wpcf7 form .wpcf7-response-output {
	margin: 1.5rem 0 1rem 0;
}

.page-portable-workshops .accordion h3 {
	margin: 1.5rem 0 1rem 0;
}

.page-portable-workshops .accordion + .wp-block-group.is-vertical {
	margin-left: 1em;
	gap: 0;
}

.page-portable-workshops .accordion + .wp-block-group.is-vertical p {
	margin-bottom: 1em;
}

.page-portable-workshops .accordion + .wp-block-group.is-vertical p:last-child {
	margin-bottom: 0;
}

/* ## Events Calendar ------------------------------------------------------- */

.page-events-calendar .hentry h2 {
	color: inherit;
}

/* ## Government Relations -------------------------------------------------- */

.page-government-relations .hentry .wp-block-image.nhs-infographic {
	margin: 1.5em 0;
}

/* ## 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 {
	margin-bottom: 0.5rem;
	font-size: 1.125em;
	font-weight: 600;
}

.job-posting-list .position a:hover {
	text-decoration: underline;
}

.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 label {
	margin-right: 0.5em;
}

.page-find-a-coop .controls select {
	height: 2em;
	border-radius: 2px;
	margin: 0 1em 0 0;
	padding: 0 0.5em;
}

.page-find-a-coop .controls select:focus,
.page-find-a-coop .controls select:active {
	outline: none;
	border-color: #f8ad3a;
}

.page-find-a-coop .btn-standard {
	padding: 0 1.5em;
	height: 2rem;
}

.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;
	padding: 1em;
	border-top: 0.0625em solid #ccc;
}

.page-find-a-coop .coop-tile:first-child {
	border-top: 0.125em solid #202020;
}

.page-find-a-coop .coop-main {
	display: flex;
	flex-direction: row;
	flex: 1;
}

.page-find-a-coop .coop-group {
	display: flex;
	flex-direction: row;
	flex: initial;
}

.page-find-a-coop .coop-group.first {
	flex: 1;
}

.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-left: 0;
	/* background: #f2f2f2; */
}

.page-find-a-coop .coop-col.image img {
	display: block;
	max-width: 5.5em;
}

.page-find-a-coop .coop-col.image.placeholder {
	width: 6em;
	min-height: 4.125em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-find-a-coop .coop-col.image i {
	font-size: 1.5em;
	color: #e0e0e0;
}

.page-find-a-coop .coop-col.name {
	flex: 5;
}

.page-find-a-coop .coop-field:not(.name) {
	font-size: 0.90625em;
}

.page-find-a-coop .coop-field.name {
	padding: 0.125em 0;
	font-weight: 600;
	line-height: 1.2;
}

.page-find-a-coop .coop-field.website {
	font-size: 0.875em;
}

.page-find-a-coop .coop-field.website i {
	padding-left: 0.5em;
}

.page-find-a-coop .coop-col.address {
	flex: 5;
}

.page-find-a-coop .coop-col.address a {
	color: inherit;
}

.page-find-a-coop .coop-col.address i {
	font-size: 0.875em;
	color: #f8ad3a;
	width: 1.5em;
}

.page-find-a-coop .coop-field.address2 {
	padding-left: 1.3125em;
}

.page-find-a-coop .coop-field.email {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	/* min-width: 0; */
	width: 100%;
}

.page-find-a-coop .coop-col.contact a {
	color: inherit;
}

.page-find-a-coop .coop-col.contact a i {
	font-size: 0.875em;
	color: #f8ad3a;
	width: 1.75em;
}

.page-find-a-coop .coop-col.contact a:hover,
.page-find-a-coop .coop-col.address a:hover {
	color: #f8ad3a;
}

.page-find-a-coop .coop-col.member {
	flex: inherit;
	width: 7.5em;
	padding-right: 0;
	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: inherit;
	width: 8em;
}

.page-find-a-coop .coop-col.units strong {
	color: #f8ad3a;
}

.page-find-a-coop .coop-col.units .has-note {
	border-bottom: 1px dotted #f8ad3a;
	cursor: help;
}

@media screen and (max-width: 80em) {
	.page-find-a-coop .coop-field:not(.name) {
		font-size: 0.875em;
	}

	.page-find-a-coop .coop-tile {
		padding: 1em 0;
	}
}

@media screen and (max-width: 60em) {
	.page-find-a-coop .coop-tile {
		align-items: flex-start;
	}

	.page-find-a-coop .coop-group {
		display: block;
	}

	.page-find-a-coop .coop-field:not(.name) {
		font-size: 0.9375em;
	}

	.page-find-a-coop .coop-col.image.placeholder {
		min-height: auto;
	}

	.page-find-a-coop .coop-col.name,
	.page-find-a-coop .coop-col.address,
	.page-find-a-coop .coop-field.phone {
		margin-bottom: 0.375em;
	}

	.page-find-a-coop .coop-col.address i {
		width: 1.75em;
	}

	.page-find-a-coop .coop-field.address2 {
		padding-left: 1.5em;
	}

	.page-find-a-coop .coop-group.first {
		overflow: hidden;
	}

	.page-find-a-coop .coop-group.second {
		display: flex;
		width: 11em;
		flex-direction: column;
		justify-content: center;
	}

	.page-find-a-coop .coop-col.member,
	.page-find-a-coop .coop-col.units {
		display: block;
		width: auto;
	}

	.page-find-a-coop .coop-col.member .icon {
		margin-right: 0.25em;
	}

	.page-find-a-coop .coop-col.member .icon,
	.page-find-a-coop .coop-col.member .member {
		display: inline;
	}

	.page-find-a-coop .coop-field.units,
	.page-find-a-coop .coop-field.vacancies {
		margin-bottom: 0.375em;
	}
}

@media screen and (max-width: 44em) {
	.page-find-a-coop .controls form {
		display: block;
	}

	.page-find-a-coop .controls select {
		margin-right: 0;
	}

	.page-find-a-coop .form-control {
		display: block;
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 40em) {
	.page-find-a-coop .coop-main {
		display: block;
		overflow: hidden;
	}

	.page-find-a-coop .coop-field.email {
		margin-bottom: 0.375em;
	}

	.page-find-a-coop .coop-col.units {
		padding-left: 1.90625em;
	}

	.page-find-a-coop .coop-col.member .icon {
		display: inline-block;
		width: 1.625em;
		margin-right: 0;
		font-size: 0.875em;
	}
}

@media screen and (max-width: 25em) {
	.page-find-a-coop .coop-tile {
		display: block;
	}

	.page-find-a-coop .coop-main,
	.page-find-a-coop .coop-group.first {
		overflow: auto;
	}

	.page-find-a-coop .coop-col.image {
		width: 8em;
		margin: 0 0 0.75em 0.5em;
		padding: 0;
	}

	.page-find-a-coop .coop-col.image img {
		max-width: 8em;
	}
}

@media screen and (max-width: 23em) {
	.page-find-a-coop .controls select {
		display: block;
		margin-top: 0.375em;
	}
}

/* ## Newsletter Archive ---------------------------------------------------- */

.page-ghchf-newsletter-archive .link-grid {
	display: grid;
	width: 100%;
	margin: 0;
	padding: 0;
	grid-gap: 1em;
	grid-template-columns: repeat(auto-fill, minmax(20em, 1fr) ) ;
}

.page-ghchf-newsletter-archive .link-grid-item {
	margin: 0;
	width: auto;
}

.page-ghchf-newsletter-archive .link-grid-item h2 {
	margin-top: 1rem;
}

.page-ghchf-newsletter-archive .link-grid-item .label {
	margin-top: 0.5rem;
}

.page-ghchf-newsletter-archive .link-grid-item .date {
	font-size: 0.9375em;
}

/* ## OCHF template --------------------------------------------------------- */

.ochf-panel {
	background: #f8ad3a;
	padding: 2em 1.5em 3em 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%;
}


@media screen and (max-width: 56em) {
	.ochf-panel {
		padding: 2em 0 2.25em 0;
	}
}

.page-home .ochf-panel {
	padding: 0;
	background: transparent;
}

.page-home .ochf-panel .top p {
	color: #202020;
}


/* -----------------------------------------------------------------------------
 # 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;
}
