@charset "UTF-8";
/*!
Theme Name: Parthenon
Theme URI: https://innovatebyday.ca
Author: Innovate By Day
Author URI: https://innovatebyday.ca
Description: A WordPress theme created by Innovate By Day. For support contact Innovate By Day 416-360-4060 / info@innovatebyday.ca
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: Parthenon
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.

Parthenon Developer: Calvin Winter calvin@innovatebyday.ca

Parthenon is based on Esqueleto, (C) 2021 Fábio Blanco
Esqueleto is distributed under the terms of the GNU GPL v2 or later.

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

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

--------------------------------------------------------------*/
/* font awesome */
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("webfonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
}
/*! 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;
}

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #313131;
  font-family: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-display: swap;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #802832;
}

.weight-300 {
  font-weight: 300 !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.weight-800 {
  font-weight: 800 !important;
}

h1 {
  font-size: 1.5rem;
  font-family: "bn_axel_groteskbold";
  text-transform: uppercase;
}

h2 {
  font-size: 1.5rem;
  font-family: "bn_axel_groteskbold";
  text-transform: uppercase;
}

h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.25rem;
}

@media (min-width: 50rem) {
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 3.5rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1.25em;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 600;
}

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 #003E4D;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.big-text {
  font-size: 1.25rem;
  font-weight: 600;
}

.medium-text {
  font-size: 1.125rem;
  font-weight: 400;
}

.header-no-margin {
  margin-bottom: -1rem;
  display: block;
}

@media (min-width: 50rem) {
  .big-text {
    font-size: 2rem;
    font-weight: 600;
  }
  .medium-text {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
body {
  background: #fff;
  overflow-x: hidden;
  font-size: 0.875rem;
}

@media (min-width: 50rem) {
  body {
    font-size: 1.125rem;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 0;
}

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

a {
  color: #003E4D;
}
a:visited {
  color: #003E4D;
}
a:hover, a:focus, a:active {
  color: #003E4D;
}
a:focus {
  outline: 1px solid #DE544D;
}
a:hover, a:active {
  outline: 0;
}

/* Buttons */
/* this overrides the default siteorigin button widget */
body button,
body input[type=button],
body input[type=reset],
body input[type=submit],
body .so-widget-sow-button .ow-button-base a, body.buddypress .buddypress-wrap button, body.buddypress .buddypress-wrap input[type=submit],
body .buddypress-wrap form.bp-dir-search-form button[type=submit] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-size: 1.125rem;
  line-height: 1.2em;
  padding: 15px 30px;
  background: #71CCDE;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #71CCDE), color-stop(1, #71CCDE));
  background: -ms-linear-gradient(bottom, #71CCDE, #71CCDE);
  background: -moz-linear-gradient(center bottom, #71CCDE 0%, #71CCDE 100%);
  background: -o-linear-gradient(#71CCDE, #71CCDE);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="v.$color__background-button", endColorstr="v.$color__background-button", GradientType=0);
  border: solid;
  border-color: #71CCDE;
  border-width: 1px;
  color: #000000 !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-shadow: none;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
body .so-widget-sow-button .ow-button-base a .sow-icon-image,
body .so-widget-sow-button .ow-button-base a [class^=sow-icon-] {
  margin: -0.1em 0.75em -0.2em -0.75em;
}
body .so-widget-sow-button .ow-button-base a:visited,
body .so-widget-sow-button .ow-button-base a:active,
body .so-widget-sow-button .ow-button-base a:hover {
  color: #000000 important;
}
body button:hover,
body input[type=button]:hover,
body input[type=reset]:hover,
body input[type=submit]:hover,
body .so-widget-sow-button .ow-button-base a.ow-button-hover:hover, body.buddypress .buddypress-wrap button:hover, body.buddypress .buddypress-wrap button:focus, body.buddypress .buddypress-wrap input[type=submit]:hover, body.buddypress .buddypress-wrap input[type=submit]:focus,
body .buddypress-wrap form.bp-dir-search-form button[type=submit]:hover {
  background: #71CCDE;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #71CCDE), color-stop(1, #71CCDE));
  background: -ms-linear-gradient(bottom, #71CCDE, #71CCDE);
  background: -moz-linear-gradient(center bottom, #71CCDE 0%, #71CCDE 100%);
  background: -o-linear-gradient(#71CCDE, #71CCDE);
  filter: none;
  border-color: #71CCDE;
  color: #000000 !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

body .button-fuchsia button,
body .button-fuchsia input[type=button],
body .button-fuchsia input[type=reset],
body .button-fuchsia input[type=submit],
body .button-fuchsia .so-widget-sow-button .ow-button-base a, body.buddypress .buddypress-wrap .button-fuchsia button {
  background: #DE544D;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DE544D), color-stop(1, #DE544D));
  background: -ms-linear-gradient(bottom, #DE544D, #DE544D);
  background: -moz-linear-gradient(center bottom, #DE544D 0%, #DE544D 100%);
  background: -o-linear-gradient(#DE544D, #DE544D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="v.$color__fuchsia", endColorstr="v.$color__fuchsia", GradientType=0);
  border-color: #DE544D;
  color: #ffffff !important;
}
body .so-widget-sow-button .ow-button-base a:visited,
body .so-widget-sow-button .ow-button-base a:active,
body .so-widget-sow-button .ow-button-base a:hover {
  color: #000000 important;
}
body .button-fuchsia button:hover,
body .button-fuchsia input[type=button]:hover,
body .button-fuchsia input[type=reset]:hover,
body .button-fuchsia input[type=submit]:hover,
body .button-fuchsia .so-widget-sow-button .ow-button-base a.ow-button-hover:hover, body.buddypress .buddypress-wrap .button-fuchsia button:hover, body.buddypress .buddypress-wrap .button-fuchsia button:focus {
  background: #DE544D;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DE544D), color-stop(1, #DE544D));
  background: -ms-linear-gradient(bottom, #DE544D, #DE544D);
  background: -moz-linear-gradient(center bottom, #DE544D 0%, #DE544D 100%);
  background: -o-linear-gradient(#DE544D, #DE544D);
  filter: none;
  border-color: #DE544D;
  color: #ffffff !important;
}

body .button-slate button,
body .button-slate input[type=button],
body .button-slate input[type=reset],
body .button-slate input[type=submit],
body .button-slate .so-widget-sow-button .ow-button-base a {
  background: #003E4D;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #003E4D), color-stop(1, #003E4D));
  background: -ms-linear-gradient(bottom, #003E4D, #003E4D);
  background: -moz-linear-gradient(center bottom, #003E4D 0%, #003E4D 100%);
  background: -o-linear-gradient(#003E4D, #003E4D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="v.$color__slate", endColorstr="v.$color__slate", GradientType=0);
  border-color: #003E4D;
  color: #ffffff !important;
}
body .button-slate .so-widget-sow-button .ow-button-base a:visited,
body .button-slate .so-widget-sow-button .ow-button-base a:active,
body .button-slate .so-widget-sow-button .ow-button-base a:hover {
  color: #000000 important;
}
body .button-slate button:hover,
body .button-slate input[type=button]:hover,
body .button-slate input[type=reset]:hover,
body .button-slate input[type=submit]:hover,
body .button-slate .so-widget-sow-button .ow-button-base a.ow-button-hover:hover {
  background: #003E4D;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #003E4D), color-stop(1, #003E4D));
  background: -ms-linear-gradient(bottom, #003E4D, #003E4D);
  background: -moz-linear-gradient(center bottom, #003E4D 0%, #003E4D 100%);
  background: -o-linear-gradient(#003E4D, #003E4D);
  filter: none;
  border-color: #003E4D;
  color: #ffffff !important;
}

body .button-2 button,
body .button-2 input[type=button],
body .button-2 input[type=reset],
body .button-2 input[type=submit],
body .button-2 .so-widget-sow-button .ow-button-base a {
  font-family: inherit;
  font-weight: inherit;
  font-variation-settings: "wght" inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 8px 28px;
  background: transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(1, transparent));
  background: -ms-linear-gradient(bottom, transparent, transparent);
  background: -moz-linear-gradient(center bottom, transparent 0%, transparent 100%);
  background: -o-linear-gradient(transparent, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="v.$color__background-button-2", endColorstr="v.$color__background-button-2", GradientType=0);
  color: #000000 !important;
  border: solid;
  border-color: #A7A7A7;
  border-width: 2px;
  border-radius: 10px;
  background-image: url("gemsshape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  box-shadow: none;
  aspect-ratio: 517/306;
  border-radius: 0px !important;
}
body .button-2 button:hover,
body .button-2 input[type=button]:hover,
body .button-2 input[type=reset]:hover,
body .button-2 input[type=submit]:hover,
body .button-2 .so-widget-sow-button .ow-button-base a.ow-button-hover:hover {
  background: transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(1, transparent));
  background: -ms-linear-gradient(bottom, transparent, transparent);
  background: -moz-linear-gradient(center bottom, transparent 0%, transparent 100%);
  background: -o-linear-gradient(transparent, transparent);
  filter: none;
  border-color: #A7A7A7;
  color: #000000 !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: url("gemsshape.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  box-shadow: none;
  aspect-ratio: 517/306;
  border-radius: 0px !important;
}

body .button-invert button,
body .button-invert input[type=button],
body .button-invert input[type=reset],
body .button-invert input[type=submit],
body .button-invert .so-widget-sow-button .ow-button-base a {
  font-family: inherit;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-size: 1.125rem;
  line-height: 1.2em;
  padding: 15px 30px;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
  color: #71CCDE !important;
  border: solid;
  border-color: #71CCDE;
  border-width: 1px;
}
body .button-invert button:hover,
body .button-invert input[type=button]:hover,
body .button-invert input[type=reset]:hover,
body .button-invert input[type=submit]:hover,
body .button-invert .so-widget-sow-button .ow-button-base a.ow-button-hover:hover {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ffffff);
  filter: none;
  border-color: #71CCDE;
  color: #71CCDE !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#gform_submit_button_1 {
  font-size: 1.25rem;
  color: #ffffff !important;
  text-transform: uppercase;
}

body .mejs-offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
body .mejs-container {
  background: #000;
  font-family: Helvetica, Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}
body .mejs-container,
body .mejs-container * {
  box-sizing: border-box;
}
body .mejs-container video::-webkit-media-controls,
body .mejs-container video::-webkit-media-controls-panel,
body .mejs-container video::-webkit-media-controls-panel-container,
body .mejs-container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
body .mejs-fill-container,
body .mejs-fill-container .mejs-container {
  height: 100%;
  width: 100%;
}
body .mejs-fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
body .mejs-container:focus {
  outline: none;
}
body .mejs-iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
body .mejs-embed,
body .mejs-embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
body .mejs-fullscreen {
  overflow: hidden !important;
}
body .mejs-container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
body .mejs-container-fullscreen .mejs-mediaelement,
body .mejs-container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}
body .mejs-background,
body .mejs-mediaelement {
  left: 0;
  position: absolute;
  top: 0;
}
body .mejs-mediaelement {
  height: 100%;
  width: 100%;
  z-index: 0;
}
body .mejs-poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
body :root .mejs-poster-img {
  display: none;
}
body .mejs-poster-img {
  border: 0;
  padding: 0;
}
body .mejs-overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
body .mejs-layer {
  z-index: 1;
}
body .mejs-overlay-play {
  cursor: pointer;
}
body .mejs-overlay-button {
  background: url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}
body .mejs-overlay:hover > .mejs-overlay-button {
  background-position: -80px -39px;
}
body .mejs-overlay-loading {
  height: 80px;
  width: 80px;
}
body .mejs-overlay-loading-bg-img {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
body .mejs-controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
body .mejs-controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
body .mejs-button,
body .mejs-time,
body .mejs-time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}
body .mejs-button > button {
  background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}
body .mejs-button > button:focus {
  outline: 1px dotted #999;
}
body .mejs-container-keyboard-inactive [role=slider],
body .mejs-container-keyboard-inactive [role=slider]:focus,
body .mejs-container-keyboard-inactive a,
body .mejs-container-keyboard-inactive a:focus,
body .mejs-container-keyboard-inactive button,
body .mejs-container-keyboard-inactive button:focus {
  outline: 0;
}
body .mejs-time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}
body .mejs-play > button {
  background-position: 0 0;
}
body .mejs-pause > button {
  background-position: -20px 0;
}
body .mejs-replay > button {
  background-position: -160px 0;
}
body .mejs-time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}
body .mejs-time-buffering,
body .mejs-time-current,
body .mejs-time-float,
body .mejs-time-float-corner,
body .mejs-time-float-current,
body .mejs-time-hovered,
body .mejs-time-loaded,
body .mejs-time-marker,
body .mejs-time-total {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}
body .mejs-time-total {
  background: hsla(0, 0%, 100%, 0.3);
  margin: 5px 0 0;
  width: 100%;
}
body .mejs-time-buffering {
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
  background: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, 0.4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.4) 0, hsla(0, 0%, 100%, 0.4) 75%, transparent 0, transparent);
  background: linear-gradient(-45deg, hsla(0, 0%, 100%, 0.4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.4) 0, hsla(0, 0%, 100%, 0.4) 75%, transparent 0, transparent);
  background-size: 15px 15px;
  width: 100%;
}
@-webkit-keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
body .mejs-time-loaded {
  background: hsla(0, 0%, 100%, 0.3);
}
body .mejs-time-current,
body .mejs-time-handle-content {
  background: hsla(0, 0%, 100%, 0.9);
}
body .mejs-time-hovered {
  background: hsla(0, 0%, 100%, 0.5);
  z-index: 10;
}
body .mejs-time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}
body .mejs-time-buffering,
body .mejs-time-current,
body .mejs-time-hovered,
body .mejs-time-loaded {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 100%;
}
body .mejs-time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
body .mejs-time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
body .mejs-time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
body .mejs-time-handle,
body .mejs-time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}
body .mejs-time-handle-content {
  border: 4px solid hsla(0, 0%, 100%, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}
body .mejs-time-rail .mejs-time-handle-content:active,
body .mejs-time-rail .mejs-time-handle-content:focus,
body .mejs-time-rail:hover .mejs-time-handle-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
body .mejs-time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}
body .mejs-time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}
body .mejs-time-float-corner {
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
body .mejs-long-video .mejs-time-float {
  margin-left: -23px;
  width: 64px;
}
body .mejs-long-video .mejs-time-float-current {
  width: 60px;
}
body .mejs-broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}
body .mejs-fullscreen-button > button {
  background-position: -80px 0;
}
body .mejs-unfullscreen > button {
  background-position: -100px 0;
}
body .mejs-mute > button {
  background-position: -60px 0;
}
body .mejs-unmute > button {
  background-position: -40px 0;
}
body .mejs-volume-button {
  position: relative;
}
body .mejs-volume-button > .mejs-volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}
body .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}
body .mejs-volume-total {
  background: hsla(0, 0%, 100%, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}
body .mejs-volume-current {
  left: 0;
  margin: 0;
  width: 100%;
}
body .mejs-volume-current,
body .mejs-volume-handle {
  background: hsla(0, 0%, 100%, 0.9);
  position: absolute;
}
body .mejs-volume-handle {
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}
body .mejs-horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}
body .mejs-horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  height: 8px;
  top: 16px;
  width: 50px;
}
body .mejs-horizontal-volume-current,
body .mejs-horizontal-volume-total {
  border-radius: 2px;
  font-size: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
body .mejs-horizontal-volume-current {
  background: hsla(0, 0%, 100%, 0.8);
  height: 100%;
  top: 0;
  width: 100%;
}
body .mejs-horizontal-volume-handle {
  display: none;
}
body .mejs-captions-button,
body .mejs-chapters-button {
  position: relative;
}
body .mejs-captions-button > button {
  background-position: -140px 0;
}
body .mejs-chapters-button > button {
  background-position: -180px 0;
}
body .mejs-captions-button > .mejs-captions-selector,
body .mejs-chapters-button > .mejs-chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
body .mejs-chapters-button > .mejs-chapters-selector {
  margin-right: -55px;
  width: 110px;
}
body .mejs-captions-selector-list,
body .mejs-chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
body .mejs-captions-selector-list-item,
body .mejs-chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}
body .mejs-captions-selector-list-item:hover,
body .mejs-chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: hsla(0, 0%, 100%, 0.4) !important;
}
body .mejs-captions-selector-input,
body .mejs-chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}
body .mejs-captions-selector-label,
body .mejs-chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}
body .mejs-captions-selected,
body .mejs-chapters-selected {
  color: #21f8f8;
}
body .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}
body .mejs-captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}
body .mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
body .mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400;
}
body .mejs-captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
body .mejs-captions-position-hover {
  bottom: 35px;
}
body .mejs-captions-text,
body .mejs-captions-text * {
  background: hsla(0, 0%, 8%, 0.5);
  box-shadow: 5px 0 0 hsla(0, 0%, 8%, 0.5), -5px 0 0 hsla(0, 0%, 8%, 0.5);
  padding: 0;
  white-space: pre-wrap;
}
body .mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
  display: none;
}
body .mejs-overlay-error {
  position: relative;
}
body .mejs-overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
body .mejs-cannotplay,
body .mejs-cannotplay a {
  color: #fff;
  font-size: 0.8em;
}
body .mejs-cannotplay {
  position: relative;
}
body .mejs-cannotplay a,
body .mejs-cannotplay p {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
body .mejs-container {
  clear: both;
  max-width: 100%;
}
body .mejs-container * {
  font-family: Helvetica, Arial;
}
body .mejs-container,
body .mejs-container .mejs-controls,
body .mejs-embed,
body .mejs-embed body {
  background: #222;
}
body .mejs-time {
  font-weight: 400;
  word-wrap: normal;
}
body .mejs-controls a.mejs-horizontal-volume-slider {
  display: table;
}
body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
body .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #fff;
}
body .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #0073aa;
}
body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body .mejs-controls .mejs-time-rail .mejs-time-total {
  background: rgba(255, 255, 255, 0.33);
}
body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body .mejs-controls .mejs-time-rail span {
  border-radius: 0;
}
body .mejs-overlay-loading {
  background: 0 0;
}
body .mejs-controls button:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .me-cannotplay {
  width: auto !important;
}
body .media-embed-details .wp-audio-shortcode {
  display: inline-block;
  max-width: 400px;
}
body .audio-details .embed-media-settings {
  overflow: visible;
}
body .media-embed-details .embed-media-settings .setting span:not(.button-group) {
  max-width: 400px;
  width: auto;
}
body .media-embed-details .embed-media-settings .checkbox-setting span {
  display: inline-block;
}
body .media-embed-details .embed-media-settings {
  padding-top: 0;
  top: 28px;
}
body .media-embed-details .instructions {
  padding: 16px 0;
  max-width: 600px;
}
body .media-embed-details .setting .remove-setting,
body .media-embed-details .setting p {
  color: #a00;
  font-size: 10px;
  text-transform: uppercase;
}
body .media-embed-details .setting .remove-setting {
  padding: 5px 0;
}
body .media-embed-details .setting a:hover {
  color: #dc3232;
}
body .media-embed-details .embed-media-settings .checkbox-setting {
  float: none;
  margin: 0 0 10px;
}
body .wp-video {
  max-width: 100%;
  height: auto;
}
body .wp_attachment_holder .wp-audio-shortcode,
body .wp_attachment_holder .wp-video {
  margin-top: 18px;
}
body .wp-video-shortcode video,
body video.wp-video-shortcode {
  max-width: 100%;
  display: inline-block;
}
body .video-details .wp-video-holder {
  width: 100%;
  max-width: 640px;
}
body .wp-playlist {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 12px 0 18px;
  font-size: 14px;
  line-height: 1.5;
}
body .wp-admin .wp-playlist {
  margin: 0 0 18px;
}
body .wp-playlist video {
  display: inline-block;
  max-width: 100%;
}
body .wp-playlist audio {
  display: none;
  max-width: 100%;
  width: 400px;
}
body .wp-playlist .mejs-container {
  margin: 0;
  max-width: 100%;
}
body .wp-playlist .mejs-controls .mejs-button button {
  outline: 0;
}
body .wp-playlist-light {
  background: #fff;
  color: #000;
}
body .wp-playlist-dark {
  color: #fff;
  background: #000;
}
body .wp-playlist-caption {
  display: block;
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
}
body .wp-playlist-item .wp-playlist-caption {
  text-decoration: none;
  color: #000;
  max-width: -webkit-calc(100% - 40px);
  max-width: calc(100% - 40px);
}
body .wp-playlist-item-meta {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
body .wp-playlist-item-title {
  font-size: 14px;
  line-height: 1.5;
}
body .wp-playlist-item-album {
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .wp-playlist-item-artist {
  font-size: 12px;
  text-transform: uppercase;
}
body .wp-playlist-item-length {
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 14px;
  line-height: 1.5;
}
body .rtl .wp-playlist-item-length {
  left: 3px;
  right: auto;
}
body .wp-playlist-tracks {
  margin-top: 10px;
}
body .wp-playlist-item {
  position: relative;
  cursor: pointer;
  padding: 0 3px;
  border-bottom: 1px solid #ccc;
}
body .wp-playlist-item:last-child {
  border-bottom: 0;
}
body .wp-playlist-light .wp-playlist-caption {
  color: #333;
}
body .wp-playlist-dark .wp-playlist-caption {
  color: #ddd;
}
body .wp-playlist-playing {
  font-weight: 700;
  background: #f7f7f7;
}
body .wp-playlist-light .wp-playlist-playing {
  background: #fff;
  color: #000;
}
body .wp-playlist-dark .wp-playlist-playing {
  background: #000;
  color: #fff;
}
body .wp-playlist-current-item {
  overflow: hidden;
  margin-bottom: 10px;
  height: 60px;
}
body .wp-playlist .wp-playlist-current-item img {
  float: left;
  max-width: 60px;
  height: auto;
  margin-right: 10px;
  padding: 0;
  border: 0;
}
body .rtl .wp-playlist .wp-playlist-current-item img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
body .wp-playlist-current-item .wp-playlist-item-artist,
body .wp-playlist-current-item .wp-playlist-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .wp-audio-playlist .me-cannotplay span {
  padding: 5px 15px;
}

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: #151E28;
  border: 1px solid #8F8F8F;
  border-radius: 0;
  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: #151E28;
}

select {
  border: 1px solid #8F8F8F;
}

textarea {
  width: 100%;
}

/* Typography
--------------------------------------------- */
/* Elements
--------------------------------------------- */
/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  transition: 300ms;
}
.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;
  background-color: #003743;
  margin-left: -10px;
  transition: 300ms;
  padding: 0 10px;
}
.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 {
  min-width: 80px;
  white-space: nowrap;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  margin-right: 60px;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
}
/* 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;
    flex-wrap: wrap;
    justify-content: center;
  }
  .menu-primary-menu-container,
  .menu-alternate-menu-container {
    width: 100%;
  }
}
.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;
  justify-content: center;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  display: inline-block;
  margin: 0 0.5rem;
  order: 2;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  display: inline-block;
  margin: 0 0.5rem;
  order: 1;
}

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

.post,
.page,
.project,
.program_events,
.site-main,
.program {
  margin: 0;
  display: flex;
  flex-direction: column;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

/* Jetpack infinite scroll
--------------------------------------------- */
/* 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: #000000;
  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;
}

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

/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
/*  UI elements */
body .sow-slider-base .sow-slider-pagination {
  text-align: center;
}
body .sow-slider-base .sow-slider-pagination li a {
  background-color: #EBEBEB !important;
  opacity: 1;
}
body .sow-slider-base .sow-slider-pagination li.sow-active a {
  background-color: #DE544D !important;
  opacity: 1;
}

