@charset "UTF-8";
/*!
Theme Name: Fessler Foundation
Theme URI: http://underscores.me/
Author: Daniel Sandin
Author URI: http://underscores.me/
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: fessler-foundation
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.

Fessler Foundation 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

--------------------------------------------------------------*/
.row,
.u-columns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 1em 0;
}

.row.col2-set .u-column1,
.row.col2-set .u-column2,
.u-columns.col2-set .u-column1,
.u-columns.col2-set .u-column2 {
	flex-direction: row;
	flex-basis: 100%;
}

@media (min-width: 769px) {
	.row.col2-set .u-column1,
	.row.col2-set .u-column2,
	.u-columns.col2-set .u-column1,
	.u-columns.col2-set .u-column2 {
		flex: 1;
		flex-basis: 50%;
		padding: 0 2em;
	}
}

.row.col2-set .u-column1 label,
.row.col2-set .u-column2 label,
.u-columns.col2-set .u-column1 label,
.u-columns.col2-set .u-column2 label {
	display: block;
}

.column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
}

@media (min-width: 769px) {
	.column {
		flex: 1;
	}
}

.column.minor .double-column {
	flex: 2;
	justify-content: center;
}

.double-column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
}

@media (min-width: 769px) {
	.double-column {
		flex: 2;
	}
}

/* container */
.columns-three {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.columns-three .col {
	padding: 1em 2em;
}

/*--------------------------------------------------------------
# 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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

h3 {
	margin-bottom: 0.2em;
}

h3 ~ p {
	margin-top: 0.2em;
}

h1.entry-title,
#primary h2 {
	border-bottom: 1px solid #0393cf;
}

#primary .grid_list h2 {
	border: 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 {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

p,
label,
a,
body .gform-theme--framework label.gform-field-label,
li {
	font-weight: 300;
}

p a {
	text-decoration: underline;
}

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

.site-main {
	max-width: 1140px;
	margin: 0 auto;
	padding: 100px 1.5em 0;
}

@media (max-width: 959px) {
	.site-main {
		padding: 54px 0.5em 0;
	}
}

@media (max-width: 767px) {
	.site-main {
		padding: 70px 0.5em 0;
	}
}

.home.site-main {
	padding: 60px 1.5em 0;
}

@media (max-width: 959px) {
	.home.site-main {
		padding: 54px 0.5em 0;
	}
}

@media (max-width: 767px) {
	.home.site-main {
		padding: 70px 0.5em 0;
	}
}

.site-main-continue {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 1.5em;
}

@media (max-width: 1023px) {
	.site-main-continue {
		padding: 0 0.5em 0;
	}
}

@media (max-width: 767px) {
	.site-main-continue {
		padding: 0 0.5em 0;
	}
}

.tribe-events-l-container {
	max-width: 1140px !important;
}

.success_box {
	text-align: center;
	padding: 5em 1em;
}

.terms_of_service h2,
.terms_of_service h3,
.terms_of_service h4 {
	font-weight: 700;
}

.terms_of_service h2 {
	border-bottom: 1px solid gray;
	padding: 0.5em 1em 0.5em 0.25em;
}

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

/* Links
--------------------------------------------- */
a {
	color: #0393cf;
}

a:visited {
	color: #0393cf;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
a.button,
button.decor,
input[type="button"],
input[type="reset"],
input[type="submit"],
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
	display: block;
	border: 1px solid #0393cf !important;
	width: 100%;
	max-width: 250px;
	inline-size: 250px !important;
	margin: 0.5em 0em;
	background-color: #8bc4d6 !important;
	color: #ffffff;
	font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 400 !important;
	font-size: 1.5em !important;
	text-align: center;
	text-decoration: none;
	padding: 0.35em 0.5em !important;
	padding-block: 0.35em 0.5em !important;
	padding-block-start: 0.5em !important;
	padding-block-end: 0.5em !important;
	border-radius: 6px;
}

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

a.button:active, a.button:focus,
button.decor:active,
button.decor: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,
body .gform_wrapper .gform_footer input.button:active,
body .gform_wrapper .gform_footer input.button:focus,
body .gform_wrapper .gform_footer input[type=submit]:active,
body .gform_wrapper .gform_footer input[type=submit]:focus {
	border-color: #aaa #bbb #bbb;
}

a.button:visited,
button.decor:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
body .gform_wrapper .gform_footer input.button:visited,
body .gform_wrapper .gform_footer input[type=submit]:visited {
	color: #ffffff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	margin: 0 auto !important;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
header.primary_nav {
	position: relative;
}

header.primary_nav .header_container {
	position: fixed;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #ffffff;
	background: linear-gradient(180deg, #ffffff 80%, rgba(255, 255, 255, 0) 80%);
	width: 100%;
	z-index: 9;
}

header.primary_nav .header_container .main_nav {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	z-index: 9999999;
}

header.primary_nav .header_container .main_nav .hamburger {
	display: none;
}

@media (max-width: 959px) {
	header.primary_nav .header_container .main_nav .hamburger {
		display: block;
		margin: 0 15px;
	}
	header.primary_nav .header_container .main_nav .hamburger:before {
		font-size: 22px;
	}
}

@media (max-width: 959px) and (max-width: 767px) {
	header.primary_nav .header_container .main_nav .hamburger {
		font-size: 20px;
	}
}

header.primary_nav .header_container .main_nav .logo {
	display: inline-block;
}

header.primary_nav .header_container .main_nav .logo #logo {
	width: 100%;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	width: 119px;
	border: 8px solid #ffffff;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
}

@media (max-width: 959px) {
	header.primary_nav .header_container .main_nav .logo #logo {
		width: 80px;
	}
}

header.primary_nav .header_container .main_nav .logo #logo.scrolled {
	width: 75px;
}

