/*!
Theme Name: Ensemble Offspring
Theme URI: http://underscores.me/
Author: Gerson Mena (SML)
Author URI: https://gersonmenam.com/
Description: Description
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: ensemble-offspring
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.

Ensemble Offspring 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@font-face {
	font-family: 'MarkPro-Book';
	src: url("css/fonts/MarkPro-Book.woff2") format("woff2"), url("css/fonts/MarkPro-Book.woff") format("woff"), url("css/fonts/MarkPro-Book.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MarkPro';
	src: url("css/fonts/MarkPro-Medium.woff2") format("woff2"), url("css/fonts/MarkPro-Medium.woff") format("woff"), url("css/fonts/MarkPro-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MarkPro';
	src: url("css/fonts/MarkPro-Bold.woff2") format("woff2"), url("css/fonts/MarkPro-Bold.woff") format("woff"), url("css/fonts/MarkPro-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MarkPro';
	src: url("css/fonts/MarkPro.woff2") format("woff2"), url("css/fonts/MarkPro.woff") format("woff"), url("css/fonts/MarkPro.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.site-footer .disclaimer a {
	color: white;
	text-decoration: none;
}

/*--------------------------------------------------------------
# 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: #454545;
	font-family: "MarkPro", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

h1 {
	font-size: 2.5rem;
}

@media (min-width: 768px) {
	h1 {
		font-size: 3rem;
		font-weight: 500;
	}
}

.title {
	position: relative;
	font-family: "Questrial", BlinkMacSystemFont, sans-serif;
	margin-bottom: 2rem;
}

.title h2 {
	letter-spacing: 0.015em;
	font-size: calc(1.8rem + 2vw);
	position: relative;
}

.title .dot {
	display: block;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	position: absolute;
}

@media (min-width: 1023px) {
	.title .dot {
		width: 118px;
		height: 118px;
	}
}

.title__yellow .dot {
	background-color: #FBB317;
}

.title__yellow h2 {
	color: #006EB2;
}

.title__blue .dot {
	background-color: #006EB2;
}

.title__blue h2 {
	color: white;
}

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

@media (min-width: 1023px) {
	.title-left {
		text-align: left;
	}
}

.title-left .dot {
	top: calc(-1.5rem + 2vw);
	left: 0;
	right: 0;
	margin: auto;
}

@media (min-width: 1023px) {
	.title-left .dot {
		left: -39.33333px;
		top: -1.5rem;
		margin: 0;
	}
}

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

@media (min-width: 1023px) {
	.title-right {
		text-align: right;
	}
}

.title-right .dot {
	top: calc(-1.5rem + 2vw);
	left: 0;
	right: 0;
	margin: auto;
}

@media (min-width: 1023px) {
	.title-right .dot {
		left: inherit;
		right: -39.33333px;
		top: -1.5rem;
	}
}

.title-center {
	text-align: center;
	width: fit-content;
	margin: 0 auto;
}

.title-center .dot {
	top: calc(-1.5rem + 2vw);
	left: 0;
	right: 0;
	margin: auto;
}

@media (min-width: 1023px) {
	.title-center .dot {
		top: -1.5rem;
	}
}

@media (min-width: 1200px) {
	.title-center .dot {
		left: -39.33333px;
		margin: 0;
	}
}

p {
	margin-bottom: 1.5em;
}

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 {
	text-decoration: none;
}

big {
	font-size: 125%;
}

.font__primary {
	font-family: "MarkPro", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, sans-serif;
}

.font__primary-book {
	font-family: "MarkPro-Book", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, sans-serif;
}

.font__secondary {
	font-family: "Questrial", BlinkMacSystemFont, sans-serif;
}

.tx__w-4 {
	font-weight: 400;
}

.tx__w-5 {
	font-weight: 500;
}

.tx__w-6 {
	font-weight: 600;
}

.tx__w-7 {
	font-weight: 700;
}

.tx__size-sm {
	font-size: 0.8rem;
}

.tx__size-s {
	font-size: 0.9rem;
}

.tx__size-rg {
	font-size: 1rem;
}

.tx__size-md {
	font-size: 1.2rem;
}

.tx__size-lg {
	font-size: 2rem;
}

.tx__size-xl {
	font-size: 3.5rem;
}

.tx__size-res-lg {
	font-size: calc(1.5rem + 2vw);
}

.tx__c-primary {
	color: #02022B;
}

.tx__c-secondary {
	color: #FBB317;
}

.tx__c-tertiary {
	color: #006EB2;
}

.tx__space-3 {
	letter-spacing: 0.305em;
}

.tx__list {
	line-height: 2rem;
}

.icon-sm {
	font-size: 2rem;
}

.icon-md {
	font-size: 3.5rem;
}

.icon-lg {
	font-size: calc(2.8rem + 2vw);
}

.p-no-mb p {
	margin-bottom: 0;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	scroll-behavior: auto;
}

.bg__gray {
	background-color: #EBEBEB;
}

.bg__navy {
	background-color: #02022B;
}

.bg__navy-pat {
	background-color: #02022B;
	background-image: url("img/pattern.svg");
	background-size: cover;
	background-position: top;
}

.bg__navy-pat a:hover {
	color: #FBB317;
}

.bg__yellow {
	background-color: #FBB317;
}

.h-100vh {
	min-height: 100vh;
}

@media (min-width: 1023px) {
	.mt-neg-lg-20 {
		margin-top: -20rem;
	}
}

.mt-neg-sm-0 {
	margin-top: 0;
}

@media (min-width: 768px) {
	.mt-neg-sm-0 {
		margin-top: unset;
	}
}

.mt-neg-20 {
	margin-top: -20rem;
}

.mt-neg-20.collaborators {
	margin-top: -7rem !important;
}

@media (min-width: 768px) {
	.mt-neg-20.collaborators {
		margin-top: -20rem;
	}
}

.arrows--center {
	top: 50%;
}

.arrows button {
	background: none;
	font-size: 2rem;
	padding: 0.5rem;
	border: none;
}

.arrows--blue button {
	color: #006EB2;
}

.arrows--navy button {
	color: #02022B;
}

.arrows--yellow button {
	color: #FBB317;
}

.arrows--white button {
	color: white;
}

.line__secondary {
	border-color: #FBB317;
}

.line__vertical {
	border-left-width: 1px;
	border-left-style: solid;
}

.line__vertical-80 {
	height: 80%;
}

.sticky-lg-top {
	z-index: 1;
}

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

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

/* Links
--------------------------------------------- */
a {
	color: #006EB2;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

a.anchorTitle {
	text-decoration: none;
}

.no-link {
	text-decoration: none;
}

.no-link:hover {
	color: initial;
}

.link-navy {
	color: #02022B;
	text-decoration: none;
}

.link-yellow {
	color: #FBB317;
	text-decoration: none;
}

.link-yellow:hover {
	color: #006EB2;
}

.link-blue {
	color: #006EB2;
	text-decoration: none;
}

.link-blue:hover {
	color: #FBB317;
}

.link-white {
	color: white;
	text-decoration: none;
}

.link-white:hover {
	color: #FBB317;
}

.pagination .page-numbers {
	display: block;
	color: #A8A8A8;
	text-decoration: none;
	padding: 0.2rem 1rem;
	font-size: 1.3rem;
	transition: all 0.3s ease-in-out;
}

.pagination .page-numbers:hover {
	color: #FBB317;
}

.pagination .page-numbers.current {
	color: #006EB2;
	border-bottom: 1.5px solid #006EB2;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
	color: #006EB2;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc;
	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;
}

.btn {
	border-radius: 10px 0px 10px 0px;
	font-family: "Questrial", BlinkMacSystemFont, sans-serif;
	transition: all 0.3s ease-in-out;
	padding: .375rem .75rem;
	min-width: 6rem;
}

.btn__blue {
	background-color: #006EB2;
	color: white;
}

.btn__blue a {
	font-family: "Questrial", BlinkMacSystemFont, sans-serif;
	color: white;
	text-decoration: none;
}

.btn__blue:visited {
	color: white;
}

.btn__blue:hover {
	color: white;
	background-color: #02022B;
}

.btn__yellow {
	background-color: #FBB317;
	color: #02022B;
}

.btn__yellow a {
	font-family: "Questrial", BlinkMacSystemFont, sans-serif;
	color: #02022B;
	text-decoration: none;
}

.btn__yellow:hover {
	background-color: #006EB2;
	color: white !important;
}

.btn__yellow:hover a {
	color: white !important;
}

.btn__yellow:visited {
	color: #02022B;
}

.btn__ghost {
	min-width: 6rem;
}

.btn__ghost-blue {
	border: 1px solid #006EB2;
	color: #006EB2;
}

.btn__ghost-blue:hover {
	color: white !important;
	background-color: #006EB2;
}

.btn__ghost-blue:visited {
	color: #006EB2;
}

.btn__ghost-white {
	border: 1px solid white;
	color: white;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

input[type="submit"].btn {
	border-radius: 10px 0;
}

input[type="submit"].btn__blue {
	background-color: #006EB2;
	color: white;
	border: none;
}

input[type="search"] {
	-webkit-appearance: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.page-cover {
	background-size: cover;
	height: 50vh;
	background-position: center;
}

.page-cover .entry-header {
	color: white;
	width: 100%;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

.page-cover .entry-header .line {
	height: 3rem;
	border-left: 1px solid white;
	display: block;
	width: 1px;
	margin: 0 auto;
}

.page-cover .entry-header .line-white {
	border-left: 1px solid white;
}

.page-cover .entry-header .line-navy {
	border-left: 1px solid #02022B;
}

@media (min-width: 1023px) {
	.page-cover {
		height: 100vh;
		/* CSS for other than iOS devices */
	}
	@supports not (-webkit-touch-callout: none) {
		.page-cover {
			background-attachment: fixed;
		}
	}
}

.cover__section-single .line-navy {
	border-color: #02022B !important;
}

.home .site-header .site-branding {
	transition: all 0.3s ease-in-out;
	opacity: 1;
}

@media (min-width: 768px) {
	.home .site-header .site-branding {
		opacity: 0;
	}
}

.home .site-header.scrolled .site-branding {
	opacity: 1;
}

.cover-home {
	width: 100%;
	height: 50vh;
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-position: top;
}

@media (min-width: 768px) {
	.cover-home {
		height: 85vh;
	}
}

.cover-home .torch {
	width: 100%;
	height: 70vh;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	clip-path: circle(140px at 50% 50%);
}

.cover-home .torch img {
	width: 100%;
}

@media (min-width: 768px) {
	.cover-home .torch {
		height: 85vh;
	}
}

.cover-home .e-container {
	position: absolute;
	width: 360px;
	height: 360px;
	animation: spin 10s linear infinite;
	transform-origin: 0 0;
	pointer-events: none;
}

.cover-home .espin {
	position: absolute;
	top: 137px;
}

#home__events .arrows {
	top: 45%;
	width: 100%;
	position: absolute;
}

#home__events .event-title {
	position: absolute;
	bottom: 40%;
	right: 0rem;
	left: 0rem;
	font-size: 1.5rem;
	color: white;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 768px) {
	#home__events .event-title {
		text-align: right;
		bottom: 3rem;
		font-size: 3rem;
		right: 2rem;
		margin: 0;
	}
}

#home__events .event-details {
	position: absolute;
	bottom: 3.5rem;
	right: 0rem;
	left: 0rem;
	text-align: center;
	margin: 0 auto;
}

