/*!
Theme Name: Sites of conscience
Theme URI: http://underscores.me/
Author: Richard Hall
Author URI: https://turneyandhall.com/
Description: Custom theme for Sites of conscience
Version: 1.1.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: soc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

--------------------------------------------------------------*/
@font-face {
	font-family: 'museo_sans';
	src: url("./fonts/MuseoSans_100-webfont.eot");
	src: url("./fonts/MuseoSans_100-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/MuseoSans_100-webfont.woff2") format("woff2"), url("./fonts/MuseoSans_100-webfont.woff") format("woff"), url("./fonts/MuseoSans_100-webfont.ttf") format("truetype"), url("./fonts/MuseoSans_100-webfont.svg#museo_sans100") format("svg");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'museo_sans';
	src: url("./fonts/MuseoSans_300-webfont.eot");
	src: url("./fonts/MuseoSans_300-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/MuseoSans_300-webfont.woff2") format("woff2"), url("./fonts/MuseoSans_300-webfont.woff") format("woff"), url("./fonts/MuseoSans_300-webfont.ttf") format("truetype"), url("./fonts/MuseoSans_300-webfont.svg#museo_sans300") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'museo_sans';
	src: url("./fonts/MuseoSans_500-webfont.eot");
	src: url("./fonts/MuseoSans_500-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/MuseoSans_500-webfont.woff2") format("woff2"), url("./fonts/MuseoSans_500-webfont.woff") format("woff"), url("./fonts/MuseoSans_500-webfont.ttf") format("truetype"), url("./fonts/MuseoSans_500-webfont.svg#museo_sans500") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'museo_sans';
	src: url("./fonts/MuseoSans_900-webfont.eot");
	src: url("./fonts/MuseoSans_900-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/MuseoSans_900-webfont.woff2") format("woff2"), url("./fonts/MuseoSans_900-webfont.woff") format("woff"), url("./fonts/MuseoSans_900-webfont.ttf") format("truetype"), url("./fonts/MuseoSans_900-webfont.svg#museo_sans500") format("svg");
	font-weight: 900;
	font-style: normal;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #424245;
	font-family: "museo_sans", Arial, Helvetica, Serif;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
	font-weight: 300;
}

h1 {
	font-size: 1.5em;
}

.entry-content h2,
.entry-content h3 {
	color: #E36245;
}

.entry-content h2 {
	font-size: 2.5em;
}

.entry-content h3 {
	font-size: 2em;
}

p {
	margin-bottom: 1.5em;
	font-weight: 300;
}

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

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

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

a:visited {
	color: #E36245;
}

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

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: #424245;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.nav-open {
	overflow: hidden;
}

.site-main {
	overflow: hidden;
}

.single-post .site-main,
.blog .site-main {
	overflow: unset;
}

.site-footer {
	background-color: #E36245;
	color: white;
}

.site-footer h3 {
	color: white;
}

.site-footer .footer-block {
	display: grid;
	grid-template-columns: 100%;
}

.site-footer .lang-mobile {
	display: block;
}

@media screen and (min-width: 60em) {
	.site-footer .footer-block {
		grid-template-columns: 33.3333% 33.3333% 33.3333%;
	}
	.site-footer .lang-mobile {
		display: none;
	}
}

.site-footer .footer-block .site-info {
	padding: 1em 25px 3em 25px;
}

.site-footer .footer-block .subscribe {
	padding: 1em 25px 3em 25px;
}

.site-footer .footer-block .twitter-feed {
	padding: 1em 25px 3em 25px;
	width: 100%;
}

.site-footer .footer-block .twitter-feed .twitter-timeline {
	background-color: #c94436;
}

@media screen and (min-width: 60em) {
	.site-footer .footer-block .site-info {
		padding: 1em 2.6em 3em 2.6em;
	}
	.site-footer .footer-block .twitter-feed {
		padding: 1em 0 1.5em 0;
		width: 95%;
	}
}

.site-footer .footer-block h5 {
	text-transform: uppercase;
	margin-top: 0.5em;
}

.site-footer .footer-block p {
	font-size: 0.875em;
}

.site-footer small {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	font-size: 0.65em;
	padding: 5px 25px;
	text-transform: uppercase;
	background-color: #314D72;
	font-weight: 700;
}

.site-footer a,
.site-footer a:focus,
.site-footer a:visited {
	color: white;
	text-decoration: none;
}

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

.social {
	margin-top: 30px;
}

.social a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 4px;
}

.soc-newsletter {
	padding: 0 0 1em 0;
}

