@charset "UTF-8";
/**
 * The New Group: 2018 Website Style Sheet
 *
 * GUIDELINES
 * ----------
 *
 * Where possible, keep to BEM element naming in templates. Use classes rather
 *
 * BEM naming strategy with reasoning: http://getbem.com/
 */
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

/**
 * Reset some of the overrides by default.
 */
ul {
  list-style: disc outside;
  padding-left: 2rem;
}

p, ul {
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

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

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

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  max-width: 100%;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.slick-slider .wp-video, .slick-slider video.wp-video-shortcode, .slick-slider .mejs-container, .slick-slider .mejs-overlay.load, .slick-slider .mejs-inner {
  width: 100% !important;
  height: 100% !important;
}
.slick-slider .mejs-mediaelement iframe {
  width: 100%;
  height: 100%;
}

.visually-hidden {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/*
@import
    "font-awesome";
*/
.left-red-border {
  border-left: 20px solid #ed1c24;
}
@media (min-width: 1280px) {
  .left-red-border {
    border-left: 15px solid #ed1c24;
  }
}

.left-red-border-lte {
  border-left: 15px solid #ed1c24;
}
@media (min-width: 1280px) {
  .left-red-border-lte {
    border-left: 10px solid #ed1c24;
  }
}

.btn, .spektrix-instances li .spektrix_instances_book, .donations .tabs button {
  display: inline-block;
  background: black;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 15px;
  text-decoration: none;
  border: none;
}
.btn.red, .spektrix-instances li .spektrix_instances_book, .donations .tabs button.red, .donations .tabs button.active {
  background: #ed1c24;
}
.btn.grey, .spektrix-instances li .grey.spektrix_instances_book, .btn.normal, .spektrix-instances li .normal.spektrix_instances_book, .donations .tabs button {
  background: #a9a9a9;
}
.btn.white, .spektrix-instances li .white.spektrix_instances_book, .donations .tabs button.white {
  background: white;
  color: black;
  font-weight: bold;
}
.btn.small, .spektrix-instances li .small.spektrix_instances_book, .donations .tabs button.small {
  font-size: 0.8rem;
}
.btn.large, .spektrix-instances li .large.spektrix_instances_book, .donations .tabs button.large {
  font-size: 1.2rem;
}

.buttons {
  text-align: center;
}

#tabbed-nav {
  background: #efefef;
  text-align: center;
}
#tabbed-nav .tabs {
  list-style: none;
  padding: 0;
}
#tabbed-nav .tabs li {
  display: inline-block;
  font-size: 0.93em;
}
@media (min-width: 992px) {
  #tabbed-nav .tabs li {
    font-size: 1em;
  }
}
#tabbed-nav .tabs li.grey {
  color: black;
  font-weight: bold;
}
#tabbed-nav .tabs li.grey.white {
  background: white;
}
#tabbed-nav .tabs li.grey:hover {
  background: white;
}
#tabbed-nav .tabs li a {
  color: black;
  text-decoration: none;
}

.social-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  margin: 0 0.25em;
  background-color: #ffffff;
  border-radius: 50%;
  /*
      &:nth-child(4) {
  	    margin-right: 0;
      }
  */
}
@media (min-width: 420px) {
  .social-icon {
    width: 3em;
    height: 3em;
    margin: 0 0.125em;
  }
}
@media (min-width: 1280px) {
  .social-icon {
    margin: 0 0.4em;
  }
}
.social-icon:first-child {
  margin-left: 0;
}
.social-icon.facebook {
  background-image: url("../images/social-icon-fb.png");
  background-size: cover;
}
.social-icon.twitter {
  background-image: url("../images/social-icon-tw.png");
  background-size: cover;
}
.social-icon.instagram {
  background-image: url("../images/social-icon-ins.png");
  background-size: cover;
}
.social-icon.youtube {
  background-image: url("../images/social-icon-yt.png");
  background-size: cover;
}

.search-footer {
  position: relative;
  z-index: 100000;
  float: right;
  margin: 0 0 0 0.35em;
  width: 2.5em;
  height: 2.5em;
}
@media (min-width: 420px) {
  .search-footer {
    width: 3em;
    height: 3em;
    margin: 0 0 0 0.15em;
  }
}
@media (min-width: 1280px) {
  .search-footer {
    margin: 0 0 0 0.5em;
  }
}
.search-footer * {
  box-sizing: border-box;
}
.search-footer .ct-search-input-wrap {
  position: absolute;
  right: 2.5em;
  width: 212px;
  height: 2.5em;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 420px) {
  .search-footer .ct-search-input-wrap {
    right: 3em;
    width: 224px;
    height: 3em;
  }
}
@media (min-width: 1280px) {
  .search-footer .ct-search-input-wrap {
    width: 264px;
  }
}
.search-footer .ct-search-input-wrap .field-cont {
  display: inline-block;
  position: relative;
  width: 100% !important;
  background: #fff;
}
.search-footer .ct-search-input-wrap .field-cont tt-query {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 2px 7px;
  height: 3em;
  outline: none;
  border: none;
  background: #fff;
  font-family: inherit;
  opacity: 0;
  font-weight: bold;
  vertical-align: inherit;
  color: #3a3a3a;
  font-size: 13px;
}
.search-footer .ct-search-input {
  /*
  	    margin: 0;
  	    padding: 2px 7px;
  	    width: 224px;
  	    height: 3em;
  	    outline: none;
  	    border: none;
  	    background: #fff;
  	    font-family: inherit;
  	    opacity: 0;
  	    font-weight: bold;
  */
  border: none;
  background: white;
  padding: 5px 5px 5px;
  max-width: 212px;
  height: 40px;
  color: black;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  font-size: 1.1em;
}
@media (min-width: 420px) {
  .search-footer .ct-search-input {
    max-width: 224px;
    height: 48px;
  }
}
@media (min-width: 1280px) {
  .search-footer .ct-search-input {
    width: 100%;
    max-width: 264px;
  }
}
.search-footer .ct-icon-search {
  z-index: 90;
  background: #000;
  color: white;
}
.search-footer .ct-icon-search:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 30px;
}
@media (min-width: 420px) {
  .search-footer .ct-icon-search:before {
    font-size: 40px;
  }
}
.search-footer .ct-icon-search, .search-footer .ct-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.5em;
  height: 2.5em;
  border: none;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
@media (min-width: 420px) {
  .search-footer .ct-icon-search, .search-footer .ct-search-submit {
    width: 3em;
    height: 3em;
    padding-top: 4px;
  }
}
.search-footer.expanded .ct-icon-search {
  z-index: 1;
  background: #ec2730;
  color: #000;
  pointer-events: none;
}
.search-footer.expanded .ct-search-input-wrap {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.search-footer.expanded input[type=text].ct-search-input {
  opacity: 1;
}

body {
  color: black;
  background: white;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
}

a {
  color: #ec2730;
}

.embed_container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.embed_container iframe, .embed_container object, .embed_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-default section {
  padding: 0 1.5em 0;
}
@media (min-width: 920px) {
  .page-template-default section {
    padding: 0 2.5em 0;
  }
}
@media (min-width: 920px) {
  .page-template-default section {
    padding: 0 3em 0;
  }
}
.page-template-default section#content {
  padding: 0 1.5em 1.5em;
  min-height: 660px;
}
@media (min-width: 920px) {
  .page-template-default section#content {
    padding: 0 2.5em 2.5em;
  }
}
@media (min-width: 920px) {
  .page-template-default section#content {
    padding: 0 3em 3em;
  }
}
.page-template-default section.accordion, .page-template-default section.slider, .page-template-default section.form-block {
  padding: 1em 1.5em;
}
@media (min-width: 920px) {
  .page-template-default section.accordion, .page-template-default section.slider, .page-template-default section.form-block {
    padding: 2em 2.5em;
  }
}
@media (min-width: 920px) {
  .page-template-default section.accordion, .page-template-default section.slider, .page-template-default section.form-block {
    padding: 2em 3em;
  }
}
.page-template-default section .article-body {
  padding: 1.5em 1.5em 0;
}
@media (min-width: 920px) {
  .page-template-default section .article-body {
    padding: 2.5em 2.5em 0;
  }
}
@media (min-width: 920px) {
  .page-template-default section .article-body {
    padding: 3em 3em 0;
  }
}
.page-template-default section .text-block__content {
  padding: 1.5em 0 0;
}
@media (min-width: 920px) {
  .page-template-default section .text-block__content {
    padding: 2.5em 0 0;
  }
}
@media (min-width: 920px) {
  .page-template-default section .text-block__content {
    padding: 3em 0 0;
  }
}
.page-template-default section.right .text-block__content {
  padding-right: 1em;
}
.page-template-default section.left .text-block__content {
  padding-left: 1em;
}
.page-template-default section section {
  padding: 0;
}
.page-template-default section .teasers .btn, .page-template-default section .teasers .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .page-template-default section .teasers .spektrix_instances_book, .page-template-default section .teasers .donations .tabs button, .donations .tabs .page-template-default section .teasers button {
  margin-bottom: 1em;
}
.page-template-default section .teasers .btn.mobile, .page-template-default section .teasers .spektrix-instances li .mobile.spektrix_instances_book, .spektrix-instances li .page-template-default section .teasers .mobile.spektrix_instances_book, .page-template-default section .teasers .donations .tabs button.mobile, .donations .tabs .page-template-default section .teasers button.mobile {
  display: none;
}
.page-template-default section .col-sm .teasers .teasers__teaser {
  width: 100%;
}

