/*!
Theme Name: Just Human Productions
Theme URI: http://underscores.me/
Author: Moonshot
Author URI: https://moonshot.la/
Description: Theme for justhumanproductions.org
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: justhuman
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.

Just Human Productions 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
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 2.5px;
	padding-left: 2.5px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1440px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 2.5px;
	padding-left: 2.5px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -2.5px;
	margin-left: -2.5px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 2.5px;
	padding-left: 2.5px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-last {
		order: 13;
	}
	.order-xl-0 {
		order: 0;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}

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

/**
 * 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: #222224;
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

button {
	font-weight: bold;
}

p {
	font-family: 'PT Serif', serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	clear: both;
	letter-spacing: -0.03em;
}

h1, .h1 {
	font-size: 2.1875rem;
}

h2, .h2 {
	font-size: 1.5625rem;
}

h3, .h3 {
	font-size: 1.3125rem;
}

h4, .h4 {
	font-size: 1.1875rem;
}

h5, .h5 {
	font-size: 1rem;
}

h6, .h6 {
	font-size: 0.875rem;
}

@media (min-width: 768px) {
	h1, .h1 {
		font-size: 3.4375rem;
	}
	h2, .h2 {
		font-size: 2.4375rem;
	}
	h3, .h3 {
		font-size: 1.5625rem;
	}
	h4, .h4 {
		font-size: 1.3125rem;
	}
	h5, .h5 {
		font-size: 1.1875rem;
	}
	h6, .h6 {
		font-size: 1rem;
	}
}

p {
	margin-bottom: 1.875rem;
}

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;
	font-size: 18px;
}

.container {
	padding: 0 10px;
}

@media (min-width: 768px) {
	.container {
		padding: 0 50px;
	}
}

.container.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.row.no-margin {
	margin-right: 0;
	margin-left: 0;
}

.col.no-padding {
	padding-left: 0;
	padding-right: 0;
}

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

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

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

.site-header {
	border-bottom: 1px solid #E0E0E0;
}

.site-header .custom-logo {
	max-width: 100px;
}

@media (min-width: 768px) {
	.site-header .custom-logo {
		max-width: 206px;
		margin-right: 25px;
	}
}

.site-header .container {
	padding-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.entry-title {
	text-align: center;
	letter-spacing: -0.03em;
	color: #1D363C;
	position: relative;
}

.entry-title.has-red-border:before {
	display: block;
	content: "";
	width: 45px;
	height: 1px;
	background-color: #C50201;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.entry-title a {
	color: #1D363C;
}

@media (min-width: 768px) {
	.entry-title.has-red-border:before {
		width: 67px;
	}
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

.site-footer {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 17px 0;
	background-color: #2C2E3D;
	margin-top: 22px;
}

.site-footer .footer-logo {
	display: block;
	text-align: center;
	margin-bottom: 32px;
}

.site-footer .container > .donate-btn {
	display: none;
	margin: 0 auto 42px;
}

@media (max-width: 599px) {
	.site-footer .container > .donate-btn {
		display: block;
	}
}

.site-footer .site-info {
	padding-top: 32px;
	border-top: 1px solid #4F4F4F;
	text-align: center;
	color: #E0E0E0;
}

.site-footer .site-info a {
	display: block;
}

@media (min-width: 768px) {
	.site-footer .site-info {
		margin-top: 44px;
		display: flex;
		justify-content: center;
	}
	.site-footer .site-info a {
		margin-left: 25px;
	}
}

.site-footer .copyright {
	display: block;
	margin-bottom: 15px;
}

.site-footer .menu-footer-container a, .site-footer .site-info a {
	color: #F5F5F5;
}

.site-footer .menu-footer-container a:hover, .site-footer .menu-footer-container a:focus, .site-footer .menu-footer-container a:active, .site-footer .site-info a:hover, .site-footer .site-info a:focus, .site-footer .site-info a:active {
	color: gainsboro;
}

.site-footer .menu-footer-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .menu-footer-container li {
	text-align: center;
	display: block;
	list-style: none;
}

.site-footer .menu-footer-container {
	margin-bottom: 32px;
}

.site-footer .menu-footer-container li {
	text-align: center;
	display: block;
	list-style: none;
	margin-bottom: 15px;
}

@media (max-width: 599px) {
	.site-footer .menu-footer-container li.donate-menu-item {
		display: none;
	}
}

@media (min-width: 768px) {
	.site-footer .menu-footer-container ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.site-footer .menu-footer-container li {
		text-align: left;
		margin-right: 25px;
		margin-bottom: 0;
	}
	.site-footer .menu-footer-container li:last-child {
		margin-right: 0;
	}
}

.site-footer .mc4wp-form {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 50px;
}

.site-footer .mc4wp-form h4 {
	text-transform: uppercase;
	line-height: 1;
	font-size: 1.1875rem;
	color: #FF9D30;
	text-align: center;
}

.site-footer .mc4wp-form h4:after {
	content: "";
	display: block;
	width: 45px;
	height: 1px;
	margin: 15px auto;
	background-color: #B3B4BC;
}

.site-footer .mc4wp-form .mc4wp-response {
	margin-top: 5px;
	width: 100%;
	text-align: center;
	color: #F5F5F5;
}

.site-footer .mc4wp-form .mc4wp-response p {
	margin: 0;
}

.site-footer .mc4wp-form .mc4wp-form-fields {
	width: 100%;
}

.site-footer .mc4wp-form .mc4wp-form-fields > div {
	display: flex;
	justify-content: center;
}

.site-footer .mc4wp-form .mc4wp-form-fields > div input {
	width: 100%;
	max-width: 296px;
	height: 47px;
	margin-right: 6px;
}

@media (max-width: 599px) {
	.site-footer .mc4wp-form h4 {
		font-size: 1.875rem;
	}
	.site-footer .mc4wp-form .mc4wp-form-fields > div {
		flex-wrap: wrap;
	}
	.site-footer .mc4wp-form .mc4wp-form-fields > div input {
		max-width: 100%;
		margin-bottom: 12px;
		margin-right: 0;
	}
	.site-footer .mc4wp-form .mc4wp-form-fields > div button {
		width: 100%;
	}
}

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

a:visited {
	color: #2e555e;
}

a:hover, a:focus, a:active {
	color: #0c171a;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
a.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #fff;
	border: 1px solid #1D363C;
	color: #1D363C;
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 15px 60px;
	text-align: center;
	letter-spacing: -0.02em;
	text-decoration: none;
}

button:hover,
a.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
a.btn:active,
a.btn: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;
}

a.social-btn,
.social-btn,
.btn.social-btn {
	font-weight: 400;
	background-color: #fff;
	padding: 4px 12px;
	border: 1px solid #1D363C;
}

a.social-btn:visited,
.social-btn:visited,
.btn.social-btn:visited {
	color: #1D363C;
}

a.social-btn.icon:before,
.social-btn.icon:before,
.btn.social-btn.icon:before {
	display: inline;
}

a.social-btn.instagram,
.social-btn.instagram,
.btn.social-btn.instagram {
	font-weight: 500;
	background-color: #DD2A7B;
	border: 1px solid #DD2A7B;
	color: #fff;
}

a.social-btn.instagram:visited,
.social-btn.instagram:visited,
.btn.social-btn.instagram:visited {
	color: #fff;
}

a.social-btn.instagram:hover,
.social-btn.instagram:hover,
.btn.social-btn.instagram:hover {
	background-color: #b71d63;
}

a.social-btn.twitter,
.social-btn.twitter,
.btn.social-btn.twitter {
	font-weight: 500;
	background-color: #1B95E0;
	border: 1px solid #1B95E0;
	color: #fff;
}

a.social-btn.twitter:visited,
.social-btn.twitter:visited,
.btn.social-btn.twitter:visited {
	color: #fff;
}

a.social-btn.twitter:hover,
.social-btn.twitter:hover,
.btn.social-btn.twitter:hover {
	background-color: #1677b2;
}

a.donate-btn,
.donate-btn,
.btn.donate-btn {
	background-color: #BA101A;
	border: 1px solid #BA101A;
	color: #fff;
}

a.donate-btn:hover,
.donate-btn:hover,
.btn.donate-btn:hover {
	background-color: #8b0c13;
	border: 1px solid #8b0c13;
}

a.donate-btn:visited,
.donate-btn:visited,
.btn.donate-btn:visited {
	color: #fff;
}

a.outline-btn.white,
.outline-btn.white,
.btn.outline-btn.white {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

a.outline-btn.white:hover,
.outline-btn.white:hover,
.btn.outline-btn.white:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	color: #000;
}

a.outline-btn:hover,
.outline-btn:hover,
.btn.outline-btn:hover {
	background-color: #f2f2f2;
	border: 1px solid #15272b;
}

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: #222224;
	border: 1px solid #E0E0E0;
	border-radius: 0;
	padding: 10px 17px;
}

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: #09090a;
	border: 2px solid #000;
	outline: inherit;
}

label {
	display: block;
	color: #677578;
	font-weight: 500;
	line-height: 35px;
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select {
	border-radius: 0;
	width: 100%;
	border: 1px solid #E0E0E0;
	padding: 11px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("./images/arrow.svg");
	background-repeat: no-repeat;
	background-position-x: 96%;
	background-position-y: 50%;
}

textarea {
	width: 100%;
}

.page-template-default .entry-content {
	max-width: 954px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.page-template-page-home .home-social {
	display: flex;
}

.page-template-page-home .home-social a {
	font-size: 0.75rem;
	flex: 1;
}

.page-template-page-home .home-social a:first-child {
	margin-right: 5px;
}

.page-template-page-home .site-main {
	margin-top: 23px;
}

@media (min-width: 768px) {
	.page-template-page-home .home-social {
		justify-content: flex-end;
		margin-bottom: 50px;
	}
	.page-template-page-home .home-social a {
		flex: initial;
	}
}

.page-template-page-50-50 .entry-title {
	margin-top: 0;
}

@media (min-width: 768px) {
	.page-template-page-50-50 .col-12:first-child {
		padding-right: 40px;
	}
}

.page-template-single-member .entry-content .member-section {
	width: 250px;
	padding-bottom: 10px;
	margin: 0 auto 30px;
	border-bottom: 1px solid #E0E0E0;
}

.page-template-single-member .entry-content .member-section .post-thumbnail {
	margin: 0;
}

.page-template-single-member .entry-content .member-section .member-image {
	display: flex;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-template-single-member .entry-content .member-section .name, .page-template-single-member .entry-content .member-section .position {
	line-height: 15px;
	letter-spacing: -0.03em;
	font-size: 0.8125rem;
	display: block;
}

.page-template-single-member .entry-content .member-section .name {
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
}

.page-template-single-member .entry-content .member-section .position {
	font-family: 'PT Serif', serif;
	color: #677578;
	font-weight: 400;
}

@media (min-width: 768px) {
	.page-template-single-member .entry-content .member-section {
		float: left;
		width: 270px;
		margin: 0 30px 5px 0;
	}
}

.search-results .search-result-text {
	line-height: 18px;
	font-weight: 700;
}

.search-results .page-header {
	margin: 0 auto;
}

.search-results .page-title {
	margin-top: 0;
	line-height: 28px;
	font-weight: 400;
}

.podcast-template-default.admin-bar .site-header {
	top: 32px;
}

.podcast-template-default .site-header {
	position: absolute;
	top: 0;
	z-index: 101;
	width: 100%;
}

.podcast-template-default .podcast-header {
	min-height: 348px;
	position: relative;
}

.podcast-template-default .podcast-header:before {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.podcast-template-default .podcast-header .podcast-header-media {
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	color: #fff;
}

.podcast-template-default .podcast-header .podcast-header-media .entry-header {
	position: relative;
	padding: 78px 37px;
}

.podcast-template-default .podcast-header .podcast-header-media .entry-header #breadcrumbs, .podcast-template-default .podcast-header .podcast-header-media .entry-header .entry-title {
	margin-top: 0;
	margin-bottom: 0;
}

.podcast-template-default .podcast-header .podcast-header-media .entry-header .entry-title {
	margin-top: 31px;
	padding-bottom: 60px;
}

.podcast-template-default .podcast-header .podcast-header-media #breadcrumbs, .podcast-template-default .podcast-header .podcast-header-media #breadcrumbs a, .podcast-template-default .podcast-header .podcast-header-media .entry-title {
	color: #fff;
}

.podcast-template-default .podcast-header .podcast-header-media:before {
	display: block;
	content: "";
	padding-top: 56.25%;
	min-height: 348px;
}

@media (min-width: 768px) {
	.podcast-template-default .podcast-header .podcast-header-media .entry-header {
		padding-top: 108px;
	}
}

@media (min-width: 1024px) {
	.podcast-template-default .podcast-header {
		max-height: 470px;
	}
	.podcast-template-default .podcast-header .podcast-header-media {
		max-height: 470px;
	}
}

.podcast-template-default .podcast-player {
	z-index: 100;
	position: relative;
	max-width: 90%;
	margin: -50px auto 0;
}

.podcast-template-default .podcast-player .listen-on {
	border-bottom: 1px solid #F2F2F2;
	width: 100%;
	margin-bottom: 32px;
	min-height: 68px;
	display: flex;
	justify-content: start;
	align-items: center;
}

.podcast-template-default .podcast-player .listen-on .listen-text {
	font-weight: 700;
	color: #1D363C;
}

.podcast-template-default .podcast-player .listen-on .listen-services img {
	max-width: 45px;
	margin-left: 15px;
}

@media (max-width: 599px) {
	.podcast-template-default .podcast-player .listen-on {
		flex-direction: column;
	}
	.podcast-template-default .podcast-player .listen-on .listen-text {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.podcast-template-default .podcast-player .listen-on .listen-services img {
		margin-left: 5px;
	}
}

.podcast-template-default .podcast-content {
	max-width: 954px;
	margin: 0 auto;
}

.podcast-template-default .podcast-content .tabs .tabs-header {
	display: flex;
}

.podcast-template-default .podcast-content .tabs-header-item {
	width: 100%;
}

.podcast-template-default .podcast-content .tab-block {
	margin-top: 35px;
}

.podcast-template-default .podcast-content .tab-block:last-child {
	display: none;
}

.podcast-template-default .podcast-guests h5 {
	font-weight: 400;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.podcast-template-default .podcast-guests h5:after {
	display: block;
	content: "";
	width: 45px;
	height: 1px;
	background-color: #C50201;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.podcast-template-default .podcast-guests .podcast-guests-content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.podcast-template-default .podcast-guests .podcast-guest {
	max-width: 210px;
	text-align: center;
	margin-bottom: 49px;
	margin-right: 30px;
}

.podcast-template-default .podcast-guests .podcast-guest:only-child {
	margin-right: 0;
}

.podcast-template-default .podcast-guests .podcast-guest:last-child {
	margin-right: 0;
}

.podcast-template-default .podcast-guests .podcast-guest img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
}

.podcast-template-default .podcast-guests .podcast-guest .name, .podcast-template-default .podcast-guests .podcast-guest .position {
	line-height: 15px;
	letter-spacing: -0.03em;
	font-size: 0.8125rem;
	display: block;
	color: #1D363C;
}

.podcast-template-default .podcast-guests .podcast-guest .name {
	font-weight: 700;
}

.podcast-template-default .podcast-guests .podcast-guest .position {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	margin-bottom: 20px;
}

.podcast-template-default .site-branding a img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(72%) saturate(210%) hue-rotate(190deg) brightness(115%) contrast(92%);
}

@media screen and (min-width: 1400px) {
	.podcast-template-default #site-navigation #primary-menu > .menu-item > a {
		color: #F5F5F5;
	}
}

.podcast-template-default #site-navigation button {
	background-color: transparent;
}

.podcast-template-default #site-navigation img {
	filter: invert(99%) sepia(6%) saturate(72%) hue-rotate(243deg) brightness(113%) contrast(100%);
}

.podcast-template-default #site-navigation .main-navigation.toggled .menu-main-container {
	height: 100vh;
	width: 100vh;
}

@media (min-width: 768px) {
	.podcast-template-default .podcast-player {
		margin: -90px auto 0;
		max-width: 1024px;
	}
	.podcast-template-default .podcast-player .listen-on {
		margin-bottom: 45px;
	}
	.podcast-template-default .podcast-content .tab-block {
		margin-top: 58px;
	}
	.podcast-template-default .podcast-guests h5:after {
		width: 67px;
	}
}

.page-template-page-film.admin-bar .site-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.page-template-page-film.admin-bar .site-header {
		top: 46px;
	}
}

.page-template-page-film .content-wrap {
	max-width: 954px;
	margin: 0 auto;
}

.page-template-page-film .nav-bar-spacer {
	height: 68px;
}

@media (min-width: 768px) {
	.page-template-page-film .nav-bar-spacer {
		height: 88px;
	}
}

.page-template-page-film .site-header {
	position: absolute;
	top: 0;
	z-index: 101;
	width: 100%;
}

.page-template-page-film .video-container {
	height: 0px;
}

.page-template-page-film .video-container .video-wrapper {
	width: 100%;
	height: px;
	width: calc(100% - 20px);
	max-width: 977px;
	margin: 0 auto;
	transform: translateY(-70px);
}

@media (min-width: 424px) {
	.page-template-page-film .video-container .video-wrapper {
		height: 230px;
	}
}

@media (min-width: 768px) {
	.page-template-page-film .video-container .video-wrapper {
		transform: translateY(-200px);
		height: 476px;
	}
}

.page-template-page-film .video-container .video-wrapper iframe {
	width: 100%;
	height: 100%;
}

.page-template-page-film .video-container + .container {
	padding-top: 10px;
}

@media (min-width: 424px) {
	.page-template-page-film .video-container + .container {
		padding-top: 50px;
	}
}

@media (min-width: 768px) {
	.page-template-page-film .video-container + .container {
		padding-top: 200px;
	}
}

.page-template-page-film .film-header {
	min-height: 240px;
	max-height: 470px;
	position: relative;
	background-color: #828282;
}

.page-template-page-film .film-header:before {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-template-page-film .film-header .film-header-media {
	background-position: center;
	background-size: cover;
	max-height: 470px;
	display: flex;
	justify-content: center;
	color: #fff;
	z-index: 9;
}

.page-template-page-film .film-header .film-header-media .entry-header {
	z-index: 9;
}

.page-template-page-film .film-header .film-header-media #breadcrumbs, .page-template-page-film .film-header .film-header-media #breadcrumbs a, .page-template-page-film .film-header .film-header-media .entry-title {
	color: #fff;
}

@media (min-width: 768px) {
	.page-template-page-film .film-header {
		min-height: 388px;
	}
}

.page-template-page-film .content-wrap {
	margin-top: 130px;
}

.page-template-page-film .site-branding a img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(72%) saturate(210%) hue-rotate(190deg) brightness(115%) contrast(92%);
}

@media screen and (min-width: 1400px) {
	.page-template-page-film #site-navigation #primary-menu > .menu-item > a {
		color: #F5F5F5;
	}
}

.page-template-page-film #site-navigation button {
	background-color: transparent;
}

.page-template-page-film #site-navigation img {
	filter: invert(99%) sepia(6%) saturate(72%) hue-rotate(243deg) brightness(113%) contrast(100%);
}

.page-template-page-film #site-navigation .main-navigation.toggled .menu-main-container {
	height: 100vh;
	width: 100vh;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation a {
	font-weight: bold;
}

.main-navigation a:visited {
	color: #1D363C;
}

@media (min-width: 1400px) {
	.main-navigation .nav-menu > li {
		margin-right: 25px;
		font-size: 16px;
	}
	.main-navigation .nav-menu > li.subscribe-menu-item {
		margin-right: 0;
	}
	.main-navigation .nav-menu > li.menu-item:last-child {
		margin-right: 0;
	}
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	font-weight: bold;
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1400px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation .nav-menu {
		display: flex;
	}
	.main-navigation .nav-menu .sub-menu-toggle {
		margin-left: 5px;
	}
	.main-navigation .nav-menu > li > a {
		display: inline-block;
	}
	.main-navigation .nav-menu > li.current-menu-ancestor:after, .main-navigation .nav-menu > li.current-menu-item:after, .main-navigation .nav-menu > li:hover:after {
		content: "";
		height: 2px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: -32px;
		background: red;
	}
}

.main-navigation .sub-menu {
	background-color: #fff;
	padding: 14px 0;
	display: block;
}

.main-navigation .sub-menu li {
	margin-bottom: 10px;
	padding: 10px 15px;
}

.main-navigation .sub-menu li:hover {
	background-color: #F5F5F5;
}

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

@media (max-width: 990px) {
	.header-actions button {
		display: none;
	}
	.header-actions a {
		padding: 15px 35px;
	}
}

@media (min-width: 991px) {
	.main-navigation .nav-menu .outline-btn {
		display: none;
	}
}

@media (min-width: 768px) {
	.header-actions {
		display: flex;
	}
	.header-actions .outline-btn {
		margin-left: 10px;
	}
}

@media screen and (max-width: 1400px) {
	#masthead #site-navigation {
		margin-left: auto;
		margin-right: 2rem;
	}
	.menu-item-has-children:hover ul {
		display: none;
	}
	.menu-toggle {
		border: none;
		padding: 0;
	}
	.menu-toggle:focus {
		outline: none;
	}
	.search-btn {
		outline: none;
		border: none;
	}
	.menu-item-has-children.focus .sub-menu {
		background-color: #F2F2F2;
		color: #677578;
		display: block;
		padding: 0.75rem 0;
		position: static;
		width: 100%;
		float: none;
		box-shadow: none;
	}
	.menu-item-has-children.focus .sub-menu:hover {
		background-color: #F2F2F2;
	}
	.menu-item-has-children.focus .sub-menu .menu-item {
		margin: 1rem 0;
	}
	.menu-item-has-children.focus img {
		transform: rotate(180deg);
	}
	.main-navigation.toggled .menu-main-container {
		background: #fff;
		position: absolute;
		left: 0;
		height: 100vh;
		width: 100vw;
		z-index: 100;
		text-align: center;
	}
	.main-navigation.toggled .menu-main-container #primary-menu {
		text-align: center;
	}
	.main-navigation.toggled .menu-main-container #primary-menu > .menu-item {
		padding-top: 1rem;
		font-weight: 700;
		border: 1px solid #F5F5F5;
	}
	.main-navigation.toggled .menu-main-container #primary-menu > .menu-item a {
		display: inline-block;
		margin-right: 0.5rem;
		margin-bottom: 1rem;
	}
	.main-navigation.toggled .menu-main-container #primary-menu > .menu-item img {
		vertical-align: middle;
	}
	.main-navigation.toggled .menu-main-container #primary-menu .subscribe-menu-item {
		margin: 1rem;
	}
}

.modal {
	max-width: 300px;
	width: 100%;
	height: 60%;
	border-radius: 0;
}

.modal h1:first-child {
	margin-top: 3rem;
}

.modal h1 {
	display: block;
	margin: 0;
	text-align: center;
	line-height: 1;
}

.modal h1:last-child {
	margin-bottom: 1rem;
	font-weight: 400;
}

.modal hr {
	margin: 1rem auto;
	width: 26px;
	height: 1px;
	background-color: #C50201;
}

.modal .btn {
	display: block;
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 3rem;
	padding: 1rem 0;
}

.modal input {
	padding: 0.6rem 1rem;
}

.modal span {
	display: block;
	margin: 1rem 0;
	text-align: center;
}

.modal span:first-child {
	margin-top: 0;
	font-weight: normal;
}

.modal .modal__container {
	border-radius: 0;
	border-bottom: 2px solid #C50201;
}

.modal .modal__header {
	display: block;
}

.modal .modal__header button {
	align-self: flex-end;
	padding: 0;
}

.modal .modal__header:last-child {
	margin-top: 0.5rem;
}

.modal .modal__close {
	margin-bottom: 3rem;
	padding: 0;
	float: right;
	display: block;
}

@media (max-width: 767px) {
	.menu-main-container {
		top: 66px;
	}
}

@media (min-width: 768px) {
	.menu-main-container {
		top: 88px;
	}
}

#breadcrumbs {
	color: #1D363C;
	display: block;
	text-align: center;
	margin-top: 23px;
	font-size: 0.8125rem;
	letter-spacing: -0.03em;
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
	#breadcrumbs {
		margin-top: 73px;
	}
}

#breadcrumbs a {
	text-decoration: none;
	color: #1D363C;
}

#breadcrumbs a:visited {
	color: #1D363C;
}

li.categories {
	list-style: none;
}

li.categories:hover {
	cursor: pointer;
}

li.categories:hover > ul {
	display: block;
}

li.categories > ul {
	margin-left: 0;
	list-style: none;
	display: none;
}

li.categories > ul:hover {
	display: block;
}

/* Posts and pages
--------------------------------------------- */
.post-list .alm-load-more-btn.donate-btn {
	display: block;
	margin: 0 auto;
}