.soc-newsletter input[type="email"] {
	color: #314D72;
	border: none;
	border-radius: 0;
	font-size: 0.8em;
	padding: 0 1em;
	height: 30px;
	width: 200px;
}

.soc-newsletter input[type="submit"] {
	background-color: #314D72;
	color: #fff;
	border: none;
	border-radius: 0;
	font-size: 0.8em;
	padding: 0 1em;
	height: 30px;
}

.soc-newsletter input[type="submit"]:hover {
	cursor: pointer;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	display: flex;
	justify-content: space-between;
	height: 70px;
	padding: 0 0 0 20px;
	background-image: url("images/band.jpg");
	background-repeat: repeat-y;
	background-size: 100%;
}

@media screen and (min-width: 60em) {
	.site-header {
		padding: 0.625em 2.6em 0.625em 2.6em;
	}
}

.custom-logo-link {
	display: flex;
	align-items: center;
	height: 100%;
}

.custom-logo-link img {
	height: auto;
	width: 200px;
}

@media screen and (min-width: 60em) {
	.custom-logo-link img {
		width: 300px;
	}
}

.main-navigation {
	display: flex;
	align-items: center;
}

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

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.8em;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0.4em 0;
	margin-left: 2.5em;
	border-bottom: 2px solid transparent;
	transition: 0.3s color ease-in-out, 0.3s border-bottom ease-in-out;
}

.main-navigation a:hover,
.main-navigation a:focus-visible {
	color: white;
	border-bottom: 2px solid white;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-page-ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: white;
	border-bottom: 2px solid white;
}

/* Small menu. */
.menu-toggle {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 50;
	width: 70px;
	height: 70px;
	border: none;
	border-radius: 0;
	background: transparent;
	color: white;
	line-height: 1;
	padding: 25px;
}

.menu-toggle svg {
	width: 100%;
	height: auto;
	fill: white;
}

.main-navigation.toggled ul.menu-mobile {
	display: block;
	position: absolute;
	height: calc(100vh - 96px);
	top: 96px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #E36245;
	z-index: 20;
	padding: 25px 20px 50px 20px;
	overflow-y: auto;
}

.main-navigation.toggled ul.menu-mobile a {
	margin-left: 0;
	font-size: 1.25em;
	color: white;
	padding: 5px;
}

.main-navigation.toggled ul.menu-mobile ul {
	float: none;
	position: relative;
	top: auto;
	left: 0;
	z-index: inherit;
	list-style: none;
}

.main-navigation.toggled ul.menu-mobile ul a {
	font-size: 1em;
	text-transform: none;
}

.main-navigation.toggled a:hover,
.main-navigation.toggled a:visited,
.main-navigation.toggled a:focus,
.main-navigation.toggled .current_page_item > a,
.main-navigation.toggled .current-menu-item > a,
.main-navigation.toggled .current-page-ancestor > a,
.main-navigation.toggled .current-menu-ancestor > a {
	background-color: rgba(0, 0, 0, 0.1);
	border: none;
}

@media screen and (min-width: 60em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul.menu-desktop {
		display: flex;
	}
	.main-navigation.toggled ul.menu-mobile,
	.main-navigation ul.menu-mobile {
		display: none;
	}
}

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

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

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

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

.top-bar {
	display: flex;
	justify-content: flex-end;
	height: 26px;
	background-color: black;
	padding: 0 3.125em 0 4.75em;
}

.top-bar .menu-item-gtranslate {
	top: -12px;
	width: 163px;
}

.switcher {
	font-family: inherit !important;
	font-size: inherit !important;
}

.top-bar ul {
	padding: 0;
	list-style: none;
	display: none;
	align-items: center;
}

@media screen and (min-width: 60em) {
	.top-bar ul {
		display: flex;
	}
}

.top-bar ul a {
	display: inline-block;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.8em;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 0.1em;
	margin-left: 2em;
	border-bottom: 2px solid black;
	transition: 0.3s color ease-in-out, 0.3s border-bottom ease-in-out;
}

.top-bar ul .current-menu-item a,
.top-bar ul a:hover,
.top-bar ul a:focus-visible {
	color: white;
	border-bottom: 2px solid white;
}

.top-bar ul .menu-item-gtranslate a {
	border: none;
}

.top-bar ul .menu-item-gtranslate a:hover,
.top-bar ul .menu-item-gtranslate a:focus-visible {
	border: none;
}

.top-bar ul ul {
	max-height: 0;
	overflow: hidden;
	position: absolute;
	display: block;
	background-color: black;
	z-index: 100;
	padding-bottom: 0;
	transition: 0.3s max-height ease-in-out;
	margin-left: 0.6em;
	padding: 0 0.8em;
}