#home__events .event-details .h5 {
	font-size: 1rem;
	font-weight: 400;
}

@media (min-width: 768px) {
	#home__events .event-details {
		text-align: left;
		margin: 0;
		bottom: 3rem;
		left: 2rem;
		right: 2rem;
	}
}

#home__events .glide__bullets {
	position: absolute;
	bottom: 2rem;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
}

@media (min-width: 1023px) {
	#home__events .glide__bullets {
		width: 50%;
	}
}

#home__events .glide__bullets .glide__bullet {
	background-color: transparent;
	border: none;
	border-radius: 0;
	width: 1rem;
	border-bottom: 2px solid white;
	margin: 0 0.5rem;
	opacity: 0.4;
}

@media (min-width: 1023px) {
	#home__events .glide__bullets .glide__bullet {
		width: 2rem;
	}
}

#home__events .glide__bullets .glide__bullet--active {
	opacity: 1;
}

#home__events .glide__bullets .glide__bullet:focus {
	outline: 1px solid transparent;
}

@keyframes spin {
	100% {
		transform: rotate(1turn);
	}
}

#news #home__news .glide__slide figure {
	margin-top: 0;
	position: relative;
	width: 100%;
}

#news #home__news .glide__slide figure::before {
	display: block;
	width: 100%;
	padding-bottom: 90%;
	content: "";
}

