/*!
Theme Name: epiphany
Theme URI: http://underscores.me/
Author: Dean Pogni
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: epiphany
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

epiphany is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*********************
Resets
*********************/
/*********************
Breakpoints
*********************/
/*********************
Buttons
*********************/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: black; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }
  .text h1:first-child, .text h2:first-child, .text h3:first-child, .text h4:first-child, .text h5:first-child, .text h6:first-child {
    margin-top: 0; }

.text h3 {
  font-size: 24px; }
.text h4 {
  color: #ed5b33;
  font-size: 24px;
  font-weight: 400; }

.page-title {
  font-size: 44px;
  font-weight: 700;
  text-align: center; }

.headline-with-line {
  margin-top: 70px;
  position: relative; }
  .headline-with-line__headline {
    background-color: white;
    color: #231f20;
    display: inline-block;
    font-size: 28px;
    margin: 0;
    padding-right: 45px; }
  .headline-with-line:after {
    background-color: #231f20;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1; }

.line-header {
  align-items: center;
  display: flex;
  font-size: 22px;
  margin-top: 65px;
  margin-bottom: 30px; }
  .line-header:after {
    content: '';
    flex: 1;
    background-color: black;
    height: 1px;
    margin-left: 28px; }
  .line-header__anchor {
    display: block;
    height: 0;
    position: relative;
    top: -140px;
    visibility: hidden; }
    @media only screen and (min-width: 46em) {
      .line-header__anchor {
        top: -210px; } }
  .line-header__headline {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase; }

p {
  margin-bottom: 1.5em;
  margin-top: 0; }
  p a:link, p a:visited {
    color: #000;
    font-weight: 600;
    text-decoration: none; }
  p a:hover, p a:active {
    text-decoration: underline; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #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;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

.text ul, .text ol {
  list-style: disc;
  margin-left: 1em;
  padding-left: 0; }

.page-id-42 {
  font-size: 24px;
  line-height: 1.33333;
  font-weight: 300; }

.quote {
  color: #f15a29;
  font-size: 28px; }

.sub-header__text {
  color: #808285;
  font-size: 24px;
  line-height: 1.33333;
  font-weight: 300; }
  .page-id-4 .sub-header__text p + p:last-child > a {
    font-size: 20px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .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%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  display: none; }
  .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: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li.focus > ul, .main-navigation ul ul li:hover > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li.focus > ul,
    .main-navigation ul li:hover > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

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

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

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.post-navigation, .site-main
.posts-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.top-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 11px;
  z-index: 2; }
  .top-menu__link {
    font-size: 22px; }
    .top-menu__link:link, .top-menu__link:visited {
      padding: 10px;
      text-decoration: none;
      text-transform: uppercase; }
    .top-menu__link:focus {
      outline: none; }
    .top-menu__link--menu:link, .top-menu__link--menu:visited {
      color: black; }
    .top-menu__link--menu--active:link, .top-menu__link--menu--active:visited {
      color: white; }
    .top-menu__link--donate:link, .top-menu__link--donate:visited {
      color: #00a79d; }

.nav-open {
  overflow: hidden; }

.primary-menu {
  background-color: #58595b;
  display: none;
  list-style: none;
  margin: 0;
  max-height: 100vh;
  max-width: 500px;
  min-height: 100vh;
  overflow: scroll;
  padding: 50px 45px 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }
  .primary-menu--active {
    display: block; }
  .primary-menu > .menu-item-has-children {
    border-top: 1px solid white;
    margin-top: 10px;
    padding-top: 10px; }
    .primary-menu > .menu-item-has-children > a {
      text-transform: uppercase; }
  .primary-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .primary-menu .sub-menu .sub-menu {
      margin-left: 30px; }
  .primary-menu a:link, .primary-menu a:visited {
    color: white;
    text-decoration: none; }
  .primary-menu a:hover {
    color: #00a79d; }

.primary-menu .menu-item-has-children:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.sidenav-container {
  font-size: 15px;
  margin-left: 6%;
  margin-top: 10%;
  margin-right: 6%;
  padding-bottom: 30%; }

.sidenav {
  background-color: #58595B;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  overflow-x: hidden;
  padding-top: 30px;
  transition: 0.5s;
  width: 0;
  z-index: 1; }

.sidenav a {
  color: white;
  display: block;
  font-size: 25px;
  padding: 8px 8px 8px 0;
  text-decoration: none;
  transition: 0.3s; }

.offcanvas a:focus,
.sidenav a:hover {
  color: #f1f1f1; }

.sidenav .closebtn {
  font-size: 36px;
  margin-left: 50px;
  position: absolute;
  right: 15px;
  top: 0; }

.closebtn {
  height: 50px;
  margin-top: 5%;
  margin-left: 10%;
  width: 50px; }

.donate_menu_container {
  display: flex;
  margin-top: 1%;
  margin-right: 2%;
  position: absolute;
  right: 0;
  top: 0; }

.close_menu_container {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: 0;
  right: 0;
  margin-top: 4%;
  margin-right: 4%; }

.menu_close_btn {
  flex: 1;
  margin-top: 5%;
  margin-left: 0;
  height: 50px;
  width: 50px; }

.donate_menu_button__close {
  flex: 1;
  color: #19A79D;
  padding-top: 11%;
  padding-right: 25%; }

.menu_menu_button__close {
  flex: 1;
  color: white;
  padding-top: 11%;
  padding-right: 3%; }

.donate_menu_button {
  color: #19A79D;
  padding-top: 2.7%;
  padding-right: 25%;
  text-decoration: none; }

.menu_menu_button {
  padding-right: 6%;
  padding-top: 2.7%; }

.menu-hamburger-button {
  flex: 1;
  height: 35px;
  width: 35px; }

.hr_sidebar_menu_style {
  margin-top: 3%; }

.hamburger {
  padding: 0 0;
  display: inline-block;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  top: 8px;
  left: 5px; }

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

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: black;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }
  .top-menu__link--menu--active .hamburger-inner, .top-menu__link--menu--active .hamburger-inner::before, .top-menu__link--menu--active .hamburger-inner::after {
    background-color: white; }

.hamburger-inner::before {
  top: -8px; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::after {
  bottom: -8px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .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;
    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; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------
Supporters Logos
--------------------------*/

.smls-overlay-effect .smls-overlay-wrap {
  background: none !important;
}

/*--------------------------------------------------------------
## Header / Footer
--------------------------------------------------------------*/
.site-header {
  background-color: white;
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 999; }
  .site-header:after {
    background-color: inherit;
    bottom: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    content: '';
    display: block;
    height: 300px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-6deg);
    transform-origin: 100%;
    transition: transform .3s ease-in-out;
    z-index: -1; }
    @media only screen and (min-width: 80em) {
      .site-header:after {
        transform: skewY(-2.5deg); } }

.site-branding {
  display: inline-block;
  padding-left: 10px;
  padding-top: 10px;
  width: 8%; }
  .site-branding .epiphany-logo {
    height: auto;
    min-width: 90px;
    width: 22.5vw;
    transition: width .3s ease-in-out; }
    @media only screen and (min-width: 30em) {
      .site-branding .epiphany-logo {
        width: 19vw; } }
    @media only screen and (min-width: 740px) {
     .site-branding .epiphany-logo {
        width: 17.5vw; } }
    @media only screen and (min-width: 1000px) and (max-width: 1250px) {
      .site-branding .epiphany-logo {
        width: 15vw; } }
    @media only screen and (min-width: 1251px) and (max-width: 1750px) {
      .site-branding .epiphany-logo {
        width: 100%; } }

    @media only screen and (min-width: 1751px) {
      .site-branding .epiphany-logo {
        width: 90%; } }

.header-dummy {
  height: 60px; }

.site-footer {
  background-color: #D1D3D4;
  color: black;
  min-height: 200px;
  margin-top: 100px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 60em) {
    .site-footer {
      margin-top: 205px; } }
  .site-footer__logo {
    display: none;
    margin-left: 25px;
    margin-right: 50px; }
    @media only screen and (min-width: 46em) {
      .site-footer__logo {
        display: flex; } }
  .site-footer__container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    width: 91.66667%; }
  .site-footer:after {
    background-color: inherit;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-6deg);
    transform-origin: left;
    transition: transform .3s ease-in-out;
    width: 100%;
    z-index: -1; }
    @media only screen and (min-width: 80em) {
      .site-footer:after {
        transform: skewY(-4.5deg); } }
  .site-footer__nav {
    width: 100%; }
  .site-footer__nav-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0 auto;
    max-width: 1080px;
    padding: 0;
    width: 100%; }
    @media only screen and (min-width: 46em) {
      .site-footer__nav-list {
        justify-content: space-between;
        flex-direction: row; } }
  .site-footer__list-item {
    flex: 1; }
    @media only screen and (min-width: 46em) {
      .site-footer__list-item:last-child {
        flex: 2; } }
    .site-footer__list-item--subscribe {
      flex-basis: 100%;
      margin-left: 0; }
      @media only screen and (min-width: 46em) {
        .site-footer__list-item--subscribe {
          flex-basis: auto; } }
  .site-footer__nav-list-link {
    text-transform: uppercase;
    display: block;
    margin-top: 15px; }
    .site-footer__nav-list-link:link, .site-footer__nav-list-link:visited {
      color: black;
      text-decoration: none; }
  .site-footer__copyright {
    bottom: 0;
    font-size: 14px;
    font-weight: 300;
    margin: 65px auto 0;
    max-width: 1080px;
    padding-top: 8px;
    width: 95%; }

.follow-text {
  text-transform: uppercase;
  margin-top: 15px; }

.sign-up-form {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 8px; }

.sign-up-button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 6px;
  text-decoration: underline;
  white-space: nowrap; }