.no-captions .wp-caption-text {
  display: none;
}

body .featherlight .featherlight-content .caption {
  background: #ffffff;
  color: #000000;
  width: 100%;
  margin-top: 25px;
  padding: 20px 44px;
  border-radius: 5px;
}

.sow-slider-base {
  overflow: visible;
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
  left: 0px;
}
.sow-slider-base .sow-slide-nav.sow-slide-nav-prev a {
  color: #DE544D !important;
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-next {
  right: 0px;
}
.sow-slider-base .sow-slide-nav.sow-slide-nav-next a {
  color: #DE544D !important;
}

.widget_siteorigin-panels-postloop {
  display: flex;
  flex-wrap: wrap;
  /*a {
  	text-decoration:none;
  	width:100%;
  	min-height: v.$p__ui-postloop-height;
  	margin-bottom: v.$p__ui-postloop-margin-bottom;
  	color: v.$color__ui-postloop-text;

  	header.entry-header {
  		position:relative;
  		min-height:100%;
  		background-size: cover;
  		background-position: center;

  		h1.entry-title {
  			text-transform:none;
  			background: v.$color__ui-postloop-title-background;
  			width: v.$p__ui-postloop-width;
  			margin:0;
  			padding: v.$p__ui-postloop-title-padding;
  			text-align: v.$p__ui-postloop-text-align;
  			font-size: v.$p__ui-postloop-font-size;
  			font-weight: v.$p__ui-postloop-font-weight;
  			font-variation-settings: 'wght' v.$p__ui-postloop-font-weight;
  			position:absolute;
  			bottom:0;
  			left:0;

  		}
  	}
  }*/
}
.widget_siteorigin-panels-postloop:after {
  display: none !important;
}

@media (min-width: 50rem) {
  .widget_siteorigin-panels-postloop {
    /*
    		a {
    			width: v.$p__ui-desktop-postloop-width;
    			min-height: v.$p__ui-desktop-postloop-height;

    			&:first-child {
    				width: v.$p__ui-desktop-postloop-width-first;
    			}

    			header.entry-header {

    				h1.entry-title {
    					font-size: v.$p__ui-desktop-postloop-font-size;
    					padding: v.$p__ui-desktop-postloop-title-padding;

    				}

    			}


    		}*/
  }
}
/* Gravity Forms */
body .gform_wrapper.gravity-theme .gfield_label,
body .gform_wrapper.gravity-theme .ginput_complex label {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  margin-bottom: 8px;
  padding: 0;
}
body .gform_wrapper .gfield_required {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  padding-left: 0.125em;
}
body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
  font-size: inherit;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  min-height: 50px;
}
body .gform_footer {
  display: flex;
  justify-content: center;
}