#news #home__news .glide__slide figure img {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#news .arrows {
	top: 50%;
}

@media (min-width: 1023px) {
	#news .news-copy {
		min-height: 12rem;
	}
}

.page-template .glide__bullets {
	text-align: center;
}

.page-template .glide__bullets .glide__bullet {
	background-color: transparent;
	border: none;
	border-radius: 0;
	width: 1rem;
	border-bottom: 2px solid white;
	margin: 0 0.5rem;
	opacity: 0.4;
}

.page-template .glide__bullets .glide__bullet--active {
	opacity: 1;
}

.page-template .glide__bullets .glide__bullet:focus {
	outline: 1px solid transparent;
}

.page-template .glide__bullets--primary .glide__bullet {
	border-bottom: 2px solid #02022B;
}

.page-template .glide__bullets--secondary .glide__bullet {
	border-bottom: 2px solid #FBB317;
}

.page-template .glide__bullets--tertiary .glide__bullet {
	border-bottom: 2px solid #006EB2;
}

.page-template-template-about .board-section .board-member {
	cursor: pointer;
}

.page-template-template-about .board-section .board-member .dot {
	display: none;
}

.page-template-template-about .board-section .board-member.active .dot {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #006EB2;
	border-radius: 50%;
	top: 0;
	left: -2rem;
	position: absolute;
}

.page-template-template-whatson #slider--events .glide__track {
	position: relative;
	z-index: 2;
}

.page-template-template-whatson #slider--events .e-yellow {
	position: absolute;
	left: -2rem;
	bottom: -1rem;
	z-index: 1;
	width: 35%;
}

.page-template-template-whatson #slider--events.individual .e-yellow {
	bottom: -2rem;
}

.page-template-template-whatson .upcoming-events .item-event {
	background-size: cover;
	background-position: top center;
	height: 34vh;
}

.page-template-template-whatson .upcoming-events .featured-event {
	position: relative;
}

.page-template-template-whatson .upcoming-events .featured-event__body {
	height: 50vh;
	background-size: cover;
	position: relative;
	background-position: center;
}

@media (min-width: 1023px) {
	.page-template-template-whatson .upcoming-events .featured-event__body {
		height: 60vh;
	}
}

@media (min-width: 1023px) {
	.page-template-template-whatson .upcoming-events .featured-event__body {
		height: 70vh;
	}
}

.page-template-template-resources .dataTables_paginate .paginate_button {
	text-decoration: none;
}

.page-template-template-resources .dataTables_paginate .paginate_button::after, .page-template-template-resources .dataTables_paginate .paginate_button::before {
	color: #006EB2;
	text-shadow: none !important;
}

.widget-area {
	text-align: end;
}

.widget-area .widget_recent_entries ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.widget-area .widget_recent_entries ul li {
	padding: 1rem 0;
	border-bottom: 1px solid #A8A8A8;
}

.widget-area .widget_recent_entries ul li a {
	text-decoration: none;
}

.widget-area .widget-title {
	color: #02022B;
}

.widget-area .search-form {
	display: flex;
}

.widget-area .search-form label {
	width: 100%;
}

.widget-area .search-form input[type="search"] {
	width: 100%;
	background-color: transparent;
	border: 1px #02022B solid;
	border-radius: 0;
}

.widget-area .search-form input[type="submit"] {
	padding: 5px 10px;
	border-radius: 0;
	background: #02022B;
	color: white;
	border-color: #02022B;
	margin-left: 0px;
}

.widget-area .widget_archive select {
	width: 100%;
	border: 1px #02022B solid;
	padding: 5px 10px;
}

.sidebar-shop .woocommerce-product-search {
	display: flex;
	justify-content: center;
}

.sidebar-shop .widget_product_search input[type="search"] {
	width: fit-content;
	background-color: transparent;
	border: 1px #02022B solid;
	border-radius: 0;
	color: #02022B;
}

.sidebar-shop .widget_product_search button[type="submit"] {
	padding: 5px 10px;
	border-radius: 0;
	background: #02022B;
	color: white;
	border-color: #02022B;
	margin-left: 0px;
}