.top-bar ul ul a {
	margin: 0;
}

.top-bar ul li:hover > ul {
	max-height: 10em;
	padding-bottom: 0.5em;
}

.top-bar ul li a:focus-visible ~ ul {
	max-height: 10em;
	padding-bottom: 0.5em;
}

.top-bar .search-form {
	margin-left: 1.5em;
	display: flex;
	align-items: center;
}

.top-bar .search-form label {
	line-height: 1em;
}

.top-bar .search-form input {
	height: 15px;
	font-size: 0.8em;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.4);
	color: white;
	border: none;
}

.top-bar .search-submit {
	position: relative;
	width: 25px;
	height: 15px;
	-webkit-appearance: unset;
	border: none;
	border-color: transparent;
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.65);
	padding: 0 5px 4px 5px;
	cursor: pointer;
}

.top-bar .search-submit svg {
	width: 100%;
	fill: rgba(255, 255, 255, 0.65);
}

.sidebar {
	display: none;
	padding: 1.75em 2.6em 2.6em 2.6em;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 60em) {
	.sidebar {
		display: block;
	}
}

.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar ul .sub-menu {
	padding-left: 10px;
}

.sidebar ul .sub-menu .sub-menu {
	padding-left: 20px;
}

.about-menu-team a,
.sidebar-menu a {
	display: block;
	padding: 0.25em 0;
	font-size: 1.4em;
	color: #424245;
	font-weight: 400;
	text-decoration: none;
}

.sidebar-menu li.menu-item-has-children:hover > a,
.sidebar-menu li.menu-item-has-children:focus-visible > a,
.sidebar-menu .current_page_ancestor > a {
	color: #E36245;
}

.sidebar-menu > li > ul {
	overflow: hidden;
	max-height: 0;
	transition: 0.8s max-height ease-in-out;
}

.sidebar-menu li ul li {
	border-bottom: none;
}

.sidebar-menu li ul a {
	display: block;
	padding: 0.5em 0;
	font-size: 1em;
	color: #424245;
	font-weight: 300;
	text-decoration: none;
}

.sidebar-menu li ul li ul a {
	padding: 0.25em 0;
}

.sidebar-menu li ul a:hover,
.sidebar-menu li ul a:focus-visible {
	text-decoration: none;
	color: #E36245;
}

.sidebar-menu li ul li.current-menu-item > a {
	text-decoration: none;
	color: #E36245;
}

.sidebar-menu li.current-menu-item > a {
	color: #E36245;
}

.tax-wpsl_store_category .sidebar-menu li > ul,
.sidebar-menu li.current_page_parent > ul,
.sidebar-menu li.current-menu-item > ul,
.sidebar-menu li.current-page-ancestor > ul,
.sidebar-menu li:hover > ul {
	max-height: calc(100vh - 128px);
}

.page-template-team .about-menu-team > li > a,
.single-leaders .about-menu-team > li > a,
.about-menu-team > li:hover > a {
	color: #E36245;
}

.about-menu-team li ul li a {
	border: none;
	padding: 0;
}

.about-menu-team li ul li a.active {
	color: #E36245;
}

.about-menu-team .team-term-break {
	font-weight: 400;
	font-size: 1em;
	color: #424245;
}

.about-menu-team li > ul,
.about-menu-team li > ul {
	padding-left: 10px;
}

.page-template-team .about-menu-team li > ul,
.single-leaders .about-menu-team li > ul,
.about-menu-team li:hover > ul {
	max-height: 300vh;
}

.recources-center-menu a,
.contact-menu a,
.events-menu a,
.recources-menu a,
.support-menu a,
.initiative-menu a,
.membership-menu a {
	display: block;
	padding: 0.75em 0;
	font-size: 1em;
	font-weight: 300;
	color: #314D72;
	text-decoration: none;
}

.contact-menu a:hover,
.contact-menu a:focus-visible,
.recources-center-menu a:hover,
.recources-center-menu a:focus-visible,
.events-menu a:hover,
.events-menu a:focus-visible,
.recources-menu a:hover,
.recources-menu a:focus-visible,
.support-menu a:hover,
.support-menu a:focus-visible,
.initiative-menu a:hover,
.initiative-menu a:focus-visible,
.membership-menu a:hover,
.membership-menu a:focus-visible {
	color: #E36245;
}

.events-menu li.current-menu-item > a,
.events-menu li.current-menu-item > a,
.recources-center-menu li.current-menu-item > a,
.recources-center-menu li.current-menu-item > a,
.recources-menu li.current-menu-item > a,
.support-menu li.current-menu-item > a,
.initiative-menu li.current-menu-item > a,
.membership-menu li.current-menu-item > a {
	color: #E36245;
}