/* other posts */
.other-post-style-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.other-post-style-1 > div {
  width: 100%;
  margin-bottom: 25px;
}
.other-post-style-1 > div img {
  width: 100%;
  aspect-ratio: 1.778;
  object-fit: contain;
}
.other-post-style-1 > div a {
  color: #000000;
  text-decoration: none;
}
.other-post-style-1 > div a h2 {
  font-size: 1.25rem;
  text-align: center;
  text-transform: none;
}

.other-post-style-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.other-post-style-2 > a {
  width: 100%;
  display: inline-block;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 25px;
  color: #ffffff;
  position: relative;
}
.other-post-style-2 > a:after {
  content: " ";
  padding-top: 56.25%;
  display: block;
}
.other-post-style-2 > a h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 31, 59, 0.7);
  width: 100%;
  margin: 0;
  padding: 12px 20px;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.other-post-style-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 50rem) {
  .other-post-style-1 > div {
    width: calc(50% - 12.5px);
  }
  .other-post-style-2 > a {
    width: calc(33% - 16.67px);
  }
  .other-post-style-3 > article {
    width: calc(50% - 25px);
  }
}
.other-news,
.other-projects {
  text-align: center;
  border-top: 1px solid #67C8B5;
  margin-top: 50px;
}

.other-news h1 {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin: 30px 0;
}

.square-gallery .gallery .gallery-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

body:not(.page-template-alternate) .widget_nav_menu .menu-mobile-menu-social-container {
  text-align: center;
}
body:not(.page-template-alternate) .widget_nav_menu .menu-mobile-menu-social-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}
body:not(.page-template-alternate) .widget_nav_menu .menu-mobile-menu-social-container ul li {
  flex-basis: 50%;
  display: flex;
  margin: 0 !important;
  aspect-ratio: 1/1;
}
body:not(.page-template-alternate) .widget_nav_menu .menu-mobile-menu-social-container ul li a {
  font-size: 2rem;
  color: #ffffff;
  border: 3px solid #DE544D;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-template-alternate .widget_nav_menu .menu-mobile-menu-social-container ul {
  display: flex;
  width: 146px;
}

.overlay, .overlay--80, .overlay--75, .overlay--70, .overlay--65, .overlay--60, .overlay--55, .overlay--50, .overlay--45, .overlay--40, .overlay--35, .overlay--30, .overlay--25, .overlay--20 {
  position: relative;
}
.overlay:before, .overlay--80:before, .overlay--75:before, .overlay--70:before, .overlay--65:before, .overlay--60:before, .overlay--55:before, .overlay--50:before, .overlay--45:before, .overlay--40:before, .overlay--35:before, .overlay--30:before, .overlay--25:before, .overlay--20:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.overlay > *, .overlay--80 > *, .overlay--75 > *, .overlay--70 > *, .overlay--65 > *, .overlay--60 > *, .overlay--55 > *, .overlay--50 > *, .overlay--45 > *, .overlay--40 > *, .overlay--35 > *, .overlay--30 > *, .overlay--25 > *, .overlay--20 > * {
  position: relative;
}
.overlay--20:before {
  background-color: rgba(19, 30, 41, 0.2);
}
.overlay--25:before {
  background-color: rgba(19, 30, 41, 0.25);
}
.overlay--30:before {
  background-color: rgba(19, 30, 41, 0.3);
}
.overlay--35:before {
  background-color: rgba(19, 30, 41, 0.35);
}
.overlay--40:before {
  background-color: rgba(19, 30, 41, 0.4);
}
.overlay--45:before {
  background-color: rgba(19, 30, 41, 0.45);
}
.overlay--50:before {
  background-color: rgba(19, 30, 41, 0.5);
}
.overlay--55:before {
  background-color: rgba(19, 30, 41, 0.55);
}
.overlay--60:before {
  background-color: rgba(19, 30, 41, 0.6);
}
.overlay--65:before {
  background-color: rgba(19, 30, 41, 0.65);
}
.overlay--70:before {
  background-color: rgba(19, 30, 41, 0.7);
}
.overlay--75:before {
  background-color: rgba(19, 30, 41, 0.75);
}
.overlay--80:before {
  background-color: rgba(19, 30, 41, 0.8);
}

.photo-credit-name {
  display: none;
}

div.photo-credit {
  postition: relative;
}
div.photo-credit .photo-credit-name {
  display: block;
  position: absolute;
  top: 100%;
  right: 10px;
  font-style: italic;
  font-weight: 300;
  font-size: 0.875rem;
  color: #000000;
}