.btn__ghost-yellow {
	border-color: #FBB317;
	color: #FBB317;
}

.btn__ghost-yellow:hover {
	color: white !important;
	background-color: #FBB317;
}

.btn__ghost-yellow:visited {
	color: #FBB317;
}

.btn__ghost-white {
	border-color: white;
	color: white;
}

.btn__ghost-white:hover {
	color: #006EB2 !important;
	background-color: white;
}

.btn__ghost-white:visited {
	color: white;
}

.page-template-template-supportus hr {
	opacity: 1;
	background-color: #FBB317 !important;
}

.page-template-template-supportus #donate .give-form-title {
	display: none;
}

.page-template-template-supportus #donate form .give-donation-amount {
	margin-bottom: 1.5rem;
}

.page-template-template-supportus #donate form .give-donation-amount .give-currency-symbol {
	background-color: transparent;
	border: 1px solid #FBB317;
	color: #FBB317;
}

.page-template-template-supportus #donate form .give-donation-amount .give-text-input {
	background-color: transparent;
	border: 1px solid #FBB317;
	color: #FBB317;
}

.page-template-template-supportus #donate form .give-donation-levels-wrap .give-donation-level-btn {
	border: 1px solid #FBB317;
	border-radius: 10px 0;
	background-color: transparent;
	color: #FBB317;
	transition: all 0.3s ease-in-out;
}

.page-template-template-supportus #donate form .give-donation-levels-wrap .give-donation-level-btn:hover {
	color: #02022B;
	background-color: #FBB317;
}

.page-template-template-supportus #donate form .give-donation-submit .give-donation-total-label {
	background-color: transparent;
	color: #FBB317;
}

.page-template-template-supportus #donate form .give-donation-submit .give-final-total-amount {
	background-color: transparent;
	color: #FBB317;
}

.page-template-template-supportus #donate form .give-submit {
	background-color: #FBB317;
	border-radius: 10px 0;
	color: #02022B;
	border-color: #FBB317;
	width: 100%;
	font-size: 1.2rem;
}

.page-template-template-supportus #donate input[type="text"], .page-template-template-supportus #donate input[type="email"], .page-template-template-supportus #donate textarea {
	color: white;
	background: none;
	border: 1px solid white;
	transition: all 0.3s ease-in-out;
}

.page-template-template-supportus #donate input[type="text"]::placeholder, .page-template-template-supportus #donate input[type="email"]::placeholder, .page-template-template-supportus #donate textarea::placeholder {
	color: white;
}

.page-template-template-supportus #donate .give_warning {
	background-color: transparent;
}

.page-template-template-supportus #donate .give-recurring-donors-choice-period {
	background-color: transparent;
	color: white;
}

.page-template-template-supportus #donate [class*=" give-icon-"], .page-template-template-supportus #donate [class^=give-icon-] {
	color: white;
}

#supportus__intro p a {
	color: white;
}

#supportus__intro p a:hover {
	color: #FBB317;
}

.creations-by-year .modal p {
	margin-bottom: 0;
}

.slider-year .item {
	height: 50vh;
	background-size: cover;
	background-position: center;
}

.slider-year .year {
	color: white;
	font-family: "MarkPro", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
}

.page-template-template-resources .table {
	overflow-y: hidden;
}

@media (min-width: 768px) {
	.page-template-template-resources .table {
		overflow-y: auto;
	}
}

.page-template-template-resources .card {
	background-color: transparent;
}

.page-template-template-resources #resources__intro .card h4 {
	color: #FBB317;
}

.page-template-template-resources #resources__intro .card span {
	color: white;
}

.page-template-template-resources #resources__intro .arrows {
	top: 50%;
}

.page-template-template-resources .bg__gray .arrows {
	top: 50%;
}

.page-template-template-resources .dataTables_wrapper a {
	color: #FBB317;
}

.page-template-template-resources .dataTables_wrapper .tablepress thead th, .page-template-template-resources .dataTables_wrapper .tablepress tfoot th {
	background-color: #02022B;
}

.number {
	text-decoration: none;
	padding: 0 1rem;
}

.number__active {
	color: #006EB2 !important;
	border-bottom: 1px solid #006EB2;
}

.number__inactive {
	color: #A8A8A8 !important;
}

.education .arrows {
	top: 50%;
}

#contact__intro .line {
	height: 3rem;
	border-left: 1px solid white;
	display: block;
	width: 1px;
	margin: 0 auto;
}

.link__blue {
	color: #006EB2;
	text-decoration: none;
}

.link__blue:hover {
	color: white;
}

.link__white {
	color: white;
	text-decoration: none;
}

.link__white:hover {
	color: #FBB317;
}

.page-template-template-contact .contact__artistic {
	display: flex;
	flex-direction: column;
}

.page-template-template-contact .contact__artistic h4, .page-template-template-contact .contact__artistic h5, .page-template-template-contact .contact__artistic a {
	text-align: center;
}

@media (min-width: 768px) {
	.page-template-template-contact .contact__artistic h4, .page-template-template-contact .contact__artistic h5, .page-template-template-contact .contact__artistic a {
		text-align: left;
	}
}

.page-template-template-contact input {
	background-color: transparent;
	border-radius: 0px;
	border-color: #454545;
	color: #666;
}

.fn-program__imgs .figure__fluid-50 {
	height: 60vh;
}

@media (min-width: 768px) {
	.fn-program__imgs .figure__fluid-50 {
		height: 45vh;
	}
}

@media (min-width: 1200px) {
	.fn-program__imgs .figure__fluid-50 {
		height: 55vh;
	}
}

.fn-program__imgs .figure__fluid-50 .e-blue {
	display: block;
	position: absolute;
	width: 100%;
	bottom: -1rem;
	right: -1rem;
	z-index: 1;
}