.slider-red-dots {
  position: relative;
  background: black;
  min-height: 250px;
}
.slider-red-dots .prod-slider-mob {
  display: block;
  width: 100%;
}
@media (min-width: 920px) {
  .slider-red-dots .prod-slider-mob {
    display: none;
  }
}
.slider-red-dots .prod-slider-desk {
  display: none;
}
@media (min-width: 920px) {
  .slider-red-dots .prod-slider-desk {
    display: block;
    width: 100%;
  }
}
.slider-red-dots img {
  width: 100%;
}
.slider-red-dots .photo-caption {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  padding: 8px 10px;
  background: black;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  color: white;
  font-size: 0.8em;
  max-width: 50%;
}
.slider-red-dots:hover .slick-slide {
  position: relative;
}
.slider-red-dots:hover .slick-slide .photo-caption {
  display: block;
}
@media (min-width: 920px) {
  .slider-red-dots .photo-caption-mob {
    display: none;
  }
}
@media (max-width: 991px) {
  .slider-red-dots:hover .photo-caption-mob {
    display: block;
  }
}
.slider-red-dots .slider__gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}
@media (min-width: 768px) {
  .slider-red-dots .slider__gradient {
    height: 30%;
  }
}
.slider-red-dots .slider__content {
  position: absolute;
  bottom: 5.5%;
  left: 1.5em;
  color: white;
}
@media (min-width: 920px) {
  .slider-red-dots .slider__content {
    left: 2.5em;
  }
}
@media (min-width: 1280px) {
  .slider-red-dots .slider__content {
    left: 3em;
  }
}
.slider-red-dots .slider__content .slider__dates {
  text-transform: uppercase;
  font-size: 1em;
}
@media (min-width: 768px) {
  .slider-red-dots .slider__content .slider__dates {
    font-size: 1.3em;
  }
}
.slider-red-dots .slider__content h3 {
  margin: 0.5rem 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: white;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
@media (min-width: 768px) {
  .slider-red-dots .slider__content h3 {
    margin: 0.75rem 0;
    font-size: 2em;
  }
}
@media (min-width: 920px) {
  .slider-red-dots .slider__content h3 {
    font-size: 2.4em;
  }
}
.slider-red-dots .slider__content .slider__credit {
  margin-bottom: 0.85rem;
  font-size: 0.8em;
}
.slider-red-dots .slider__content .slider__credit span {
  display: block;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .slider-red-dots .slider__content .slider__credit span {
    font-size: 1em;
  }
}
.slider-red-dots .slider__content .slider__buttons .btn, .slider-red-dots .slider__content .slider__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .slider-red-dots .slider__content .slider__buttons .spektrix_instances_book, .slider-red-dots .slider__content .slider__buttons .donations .tabs button, .donations .tabs .slider-red-dots .slider__content .slider__buttons button {
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .slider-red-dots .slider__content .slider__buttons .btn, .slider-red-dots .slider__content .slider__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .slider-red-dots .slider__content .slider__buttons .spektrix_instances_book, .slider-red-dots .slider__content .slider__buttons .donations .tabs button, .donations .tabs .slider-red-dots .slider__content .slider__buttons button {
    font-size: 1em;
  }
}
.slider-red-dots .slider__content .slider__buttons .btn.grey, .slider-red-dots .slider__content .slider__buttons .spektrix-instances li .grey.spektrix_instances_book, .spektrix-instances li .slider-red-dots .slider__content .slider__buttons .grey.spektrix_instances_book, .slider-red-dots .slider__content .slider__buttons .donations .tabs button.grey, .donations .tabs .slider-red-dots .slider__content .slider__buttons button.grey {
  margin-right: 10px;
}
.slider-red-dots .slick-dots {
  width: 100%;
  padding: 15px 0;
  list-style: none;
  background: black;
  text-align: center;
}
@media (min-width: 920px) {
  .slider-red-dots .slick-dots {
    position: absolute;
    top: 0;
    width: auto;
    right: 20px;
    height: 100%;
    padding: 0;
    background: transparent;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.slider-red-dots .slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border: 1px solid white;
  border-radius: 50%;
  background: #ec2730;
}
@media (min-width: 920px) {
  .slider-red-dots .slick-dots li {
    display: block;
    margin: 5px 0;
  }
  .slider-red-dots .slick-dots li:hover {
    background: white;
  }
}
.slider-red-dots .slick-dots li.slick-active {
  background: white;
}
.slider-red-dots .slick-dots li button {
  display: none;
}

.article-content:after {
  content: "";
  display: table;
  clear: both;
}
.article-content .article-h1 {
  display: block;
  margin: 0 0 1rem;
  padding: 1.5em 1.5em 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
@media (min-width: 920px) {
  .article-content .article-h1 {
    padding: 1.5em 2.5em 0;
    font-size: 2.4em;
  }
}
@media (min-width: 1280px) {
  .article-content .article-h1 {
    padding: 1.5em 3em 0;
  }
}
.article-content .article-body {
  padding: 1.5em;
}
.article-content .article-body:after {
  content: "";
  display: table;
  clear: both;
}
.article-content .article-body h3 {
  position: relative;
  margin: 1rem auto 2rem;
  text-align: center;
  color: black;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 920px) {
  .article-content .article-body {
    padding: 2.5em;
  }
  .article-content .article-body h3 {
    font-size: 2.4em;
  }
}
@media (min-width: 1280px) {
  .article-content .article-body {
    padding: 3em;
  }
}

.teasers .teaser__toggle {
  display: none;
}
.teasers .teasers__teaser {
  padding: 0 1.5em 1.5em;
}
@media (min-width: 920px) {
  .teasers .teasers__teaser {
    display: inline-block;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    vertical-align: top;
    width: 50%;
    padding: 0 2.5em 2em;
  }
  .teasers .teasers__teaser.open {
    display: inline-block;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .teasers .teasers__teaser {
    padding: 0 3em 2em;
  }
}
.teasers .teasers__teaser h3 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
@media (min-width: 768px) {
  .teasers .teasers__teaser h3 {
    font-size: 2em;
  }
}
@media (min-width: 920px) {
  .teasers .teasers__teaser h3 {
    font-size: 2.4em;
  }
}
@media (min-width: 1280px) {
  .teasers .teasers__teaser h3 {
    font-size: 1.4em;
  }
}
.teasers .teasers__teaser .teaser__content {
  flex-grow: 1;
}
@media (min-width: 1280px) {
  .teasers .teasers__teaser .teaser__content {
    font-size: 0.8em;
  }
}
@media (min-width: 1400px) {
  .teasers .teasers__teaser .teaser__content {
    font-size: 1em;
  }
}

.current-prod .text-block.noimg {
  text-align: center;
}
.current-prod .teasers .teasers__teaser {
  margin-bottom: 2em;
  padding: 0;
}
.current-prod .teasers .teasers__teaser .teaser__image {
  margin-bottom: 1em;
  border-bottom: 10px solid #ed1c24;
}
.current-prod .teasers .teasers__teaser .teaser__content {
  text-align: left;
}
.current-prod .teasers .teasers__teaser .teaser__content h4 {
  margin: 0 0 0.5em;
}
.current-prod .teasers .teasers__teaser .teaser__content h3 {
  text-align: left;
  margin: 0 0 1em;
}
.current-prod .teasers .teasers__teaser .teaser__content .teaser__details {
  display: none;
}
.current-prod .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .btn, .current-prod .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .current-prod .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .spektrix_instances_book, .current-prod .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .donations .tabs button, .donations .tabs .current-prod .teasers .teasers__teaser .teaser__content .prod_teaser__buttons button {
  width: 100%;
  text-align: center;
  margin-bottom: 5%;
}
@media (min-width: 480px) {
  .current-prod .teasers {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .current-prod .teasers .teasers__teaser {
    display: inline-block;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    vertical-align: top;
    width: 49%;
    margin: 0 1% 2% 0;
  }
  .current-prod .teasers .teasers__teaser:nth-child(even) {
    margin: 0 0 2% 1%;
  }
  .current-prod .teasers .teasers__teaser .teaser__content {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .current-prod .teasers .teasers__teaser h3 {
    flex-grow: 1;
  }
}
@media (min-width: 568px) {
  .current-prod .teasers .teasers__teaser {
    width: 48%;
    margin: 0 2% 3% 0;
  }
  .current-prod .teasers .teasers__teaser:nth-child(even) {
    margin: 0 0 3% 2%;
  }
}
@media (min-width: 920px) {
  .current-prod .teasers .teasers__teaser {
    width: 47%;
    margin: 0 3% 3% 0;
  }
  .current-prod .teasers .teasers__teaser:nth-child(even) {
    margin: 0 0 3% 3%;
  }
}
@media (min-width: 992px) {
  .current-prod .teasers .teasers__teaser {
    width: 23.5%;
    margin: 0 1% 2%;
  }
  .current-prod .teasers .teasers__teaser:nth-child(even) {
    margin: 0 1% 2%;
  }
  .current-prod .teasers .teasers__teaser:nth-child(1), .current-prod .teasers .teasers__teaser:nth-child(1n+5) {
    margin: 0 1% 2% 0;
  }
  .current-prod .teasers .teasers__teaser:nth-child(4) {
    margin: 0 0 2% 1%;
  }
  .current-prod .teasers .teasers__teaser h3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1280px) {
  .current-prod .teasers .teasers__teaser .teaser__content {
    text-align: left;
  }
  .current-prod .teasers .teasers__teaser .teaser__content h3 {
    font-size: 2em;
  }
  .current-prod .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .btn, .current-prod .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .current-prod .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .spektrix_instances_book, .current-prod .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .donations .tabs button, .donations .tabs .current-prod .teasers .teasers__teaser .teaser__content .prod_teaser__buttons button {
    display: inline-block;
    width: 44%;
    margin-right: 5%;
    margin-bottom: 5%;
    padding: 10px 5px;
    font-size: 0.8em;
  }
}
@media (min-width: 1400px) {
  .current-prod .teasers__teaser {
    width: 22.75%;
    margin: 0 1.5% 2%;
  }
  .current-prod .teasers__teaser:nth-child(even) {
    margin: 0 1.5% 2%;
  }
  .current-prod .teasers__teaser:nth-child(1), .current-prod .teasers__teaser:nth-child(1n+5) {
    margin: 0 1.5% 2% 0;
  }
  .current-prod .teasers__teaser:nth-child(4) {
    margin: 0 0 2% 1.5%;
  }
}

.teaser-more {
  display: none;
}

.whatson {
  background: #dadada;
}
.whatson .teasers .teasers__teaser {
  margin-bottom: 2em;
  padding: 0;
  background: white;
}
.whatson .teasers .teasers__teaser.hidden {
  display: none;
}
.whatson .teasers .teasers__teaser .teaser__image {
  width: 100%;
  margin-bottom: 1em;
  border-bottom: 10px solid #ed1c24;
}
.whatson .teasers .teasers__teaser .teaser__content {
  text-align: left;
}
.whatson .teasers .teasers__teaser .teaser__content h4 {
  margin: 0 0 0.5em;
}
.whatson .teasers .teasers__teaser .teaser__content h3 {
  text-align: left;
  margin: 0 0 0.5em;
}
.whatson .teasers .teasers__teaser .teaser__content .teaser__details {
  font-size: 0.8em;
}
.whatson .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .btn, .whatson .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .whatson .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .spektrix_instances_book, .whatson .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .donations .tabs button, .donations .tabs .whatson .teasers .teasers__teaser .teaser__content .prod_teaser__buttons button {
  width: 100%;
  background: #ed1c24;
  text-align: center;
}
.whatson .teasers .teaser-more {
  display: block;
  text-align: center;
  margin-bottom: 2em;
}
@media (min-width: 568px) {
  .whatson .teasers .teasers__teaser .teaser__image {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    margin-bottom: 0;
    border-bottom: none;
  }
  .whatson .teasers .teasers__teaser .teaser__content {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    margin: auto 2%;
  }
}
@media (min-width: 920px) {
  .whatson .teasers .teasers__teaser {
    display: inline-block;
    width: 48%;
    margin: 0 1.5% 3% 0;
  }
  .whatson .teasers .teasers__teaser.hidden {
    display: none;
  }
  .whatson .teasers .teasers__teaser:nth-child(even) {
    margin: 0 0 3% 1.5%;
  }
  .whatson .teasers .teasers__teaser .teaser__content .teaser__subtitle {
    font-size: 0.75em;
  }
  .whatson .teasers .teasers__teaser .teaser__content h3 {
    font-size: 1.5em;
    margin: 0 0 0.25em;
  }
  .whatson .teasers .teasers__teaser .teaser__content .teaser__details {
    font-size: 0.6em;
  }
  .whatson .teasers .teasers__teaser .teaser__content .teaser__details p {
    margin: 0 0 0.5em;
  }
  .whatson .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .btn, .whatson .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .whatson .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .spektrix_instances_book, .whatson .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .donations .tabs button, .donations .tabs .whatson .teasers .teasers__teaser .teaser__content .prod_teaser__buttons button {
    width: auto;
    font-size: 0.8em;
  }
}
@media (min-width: 1024px) {
  .whatson .teasers .teasers__teaser .teaser__content .teaser__subtitle {
    font-size: 0.85em;
  }
  .whatson .teasers .teasers__teaser .teaser__content h3 {
    font-size: 1.6em;
    margin: 0 0 0.25em;
  }
  .whatson .teasers .teasers__teaser .teaser__content .teaser__details {
    font-size: 0.75em;
  }
  .whatson .teasers .teasers__teaser .teaser__content .teaser__details p {
    margin: 0 0 1em;
  }
}
@media (min-width: 1080px) {
  .whatson .teasers .teasers__teaser .teaser__content {
    width: 46%;
    margin: auto 2% auto 4%;
  }
}
@media (min-width: 1280px) {
  .whatson .teasers .teasers__teaser .teaser__content .teaser__subtitle {
    font-size: 1.2em;
  }
  .whatson .teasers .teasers__teaser .teaser__content h3 {
    font-size: 2.2em;
    margin: 0 0 0.5em;
  }
  .whatson .teasers .teasers__teaser .teaser__content .teaser__details {
    font-size: 1em;
  }
  .whatson .teasers .teasers__teaser .teaser__content .teaser__details p {
    margin: 0 0 1.5em;
  }
  .whatson .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .btn, .whatson .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .whatson .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .spektrix_instances_book, .whatson .teasers .teasers__teaser .teaser__content .prod_teaser__buttons .donations .tabs button, .donations .tabs .whatson .teasers .teasers__teaser .teaser__content .prod_teaser__buttons button {
    font-size: 1.1em;
  }
}

.accordion .accordion__title {
  font-size: 2rem;
  text-transform: uppercase;
}
.accordion .accordion__heading {
  position: relative;
  padding: 1em 3em 1em 0.5em;
  background: #dadada;
  text-align: center;
  color: black;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 1.3em;
  text-transform: uppercase;
  line-height: 1;
}
.accordion .accordion__heading:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid black;
  border-left: 0;
  border-top: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 15px;
  margin: 0 auto;
}
.accordion .accordion__item {
  padding-bottom: 1px;
}
.accordion .accordion__item .accordion__content {
  display: none;
  padding: 1em 0 0;
}
.accordion .accordion__item .accordion__content:after {
  content: "";
  display: table;
  clear: both;
}
.accordion .accordion__item .accordion__buttons {
  display: none;
  text-align: center;
  padding-bottom: 1.5em;
}
.accordion .accordion__item.open .accordion__heading {
  background: #ed1c24;
  color: white;
}
.accordion .accordion__item.open .accordion__heading:after {
  top: 28px;
  border: 1px solid white;
  border-right: 0;
  border-bottom: 0;
}
.accordion .accordion__item.open .accordion__content, .accordion .accordion__item.open .accordion__buttons {
  display: block;
}
@media (min-width: 920px) {
  .accordion .accordion__item .text-block {
    padding: 1em 2.5em 2em;
  }
  .accordion .accordion__item .accordion__heading {
    font-size: 1.5em;
  }
  .accordion .accordion__item .accordion__heading:after {
    right: 20px;
    width: 22px;
    height: 22px;
  }
  .accordion .accordion__item .accordion__content {
    padding: 2em 2.5em 1em;
  }
  .accordion .accordion__item.open .accordion__heading:after {
    top: 30px;
  }
  .accordion .accordion__item.open .accordion__buttons .btn, .accordion .accordion__item.open .accordion__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .accordion .accordion__item.open .accordion__buttons .spektrix_instances_book, .accordion .accordion__item.open .accordion__buttons .donations .tabs button, .donations .tabs .accordion .accordion__item.open .accordion__buttons button {
    margin: 0 10px;
  }
}
@media (min-width: 1280px) {
  .accordion .accordion__item .text-block {
    padding: 2em 3em 4em;
  }
  .accordion .accordion__item .accordion__heading {
    font-size: 2em;
  }
  .accordion .accordion__item .accordion__heading:after {
    right: 30px;
    width: 35px;
    height: 35px;
  }
  .accordion .accordion__item .accordion__content {
    padding: 2em 3em 1em;
  }
  .accordion .accordion__item.open .accordion__heading:after {
    top: 40px;
  }
}

.photo_slider.slick-initialized .photo_slide {
  position: relative;
  padding: 0;
}
@media (min-width: 920px) {
  .photo_slider.slick-initialized .photo_slide {
    padding: 0 10px;
  }
}
.photo_slider.slick-initialized .photo_slide img {
  margin: 0 auto;
}
.photo_slider.slick-initialized .photo_slide .photo-caption {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  padding: 8px 10px;
  background: black;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  color: white;
  font-size: 0.8em;
}
@media (min-width: 920px) {
  .photo_slider.slick-initialized .photo_slide .photo-caption {
    bottom: -50%;
  }
}
.photo_slider.slick-initialized .photo_slide:hover .photo-caption {
  bottom: 0;
}
.photo_slider.slick-initialized .slick-prev, .photo_slider.slick-initialized .slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 100px;
  margin-top: -50px;
  font-size: 0;
  border: none;
  text-indent: -9999px;
  z-index: 666;
  background: rgba(0, 0, 0, 0.9);
}
@media (min-width: 920px) {
  .photo_slider.slick-initialized .slick-prev, .photo_slider.slick-initialized .slick-next {
    width: 80px;
    height: 200px;
    margin-top: -100px;
  }
  .photo_slider.slick-initialized .slick-prev:hover, .photo_slider.slick-initialized .slick-next:hover {
    background-color: #ed1c24;
  }
}
.photo_slider.slick-initialized .slick-prev {
  left: -24px;
}
.photo_slider.slick-initialized .slick-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-right: 0;
  border-top: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
@media (min-width: 920px) {
  .photo_slider.slick-initialized .slick-prev {
    left: -40px;
  }
}
.photo_slider.slick-initialized .slick-next {
  right: -24px;
}
.photo_slider.slick-initialized .slick-next:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
@media (min-width: 920px) {
  .photo_slider.slick-initialized .slick-next {
    right: -40px;
  }
}

.social-slider {
  padding: 1.5em 0;
}
@media (min-width: 920px) {
  .social-slider {
    padding: 3em 0;
  }
}

.social_slides.slick-initialized .slick-slide {
  position: relative;
  padding: 0;
}
@media (min-width: 560px) {
  .social_slides.slick-initialized .slick-slide {
    padding: 0 10px;
  }
}
.social_slides.slick-initialized .slick-slide img {
  margin: 0 auto;
}
.social_slides.slick-initialized .slick-slide .slider__content {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 20px;
  text-align: center;
  color: white;
  font-size: 0.8em;
}
.social_slides.slick-initialized .slick-slide .slider__content .slide_content {
  display: block;
}
.social_slides.slick-initialized .slick-slide .slider__content .slide_content .text {
  display: block;
}
.social_slides.slick-initialized .slick-slide .slider__content span {
  display: inline-block;
  vertical-align: middle;
}
.social_slides.slick-initialized .slick-slide .icon {
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
.social_slides.slick-initialized .slick-slide.network_facebook .icon {
  background: url("../images/social-teaser-fb.png");
  background-size: contain;
}
.social_slides.slick-initialized .slick-slide.network_facebook .slider__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_slides.slick-initialized .slick-slide.network_twitter .icon {
  background: url("../images/social-teaser-tw.png");
  background-size: contain;
}
.social_slides.slick-initialized .slick-slide.network_instagram .icon {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url("../images/social-teaser-ins.png");
  background-size: contain;
}
.social_slides.slick-initialized .slick-prev, .social_slides.slick-initialized .slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 100px;
  margin-top: -50px;
  font-size: 0;
  border: none;
  text-indent: -9999px;
  z-index: 666;
  background: rgba(0, 0, 0, 0.9);
}
@media (min-width: 920px) {
  .social_slides.slick-initialized .slick-prev, .social_slides.slick-initialized .slick-next {
    width: 80px;
    height: 200px;
    margin-top: -100px;
  }
  .social_slides.slick-initialized .slick-prev:hover, .social_slides.slick-initialized .slick-next:hover {
    background-color: #ed1c24;
  }
}
.social_slides.slick-initialized .slick-prev {
  left: -24px;
}
.social_slides.slick-initialized .slick-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-right: 0;
  border-top: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
@media (min-width: 920px) {
  .social_slides.slick-initialized .slick-prev {
    left: -40px;
  }
}
.social_slides.slick-initialized .slick-next {
  right: -24px;
}
.social_slides.slick-initialized .slick-next:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
@media (min-width: 920px) {
  .social_slides.slick-initialized .slick-next {
    right: -40px;
  }
}

.image-block, .gallery {
  margin: 1rem 0;
}
.image-block img, .gallery img {
  display: block;
}
.image-block .image-block__image, .image-block .gallery__image, .gallery .image-block__image, .gallery .gallery__image {
  position: relative;
  padding: 0;
}
.image-block .image-block__image .photo-caption, .image-block .gallery__image .photo-caption, .gallery .image-block__image .photo-caption, .gallery .gallery__image .photo-caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  padding: 8px 10px;
  background: black;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  color: white;
  font-size: 0.8em;
}
.image-block .image-block__image:hover .photo-caption, .image-block .gallery__image:hover .photo-caption, .gallery .image-block__image:hover .photo-caption, .gallery .gallery__image:hover .photo-caption {
  display: block;
}

.gallery .gallery__image {
  padding: 0 10px;
}

.wp-caption {
  position: relative;
}
.wp-caption img {
  display: block;
}
.wp-caption figcaption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  padding: 8px 10px;
  background: black;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  color: white;
  font-size: 0.8em;
}
.wp-caption:hover figcaption {
  display: block;
}

.news-block {
  padding: 1.5em 0;
}
@media (min-width: 920px) {
  .news-block {
    padding: 3em 0;
  }
}

.news_slides.slick-initialized .slick-slide {
  position: relative;
  padding: 0;
  background: #efefef;
}
@media (min-width: 560px) {
  .news_slides.slick-initialized .slick-slide {
    padding: 0 10px;
  }
}
.news_slides.slick-initialized .slick-slide img {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  margin: 0 auto;
  border-left: 2px solid white;
}
.news_slides.slick-initialized .slick-slide .news-block__content {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  margin: 0 5%;
  text-transform: uppercase;
}
.news_slides.slick-initialized .slick-slide .news-block__content h4 {
  margin: 0 0 5px;
  font-size: 0.75em;
}
.news_slides.slick-initialized .slick-slide .news-block__content h3 {
  margin: 0 0 10px;
  font-weight: normal;
}
.news_slides.slick-initialized .slick-slide .news-block__content .readmore {
  text-decoration: none;
  font-size: 0.75em;
  font-weight: bold;
  color: #ed1c24;
}
.news_slides.slick-initialized .slick-prev, .news_slides.slick-initialized .slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 100px;
  margin-top: -50px;
  font-size: 0;
  border: none;
  text-indent: -9999px;
  z-index: 666;
  background: rgba(0, 0, 0, 0.9);
}
@media (min-width: 920px) {
  .news_slides.slick-initialized .slick-prev, .news_slides.slick-initialized .slick-next {
    width: 80px;
    height: 200px;
    margin-top: -100px;
  }
  .news_slides.slick-initialized .slick-prev:hover, .news_slides.slick-initialized .slick-next:hover {
    background-color: #ed1c24;
  }
}
.news_slides.slick-initialized .slick-prev {
  left: -24px;
}
.news_slides.slick-initialized .slick-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-right: 0;
  border-top: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
@media (min-width: 920px) {
  .news_slides.slick-initialized .slick-prev {
    left: -40px;
  }
}
.news_slides.slick-initialized .slick-next {
  right: -24px;
}
.news_slides.slick-initialized .slick-next:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
@media (min-width: 920px) {
  .news_slides.slick-initialized .slick-next {
    right: -40px;
  }
}

.play_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background: url("../images/video-play-icon.png") center center no-repeat;
  background-size: contain;
  opacity: 0.8;
}
@media (min-width: 920px) {
  .play_icon {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
}
@media (min-width: 1400px) {
  .play_icon {
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
  }
}

.right-col section, .right-col .social-teaser {
  display: block;
  max-width: 100%;
  margin: 1.5em auto 0;
}
.right-col h4 {
  margin: 0 auto 0.35em;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: black;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .right-col h4 {
    font-size: 1.4em;
  }
}
.right-col img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.right-col .btn, .right-col .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .right-col .spektrix_instances_book, .right-col .donations .tabs button, .donations .tabs .right-col button {
  width: 100%;
  text-align: center;
}
.right-col .accordion .accordion__item .accordion__heading {
  font-size: 1em;
}
.right-col .accordion .accordion__item .accordion__heading:after {
  width: 15px;
  height: 15px;
  top: calc(50% - 13px);
  right: 15px;
}
.right-col .accordion .accordion__item.open .accordion__heading:after {
  top: calc(50% - 3px);
}
.right-col .accordion .accordion__item .accordion__content {
  padding: 1em;
}
.right-col .accordion .accordion__item .accordion__content p {
  margin-bottom: 0;
}
.right-col .accordion .accordion__item.open .accordion__buttons {
  padding: 0 1em 1em;
}
.right-col .accordion .accordion__item.open .accordion__buttons .btn, .right-col .accordion .accordion__item.open .accordion__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .right-col .accordion .accordion__item.open .accordion__buttons .spektrix_instances_book, .right-col .accordion .accordion__item.open .accordion__buttons .donations .tabs button, .donations .tabs .right-col .accordion .accordion__item.open .accordion__buttons button {
  margin: 0;
}
.right-col .teasers .teaser__toggle {
  display: none;
}
.right-col .teasers .teasers__teaser {
  width: 100%;
  padding: 0 0 2em;
}
.right-col .teasers .teasers__teaser h3 {
  display: block !important;
  margin: 0 auto 0.35em;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: black;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  background: transparent;
}
@media (min-width: 768px) {
  .right-col .teasers .teasers__teaser h3 {
    font-size: 1.4em;
  }
}
.right-col .teasers .teasers__teaser .teaser__content {
  font-size: 1em;
}
.right-col .teasers .teasers__teaser .btn.grey, .right-col .teasers .teasers__teaser .spektrix-instances li .grey.spektrix_instances_book, .spektrix-instances li .right-col .teasers .teasers__teaser .grey.spektrix_instances_book, .right-col .teasers .teasers__teaser .donations .tabs button.grey, .donations .tabs .right-col .teasers .teasers__teaser button.grey {
  display: none;
}
.right-col .teasers .teasers__teaser .btn.grey.mobile, .right-col .teasers .teasers__teaser .spektrix-instances li .grey.mobile.spektrix_instances_book, .spektrix-instances li .right-col .teasers .teasers__teaser .grey.mobile.spektrix_instances_book, .right-col .teasers .teasers__teaser .donations .tabs button.grey.mobile, .donations .tabs .right-col .teasers .teasers__teaser button.grey.mobile {
  display: inline-block;
}

.sidebar-unit {
  margin-bottom: 1em;
}
@media (min-width: 920px) {
  .sidebar-unit {
    margin-bottom: 2em;
  }
}
@media (min-width: 992px) {
  .sidebar-unit {
    margin-bottom: 3em;
  }
}
.sidebar-unit h4 {
  margin: 0 auto 0.35em;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: black;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sidebar-unit h4 {
    font-size: 1.4em;
  }
}
.sidebar-unit img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.sidebar-unit .btn, .sidebar-unit .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .sidebar-unit .spektrix_instances_book, .sidebar-unit .donations .tabs button, .donations .tabs .sidebar-unit button {
  width: 100%;
  text-align: center;
}

#related-events {
  text-align: center;
}
#related-events h3 {
  font-size: 1.2em;
}
@media (min-width: 920px) {
  #related-events h3 {
    font-size: 1.7em;
  }
}
#related-events .related-item {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  #related-events .related-item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 1% 2%;
  }
}
@media (min-width: 920px) {
  #related-events .related-item {
    height: 30%;
  }
}
@media (min-width: 1120px) {
  #related-events .related-item {
    width: 32.3333%;
    margin: 0 0.5%;
  }
}
#related-events .related-item img {
  display: block;
  width: 100%;
}
#related-events .related-item .slider__gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}
@media (min-width: 768px) {
  #related-events .related-item .slider__gradient {
    height: 30%;
  }
}
#related-events .related-item .slider__content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  text-align: left;
}
@media (min-width: 420px) {
  #related-events .related-item .slider__content {
    bottom: 15px;
    left: 15px;
  }
}
@media (min-width: 920px) {
  #related-events .related-item .slider__content {
    bottom: 20px;
    left: 20px;
  }
}
@media (min-width: 1120px) {
  #related-events .related-item .slider__content {
    bottom: 15px;
    left: 15px;
  }
}
@media (min-width: 1400px) {
  #related-events .related-item .slider__content {
    bottom: 20px;
    left: 20px;
  }
}
@media (min-width: 1600px) {
  #related-events .related-item .slider__content {
    bottom: 30px;
    left: 30px;
  }
}
#related-events .related-item .slider__content .slider__dates {
  text-transform: uppercase;
  font-size: 0.75em;
}
@media (min-width: 1800px) {
  #related-events .related-item .slider__content .slider__dates {
    font-size: 1.2em;
  }
}
#related-events .related-item .slider__content h3 {
  margin: 0.35rem 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: white;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  text-align: left;
}
@media (min-width: 920px) {
  #related-events .related-item .slider__content h3 {
    font-size: 2.4em;
  }
}
#related-events .related-item .slider__content .slider__credit {
  margin-bottom: 0.85rem;
  font-size: 0.8em;
}
#related-events .related-item .slider__content .slider__credit span {
  display: block;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 0.8em;
}
@media (min-width: 1800px) {
  #related-events .related-item .slider__content .slider__credit span {
    font-size: 1em;
  }
}
#related-events .related-item .slider__content .slider__buttons {
  /*
  				.btn.grey {
  					margin-right: 10px;
  				}
  */
}
#related-events .related-item .slider__content .slider__buttons .btn, #related-events .related-item .slider__content .slider__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li #related-events .related-item .slider__content .slider__buttons .spektrix_instances_book, #related-events .related-item .slider__content .slider__buttons .donations .tabs button, .donations .tabs #related-events .related-item .slider__content .slider__buttons button {
  font-size: 0.5em;
  padding: 8px;
}
@media (min-width: 1600px) {
  #related-events .related-item .slider__content .slider__buttons .btn, #related-events .related-item .slider__content .slider__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li #related-events .related-item .slider__content .slider__buttons .spektrix_instances_book, #related-events .related-item .slider__content .slider__buttons .donations .tabs button, .donations .tabs #related-events .related-item .slider__content .slider__buttons button {
    font-size: 0.75em;
    padding: 8px 15px;
  }
}
@media (min-width: 1800px) {
  #related-events .related-item .slider__content .slider__buttons .btn, #related-events .related-item .slider__content .slider__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li #related-events .related-item .slider__content .slider__buttons .spektrix_instances_book, #related-events .related-item .slider__content .slider__buttons .donations .tabs button, .donations .tabs #related-events .related-item .slider__content .slider__buttons button {
    font-size: 0.85em;
  }
}

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