.boxed {
  background: #F0F0F0;
  border: 1px solid #7E52CE;
  padding: 36px 28px 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*  Accordion  */
.sow-accordion-panel-content {
  position: relative;
}

.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel {
  /*margin-bottom: 10px;
    border: 0.3px solid #ccc;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  */
}
.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
  position: relative;
  cursor: pointer;
  padding: 10px 50px;
  background-color: #404040;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  font-size: 1.125rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  min-width: 400px;
  width: 0;
  margin: 0 auto;
}

.entry-content .accordion-2 .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
  position: relative;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  color: #000000;
  display: flex;
  flex-direction: row;
  font-size: 1.125rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  min-width: 100%;
  width: 100%;
  margin: 0 auto;
  border: none;
}

.entry-content .accordion-2 .so-widget-sow-accordion .sow-accordion .sow-accordion-panel {
  position: relative;
  cursor: pointer;
  padding: 10px 50px;
  background-color: #F0F0F0;
  color: #000000;
  width: 100%;
  border: 1px solid #7E52CE;
}

.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {
  background-color: #404040;
}

.entry-content .accordion-2 .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {
  background-color: transparent;
}

.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus {
  outline: none;
}

.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
  display: block;
  align-items: center;
  width: 100%;
}
.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title p:last-child {
  margin-bottom: 0;
}

.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-icon-image {
  width: auto;
  max-height: 1em;
}

.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title-icon-left > .sow-accordion-icon-image,
.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title-icon-left > span[data-sow-icon] {
  margin-right: 5px;
}

.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title-icon-right > .sow-accordion-icon-image,
.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title-icon-right > span[data-sow-icon] {
  margin-left: 5px;
}

.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel:not(.sow-accordion-panel-open) > .sow-accordion-panel-header-container > .sow-accordion-panel-header .sow-accordion-close-button {
  display: none;
}

.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel.sow-accordion-panel-open > .sow-accordion-panel-header-container > .sow-accordion-panel-header .sow-accordion-open-button {
  display: none;
}

.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
  background-color: transparent;
  padding: 30px;
  overflow: auto;
}
.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border p:last-child {
  margin-bottom: 0;
}

.entry-content .accordion-2 .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
  background-color: transparent;
  padding: 0px;
  padding-top: 1rem;
  overflow: visible;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
.entry-content .accordion-2 .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border p:last-child {
  margin-bottom: 0;
}

.entry-content .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border:focus {
  outline: none;
}

.entry-content .so-widget-sow-accordion .sow-accordion-open-close-button {
  display: flex;
  align-items: center;
}
.entry-content .so-widget-sow-accordion .sow-accordion-open-close-button .sow-accordion-open-button {
  background-image: url(down.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.entry-content .so-widget-sow-accordion .sow-accordion-open-close-button .sow-accordion-close-button {
  background-image: url(up.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.entry-content .so-widget-sow-accordion .sow-accordion-open-close-button .sow-icon-fontawesome, .entry-content .so-widget-sow-accordion .sow-accordion-open-close-button .sow-icon-ionicons {
  display: none;
}

.entry-content .accordion-2 .so-widget-sow-accordion .sow-accordion-open-close-button {
  display: flex;
  align-items: center;
}
.entry-content .accordion-2 .so-widget-sow-accordion .sow-accordion-open-close-button .sow-accordion-open-button {
  background-image: url(down-2.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.entry-content .accordion-2 .so-widget-sow-accordion .sow-accordion-open-close-button .sow-accordion-close-button {
  background-image: url(up-2.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.entry-content .accordion-2 .so-widget-sow-accordion .sow-accordion-open-close-button .sow-icon-fontawesome, .entry-content .accordion-2 .so-widget-sow-accordion .sow-accordion-open-close-button .sow-icon-ionicons {
  display: none;
}

/* ICS calendar */
.ics-calendar-month-grid th, .ics-calendar-month-grid td {
  font-size: inherit;
}

.ics-calendar-month-grid {
  border-spacing: 10px;
  border-collapse: separate;
}

.ics-calendar-month-grid th {
  background: transparent;
  color: #000000;
  padding: 0.5em 0.8em 0.2em 0.8em;
  text-align: center;
  text-transform: none;
  border: none;
}

.ics-calendar-month-grid td {
  background-color: #F0F0F0;
  border: none;
  min-height: 8em;
}
.ics-calendar-month-grid td a {
  color: #000000;
  text-decoration: none;
  font-variation-settings: "wght" 600;
}

.ics-calendar-month-grid .day,
.ics-calendar-month-grid .today .day {
  background: #7E52CE;
  font-weight: inherit;
  padding: 0;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  color: #ffffff;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.ics-calendar-month-grid .past .day {
  background: #B1ACBA;
}

.ics-calendar-month-grid ul.events {
  padding-top: 50px;
  background-color: #F0F0F0;
}

.ics-calendar-month-grid ul.events li {
  border-bottom: none;
  list-style: none !important;
  margin: 0;
  padding: 0 10px 10px;
}
.ics-calendar-month-grid ul.events li .sublabel {
  display: none;
}

.ics-calendar-title {
  display: none;
}

.ics-calendar-arrow-nav {
  position: absolute;
  display: float;
  width: 250px;
  z-index: 100;
  height: 30px;
  font-size: 1.5rem;
}

.ics-calendar-label {
  display: flex;
  width: 250px;
  justify-content: center;
}

.ics-calendar-arrow-nav > .prev {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  margin: 0;
}
.ics-calendar-arrow-nav > .prev .prev-text, .ics-calendar-arrow-nav > .prev .prev-icon {
  display: none;
}
.ics-calendar-arrow-nav > .prev:after {
  content: "\f341";
  font-family: dashicons;
}

.ics-calendar-arrow-nav > .next {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  margin: 0;
}
.ics-calendar-arrow-nav > .next .next-text, .ics-calendar-arrow-nav > .next .next-icon {
  display: none;
}
.ics-calendar-arrow-nav > .next:after {
  content: "\f345";
  font-family: dashicons;
}

#custom-calendar.list-view .empty, #custom-calendar.list-view .off, #custom-calendar.list-view thead {
  display: none;
}
#custom-calendar.list-view td {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
#custom-calendar.list-view .events {
  padding-left: 90px;
  padding-bottom: 30px;
}
#custom-calendar.list-view .event {
  display: flex;
  flex-direction: column;
}
#custom-calendar.list-view .event .title {
  order: 1;
}
#custom-calendar.list-view .event .time {
  order: 2;
}
#custom-calendar.list-view .ics-calendar-month-grid {
  border-spacing: 0px;
  border-collapse: separate;
}

#calendar-toggle {
  background: #C4C4C4;
  border-radius: 30px;
  padding: 7px;
  display: inline-block;
  position: relative;
  width: 350px;
  max-width: 100%;
}

#calendar-toggle-indicator {
  background-color: #DBDBDB;
  border-radius: 30px;
  height: 100%;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 300ms;
}

#list-view-toggle,
#calendar-view-toggle {
  width: 50%;
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  min-height: 50px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

@media (max-width: 50rem) {
  #custom-calendar .empty, #custom-calendar .off, #custom-calendar thead {
    display: none;
  }
  #custom-calendar td {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }
  #custom-calendar .events {
    padding-left: 90px;
    padding-bottom: 30px;
  }
  #custom-calendar .event {
    display: flex;
    flex-direction: column;
  }
  #custom-calendar .event .title {
    order: 1;
  }
  #custom-calendar .event .time {
    order: 2;
  }
  #custom-calendar .ics-calendar-month-grid {
    border-spacing: 0px;
    border-collapse: separate;
  }
  body:not(#tinymce) .ics-calendar:not(.nomobile) .no_phone {
    display: inline-block !important;
  }
  body:not(#tinymce) .ics-calendar:not(.nomobile) .phone_only:not(.hidden) {
    display: none !important;
  }
}
/* Sign in sign out buttons */
.logged-in-only {
  display: none;
}

body.logged-in .logged-out-only {
  display: none;
}
body.logged-in .logged-in-only {
  display: inline-block;
}

body #site-navigation .button-2 a button {
  color: #ffffff !important;
}

body #site-navigation .button-2 a button:hover {
  color: #ffffff !important;
}

body .mobile-menu-buttons .button-2 a button {
  color: #ffffff !important;
}

body .mobile-menu-buttons .button-2 a button:hover {
  color: #ffffff !important;
}

.mobile-menu-buttons {
  margin-bottom: 30px;
}

/*  MW directory  */
body #SFctr .SFfnd {
  background-color: transparent;
}
body #SFctr.SF .SFfndtag {
  display: block;
  color: #808080;
  background: #fff;
  font-size: inherit;
  width: 370px;
  border: none;
  margin: 0;
  height: 50px;
  border: 1px solid #A0A0A0;
}
body #SFctr.SF .SFfndtag input[type=text] {
  padding: 1px 20px 0 70px;
  color: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
body #SFctr.SF .SFfndtag input[type=text]::placeholder {
  opacity: 1;
  color: #808080;
}
body #SFctr.SF .SFfndtag button {
  display: none;
}
body #SFctr.SF .SFfndtag:before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  height: 100%;
  width: 1em;
  font-size: 30px;
  color: #000000;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