@media (min-width: 768px) {
	.fn-program__imgs .figure__fluid-50 .e-blue {
		width: 60%;
		bottom: -2rem;
		right: -2rem;
	}
}

@media (min-width: 1023px) {
	.fn-program__imgs .figure__fluid-50 .e-blue {
		width: 60%;
	}
}

@media (min-width: 1200px) {
	.fn-program__imgs .figure__fluid-50 .e-blue {
		width: 40%;
		bottom: -2rem;
		right: -2rem;
	}
}

.fn-program__imgs .mt-neg-20 {
	margin-top: -8rem;
}

@media (min-width: 768px) {
	.fn-program__imgs .mt-neg-20 {
		margin-top: -30rem;
	}
}

.fn-program__imgs .items small {
	display: block;
}

.fn-program__imgs .items p {
	margin: 1rem 0;
}

.fn-program__video .e-yellow {
	z-index: -1;
	bottom: 1rem;
}

.fn-program__video .position-absolute {
	top: 50%;
}

.my__titles {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {
	.my__titles {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
}

.mb__titles {
	margin-bottom: 2rem;
}

@media (min-width: 1023px) {
	.mb__titles {
		margin-bottom: 4rem;
	}
}

.py__section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (min-width: 1023px) {
	.py__section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.cover__section-single .line {
	height: 3rem;
	border-left: 1px solid white;
	display: block;
	width: 1px;
	margin: 0 auto;
}

.cover__section-single .title__section-single {
	font-size: 3rem;
	font-weight: 500;
	text-transform: capitalize;
}

.search-results .search-form {
	display: flex;
}

.search-results .search-form label {
	width: 100%;
}

.search-results .search-form input[type="search"] {
	width: 100%;
	background-color: transparent;
	border: 1px #02022B solid;
	border-radius: 0;
}

.search-results .search-form input[type="submit"] {
	padding: 5px 10px;
	border-radius: 0;
	background: #02022B;
	color: white;
	border-color: #02022B;
	margin-left: 0px;
}

.search-form form {
	width: 100%;
}

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

.search-result p {
	margin-bottom: 1rem;
}

.search-result h4 a {
	text-decoration: none;
	color: #02022B;
}

.posts-navigation .nav-links a {
	text-decoration: none;
}

.single-post a {
	text-decoration: none;
}

.single-post .post-nav {
	text-align: center;
}

@media (min-width: 768px) {
	.single-post .post-nav {
		text-align: left;
	}
	.single-post .post-nav .next {
		text-align: right;
	}
}

.single-post .sidebar section {
	text-align: center;
}

@media (min-width: 768px) {
	.single-post .sidebar section {
		text-align: right;
	}
}

.single-post .entry-footer span {
	display: block;
}

.page-template-default a {
	text-decoration: none;
}

.page-template-template-about .figure__round-yellow::before {
	left: 0rem;
	top: 1rem;
}

.single-video .sidebar section {
	text-align: center;
}

@media (min-width: 768px) {
	.single-video .sidebar section {
		text-align: right;
	}
}

.page-template-template-about #slider-musicians {
	outline: none;
}

.page-template-template-about #slider-musicians #slider-musicians__pictures {
	scroll-snap-type: y mandatory;
	overscroll-behavior-y: auto;
}

.page-template-template-about #slider-musicians #slider-musicians__pictures .slick-list {
	height: 110vh !important;
}

.page-template-template-about #slider-musicians #slider-musicians__pictures #slider-one {
	outline: none;
	scroll-snap-type: y proximity;
	overscroll-behavior-y: auto;
}

.page-template-template-about #slider-musicians #slider-musicians__pictures #slider-one .slick-track {
	scroll-snap-type: y mandatory;
}

.page-template-template-about #slider-musicians #slider-musicians__pictures #slider-one .item {
	scroll-snap-align: start;
	overscroll-behavior-y: auto;
	outline: none;
}

.page-template-template-about #slider-musicians #slider-musicians__pictures #slider-one .item .figure__round img {
	z-index: 2;
}

.page-template-template-about #slider-musicians #slider-musicians__pictures #slider-one .item .figure__round::before {
	background-color: transparent;
	content: "";
	width: 100%;
	border-radius: 50%;
	display: block;
	position: absolute;
	height: 100%;
	left: 0rem;
	top: 1rem;
	transition: all 0.8s ease-in-out;
	opacity: 0;
}

.page-template-template-about #slider-musicians #slider-musicians__pictures #slider-one .item.slick-active .figure__round::before {
	background-color: #FBB317;
	opacity: 1;
}

.page-template-template-about #slider-musicians #slider-musicians__pictures #slider-two {
	scroll-snap-type: y proximity;
}

.page-template-template-about #slider-musicians #slider-musicians__pictures #slider-two .slick-slide, .page-template-template-about #slider-musicians #slider-musicians__pictures #slider-two .item {
	outline: none;
}

.page-template-template-about #slider-musicians #slider-musicians__pictures #slider-two .slick-slide:focus, .page-template-template-about #slider-musicians #slider-musicians__pictures #slider-two .item:focus {
	outline: none;
}

.page-template-template-about #slider-musicians .full-vh {
	height: 110vh !important;
}

.page-template-template-about #slider-musicians #slider-musicians__content .slider {
	height: 92vh;
	padding-bottom: 3rem;
}

.page-template-template-about #slider-musicians #slider-musicians__content .slick-list {
	height: 100% !important;
}

.page-template-template-about #slider-musicians #slider-musicians__content .item {
	height: 92vh;
}

.page-template-template-about #slider-musicians #slider-musicians__content #slider-three {
	scroll-snap-type: y proximity;
}