.content-section--1_column_section {
  max-width: none;
  padding: 1.5em 1.5em 0;
}
@media (min-width: 920px) {
  .content-section--1_column_section {
    padding: 2.5em 2.5em 0;
  }
}
@media (min-width: 1280px) {
  .content-section--1_column_section {
    padding: 3em 3em 0;
  }
}

.content-section--2_column_section, .content-section--3_column_section {
  max-width: none;
  padding: 1.5em 1.5em 0;
}
@media (min-width: 920px) {
  .content-section--2_column_section, .content-section--3_column_section {
    padding: 2.5em 2.5em 0;
  }
}
@media (min-width: 1280px) {
  .content-section--2_column_section, .content-section--3_column_section {
    padding: 3em 3em 0;
  }
}
.content-section--2_column_section .col-sm, .content-section--3_column_section .col-sm {
  float: left;
}
.content-section--2_column_section .col-sm:first-child, .content-section--3_column_section .col-sm:first-child {
  padding-right: 1em;
}
.content-section--2_column_section .col-sm:nth-child(2), .content-section--3_column_section .col-sm:nth-child(2) {
  padding-left: 1em;
}
.content-section--2_column_section:after, .content-section--3_column_section:after {
  content: "";
  display: table;
  clear: both;
}

.social-teaser {
  position: relative;
}
.social-teaser .social-teaser__network {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 100;
  border-radius: 50%;
}
.social-teaser .social-teaser__network.social-teaser__network__facebook {
  background: url("../images/social-teaser-fb.png");
  background-size: contain;
}
.social-teaser .social-teaser__network.social-teaser__network__twitter {
  background: url("../images/social-teaser-tw.png");
  background-size: contain;
}
.social-teaser .social-teaser__network.social-teaser__network__instagram {
  background: url("../images/social-teaser-ins.png");
  background-size: contain;
}
.social-teaser .social-teaser__image img {
  width: 100%;
  margin: 0;
}

