/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Muli:wght@300;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800;900&amp;display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", Open Sans, sans-serif;
  font-weight: 700;
  clear: both;
}

.not-home h1,
.not-home h2 {
  text-transform: uppercase;
  font-weight: 500;
}

p {
  margin-bottom: 1.5em;
}

h1 {
  font-size: 1.4em;
}

@media screen and (min-width: 800px) {
  h1 {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 2em;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #f09520;
  text-decoration: none;
}

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

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
  transition: background-color 0.2s ease-in-out;
}

/*--------------------------------------------------------------
## Other
--------------------------------------------------------------*/
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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

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

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

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* 
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
*/
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/
body {
  font-family: "Muli", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #252525;
}

.not-home h1 {
  margin: 0.25em 0;
}

h2 {
  font-size: 2em;
}

.site {
  background: #fff;
}

.standardWrapper {
  display: block;
  margin: 0;
  width: 100%;
  padding: 0 0.75em;
}

.splash {
  grid-area: splash;
  background: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  min-height: 70vh;
}

.splash-title {
  font-family: "Nunito", Open Sans, sans-serif;
  font-size: 3.75rem;
  color: #252525;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.site-content {
  padding: 0;
  padding-top: 105px;
  padding-bottom: 4em;
  overflow: hidden;
  min-height: 600px;
}

.home .site-content {
  padding-top: 0;
  padding-bottom: 0;
}

.greenButton {
  display: inline-block;
  max-width: 200px;
  padding: 0.5em 1em;
  color: white;
  background-color: #44B748;
  border-radius: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 40px auto;
  text-align: center;
  font-size: 1em;
  min-width: 180px;
}
.greenButton:hover {
  color: #fff;
  background-color: #369239;
}

.purpleButton {
  display: block;
  max-width: 200px;
  padding: 10px;
  color: white;
  background-color: rgb(97, 12, 136);
  border-radius: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 40px auto;
  text-align: center;
  font-size: 1em;
}
.purpleButton:hover {
  color: #fff;
  background-color: #400859;
}

.wpforms-field-container textarea {
  min-height: 200px !important;
  max-width: 720px;
}

@media screen and (min-width: 1200px) {
  .standardWrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header.site-header {
  background: rgba(19, 167, 223, 0.95);
  display: block;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #31a6df;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  min-height: 80px;
  z-index: 100;
}

.home header.site-header {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e8e8e8;
}

.site-branding {
  display: flex;
  flex-flow: row;
  padding: 1em 0;
  padding-bottom: 0em;
}
.site-branding .custom-logo {
  width: 168px;
}

h1.site-title,
p.site-title {
  margin: 0;
  font-size: 36px;
  line-height: 1.5px;
  display: block;
}
h1.site-title a,
p.site-title a {
  display: block;
}

.site-title .logo {
  width: 190px;
  height: 48px;
  fill: #FFF;
}

.home .site-title .logo {
  width: 190px;
  height: 48px;
  fill: #662D91;
}

@media screen and (min-width: 800px) {
  .site-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    min-height: 80px;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 1em;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  background: #662D91;
  height: 4px;
  width: 2.25em;
  border-radius: 2px;
  position: relative;
  transition: all ease-in-out 250ms;
}

.not-home .nav-toggle span,
.not-home .nav-toggle span::before,
.not-home .nav-toggle span::after {
  background: #fff;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
}

.nav-toggle span::before {
  bottom: 9px;
}

.nav-toggle span::after {
  top: 9px;
}

.open .hamburger {
  transform: rotate(45deg);
}
.open .hamburger::before {
  opacity: 0;
}
.open .hamburger::after {
  transform: translateY(-9px) rotate(-90deg);
}

#site-navigation {
  display: block;
  width: 100%;
  position: absolute;
  text-align: right;
  top: 100%;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  transform-origin: top;
  transition: height 200ms ease-in-out;
  clip-path: inset(0 0 100% 0);
  transition: all ease-in-out 250ms;
}
#site-navigation.site-nav--open {
  clip-path: inset(0 0 0 0);
}

#site-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-navigation a {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
  text-align: center;
  font-weight: unset;
  display: block;
  padding: 1em 0.25em;
  border-bottom: 1px solid #fff;
}

#site-navigation a:hover {
  color: #5D2783;
}