.page-template-template-about #slider-musicians #slider-musicians__content #slider-three .item {
	outline: none;
}

.page-template-template-about #slider-musicians #slider-musicians__content #slider-three .item:focus {
	outline: none;
}

.page-template-template-about #slider-musicians__mobile .title-right {
	text-align: center;
}

.page-template-template-about #slider-musicians__mobile .position-absolute {
	top: 47%;
}

.page-template-template-about #slider-musicians__mobile .glide__track .glide__slide p {
	margin-bottom: 0;
}

.page-template-template-about #slider-musicians__mobile .glide__track .glide__slide .figure {
	width: 85%;
}

.page-template-template-about #slider-musicians__mobile .glide__track .glide__slide .figure__round::before {
	background-color: #FBB317;
	content: "";
	width: 100%;
	border-radius: 50%;
	display: block;
	position: absolute;
	height: 100%;
	left: 0rem;
	top: 1rem;
	transition: all 0.8s ease-in-out;
	opacity: 0;
}

.page-template-template-about #slider-musicians__mobile .glide__track .glide__slide--active .figure__round::before {
	background-color: #FBB317;
	opacity: 1;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.site-header {
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
}

.site-header .container-fluid {
	height: auto;
}

@media (min-width: 1023px) {
	.site-header .container-fluid {
		height: 94px;
	}
}

.site-header .site-logo {
	max-width: 4rem;
}

@media (min-width: 1023px) {
	.site-header .site-logo {
		max-width: 6rem;
	}
}

.site-header #primary-menu {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	justify-content: flex-end;
}

.site-header #primary-menu .btn {
	padding: 4px;
	min-width: auto;
}

@media (min-width: 768px) {
	.site-header #primary-menu .btn {
		padding: 0.375rem 0.75rem;
	}
}

.site-header .button_container {
	position: relative;
	height: 42px;
	width: 42px;
	display: inline-block;
	cursor: pointer;
	z-index: 100;
	transition: opacity 0.25s ease;
	vertical-align: middle;
}

.site-header .button_container:hover {
	opacity: 0.7;
}

.site-header .button_container.active .top {
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: white;
}

.site-header .button_container.active .middle {
	opacity: 0;
	background: white;
}

.site-header .button_container.active .bottom {
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: white;
}

.site-header .button_container span {
	background: white;
	border: none;
	height: 2px;
	width: 70%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.35s ease;
	cursor: pointer;
}

.site-header .button_container span:nth-of-type(1) {
	top: 10px;
}

.site-header .button_container span:nth-of-type(2) {
	top: 20px;
}

.site-header .button_container span:nth-of-type(3) {
	top: 30px;
}

.overlay_menu {
	z-index: 10;
	position: fixed;
	background: #02022B;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	overflow: hidden;
}

.overlay_menu.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

.overlay_menu.open li {
	animation: fadeInRight 0.5s ease forwards;
	opacity: 0;
}

.overlay_menu.open li:nth-child(1) {
	animation-delay: 0.09s;
}

.overlay_menu.open li:nth-child(2) {
	animation-delay: 0.18s;
}

.overlay_menu.open li:nth-child(3) {
	animation-delay: 0.27s;
}

.overlay_menu.open li:nth-child(4) {
	animation-delay: 0.36s;
}

.overlay_menu.open li:nth-child(5) {
	animation-delay: 0.45s;
}

.overlay_menu.open li:nth-child(6) {
	animation-delay: 0.54s;
}

.overlay_menu.open li:nth-child(7) {
	animation-delay: 0.63s;
}

.overlay_menu.open li:nth-child(8) {
	animation-delay: 0.72s;
}

.overlay_menu.open li:nth-child(9) {
	animation-delay: 0.81s;
}

.overlay_menu .container-fluid {
	height: 100%;
}

.overlay_menu #main-menu {
	flex-direction: column;
}

.overlay_menu #main-menu .menu-item {
	font-size: calc(1rem + 1.8vw);
	text-align: center;
	font-family: "Questrial", BlinkMacSystemFont, sans-serif;
	margin-bottom: 1rem;
}

@media (min-width: 1200px) {
	.overlay_menu #main-menu .menu-item {
		font-size: calc(1rem + 1vw);
	}
}

.overlay_menu #main-menu .menu-item a {
	color: white;
	position: relative;
}

.overlay_menu #main-menu .menu-item a::before {
	content: "";
	display: block;
	width: 1rem;
	height: 5px;
	position: absolute;
	margin: 0 auto;
	z-index: -1;
	right: 0;
	left: 0;
	bottom: 0;
	transform: skew(-20deg);
	transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {
	.overlay_menu #main-menu .menu-item a::before {
		bottom: 0.5rem;
		height: 10px;
	}
}

@media (min-width: 1023px) {
	.overlay_menu #main-menu .menu-item a::before {
		height: 20px;
	}
}

.overlay_menu #main-menu .menu-item a:hover::before {
	width: 10rem;
	background-color: #006EB2;
}

.overlay_menu #main-menu .menu-item.current-menu-item a::before {
	width: 2rem;
	background-color: #FBB317;
}

@media (min-width: 768px) {
	.overlay_menu #main-menu .menu-item.current-menu-item a::before {
		width: 10rem;
	}
}

.overlay_menu .container-logo {
	position: absolute;
	right: -0.5rem;
	bottom: -1rem;
	width: 20vh;
	height: 20vh;
}

@media (min-width: 1023px) {
	.overlay_menu .container-logo {
		right: -1rem;
		bottom: -1rem;
		width: 30vh;
		height: 30vh;
	}
}

@media (min-width: 1200px) {
	.overlay_menu .container-logo {
		width: 50vh;
		height: 50vh;
	}
}