body #SFctr button.SFfndopt {
  padding: 0 10px;
  background: transparent;
  border: 1px solid #A7A7A7;
  color: #000 !important;
  font-variation-settings: "wght" 400;
  font-size: 0.8rem;
}
body #SFctr .SFicoexp {
  display: inline-block;
  height: 11px;
  width: 15px;
  margin-bottom: -2px;
  background: transparent;
}
body #SFctr .SFicoexp:before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #B3B3B3;
  font-style: normal;
}
body #SFctr .SFicocot {
  display: inline-block;
  height: 11px;
  width: 15px;
  margin-bottom: -2px;
  background: transparent;
}
body #SFctr .SFicocot:before {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #B3B3B3;
  font-style: normal;
}
body #SFctr.SF input[type=text],
body #SFctr.SF input[type=text]:hover,
body #SFctr.SF select,
body #SFctr.SF select:hover {
  border: 1px solid #A0A0A0;
  background: transparent;
}
body .SFmin {
  margin-right: 10px !important;
}
body #SFylpqry {
  background-color: transparent !important;
  border: none !important;
}
body #SFylpfnd {
  display: flex;
  justify-content: space-evenly;
}
body #SFctr .SFcrd, body #SFctr .SFcrd:hover {
  display: block;
  position: relative;
  float: left;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  background-color: #F3F3F3;
  color: #000;
  text-decoration: none;
  border: 1px solid #7E52CE;
  boz-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body #SFctr .SFcrd:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body #SFctr .SFcrd .SFcrdlgo.SFcrdlgt {
  display: inline-block;
  float: left;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
  margin: 0;
  max-height: 1000px;
}
body .member-image {
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url("profile.png");
  background-size: cover;
  background-position: center;
}
body #SFctr .SFcrd .SFcrdtxt {
  padding: 30px;
  overflow: hidden;
}
body #SFctr .SFcrd .SFcrdnam {
  color: #000000;
  padding: 0;
  margin: 0 0 5px;
  font-size: 1.5rem;
  font-variation-settings: "wght" 700;
}
body #SFctr .SFcrd .SFcrdcnm {
  margin-top: 10px;
}
body #SFctr .SFicorec_r {
  display: none;
}
body #SFylpcrd {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 50rem) {
  body #SFctr .SFfnd {
    background-color: transparent;
    padding: 0;
  }
  body #SFctr.SF .SFfndtag {
    display: block;
    color: #808080;
    background: #fff;
    font-size: inherit;
    width: 100%;
    border: none;
    margin: 0;
    margin-bottom: 20px;
    height: 50px;
    border: 1px solid #A0A0A0;
  }
  body #SFctr.SF .SFfndtag input[type=text] {
    padding: 1px 20px 0 70px;
    color: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
  }
  body #SFctr.SF .SFfndtag input[type=text]::placeholder {
    opacity: 1;
    color: #808080;
  }
  body #SFctr.SF .SFfndtag button {
    display: none;
  }
  body #SFctr.SF .SFfndtag:before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    height: 100%;
    width: 1em;
    font-size: 30px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  body #SFylpfnd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #SFylpfnd > div {
    display: none;
  }
  body #SFctr button.SFfndopt {
    padding: 0 10px;
    background: transparent;
    border: 1px solid #A7A7A7;
    color: #000 !important;
    font-variation-settings: "wght" 400;
    width: calc(50% - 20px);
    margin: 0;
    min-height: 50px;
  }
}
/* Membership Works profile edit*/
body #SFctr a.SFbtn.SFbig, body #SFctr button.SFbig {
  font-size: 1.125rem;
  padding: 8px 20px;
  margin-right: 10px;
}
body #SFctr div.SFbox {
  position: relative;
  background-color: #fff;
  border: none;
  width: auto;
  max-width: 100%;
  padding: 15px 0;
  margin-bottom: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body #SFctr .SF1 #SFusrpne table.SFfrm div.SFpy0,
body #SFctr .SF1 #SFusrpne table.SFfrm input[type=file],
body #SFctr .SF1 #SFusrpne table.SFfrm input[type=password],
body #SFctr .SF1 #SFusrpne table.SFfrm input[type=text],
body #SFctr .SF1 #SFusrpne table.SFfrm select,
body #SFctr #SFusrpne table.SFfrm.SFblc input[type=file],
body #SFctr #SFusrpne table.SFfrm.SFblc input[type=password],
body #SFctr #SFusrpne table.SFfrm.SFblc input[type=text],
body #SFctr #SFusrpne table.SFfrm.SFblc select {
  max-width: 100%;
  padding: 10px 20px;
}
body #SFctr.SF #SFusrpne input[type=text],
body #SFctr.SF #SFusrpne input[type=text]:hover,
body #SFctr.SF #SFusrpne select,
body #SFctr.SF #SFusrpne select:hover {
  border: 1px solid #7E52CE;
  background: transparent;
  width: 100%;
}
body #SFusrpne input[aria-label="Full Address line 1"] {
  margin-bottom: 10px;
}
body #SFusrpne {
  color: #000000;
  font-size: 1.125rem;
}

/* Search */
.modal-search {
  display: flex;
}
.modal-search form, .modal-search label {
  display: flex;
}
.modal-search input[type=search] {
  font-family: inherit;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-size: 1.125rem;
  line-height: 1.2em;
  padding: 10px;
  margin-right: 10px;
  border-radius: 10px;
}

body .featherlight .featherlight-content {
  background: transparent;
}

/* Program Custom Post Type */
section.program-nav-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 60px 0;
}
section.program-nav-buttons > a {
  flex-basis: calc(25% - 20px);
  margin-bottom: 20px;
  margin-right: 20px;
}
section.program-nav-buttons > a:nth-child(4n) {
  margin-right: 0;
}
section.program-nav-buttons > a:last-child {
  margin-right: 0;
}
section.program-nav-buttons > a > button {
  width: 100%;
  height: 100%;
  padding: 15px;
}

article.program div.program-sections > section {
  margin-bottom: 70px;
  padding: 0 60px;
}
article.program div.program-sections > section h3 {
  margin: 0 -60px 40px;
}

article.program .key-dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article.program .key-dates > div {
  flex-basis: calc(50% - 30px);
  margin-bottom: 1em;
}
article.program .key-dates .key-dates-date {
  text-align: right;
  font-variation-settings: "wght" 600;
}
.faq-accordion .faq-node {
  border: 2px solid #003E4D;
  margin-bottom: 20px;
  position: relative;
}
.faq-accordion .faq-node .accordion-control {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #DE544D;
  font-size: 30px;
  height: auto;
  width: auto;
  transform: rotate(90deg);
  transition: 300ms;
}
.faq-accordion .faq-node .faq-question {
  cursor: pointer;
  padding: 20px 45px;
}
.faq-accordion .faq-node .faq-answer {
  margin-top: 30px;
  display: none;
  padding: 0px 45px 20px;
}
.faq-accordion .open .accordion-control {
  transform: rotate(270deg);
}

/* Header Line */
.h-line {
  position: relative;
  z-index: 1;
  text-shadow: 3px 0px 0px #ffffff, 6px 0px 0px #ffffff, 9px 0px 0px #ffffff, 12px 0px 0px #ffffff, 14px 0px 0px #ffffff, 16px 0px 0px #ffffff, -3px 0px 0px #ffffff, -6px 0px 0px #ffffff;
}
.h-line::before {
  content: " ";
  background-color: #DE544D;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  z-index: -1;
}

/* File Select */
div.file-select {
  display: inline-block;
}
div.file-select span.file-select-label {
  border: 1px solid #7E52CE;
  background-color: #F0F0F0;
  display: inline-block;
  padding: 15px 30px;
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
div.file-select span.file-select-label .indicator {
  height: 20px;
  width: 20px;
  display: inline-block;
  background-image: url(down-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  transition: 300ms;
  vertical-align: middle;
  margin-left: 10px;
}
div.file-select ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  z-index: 1000;
}
div.file-select ul li a {
  border: 1px solid #7E52CE;
  background-color: #F0F0F0;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  width: 100%;
  width: 250px;
  max-width: 100%;
}
div.file-select ul li a:hover {
  background-color: #dddddd;
}

div.file-select.open span.file-select-label .indicator {
  transform: rotate(180deg);
}
.programs-events-list-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.programs-events-list-wrapper .programs-events-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.programs-events-list-wrapper .programs-events-list h1 {
  margin-bottom: 30px;
  text-align: center;
}
.programs-events-list-wrapper .programs-events-list a {
  text-decoration: none !important;
}
.programs-events-list-wrapper .programs-events-list .registration-deadline {
  color: #333333;
  margin-bottom: 30px;
  font-size: 1rem;
}
.programs-events-list-wrapper .programs-events-list .learn-more-register {
  width: 100%;
}
.programs-events-list-wrapper .programs-events-list ul.program-events-tag {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  text-align: center;
}
.programs-events-list-wrapper .programs-events-list ul.program-events-tag li {
  display: inline-block;
}
.programs-events-list-wrapper .programs-events-list ul.program-events-tag a {
  font-size: 1rem;
  color: #313131;
  background-color: #dddddd;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  min-height: unset;
  width: unset;
  margin-bottom: 10px;
  margin-right: 10px;
}
.programs-events-list-wrapper .programs-events-list ul.program-events-tag a.best-for-early-career {
  background-color: #F97E96;
}
.programs-events-list-wrapper .programs-events-list ul.program-events-tag a.best-for-experienced {
  background-color: #AEACFF;
}
.programs-events-list-wrapper .programs-events-list ul.program-events-tag a.best-for-emerging {
  background-color: #FE66D3;
}
.programs-events-list-wrapper:after {
  display: none !important;
}
.programs-events-list-wrapper .programs-events-list-sec2 {
  text-align: center;
}

@media (min-width: 50rem) {
  .programs-events-list-wrapper {
    justify-content: space-between;
  }
  .programs-events-list-wrapper .programs-events-list {
    flex-direction: row;
    justify-content: space-between;
  }
  .programs-events-list-wrapper .programs-events-list h1 {
    text-align: left;
  }
  .programs-events-list-wrapper .programs-events-list ul.program-events-tag {
    text-align: left;
  }
  .programs-events-list-wrapper .learn-more-register button {
    width: 100%;
  }
  .programs-events-list-wrapper .programs-events-list-sec1 {
    width: 65%;
    text-align: left;
  }
  .programs-events-list-wrapper .programs-events-list-sec2 {
    width: 25%;
    text-align: left;
  }
}
.top-button {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10000;
}
.top-button a {
  display: flex;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #71CCDE;
  color: #ffffff !important;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.top-button a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.top-button a span {
  transform: rotate(-90deg);
  font-size: 40px;
  line-height: 40px;
  height: auto;
  width: auto;
  margin-top: -8px;
}

.card {
  background: #B1DEE5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 10px;
  padding: 30px;
}

#primary .sow-tabs .sow-tabs-tab-container {
  background-color: transparent;
}

#primary .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
  border-radius: 10px 10px 0 0;
  background: #003743;
  font-size: 1.25rem;
  padding: 15px 90px 15px 90px;
  margin: 0px 17px 0px 0px;
}

#primary .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover {
  color: #ffffff;
}

#primary .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected {
  background: #F6F6F6;
  color: #000000;
}

#primary .sow-tabs .sow-tabs-panel-container {
  background: #F6F6F6;
}

#primary .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
  padding: 90px 65px 75px 65px;
}

#primary .sow-tabs .sow-tabs-tab-container {
  padding: 12px 0px 0px 0px;
}