.post-list .alm-load-more-btn.more.done {
	display: none;
}

.post-list .post-list-item {
	margin: 0 auto 20px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 20px;
}

.post-list .post-list-item .thumbnail-column {
	padding-left: 0;
	padding-right: 0;
}

.post-list .post-list-item .thumbnail-column img {
	height: 100%;
	max-height: 213px;
	object-fit: cover;
}

.post-list .post-list-item .entry-title {
	margin: 25px 0 0 0;
	line-height: 1;
	text-align: left;
	font-size: 1.5625rem;
}

.post-list .post-list-item .post-list-item-link {
	display: block;
	font-size: 0.9375rem;
	margin-bottom: -15px;
}

.post-list .post-list-item .entry-content {
	padding-bottom: 10px;
}

@media (min-width: 768px) {
	.post-list .post-list-item .entry-title {
		margin: 0;
	}
	.post-list .post-list-item .thumbnail-column {
		padding-right: 20px;
	}
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content a {
	color: #38739c;
	text-decoration: underline;
}

.entry-content a:visited {
	color: #38739c;
}

.wp-block-create-block-todo-list .banner-content p {
	margin: 15px 0 !important;
}

.wp-block-create-block-todo-list .banner-content a {
	text-decoration: none;
}

.wp-block-create-block-todo-list .banner-content a:visited {
	color: #fff;
}

.entry-content hr {
	width: 92.5%;
	margin: 0 auto;
}

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

.entry-meta, .entry-topic {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8125rem;
	color: #677578;
}

.entry-meta a, .entry-topic a {
	color: #677578;
}

.page-template .entry-content, .single-post .entry-content {
	max-width: 954px;
	margin: 0 auto;
}

.single-post .site-main {
	margin-top: 70px;
}

.single-post .entry-title {
	margin-top: 0;
}

.page-template-default .post-thumbnail {
	width: 100%;
	max-width: 954px;
	height: 300px;
	margin: 0 auto;
}

.page-template-default .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-thumbnail {
	margin: 32px 0;
}

.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
	font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.modal__container {
	background-color: #fff;
	padding: 30px;
	max-width: 500px;
	max-height: 100vh;
	border-radius: 4px;
	overflow-y: auto;
	box-sizing: border-box;
}

.modal__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25;
	color: #00449e;
	box-sizing: border-box;
}