.site-footer-social {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  height: 40px; }
  .site-footer-social__image {
    flex-shrink: 0;
    height: auto;
    margin-right: 10px;
    width: auto;
    display: block; }

.sign-up-item input {
  width: 100%; }

@media only screen and (min-width: 46em) {
  .column-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between; } }

@media only screen and (min-width: 46em) {
  .column {
    padding-right: 5%; }
    .column:last-child {
      padding-right: 0; } }
.column--1-2 {
  margin-top: 15px; }
  @media only screen and (min-width: 46em) {
    .column--1-2 {
      flex-basis: 45%;
      margin-top: 0;
      max-width: 45%; } }
@media only screen and (min-width: 46em) {
  .column--2-3 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; } }
@media only screen and (min-width: 46em) {
  .column--1-3 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; } }

/*--------------------------------------------------------------
## Main Content
--------------------------------------------------------------*/
.site-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  width: 91.66667%; }

.site-content {
  position: relative;
  z-index: 2; }

.footer-quote {
  color: #F15A29;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin-top: 95px;
  margin-bottom: 100px; }

.section-container {
  margin: 50px auto;
  max-width: 1080px;
  width: 91.66667%; }
  .section-container--grey {
    background-color: #efefef;
    display: flex;
    margin-bottom: 50px;
    margin-top: 50px; }
  .section-container--quote {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 890px;
    width: 90%; }
    @media only screen and (min-width: 46em) {
      .section-container--quote {
        margin-top: 60px; } }

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