@media screen and (min-width: 800px) {
  .nav-toggle {
    display: none;
  }
  #site-navigation {
    position: relative;
    text-align: left;
    transition: none;
    transform: scale(1, 1);
    background: none;
    top: initial;
    left: initial;
    display: flex;
    align-items: center;
    width: initial;
    clip-path: none;
  }
  #site-navigation ul {
    display: flex;
    align-items: flex-end;
  }
  #site-navigation li {
    margin-left: 1.5em;
    margin-bottom: 0;
  }
  .not-home #site-navigation a {
    color: #fff;
  }
  .not-home #site-navigation a:hover {
    color: #fff;
  }
  #primary-menu a {
    opacity: 1;
    position: relative;
    border-bottom: none;
  }
  #site-navigation a::before {
    content: "";
    display: block;
    height: 3px;
    background: #5D2783;
    position: absolute;
    bottom: 0.25em;
    left: 0;
    right: 0;
    transform: scale(0, 1);
    transform-origin: left;
    transition: transform ease-in-out 150ms;
  }
  .not-home #site-navigation a::before {
    background: #fff;
  }
  #site-navigation a:hover::before {
    transform: scale(1, 1);
  }
}
/* old nav
.main-navigation {
	grid-area: nav;
	clear: both;
	display: block;
	float: right;
	width: 70%;
}
.main-navigation #primary-menu {
	float: right;
}

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

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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


@media screen and (min-width: 600px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background: #2B1F50;
  padding: 0.5em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  clear: both;
}

.site-info {
  text-align: center;
  color: #fff;
}

.site-info div {
  margin-bottom: 3em;
}

.footerLogoWrapper {
  max-width: 268px;
  margin-left: auto;
  margin-right: auto;
}

.footerLinks a {
  color: #fff;
  font-size: 1.1em;
  margin: 0 0.3em;
}
.footerLinks a:hover {
  color: #fff;
  text-decoration: underline;
}

.copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.9em;
}

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Home Page Content
--------------------------------------------------------------*/
.videoHeader {
  color: #fff;
  display: flex;
  align-items: center;
  height: 90vh;
  z-index: 1;
}

.videoContainer {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  background: url(../images/skyship-fallback.jpg);
  background-size: cover;
}

.videoContainer video {
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  position: absolute;
}

.headerOverlay {
  z-index: 99;
  position: relative;
  top: 20%;
  margin: 0 auto;
  max-width: 320px;
}

.home h2 {
  display: block;
  width: 100%;
  background: #00A1D8;
  padding: 1em 0;
  text-align: center;
  color: #fff;
  margin: 0;
}

.aboutPage {
  background-color: purple;
  background-size: cover;
}

.aboutPage .entry-content,
.theStudio .entry-content {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.aboutContent,
.theStudioContent,
.distributionContent,
.workWithUsContent {
  padding: 3em 0;
  font-size: 1.2em;
  line-height: 1.5em;
}

.aboutContent {
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.statsSection {
  padding: 10em 0;
  background-position: top center;
  background-size: cover;
}

.statsSection ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  grid-gap: 1.5em;
  font-family: "Nunito", Open Sans, sans-serif;
  color: #fff;
  padding: 0 0;
}

.statsSection ul li {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.5em;
  border-radius: 50%;
}
.statsSection ul li:before {
  display: table;
  padding-top: 100%;
  content: "";
}
.statsSection ul li div.statContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 33% 0.5em 0.5em 0.5em;
}
.statsSection ul li span.number {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 4.5vw;
  line-height: 8vw;
}
.statsSection ul li span.stat {
  display: block;
  width: 100%;
  font-weight: 200;
  font-size: 4vw;
  line-height: 6vw;
}
.statsSection ul li:nth-child(1) {
  background: rgba(165, 102, 172, 0.9);
}
.statsSection ul li:nth-child(2) {
  background: rgba(1, 192, 241, 0.9);
}
.statsSection ul li:nth-child(3) {
  background: rgba(43, 166, 156, 0.9);
}
.statsSection ul li:nth-child(4) {
  background: rgba(243, 164, 95, 0.9);
}

.theStudioContent {
  background: #F37620;
  overflow: hidden;
  color: #fff;
}