.modal__close {
	background: transparent;
	border: 0;
}

.modal__header .modal__close:before {
	content: "\2715";
}

.modal__content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
	font-size: .875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	background-color: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	border-radius: .25rem;
	border-style: none;
	border-width: 0;
	cursor: pointer;
	-webkit-appearance: button;
	text-transform: none;
	overflow: visible;
	line-height: 1.15;
	margin: 0;
	will-change: transform;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.modal__btn-primary {
	background-color: #00449e;
	color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-10%);
	}
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

#contact-form {
	margin-bottom: 40px;
	border: 1px solid #E0E0E0;
	padding: 41px 20px;
}

#contact-form h2 {
	margin: 0;
	text-align: center;
}

#contact-form h2 + p {
	margin: 0;
}

#contact-form br {
	display: none;
}

@media (min-width: 1200px) {
	#contact-form {
		padding: 0 70px;
	}
}

#contact-form .wpcf7-submit {
	display: block;
	width: 100%;
}

#contact-form .wpcf7-not-valid-tip {
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#contact-form .wpcf7 form.invalid .wpcf7-response-output, #contact-form .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #BA101A;
}

#contact-form .wpcf7-not-valid {
	border-color: #BA101A;
}

.search-form {
	width: 100%;
	background-color: #fff;
	position: relative;
	margin: 0 auto 40px;
}