.text-block .text-block__image {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 5px solid black;
}
.text-block .text-block__image img {
  display: block;
  margin: 0 0 0 auto;
}
.text-block .text-block__image .mobile {
  display: none;
}
.text-block .text-block__image .photo-caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  padding: 8px 10px;
  background: black;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  color: white;
  font-size: 0.8em;
}
.text-block .text-block__image:hover .photo-caption {
  display: block;
}
@media (min-width: 768px) {
  .text-block {
    padding: 1em 0;
  }
  .text-block .text-block__image {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin: 0 3% 0 0;
    padding-bottom: 0;
    border: none;
    border-right: 5px solid black;
  }
  .text-block .text-block__content {
    display: inline-block;
    vertical-align: middle;
    width: 57%;
  }
}
@media (min-width: 768px) {
  .text-block {
    padding: 1em 0 2em;
  }
  .text-block .text-block__image {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin: 0 3% 0 0;
    padding-bottom: 0;
    border: none;
    border-right: 5px solid black;
  }
  .text-block .text-block__content {
    display: inline-block;
    vertical-align: middle;
    width: 57%;
  }
}
.text-block.noimg .text-block__content {
  width: 100%;
}

.gallery__items.slick-initialized .photo_slide {
  position: relative;
  padding: 0;
}
@media (min-width: 920px) {
  .gallery__items.slick-initialized .photo_slide {
    padding: 0 10px;
  }
}
.gallery__items.slick-initialized .photo_slide img {
  margin: 0 auto;
}
.gallery__items.slick-initialized .photo_slide .photo-caption {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  padding: 8px 10px;
  background: black;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  color: white;
  font-size: 0.8em;
}
@media (min-width: 920px) {
  .gallery__items.slick-initialized .photo_slide .photo-caption {
    bottom: -50%;
  }
}
.gallery__items.slick-initialized .photo_slide:hover .photo-caption {
  bottom: 0;
}
.gallery__items.slick-initialized .slick-prev, .gallery__items.slick-initialized .slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 100px;
  margin-top: -50px;
  font-size: 0;
  border: none;
  text-indent: -9999px;
  z-index: 666;
  background: rgba(0, 0, 0, 0.9);
}
@media (min-width: 920px) {
  .gallery__items.slick-initialized .slick-prev, .gallery__items.slick-initialized .slick-next {
    width: 80px;
    height: 200px;
    margin-top: -100px;
  }
  .gallery__items.slick-initialized .slick-prev:hover, .gallery__items.slick-initialized .slick-next:hover {
    background-color: #ed1c24;
  }
}
.gallery__items.slick-initialized .slick-prev {
  left: -24px;
}
.gallery__items.slick-initialized .slick-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-right: 0;
  border-top: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
@media (min-width: 920px) {
  .gallery__items.slick-initialized .slick-prev {
    left: -40px;
  }
}
.gallery__items.slick-initialized .slick-next {
  right: -24px;
}
.gallery__items.slick-initialized .slick-next:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
@media (min-width: 920px) {
  .gallery__items.slick-initialized .slick-next {
    right: -40px;
  }
}

.pagination-block a {
  text-decoration: none;
}
.pagination-block li {
  margin-top: 0.5em;
}
.pagination-block .disabled {
  background: #dadada;
}
.pagination-block .disabled a {
  color: #6a6a6a;
}
.pagination-block .pagination {
  text-align: center;
  list-style: none;
  padding: 0;
}
.pagination-block .pagination li {
  display: inline-block;
}
.pagination-block .current {
  background: #ec2730;
}
.pagination-block .current a {
  color: #000;
}
.pagination-block .prev {
  margin-right: 1em;
}
.pagination-block .next {
  margin-left: 1em;
}

#content form .form-row, .form .form-row {
  margin-bottom: 0.5rem;
}
#content form label, .form label {
  display: block;
  font-weight: bold;
}
#content form .form-error, .form .form-error {
  color: #ec2730;
  font-weight: bold;
}
#content form input[type=text],
#content form input[type=email],
#content form input[type=password],
#content form input[type=url],
#content form input[type=search],
#content form input[type=number],
#content form textarea, .form input[type=text],
.form input[type=email],
.form input[type=password],
.form input[type=url],
.form input[type=search],
.form input[type=number],
.form textarea {
  border: 1px solid #000;
  padding: 5px;
  width: 55%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 32px;
  font-weight: bold;
}
#content form select, .form select {
  width: 55%;
  background: #fff;
  height: 32px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  outline: 1px inset #000;
  outline-offset: -1px;
  font-weight: bold;
}
#content form textarea, .form textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
section.memberships {
  padding: 1rem;
  justify-content: center;
}
@media (min-width: 992px) {
  section.memberships {
    display: flex;
    padding: 0;
  }
}
section.memberships .membership {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0;
  border: 1px solid #6a6a6a;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  section.memberships .membership {
    max-width: 25%;
  }
}
section.memberships .membership h2 {
  margin: 0;
  padding: 0.5rem;
  background: #ec2730;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
}
section.memberships .membership .content {
  padding: 0.5rem;
  flex-grow: 1;
}
section.memberships .form {
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
section.memberships .membership-number-select {
  display: none;
  width: 100%;
  font-size: 1rem;
}
section.memberships ul.form {
  text-align: center;
  list-style: none;
  padding: 0.5rem;
  padding-bottom: 0;
}

.donations .form {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 767px) {
  .donations .form {
    text-align: left;
  }
}
.donations .form input[type=text],
.donations .form input[type=number] {
  padding: 10px 15px;
  font-size: 1.1rem;
  font-weight: normal;
  width: auto;
  margin-right: 0.5rem;
  height: 100%;
}
.donations .form button {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: bold;
}
.donations .tabs button {
  font-weight: bold;
}
.donations .levels {
  margin-top: 0.5rem;
  background: #dadada;
}
.donations .levels .level {
  display: none;
  padding: 1rem;
}
.donations .levels .level.active {
  display: block;
}

.fancy_teasers {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.fancy_teasers:hover {
  z-index: 1;
}
.fancy_teasers img {
  display: block;
  width: 100%;
}
.fancy_teasers.fancy-teasers-carousel.slick-slider {
  padding: 2rem;
}
.fancy_teasers.fancy-teasers-carousel.slick-slider .fancy_teaser:hover .fancy_teaser_spacer {
  display: none !important;
}
.fancy_teasers.fancy-teasers-carousel.slick-slider .slick-list {
  padding-bottom: var(--padpx);
  margin-bottom: var(--marpx);
  z-index: 0;
}
.fancy_teasers.fancy-teasers-carousel .slick-prev, .fancy_teasers.fancy-teasers-carousel .slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 100px;
  margin-top: -50px;
  font-size: 0;
  border: none;
  text-indent: -9999px;
  z-index: 666;
  background: rgba(0, 0, 0, 0.9);
}
@media (min-width: 920px) {
  .fancy_teasers.fancy-teasers-carousel .slick-prev, .fancy_teasers.fancy-teasers-carousel .slick-next {
    width: 80px;
    height: 200px;
    margin-top: -100px;
  }
  .fancy_teasers.fancy-teasers-carousel .slick-prev:hover, .fancy_teasers.fancy-teasers-carousel .slick-next:hover {
    background-color: #ed1c24;
  }
}
.fancy_teasers.fancy-teasers-carousel .slick-prev {
  left: 0px;
}
.fancy_teasers.fancy-teasers-carousel .slick-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-right: 0;
  border-top: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
@media (min-width: 920px) {
  .fancy_teasers.fancy-teasers-carousel .slick-prev {
    left: -40px;
  }
}
.fancy_teasers.fancy-teasers-carousel .slick-next {
  right: 0px;
}
.fancy_teasers.fancy-teasers-carousel .slick-next:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
@media (min-width: 920px) {
  .fancy_teasers.fancy-teasers-carousel .slick-next {
    right: -40px;
  }
}
.fancy_teasers .fancy_teaser {
  position: relative;
  width: 100%;
  padding: 2em;
  z-index: 0;
}
@media (min-width: 992px) {
  .fancy_teasers .fancy_teaser {
    width: 50%;
  }
}
.fancy_teasers .fancy_teaser .fancy_teaser_container {
  transition: transform 0.2s ease;
  border: 1px solid transparent;
}
.fancy_teasers .fancy_teaser .fancy_teaser_visible_info {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1ex 1em;
  text-shadow: 0px 0px 3px #000;
  background: rgba(0, 0, 0, 0.5);
}
.fancy_teasers .fancy_teaser .fancy_teaser_visible_info h3, .fancy_teasers .fancy_teaser .fancy_teaser_visible_info h4 {
  margin: 0 0 0.5ex;
}
.fancy_teasers .fancy_teaser .fancy_teaser_visible_info h3 {
  font-size: 1.2em;
}
.fancy_teasers .fancy_teaser .fancy_teaser_image {
  position: relative;
}
.fancy_teasers .fancy_teaser .fancy_teaser_reveal_info {
  background: white;
  padding: 1em;
  display: none;
}
.fancy_teasers .fancy_teaser .fancy_teaser_reveal_info .btn, .fancy_teasers .fancy_teaser .fancy_teaser_reveal_info .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .fancy_teasers .fancy_teaser .fancy_teaser_reveal_info .spektrix_instances_book, .fancy_teasers .fancy_teaser .fancy_teaser_reveal_info .donations .tabs button, .donations .tabs .fancy_teasers .fancy_teaser .fancy_teaser_reveal_info button {
  text-align: center;
}
@media (min-width: 992px) {
  .fancy_teasers .fancy_teaser .fancy_teaser_reveal_info .btn, .fancy_teasers .fancy_teaser .fancy_teaser_reveal_info .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .fancy_teasers .fancy_teaser .fancy_teaser_reveal_info .spektrix_instances_book, .fancy_teasers .fancy_teaser .fancy_teaser_reveal_info .donations .tabs button, .donations .tabs .fancy_teasers .fancy_teaser .fancy_teaser_reveal_info button {
    text-align: left;
  }
}
.fancy_teasers .fancy_teaser .fancy_teaser_spacer {
  display: none;
  padding-top: var(--padpercent);
}
.fancy_teasers .fancy_teaser:hover {
  z-index: 1;
}
@media (min-width: 992px) {
  .fancy_teasers .fancy_teaser:hover .fancy_teaser_spacer {
    display: block;
  }
}
.fancy_teasers .fancy_teaser:hover .fancy_teaser_container {
  overflow: visible;
  transform: scale(1.05);
  z-index: 3333;
  border: 1px solid #6a6a6a;
}
@media (min-width: 992px) {
  .fancy_teasers .fancy_teaser:hover .fancy_teaser_container {
    position: absolute;
    left: 2em;
    right: 2em;
    top: 2em;
  }
}
.fancy_teasers .fancy_teaser:hover .fancy_teaser_reveal_info {
  display: block;
}

.prod-cast, .cast-module {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.prod-cast .post-link, .cast-module .post-link {
  text-decoration: none;
}
.prod-cast .bio_name.condensed, .cast-module .bio_name.condensed {
  background: #000;
  position: relative;
  width: 100%;
  padding: 4px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: black;
  color: #fff;
  text-decoration: none;
  margin: 0px;
  padding: 15px;
}
.prod-cast .wrapblock, .cast-module .wrapblock {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  position: relative;
}
.prod-cast .wrapblock.lastofline, .cast-module .wrapblock.lastofline {
  display: none;
}
.prod-cast .wrapblock img, .cast-module .wrapblock img {
  display: block;
  width: 100%;
}
@media (min-width: 568px) {
  .prod-cast .wrapblock, .cast-module .wrapblock {
    display: inline-block;
    width: 48%;
    margin: 0 1% 2%;
  }
}
@media (min-width: 920px) {
  .prod-cast .wrapblock, .cast-module .wrapblock {
    width: 31.3333%;
    margin: 0 1% 2%;
  }
}
@media (min-width: 1140px) {
  .prod-cast .wrapblock, .cast-module .wrapblock {
    width: 24%;
    margin: 0 0.5% 1%;
  }
}
@media (min-width: 1500px) {
  .prod-cast .wrapblock, .cast-module .wrapblock {
    width: 19%;
  }
}
.prod-cast .wrapblock.nopic, .cast-module .wrapblock.nopic {
  display: block;
  padding: 0.75em;
  background: black;
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 1;
}
.prod-cast .wrapblock.nopic span, .cast-module .wrapblock.nopic span {
  display: block;
  margin-top: 4px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
}
@media (min-width: 568px) {
  .prod-cast .wrapblock.nopic, .cast-module .wrapblock.nopic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .prod-cast .wrapblock.nopic, .cast-module .wrapblock.nopic {
    font-size: 1.5em;
  }
}
.prod-cast .wrapblock.nopic:hover, .cast-module .wrapblock.nopic:hover {
  background: #ed1c24;
}
.prod-cast .wrapblock.selected:after, .cast-module .wrapblock.selected:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
  background: red;
}
.prod-cast #single-post-container, .prod-cast .bio-container, .cast-module #single-post-container, .cast-module .bio-container {
  position: relative;
}
@media (min-width: 568px) {
  .prod-cast #single-post-container, .prod-cast .bio-container, .cast-module #single-post-container, .cast-module .bio-container {
    width: 98%;
    margin: 0 auto;
  }
}
@media (min-width: 920px) {
  .prod-cast #single-post-container, .prod-cast .bio-container, .cast-module #single-post-container, .cast-module .bio-container {
    padding: 1em 0;
  }
}
@media (min-width: 1140px) {
  .prod-cast #single-post-container, .prod-cast .bio-container, .cast-module #single-post-container, .cast-module .bio-container {
    width: 99%;
  }
}
.prod-cast #single-post-container .closeit, .prod-cast .bio-container .closeit, .cast-module #single-post-container .closeit, .cast-module .bio-container .closeit {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #ed1c24;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1;
}
.prod-cast #single-post-container h4, .prod-cast .bio-container h4, .cast-module #single-post-container h4, .cast-module .bio-container h4 {
  margin: 0.5rem 0;
  padding-right: 25px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: black;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1;
}
.prod-cast #single-post-container h4 span, .prod-cast .bio-container h4 span, .cast-module #single-post-container h4 span, .cast-module .bio-container h4 span {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  font-size: 0.7em;
}
@media (min-width: 768px) {
  .prod-cast #single-post-container h4, .prod-cast .bio-container h4, .cast-module #single-post-container h4, .cast-module .bio-container h4 {
    margin: 0 0 0.25em;
    font-size: 2em;
  }
  .prod-cast #single-post-container h4 span, .prod-cast .bio-container h4 span, .cast-module #single-post-container h4 span, .cast-module .bio-container h4 span {
    display: inline-block;
  }
}
@media (min-width: 920px) {
  .prod-cast #single-post-container h4, .prod-cast .bio-container h4, .cast-module #single-post-container h4, .cast-module .bio-container h4 {
    font-size: 2.4em;
  }
  .prod-cast #single-post-container h4 span, .prod-cast .bio-container h4 span, .cast-module #single-post-container h4 span, .cast-module .bio-container h4 span {
    font-size: 0.5em;
  }
}
.prod-cast #single-post-container .article-body, .prod-cast .bio-container .article-body, .cast-module #single-post-container .article-body, .cast-module .bio-container .article-body {
  padding: 1em 0 0;
}