.theStudioReel {
  display: flex;
  padding: 10em 0;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-position: center center;
  background-size: cover;
}
.theStudioReel a {
  color: #fff;
  opacity: 0.9;
  font-size: 2.2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.theStudioReel a:hover {
  opacity: 1;
}

.play_button {
  width: 120px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  fill: #fff;
}

.distribution .entry-content {
  background-color: #794981 !important;
  box-shadow: inset 0 0 250px #4E2682;
  color: #fff;
  overflow: hidden;
}

.distributionContent p {
  margin: 0;
}

.distributionContent img {
  margin-top: -3em;
}

.workWithUsContent {
  background: #625AA7;
  color: #fff;
}

.alignright {
  float: none;
  clear: both;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alignleft {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

@media screen and (min-width: 600px) {
  .statsSection ul {
    padding: 0 5em;
  }
  .theStudioReel a {
    font-size: 3em;
  }
}
@media screen and (min-width: 800px) {
  .statsSection ul {
    grid-template-columns: repeat(4, 1fr);
    padding: 0 0;
  }
  .statsSection ul li span.number {
    font-size: 2.5vw;
    line-height: 4vw;
  }
  .statsSection ul li span.stat {
    font-size: 2vw;
    line-height: 3vw;
  }
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    max-width: unset;
  }
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  .statsSection ul li span.number {
    font-size: 2em;
    line-height: 2em;
  }
  .statsSection ul li span.stat {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .aboutContent,
  .theStudioContent,
  .distributionContent,
  .workWithUsContent {
    font-size: 1.4em;
    line-height: 1.6em;
  }
}
/*--------------------------------------------------------------
# Original Content Page Content
--------------------------------------------------------------*/
.allOrigContent {
  margin-bottom: 4em;
}
.allOrigContent ul {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 0.75em;
}
.allOrigContent ul li {
  display: block;
  width: 100%;
}
.allOrigContent img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.viewAll {
  color: #999;
  font-size: 0.8em;
}
.viewAll:hover {
  color: #000;
}

.origContentThumb {
  border-radius: 4px;
}

.otherOrigContent {
  background: #efefef;
  padding: 1em;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 3em;
}

.otherOrigContent .origConentCarousel {
  list-style: none;
  margin: 0;
  text-align: center;
}

.otherOrigContent .origConentCarousel a {
  display: inline-block;
  /* float: left; */
  max-width: 150px;
  margin: 4px;
}

.otherOrigContent a img {
  border-radius: 4px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  bottom: 0;
}

.owl-carousel .owl-nav .owl-prev {
  left: -8px;
}
.owl-carousel .owl-nav .owl-prev::before {
  content: "<";
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  transform: scale(1, 1.5);
  font-size: 24px;
  font-weight: 900;
  color: #999;
}
.owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:hover {
  outline: none;
  color: #666;
}

.owl-carousel .owl-nav .owl-next {
  right: -8px;
}
.owl-carousel .owl-nav .owl-next::before {
  content: ">";
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  transform: scale(1, 1.5);
  font-size: 24px;
  font-weight: 900;
  color: #999;
}
.owl-carousel .owl-nav .owl-next:focus, .owl-carousel .owl-nav .owl-next:hover {
  outline: none;
  color: #666;
}

.overview {
  color: #8956ae;
  text-align: center;
}

.downloads {
  margin: 3em 10vw 2.25em 10vw;
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  flex-direction: column;
}

a.downloadOneSheet,
a.watchEpisodes {
  display: flex;
  padding: 0.5em 1em;
  background: #31A6E0;
  color: #fff;
  margin: 0 0.5em;
  border-radius: 4px;
  margin-bottom: 0.75em;
  align-items: center;
  line-height: unset;
  justify-content: center;
}
a.downloadOneSheet:hover,
a.watchEpisodes:hover {
  background: #006ea5;
}

.fas {
  margin-right: 0.25em;
}

@media screen and (min-width: 800px) {
  .downloads {
    flex-direction: row;
    flex-flow: row wrap;
    margin: 3em 0 2.25em 0;
  }
  .single-original_content .entry-content {
    display: grid;
    grid-template-columns: 1fr 3fr;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .overview {
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px dashed #ccc;
  }
  a.downloadOneSheet,
  a.watchEpisodes {
    width: max-content;
  }
}
/*--------------------------------------------------------------
# Press Page Content
--------------------------------------------------------------*/
.pressReleases li {
  padding: 0.8em;
  line-height: 1.5em;
}
.pressReleases li a {
  color: #f09520;
}

.post_date {
  padding: 0.6rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 0.8em;
  margin: 2em 0;
}
.post_date .icon-calendar {
  color: #999;
  margin: 0 0.6rem;
  font-size: 1rem;
}

/*--------------------------------------------------------------
# Contact Page Content
--------------------------------------------------------------*/
.contactDistribution,
.contactMusicLicensing,
.contactAllOther {
  width: 100%;
  background: #fafafa;
  padding: 2em;
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 4em;
}
.contactDistribution h3,
.contactMusicLicensing h3,
.contactAllOther h3 {
  grid-column: 1/-1;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
}

.groupWrap {
  background: #fff;
  padding: 1em 2em;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 1em;
}
.groupWrap h4 {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1.2em;
  border-bottom: 1px dashed #eee;
  padding-bottom: 1.5em;
}
.groupWrap p {
  min-height: 100px;
}
.groupWrap a.button {
  color: white;
  background: #f09520;
  margin: 2em auto;
  padding: 0.5em 2em;
  display: inline-block;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
}
.groupWrap a.button:hover {
  background: #cf7b0e;
}

@media screen and (min-width: 800px) {
  .contactPageContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
  .contactDistribution {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
}