.hentry {
  margin: 0 0 1.5em; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

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

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

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

.bypostauthor {
  display: block; }

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

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #D1D3D4;
  color: black;
  min-height: 200px;
  margin-top: 100px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 60em) {
    .site-footer {
      margin-top: 200px; } }
  .site-footer__logo {
    display: none;
    margin-left: 25px;
    margin-right: 50px; }
    @media only screen and (min-width: 46em) {
      .site-footer__logo {
        display: flex; } }
  .site-footer__container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    width: 91.66667%; }
  .site-footer:after {
    background-color: inherit;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-6deg);
    transform-origin: left;
    transition: transform .3s ease-in-out;
    width: 100%;
    z-index: -1; }
    @media only screen and (min-width: 80em) {
      .site-footer:after {
        transform: skewY(-3.5deg); } }
  .site-footer__nav {
    width: 100%; }
  .site-footer__nav-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0 auto;
    max-width: 1080px;
    padding: 0;
    width: 100%; }
    @media only screen and (min-width: 46em) {
      .site-footer__nav-list {
        justify-content: space-between;
        flex-direction: row; } }
  .site-footer__list-item {
    flex: 1; }
    @media only screen and (min-width: 46em) {
      .site-footer__list-item:last-child {
        flex: 2; } }
    .site-footer__list-item--subscribe {
      flex-basis: 100%;
      margin-left: 0; }
      @media only screen and (min-width: 46em) {
        .site-footer__list-item--subscribe {
          flex-basis: auto; } }
  .site-footer__nav-list-link {
    text-transform: uppercase;
    display: block;
    margin-top: 15px; }
    .site-footer__nav-list-link:link, .site-footer__nav-list-link:visited {
      color: black;
      text-decoration: none; }
  .site-footer__copyright {
    bottom: 0;
    font-size: 14px;
    font-weight: 300;
    margin: 65px auto 0;
    max-width: 1080px;
    padding-top: 8px;
    width: 95%; }