.container-wide {
  max-width: 1280px;
  margin: 0 auto;
}

.container-narrow {
  max-width: 1024px;
  margin: 0 auto;
}

.container-full-width {
  max-width: 1280px;
  margin: 0 1rem;
}

.content-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .col-narrow {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .col-wide {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .col-mid {
    width: 100%/3;
  }
}

.col-sm-3 {
  width: 25%;
}

.col-sm-4 {
  width: 33.333333%;
}

.col-sm-5 {
  width: 40%;
}

.col-sm-6 {
  width: 50%;
}

.col-sm-7 {
  width: 60%;
}

.col-sm-8 {
  width: 66.666666%;
}

.col-sm-9 {
  width: 75%;
}

.col-sm-12 {
  width: 100%;
}

header {
  position: relative;
  padding: 0;
}
header .wrapper {
  padding: 0 0.75em;
  background: white;
  transition: background 0.3s ease-in-out;
  border-bottom: 1px solid black;
}
@media (min-width: 568px) {
  header .wrapper {
    padding: 0 1em;
  }
}
header .wrapper .hdr-logo {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
header .wrapper .hdr-logo a {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: black;
  font-size: 1.25em;
  text-decoration: none;
  line-height: 1;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 568px) {
  header .wrapper .hdr-logo a {
    font-size: 2.2em;
  }
}
@media (min-width: 992px) {
  header .wrapper .hdr-logo {
    font-size: 1.6rem;
  }
}
header .wrapper .hdr-logo img {
  max-height: 70px;
}
header .wrapper .navbar-right {
  display: inline-block;
  float: right;
  padding: 0.5rem 0;
}
@media (min-width: 568px) {
  header .wrapper .navbar-right {
    padding: 1rem 0;
  }
}
header .wrapper .navbar-right .btn.small, header .wrapper .navbar-right .spektrix-instances li .small.spektrix_instances_book, .spektrix-instances li header .wrapper .navbar-right .small.spektrix_instances_book, header .wrapper .navbar-right .donations .tabs button.small, .donations .tabs header .wrapper .navbar-right button.small {
  display: none;
}
@media (min-width: 768px) {
  header .wrapper .navbar-right .btn.small, header .wrapper .navbar-right .spektrix-instances li .small.spektrix_instances_book, .spektrix-instances li header .wrapper .navbar-right .small.spektrix_instances_book, header .wrapper .navbar-right .donations .tabs button.small, .donations .tabs header .wrapper .navbar-right button.small {
    display: inline-block;
  }
}
header #nav-main {
  display: none;
  background: black;
  padding: 1em;
}
@media (min-width: 768px) {
  header #nav-main {
    text-align: right;
  }
}
@media (min-width: 920px) {
  header #nav-main {
    padding: 2em 2.5em;
  }
}
@media (min-width: 1280px) {
  header #nav-main {
    padding: 2.5em 3em;
  }
}
header #nav-main ul {
  padding: 0;
}
@media (min-width: 768px) {
  header #nav-main ul {
    display: inline-block;
    vertical-align: top;
    width: 69%;
    text-align: left;
  }
}
@media (min-width: 992px) {
  header #nav-main ul {
    width: 74%;
  }
}
@media (min-width: 1280px) {
  header #nav-main ul {
    width: 77%;
  }
}
header #nav-main ul li {
  display: block;
  padding: 0;
  margin-bottom: 10px;
  color: white;
}
@media (min-width: 768px) {
  header #nav-main ul li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-left: 4%;
  }
  header #nav-main ul li.current_page_parent a {
    color: #ed1c24;
  }
}
@media (min-width: 992px) {
  header #nav-main ul li {
    width: 21%;
    margin-left: 3%;
  }
}
header #nav-main ul li a, header #nav-main ul li span {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 5px;
  padding: 5px 0 5px 10px;
  text-transform: uppercase;
  color: #ec2730;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 5px solid white;
}
@media (min-width: 920px) {
  header #nav-main ul li.menu-item-has-children a:hover {
    color: white;
    border-bottom-color: #ec2730;
  }
}
header #nav-main ul li.menu-item-has-children a:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  border-left: 0;
  border-top: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  right: 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  header #nav-main ul li.menu-item-has-children a:after {
    display: none;
  }
}
header #nav-main ul li.menu-item-has-children ul {
  display: none;
}
@media (min-width: 768px) {
  header #nav-main ul li.menu-item-has-children ul {
    display: block;
    width: 100%;
  }
}
header #nav-main ul li.menu-item-has-children ul li {
  border: none;
  margin: 0;
  padding: 2px 0;
}
header #nav-main ul li.menu-item-has-children ul li.menu-item-86 {
  border-top: 1px solid #6a6a6a;
  padding-top: 12px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  header #nav-main ul li.menu-item-has-children ul li {
    display: block;
    width: 100%;
  }
  header #nav-main ul li.menu-item-has-children ul li a {
    color: white;
    font-weight: normal;
  }
  header #nav-main ul li.menu-item-has-children ul li a:hover {
    color: #ed1c24;
  }
  header #nav-main ul li.menu-item-has-children ul li.current_page_item a {
    color: #ed1c24;
  }
}
header #nav-main ul li.menu-item-has-children ul li a {
  margin: 0;
  padding: 5px 0 5px 25px;
  text-transform: none;
  border: none;
}
@media (min-width: 768px) {
  header #nav-main ul li.menu-item-has-children ul li a {
    padding: 5px 0 5px 10px;
  }
}
header #nav-main ul li.menu-item-has-children ul li a:after {
  display: none;
}
header #nav-main ul li.menu-item-has-children.expanded a, header #nav-main ul li.menu-item-has-children.current-menu-item a {
  color: #ed1c24;
}
@media (min-width: 768px) {
  header #nav-main ul li.menu-item-has-children.expanded a, header #nav-main ul li.menu-item-has-children.current-menu-item a {
    color: white;
    cursor: default;
  }
}
header #nav-main ul li.menu-item-has-children.expanded a:after, header #nav-main ul li.menu-item-has-children.current-menu-item a:after {
  border: 1px solid #ffffff;
  border-right: 0;
  border-bottom: 0;
  top: 11px;
}
@media (min-width: 768px) {
  header #nav-main ul li.menu-item-has-children.expanded a:after, header #nav-main ul li.menu-item-has-children.current-menu-item a:after {
    display: none;
  }
}
header #nav-main ul li.menu-item-has-children.expanded ul, header #nav-main ul li.menu-item-has-children.current-menu-item ul {
  display: block;
}
header #nav-main ul li.menu-item-has-children.expanded ul li a, header #nav-main ul li.menu-item-has-children.current-menu-item ul li a {
  color: white;
}
header #nav-main .nav-buttons {
  display: block;
  padding: 1em 0 0.5em;
}
@media (min-width: 768px) {
  header #nav-main .nav-buttons {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    float: left;
    padding: 0.25em 0 0 0;
  }
}
@media (min-width: 992px) {
  header #nav-main .nav-buttons {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  header #nav-main .nav-buttons {
    width: 22%;
  }
}
header #nav-main .nav-buttons .btn.red, header #nav-main .nav-buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li header #nav-main .nav-buttons .spektrix_instances_book, header #nav-main .nav-buttons .donations .tabs button.red, .donations .tabs header #nav-main .nav-buttons button.red, header #nav-main .nav-buttons .donations .tabs button.active, .donations .tabs header #nav-main .nav-buttons button.active {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
header #nav-main .nav-buttons .btn.grey, header #nav-main .nav-buttons .spektrix-instances li .grey.spektrix_instances_book, .spektrix-instances li header #nav-main .nav-buttons .grey.spektrix_instances_book, header #nav-main .nav-buttons .donations .tabs button.grey, .donations .tabs header #nav-main .nav-buttons button.grey {
  display: inline-block;
  width: 48.5%;
  margin: 0 1.5% 10px 0;
  text-align: center;
}
header #nav-main .nav-buttons .btn.grey:nth-child(3), header #nav-main .nav-buttons .spektrix-instances li .grey.spektrix_instances_book:nth-child(3), .spektrix-instances li header #nav-main .nav-buttons .grey.spektrix_instances_book:nth-child(3), header #nav-main .nav-buttons .donations .tabs button.grey:nth-child(3), .donations .tabs header #nav-main .nav-buttons button.grey:nth-child(3) {
  margin: 0 0 10px 1.5%;
}
@media (min-width: 768px) {
  header #nav-main .nav-buttons .btn.red, header #nav-main .nav-buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li header #nav-main .nav-buttons .spektrix_instances_book, header #nav-main .nav-buttons .donations .tabs button.red, .donations .tabs header #nav-main .nav-buttons button.red, header #nav-main .nav-buttons .donations .tabs button.active, .donations .tabs header #nav-main .nav-buttons button.active, header #nav-main .nav-buttons .btn.grey, header #nav-main .nav-buttons .donations .tabs button.grey, .donations .tabs header #nav-main .nav-buttons button.grey {
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 20px !important;
    font-size: 1em;
  }
}
header #nav-main .social.topnav {
  text-align: center;
}
header:not(.expanded) .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
header.expanded .wrapper {
  background: #6a6a6a;
}
header.expanded .wrapper .hdr-logo a {
  color: white;
}
header.expanded .wrapper .navbar-right .btn.small, header.expanded .wrapper .navbar-right .spektrix-instances li .small.spektrix_instances_book, .spektrix-instances li header.expanded .wrapper .navbar-right .small.spektrix_instances_book, header.expanded .wrapper .navbar-right .donations .tabs button.small, .donations .tabs header.expanded .wrapper .navbar-right button.small {
  display: none;
}
header.expanded .wrapper .navbar-right .nav_search {
  display: inline-block;
}

.nav_search {
  vertical-align: middle;
  font-size: 1.2em;
}
.nav_search.desktop {
  display: none;
}
@media (max-width: 767px) {
  .nav_search.desktop {
    display: none !important;
  }
}
.nav_search.mob {
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .nav_search.mob {
    display: none;
  }
}
.nav_search .search_input {
  width: 170px;
  border: none;
  background: white;
  padding: 5px 5px 5px 35px;
  color: black;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  font-size: 1.1em;
}
.nav_search span {
  display: inline-block;
  position: relative;
}
.nav_search span:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 8px;
  left: 7px;
  color: #000;
  font-size: 1em;
}
.nav_search .submit-button {
  background: red;
  border: none;
  padding: 5px 6px;
  color: white;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 1px;
}
.nav_search ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}
.nav_search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
.nav_search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
}

#mobile_mm_toggle {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 6px 6px 3px;
  background: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  background: #a9a9a9;
}
@media (min-width: 568px) {
  #mobile_mm_toggle {
    padding: 5px 10px 6px;
  }
}
#mobile_mm_toggle .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 24px;
  margin: 0 auto;
}

#mobile_mm_toggle .icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg) translateZ(0);
  transform: rotate(0deg) translateZ(0);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mobile_mm_toggle:hover .icon span {
  background: #ffffff;
}

#mobile_mm_toggle span:nth-child(even) {
  left: 50%;
  border-radius: 0 1px 1px 0;
}

#mobile_mm_toggle .icon span:nth-child(odd) {
  left: 0;
  border-radius: 1px 0 0 1px;
}

#mobile_mm_toggle .icon span:nth-child(1), #mobile_mm_toggle .icon span:nth-child(2) {
  top: 4px;
}

#mobile_mm_toggle .icon span:nth-child(3), #mobile_mm_toggle .icon span:nth-child(4) {
  top: 11px;
}