.news-menu a {
	display: block;
	padding: 0.75em 0;
	font-size: 1em;
	font-weight: 300;
	color: #424245;
	text-decoration: none;
}

.news-menu a:hover,
.news-menu a:focus-visible {
	color: #E36245;
}

.news-menu li.current-menu-item > a {
	color: #E36245;
}

.subscribe-sidebar h4 {
	font-weight: 400;
}

.subscribe-sidebar li {
	margin-bottom: 1em;
}

.subscribe-sidebar li:last-of-type {
	margin-bottom: 0;
}

.subscribe-sidebar li a {
	color: #424245;
	font-size: 1em;
	font-weight: 300;
}

.footer-menu {
	min-width: 200px;
	padding: 0;
	list-style: none;
}

.footer-menu a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid white;
	margin-bottom: 10px;
	transition: 0.25s background-color ease-in-out;
}

.footer-menu a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.2);
}

/* Posts and pages
--------------------------------------------- */
.entry-header {
	color: #E36245;
	padding: 0 0 0 25px;
	display: flex;
	align-items: center;
	font-size: 1.5em;
}

.entry-header h2 {
	margin: 0;
	font-weight: 300;
}

@media screen and (min-width: 60em) {
	.entry-header {
		padding: 0 0 0 2.6em;
	}
}

.entry-header h1 {
	margin: 0;
}

.entry-header.centred {
	justify-content: center;
	padding: 1.75rem 1.75rem 0.5rem 1.75rem;
}

.with-gradient,
.entry-header .with-gradient {
	background: #394e69;
	background: linear-gradient(90deg, #394e69 0%, #E36245 100%);
}

.container {
	display: grid;
	grid-template-columns: 1fr;
	align-items: stretch;
}

@media screen and (min-width: 60em) {
	.container {
		grid-template-columns: 21.875em 1fr;
	}
}

.sidebar {
	background-color: rgba(57, 78, 105, 0.1);
}

.entry-content {
	padding: 1em 0 2em 0;
	overflow: hidden;
}

.entry-content.remove-top-margin {
	padding-top: 0;
}

.entry-content.remove-bottom-margin {
	padding-bottom: 0;
}

.entry-content > * {
	margin-left: 25px;
	margin-right: 25px;
}

@media screen and (min-width: 60em) {
	.entry-content > * {
		margin-left: 35px;
		margin-right: 35px;
	}
}

.entry-content .alignfull {
	margin-left: 0;
	margin-right: 0;
}

.entry-content.remove-top-margin .alignfull {
	margin-top: 0;
}

.entry-content.remove-bottom-margin .alignfull {
	margin-bottom: 0;
}

.entry-content .no-bottom-margin {
	margin-bottom: 0;
}

ol.timeline-TweetList {
	display: flex !important;
}

.donor-grid img {
	background-color: #314D72;
}

.donor-grid figure {
	margin: 0 0.5em 0.5em 0 !important;
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
	display: block;
}

.wp-block-cover .wp-block-cover__inner-container {
	line-height: 2;
}

.wp-block-image figcaption {
	font-size: 0.8em;
}

.wp-block-video.alignfull {
	max-height: 230px;
	background-color: black;
	display: flex;
}

.wp-block-video.alignfull.allow-full {
	max-height: none;
}

.wp-block-video.alignfull.allow-full video {
	height: 100%;
}

.wp-block-columns.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-video.alignfull [poster] {
	object-fit: contain;
}

.arrow-down {
	position: relative;
}

.arrow-down::before {
	content: '';
	position: absolute;
	right: calc(50% - 25px);
	bottom: 50px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(50, 50, 50, 0.3);
}

.arrow-down::after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: calc(50% - 12px);
	bottom: 68px;
	transform: rotate(135deg);
	border-top: 4px solid white;
	border-right: 4px solid white;
}

.wp-block-gallery.soc-gallery-one img {
	aspect-ratio: 1 / 1;
	display: block;
	line-height: 0;
}

.wp-block-gallery.soc-gallery-one.has-nested-images figure.wp-block-image figcaption {
	position: relative;
	background: rgba(57, 78, 105, 0.1);
	color: #6e6e73;
	font-size: 0.9em;
	margin-bottom: 0;
	padding: 0.5rem 1rem;
	margin-top: 0;
	text-align: center;
	width: 100%;
}

.wp-block-separator {
	border-top: none;
	border-bottom: none;
}

.is-style-outline > :where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
	padding: 0.5em 1.333em;
}