.overlay_menu .container-logo .logo {
	width: 100%;
}

.overlay_menu .social-media {
	position: absolute;
	left: 0;
}

.overlay_menu .social-media p {
	color: white;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	margin-bottom: 0;
}

.overlay_menu .social-media span {
	border-left: 1px solid white;
	height: 60px;
	display: block;
	margin: 1rem 0;
}

.overlay_menu .social-media .icons a {
	font-size: 1.3rem;
	color: white;
	margin: 0.3rem 0;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.figure {
	margin-top: 0;
	position: relative;
	width: 100%;
}

.figure .icon-button {
	position: absolute;
	width: 3rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
	.figure .icon-button {
		width: 5rem;
		height: 5rem;
	}
}

.figure .icon-button--circle {
	border-radius: 50%;
}

.figure .icon-button--navy {
	background-color: #02022b85;
}

.figure .icon-button--navy:hover {
	background-color: #02022B;
	transform: scale(1.1);
}

.figure .icon-button--center {
	top: 45%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.figure__fluid {
	position: relative;
}

.figure__fluid .img {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	z-index: 2;
}

@media (min-width: 1023px) {
	.figure__fluid .img {
		position: absolute;
	}
}

.figure__fluid .e-blue {
	display: none;
	position: absolute;
	width: 40%;
	bottom: -1rem;
	right: -1rem;
	z-index: 1;
}

@media (min-width: 1023px) {
	.figure__fluid .e-blue {
		display: block;
		width: 40%;
		bottom: -2rem;
		right: -2rem;
	}
}

.figure__fluid .e-yellow {
	display: none;
	position: absolute;
	width: 100%;
	bottom: -1rem;
	left: -1rem;
	z-index: 1;
}

@media (min-width: 1023px) {
	.figure__fluid .e-yellow {
		display: block;
		width: 60%;
		bottom: -2rem;
		left: -2rem;
	}
}

@media (min-width: 1200px) {
	.figure__fluid .e-yellow {
		width: 40%;
		bottom: -2rem;
		left: -2rem;
	}
}

.figure__fluid-50 {
	height: auto;
}

@media (min-width: 1023px) {
	.figure__fluid-50 {
		height: 60vh;
	}
}

.figure__fluid-16-9 {
	height: auto;
}

@media (min-width: 1023px) {
	.figure__fluid-16-9 {
		height: 50.25vw;
	}
}

.figure__fluid figcaption {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	color: white;
	z-index: 2;
}

.figure__round::after {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	content: "";
}

.figure__round img {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.figure__round-blue::before {
	background-color: #006EB2;
	content: "";
	width: 100%;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -1rem;
	height: 100%;
	top: 0;
}

.figure__round-yellow::before {
	background-color: #FBB317;
	content: "";
	width: 100%;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -1rem;
	height: 100%;
	top: 0;
}

.figure__square::before {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	content: "";
}

.figure__square img {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.figure__rect::before {
	display: block;
	width: 100%;
	padding-bottom: 65%;
	content: "";
}

.figure__rect img {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.figure__16-9::before {
	display: block;
	width: 100%;
	padding-bottom: 50%;
	content: "";
}

.figure__16-9 img {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.figure__shapes {
	text-align: center;
}

.figure__shapes .photo {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.figure__shapes .e-yellow,
.figure__shapes .e-blue {
	position: absolute;
	width: 40%;
	z-index: 1;
}

.figure__shapes .e-yellow {
	top: -1rem;
	left: -1rem;
	transform: scaleY(-1);
}

@media (min-width: 768px) {
	.figure__shapes .e-yellow {
		top: -2rem;
		left: -2rem;
	}
}

.figure__shapes .e-blue {
	bottom: -1rem;
	right: -1rem;
}

@media (min-width: 768px) {
	.figure__shapes .e-blue {
		bottom: -2rem;
		right: -2rem;
	}
}

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

/* Footer
--------------------------------------------- */
.site-footer {
	position: relative;
	overflow: hidden;
}

.site-footer .shape {
	position: absolute;
	width: 500px;
	height: 500px;
	background-color: #FBB317;
	border-radius: 50%;
	top: -45%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.site-footer .shape {
		top: -49%;
	}
}

@media (min-width: 1023px) {
	.site-footer .shape {
		top: -50%;
		left: -5%;
		margin: 0;
		width: 550px;
		height: 550px;
	}
}

@media (min-width: 1200px) {
	.site-footer .shape {
		width: 50vw;
		height: 50vw;
		top: -25%;
		left: -12%;
	}
}

.site-footer #footer-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
}

.site-footer #footer-menu li {
	margin: 0.3rem 0.5rem;
}

.site-footer #footer-menu li a {
	color: white;
	text-decoration: none;
}

.site-footer #footer-links {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

@media (min-width: 768px) {
	.site-footer #footer-links {
		flex-direction: column;
		align-items: flex-end;
	}
}

.site-footer #footer-links li {
	min-width: 6rem;
}

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

.site-footer .search-form {
	display: flex;
}

.site-footer .search-form label {
	width: 100%;
}

.site-footer .search-form input[type="search"] {
	width: 100%;
	background-color: transparent;
	border: 1px white solid;
	border-radius: 0;
	color: white;
}

.site-footer .search-form input[type="submit"] {
	padding: 5px 10px;
	border-radius: 0;
	background: white;
	color: #02022B;
	border-color: white;
	margin-left: 0px;
}

.site-footer .icons a {
	font-size: 1.3rem;
	color: white;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.site-footer .icons a {
		margin: 0 1rem;
	}
}

.site-footer hr {
	opacity: 1;
	background-color: #FBB317;
	mix-blend-mode: difference;
}

.site-footer .disclaimer {
	color: white;
	display: block;
	text-align: center;
}

@media (min-width: 1200px) {
	.site-footer .disclaimer {
		color: #02022B;
	}
	.site-footer .disclaimer a {
		color: #02022B;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.audioplayer-wrapper {
	width: 100%;
	position: relative;
	transition: all 0.5 ease-in-out;
	/* Controls */
	/* Progress */
	/* Loading */
	/* Plylist */
}

.audioplayer-wrapper .audioplayer {
	width: 100%;
}

.audioplayer-wrapper .audioplayer .progressbar {
	position: relative;
	font-family: "MarkPro", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, sans-serif;
	font-weight: 700;
	font-size: calc(1.3rem + 3.6vw);
	color: #006EB2;
	white-space: nowrap;
}

.audioplayer-wrapper .audioplayer .progressbar .overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 0;
	color: #FBB317;
}

.audioplayer-wrapper .audioplayer__controler .bt {
	font-size: 1.2rem;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.audioplayer-wrapper .audioplayer__controler .bt:hover {
	color: #FBB317;
}

.audioplayer-wrapper .audioplayer__controler .time-count {
	opacity: 0.6;
}

.audioplayer-wrapper .audioplayer .progressicon .logo {
	height: 60px;
}

.audioplayer-wrapper .controlsOuter {
	position: absolute;
	width: 100%;
	height: 70px;
	bottom: 3%;
}

.audioplayer-wrapper .controlsInner {
	position: absolute;
	width: 340px;
	height: 70px;
	left: 50%;
	margin: 0 -170px;
}

.audioplayer-wrapper .btn {
	position: absolute;
	cursor: pointer;
	opacity: 0.9;
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
	-webkit-user-select: none;
	user-select: none;
}

.audioplayer-wrapper .btn:hover {
	opacity: 1;
}

.audioplayer-wrapper #pauseBtn {
	display: none;
}

.audioplayer-wrapper #waveform {
	width: 100%;
	height: 30%;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -15% auto;
	display: none;
	cursor: pointer;
	opacity: 0.8;
	-webkit-user-select: none;
	user-select: none;
}

.audioplayer-wrapper #waveform:hover {
	opacity: 1;
}