/* Drop Down Nav */
.drop-down-nav {
  margin: 0 auto;
  width: 300px;
}

.drop-down-nav > div {
  background: rgba(207, 31, 84, 0.7);
  border-radius: 10px;
  width: 300px;
  min-height: 60px;
  position: absolute;
}
.drop-down-nav > div::after {
  content: "\f522";
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  font-size: 30px;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in;
  transform: rotate(90deg);
  transition: 300ms;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.drop-down-nav > div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.drop-down-nav > div ul li {
  text-align: center;
  padding: 10px;
  display: none;
}
.drop-down-nav > div ul li.current-menu-item {
  display: block;
}
.drop-down-nav > div a {
  color: #ffffff;
  text-decoration: none;
  font-size: 2rem;
  font-variation-settings: "wght" 600;
}

.drop-down-nav.open > div::after {
  transform: rotate(270deg);
}

/* siteorigin post loop */
.widget_siteorigin-panels-postloop {
  justify-content: space-between;
  align-items: stretch;
}
.widget_siteorigin-panels-postloop::before {
  display: none !important;
}

.widget_siteorigin-panels-postloop > article {
  flex-basis: 100%;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
  padding-bottom: 60px;
}
.widget_siteorigin-panels-postloop > article a.blog-img-wrap {
  aspect-ratio: 16/9;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  background: linear-gradient(90deg, #FDAFAA 0%, #D1EEF0 100%);
}
.widget_siteorigin-panels-postloop > article a.blog-button-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.widget_siteorigin-panels-postloop > article img {
  max-width: 100%;
  height: 100%;
  aspect-ratio: auto;
}
.widget_siteorigin-panels-postloop > article h2 {
  margin-bottom: 20px;
  font-variation-settings: "wght" 400;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
}
.widget_siteorigin-panels-postloop > article a {
  text-decoration: none;
}

/* BuddyPress */
/* should move this to a buddypress file */
.bp-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bp-list::before {
  display: none;
}
.bp-list li {
  display: flex;
  flex-direction: column;
  width: calc(33% - 15px);
  background: #B1DEE5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 10px !important;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}
.bp-list li div.list-wrap {
  display: flex;
  flex-direction: column;
}
.bp-list li div.list-wrap .item-avatar {
  margin: 0;
}
.bp-list li div.list-wrap .item-avatar img {
  width: 100%;
  margin-bottom: 10px;
}
.bp-list li div.list-wrap .item-block {
  margin: 0;
  width: 100%;
}
.bp-list li div.list-wrap .item-block h2 {
  width: 100%;
  text-align: center;
}

body .rcp_level_description {
  font-size: 1rem;
  border: none;
  padding: 0;
}
body li.rcp_subscription_level {
  display: flex;
}
body li.rcp_subscription_level .rcp_subscription_level_name {
  font-variation-settings: "wght" 500;
}
body .rcp_subscription_message, body .membership-amount {
  font-variation-settings: "wght" 500;
  margin-top: 1em !important;
}
body .membership-level-price > div {
  margin: 0;
}
body .rcp_user_fieldset {
  font-variation-settings: "wght" 500;
}
body #rcp_submit_wrap {
  margin-top: 1rem;
}

#loginform {
  padding-top: 60px;
}
#loginform .login-username input,
#loginform .login-password input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #B3B3B3;
  padding: 10px;
  margin-top: 10px;
}
#loginform .login-submit {
  text-align: center;
}
#loginform .login-submit input {
  min-width: 200px;
}

.login-lost-password {
  text-align: center;
  margin-top: 40px;
}
.login-lost-password a {
  text-decoration: none;
  font-style: italic;
}

.login-create-account-link a {
  color: #BF0022;
}

#lostpasswordform #user_login {
  width: 100%;
  border: none;
  border-bottom: 1px solid #B3B3B3;
  padding: 10px;
  margin-top: 10px;
}

#lostpasswordform .submit {
  text-align: center;
}

.woocommerce-breadcrumb {
  display: none;
}

.product {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
}
.product .summary {
  order: 1;
  width: calc(66.6% - 15px);
}
.product .woocommerce-product-gallery {
  order: 2;
  width: calc(33.3% - 15px);
}
.product .woocommerce-product-gallery img {
  width: 100%;
}
.product .wc-tabs-wrapper {
  order: 3;
}
.product .wc-tabs-wrapper ul.tabs {
  display: none;
}
.product .product_meta {
  display: none;
}
.product .single_add_to_cart_button {
  margin-top: 30px;
}
.product #tab-description h2 {
  font-size: 1.125rem;
  font-variation-settings: "wght" 500;
}

body.profile #page #primary header.entry-header {
  display: none;
}
body.profile #page #primary #header-cover-image {
  display: none;
}
body.profile #page #primary #item-header-avatar {
  margin-top: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
body.profile #page #primary #item-header-avatar img {
  margin: 0;
}
body.profile #page #primary #item-header-avatar i.fa-regular {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
body.profile #page #primary #item-header-content {
  display: inline-block;
}
body.profile #page #primary #item-header-content p {
  margin-bottom: 1rem;
}
body.profile #page #primary .item-meta {
  display: none;
}
body.profile #page #primary #object-nav, body.profile #page #primary #subnav {
  display: none;
}

#buddypress div#item-header-cover-image h2 a, #buddypress div#item-header-cover-image h2 {
  color: #000000;
  text-rendering: optimizelegibility;
  text-shadow: none;
  margin: 0 0 0.6em;
  font-size: 2.25rem;
}

.member-navigation {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 60px;
}
.member-navigation a {
  width: calc(33.3% - 20px);
}

.profile-header-wrapper {
  display: flex;
  font-size: 1rem;
}
.profile-header-wrapper i.fa-brands {
  font-size: 1.875rem;
  margin-right: 10px;
}

.profile-sections {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.profile-sections .user-tags {
  width: 350px;
}
.profile-sections .user-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile-sections .user-tags ul li {
  background-color: #E8E8E8;
  border-radius: calc(1rem + 20px) !important;
  padding: 10px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 1rem;
}
.profile-sections .about-user {
  width: calc(100% - 390px);
}

.membership-widget {
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
}
.membership-widget .membership-alert {
  width: 70px;
}
.membership-widget .membership-alert i.fa-solid {
  font-size: 50px;
}
.membership-widget .membership-text {
  width: calc(100% - 70px);
}

/*-- Mobile Menus --*/
.mobile-menu-wrapper, .mobile-menu-wrapper-fade, .mobile-menu-wrapper-right, .mobile-menu-wrapper-left {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  padding: 0px;
  background: #003E4D;
  z-index: 9999;
}
.mobile-menu-wrapper .site-branding, .mobile-menu-wrapper-fade .site-branding, .mobile-menu-wrapper-right .site-branding, .mobile-menu-wrapper-left .site-branding {
  background: transparent;
  padding: 20px 0 20px;
}
.mobile-menu-wrapper .site-branding img, .mobile-menu-wrapper-fade .site-branding img, .mobile-menu-wrapper-right .site-branding img, .mobile-menu-wrapper-left .site-branding img {
  max-height: 103px;
  max-width: 285px;
}
.mobile-menu-wrapper ul, .mobile-menu-wrapper-fade ul, .mobile-menu-wrapper-right ul, .mobile-menu-wrapper-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu-wrapper ul li, .mobile-menu-wrapper-fade ul li, .mobile-menu-wrapper-right ul li, .mobile-menu-wrapper-left ul li {
  margin-bottom: 10px;
}
.mobile-menu-wrapper ul li a, .mobile-menu-wrapper-fade ul li a, .mobile-menu-wrapper-right ul li a, .mobile-menu-wrapper-left ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.mobile-menu-wrapper ul#mobile-menu > li, .mobile-menu-wrapper-fade ul#mobile-menu > li, .mobile-menu-wrapper-right ul#mobile-menu > li, .mobile-menu-wrapper-left ul#mobile-menu > li {
  width: 100%;
}
.mobile-menu-wrapper ul#mobile-menu > li.menu-item-has-children, .mobile-menu-wrapper-fade ul#mobile-menu > li.menu-item-has-children, .mobile-menu-wrapper-right ul#mobile-menu > li.menu-item-has-children, .mobile-menu-wrapper-left ul#mobile-menu > li.menu-item-has-children {
  margin-bottom: 0;
  position: relative;
}
.mobile-menu-wrapper ul#mobile-menu > li.menu-item-has-children:before, .mobile-menu-wrapper-fade ul#mobile-menu > li.menu-item-has-children:before, .mobile-menu-wrapper-right ul#mobile-menu > li.menu-item-has-children:before, .mobile-menu-wrapper-left ul#mobile-menu > li.menu-item-has-children:before {
  display: inline-block;
  height: 1em;
  width: 1em;
  content: " ";
  background-image: url(down.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10%;
  top: 0.5em;
  transition: 300ms;
  cursor: pointer;
}
.mobile-menu-wrapper ul#mobile-menu > li.menu-item-has-children li:last-child, .mobile-menu-wrapper-fade ul#mobile-menu > li.menu-item-has-children li:last-child, .mobile-menu-wrapper-right ul#mobile-menu > li.menu-item-has-children li:last-child, .mobile-menu-wrapper-left ul#mobile-menu > li.menu-item-has-children li:last-child {
  margin-bottom: 0;
}
.mobile-menu-wrapper ul#mobile-menu > li.menu-item-has-children > a, .mobile-menu-wrapper-fade ul#mobile-menu > li.menu-item-has-children > a, .mobile-menu-wrapper-right ul#mobile-menu > li.menu-item-has-children > a, .mobile-menu-wrapper-left ul#mobile-menu > li.menu-item-has-children > a {
  margin-bottom: 10px;
}
.mobile-menu-wrapper ul#mobile-menu > li a, .mobile-menu-wrapper-fade ul#mobile-menu > li a, .mobile-menu-wrapper-right ul#mobile-menu > li a, .mobile-menu-wrapper-left ul#mobile-menu > li a {
  width: 60%;
  display: inline-block;
}
.mobile-menu-wrapper ul#mobile-menu > li > ul.sub-menu, .mobile-menu-wrapper-fade ul#mobile-menu > li > ul.sub-menu, .mobile-menu-wrapper-right ul#mobile-menu > li > ul.sub-menu, .mobile-menu-wrapper-left ul#mobile-menu > li > ul.sub-menu {
  padding: 10px 0;
  background-color: transparent;
  display: none;
  margin-bottom: 10px;
}
.mobile-menu-wrapper ul#mobile-menu > li > ul.sub-menu > li, .mobile-menu-wrapper-fade ul#mobile-menu > li > ul.sub-menu > li, .mobile-menu-wrapper-right ul#mobile-menu > li > ul.sub-menu > li, .mobile-menu-wrapper-left ul#mobile-menu > li > ul.sub-menu > li {
  width: 100%;
}
.mobile-menu-wrapper ul#mobile-menu > li > ul.sub-menu > li a, .mobile-menu-wrapper-fade ul#mobile-menu > li > ul.sub-menu > li a, .mobile-menu-wrapper-right ul#mobile-menu > li > ul.sub-menu > li a, .mobile-menu-wrapper-left ul#mobile-menu > li > ul.sub-menu > li a {
  font-size: 1.25rem !important;
}
.mobile-menu-wrapper ul#mobile-menu > li.open:before, .mobile-menu-wrapper-fade ul#mobile-menu > li.open:before, .mobile-menu-wrapper-right ul#mobile-menu > li.open:before, .mobile-menu-wrapper-left ul#mobile-menu > li.open:before {
  transform: rotate(180deg);
}
.mobile-menu-wrapper ul#mobile-social-menu li a, .mobile-menu-wrapper-fade ul#mobile-social-menu li a, .mobile-menu-wrapper-right ul#mobile-social-menu li a, .mobile-menu-wrapper-left ul#mobile-social-menu li a {
  font-size: 2rem;
}