header.primary_nav .header_container .main_nav h1.site_title {
	display: inline-block;
	font-size: 2.4em;
}

@media (max-width: 959px) {
	header.primary_nav .header_container .main_nav h1.site_title {
		font-size: 1.5em;
	}
}

header.primary_nav .header_container .main_nav h1.site_title.scrolled {
	font-size: 1.8em;
}

@media (max-width: 959px) {
	header.primary_nav .header_container .main_nav h1.site_title.scrolled {
		font-size: 1.2em;
	}
}

header.primary_nav .header_container .main_nav .dropdown__title {
	font-family: inherit;
	font-size: initial;
	border: initial;
	background: initial;
	line-height: initial;
	padding: initial;
	margin: initial;
	min-width: initial;
	background-color: transparent;
	border: none;
}

@media (max-width: 959px) {
	header.primary_nav .header_container .main_nav .dropdown__title {
		width: 100%;
		justify-content: center;
	}
}

header.primary_nav .header_container .main_nav nav {
	background-color: transparent;
	padding: 0 1rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	display: grid;
	place-items: center;
	font-family: "Lato", Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
}

@media (max-width: 959px) {
	header.primary_nav .header_container .main_nav nav {
		position: relative;
		width: 100%;
	}
}

header.primary_nav .header_container .main_nav nav > ul {
	grid-auto-flow: column;
}

@media (max-width: 959px) {
	header.primary_nav .header_container .main_nav nav > ul {
		grid-auto-flow: row;
		width: 100%;
	}
}

header.primary_nav .header_container .main_nav nav > ul > li {
	margin: 0 0.5rem;
	font-weight: 800;
}

@media (max-width: 959px) {
	header.primary_nav .header_container .main_nav nav > ul > li {
		text-align: center;
		width: 100%;
	}
}

header.primary_nav .header_container .main_nav nav > ul > li a,
header.primary_nav .header_container .main_nav nav > ul > li .dropdown__title {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	font-size: 1.125rem;
	line-height: 1rem;
}

header.primary_nav .header_container .main_nav nav > ul > li a:focus,
header.primary_nav .header_container .main_nav nav > ul > li .dropdown__title:focus {
	outline: none;
}

header.primary_nav .header_container .main_nav nav > ul > li > a,
header.primary_nav .header_container .main_nav nav > ul > li .dropdown__title {
	padding: 1rem 0.5rem;
	border-top: 3px solid transparent;
	transition: 280ms all 120ms ease-out;
	font-weight: 400;
	color: #0393cf;
}

