/*!
Theme Name: Acuity Path
Theme URI: https://acuitypath.ca
Author: Sean Pearce
Author URI: https://acuitypath.ca
Description: Custom theme for acuitypath.ca
Version: 1.2.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: acuitypath

Acuity Path 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
  ## Header
  ## Contact band
  ## Navigation
  ## Footer
  ## Posts and pages
  ## Comments
  ## Widgets
  ## Media
  ## Captions
  ## Galleries
# Common content
  ## Image and text blocks
  ## Application forms
# Home page
  ## Banner section
  ## About section
  ## Quote section
  ## Services section
  ## Grey section
  ## Events section
  ## Blog section
# Interior pages
  ## Why Acuity Path?
  ## The Team
  ## Accountability Groups
  ## Group Training
  ## Reading List
  ## Events (placeholder)
  ## Contact
# Blog
  ## Index
  ## Posts
  ## Sidebar
# Templates
  ## Blue footer band
  ## Blue footer band (tall)
# 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: #333;
	font-family: 'Source Sans Pro', 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin: 0 0 1em 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ol {
	margin: 0 0 1em 0;
	padding-inline-start: 1.5em;
}

ul {
	margin: 0 0 1em 0;
	padding-inline-start: 1.5em;
	list-style: disc;
}

ol {
	list-style: decimal;
}

.page-content li {
	margin-bottom: 0.25em;
}

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 {
	color: #76236c;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #76236c;
	text-decoration: underline;
}

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

/* ## Forms ----------------------------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
}

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 {
	width: 100%;
	color: #4d4d4d;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 1px;
	padding: 0.25rem 1rem;
	outline: none;
}

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 {
	border-color: #76236c;
	border-radius: 0;
	outline: 1px solid #76236c;
}

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: #999;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/* -----------------------------------------------------------------------------
 # Layouts ------------------------------------------------------------------ */

.site {
	margin-top: 7.5em;
}

.limiter {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 1em;
}

.page-header {
	height: 0;
	padding-bottom: 11.111%;
	padding-bottom: calc(100% / 9);
	background-image: url('./img/bg-header.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 75% 50%;
	position: relative;
}

.page-header:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.5px;
	background: rgba(0, 0, 0, 0.04);
}

.page-header .limiter {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 1.375em;
}

.page-title {
	margin: 0;
	font-size: 1.75em;
	color: #76236c;
	letter-spacing: -0.01em;
	line-height: 1.1;
}

.page-title a {
	color: inherit;
}

.page-title a:focus,
.page-title a:hover {
	color: #76236c;
	text-decoration: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin-top: 2em;
	margin-bottom: 4em;
}

@media (max-width: 1440px) {
	.page-header {
		height: 10em;
		padding-bottom: 0;
	}
}


/* -----------------------------------------------------------------------------
 # Components --------------------------------------------------------------- */

/* ## Header ---------------------------------------------------------------- */

.site-header {
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	transition: box-shadow 0.2s;
	box-shadow: 2px 0 3px 1px rgba(0, 0, 0, 0.15);
}

.site-header .limiter {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	height: 5.25em;
}