a.dialogue-grid-item {
	text-decoration: none;
	color: #424245;
	background-color: rgba(57, 78, 105, 0.1);
}

.dialogue-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2em;
}

@media screen and (min-width: 60em) {
	.dialogue-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.dialogue-grid article img {
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
}

.dialogue-grid .article-info {
	padding: 0 1.25em 0.1em 1.25em;
}

.dialogue-grid .article-info h3 {
	text-align: center;
	margin: 0.5rem;
	font-size: 1.25em;
}

.dialogue-grid .article-info h4 {
	text-align: center;
	margin: 0.5rem;
	text-transform: uppercase;
}

article.wpsl_stores h2 {
	color: #E36245;
	font-size: 26px;
}

article.wpsl_stores img {
	aspect-ratio: 300/300;
	object-fit: cover;
}

.blog-content article.wpsl_stores p {
	color: #424245;
}

.blog-single article.wpsl_stores img {
	aspect-ratio: 365/248;
	object-fit: cover;
}

.has-x-large-font-size {
	font-weight: 300;
}

.home-slider {
	position: relative;
	width: 100vw;
	height: 50vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (min-width: 60em) {
	.home-slider {
		height: calc(100vh - 96px);
	}
}

.home-slide-image {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.home-slide-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
}

.home-slide-image img:first-of-type {
	opacity: 1;
}

.gradient-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(56, 84, 199, 0.5);
	background: linear-gradient(90deg, #3854c7 0%, rgba(255, 255, 255, 0) 70%);
	mix-blend-mode: darken;
	z-index: 2;
}

.home-slide-text {
	padding-left: 25px;
	z-index: 3;
}

.home-slide-text h2 {
	font-size: 1.5rem;
	color: white;
	margin: 0;
	opacity: 0;
}

@media screen and (min-width: 60em) {
	.home-slide-text {
		padding-left: 76px;
	}
	.home-slide-text h2 {
		font-size: 3rem;
	}
}

.home-slide-text-1 {
	transform: translateY(100%);
}

.home-slide-text-3 {
	transform: translateY(-100%);
}

.front-next-arr {
	margin-left: auto;
}

@media screen and (min-width: 60em) {
	a.home-slider-link {
		position: relative;
		display: inline-block;
		z-index: 4;
		font-size: 1.6em;
		color: white;
		text-decoration: none;
		height: 50px;
		display: flex;
		align-items: center;
		margin-right: 30px;
		padding-right: 20px;
		opacity: 0;
	}
	a.home-slider-linkhover {
		color: white;
	}
	a.home-slider-link::after {
		content: '';
		position: absolute;
		right: 0;
		width: 24px;
		height: 24px;
		transform: rotate(45deg);
		border-top: 4px solid white;
		border-right: 4px solid white;
	}
}

.down-arrow {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	right: calc(50% - 12px);
	right: calc(50% - 12px);
	bottom: 20px;
	width: 50px;
	height: 50px;
	padding: 8px 5px 5px 5px;
	border-radius: 50%;
	background-color: rgba(50, 50, 50, 0.3);
	z-index: 10;
}

.down-arrow::after {
	content: '';
	width: 24px;
	height: 24px;
	transform: rotate(135deg);
	border-top: 4px solid white;
	border-right: 4px solid white;
}

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

.featured-block-item {
	flex-grow: 1;
	flex-basis: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	padding: 1.75em;
}

@media screen and (min-width: 60em) {
	.featured-block {
		display: flex;
		flex-direction: row;
	}
	.featured-block-item {
		padding: 1.75em 1.75em 5em 1.75em;
	}
}

.featured-block-item img {
	height: 275px;
	object-fit: cover;
}

@media screen and (min-width: 60em) {
	.featured-block-item::after {
		content: '';
		position: absolute;
		top: 1.75em;
		right: 0;
		bottom: 1.75em;
		width: 1px;
		background-color: #E36245;
	}
}

.featured-block-info {
	position: relative;
	flex-grow: 1;
	flex-basis: 0;
	height: 100%;
	align-self: stretch;
}

.featured-block-info h2 {
	color: #424245;
	font-size: 1.5em;
	margin-bottom: 0.15em;
	margin-top: 0.5em;
}

.featured-block-item:last-of-type .featured-block-info {
	border-right: none;
}

.featured-block-cats {
	line-height: 1;
	font-size: 0.75em;
	margin-top: 1em;
}

.featured-block-cats a {
	display: inline-block;
	text-decoration: none;
	font-size: 0.8125em;
	font-weight: 700;
	text-transform: uppercase;
}

a.featured-block-more,
a.featured-block-more:visited,
a.featured-block-more:focus {
	color: #E36245;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.2em;
	font-size: 0.86em;
}

a.featured-block-more:hover,
a.featured-block-more:focus-visible {
	text-decoration: underline;
}

.entry-header-news h1 {
	width: 260px;
}

.newscurrent-menu {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.5em;
}

.newscurrent-menu a {
	color: rgba(255, 255, 255, 0.6);
	padding: 0 10px;
	border-right: 2px solid rgba(255, 255, 255, 0.6);
}

.newscurrent-menu li:last-of-type a {
	border-right: none;
}

.newscurrent-menu .current-menu-item a,
.newscurrent-menu a:hover,
.newscurrent-menu a:active,
.newscurrent-menu a:focus {
	text-decoration: none;
	color: white;
}

@media screen and (min-width: 60em) {
	.blog-content {
		padding-right: 50px;
	}
}

.blog-content article {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 25px;
	border-bottom: 1px solid #314D72;
}

@media screen and (min-width: 60em) {
	.blog-content article {
		flex-direction: row;
		padding: 1.25em;
	}
}

.blog-content article:last-of-type {
	border-bottom: none;
}

.article-image {
	flex-basis: 150px;
	flex-grow: 0;
	flex-shrink: 0;
}

.article-image img {
	width: 100%;
	margin-bottom: 20px;
}

@media screen and (min-width: 60em) {
	.article-image img {
		width: auto;
		margin-bottom: 0;
	}
}

.article-image a {
	display: block;
	line-height: 0;
}

@media screen and (min-width: 60em) {
	.article-info {
		padding-left: 1.25em;
	}
}

.article-info .pub-date {
	color: #424245;
	font-size: 1.142em;
}

.article-info h2 {
	font-size: 1.75em;
	line-height: 1.1;
	margin: 0.25em 0;
}

.article-info h2 a {
	color: #E36245;
	text-decoration: none;
}

.article-info .article-author {
	font-size: 0.857em;
	font-weight: 700;
	color: #424245;
}

.article-info hr {
	background-color: #E36245;
	margin: 0.5em 0;
}

.article-info p {
	margin: 0.5em 0 0 0;
	color: #424245;
	line-height: 1.25;
}

.article-info a.article-more {
	font-size: 0.75em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	color: #E36245;
}

.blog-tag-container {
	height: 100%;
	align-self: stretch;
}

.blog-tag-inner {
	position: sticky;
	top: 2em;
	height: calc(100vh - 150px);
	overflow: auto;
}

h3.blog-tags {
	font-size: 1.5em;
	color: #E36245;
}

.blog-tag-list li {
	line-height: 1.2;
}

.blog-tag-list li a {
	font-size: 1em;
	text-decoration: none;
	color: #424245;
	font-weight: 300;
}

.single .post-thumbnail img {
	width: 100%;
	max-height: 230px;
	object-fit: cover;
}

.search-side input[type="search"] {
	color: #314D72;
	border: 1px solid #ccc;
	border-radius: 1px;
	font-size: 0.8em;
	text-align: center;
	padding: 0;
	width: 90%;
	height: 38px;
	margin-top: 20px;
}

.search-side button {
	border: none;
	border-radius: 1px;
	background: #E36245;
	color: white;
	line-height: 1;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
	width: 90%;
	height: 38px;
	margin-top: 15px;
}

.event-content {
	padding: 35px 0;
}

.event-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2em;
}

@media screen and (min-width: 60em) {
	.event-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.event-grid article {
	position: relative;
	overflow: hidden;
	background-color: rgba(57, 78, 105, 0.1);
}

.event-grid article img {
	height: 150px;
	object-fit: cover;
}

.event-item-content {
	padding: 0.5rem 1.5rem;
}

.event-info .event-when {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #E36245;
	font-size: 1.3em;
}

.event-info h2 {
	font-size: 2em;
	margin-top: 0.5rem;
}

.event-info p:last-of-type {
	margin-bottom: 80px;
}

.event-watch a {
	position: absolute;
	font-size: 0.9em;
	text-transform: uppercase;
	bottom: 1.5rem;
	left: 1.5rem;
	z-index: 3;
}

.page-template-team .team-display,
.single-leaders .team-display {
	background-color: #D9D9D9;
}

.team-member article {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 200px;
	overflow: hidden;
}

@media screen and (min-width: 60em) {
	.team-member article {
		grid-template-columns: 33% 200px 1fr;
	}
}

.page-template-team .team-member article {
	grid-template-columns: 1fr;
}

.team-card {
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 2em;
	background-color: #314D72;
	color: white;
}

.team-card h2.entry-title {
	font-size: 42px;
	font-weight: 300;
	line-height: 1.25;
	margin: 0;
	color: white;
}

.single .team-card h2.entry-title {
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.25;
	margin: 0;
	color: white;
}

.team-card .team-term {
	font-size: 1em;
	opacity: .75;
	line-height: 1.3;
	display: inline-block;
}

.team-bio {
	position: relative;
	overflow: hidden;
}

.team-bio-inner {
	position: block;
	overflow: auto;
	width: 100%;
	height: 100%;
	max-height: 100%;
	padding: 1.5em;
}

@media screen and (min-width: 60em) {
	.team-bio-inner {
		position: absolute;
	}
}

.team-bio-inner p {
	font-size: 1em;
}

.team-bio-inner p:first-of-type {
	margin-top: 0;
}

@media screen and (min-width: 60em) {
	.team-bio::after {
		content: '';
		width: 100%;
		height: 60px;
		background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	background-color: #D9D9D9;
}

.team-grid a {
	display: block;
	line-height: 0;
}

.team-grid img {
	filter: grayscale(1);
	opacity: 0.5;
	transition: 0.2s filter ease-in-out, 0.2s opacity ease-in-out;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.team-grid a:hover img {
	opacity: 1;
	filter: grayscale(0);
}

#wpsl-wrap {
	margin: 0;
	background-color: #9FADBA;
}

.wpsl-search {
	margin-bottom: 0;
	background-color: #D0D0D0;
}

#wpsl-stores {
	color: white;
}

#wpsl-stores a {
	color: white;
	text-decoration: none;
}

.wpsl-store-location {
	padding: 30px 30px 0 30px;
}

.wpsl-direction-wrap,
.wpsl-store-location img {
	display: none;
}

a.wpsl-store-details {
	font-weight: 700;
}

#wpsl-search-wrap input {
	border: none;
	border-radius: 0;
	padding: 7px 10px;
	line-height: 1.428571429;
	font-weight: 400;
	color: #7c7c7c;
	background-color: #e6e6e6;
	text-transform: uppercase;
	background-repeat: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	box-shadow: none;
}