.mobile-menu-wrapper-left {
  transition: 0.3s !important;
  left: -100%;
}

.mobile-menu-wrapper-right {
  transition: 0.3s !important;
  right: -100%;
}

.mobile-menu-wrapper-fade {
  left: 0px;
  display: none;
}

ul#mobile-menu {
  margin-bottom: 30px;
  margin-top: 30px;
  text-transform: none;
}

ul#mobile-social-menu li {
  display: inline-block;
  margin: 0 2px;
}
ul#mobile-social-menu li:first-child {
  margin-left: 0;
}
ul#mobile-social-menu li:last-child {
  margin-right: 0;
}
ul#mobile-social-menu li a {
  color: #ffffff;
}

body.mobile-menu-active nav.mobile-menu-wrapper-left {
  left: 0;
}

body.mobile-menu-active nav.mobile-menu-wrapper-right {
  right: 0;
}

.main-navigation {
  display: none;
}

.site-main {
  padding-top: 0px;
}

body {
  position: relative;
}

.site-main > .entry-header,
.site-main > article.page > .entry-header,
.site-main > article.project > .entry-header,
.site-main > article.program_events > .entry-header,
.standard-header {
  background-size: cover;
  background-position: center;
  padding: 150px 0 0;
  min-height: 428px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.site-main > .entry-header h1,
.site-main > article.page > .entry-header h1,
.site-main > article.project > .entry-header h1,
.site-main > article.program_events > .entry-header h1,
.standard-header h1 {
  font-size: 2.25rem;
  font-variation-settings: "wght" 500;
  position: relative;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.site-main > .entry-header:before,
.site-main > article.page > .entry-header:before,
.site-main > article.project > .entry-header:before,
.site-main > article.program_events > .entry-header:before,
.standard-header:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.entry-content {
  margin-top: 94px;
}

.sow-slider-base h1 {
  font-size: 1.5rem;
}

.site-header {
  width: 100%;
  min-height: 0px;
  background: #003E4D;
  /*	position: v.$p__mobile-site-header-position;
  	z-index:1;*/
}

.site-header .site-branding {
  padding: 20px 0 20px;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 999;
  background: #003E4D;
}
.site-header .site-branding img.custom-logo {
  max-height: 51px;
  max-width: 146px;
  width: auto;
}

.mobile-menu-button {
  width: 100%;
  text-align: right;
  position: fixed;
  z-index: 99999999;
  top: 20px;
  left: 0px;
}
.mobile-menu-button button, .mobile-menu-button button:hover {
  box-shadow: none;
  background: transparent;
}
.mobile-menu-button .hamburger-inner, .mobile-menu-button .hamburger-inner::before, .mobile-menu-button .hamburger-inner::after {
  background-color: #ffffff;
}
.mobile-menu-button .hamburger.is-active .hamburger-inner, .mobile-menu-button .hamburger.is-active .hamburger-inner::before, .mobile-menu-button .hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.entry-content,
.search-results .site-main {
  padding: 30px 30px 0;
  font-size: 0.875rem;
}

.type-post .entry-header {
  display: block;
  min-height: 0;
  padding: 0 30px 30px 0;
  width: 100%;
  max-width: unset;
  align-self: center;
}
.type-post .entry-header h1 {
  color: #000000;
  text-transform: none;
  padding: 0;
  font-variation-settings: "wght" 500;
  line-height: 1.1em;
}
.type-post .entry-header div.post-thumbnail {
  width: 100%;
}
.type-post .entry-header div.post-thumbnail img {
  width: 100%;
  /*aspect-ratio: v.$p__mobile-post-featured-image-ratio;*/
  object-fit: contain;
  max-height: 550px;
}
.type-post .entry-header .post-category {
  font-variation-settings: "wght" 700;
}
.type-post .entry-header .post-date {
  font-variation-settings: "wght" 300;
}
.type-post .author-info {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.type-post .author-info .author-image {
  width: 250px;
  margin-right: 15px;
}
.type-post .author-info .author-name {
  font-variation-settings: "wght" 700;
  margin-bottom: 0.25rem;
  display: inline-block;
}
.type-post .author-info .author-bio {
  font-variation-settings: "wght" 300;
}
.type-post .entry-content {
  max-width: 100%;
}

body.blog .site-main,
body.archive .site-main,
.other-post-style-3 {
  display: flex;
  flex-wrap: wrap;
}
body.blog .site-main .blog-wrapper,
body.archive .site-main .blog-wrapper,
.other-post-style-3 .blog-wrapper {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.blog .site-main .blog-controls,
body.archive .site-main .blog-controls,
.other-post-style-3 .blog-controls {
  width: 100%;
  text-align: right;
  margin: 0 30px 30px;
}
body.blog .site-main .blog-controls select,
body.archive .site-main .blog-controls select,
.other-post-style-3 .blog-controls select {
  background-color: transparent;
}
body.blog .site-main article,
body.archive .site-main article,
.other-post-style-3 article {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #7E52CE;
  background-color: #F0F0F0;
  margin-left: 30px;
  margin-right: 30px;
}
body.blog .site-main article .entry-header,
body.archive .site-main article .entry-header,
.other-post-style-3 article .entry-header {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
body.blog .site-main article .entry-header h2.entry-title,
body.archive .site-main article .entry-header h2.entry-title,
.other-post-style-3 article .entry-header h2.entry-title {
  font-size: 1.25rem;
  text-align: left;
  text-transform: none;
  padding: 0 30px;
}
body.blog .site-main article .entry-header h2.entry-title a,
body.archive .site-main article .entry-header h2.entry-title a,
.other-post-style-3 article .entry-header h2.entry-title a {
  color: #000000;
  text-decoration: none;
}
body.blog .site-main article .entry-header h2.entry-title:after,
body.archive .site-main article .entry-header h2.entry-title:after,
.other-post-style-3 article .entry-header h2.entry-title:after {
  content: " ";
  border-bottom: 2px solid #000000;
  display: block;
  width: 70px;
  height: 15px;
}
body.blog .site-main article .entry-header a.post-thumbnail,
body.archive .site-main article .entry-header a.post-thumbnail,
.other-post-style-3 article .entry-header a.post-thumbnail {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
body.blog .site-main article .entry-header a.post-thumbnail img,
body.archive .site-main article .entry-header a.post-thumbnail img,
.other-post-style-3 article .entry-header a.post-thumbnail img {
  width: 100%;
  aspect-ratio: 1.778;
  object-fit: contain;
  background-color: #000;
}
body.blog .site-main article .entry-content,
body.archive .site-main article .entry-content,
.other-post-style-3 article .entry-content {
  max-width: 100%;
  text-align: left;
  padding: 0 30px;
}
body.blog .site-main article .entry-content p,
body.archive .site-main article .entry-content p,
.other-post-style-3 article .entry-content p {
  font-variation-settings: "wght" 200;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
body.blog .site-main article .read-more,
body.archive .site-main article .read-more,
.other-post-style-3 article .read-more {
  text-align: left;
}
body.blog .site-main .posts-navigation,
body.archive .site-main .posts-navigation,
.other-post-style-3 .posts-navigation {
  width: 100%;
  text-align: center;
}
body.blog .site-main.blog-layout-2 article,
body.archive .site-main.blog-layout-2 article,
.other-post-style-3.blog-layout-2 article {
  background-color: #F0F0F0;
}

.featured-news {
  border-bottom: 2px solid #67C8B5;
  margin-bottom: 30px;
}

.site-footer {
  background: #003E4D;
  color: #ffffff;
  text-align: center;
  padding: 70px 55px 25px;
  margin-top: 0;
}
.site-footer #menu-footer-menu > li {
  margin-bottom: 1em;
  font-weight: 600;
}
.site-footer #menu-footer-menu > li li {
  font-weight: 400;
}
.site-footer a {
  text-decoration: none;
  color: #ffffff;
}
.site-footer h2 {
  text-transform: none;
  font-size: 1.5rem;
  color: #ffffff;
}
.site-footer ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.site-footer #mobile-social-menu {
  font-size: 2rem;
  margin-bottom: 0;
}
.site-footer #mobile-social-menu a {
  color: #ffffff;
}
.site-footer button {
  border: none;
  background: #7E52CE;
  color: #ffffff;
  border-radius: 2px;
  padding: 10px 35px;
  margin-bottom: 1.5em;
}
.site-footer input {
  background: #E3E3E3;
  border: none;
  margin-bottom: 0.5em;
  padding: 5px 12px;
  color: #7B7B7B;
  width: 265px;
  max-width: 100%;
  border-radius: 10px;
}
.site-footer input::placeholder {
  color: #7B7B7B;
  opacity: 1;
}
.site-footer .widget_nav_menu .menu-mobile-menu-social-container {
  text-align: inherit;
}
.site-footer .widget_nav_menu .menu-mobile-menu-social-container ul li {
  margin: 0 8px 0 0;
}
.site-footer .widget_nav_menu .menu-mobile-menu-social-container ul li:last-child {
  margin: 0;
}
.site-footer .site-info {
  padding: 0;
}
.site-footer .site-info li {
  margin-bottom: 0.8em;
}

.full-hr {
  width: 100vw;
  height: 0;
  border-bottom: 1px solid #646464;
  margin: 0px;
}

.search-results article {
  background-color: #F8F8F8;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.search-results article h2 {
  font-size: 1.5rem;
  font-variation-settings: "wght" 600;
}
.search-results article a {
  text-decoration: none;
}
.search-results article .search-content {
  font-size: 1.125rem;
}

body.directory #page #primary .entry-header {
  display: none;
}

.buddypress-wrap .bp-navs li.selected a,
.buddypress-wrap .bp-navs li.selected a:hover,
.buddypress-wrap .bp-navs li.selected a:focus {
  background-color: #003743;
  outline: none;
}

.bp-navs ul li .count {
  height: 3em;
  width: 3em;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.buddypress-wrap .bp-navs li a {
  display: flex;
  align-items: center;
}

.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) {
  border-bottom: none;
  border-top: none;
  box-shadow: none;
}

.buddypress-wrap form.bp-dir-search-form,
.buddypress-wrap form.bp-dir-search-form:hover {
  display: flex;
  border: none;
  box-shadow: none;
}

body #buddypress input[type=search] {
  border-radius: 10px;
}

body .buddypress-wrap form.bp-dir-search-form button[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-left: 10px;
}
body .buddypress-wrap form.bp-dir-search-form button[type=submit] span.dashicons {
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}

#members-order-select option[value=active] {
  display: none;
}