#mobile_mm_toggle .icon span:nth-child(5), #mobile_mm_toggle .icon span:nth-child(6) {
  top: 18px;
}

header.expanded #mobile_mm_toggle .icon span:nth-child(1), header.expanded #mobile_mm_toggle .icon span:nth-child(6) {
  transform: rotate(45deg);
}

header.expanded #mobile_mm_toggle .icon span:nth-child(1) {
  left: 3px;
  top: 7px;
}

header.expanded #mobile_mm_toggle .icon span:nth-child(2), header.expanded #mobile_mm_toggle .icon span:nth-child(5) {
  transform: rotate(-45deg);
}

header.expanded #mobile_mm_toggle .icon span:nth-child(2) {
  left: calc(50% - 3px);
  top: 7px;
}

header.expanded #mobile_mm_toggle .icon span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

header.expanded #mobile_mm_toggle .icon span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

header.expanded #mobile_mm_toggle .icon span:nth-child(5) {
  left: 3px;
  top: 15px;
}

header.expanded #mobile_mm_toggle .icon span:nth-child(6) {
  left: calc(50% - 3px);
  top: 15px;
}

#mobile_mm_toggle .label {
  display: inline-block;
  vertical-align: middle;
}

#mobile_mm_toggle .label span {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: 2px;
  padding-top: 0px;
}
#mobile_mm_toggle .label span.expanded {
  letter-spacing: 1px;
}

#mobile_mm_toggle .label span.closed, header.expanded #mobile_mm_toggle .label span.opened {
  display: block;
}

#mobile_mm_toggle .label span.opened, header.expanded #mobile_mm_toggle .label span.closed {
  display: none;
}

footer {
  padding: 2em 1em;
  background: black;
  text-align: center;
  color: white;
}
@media (min-width: 920px) {
  footer {
    padding: 2.5em;
  }
}
@media (min-width: 1280px) {
  footer {
    padding: 2.5em 3em;
  }
}
footer .footer-left {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  footer .footer-left {
    max-width: 45%;
    text-align: left;
    padding-bottom: 0;
  }
}
@media (min-width: 920px) {
  footer .footer-left {
    max-width: 38%;
  }
}
footer .footer-left .social.mob {
  display: inline-block;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  footer .footer-left .social.mob {
    display: none;
  }
}
footer .footer-left .footer-logo {
  margin: 0 0 0.3em;
}
@media (min-width: 768px) {
  footer .footer-left .footer-logo {
    margin: 0 0 0.5em;
  }
}
footer .footer-left .footer-logo .ftr-logo-link {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: white;
  font-size: 1.75em;
  text-decoration: none;
  line-height: 1;
}
@media (min-width: 568px) {
  footer .footer-left .footer-logo .ftr-logo-link {
    font-size: 2.2em;
  }
}
@media (min-width: 768px) {
  footer .footer-left .footer-logo .ftr-logo-link {
    font-size: 2em;
  }
}
footer .footer-left .address {
  margin-bottom: 0.5rem;
  font-size: 0.6em;
  line-height: 1.4;
}
@media (min-width: 568px) {
  footer .footer-left .address {
    font-size: 0.75em;
  }
}
@media (min-width: 768px) {
  footer .footer-left .address {
    margin-bottom: 1rem;
  }
}
footer .footer-left .btn.white, footer .footer-left .spektrix-instances li .white.spektrix_instances_book, .spektrix-instances li footer .footer-left .white.spektrix_instances_book, footer .footer-left .donations .tabs button.white, .donations .tabs footer .footer-left button.white {
  font-size: 0.8em;
}
@media (min-width: 568px) {
  footer .footer-left .btn.white, footer .footer-left .spektrix-instances li .white.spektrix_instances_book, .spektrix-instances li footer .footer-left .white.spektrix_instances_book, footer .footer-left .donations .tabs button.white, .donations .tabs footer .footer-left button.white {
    font-size: inherit;
  }
}
footer .footer-right {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 768px) {
  footer .footer-right {
    max-width: 55%;
    text-align: right;
  }
}
@media (min-width: 920px) {
  footer .footer-right {
    max-width: 62%;
  }
}
footer .footer-right .social.desk {
  display: none;
}
@media (min-width: 768px) {
  footer .footer-right .social.desk {
    display: inline-block;
  }
}
footer .footer-right .ftr-nav {
  display: none;
}
@media (min-width: 768px) {
  footer .footer-right .ftr-nav {
    display: block;
    padding: 1em 0;
  }
}
footer .footer-right .ftr-nav a {
  display: inline-block;
  width: 32%;
  color: white;
  text-decoration: none;
}
@media (min-width: 920px) {
  footer .footer-right .ftr-nav a {
    width: auto;
    margin: 0 0 0 7px;
  }
}
@media (min-width: 1280px) {
  footer .footer-right .ftr-nav a {
    margin: 0 0 0 14px;
    font-size: 1.3em;
  }
}
footer .footer-right .policy-links {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-right .policy-links {
    text-align: right;
  }
}
footer .footer-right .policy-links a {
  color: white;
  font-size: 8px;
  text-decoration: none;
}
@media (min-width: 420px) {
  footer .footer-right .policy-links a {
    margin: 0 8px;
  }
}
@media (min-width: 768px) {
  footer .footer-right .policy-links a {
    margin: 0 0 0 16px;
  }
}