.wpsl-gmap-canvas {
	width: 80%;
}

.tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.tabs {
	overflow: hidden;
}

.tab {
	width: 100%;
	overflow: hidden;
}

.tab-label {
	display: flex;
	justify-content: space-between;
	padding: 1em;
	color: #E36245;
	font-weight: 400;
	font-size: 1.25em;
	background: rgba(51, 98, 156, 0.04);
	cursor: pointer;
}

.tab-label:hover {
	background: rgba(57, 78, 105, 0.1);
}

.tab-label::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	transition: all 0.35s;
}

.tab-content {
	max-height: 0;
	padding: 0 1em;
	background: white;
	transition: all 0.35s;
}

.tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: rgba(51, 98, 156, 0.08);
	cursor: pointer;
}

.tab-close:hover {
	background: rgba(51, 98, 156, 0.08);
}

input:checked + .tab-label {
	background: rgba(51, 98, 156, 0.08);
}

input:checked + .tab-label::after {
	transform: rotate(90deg);
}

input:checked ~ .tab-content {
	max-height: 100vh;
	padding: 1em;
}

.carousel-title {
	margin: 0;
	background-color: #314D72;
	padding: 30px;
}

.carousel-title h3 {
	margin: 0;
	font-weight: 500;
	color: white;
}