header.primary_nav .header_container .main_nav nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
}

header.primary_nav .header_container .main_nav nav ul li {
	padding: 0;
}

header.primary_nav .header_container .main_nav .dropdown {
	position: relative;
}

header.primary_nav .header_container .main_nav .dropdown .dropdown__title {
	display: inline-flex;
	align-items: center;
}

header.primary_nav .header_container .main_nav .dropdown .dropdown__title:after {
	content: "";
	border: 0.35rem solid transparent;
	border-top-color: rgba(0, 0, 0, 0.45);
	margin-left: 0.25em;
	transform: translateY(0.15em);
}

header.primary_nav .header_container .main_nav .dropdown .dropdown__menu {
	position: absolute;
	min-width: 15ch;
	left: 50%;
	top: calc(100% - 0.25rem);
	transition: 280ms all 120ms ease-out;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top center;
	visibility: hidden;
	opacity: 0.3;
	padding: 0.5em 0;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0.3em 0.25em rgba(0, 0, 0, 0.15);
}

header.primary_nav .header_container .main_nav .dropdown .dropdown__menu a {
	color: #000000;
	display: block;
	padding: 0.5em;
	opacity: 0;
	transition: 280ms all 120ms ease-out;
	font-weight: 300;
}

header.primary_nav .header_container .main_nav .dropdown .dropdown__menu a:hover {
	background-color: rgba(136, 128, 123, 0.15);
}

header.primary_nav .header_container .main_nav .dropdown .dropdown__menu a:focus {
	outline: none;
	background-color: rgba(0, 0, 0, 0.25);
}

header.primary_nav .header_container .main_nav .dropdown:after {
	content: "";
	border: 0.5rem solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: calc(100% - 1.25rem);
	left: 50%;
	transform: translateX(-50%);
	transition: 280ms all 120ms ease-out;
	opacity: 0;
	will-change: opacity;
}

header.primary_nav .header_container .main_nav .dropdown:hover .dropdown__title, header.primary_nav .header_container .main_nav .dropdown:focus-within .dropdown__title {
	border-top-color: #000000;
}

header.primary_nav .header_container .main_nav .dropdown:hover .dropdown__menu, header.primary_nav .header_container .main_nav .dropdown:focus-within .dropdown__menu {
	opacity: 1;
	transform: rotateX(0) translateX(-50%);
	visibility: visible;
}

@media (max-width: 959px) {
	header.primary_nav .header_container .main_nav .dropdown:hover .dropdown__menu, header.primary_nav .header_container .main_nav .dropdown:focus-within .dropdown__menu {
		width: 100%;
	}
}

header.primary_nav .header_container .main_nav .dropdown:hover .dropdown__menu a, header.primary_nav .header_container .main_nav .dropdown:focus-within .dropdown__menu a {
	opacity: 1;
}

header.primary_nav .header_container .main_nav .dropdown:hover:after, header.primary_nav .header_container .main_nav .dropdown:focus-within:after {
	opacity: 1;
}

header.primary_nav #overlay {
	cursor: pointer;
	z-index: 5;
	background-color: #000000;
	opacity: 0;
	display: none;
	height: 100vh;
	width: 200vw;
	position: fixed;
	top: 0;
	left: -100vw;
}

@media (max-width: 959px) {
	header.primary_nav .sidecar {
		position: fixed;
		top: 0;
		display: flex;
		align-items: start;
		justify-content: flex-start;
		flex-basis: 100%;
		flex-direction: column;
		left: -100vw;
		width: 90%;
		max-width: 400px;
		height: 100vh;
		background-color: #ffffff;
		z-index: 9999999999;
	}
}

header.primary_nav .sidecar .head {
	display: none;
}

@media (max-width: 959px) {
	header.primary_nav .sidecar .head {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		/* bring your own prefixes */
	}
	header.primary_nav .sidecar .head .fa-times {
		display: flex;
		flex-direction: column;
		flex-basis: 65px;
	}
	header.primary_nav .sidecar .head .fa-times:before {
		position: absolute;
		top: 5px;
		content: "\f101";
		font-family: 'Dashicons';
		font-weight: normal;
		font-style: normal;
		font-size: 2rem;
		margin: 0px;
		text-decoration: none;
	}
}