.site-branding {
	flex: initial;
	display: block;
	height: 2.75em;
	width: 19.25em;
	margin: 0.3125em 0 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* ## Contact band ---------------------------------------------------------- */

.contact-band {
	background: #76236c;
	display: flex;
	justify-content: flex-end;
}

.contact-band-link {
	background: #0d040c;
	padding: 0 1.5em 0 1.25em;
	height: 2.25em;
	position: relative;
	text-decoration: none;
	line-height: 2.25em;
}

.contact-band-link .text {
	color: #fff;
	font-weight: 600;
	font-size: 0.9375em;
	border-bottom: 1px solid transparent;
	transition: border 0.1s;
}

.contact-band-link:before {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 100%;
    content: '';
    border-top: 2.25em solid transparent;
    border-right: 1.3125em solid #0d040c;
}

.contact-band-link:hover {
	text-decoration: none;
}

.contact-band-link:hover .text {
	border-color: #fff;
}

/* ## Navigation ------------------------------------------------------------ */

.nav-wrapper {
	height: 6em;
}

.primary-nav {
	width: 100%;
	height: 5.25em;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
	position: relative;
	z-index: 20;
}

.primary-nav.sticky {
	position: fixed;
	left: 0;
	top: 2.25em;
	z-index: 100;
	/* prevent flicker in Chrome: */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.primary-nav .limiter {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.primary-nav .logo-container,
.primary-nav .menu-container {
	position: relative;
	flex: inherit;
	height: 5.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.5em 0 0;
}

.primary-nav .logo {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	margin-left: 1em;
	max-height: 2.75em;
	max-width: 16em;
	background-image: url('./img/logo-acuity-path.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.primary-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.primary-nav .nav-menu {
	padding-left: 1em;
}

.primary-nav .nav-menu > .menu-item {
	display: inline-block;
	position: relative;
	height: 5.25em;
	margin: 0;
	padding: 1.75em 0.75em 2.125em 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: #76236c;
}

.primary-nav .nav-link-parent {
	display: inline-block;
	margin: auto 0;
	text-decoration: none;
	color: #0d040c;
	font-size: 1.0625em;
	font-weight: 400;
}

.primary-nav .menu-item:hover .nav-link-parent {
	color: #76236c;
}

.primary-nav .menu-item.current-menu-item .nav-link-parent,
.primary-nav .menu-item.current-menu-parent .nav-link-parent {
	color: #76236c;
}

.primary-nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 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:hover .sub-menu {
	display: block;
}

.primary-nav .sub-menu .menu-item {
	padding: 0;
	line-height: normal;
	border-top: 0.0417em solid #ccc;
}

.primary-nav .nav-link-child {
	display: block;
	padding: 0.5em 0.875em;
	background: #fff;
	color: #0d040c;
	font-size: 0.9375em;
	line-height: 1.4;
	white-space: nowrap;
	/* white-space: normal; */
	text-decoration: none;
}

.primary-nav .current-menu-item > .nav-link-child,
.primary-nav .nav-link-child:hover {
	color: #76236c;
}

.nav-menu-toggle {
	display: none;
	position: absolute;
	top: 2.625rem;
	right: 1rem;
	height: 2.5rem;
	width: 2.5rem;
	margin-top: -1.25rem;
	background-color: #fff;
	color: #0d040c;
	outline: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	border: none;
	font-size: 1.5em;
	padding: 0;
}

.nav-menu-toggle i {
	font-size: 1.375em;
}

.nav-menu-toggle:hover {
	background-color: #76236c;
	color: #fff;
}

.nav-menu-toggle:focus {
	background-color: #76236c;
	color: #fff;
	outline: none;
}

.nav-menu-toggle:active {
	background-color: #76236c;
	outline: none;
}

@media screen and (min-width: 48em ) {
	.primary-nav .menu-container {
		display: block !important;
	}
}

@media screen and (max-width: 47.999em ) {
	.primary-nav .limiter {
		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: #f0f0f0;
		border-top: 1px solid #d9d9d9;
		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 1.5rem;
		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;
	}

	.primary-nav .menu-item:hover:not(.current-menu-ancestor) .nav-link-parent {
		color: #76236c;
	}

	.primary-nav .nav-menu > .menu-item:not(.menu-item-has-children) .nav-link-parent:hover {
		background: #76236c;
		color: #fff;
	}

	.primary-nav .sub-menu {
		display: none;
		position: relative;
		top: 100%;
		left: -0.375em;
		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 3rem;
		background: inherit;
		font-size: 0.9375em;
		line-height: 2em;
		text-align: left;
	}

	.primary-nav .current-menu-item > .nav-link-child {
		background: #76236c;
	}

	.primary-nav .current-menu-item > .nav-link-child,
	.primary-nav .nav-link-child:hover {
		background: none;
	}

	.primary-nav .nav-link-child:hover  {
		background: #76236c;
		color: #fff;
	}

	.primary-nav .menu-container.expanded {
		display: block;
	}
	
	.nav-menu-toggle {
		display: flex;
	}
}

/* ## Footer ---------------------------------------------------------------- */

.site-footer .upper {
	background: #f2f2f2;
}

.site-footer .upper .limiter {
	display: flex;
	align-items: flex-start;
	padding: 3em 1em 2em 1em;
}

.site-footer .upper .column {
	flex: initial;
	width: 16em;
}

.site-footer .upper .column h2 {
	margin: 0 0 1rem 0;
	font-size: 1.125em;
	font-weight: 600;
}

.site-footer .upper .column p {
	font-size: 0.9375em;
	line-height: 1.4;
}

.site-footer .upper .column.about .footer-logo {
	padding-right: 0.5em;
	margin-top: -0.625em;
	margin-bottom: 1.125em;
}

.site-footer .upper .column.about .image {
	display: block;
	width: 100%;
}

.site-footer .upper .column.about p {
	line-height: 1.3;
}

.site-footer .upper .column.form {
	flex: 1;
	width: auto;
	padding: 0 6em;
}

.site-footer .upper .column.form .wpcf7 {
	margin-top: 1.25em;
}

.site-footer .upper .column.contact .item {
	margin-bottom: 1em;
	font-size: 0.9375em;
}

.site-footer .upper .socials {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.site-footer .upper .social {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.5em;
	height: 2em;
	width: 2em;
	background: #76236c;
	color: #fff;
	border-radius: 50%;
}

.site-footer .upper .social:focus,
.site-footer .upper .social:hover {
	background: #0d040c;
}

.site-footer .lower {
	padding: 1em 0;
	background: #0d040c;
	color: #fff;
}

.site-footer .lower .copyright {
	font-size: 0.875em;
	color: rgba(255, 255, 255, 0.75);
}

.site-footer .lower .copyright .text {
	margin-right: 1.25rem;
}

.site-footer .lower .copyright a {
	color: #fff;
	border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}

.site-footer .lower .copyright a:focus,
.site-footer .lower .copyright a:hover {
	border-bottom: 0.5px solid #fff;
	text-decoration: none;
}

/* .site-footer .lower .divider {
	border-left: 0.5px solid rgba(255, 255, 255, 0.35);
	margin-left: 1em;
	padding-right: 1em;
} */

@media (max-width: 992px) {
	.site-footer .upper .column.form {
		padding: 0 2em;
	}
}

@media (max-width: 864px) {
	.site-footer .upper .column {
		width: 14em;
	}
}

@media (max-width: 720px) {
	.site-footer .upper .limiter {
		display: block;
		padding: 2em 1em;
	}

	.site-footer .upper .column {
		margin: 0 auto;
		width: 15em;
	}

	.site-footer .upper .column.about {
		margin-bottom: 1.5em;
	}

	.site-footer .upper .column.about .footer-logo {
		margin: 0 auto 1.5em auto;
		max-width: none;
	}

	.site-footer .upper .column.about .image {
		display: block;
		width: 100%;
	}

	.site-footer .upper .column.about p {
		max-width: none;
	}

	.site-footer .upper .column.form {
		width: 15em;
		margin-bottom: 1.5em;
		padding: 0;
	}
}

@media (max-width: 480px) {
	.site-footer .lower .copyright .text {
		display: block;
		margin: 0 0 0.25rem 0;
	}
}

/* ## Posts and pages ------------------------------------------------------- */

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.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;
}


/* -----------------------------------------------------------------------------
 # Common content ----------------------------------------------------------- */

.svg-inline--fa {
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
}

.action-button-wrapper {
	margin: 1em 0;
	text-align: center;
}

.btn {
	display: inline-block;
	border: none;
	background: #76236c;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	outline: none;
}

.btn.pill:focus,
.btn.pill:hover,
.btn.standard:focus,
.btn.standard:hover {
	color: #fff;
	box-shadow: 0 0 0 4px rgba(235, 30, 121, 0.2);
	text-decoration: none;
}

.btn.pill {
	padding: 0.375rem 1.5rem;
	font-size: 1.0625em;
	font-weight: 600;
	color: #fff;
	line-height: 1.5rem;
	border-radius: 1.125rem;
}

.btn.standard {
	padding: 0.375rem 1.5rem;
	border-radius: 1px;
}

.btn.disabled {
	padding: 0.25rem 1.375rem;
	background: #fff;
	border: 0.125rem solid #76236c;
	color: #76236c;
}

.items {
	display: flex;
	align-items: center;
	margin: 2em auto;
}

.items .item {
	flex: 1;
	text-align: center;
}

.page-content h2 {
	margin: 0 0 1rem 0;
	font-size: 1.375em;
	letter-spacing: -0.01em;;
	color: #76236c;
}

/* ## Image and text blocks ------------------------------------------------- */

.wp-block-media-text .wp-block-media-text__media {
	height: 100%;
	width: 100%;
}

.wp-block-media-text .wp-block-media-text__media img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.wp-block-media-text .wp-block-media-text__content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	padding-bottom: 0.5em;
	background: #f2ebf1;
}

.wp-block-media-text .wp-block-media-text__content h2 {
	margin-top: 1.5rem;
}

.wp-block-media-text .wp-block-media-text__content p {
	font-size: 0.9375em;
}

.wp-block-media-text .wp-block-media-text__content li {
	font-size: 0.9375em;
}

@media (max-width: 600px) {
	.wp-block-media-text {
		margin: 0 0 1em 0;
	}
}

/* ## Application forms ----------------------------------------------------- */

.application-form {
	margin: 0 auto 1.5em auto;
	max-width: 32em;
	padding: 1.5em 2em;
	background: #f2ebf1;
}

.application-form .required {
	padding-left: 0.125em;
	color: #76236c;
}

.application-form .secondary {
	font-size: 0.875em;
	font-style: italic;
	color: #76236c;
}

.application-form p {
	margin-bottom: 1.5em;
}

.application-form .wpcf7-form-control {
	margin-top: 0.5em;
}

.application-form textarea {
	height: 5em;
}

.application-form .wpcf7-list-item {
	display: block;
	margin: 0.75em 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1.3;
}

.application-form .wpcf7-list-item input {
	min-width: 1.5em;
}

.application-form .wpcf7-list-item-label::before {
	content: '';
}


/* -----------------------------------------------------------------------------
 # Home page ---------------------------------------------------------------- */

.page-home .section {
	text-align: center;
}

.page-home .section h2 {
	margin: 0;
	font-size: 1.75em;
	letter-spacing: -0.02em;
	color: #76236c;
}

/* ## Banner section ---------------------------------------------------------- */

.page-home .section.banner {
	width: 100%;
	height: 432px;
	background-image: url('./img/home-banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 25%;
}

.page-home .section.banner .limiter {
	height: 100%;
}

.page-home .section.banner .content {
	max-width: 23em;
	padding: 3em 0 0 0;
	text-align: left;
}

.page-home .section.banner h2 {
	margin-bottom: 0.5rem;
	line-height: 1.25;
}

.page-home .section.banner p {
	margin-top: 0;
	font-size: 1.125em;
	line-height: 1.4;
	color: #0d040c;
	text-shadow: 0px 0px 6px #fff, 0px 0px 2px #fff;
}

.page-home .section.banner .btn.pill {
	box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.5);
}

.page-home .section.banner .btn.pill:focus,
.page-home .section.banner .btn.pill:hover {
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.35);
}

@media (max-width: 1080px) {
	.page-home .section.banner {
		height: 40vw;
		min-height: 320px;
	}

	.page-home .section.banner .content {
		padding-top: 2em;
	}

	.page-home .section.banner p {
		font-size: 1em;
	}
}

@media (max-width: 864px) {
	.page-home .section.banner .content {
		padding-top: 1.5em;
	}

	.page-home .section.banner p {
		display: none;
	}
}

@media (max-width: 720px) {
	.page-home .section.banner {
		background-position: 60% 25%;
	}

	.page-home .section.banner .content {
		padding-left: 0;
		max-width: 50%;
		line-height: 1.3;
	}

	.page-home .section.banner h2 {
		font-size: 1.5em;
		line-height: 1.15;
	}
}

@media (max-width: 640px) {
	.page-home .section.banner {
		background-position: 80% 25%;
		min-height: 240px;
	}

	.page-home .section.banner .limiter {
		display: none;
	}
}

/* ## Mobile section -------------------------------------------------------- */

.page-home .section.mobile {
	display: none;
	padding: 1.5em 1em;
	background: #f2ebf1;
	border-top: 0.5px solid rgba(255, 255, 255, 0.75);
	color: rgba(0, 0, 0, 0.9);
}

.page-home .section.mobile p {
	margin: 0;
}

.page-home .section.mobile .link {
	margin: 0.75rem 0 0 0;
}

.page-home .section.mobile .btn.pill {
	font-size: 1em;
	line-height: 1.25rem;
	border-radius: 1rem;
}

@media (max-width: 864px) {
	.page-home .section.mobile {
		display: block;
		padding: 1em;
	}

	.page-home .section.mobile h2 {
		display: none;
	}
}

@media (max-width: 640px) {
	.page-home .section.mobile {
		display: block;
		padding: 1.25em 1em;
	}

	.page-home .section.mobile h2 {
		display: block;
		margin-bottom: 0.75rem;
		line-height: 1.15;
	}
}

/* ## About section --------------------------------------------------------- */

.page-home .section.about {
	padding: 4em 0;
}

.page-home .section.about .about-block {
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: auto;
}

.page-home .section.about .image {
	flex: 1;
	max-width: 16em;
	margin: 0 0 0 auto;
}

.page-home .section.about .image img {
	display: block;
	width: 100%;
	object-fit: cover;
	border: 2px solid #76236c;
	border-radius: 50%;
}

.page-home .section.about .text {
	flex: 2;
	max-width: 34rem;
	margin: 0 auto 0 2em;
	text-align: left;
}

.page-home .section.about p {
	font-size: 1.125em;
	line-height: 1.4;
}

/* .page-home .section.about .quote {
	max-width: 30em;
	margin: 0 auto 0.5rem auto;
	font-size: 1.375em;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.3;
	color: #76236c;
}

.page-home .section.about .attribution {
	font-size: 0.9375em;
	letter-spacing: -0.01em;
	color: #76236c;
} */

@media (max-width: 864px) {
	.page-home .section.about .about-block {
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.page-home .section.about .about-block {
		display: block;
	}

	.page-home .section.about .image {
		max-width: 12em;
		margin: 0 auto 2em auto;
	}

	.page-home .section.about .text {
		max-width: 30rem;
		margin: 0 auto;
	}

	.page-home .section.about .link {
		margin-top: 2em;
		text-align: center;
	}
}

/* .page-home .section.about .items {
	margin-top: 3em;
	max-width: 60em;
}

.page-home .section.about .items .item .label {
	font-size: 1.625em;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: #76236c;
}

.page-home .section.about .items .item .image {
	display: block;
	margin: 1em 0.75em 2em 0.75em;
}

.page-home .section.about .items .item .image img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 15em;
} */

/* @media (max-width: 672px) {
	.page-home .section.about .items .item .image {
		margin-bottom: 1.5em;
	}
}

@media (max-width: 512px) {
	.page-home .section.about .items {
		display: block;
	}

	.page-home .section.about .item {
		margin: 0 auto 1em auto;
		max-width: 15em;
	}

	.page-home .section.about .item .label {
		margin-top: 2rem;
	}
} */

/* ## Quote section --------------------------------------------------------- */

.page-home .section.quote-block {
	padding: 3em 0;
	background: #76236c;
	color: #fff;
}

.page-home .section.quote-block .quote {
	max-width: 30em;
	margin: 0 auto 0.5rem auto;
	font-size: 1.375em;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.3;
}

.page-home .section.quote-block .attribution {
	font-size: 0.9375em;
	letter-spacing: -0.01em;
}

/* ## Services section ------------------------------------------------------ */

.page-home .section.services {
	padding: 3em 0;
}

.page-home .section.services h3 {
	margin: 0.5rem 0;
	font-size: 1.1875em;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: #76236c;
}

.page-home .section.services .limiter>p {
	margin: 0.5rem 0 2.5rem 0;
	font-size: 1.125em;
}

.page-home .section.services .items {
	align-items: stretch;
	margin: 2em -1em;
}

.page-home .section.services .item {
	display: flex;
	flex-direction: column;
	padding: 0 1em;
}

.page-home .section.services .item .content {
	flex: 1;
}

.page-home .section.services .item .content p {
	font-size: 0.9375em;
}

.page-home .section.services .item .footer {
	flex: initial;
}

.page-home .section.services .item .footer a {
	text-decoration: none;
}

.page-home .section.services .item .footer a:focus,
.page-home .section.services .item .footer a:hover {
	text-decoration: underline;
}

@media (max-width: 1080px) {
	.page-home .section.services .item {
		padding: 0 1em;
	}
}

@media (max-width: 752px) {
	.page-home .section.services .items {
		display: block;
	}

	.page-home .section.services .item {
		margin: 1em auto 2em auto;
		max-width: 24em;
	}
}

/* ## Grey section ---------------------------------------------------------- */

.page-home .section.grey {
	background-color: #333;
	background-image: url('./img/bg-home.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

.page-home .section.grey .limiter {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3em 1em;
	min-height: 24em;
}

.page-home .section.grey .text {
	width: 100%;
}

.page-home .section.grey .text h2 {
	margin: 0 auto 1rem auto;
	color: #fff;
}

.page-home .section.grey .text p {
	margin: 0 auto 1rem auto;
	max-width: 36.5em;
	font-size: 1.625em;
}

.page-home .section.grey .text p {
	font-size: 1.375em;
	font-weight: 300;
}

/* .page-home .section.grey .operator {
	padding: 0 0.25em;
	opacity: 0.5;
} */

.page-home .section.grey .btn {
	margin-top: 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-home .section.grey .btn:focus,
.page-home .section.grey .btn:hover {
	border: 0.5px solid transparent;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

/* ## Events section -------------------------------------------------------- */

.page-home .section.events {
	padding: 3em 0;
	background: #f2ebf1;
}

/* ## Blog section ---------------------------------------------------- */

.page-home .section.blog {
	padding: 3em 0;
}


/* -----------------------------------------------------------------------------
 # Interior pages ----------------------------------------------------------- */

/* ## Why Acuity Path? ------------------------------------------------------ */

.page-why-acuity-path .wp-block-image {
	max-width: 420px;
	margin: 0 auto 5em auto;
}

.page-why-acuity-path .wp-block-image:last-child {
	margin: 0 auto;
}

/* ## The Team -------------------------------------------------------------- */

.page-the-team .wp-block-columns {
	margin: 0 auto;
	max-width: 48em;
}

.page-the-team h2 {
	margin: 0 0 2rem 0;
	font-size: 1.75em;
}

.page-the-team .wp-block-column {
	margin: 0 auto;
	max-width: 20em;
}

.page-the-team .wp-block-image {
	margin: 0 auto 1em auto;
	max-width: 12em;
}

.page-the-team .wp-block-image img {
	display: block;
	width: 100%;
	object-fit: cover;
	border: 2px solid #76236c;
	border-radius: 50%;
}

.page-the-team .wp-block-column .name strong {
	font-size: 1.125em;
	color: #76236c;
}

.page-the-team .wp-block-column p:not(.name) {
	font-size: 0.9375em;
}

/* ## Group Training -------------------------------------------------------- */

.page-group-training .wp-block-columns {
	margin: 0 auto;
	align-items: stretch;
	justify-content: center;
}

.page-group-training .wp-block-column {
	display: flex;
	justify-content: stretch;
	flex-direction: column;
	margin: 0.75em;
	max-width: 18em;
	background: #f2ebf1;
}

.page-group-training .wp-block-column .wp-block-image {
	margin: 0;
}

.page-group-training .wp-block-column .wp-block-image img {
	display: block;
}

.page-group-training .wp-block-column .wp-block-group {
	flex: 1;
}

.page-group-training .wp-block-column .wp-block-group__inner-container {
	padding: 1.5em 1.5em 0.5em 1.5em;
}

.page-group-training .wp-block-column h2 {
	text-align: center;
	line-height: 1.3;
}

.page-group-training .wp-block-column p {
	font-size: 0.9375em;
	text-align: center;
}

.page-group-training .wp-block-column li {
	font-size: 0.9375em;
}

.page-group-training .wp-block-column .action-button-wrapper {
	flex: initial;
	margin: 0 0 1.5em 0;
}

/* ## Reading List ---------------------------------------------------------- */

.book-grid {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
}

.book-grid .entry-content > p {
	margin-top: 2em;
}

.book-grid .wp-block-media-text {
	flex: 0 0 25%;
	display: flex;
	flex-direction: column;
	max-width: 16em;
	min-width: 14em;
	padding: 0.75em;
	text-align: center;
}

.book-grid .wp-block-media-text {
	display: flex;
	flex-direction: column;
}

.book-grid .wp-block-media-text .wp-block-media-text__media {
	height: 0;
	padding-bottom: 150%;
	position: relative;
}

.book-grid .wp-block-media-text .wp-block-media-text__media img {
	display: block;
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.book-grid .wp-block-media-text .wp-block-media-text__media {
	height: 0;
	padding-bottom: 150%;
	position: relative;
}

.book-grid .wp-block-media-text .wp-block-media-text__content {
	padding: 1em;
}

.book-grid .wp-block-media-text .wp-block-media-text__content h2 {
	margin: 0 0 0.75rem 0;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.25;
}

.page-reading-list .wp-block-media-text .wp-block-media-text__content p {
	margin: 0 0 0.25em 0;
	line-height: 1.25;
}

/* ## Events (placeholder) -------------------------------------------------- */

.page-events .wp-block-media-text .wp-block-media-text__content h2 {
	margin: 0 0 1rem 0;
}

.page-events .wp-block-media-text .wp-block-media-text__content .date {
	margin-top: 1rem;
	font-size: 0.9375em;
}

/* ## Contact --------------------------------------------------------------- */

.page-contact .wpcf7 {
	max-width: 24em;
}

.page-contact textarea {
	height: 7em;
}


/* -----------------------------------------------------------------------------
# Blog ---------------------------------------------------------------------- */

.blog-content {
	display: flex;
	align-items: flex-start;
}

.blog-primary {
	flex: 1;
	margin: 3em 0 4em 0;
}

.page-blog .entry-meta,
.page-blog .page-meta {
	margin: 0.25rem 0 0 0;
	font-size: 0.9375em;
}

.blog-primary .nav-links {
	margin-top: 2em;
	overflow: hidden;
}

.blog-primary .nav-links .nav-previous {
	float: left;
	width: 50%;
}

.blog-primary .nav-links .nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

/* ## Index ----------------------------------------------------------------- */

.post-grid {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: -1em;
}

.post-grid .post-tile {
	flex: 0 0 33.333%;
	flex: 0 0 calc(100% / 3);
	max-width: 20em;
	min-width: 16em;
	padding: 1em;
	text-align: left;
}

.post-grid .post-tile .excerpt-image-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	position: relative;
}

.post-grid .post-tile .excerpt-image-wrapper img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-grid .entry-title {
	margin: 1rem 0 0.125rem 0;
	font-size: 1.5em;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.post-grid .entry-meta {
	font-size: 0.875em;
}

.post-grid .entry-title a,
.post-grid .entry-meta a {
	color: inherit;
}

.post-grid .entry-title a:focus,
.post-grid .entry-title a:hover,
.post-grid .entry-meta a:focus,
.post-grid .entry-meta a:hover {
	color: #76236c;
	text-decoration: none;
}

.post-grid .tile-content p {
	font-size: 0.9375em;
	margin: 1em 0;
	line-height: 1.5;
}

/* ## Posts ----------------------------------------------------------------- */

.blog-post .entry-content {
	max-width: 42em;
	margin: 0;
}

.blog-post .entry-content .wp-block-quote {
	margin: 1em 0;
	border-left: 3px solid #76236c;
	padding: 0.5em 1.5em;
	color: #76236c;
}

.blog-post .entry-content li {
	margin-bottom: 0.5em;
}

.blog-post .entry-content {
	line-height: 1.7;
}

.blog-post .social-share-links {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 2em 0;
	padding: 0.25em 0.5em;
	background: #f7f7f7;
}

.blog-post .social-share-links .svg-inline--fa {
	width: auto;
}

.blog-post .social-share-links .btn-social-share {
	display: inline-block;
	margin: 0 0.5em 0 0;
	padding: 0.375em 0;
	width: 2.5em;
	font-size: 1em;
	text-align: center;
	color: inherit;
	border: none;
	border-radius: 1px;
	outline: none;
}

.blog-post .social-share-links .btn-social-share.facebook:focus,
.blog-post .social-share-links .btn-social-share.facebook:hover {
	background: #3b5998;
}

.blog-post .social-share-links .btn-social-share.twitter:focus,
.blog-post .social-share-links .btn-social-share.twitter:hover {
	background: #1da1f2;
}

.blog-post .social-share-links .btn-social-share.linkedin:focus,
.blog-post .social-share-links .btn-social-share.linkedin:hover {
	background: #0077b5;
}

.blog-post .social-share-links .btn-social-share:focus,
.blog-post .social-share-links .btn-social-share:hover {
	outline: none;
	color: #fff;
}

/* ## Sidebar --------------------------------------------------------------- */

.blog-content .widget-area {
	flex: initial;
	width: 15em;
	padding: 3em 0 2em 3em;
}

.blog-content .widget-area h2 {
	font-size: 1.25em;
	letter-spacing: -0.01em;
}

.blog-content .widget-area ul {
	padding-inline-start: 0;
	list-style-type: none;
}

.blog-content .widget-area .search-form {
	display: flex;
	align-items: center;
	align-items: stretch;
}

.blog-content .widget-area .search-field {
	padding: 0.25rem 0.75rem;
	border: 1px solid #ccc;
	outline: none;
}

.blog-content .widget-area .search-field:focus {
	border-color: #4d4d4d;
}

.blog-content .widget-area .search-field::placeholder {
	color: #ccc;
}

.blog-content .widget-area .search-submit {
	background: #f2f2f2;
	border: 1px solid #ccc;
	border-left: none;
	outline: none;
	cursor: pointer;
}

.blog-content .widget-area .search-submit:focus,
.blog-content .widget-area .search-submit:hover {
	border-color: #76236c;
	background: #76236c;
	color: #fff;
}

.blog-content .widget-area select {
	border: 1px solid #ccc;
	padding: 0.25rem 0.75rem;
	outline: none;
}

.blog-content .widget-area select:focus {
	border-color: #4d4d4d;
}

@media (max-width: 500px) {
	.blog-content {
		display: block;
	}

	.post-grid {
		display: block;
	}

	.post-grid .post-tile {
		width: 100%;
		max-width: none;
		min-width: none;
	}

	.blog-content .widget-area {
		width: 100%;
		margin: 4em 0;
		padding: 0;
	}

	.blog-primary .nav-links {
		overflow: auto;
	}

	.blog-primary .nav-links .nav-previous {
		margin: 0 0 0.5em 0;
		float: none;
		width: 100%;
	}

	.blog-primary .nav-links .nav-next {
		float: none;
		width: 100%;
		text-align: left;
	}
}

/* -----------------------------------------------------------------------------
 # Templates ---------------------------------------------------------------- */

/* ## Blue footer band ------------------------------------------------------ */

.footer-band {
	background: #76236c;
	color: #fff;
}

.footer-band .limiter {
	padding-top: 2.25em;
	padding-bottom: 2.25em;
}

.footer-band p {
	margin: 0 auto;
	font-size: 1.4375em;
	font-weight: 300;
	font-style: italic;
	line-height: 1.4;
	text-align: center;
}

.footer-band p strong {
	font-weight: 400;
}

/* ## Blue footer band (tall) ----------------------------------------------- */

.footer-band-tall {
	background-color: #4d4d4d;
	background-image: url('./img/bg-footer.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

.footer-band-tall .limiter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 20em;
}

.footer-band-tall p {
	margin: 0 0 1.5rem 0;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.footer-band-tall .action-button-wrapper {
	margin: 0;
}

.footer-band-tall .btn {
	margin: 0;
}

.footer-band-tall .btn:focus,
.footer-band-tall .btn:hover {
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.35);
}


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