.slider-wrapper {
	margin: 0;
	position: relative;
	overflow: hidden;
}

.slides-container {
	height: auto;
	width: 100%;
	display: flex;
	overflow: scroll;
	scroll-behavior: smooth;
	list-style: none;
	margin: 0;
	padding: 0;
	scroll-snap-type: x mandatory;
}

.slide-arrow {
	position: absolute;
	display: flex;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 4rem;
	line-height: 4rem;
	background-color: white;
	border: none;
	width: 2rem;
	font-size: 3rem;
	padding: 0;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 100ms;
}

.slide-arrow:hover,
.slide-arrow:focus {
	opacity: 1;
}

#slide-arrow-prev {
	left: 0;
	padding-left: 0.15rem;
	border-radius: 0 2rem 2rem 0;
}

#slide-arrow-next {
	right: 0;
	padding-left: 0.85rem;
	border-radius: 2rem 0 0 2rem;
}

.slide {
	width: 100%;
	min-height: 400px;
	flex: 1 0 100%;
	display: flex;
	flex-direction: column;
	background-color: rgba(57, 78, 105, 0.2);
	scroll-snap-align: start;
}

.slide-image-wrapper {
	width: 100%;
	height: 250px;
}

.slide-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide-content {
	padding: 30px;
	display: flex;
	align-items: center;
}