@media (max-width: 959px) and (max-width: 767px) {
	header.primary_nav .sidecar .head .fa-times:before {
		font-size: 18px;
	}
}

@media (max-width: 959px) {
	header.primary_nav .sidecar .head #close {
		position: absolute;
		left: 32px;
		top: 32px;
		width: 32px;
		height: 32px;
		opacity: 0.3;
		transition-duration: 0.3s;
		transition-property: all;
	}
	header.primary_nav .sidecar .head #close:hover {
		opacity: 1;
		cursor: pointer;
		transform: rotate(90deg) scale(1.2);
		-webkit-transform: rotate(90deg) scale(1.2);
	}
	header.primary_nav .sidecar .head #close::before, header.primary_nav .sidecar .head #close::after {
		position: absolute;
		left: 15px;
		content: ' ';
		height: 33px;
		width: 2px;
		background-color: #333;
	}
	header.primary_nav .sidecar .head #close::before {
		transform: rotate(45deg);
	}
	header.primary_nav .sidecar .head #close::after {
		transform: rotate(-45deg);
	}
	header.primary_nav .sidecar .head .logo {
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		flex: 1;
		padding-top: 15px;
		padding-left: 0;
		text-align: center;
	}
	header.primary_nav .sidecar .head .logo img {
		max-width: 145px;
	}
}

@media (max-width: 959px) and (max-width: 767px) {
	header.primary_nav .sidecar .head .logo img {
		max-width: 110px;
	}
}

#social_menu .fa {
	padding: 20px;
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
}

footer #footer_nav a {
	text-transform: uppercase;
	display: inline-block;
	margin: 0.5em 1em;
	text-decoration: none;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.grid_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1023px) {
	.grid_list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.grid_list {
		grid-template-columns: repeat(1, 1fr);
	}
}

.grid_list .item {
	text-align: center;
	margin: 1em;
}

.grid_list .item img {
	max-width: 250px;
}

@media (max-width: 1023px) {
	.grid_list .item img {
		max-width: 100%;
	}
}

.grid_list .column {
	margin: 0.5em 1em;
}

@media (max-width: 767px) {
	.grid_list .column {
		margin: 0.25em 0.5em;
	}
}

.page-template-page-stories .grid_list .item {
	text-align: initial;
}

h1 {
	font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
	font-size: 2.5em;
	line-height: 1.3;
	clear: both;
	font-weight: 200;
}

h1.title_large,
.gform_title {
	font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
	font-size: 3em;
	line-height: 1.5;
	clear: both;
	font-weight: 200;
}

h2,
h2.title,
h3.title {
	font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
	font-size: 1.2em;
	margin-bottom: 0.5%;
	font-weight: 500;
	line-height: 1.3;
}

h3,
h4,
h5,
h6 {
	font-family: "Lato", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.2;
	clear: both;
}

@media (max-width: 768px) {
	#primary > h1,
	#primary > h2,
	header > h1,
	header > h2 {
		margin: 0;
	}
}

.title_block {
	padding: 0.5em 0.25em 1.5em;
}

.title_block.text_lg {
	padding: 0.5em 0 0.1em;
}

.title_block .eyebrow {
	font-family: "Lato", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.1;
	margin: 0.25em 0;
}

.title_block .title {
	margin: 0 0 0.25em 0;
}

.title_block .entry-title,
.title_block .subtitle {
	margin: 0;
}

.title_block .entry-title,
.title_block .subtitle,
.title_block .author,
.title_block .excerpt,
.title_block .link {
	margin: 0.25em 0;
}

.leaderboard {
	width: 970px;
	height: 250px;
	border: 1px solid black;
	background-color: #88807B;
	font-size: 0.8em;
	margin: 5px auto;
	position: relative;
}

.leaderboard p {
	position: absolute;
	left: 30px;
}

@media (max-width: 1023px) {
	.leaderboard {
		width: 728px;
		height: 90px;
	}
}