.home section#content, .page-template-t-home section#content {
  padding: 0;
}
.home .container-wide, .page-template-t-home .container-wide {
  max-width: 100%;
}
.home #hp_slider_mob, .page-template-t-home #hp_slider_mob {
  display: block;
}
@media (min-width: 920px) {
  .home #hp_slider_mob, .page-template-t-home #hp_slider_mob {
    display: none;
  }
}
.home #hp_slider_mob .hp_slide, .page-template-t-home #hp_slider_mob .hp_slide {
  position: relative;
}
.home #hp_slider, .page-template-t-home #hp_slider {
  display: none;
}
@media (min-width: 920px) {
  .home #hp_slider, .page-template-t-home #hp_slider {
    display: block;
  }
}
.home #hp_slider .slick-list, .page-template-t-home #hp_slider .slick-list {
  padding-right: 13%;
}
.home #hp_slider .slick-dots, .page-template-t-home #hp_slider .slick-dots {
  right: calc(13% + 20px);
}
.home #hp_slider .hp_slide, .page-template-t-home #hp_slider .hp_slide {
  position: relative;
  opacity: 0.3;
}
.home #hp_slider .hp_slide.slick-current, .page-template-t-home #hp_slider .hp_slide.slick-current {
  opacity: 1;
}
.home #hp_slider .hp_slide .hp_sub_slide, .page-template-t-home #hp_slider .hp_slide .hp_sub_slide {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
}
.home #hp_slider .hp_slide .hp_sub_slide .slider__gradient, .page-template-t-home #hp_slider .hp_slide .hp_sub_slide .slider__gradient {
  height: 50%;
}
@media (min-width: 920px) {
  .home #hp_slider .hp_slide .hp_sub_slide .slider__content, .page-template-t-home #hp_slider .hp_slide .hp_sub_slide .slider__content {
    left: 1em;
    max-width: 60%;
    margin: 0;
  }
  .home #hp_slider .hp_slide .hp_sub_slide .slider__content .slider__dates, .page-template-t-home #hp_slider .hp_slide .hp_sub_slide .slider__content .slider__dates {
    font-size: 0.9em;
  }
  .home #hp_slider .hp_slide .hp_sub_slide .slider__content h3, .page-template-t-home #hp_slider .hp_slide .hp_sub_slide .slider__content h3 {
    font-size: 1.3em;
  }
  .home #hp_slider .hp_slide .hp_sub_slide .slider__content .slider__buttons .btn, .home #hp_slider .hp_slide .hp_sub_slide .slider__content .slider__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .home #hp_slider .hp_slide .hp_sub_slide .slider__content .slider__buttons .spektrix_instances_book, .home #hp_slider .hp_slide .hp_sub_slide .slider__content .slider__buttons .donations .tabs button, .donations .tabs .home #hp_slider .hp_slide .hp_sub_slide .slider__content .slider__buttons button, .page-template-t-home #hp_slider .hp_slide .hp_sub_slide .slider__content .slider__buttons .btn, .page-template-t-home #hp_slider .hp_slide .hp_sub_slide .slider__content .slider__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .page-template-t-home #hp_slider .hp_slide .hp_sub_slide .slider__content .slider__buttons .spektrix_instances_book, .page-template-t-home #hp_slider .hp_slide .hp_sub_slide .slider__content .slider__buttons .donations .tabs button, .donations .tabs .page-template-t-home #hp_slider .hp_slide .hp_sub_slide .slider__content .slider__buttons button {
    font-size: 0.75em;
  }
}
@media (min-width: 1280px) {
  .home #hp_slider .hp_slide .hp_sub_slide .slider__content, .page-template-t-home #hp_slider .hp_slide .hp_sub_slide .slider__content {
    left: 2em;
  }
}
@media (min-width: 920px) {
  .home .teasers, .page-template-t-home .teasers {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 2.5em 0 0;
  }
}
@media (min-width: 920px) {
  .home .teasers, .page-template-t-home .teasers {
    padding: 3em 0 0;
  }
}
.home .teasers .teaser__toggle, .page-template-t-home .teasers .teaser__toggle {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: bold;
  position: relative;
  margin: 0;
  padding: 15px 2em 15px 1.5em;
  background: #efefef;
  border-top: 1px solid black;
}
.home .teasers .teaser__toggle:after, .page-template-t-home .teasers .teaser__toggle:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #230700;
  border-left: 0;
  border-top: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  right: 15px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .home .teasers .teaser__toggle, .page-template-t-home .teasers .teaser__toggle {
    display: none;
  }
}
.home .teasers .teaser__toggle.open, .page-template-t-home .teasers .teaser__toggle.open {
  margin: 0 0 2em;
  border-bottom: 1px solid black;
}
.home .teasers .teaser__toggle.open:after, .page-template-t-home .teasers .teaser__toggle.open:after {
  top: 20px;
  border: 1px solid #230700;
  border-right: 0;
  border-bottom: 0;
}
.home .teasers__teaser, .page-template-t-home .teasers__teaser {
  display: none;
}
.home .teasers__teaser.open, .page-template-t-home .teasers__teaser.open {
  display: block;
}
@media (min-width: 920px) {
  .home .teasers__teaser, .page-template-t-home .teasers__teaser {
    display: inline-block;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    vertical-align: top;
    width: 50%;
  }
  .home .teasers__teaser.open, .page-template-t-home .teasers__teaser.open {
    display: inline-block;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .home .teasers__teaser, .page-template-t-home .teasers__teaser {
    display: inline-block;
    flex-direction: inherit;
    vertical-align: top;
    width: 50%;
  }
  .home .teasers__teaser.open, .page-template-t-home .teasers__teaser.open {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .home .teasers__teaser:nth-child(6) .teaser__image, .home .teasers__teaser:nth-child(8) .teaser__image, .page-template-t-home .teasers__teaser:nth-child(6) .teaser__image, .page-template-t-home .teasers__teaser:nth-child(8) .teaser__image {
    float: left;
  }
  .home .teasers__teaser:nth-child(6) .teaser__left, .home .teasers__teaser:nth-child(8) .teaser__left, .page-template-t-home .teasers__teaser:nth-child(6) .teaser__left, .page-template-t-home .teasers__teaser:nth-child(8) .teaser__left {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 1400px) {
  .home .teasers__teaser:nth-child(6) .teaser__left, .home .teasers__teaser:nth-child(8) .teaser__left, .page-template-t-home .teasers__teaser:nth-child(6) .teaser__left, .page-template-t-home .teasers__teaser:nth-child(8) .teaser__left {
    padding: 0 0 0 25px;
  }
}
@media (min-width: 1280px) {
  .home .teasers__teaser h3, .page-template-t-home .teasers__teaser h3 {
    margin-top: 0;
  }
}
.home .teasers__teaser .teaser__image, .page-template-t-home .teasers__teaser .teaser__image {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1280px) {
  .home .teasers__teaser .teaser__image, .page-template-t-home .teasers__teaser .teaser__image {
    display: inline-block;
    vertical-align: top;
    width: 53%;
  }
}
.home .teasers__teaser .btn, .home .teasers__teaser .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .home .teasers__teaser .spektrix_instances_book, .home .teasers__teaser .donations .tabs button, .donations .tabs .home .teasers__teaser button, .page-template-t-home .teasers__teaser .btn, .page-template-t-home .teasers__teaser .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .page-template-t-home .teasers__teaser .spektrix_instances_book, .page-template-t-home .teasers__teaser .donations .tabs button, .donations .tabs .page-template-t-home .teasers__teaser button {
  display: block;
}
.home .teasers__teaser .btn.mobile, .home .teasers__teaser .spektrix-instances li .mobile.spektrix_instances_book, .spektrix-instances li .home .teasers__teaser .mobile.spektrix_instances_book, .home .teasers__teaser .donations .tabs button.mobile, .donations .tabs .home .teasers__teaser button.mobile, .page-template-t-home .teasers__teaser .btn.mobile, .page-template-t-home .teasers__teaser .spektrix-instances li .mobile.spektrix_instances_book, .spektrix-instances li .page-template-t-home .teasers__teaser .mobile.spektrix_instances_book, .page-template-t-home .teasers__teaser .donations .tabs button.mobile, .donations .tabs .page-template-t-home .teasers__teaser button.mobile {
  display: block;
  text-align: center;
}
@media (min-width: 1280px) {
  .home .teasers__teaser .btn, .home .teasers__teaser .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .home .teasers__teaser .spektrix_instances_book, .home .teasers__teaser .donations .tabs button, .donations .tabs .home .teasers__teaser button, .page-template-t-home .teasers__teaser .btn, .page-template-t-home .teasers__teaser .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .page-template-t-home .teasers__teaser .spektrix_instances_book, .page-template-t-home .teasers__teaser .donations .tabs button, .donations .tabs .page-template-t-home .teasers__teaser button {
    display: inline-block;
    margin-bottom: 1em;
  }
  .home .teasers__teaser .btn.mobile, .home .teasers__teaser .spektrix-instances li .mobile.spektrix_instances_book, .spektrix-instances li .home .teasers__teaser .mobile.spektrix_instances_book, .home .teasers__teaser .donations .tabs button.mobile, .donations .tabs .home .teasers__teaser button.mobile, .page-template-t-home .teasers__teaser .btn.mobile, .page-template-t-home .teasers__teaser .spektrix-instances li .mobile.spektrix_instances_book, .spektrix-instances li .page-template-t-home .teasers__teaser .mobile.spektrix_instances_book, .page-template-t-home .teasers__teaser .donations .tabs button.mobile, .donations .tabs .page-template-t-home .teasers__teaser button.mobile {
    display: none;
  }
}
@media (min-width: 920px) {
  .home .teasers__teaser .teaser__left, .page-template-t-home .teasers__teaser .teaser__left {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}
@media (min-width: 1280px) {
  .home .teasers__teaser .teaser__left, .page-template-t-home .teasers__teaser .teaser__left {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    flex-grow: 0;
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  .home .teasers__teaser .teaser__left, .page-template-t-home .teasers__teaser .teaser__left {
    padding-right: 25px;
  }
}

@media (max-width: 768px) {
  .nav-main ul li {
    position: relative;
  }
  .nav-main ul li div.menu-parent-item {
    position: relative;
    border-bottom: 5px solid white;
  }
  .nav-main ul li div.menu-parent-item a {
    width: 70%;
    border-bottom: none !important;
  }
  .nav-main ul li div.menu-parent-item a:after {
    border: none !important;
  }
  .nav-main ul li div.menu-parent-item .expanded-toggle-holder {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 30%;
    height: 40px;
    cursor: pointer;
  }
  .nav-main ul li div.menu-parent-item .expanded-toggle-holder .mob-accordion-toggle {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #ffffff;
    border-left: 0;
    border-top: 0;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0%;
    right: 20%;
    margin: 0 auto;
  }
  .nav-main ul li.current-menu-item .expanded-toggle-holder .mob-accordion-toggle, .nav-main ul li.expanded .expanded-toggle-holder .mob-accordion-toggle {
    border: 1px solid #ffffff !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    top: 11px !important;
  }
}

@media (max-width: 768px) {
  .page-id-59 .content-section--2_column_section .col-sm-6.content-module-contents, .page-id-58 .content-section--2_column_section .col-sm-6.content-module-contents {
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .page-id-59 .teasers .btn, .page-id-59 .teasers .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .page-id-59 .teasers .spektrix_instances_book, .page-id-59 .teasers .donations .tabs button, .donations .tabs .page-id-59 .teasers button, .page-id-58 .teasers .btn, .page-id-58 .teasers .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .page-id-58 .teasers .spektrix_instances_book, .page-id-58 .teasers .donations .tabs button, .donations .tabs .page-id-58 .teasers button {
    display: none;
  }
  .page-id-59 .teasers .btn.mobile, .page-id-59 .teasers .spektrix-instances li .mobile.spektrix_instances_book, .spektrix-instances li .page-id-59 .teasers .mobile.spektrix_instances_book, .page-id-59 .teasers .donations .tabs button.mobile, .donations .tabs .page-id-59 .teasers button.mobile, .page-id-58 .teasers .btn.mobile, .page-id-58 .teasers .spektrix-instances li .mobile.spektrix_instances_book, .spektrix-instances li .page-id-58 .teasers .mobile.spektrix_instances_book, .page-id-58 .teasers .donations .tabs button.mobile, .donations .tabs .page-id-58 .teasers button.mobile {
    display: block !important;
    margin-top: 0.5em;
  }
}

.page-template-t-join .article-content.benefits-grid .article-body img.benefits-grid-image {
  width: 100%;
  float: left;
}
.page-template-t-join .article-content.benefits-grid .article-body .right-img-cover {
  width: 100%;
  float: left;
  margin-top: 5%;
}
@media (min-width: 920px) {
  .page-template-t-join .article-content.benefits-grid .article-body img.benefits-grid-image {
    width: 65%;
    float: initial;
    display: block;
    margin: 0px auto;
  }
}

#main_prod_slider {
  display: none;
}
@media (min-width: 920px) {
  #main_prod_slider {
    display: block;
  }
}

.post-type-production, .single-production {
  /*
    .prod-content {
      padding: 2em 1em;

      @media (min-width: $screen-smd-min) {
        padding: 2.5em;
      }
      @media (min-width: $screen-lg-min) {
        padding: 4em 3em;
      }

      .left-col {

      }
      .mid-col {

      }
      .right-col {

      }

    }
  */
}
.post-type-production #tabbed-nav, .single-production #tabbed-nav {
  display: none;
}
@media (min-width: 920px) {
  .post-type-production #tabbed-nav, .single-production #tabbed-nav {
    display: block;
  }
}
.post-type-production .prod-content, .single-production .prod-content {
  display: block;
  padding: 0 1.5em;
}
@media (min-width: 920px) {
  .post-type-production .prod-content, .single-production .prod-content {
    display: none;
    padding: 2.5em;
  }
  .post-type-production .prod-content.active, .single-production .prod-content.active {
    display: block;
  }
}
@media (min-width: 1280px) {
  .post-type-production .prod-content, .single-production .prod-content {
    padding: 3em;
  }
}
.post-type-production .prod-content h3.mob-toggle, .single-production .prod-content h3.mob-toggle {
  text-align: left;
  font-size: 14px;
  line-height: 1.1em;
  position: relative;
  margin: 0 -1.6em;
  padding: 15px 2em 15px 1.6em;
  height: 100%;
  background: #efefef;
  border-bottom: 1px solid black;
}
.post-type-production .prod-content h3.mob-toggle:after, .single-production .prod-content h3.mob-toggle:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #230700;
  border-left: 0;
  border-top: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  right: 15px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .post-type-production .prod-content h3.mob-toggle, .single-production .prod-content h3.mob-toggle {
    display: none;
  }
}
.post-type-production .prod-content .prod-mob-content, .single-production .prod-content .prod-mob-content {
  display: none;
}
@media (min-width: 920px) {
  .post-type-production .prod-content .prod-mob-content, .single-production .prod-content .prod-mob-content {
    display: block;
  }
}
.post-type-production .prod-content.active, .single-production .prod-content.active {
  padding: 0 1.5em 2em;
}
@media (min-width: 920px) {
  .post-type-production .prod-content.active, .single-production .prod-content.active {
    padding: 3em 2.5em;
  }
}
@media (min-width: 1280px) {
  .post-type-production .prod-content.active, .single-production .prod-content.active {
    padding: 4em 3em;
  }
}
.post-type-production .prod-content.active h3.mob-toggle, .single-production .prod-content.active h3.mob-toggle {
  margin: 0 -1.6em 2em;
}
.post-type-production .prod-content.active h3.mob-toggle:after, .single-production .prod-content.active h3.mob-toggle:after {
  top: 20px;
  border: 1px solid #230700;
  border-right: 0;
  border-bottom: 0;
}
.post-type-production .prod-content.active .prod-mob-content, .single-production .prod-content.active .prod-mob-content {
  display: block;
}
.post-type-production .prod-content.active .prod-mob-content .photo-caption, .single-production .prod-content.active .prod-mob-content .photo-caption {
  padding-bottom: 15px;
}
@media (min-width: 920px) {
  .post-type-production .prod-content .left-col, .single-production .prod-content .left-col {
    display: inline-block;
    vertical-align: top;
    width: 76%;
  }
}
.post-type-production .prod-content h1, .single-production .prod-content h1 {
  display: none;
  margin: 0 0 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 2.4em;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 920px) {
  .post-type-production .prod-content h1, .single-production .prod-content h1 {
    display: block;
  }
}
@media (min-width: 992px) {
  .post-type-production .prod-content h1, .single-production .prod-content h1 {
    margin: 0 0 1.5rem;
  }
}
.post-type-production .prod-content .article-info img, .single-production .prod-content .article-info img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .post-type-production .prod-content .article-info, .single-production .prod-content .article-info {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: 3%;
  }
}
@media (min-width: 920px) {
  .post-type-production .prod-content .article-info, .single-production .prod-content .article-info {
    width: 32%;
    margin-right: 4.5%;
  }
  .post-type-production .prod-content .article-info img, .single-production .prod-content .article-info img {
    margin: 0 auto 1em;
  }
}
.post-type-production .prod-content .article-info-dates, .single-production .prod-content .article-info-dates {
  display: none;
}
@media (min-width: 920px) {
  .post-type-production .prod-content .article-info-dates, .single-production .prod-content .article-info-dates {
    display: block;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-weight: bold;
  }
}
.post-type-production .prod-content .article-info-credit, .single-production .prod-content .article-info-credit {
  display: none;
}
@media (min-width: 920px) {
  .post-type-production .prod-content .article-info-credit, .single-production .prod-content .article-info-credit {
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
  }
  .post-type-production .prod-content .article-info-credit span, .single-production .prod-content .article-info-credit span {
    display: block;
    line-height: 1.5;
  }
}
.post-type-production .prod-content .article-body, .single-production .prod-content .article-body {
  padding: 1.5em 0 0;
}
@media (min-width: 768px) {
  .post-type-production .prod-content .article-body, .single-production .prod-content .article-body {
    display: inline-block;
    vertical-align: top;
    width: 57%;
    padding: 0;
  }
}
@media (min-width: 920px) {
  .post-type-production .prod-content .article-body, .single-production .prod-content .article-body {
    width: 63.5%;
  }
}
@media (min-width: 920px) {
  .post-type-production .prod-content .right-col, .single-production .prod-content .right-col {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-left: 4%;
  }
}
@media (min-width: 920px) {
  .post-type-production .prod-content .right-col .slider__buttons .btn, .post-type-production .prod-content .right-col .slider__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .post-type-production .prod-content .right-col .slider__buttons .spektrix_instances_book, .post-type-production .prod-content .right-col .slider__buttons .donations .tabs button, .donations .tabs .post-type-production .prod-content .right-col .slider__buttons button, .single-production .prod-content .right-col .slider__buttons .btn, .single-production .prod-content .right-col .slider__buttons .spektrix-instances li .spektrix_instances_book, .spektrix-instances li .single-production .prod-content .right-col .slider__buttons .spektrix_instances_book, .single-production .prod-content .right-col .slider__buttons .donations .tabs button, .donations .tabs .single-production .prod-content .right-col .slider__buttons button {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.post-type-production .prod-content#press .text-block .text-block__image, .single-production .prod-content#press .text-block .text-block__image {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 5px solid black;
}
.post-type-production .prod-content#press .text-block .text-block__image img, .single-production .prod-content#press .text-block .text-block__image img {
  display: block;
  margin: 0 0 0 auto;
}
.post-type-production .prod-content#press .text-block .text-block__image .mobile, .single-production .prod-content#press .text-block .text-block__image .mobile {
  display: none;
}
@media (min-width: 768px) {
  .post-type-production .prod-content#press .text-block, .single-production .prod-content#press .text-block {
    padding: 1em 0;
  }
  .post-type-production .prod-content#press .text-block .text-block__image, .single-production .prod-content#press .text-block .text-block__image {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin: 0 3% 0 0;
    padding-bottom: 0;
    border: none;
    border-right: 5px solid black;
  }
  .post-type-production .prod-content#press .text-block .text-block__content, .single-production .prod-content#press .text-block .text-block__content {
    display: inline-block;
    vertical-align: middle;
    width: 57%;
  }
}
@media (min-width: 768px) {
  .post-type-production .prod-content#press .text-block, .single-production .prod-content#press .text-block {
    padding: 1em 0 2em;
  }
  .post-type-production .prod-content#press .text-block .text-block__image, .single-production .prod-content#press .text-block .text-block__image {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin: 0 3% 0 0;
    padding-bottom: 0;
    border: none;
    border-right: 5px solid black;
  }
  .post-type-production .prod-content#press .text-block .text-block__content, .single-production .prod-content#press .text-block .text-block__content {
    display: inline-block;
    vertical-align: middle;
    width: 57%;
  }
}
@media (min-width: 920px) {
  .post-type-production .prod-content#press, .single-production .prod-content#press {
    padding: 3em 0;
  }
}
.post-type-production .prod-content#media, .single-production .prod-content#media {
  overflow: hidden;
}
.post-type-production .prod-content#media h4, .single-production .prod-content#media h4 {
  margin: 0.5rem 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: black;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