.follow-text {
  text-transform: uppercase;
  margin-top: 15px; }

.sign-up-form {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 8px; }

.sign-up-button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 6px;
  text-decoration: underline;
  white-space: nowrap; }

.site-footer-social {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  height: 40px; }
  .site-footer-social__image {
    flex-shrink: 0;
    height: auto;
    margin-right: 10px;
    width: auto;
    display: block; }

.sign-up-item input {
  width: 100%; }

/*--------------------------------------------------------------
# Performance tiles
--------------------------------------------------------------*/
.performance-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

.performance-images__image {
  display: block;
  height: auto;
  width: 100%; }
  @media only screen and (min-width: 46em) {
    .performance-images__image {
      filter: grayscale(100%); }
      .trolley-dance-container:hover .performance-images__image {
        filter: grayscale(0%); } }

.trolley-dance-container {
  position: relative;
  flex-basis: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  max-width: 100%; }
  @media only screen and (min-width: 30em) {
    .trolley-dance-container {
      flex-basis: 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 46em) {
    .trolley-dance-container {
      flex-basis: 33%;
      max-width: 33%; } }
  .trolley-dance-container--hidden {
    display: none; }

.trolley_dance--title {
  bottom: 0;
  color: white;
  font-size: 24px;
  font-weight: 600;
  left: 0;
  line-height: 1.21;
  margin: 0;
  max-width: 200px;
  padding: 20px;
  position: absolute; }
  @media only screen and (min-width: 46em) {
    .trolley_dance--title {
      color: transparent; }
      .trolley-dance-container:hover .trolley_dance--title {
        color: white; } }

.loadMore__wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  display: flex; }
  @media only screen and (min-width: 30em) {
    .loadMore__wrap {
      flex-basis: 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 46em) {
    .loadMore__wrap {
      flex-basis: 33%;
      max-width: 33%; } }

.loadMore {
  align-items: center;
  border: solid #A7A9AC 2px;
  background-color: white;
  color: #A7A9AC;
  cursor: pointer;
  display: flex;
  font-size: 32px;
  font-weight: 300;
  flex: 1;
  flex-direction: column;
  height: auto;
  justify-content: center;
  line-height: 1.20513;
  min-height: 65px;
  text-align: center; }
  @media only screen and (min-width: 30em) {
    .loadMore {
      font-size: 38px; } }

.loadMore span {
  display: none; }
  @media only screen and (min-width: 30em) {
    .loadMore span {
      display: block; } }

/*--------------------------------------------------------------
# Trolley dances
--------------------------------------------------------------*/
.trolley-header {
  background-color: #231F20;
  height: 115px;
  margin-bottom: 160px;
  position: relative;
  width: 100%; }

.trolley-header:after {
  background-color: inherit;
  position: absolute;
  transform: skewY(-6deg);
  content: "";
  height: 115px;
  left: 0;
  top: 0;
  right: 0;
  margin-top: 5.5%;
  z-index: -1; }

.trolley-header-content {
  padding-left: 30px;
  padding-top: 40px; }

.trolley-dates {
  color: white;
  font-size: 25px; }

.trolley-location {
  color: #669D79;
  font-size: 25px; }

.trolley-title {
  color: #669D79;
  font-size: 25px; }

.performance-container {
  text-align: center;
  width: 100%; }

.performance-header {
  display: flex;
  font-size: 22px;
  margin-top: 65px; }

.kids-info {
  display: flex;
  margin-top: 30px; }

.kids-info__text {
  color: #808285;
  font-size: 20px;
  margin-right: 30px;
  text-align: left; }

.learn-more-container {
  margin-top: 15px; }

.learn-more-link {
  color: black;
  text-decoration: none; }

/*--------------------------------------------------------------
# Education and outreach
--------------------------------------------------------------*/
.education-outreach-info {
  display: flex;
  margin-top: 30px; }

.youth-image {
  margin-right: 30px; }

.education-outreach__text {
  margin-right: 30px; }

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

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

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

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

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: 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%; }