@media (max-width: 767px) {
	.leaderboard {
		width: 300px;
		height: 50px;
	}
}

.hero_outer_block {
	position: relative;
	clear: both;
}

.hero_outer_block .hero_block img {
	display: block;
	margin: 0 auto;
}

.hero_outer_block .title_block {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 1em 2em 1.5em;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
	color: #ffffff;
}

@media (max-width: 768px) {
	.hero_outer_block .title_block {
		padding: 0.5em 1em 1.5em;
	}
}

.hero_outer_block .title_block.text_lg {
	padding: 0.5em 0 0.1em;
}

.hero_outer_block .title_block .title {
	margin: 0 0 0.25em 0;
}

.hero_outer_block .title_block .entry-title,
.hero_outer_block .title_block .subtitle {
	margin: 0;
}

.hero_outer_block .title_block .entry-title,
.hero_outer_block .title_block .subtitle,
.hero_outer_block .title_block .excerpt,
.hero_outer_block .title_block .link {
	margin: 0.25em 0;
}

footer {
	text-align: center;
	max-width: 1140px;
	margin: 0 auto;
}

* {
	min-height: 0;
	min-width: 0;
}

.slick-slider {
	margin-left: 60px;
	margin-right: 60px;
}

@media (max-width: 1023px) {
	.slick-slider {
		margin-left: inherit;
		margin-right: inherit;
	}
}

.slick-slider a {
	text-decoration: underline;
}

.slick-slider.slick-carousel .thumbnail {
	margin: 0.5em;
	position: relative;
	padding-top: 75%;
	display: block;
}

.slick-slider.slick-carousel .thumbnail img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

.slick-slider.favorites .image {
	background-color: #000000;
}

.slick-next,
.slick-prev {
	border: 0 !important;
	background-color: initial !important;
	z-index: 7;
}

.slick-next:before,
.slick-prev:before {
	color: #0393cf !important;
	font-size: 60px !important;
}

.slick-lightbox .slick-next {
	right: 60px !important;
	top: 45% !important;
}

.slick-lightbox .slick-prev {
	left: 15px !important;
	top: 45% !important;
}

.slick-next {
	top: 40% !important;
}

.slick-prev {
	left: -75px !important;
	top: 40% !important;
}

.slick-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: black;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
	background-color: transparent;
}

.slick-lightbox .slick-prev {
	left: 15px;
}

.slick-lightbox .slick-next {
	right: 15px;
}

.slick-lightbox-hide {
	opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
	position: absolute;
	top: -9999px;
	opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.slick-lightbox-inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slick-lightbox-slick-item {
	text-align: center;
	overflow: hidden;
}

.slick-lightbox-slick-item:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
	display: block;
	text-align: center;
}

.slick-lightbox-slick-item-inner {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
}

.slick-lightbox-slick-img {
	margin: 0 auto;
	display: block;
	max-width: 90%;
	max-height: 90%;
}

.slick-lightbox-slick-caption {
	margin: 10px 0 0;
	color: white;
}

.slick-lightbox-close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
}

.slick-lightbox-close:focus {
	outline: none;
}

.slick-lightbox-close:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '×';
}

.gform_wrapper {
	max-width: 550px;
	margin: 0 auto;
}

.gform_wrapper .gform-grid-row {
	flex-flow: column;
}

.gform_wrapper .gform-grid-row .gform-grid-col {
	inline-size: 100%;
}

.gform_wrapper .gfield input.medium {
	inline-size: 100%;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"] {
	width: 100%;
	padding: 10px;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.block {
	padding: 0 10em;
	font-size: 0.8em;
}

@media (max-width: 768px) {
	.block {
		padding: 0 2em;
	}
}

.gutter_padding {
	margin: 0 1em;
}

.center {
	display: block;
	margin: 0 auto !important;
}

.stat {
	font-size: 100px;
	font-weight: 800;
	color: #0393cf;
	background: -webkit-linear-gradient(#0393cf, #000000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
	line-height: 1;
}

.stat_head {
	margin: 0;
	font-size: 30px;
	font-weight: 600;
	color: #0393cf;
}

.stat_p {
	margin: 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 */