.buddypress-wrap .subnav-filters {
  display: flex;
  justify-content: space-between;
}
.buddypress-wrap .subnav-filters:before, .buddypress-wrap .subnav-filters:after {
  display: none;
}

#dir-filters,
#members-order-select,
.buddypress-wrap .select-wrap {
  display: flex;
}

.buddypress-wrap .select-wrap,
.buddypress-wrap .select-wrap:hover,
.buddypress-wrap .select-wrap:focus {
  border-radius: 10px !important;
  border: #7CD0CB 1px solid;
}

.buddypress-wrap .select-wrap span.select-arrow {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.bp-list {
  border-top: none;
}
.bp-list:after {
  display: none;
}

.select2-container {
  width: 100% !important;
}

/* rebrand shapes */
.shape-red {
  background-image: url(shape-red.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 50rem) {
  #page {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    max-width: 1920px;
    margin: 0 auto;
    background-color: #ffffff;
  }
  body {
    background-color: #eeeeee;
  }
  /*header*/
  header.site-header {
    background-color: #003E4D;
    padding: 35px 100px 25px;
    position: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header.site-header .site-branding {
    position: unset;
    padding: 0;
    text-align: left;
    flex-basis: content;
  }
  header.site-header .mobile-menu-button {
    display: none;
  }
  header.site-header .main-navigation {
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 1rem;
  }
  header.site-header .main-navigation ul.nav-menu li {
    margin-right: 60px;
  }
  header.site-header .main-navigation ul.nav-menu li li {
    margin: 0;
    width: 100%;
  }
  header.site-header .main-navigation ul.nav-menu li:last-child {
    margin-right: 0;
  }
  header.site-header .main-navigation a {
    color: #ffffff;
    font-variation-settings: "wght" 600;
    text-transform: uppercase;
    font-size: 1.25rem;
  }
  header.site-header .main-navigation li.current-menu-item:not(.anchor-only) > a,
  header.site-header .main-navigation a:hover {
    color: #DE544D;
    font-variation-settings: "wght" 600;
  }
  header.site-header .main-navigation ul.nav-menu > li > a:hover:before {
    border-bottom: 3px solid #DE544D;
    content: " ";
    width: 100%;
    display: block;
    position: absolute;
    bottom: 6px;
    transform: rotate(3deg);
  }
  header.site-header .main-navigation li.current-menu-parent > a {
    color: #DE544D;
  }
  header.site-header .main-navigation li.current-menu-parent > a:before {
    border-bottom: 3px solid #DE544D;
    content: " ";
    width: 100%;
    display: block;
    position: absolute;
    bottom: 6px;
    transform: rotate(3deg);
  }
  .site-main > .entry-header,
  .site-main > article.page > .entry-header,
  .site-main > article.project > .entry-header,
  .site-main > article.program_events > .entry-header,
  .standard-header,
  .search-results .page-header {
    background-size: cover;
    background-position: center;
    padding: 0;
    min-height: 215px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    text-transform: none;
  }
  .site-main > .entry-header h1,
  .site-main > article.page > .entry-header h1,
  .site-main > article.project > .entry-header h1,
  .site-main > article.program_events > .entry-header h1,
  .standard-header h1,
  .search-results .page-header h1 {
    font-size: 2.25rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    color: inherit;
    margin-bottom: 0;
  }
  .site-main > article.program > .entry-header {
    min-height: 215px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-main > article.program > .entry-header h1 {
    font-size: 2.25rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    color: inherit;
    margin-bottom: 0;
  }
  .site-main > article.program > .entry-content {
    margin-top: 0;
  }
  .sow-slider-base h1 {
    font-size: 2.25rem;
  }
  .entry-content {
    font-size: 1.125rem;
    padding: 0 55px;
  }
  .entry-content, .entry-content.padding-small, .padding-small {
    width: 100%;
    max-width: 1304px;
    align-self: center;
  }
  .entry-content.padding-medium, .padding-medium, body.buddypress #page #primary .entry-content {
    width: 100%;
    max-width: 1000px;
    align-self: center;
  }
  .entry-content.padding-large, .padding-large {
    width: 100%;
    max-width: 950px;
    align-self: center;
  }
  .search-results .site-main {
    width: 100%;
    max-width: 1000px;
    align-self: center;
  }
  .product {
    font-size: 1.125rem;
    padding: 0 55px;
    width: 100%;
    max-width: 1304px;
    align-self: center;
  }
  .product .entry-content {
    padding: 0;
    max-width: 100%;
  }
  body.blog .site-main,
  body.archive .site-main,
  .other-post-style-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.blog .site-main .blog-controls,
  body.archive .site-main .blog-controls,
  .other-post-style-3 .blog-controls {
    margin: 0 0px 30px;
  }
  body.blog .site-main .blog-wrapper,
  body.archive .site-main .blog-wrapper,
  .other-post-style-3 .blog-wrapper {
    padding: 0 30px 0;
  }
  body.blog .site-main article,
  body.archive .site-main article,
  .other-post-style-3 article {
    width: calc(50% - 25px);
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  body.blog .site-main article .entry-header,
  body.archive .site-main article .entry-header,
  .other-post-style-3 article .entry-header {
    max-width: 100%;
    width: 100%;
  }
  body.blog .site-main article .entry-header h2.entry-title,
  body.archive .site-main article .entry-header h2.entry-title,
  .other-post-style-3 article .entry-header h2.entry-title {
    font-size: 1.5rem;
    text-transform: none;
    padding: 0 60px;
  }
  body.blog .site-main article .entry-header h2.entry-title a,
  body.archive .site-main article .entry-header h2.entry-title a,
  .other-post-style-3 article .entry-header h2.entry-title a {
    color: #000000;
    text-decoration: none;
  }
  body.blog .site-main article .entry-header a.post-thumbnail,
  body.archive .site-main article .entry-header a.post-thumbnail,
  .other-post-style-3 article .entry-header a.post-thumbnail {
    width: 100%;
  }
  body.blog .site-main article .entry-header a.post-thumbnail img,
  body.archive .site-main article .entry-header a.post-thumbnail img,
  .other-post-style-3 article .entry-header a.post-thumbnail img {
    width: 100%;
  }
  body.blog .site-main article .entry-content,
  body.archive .site-main article .entry-content,
  .other-post-style-3 article .entry-content {
    max-width: 100%;
    padding: 0 60px;
  }
  body.blog .site-main article .read-more,
  body.archive .site-main article .read-more,
  .other-post-style-3 article .read-more {
    text-align: left;
  }
  .featured-news {
    width: 100%;
  }
  .site-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    text-align: left;
    font-size: 1rem;
  }
  .site-footer .footer-1, .site-footer .footer-2, .site-footer .footer-3 {
    width: 30%;
  }
  .site-footer .site-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px;
  }
  .site-footer .site-info ul {
    margin-bottom: 0;
  }
  .site-footer .site-info ul.legal-footer {
    order: 2;
  }
  .site-footer .site-info ul.copyright-footer {
    order: 1;
  }
  .site-footer .site-info li {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 0;
  }
  .site-footer .site-info li:last-child {
    margin-right: 0;
  }
  .site-footer .legal-footer {
    text-align: right;
  }
  .site-footer .menu-mobile-menu-social-container {
    font-size: 1.5rem;
  }
  .site-header,
  .site-main,
  .site-footer {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
  .type-post .entry-header h1 {
    padding: 30px 0px 0px;
    font-size: 1.5rem;
  }
  .type-post .entry-header {
    padding: 0 55px;
    width: 1000px;
  }
  .type-post .entry-content {
    width: 1000px;
  }
  .search-btn {
    color: #fff;
    font-size: 1.8em;
    line-height: 2em;
    margin-left: 0.75em;
  }
  .widget_siteorigin-panels-postloop > article {
    flex-basis: calc(50% - 30px);
  }
}
#secondary {
  display: none;
}

body.page-template-alternate .main-navigation > a > img {
  max-width: 30px;
}
body.page-template-alternate .site-header .site-branding {
  background-color: #71CCDE;
}
body.page-template-alternate .mobile-menu-button {
  top: 25px;
}

@media (min-width: 50rem) {
  body.page-template-alternate header.site-header {
    background-color: #71CCDE;
  }
  body.page-template-alternate header.site-header .main-navigation a {
    color: #000000;
  }
  body.page-template-alternate header.site-header .main-navigation li.current-menu-item:not(.anchor-only) > a, body.page-template-alternate header.site-header .main-navigation a:hover {
    color: #000000;
  }
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/*--------------------------------------------------------------
# Hamburgers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# UI Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mobile UI
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Desktop UI
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alternate Layout
--------------------------------------------------------------*/

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