.search-form .search-field {
	padding: 40px 11px;
	font-size: 2.5625rem;
	color: #B3B4BC;
}

.search-form .search-field:focus + .search-submit {
	color: #000;
}

.search-form .search-submit {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 11px;
	padding: 0;
	border: none;
	font-size: 2.5625rem;
	color: #B3B4BC;
}

@media (min-width: 768px) {
	.search-form {
		max-width: 1058px;
	}
}

/* Modal form */
#modal-newsletter .modal__container {
	max-width: 660px;
}

.modal-form {
	display: flex;
	flex-direction: column;
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin: auto 0;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.modal-form div:first-child {
	width: 100%;
	margin: 1rem;
}

.modal-form div:first-child h2 {
	color: #1D363C;
}

.modal-form div:first-child h2:after {
	background-color: #C50201;
	content: "";
	display: block;
	height: 1px;
	margin: 15px auto;
	width: 45px;
}

.modal-form div:first-child button {
	padding: 0;
	width: auto;
	height: auto;
	margin-left: auto;
	display: block;
	border: none;
}

.modal-form div:first-child button:before {
	width: 1px;
	content: "\2715";
}

.modal-form div:last-child {
	display: flex;
	gap: 4px;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.modal-form div:last-child input {
	margin: 10px 0;
}

.modal-form div:last-child .donate-btn {
	width: 100%;
}

.modal-form div:last-child input {
	margin: 0;
}

.modal-form div:last-child button {
	margin: 0;
	height: 47px;
}

/* Homepage form */
.homepage-form {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	margin: 90px 0;
}

.homepage-form div:first-child {
	margin: auto;
	flex-direction: row;
}

.homepage-form div:first-child div:first-child {
	align-items: center;
	display: flex;
	flex: 1;
	margin: auto;
}

.homepage-form div:first-child div:first-child h2 {
	margin-left: auto;
}

.homepage-form div:first-child div:first-child:after {
	width: 89px;
	content: "";
	background-color: #C50201;
	height: 3px;
	margin: auto;
	transform: rotate(90deg);
}

.homepage-form div:first-child div:last-child {
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: auto auto auto 0;
	flex: 1;
	text-align: center;
}

.homepage-form div:first-child div:last-child > div {
	display: flex;
	flex-direction: column;
}

.homepage-form div:first-child p {
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right: auto;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
}

.homepage-form div:first-child input {
	width: 100%;
}

@media (max-width: 1200px) {
	margin: 40px 0;
	.homepage-form h2 {
		margin-bottom: 1rem;
	}
	.homepage-form div:first-child {
		flex-direction: column;
	}
	.homepage-form div:first-child div:first-child {
		text-align: center;
		margin-bottom: 3rem;
	}
	.homepage-form div:first-child div:first-child:after {
		transform: rotate(180deg);
	}
	.homepage-form div:first-child div:last-child {
		width: 100%;
	}
	.homepage-form div:first-child div:last-child p {
		margin: auto;
	}
	.homepage-form input {
		margin: 10px 0;
	}
	.homepage-form .donate-btn {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.modal-form div:last-child {
		flex-direction: row;
	}
}

@media (min-width: 1200px) {
	.homepage-form div:first-child div:last-child > div {
		margin-top: 15px;
		flex-direction: row;
		width: 100%;
	}
	.homepage-form input {
		margin-right: 15px;
		max-width: 290px;
	}
}

.staff-card {
	background-color: #E0E0E0;
	display: flex;
	flex-direction: column;
	max-width: 475px;
	margin-right: 5px;
	margin-bottom: 30px;
}

.staff-card .card-media {
	position: relative;
	background-position: center center;
	background-size: 100% 100%;
}

.staff-card .card-media:before {
	display: block;
	content: "";
	margin-top: 100%;
}

.staff-card .card-content {
	background-color: #fff;
	padding: 20px 0;
}

.staff-card .card-content .name, .staff-card .card-content .position, .staff-card .card-content .profile-link {
	letter-spacing: -0.03em;
}

.staff-card .card-content .name {
	font-size: 1.0625rem;
	display: block;
	color: #1D363C;
	font-weight: 700;
}

.staff-card .card-content .position {
	font-family: 'PT Serif', serif;
	font-size: 1.0625rem;
	font-weight: 400;
}

.staff-card .card-content .profile-link {
	margin-top: 30px;
	display: block;
	font-size: 0.9375rem;
	font-weight: 300;
}

.main-series {
	border: 1px solid #E0E0E0;
	margin-bottom: 30px;
}

.main-series .media-content {
	display: flex;
	min-height: 373px;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #fff;
	position: relative;
	background-position: center;
}

.main-series .media-content:after {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-series .media-content .inner-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.main-series .media-content .inner-text .h1 {
	text-align: center;
	margin: 0;
}

.main-series .media-content .inner-text .tag-type {
	font-size: 0.875rem;
	text-transform: uppercase;
	display: block;
}

.main-series .media-content .view-all {
	text-align: center;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	z-index: 5;
	color: #fff;
}

.main-series .media-content .view-all:hover {
	color: #e6e6e6;
}

.main-series .listen-on {
	width: 100%;
	background-color: #E0E0E0;
	min-height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}

.main-series .listen-on .listen-text {
	font-weight: 700;
	color: #1D363C;
}

.main-series .listen-on .listen-services img {
	max-width: 45px;
	margin-left: 15px;
}

@media (max-width: 599px) {
	.main-series .listen-on {
		flex-direction: column;
	}
	.main-series .listen-on .listen-text {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.main-series .listen-on .listen-services img {
		margin-left: 5px;
	}
}

.main-series .description {
	padding: 36px 20px;
	font-family: 'PT Serif', serif;
	line-height: 26px;
}

.main-series .listen-link {
	margin-top: 20px;
	display: block;
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
	.main-series .description {
		max-width: 462px;
		padding: 32px 0;
		margin: 0 auto;
	}
}

.series-details {
	margin-bottom: 50px;
}

.series-details .series-media {
	border: none;
	width: 100%;
}

.series-details .series-media .media-content {
	background-size: cover;
}

@media (min-width: 900px) {
	.series-details {
		display: flex;
		/*align-items: center;*/
		align-content: center;
	}
	.series-details .series-media {
		min-height: 335px;
	}
}

@media (min-width: 1200px) {
	.series-details .series-media {
		padding-right: 49px;
	}
	.series-details .series-description {
		padding-right: 49px;
	}
}

.host-card {
	/*width: 100%;
	max-height: 373px;
	min-height: 373px;*/
	background-size: cover;
	background-position: 50%;
	position: relative;
	/*display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;*/
	color: #fff;
	color: #fff;
	width: 120px;
	max-width:120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.host-card:visited, .host-card:hover {
	color: #fff !important;
}

.host-card:hover {
	cursor: pointer;
}

.host-card:after {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius:50%;
}

.host-card .inner-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	z-index: 2;
}

.host-card .host-social {
	text-align: center;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	background-color: transparent;
	border: none;
	max-width: 80%;
	font-weight: 400;
	border: 1px solid #fff;
}

.host-card .host-social:hover {
	color: #e6e6e6;
}

.host-card .host-social:hover:visited {
	color: #e6e6e6;
}

.host-card .host-social:visited {
	color: #fff;
}
div.host-data{
	    display: flex;
    align-items: center;
}
div.host-data div.inner-text{
	padding-left:20px;
}
div.host-data div.inner-text span{
	font-size:14px;
}
}

@media (min-width: 1200px) {
	.host-card {
		max-width: 397.66px;
	}
}

.tabs {
	width: 100%;
}

.tabs .season-selector {
	font-size: 1rem;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 35px;
}

.tabs .tabs-header {
	display: none;
	width: 100%;
	border-bottom: 1px solid #BDBDBD;
}

.tabs .tabs-header .tabs-header-item {
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 17px;
	padding: 16px;
	text-align: center;
	color: #828282;
}

.tabs .tabs-header .tabs-header-item.selected, .tabs .tabs-header .tabs-header-item:hover {
	cursor: pointer;
	border-bottom: 2px solid #BA101A;
	color: #BA101A;
}

@media (min-width: 768px) {
	.tabs .season-selector {
		display: none;
	}
	.tabs .tabs-header {
		display: flex;
	}
}

.season-block h2 {
	text-align: center;
}

.season-block h2 span {
	font-weight: 400;
	color: #E0E0E0;
	display: block;
}

@media (min-width: 768px) {
	.season-block h2 span {
		display: inline-block;
	}
	.season-block h2 span:after {
		content: " | ";
		margin: 0 5px;
		display: inline-block;
	}
}

.episode-block {
	width: 100%;
	margin-bottom: 5px;
	position: relative;
}

.episode-block .episode-image {
	min-height: 305px;
	background-color: #4F4F4F;
	background-size: cover;
}

.episode-block .episode-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.episode-block .episode-tag {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F5F5F5;
	color: #1D363C;
	font-size: 0.8125rem;
	font-weight: 700;
	padding: 6px 15px;
}

.episode-block .episode-description {
	padding: 25px 25px;
	border-style: solid;
	border-color: #E0E0E0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left: none;
}

.episode-block .episode-description h4 {
	margin: 0;
	color: #1D363C;
}

.episode-block .episode-description a {
	display: block;
}

.episode-block .episode-duration {
	font-size: 0.9375rem;
	color: #677578;
}

@media (min-width: 768px) {
	.episode-block {
		display: flex;
	}
	.episode-block .episode-image, .episode-block .episode-description {
		width: 50%;
		height: 345px;
	}
}

.categories-dropdown-wrapper {
	margin: 0 auto 40px;
}

.categories-dropdown {
	font-weight: bold;
}

.categories-dropdown .categories {
	position: relative;
}

.categories-dropdown .categories > ul {
	padding-left: 0;
	position: absolute;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	z-index: 99;
	background-color: #fff;
	padding: 14px 0;
}

.categories-dropdown .categories > ul li {
	margin-bottom: 10px;
	padding: 10px 15px;
}

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

.categories-dropdown .categories > ul a {
	font-weight: bold;
	width: 200px;
}

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

.bypostauthor {
	display: block;
}

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

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

.widget.widget_recent_entries > ul {
	list-style: none;
	margin-left: 0;
}

.widget.widget_recent_entries > ul li {
	margin-bottom: 10px;
}

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

.media--4-3-16-9:before {
	display: block;
	content: "";
	margin-top: 100%;
}

@media (min-width: 768px) {
	.media--4-3-16-9:before {
		margin-top: 56.25%;
	}
}

.media--4-3:before {
	display: block;
	content: "";
	margin-top: 100%;
}

.media--16-9:before {
	display: block;
	content: "";
	margin-top: 56.25%;
}

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

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