@media (min-width: 768px) {
  .post-type-production .prod-content#media h4, .single-production .prod-content#media h4 {
    margin: 0.75rem 0;
    font-size: 2em;
  }
}
@media (min-width: 920px) {
  .post-type-production .prod-content#media h4, .single-production .prod-content#media h4 {
    font-size: 2.4em;
  }
}
.post-type-production .prod-content#media h4.two, .single-production .prod-content#media h4.two {
  margin: 1.5rem 0 0.5rem;
}
@media (min-width: 768px) {
  .post-type-production .prod-content#media h4.two, .single-production .prod-content#media h4.two {
    margin: 1.75rem 0 0.75rem;
  }
}
.post-type-production .prod-content#media .video_gallery .video_unit, .single-production .prod-content#media .video_gallery .video_unit {
  position: relative;
  margin: 5% 0px;
}
@media (min-width: 768px) {
  .post-type-production .prod-content#media .video_gallery .video_unit, .single-production .prod-content#media .video_gallery .video_unit {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 2% 2% 0;
  }
  .post-type-production .prod-content#media .video_gallery .video_unit:nth-child(even), .single-production .prod-content#media .video_gallery .video_unit:nth-child(even) {
    margin: 0 0 2% 2%;
  }
}
.post-type-production .prod-content#media .video_gallery .video_unit img, .single-production .prod-content#media .video_gallery .video_unit img {
  display: block;
}
.post-type-production .prod-content#media .video_gallery .video_unit .video-button, .single-production .prod-content#media .video_gallery .video_unit .video-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-type-production .prod-content#media .video_gallery .video_unit .iframe-cont, .single-production .prod-content#media .video_gallery .video_unit .iframe-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.post-type-production .prod-content#media .video_gallery .video_unit .iframe-cont iframe, .post-type-production .prod-content#media .video_gallery .video_unit .iframe-cont object, .post-type-production .prod-content#media .video_gallery .video_unit .iframe-cont embed, .single-production .prod-content#media .video_gallery .video_unit .iframe-cont iframe, .single-production .prod-content#media .video_gallery .video_unit .iframe-cont object, .single-production .prod-content#media .video_gallery .video_unit .iframe-cont embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-type-production .prod-content#media .video_gallery .video_unit.constructed .iframe-cont, .single-production .prod-content#media .video_gallery .video_unit.constructed .iframe-cont {
  height: auto;
  padding-bottom: 56.25%;
}
.post-type-production .prod-content#performance-info .perf-section, .single-production .prod-content#performance-info .perf-section {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .post-type-production .prod-content#performance-info .perf-section, .single-production .prod-content#performance-info .perf-section {
    margin-bottom: 2em;
  }
}
@media (min-width: 920px) {
  .post-type-production .prod-content#performance-info .perf-section, .single-production .prod-content#performance-info .perf-section {
    margin-bottom: 3em;
  }
}
.post-type-production .prod-content#performance-info .perf-section h4, .single-production .prod-content#performance-info .perf-section h4 {
  margin: 0 auto 0.35em;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: black;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .post-type-production .prod-content#performance-info .perf-section h4, .single-production .prod-content#performance-info .perf-section h4 {
    font-size: 2em;
  }
}
@media (min-width: 920px) {
  .post-type-production .prod-content#performance-info .perf-section h4, .single-production .prod-content#performance-info .perf-section h4 {
    font-size: 2.4em;
  }
}

section.about_intro .text-block {
  padding: 1em 1.5em;
}
@media (min-width: 768px) {
  section.about_intro .text-block {
    padding: 0;
  }
}
@media (min-width: 768px) {
  section.about_intro .text-block .text-block__content {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 1.5em;
  }
}
@media (min-width: 920px) {
  section.about_intro .text-block .text-block__content {
    padding: 1.5em 2.5em;
  }
}
@media (min-width: 1280px) {
  section.about_intro .text-block .text-block__content {
    padding: 1.5em 3em;
  }
}
section.about_intro .text-block .text-block__content .text-block__text h3 {
  display: block;
  margin: 0 0 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 920px) {
  section.about_intro .text-block .text-block__content .text-block__text h3 {
    font-size: 2.4em;
  }
}
@media (min-width: 992px) {
  section.about_intro .text-block .text-block__content .text-block__text h3 {
    margin: 0 0 1.5rem;
  }
}
section.about_intro .text-block .text-block__content .text-block__text p {
  margin: 0;
}
section.about_intro .text-block .text-block__content .text-block__text p + p {
  margin-top: 1em;
}
section.about_intro .text-block .text-block__image .desktop {
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  section.about_intro .text-block .text-block__image {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin: 0;
    border: none;
  }
  section.about_intro .text-block .text-block__image .mobile {
    display: none;
  }
  section.about_intro .text-block .text-block__image .desktop {
    display: block;
    border: none;
    border-right: 10px solid #ed1c24;
  }
}
@media (min-width: 920px) {
  section.about_intro .text-block.noimg .text-block__content {
    padding: 2.5em;
  }
}
@media (min-width: 1280px) {
  section.about_intro .text-block.noimg .text-block__content {
    padding: 3em;
  }
}
section.about_intro .text-block.left .text-block__image .mobile {
  margin-bottom: 1em;
  border: none;
  border-bottom: 10px solid #ed1c24;
}
@media (min-width: 768px) {
  section.about_intro .text-block.left .text-block__content {
    width: 60%;
  }
}
section.about_intro .text-block.right .text-block__image .mobile {
  margin-top: 1em;
  border: none;
  border-top: 10px solid #ed1c24;
}
@media (min-width: 768px) {
  section.about_intro .text-block.right .text-block__image .desktop {
    border: none;
    border-left: 10px solid #ed1c24;
  }
}
@media (min-width: 768px) {
  section.about_intro .text-block.right .text-block__content {
    width: 60%;
  }
}

section.about_teasers {
  padding: 1.5em;
  background: #dadada;
}
@media (min-width: 920px) {
  section.about_teasers {
    padding: 2em 2.5em;
  }
}
@media (min-width: 1280px) {
  section.about_teasers {
    padding: 2.5em 3em;
  }
}
section.about_teasers .teasers .teaser__toggle {
  display: none;
}
section.about_teasers .teasers .teasers__teaser {
  position: relative;
  margin-bottom: 1em;
  padding: 0;
}
section.about_teasers .teasers .teasers__teaser .teaser__left {
  display: none;
}
section.about_teasers .teasers .teasers__teaser .teaser__left .btn, section.about_teasers .teasers .teasers__teaser .teaser__left .spektrix-instances li .spektrix_instances_book, .spektrix-instances li section.about_teasers .teasers .teasers__teaser .teaser__left .spektrix_instances_book, section.about_teasers .teasers .teasers__teaser .teaser__left .donations .tabs button, .donations .tabs section.about_teasers .teasers .teasers__teaser .teaser__left button, section.about_teasers .teasers .teasers__teaser .teaser__left h3 {
  display: none !important;
}
section.about_teasers .teasers .teasers__teaser .teaser__image {
  display: block;
  border: none;
}
section.about_teasers .teasers .teasers__teaser .btn.grey.mobile, section.about_teasers .teasers .teasers__teaser .spektrix-instances li .grey.mobile.spektrix_instances_book, .spektrix-instances li section.about_teasers .teasers .teasers__teaser .grey.mobile.spektrix_instances_book, section.about_teasers .teasers .teasers__teaser .donations .tabs button.grey.mobile, .donations .tabs section.about_teasers .teasers .teasers__teaser button.grey.mobile {
  display: block;
  width: 100%;
  background: white;
  color: black;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0;
  padding: 15px 10px;
}
section.about_teasers .teasers .teasers__teaser:hover .btn.grey.mobile, section.about_teasers .teasers .teasers__teaser:hover .spektrix-instances li .grey.mobile.spektrix_instances_book, .spektrix-instances li section.about_teasers .teasers .teasers__teaser:hover .grey.mobile.spektrix_instances_book, section.about_teasers .teasers .teasers__teaser:hover .donations .tabs button.grey.mobile, .donations .tabs section.about_teasers .teasers .teasers__teaser:hover button.grey.mobile {
  background: #ed1c24;
  color: white;
}
section.about_teasers .teasers .teasers__teaser:hover .teaser__left {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #ed1c24;
  z-index: 50;
}
@media (min-width: 568px) {
  section.about_teasers .teasers .teasers__teaser .btn.grey.mobile, section.about_teasers .teasers .teasers__teaser .spektrix-instances li .grey.mobile.spektrix_instances_book, .spektrix-instances li section.about_teasers .teasers .teasers__teaser .grey.mobile.spektrix_instances_book, section.about_teasers .teasers .teasers__teaser .donations .tabs button.grey.mobile, .donations .tabs section.about_teasers .teasers .teasers__teaser button.grey.mobile {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  section.about_teasers .teasers .teasers__teaser .btn.grey.mobile, section.about_teasers .teasers .teasers__teaser .spektrix-instances li .grey.mobile.spektrix_instances_book, .spektrix-instances li section.about_teasers .teasers .teasers__teaser .grey.mobile.spektrix_instances_book, section.about_teasers .teasers .teasers__teaser .donations .tabs button.grey.mobile, .donations .tabs section.about_teasers .teasers .teasers__teaser button.grey.mobile {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    padding: 15px 25px;
  }
}
@media (min-width: 920px) {
  section.about_teasers .teasers .teasers__teaser {
    display: inline-block;
    background: white;
    width: 48%;
    margin: 1% 1% 1% 0;
  }
  section.about_teasers .teasers .teasers__teaser:nth-child(4), section.about_teasers .teasers .teasers__teaser:nth-child(8), section.about_teasers .teasers .teasers__teaser:nth-child(12), section.about_teasers .teasers .teasers__teaser:nth-child(16) {
    margin: 1% 0 1% 1%;
  }
}
@media (min-width: 1280px) {
  section.about_teasers .teasers .teasers__teaser .btn.grey.mobile, section.about_teasers .teasers .teasers__teaser .spektrix-instances li .grey.mobile.spektrix_instances_book, .spektrix-instances li section.about_teasers .teasers .teasers__teaser .grey.mobile.spektrix_instances_book, section.about_teasers .teasers .teasers__teaser .donations .tabs button.grey.mobile, .donations .tabs section.about_teasers .teasers .teasers__teaser button.grey.mobile {
    font-size: 1.4em;
    padding: 20px 30px;
  }
  section.about_teasers .teasers .teasers__teaser:hover .teaser__left {
    height: 15px;
  }
}

.people .people__group .people__group__header {
  position: relative;
  padding: 1em 1.9em 1em 0.5em;
  background: #efefef;
  text-align: center;
  color: black;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 1.3em;
  text-transform: uppercase;
  line-height: 1;
}
.people .people__group .people__group__header:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid black;
  border-left: 0;
  border-top: 0;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 15px;
  margin: 0 auto;
}
.people .people__group .people__group__list {
  display: none;
  padding: 1.5em;
  list-style: none;
}
.people .people__group .people__group__list li {
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  text-align: left;
  text-transform: uppercase;
}
.people .people__group .people__group__list li .people__name {
  font-weight: 800;
}
.people .people__group .people__group__list li .people__role {
  display: block;
}
@media (min-width: 568px) {
  .people .people__group .people__group__list li {
    vertical-align: middle;
    width: 50%;
    padding: 25px 10px;
  }
}
@media (min-width: 920px) {
  .people .people__group .people__group__header {
    font-size: 1.5em;
  }
  .people .people__group .people__group__header:after {
    right: 20px;
    width: 22px;
    height: 22px;
  }
  .people .people__group .people__group__list {
    padding: 2em 2.5em;
  }
  .people .people__group .people__group__list li {
    width: 33.3333%;
    padding: 25px 20px 25px 0;
  }
}
@media (min-width: 1180px) {
  .people .people__group .people__group__list li {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .people .people__group .people__group__list {
    padding: 2.5em 3em;
    list-style: none;
  }
}
@media (min-width: 1400px) {
  .people .people__group .people__group__list li {
    width: 20%;
  }
}
.people .people__group.open .people__group__list {
  display: flex;
  flex-wrap: wrap;
}
.people .people__group.open .people__group__header {
  background: #ed1c24;
  color: white;
}
.people .people__group.open .people__group__header:after {
  top: 28px;
  border: 1px solid white;
  border-right: 0;
  border-bottom: 0;
}
@media (min-width: 920px) {
  .people .people__group.open .people__group__header:after {
    top: 30px;
  }
}
.benefits-grid {
  background: #efefef;
}

.fine-print {
  font-size: 0.8rem;
  color: #999;
}
.fine-print p {
  margin-bottom: 0.2rem;
}

.prod-content#single-event {
  display: block;
  padding: 1.5em;
}
@media (min-width: 920px) {
  .prod-content#single-event {
    padding: 2.5em;
  }
  .prod-content#single-event.active {
    display: block;
  }
}
@media (min-width: 1280px) {
  .prod-content#single-event {
    padding: 3em;
  }
}
.prod-content#single-event .prod-mob-content {
  display: block;
  padding: 0;
}
@media (min-width: 920px) {
  .prod-content#single-event .left-col {
    display: inline-block;
    vertical-align: top;
    width: 76%;
  }
}
.prod-content#single-event h1 {
  display: none;
  margin: 0 0 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 2.4em;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 920px) {
  .prod-content#single-event h1 {
    display: block;
  }
}
@media (min-width: 992px) {
  .prod-content#single-event h1 {
    margin: 0 0 1.5rem;
  }
}
.prod-content#single-event .article-info img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .prod-content#single-event .article-info {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: 3%;
  }
}
@media (min-width: 920px) {
  .prod-content#single-event .article-info {
    width: 32%;
    margin-right: 4.5%;
  }
  .prod-content#single-event .article-info img {
    margin: 0 0 1em;
  }
}
.prod-content#single-event .article-info-dates {
  display: none;
}
@media (min-width: 920px) {
  .prod-content#single-event .article-info-dates {
    display: block;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-weight: bold;
  }
}
.prod-content#single-event .article-info-credit {
  display: none;
}
@media (min-width: 920px) {
  .prod-content#single-event .article-info-credit {
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
  }
  .prod-content#single-event .article-info-credit span {
    display: block;
    line-height: 1.5;
  }
}
.prod-content#single-event .article-body {
  padding: 1.5em 0 0;
}
@media (min-width: 768px) {
  .prod-content#single-event .article-body {
    display: inline-block;
    vertical-align: top;
    width: 57%;
    padding: 0;
  }
}
@media (min-width: 920px) {
  .prod-content#single-event .article-body {
    width: 63.5%;
  }
}
@media (min-width: 920px) {
  .prod-content#single-event .right-col {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-left: 4%;
  }
}

.search.search-no-results p {
  text-align: center;
}
.search .search-class {
  color: #a9a9a9;
}
.search .tease a {
  text-decoration: none;
}
.search a.read-more {
  display: block;
}

.spektrix-instances {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spektrix-instances li {
  text-align: center;
  padding: 0.5rem;
  border-bottom: 1px solid #a9a9a9;
}
@media screen and (min-width: 768px) {
  .spektrix-instances li {
    display: flex;
    text-align: left;
    align-items: center;
  }
}
.spektrix-instances li span {
  display: block;
  margin-bottom: 0.3rem;
}
.spektrix-instances li .spektrix_instance_date {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .spektrix-instances li .spektrix_instance_date {
    width: 140px;
  }
}
@media screen and (min-width: 768px) {
  .spektrix-instances li .spektrix_instance_time {
    width: 140px;
  }
}
.spektrix-instances li .spektrix_instance_info {
  flex-grow: 1;
}
.spektrix-instances li .spektrix_instances_book {
  text-align: center;
}

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