.entry-content .slide-content p {
	font-size: 0.9em;
}

.entry-content .slide-content h2 {
	font-size: 1.5em;
}

@media screen and (min-width: 45em) {
	.slide {
		flex-direction: row;
	}
	.slide-image-wrapper {
		width: 30%;
		height: 100%;
	}
	.slide-content {
		padding: 0 30px;
		width: 70%;
	}
}

.offerings-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2em;
}

.offerings-grid img {
	max-height: 125px;
	object-fit: cover;
}

@media screen and (min-width: 60em) {
	.offerings-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.offerings-grid article {
	position: relative;
	overflow: hidden;
	background-color: rgba(57, 78, 105, 0.1);
}

.offerings-content {
	padding: 1rem 1.5rem 0.5rem 1.5rem;
}

.offerings-info h2 {
	margin-top: 0;
	border-bottom: 1px solid #E36245;
	font-size: 2em;
}

.offerings-info p {
	margin-top: 0.25rem;
}

.offerings-info p:last-of-type {
	margin-bottom: 80px;
}

.offerings-watch a {
	position: absolute;
	font-size: 0.9em;
	text-transform: uppercase;
	bottom: 1.5rem;
	left: 1.5rem;
	z-index: 3;
}

.entry-content p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.25;
	color: #424245;
}

.entry-content ul li {
	font-size: 18px;
	font-weight: 300;
	color: #424245;
}

.top-bar ul a {
	color: #fff;
}

.main-navigation a {
	color: #fff;
}

.about-menu li ul a {
	color: #424245;
}

.recources-center-menu a, .contact-menu a, .events-menu a, .recources-menu a, .support-menu a, .initiative-menu a, .membership-menu a {
	color: #424245;
}

.wp-block-cover__inner-container {
	padding-left: 20px;
}

#resfilter1, #resfilter2 {
	min-height: 100px !important;
	width: 100%;
}

#filtercont {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 60em) {
	#filtercont {
		display: flex;
		flex-direction: row;
	}
}

#filtercont button {
	border: none;
	border-radius: 1px;
	background: #E36245;
	color: white;
	line-height: 1;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
	width: 350px;
	height: 38px;
	margin-top: 25px;
}

#filterinstruc p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.25;
	color: #424245;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.mbsc-material.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
	color: #E36245;
}

.mbsc-material.mbsc-wheel-checkmark:after {
	border-color: #E36245;
}

article.wpsl_stores h2 {
	color: #E36245;
	font-size: 26px;
}

article.wpsl_stores img {
	aspect-ratio: 300/300;
	object-fit: cover;
}

.blog-content article.wpsl_stores p {
	color: #424245;
}

.blog-single article.wpsl_stores img {
	aspect-ratio: 365/248;
	object-fit: cover;
}

.res-stored {
	position: absolute;
	visibility: hidden;
	height: 10px;
	width: 10px;
	overflow: hidden;
	left: -200px;
}

#resmorebutton {
	color: #E36245;
	font-weight: 400;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

#resmoredivider {
	width: 100%;
	height: 2px;
	background-color: #666;
}

article.wpsl_stores h2 {
	color: #E36245;
	font-size: 26px;
}

article.wpsl_stores img {
	aspect-ratio: 300/300;
	object-fit: cover;
}

.blog-content article.wpsl_stores p {
	color: #424245;
}

.blog-single article.wpsl_stores img {
	aspect-ratio: 365/248;
	object-fit: cover;
}

.res-stored {
	position: absolute;
	visibility: hidden;
	height: 10px;
	width: 10px;
	overflow: hidden;
	left: -200px;
}

#resmorebutton {
	color: #E36245;
	font-weight: 400;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

#resmoredivider {
	width: 100%;
	height: 2px;
	background-color: #666;
}

.mbsc-textfield-tag-clear {
	background-image: url("../wp-content/themes/soc/images/xbutt.svg");
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: center;
	background-color: none;
}

.mbsc-textfield-inner-outline {
	border: 1px solid darkgray;
	border-radius: 10px;
}

.mbsc-label-stacked {
	background-color: white;
	padding-left: 2px;
	padding-right: 2px;
}

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

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

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

/*# sourceMappingURL=style.css.map */

.team-single .awsm-social-icons span{
    padding: 15px 5px 15px 0;
}
.team-single i {
    border: 1px solid;
    font-size: 18px;
    padding: 10px;
}
.team-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.team-image-wrapper {
    float: left;
    padding-right: 15px;
}