.page-banner {
  overflow: hidden; }
  .page-banner img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%; }
  .home .page-banner {
    overflow: visible; }

.banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vw;
  min-height: 250px;
  max-height: 600px; }
  @media only screen and (min-width: 46em) {
    .banner-bg {
      height: 45vw; } }
  .home .banner-bg {
    height: 50vw;
    max-height: 780px; }

.page-intro {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  max-width: 1080px;
  text-align: center;
  width: 90%; }
  .page-intro__pre-headline {
    color: #00a79d;
    font-size: 23px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .page-intro__headline {
    color: #231f20;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase; }
    @media only screen and (min-width: 46em) {
      .page-intro__headline {
        font-size: 42px; } }
  .page-intro__text {
    color: #808285;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.35714;
    text-align: center; }
    @media only screen and (min-width: 46em) {
      .page-intro__text {
        font-size: 28px; } }
    .page-intro__text p {
      margin-bottom: 0;
      margin-top: 25px; }
    .page-intro__text p + p {
      margin-top: 1em; }
  .page-intro__link {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px; }
    @media only screen and (min-width: 46em) {
      .page-intro__link {
        font-size: 20px; } }
    .page-intro__link:link, .page-intro__link:visited {
      color: black;
      text-decoration: none; }
    .page-intro__link:hover {
      text-decoration: underline; }
    .page-intro__link:focus {
      text-decoration: underline;
      outline: none; }

.get-involved {
  align-items: center;
  display: flex;
  justify-content: center;
  text-transform: uppercase; }
  @media only screen and (min-width: 46em) {
    .get-involved {
      margin-bottom: -80px; } }
  @media only screen and (min-width: 60em) {
    .get-involved {
      margin-bottom: -120px; } }
  .get-involved__content {
    margin-top: 75px;
    flex-shrink: 0; }
  .get-involved__headline {
    font-size: 30px;
    font-weight: bold;
    margin: 0; }
    @media only screen and (min-width: 46em) {
      .get-involved__headline {
        font-size: 39px; } }
  .get-involved__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600; }
  .get-involved__list-item {
    margin: 0;
    padding: 0; }
  .get-involved__list-link {
    font-size: 20px;
    text-decoration: none; }
    @media only screen and (min-width: 46em) {
      .get-involved__list-link {
        font-size: 28px; } }
    .get-involved__list-link:link, .get-involved__list-link:visited {
      color: #f15a29; }
  .get-involved__image-wrap {
    display: none;
    align-self: flex-end;
    height: auto;
    margin-left: 30px;
    width: 170px; }
    @media only screen and (min-width: 30em) {
      .get-involved__image-wrap {
        display: block; } }
    @media only screen and (min-width: 46em) {
      .get-involved__image-wrap {
        margin-left: 70px;
        width: auto; } }

.home-video {
  margin-top: 50px; }

.image-text {
  display: flex;
  flex-direction: column;
  margin-top: 30px; }
  @media only screen and (min-width: 46em) {
    .image-text {
      flex-direction: row;
      justify-content: space-between; } }
  @media only screen and (min-width: 46em) {
    .image-text--reverse {
      flex-direction: row-reverse; } }
  @media only screen and (min-width: 46em) {
    .image-text__image-wrap {
      flex-shrink: 0;
      margin-right: 50px;
      max-width: 40%; } }
  @media only screen and (min-width: 46em) {
    .image-text--reverse .image-text__image-wrap {
      margin-left: 50px;
      margin-right: 0;
      flex-shrink: 0; } }
  .image-text__image {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto; }
  .image-text__content {
    margin-top: 10px;
    font-weight: 300;
    font-size: 20px; }
    @media only screen and (min-width: 46em) {
      .image-text__content {
        font-size: 24px;
        margin-top: 0; } }
    .image-text__content p:not(:last-child) a:link, .image-text__content p:not(:last-child) a:visited {
      color: #F15A29;
      font-weight: 300; }
    .image-text__content p {
      margin-bottom: 10px; }
      .image-text__content p:not(:first-child):last-child a {
        font-size: 20px; }

.download-link:link, .download-link:visited {
  color: black;
  text-decoration: none; }
.download-link--cv-style:link, .download-link--cv-style:visited {
  color: #231f20;
  display: block;
  font-size: 19px;
  margin-top: 10px; }

.arrow-image {
  height: 6%;
  width: 6%; }

.quote-block {
  color: #F15A29;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }
  .quote-block__quote {
    font-size: 28px;
    line-height: 1.14286;
    margin: 0; }
  .quote-block__byline {
    font-size: 20px;
    line-height: 1.52381;
    margin-top: 5px; }

.slide-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-size: 20px; }
  @media only screen and (min-width: 46em) {
    .slide-nav {
      flex-direction: row; } }
  .slide-nav__link-wrap {
    color: #f15a29;
    flex: 1;
    margin-bottom: 4px; }
    @media only screen and (min-width: 46em) {
      .slide-nav__link-wrap {
        margin-bottom: 0; } }
    .slide-nav__link-wrap:first-child .slide-nav__link:before, .slide-nav__link-wrap:first-child .slide-nav__link:after, .slide-nav__link-wrap:last-child .slide-nav__link:before, .slide-nav__link-wrap:last-child .slide-nav__link:after {
      transform-origin: left; }
    .slide-nav__link-wrap:first-child {
      color: #F8A531; }
      .slide-nav__link-wrap:first-child .slide-nav__link {
        margin-left: 0; }
    .slide-nav__link-wrap:last-child {
      color: #00a79d; }
  .slide-nav__link {
    align-items: center;
    background-color: black;
    display: flex;
    font-size: 26px;
    font-weight: 600;
    height: 100%;
    line-height: 1.1;
    justify-content: center;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1; }
    @media only screen and (min-width: 46em) {
      .slide-nav__link {
        margin-left: 3px;
        height: 90px; } }
    .slide-nav__link:link, .slide-nav__link:visited {
      text-decoration: none;
      color: inherit; }
      @media only screen and (min-width: 46em) {
        .slide-nav__link:link, .slide-nav__link:visited {
          color: #808285; } }
    @media only screen and (min-width: 46em) {
      .slide-nav__link:hover, .slide-nav__link:focus {
        color: inherit; }
        .slide-nav__link:hover:before, .slide-nav__link:hover:after, .slide-nav__link:focus:before, .slide-nav__link:focus:after {
          background-color: inherit;
          bottom: 0;
          content: '';
          display: block;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          transform-origin: right;
          width: 100%;
          z-index: -1; }
        .slide-nav__link:hover:before, .slide-nav__link:focus:before {
          transform: skewY(6deg); }
        .slide-nav__link:hover:after, .slide-nav__link:focus:after {
          transform: skewY(-6deg); } }

.homepage-slideshow {
  list-style: none;
  margin: 0;
  padding: 0; }

.homepage-slide {
  height: 500px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.button, .button[type="submit"] {
  background-color: #00aa9d;
  border: none;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none; }
  .button:link, .button:visited, .button[type="submit"]:link, .button[type="submit"]:visited {
    color: white; }

.whats-on__date {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.19643;
  margin: 0;
  text-transform: uppercase; }
.whats-on__title {
  color: #00a59b;
  font-size: 28px !important;
  font-weight: 700;
  line-height: 1.19643;
  margin: 0;
  text-transform: uppercase; }
.whats-on__title-link:link, .whats-on__title-link:visited {
  text-decoration: none; }
.whats-on__blurb {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.33333;
  margin-top: 5px; }

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.our-team__container {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media only screen and (min-width: 46em) {
    .our-team__container {
      flex-direction: row; } }
.our-team__list {
  align-content: flex-start;
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-right: -10px;
  padding: 0; }
  @media only screen and (min-width: 46em) {
    .our-team__list {
      margin-right: -20px;
      flex-basis: 55%;
      max-width: 55%; } }
.our-team__member {
  flex-basis: 33.33333%;
  max-width: 33.33333%; }
  @media only screen and (min-width: 30em) {
    .our-team__member {
      flex-basis: 25%;
      max-width: 25%; } }
  @media only screen and (min-width: 46em) {
    .our-team__member {
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }
  .our-team__member img {
    filter: grayscale(100%); }
    .our-team__member img:hover {
      filter: grayscale(0%); }
  .our-team__member--active img {
    filter: grayscale(0%); }
.our-team__image {
  display: block;
  height: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 100%; }
  @media only screen and (min-width: 30em) {
    .our-team__image {
      padding-right: 20px;
      padding-bottom: 20px; } }
.our-team__staff-meta {
  display: none; }
@media only screen and (min-width: 46em) {
  .our-team__info {
    flex-basis: 43%;
    max-width: 43%; } }
.our-team__name {
  font-size: 24px;
  line-height: 1.08333;
  margin: 0; }
.our-team__title {
  font-size: 24px;
  font-weight: 400;
  margin: 0; }
.our-team__blurb {
  color: #808083;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 10px; }

.press-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 46em) {
    .press-links {
      flex-direction: row; } }
  .press-links__wrap {
    flex-grow: 1;
    margin-top: 15px; }
    @media only screen and (min-width: 46em) {
      .press-links__wrap {
        flex-basis: 50%;
        margin-top: 0; }
        .press-links__wrap:first-child {
          margin-right: 28px; } }
  .press-links__link {
    align-items: center;
    background-color: #f1f2f2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: flex;
    flex-grow: auto;
    font-weight: 700;
    font-size: 28px;
    height: 165px;
    justify-content: center;
    line-height: 1.1;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    .press-links__link span {
      position: relative;
      z-index: 1; }
    .press-links__link svg {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 0;
      mix-blend-mode: multiply; }
    .press-links__wrap:first-child .press-links__link:hover {
      background-color: #00a79d; }
    .press-links__wrap:last-child .press-links__link:hover {
      background-color: #f15a28; }
    .press-links__link:link, .press-links__link:visited {
      color: #919396;
      text-decoration: none; }
    .press-links__link:hover {
      color: white; }
      .press-links__link:hover svg {
        opacity: 0.6; }

.our-supporters h2 {
  text-transform: uppercase;
  font-weight: 600; }
.our-supporters__images {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  margin-top: 40px; }
.our-supporters__image-wrap {
  flex-basis: 33%;
  padding-right: 20px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 46em) {
    .our-supporters__image-wrap {
      flex-basis: 25%; } }
  .our-supporters__image-wrap:nth-child(3n) {
    padding-right: 0; }
    @media only screen and (min-width: 46em) {
      .our-supporters__image-wrap:nth-child(3n) {
        padding-right: 20px; } }
  .our-supporters__image-wrap:nth-child(4n) {
    padding-right: 20px; }
    @media only screen and (min-width: 46em) {
      .our-supporters__image-wrap:nth-child(4n) {
        padding-right: 0; } }
.our-supporters__image {
  display: block;
  max-width: 185px; }

.director-name {
  color: #231f20;
  font-size: 24px;
  font-weight: 400;
  margin: 0; }

.director-text {
  color: #808285;
  font-size: 24px;
  font-weight: 300;
  margin-top: 10px; }

/*--------------------------------------------------------------
# Press Page
--------------------------------------------------------------*/
.page-id-16 .image-text__image-wrap {
  flex-basis: 40%; }
@media only screen and (min-width: 46em) {
  .page-id-16 .image-text__content {
    flex-basis: 55%; } }
.page-id-16 .image-text__content p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px; }
  .page-id-16 .image-text__content p:not(:last-child) a:link, .page-id-16 .image-text__content p:not(:last-child) a:visited {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: underline; }
.page-id-16 .image-text__content a:link, .page-id-16 .image-text__content a:visited {
  text-decoration: underline; }
.page-id-16 .image-text__content a:hover {
  text-decoration: none; }

/*--------------------------------------------------------------
# Event Pages
--------------------------------------------------------------*/
.performances-header {
  background-color: black;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: height .3s ease-in-out;
  padding: 25px; }
  @media only screen and (min-width: 30em) {
    .performances-header {
      height: 150px;
      padding: 50px; } }
  @media only screen and (min-width: 46em) {
    .performances-header {
      height: 200px; } }
  @media only screen and (min-width: 80em) {
    .performances-header {
      height: 225px; } }
  .performances-header__headline {
    color: #faa61a;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase; }
    .performances-header__headline--sftd-desktop {
      display: none; }
      @media only screen and (min-width: 30em) {
        .performances-header__headline--sftd-desktop {
          display: block; } }
    @media only screen and (min-width: 30em) {
      .performances-header__headline--sftd-mobile {
        display: none; } }

.event-page__content-container {
  display: flex;
  margin-top: 40px;
  flex-direction: column; }
  @media only screen and (min-width: 46em) {
    .event-page__content-container {
      flex-direction: row;
      justify-content: space-between; } }
@media only screen and (min-width: 46em) {
  .event-page__details {
    flex-basis: 25%;
    max-width: 25%; } }
.event-page__details .quote-block {
  text-align: left;
  margin: 0; }
.event-page__content {
  margin-top: 30px; }
  @media only screen and (min-width: 46em) {
    .event-page__content {
      flex-basis: 65%;
      margin-top: 0;
      max-width: 65%; } }
  .event-page__content .section-container {
    width: 100%; }
    @media only screen and (min-width: 46em) {
      .event-page__content .section-container {
        width: 91.66667%; } }
.event-page__text {
  color: #231f20;
  font-size: 20px;
  margin-top: 40px; }
.event-page__details-headline {
  border-bottom: 1px solid #231f20;
  color: #231f20;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33333;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-bottom: 5px;
  text-transform: uppercase; }
.event-page__event-name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.10714;
  margin-bottom: 0;
  margin-top: 5px;
  text-transform: uppercase; }
.event-page__date {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.10714;
  margin-top: 25px;
  text-transform: uppercase; }

.event-page-press__headline {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid black; }
.event-page-press__list {
  list-style: none;
  margin: 0;
  padding: 0; }
.event-page-press__link:link, .event-page-press__link:visited {
  color: black;
  text-decoration: none; }
.event-page-press__link:hover {
  color: #00a79d; }

.event-slider {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 46em) {
    .event-slider {
      width: 91.66667%; } }
  .event-slider__slides {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
  .event-slider .slick-slide:focus {
    outline: none; }
  .event-slider .slick-slide img {
    margin-left: auto;
    margin-right: auto;
    max-height: 400px; }
  .event-slider .slick-arrow {
    background-color: rgba(35, 31, 32, 0.5);
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    transition: background-color .2s ease-in-out; }
    .event-slider .slick-arrow:hover {
      background-color: #231f20; }
    .event-slider .slick-arrow:focus {
      outline: none; }
    .event-slider .slick-arrow:after {
      font-size: 40px;
      padding: 20px 10px; }
  .event-slider .slick-next {
    font-size: 0;
    right: 0; }
    .event-slider .slick-next:after {
      content: '>'; }
  .event-slider .slick-prev {
    font-size: 0;
    left: 0; }
    .event-slider .slick-prev:after {
      content: '<'; }

.grid-gallery {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .grid-gallery__link {
    display: block;
    margin-bottom: 10px;
    padding-right: 10px; }
  .grid-gallery__img {
    display: block; }

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/
.ctct-form label {
  display: block;
  font-size: 16px;
  margin-bottom: 3px; }
.ctct-form input:not([type="submit"]) {
  display: block;
  width: 100%; }
.ctct-form .ctct-form-field-submit {
  text-align: right; }
.ctct-form input[type="submit"] {
  font-size: 16px; }
.ctct-form .ctct-disclosure {
  display: none; }

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