.audioplayer-wrapper #loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -35px;
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
	display: none;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.audioplayer-wrapper #playlist {
	width: 100%;
	margin: 1.5rem auto;
	padding: 0.5rem;
	display: none;
}

@media (min-width: 768px) {
	.audioplayer-wrapper #playlist {
		width: 50%;
	}
}

.audioplayer-wrapper #list {
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.audioplayer-wrapper .list-song {
	width: 100%;
	padding: 0.5rem 0;
	text-align: center;
	color: white;
}

.audioplayer-wrapper .list-song:hover {
	background-color: rgba(255, 255, 255, 0.1);
	cursor: pointer;
	color: #FBB317;
}

.single-tribe_events #tribe-events-content a, .single-tribe_events .tribe-events-event-meta a {
	color: #006EB2;
}

.single-tribe_events #tribe-events-content a.btn__blue, .single-tribe_events .tribe-events-event-meta a.btn__blue {
	color: white;
}

.single-tribe_events .tribe-events-schedule {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	display: none;
}

.single-tribe_events .tribe-block__event-price {
	width: 100%;
	justify-content: center;
}

.single-tribe_events .tribe-block__event-price__cost {
	color: white;
	font-size: 1rem;
	font-weight: 400;
}

.single-tribe_events .tribe-block__event-price__description {
	color: white;
}

@media (min-width: 1023px) {
	.single-tribe_events .tribe-block__event-price {
		justify-content: start;
	}
}

.single-tribe_events .tribe-events-back {
	text-align: center;
}

.single-tribe_events .tribe-events-single-event-title {
	text-align: center;
}

.single-tribe_events #tribe-events-footer {
	border-top: none;
}

.single-tribe_events .tribe-blocks-editor .main-event-content .tribe-events-event-meta {
	background-color: transparent;
}

.single-tribe_events .tribe-blocks-editor .main-event-content .tribe-block__event-website, .single-tribe_events .tribe-blocks-editor .main-event-content .tribe-block__event-price, .single-tribe_events .tribe-blocks-editor .main-event-content .tribe-block__venue {
	display: none;
}

.single-tribe_events .tribe-blocks-editor .main-event-content .tribe-block__events-link .tribe-block__btn--link a {
	font-weight: 400;
	color: white;
	border: none;
}

.single-tribe_events .tribe-blocks-editor .main-event-content .tribe-block__organizer__title {
	display: none;
}

.single-tribe_events .details .tribe-block__event-website {
	margin-top: 0.5rem;
}

.single-tribe_events .details .tribe-block__event-website a {
	border-radius: 10px 0;
	color: white;
	min-height: 2.5rem;
	background-color: transparent;
}

.single-tribe_events .details .tribe-block__event-website a br {
	display: none;
}

.single-tribe_events .tribe-block__btn--link.tribe-block__events-gcal {
	display: none;
}

.single-tribe_events .tribe-block__btn--link.tribe-block__-events-ical {
	display: none;
}

.single-tribe_events .tribe-events-sub-nav .tribe-events-nav-previous a, .single-tribe_events .tribe-events-sub-nav .tribe-events-nav-next a {
	background-color: transparent;
	color: #02022B;
}

#tribe-events-pg-template {
	padding: 0;
}

.post-type-archive-tribe_events .tribe-events .tribe-events-header {
	padding-top: 3rem;
}

.single-give_forms .give_forms {
	margin-top: 3rem;
	padding-bottom: 3rem;
}

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