.section--slideshow-slide[data-slide=red] {
  --accent: #f7941e;
}
.section--slideshow-slide[data-slide=red] .slideshow-flash {
  stroke: #f7941e;
}
.section--slideshow-slide[data-slide=red].active ~ .slideshow-controls .search-box {
  --accent: #f7941e;
}
.section--slideshow-slide[data-slide=purple] {
  --accent: #a3238e;
}
.section--slideshow-slide[data-slide=purple] .slideshow-flash {
  stroke: #a3238e;
}
.section--slideshow-slide[data-slide=purple].active ~ .slideshow-controls .search-box {
  --accent: #a3238e;
}
.section--slideshow-slide[data-slide=blue] {
  --accent: #007dc6;
}
.section--slideshow-slide[data-slide=blue] .slideshow-flash {
  stroke: #007dc6;
}
.section--slideshow-slide[data-slide=blue].active ~ .slideshow-controls .search-box {
  --accent: #007dc6;
}
.section--slideshow-slide[data-slide=pink] {
  --accent: #ef59a1;
}
.section--slideshow-slide[data-slide=pink] .slideshow-flash {
  stroke: #ef59a1;
}
.section--slideshow-slide[data-slide=pink].active ~ .slideshow-controls .search-box {
  --accent: #ef59a1;
}
.section--slideshow-slide[data-slide=turquoise] {
  --accent: #00b6bd;
}
.section--slideshow-slide[data-slide=turquoise] .slideshow-flash {
  stroke: #00b6bd;
}
.section--slideshow-slide[data-slide=turquoise].active ~ .slideshow-controls .search-box {
  --accent: #00b6bd;
}
.section--slideshow-slide[data-slide=green] {
  --accent: #4db848;
}
.section--slideshow-slide[data-slide=green] .slideshow-flash {
  stroke: #4db848;
}
.section--slideshow-slide[data-slide=green].active ~ .slideshow-controls .search-box {
  --accent: #4db848;
}
@media only screen and (max-width: 768px) {
  .marlowe-brand {
    width: 85px;
    margin-top: 12px;
    margin-left: 12px;
  }
  .hamburger {
    padding: 12px 0;
  }
  header .set-1 .decoration-b {
    z-index: 20;
  }
  header .set-1 .decoration-b:after {
    height: 70px;
    border-width: 0px 0px 24px 100vw;
  }
  header .set-2 .decoration-b:after {
    height: 70px;
    border-width: 0px 0px 24px 100vw;
  }
  header .set-2 .decoration-c-crop {
    width: 220px;
    height: 98px;
    transform: skew(-43.3deg, 0deg);
    margin-left: -39px;
  }
  .sticky-nav header .set-2 .decoration-c-crop {
    margin-left: -39px;
  }
  header .set-2 .decoration-c-crop .decoration-c:after {
    height: 70px;
    border-width: 0px 0px 24px 100vw;
  }
  .sticky-nav header .set-2 .decoration-d-crop {
    margin-left: initial;
  }
  header .set-2 .decoration-d-crop .decoration-d:after {
    height: 83px;
    border-width: 0px 0px 12px 50vw;
  }
  header .set-3 .decoration-b:after {
    height: 70px;
    border-width: 0px 0px 24px 100vw;
  }
  header .navbar {
    margin-bottom: 0;
  }
  header #nav-main {
    height: 70px;
  }
  .menu-open header #nav-main {
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
    background: #2e3192;
    z-index: 4000;
  }
  .page-template-events header #nav-main,
  header #nav-main .page-template-spektrix {
    background: #570442;
  }
  header #main-menu {
    display: none;
  }
  header .secondary-menu {
    left: 0 !important;
    height: 0;
    padding: 0 12px;
    overflow: hidden;
    background: #2e3192;
  }
  header .secondary-menu:after {
    display: none;
  }
  header .secondary-menu.open {
    left: 0;
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  header .secondary-menu .decoration {
    display: none;
  }
  header .secondary-menu #nav-secondary {
    width: auto;
  }
  header .secondary-menu #nav-secondary ul {
    margin-top: 85px;
    padding: 0;
  }
  header .secondary-menu #nav-secondary ul li.menu-open {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  header .secondary-menu #nav-secondary ul li a {
    position: relative;
    width: 70%;
    margin: 0 auto;
    font-size: 26px;
    text-align: center !important;
    z-index: 2000;
  }
  header .secondary-menu #nav-secondary ul li ul {
    margin-top: 0;
  }
  header .secondary-menu #nav-secondary ul li ul li a {
    font-family: "ff-good-web-pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 40px;
    color: #fff;
    text-transform: none;
  }
  header .secondary-menu #nav-secondary ul li ul li.menu-open {
    border-top: 1px solid #007dc6;
    border-bottom: 1px solid #007dc6;
  }
  header .secondary-menu #nav-secondary .toggle-search {
    margin-bottom: 12px;
    text-align: center;
    font-size: 16px;
  }
  header .secondary-menu .navbar-nav {
    margin: 0;
  }
  header .secondary-menu .navbar-nav .accordion-toggle {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    margin-left: 40px;
    border: none;
    color: #fff;
    line-height: initial;
    font-size: 12px;
    z-index: 5000;
    border: 1px solid white;
    border-radius: 50%;
  }
  header .user-menu {
    z-index: 4000;
  }
  header .user-menu li {
    display: inline-block;
  }
  header .user-menu li a {
    padding: 10px 6px;
  }
  .main-media {
    margin-top: 70px;
  }
  .main-media .page-title {
    position: relative;
    width: 100%;
    padding: 12px;
    z-index: 2999;
  }
  .palette-blue .main-media .page-title {
    background: #007dc6;
  }
  .palette-red .main-media .page-title {
    background: #f7941e;
  }
  .palette-purple .main-media .page-title {
    background: #2e3192;
  }
  .palette-turquoise .main-media .page-title {
    background: #00a99d;
  }
  .palette-green .main-media .page-title {
    background: #4db848;
  }
  .palette-pink .main-media .page-title {
    background: #ed0c6e;
  }
  .main-media .show-performances {
    margin-top: -12px;
    padding: 0;
  }
  .main-media .show-performances button,
  .main-media .show-performances .btn {
    width: 100%;
  }
  .main-media .show-performances .priority-booking {
    position: static;
    padding: 24px 12px 12px;
    margin: 0;
  }
  .home .decorations .set-1 .decoration-b,
  .search-results .decorations .set-1 .decoration-b,
  .page-template-searchpage .decorations .set-1 .decoration-b,
  .page-template-events .decorations .set-1 .decoration-b,
  .page-template-spektrix .decorations .set-1 .decoration-b {
    z-index: 20;
  }
  .home .decorations .set-1 .decoration-b:after,
  .search-results .decorations .set-1 .decoration-b:after,
  .page-template-searchpage .decorations .set-1 .decoration-b:after,
  .page-template-events .decorations .set-1 .decoration-b:after,
  .page-template-spektrix .decorations .set-1 .decoration-b:after {
    height: 70px;
    border-width: 0px 0px 24px 100vw;
  }
  .home .decorations .set-1 .decoration-c,
  .search-results .decorations .set-1 .decoration-c,
  .page-template-searchpage .decorations .set-1 .decoration-c,
  .page-template-events .decorations .set-1 .decoration-c,
  .page-template-spektrix .decorations .set-1 .decoration-c {
    border-width: 0 0 120px 230px;
    z-index: 3000;
  }
  .home .decorations .set-1 .article-header,
  .search-results .decorations .set-1 .article-header,
  .page-template-searchpage .decorations .set-1 .article-header,
  .page-template-events .decorations .set-1 .article-header,
  .page-template-spektrix .decorations .set-1 .article-header {
    padding-top: 110px;
  }
  .home .decorations .set-1 .article-header h1,
  .search-results .decorations .set-1 .article-header h1,
  .page-template-searchpage .decorations .set-1 .article-header h1,
  .page-template-events .decorations .set-1 .article-header h1,
  .page-template-spektrix .decorations .set-1 .article-header h1,
  .home .decorations .set-1 .article-header .breadcrumbs,
  .search-results .decorations .set-1 .article-header .breadcrumbs,
  .page-template-searchpage .decorations .set-1 .article-header .breadcrumbs,
  .page-template-events .decorations .set-1 .article-header .breadcrumbs,
  .page-template-spektrix .decorations .set-1 .article-header .breadcrumbs {
    margin-left: 0;
  }
  .home .decorations .set-1 .article-header .breadcrumbs,
  .search-results .decorations .set-1 .article-header .breadcrumbs,
  .page-template-searchpage .decorations .set-1 .article-header .breadcrumbs,
  .page-template-events .decorations .set-1 .article-header .breadcrumbs,
  .page-template-spektrix .decorations .set-1 .article-header .breadcrumbs {
    display: none;
  }
  .page-template-events .decorations .set-1 .decoration-c {
    display: none;
  }
  .search-results .decorations .set-1 .decoration-c,
  .page-template-searchpage .decorations .set-1 .decoration-c {
    z-index: 2000;
  }
  .search-results .decorations .set-1 .article-header,
  .page-template-searchpage .decorations .set-1 .article-header {
    padding-top: 250px;
  }
  .search-results .search-form,
  .page-template-searchpage .search-form {
    margin-top: 120px;
  }
  .marlowe-today {
    position: absolute;
    top: 90px;
    z-index: 5000;
  }
  .menu-open .marlowe-today {
    z-index: 3000;
  }
  .marlowe-today.open {
    left: 60px;
  }
  .marlowe-today.open .widget-content {
    display: block;
  }
  .marlowe-today .widget-tab {
    width: 60px;
    margin-left: -60px;
  }
  .marlowe-today .widget-content {
    display: none;
    width: calc(100vw - 60px);
  }
  .marlowe-today .widget-content .show {
    display: block !important;
    width: 100%;
    margin-top: 36px;
  }
  .marlowe-today .widget-content .close {
    margin-right: -34px;
  }
  .spektrix-page-body {
    padding-top: 150px;
  }
  #membership-levels .level .membership-options button,
  #membership-levels .level .membership-options .btn {
    margin-left: 0;
    margin-top: 12px;
    display: block;
    width: 100%;
  }
  .page-template-events .filters {
    padding-left: 0;
    padding-right: 0;
    padding-top: 120px;
  }
  .page-template-events .filters .available-filters .filter-options {
    display: none;
    padding-left: 0;
  }
  .page-template-events .filters .available-filters .filter-options.in {
    display: block;
  }
  tr.page-template-events .filters .available-filters .filter-options.in {
    display: table-row;
  }
  tbody.page-template-events .filters .available-filters .filter-options.in {
    display: table-row-group;
  }
  .page-template-events .filters .available-filters .filter {
    width: 100% !important;
    margin-bottom: 24px;
  }
  .page-template-events .filters .available-filters .filter .dropdown-toggle {
    min-width: 100%;
  }
  .page-template-events .filters .available-filters .toggle-search {
    display: none;
  }
  .page-template-events .filters .available-filters .toggle-options-button {
    display: block;
    padding: 12px;
    color: #fff;
    border: none !important;
    text-decoration: none !important;
  }
  .page-template-events .filters .available-filters .toggle-options-button:hover,
  .page-template-events .filters .available-filters .toggle-options-button:focus,
  .page-template-events .filters .available-filters .toggle-options-button:active {
    text-decoration: none;
  }
  .page-template-events .filters .available-filters .toggle-options.bottom {
    display: none;
  }
  .page-template-events #shows-filters {
    padding: 0 12px;
  }
  .page-template-events #shows-filters .filters-head h1 {
    color: #fff;
    font-size: 26px;
  }
  .page-template-events #shows-filters .filters-head .toggle-search-button {
    float: right;
    color: #fff;
    border: none !important;
    text-decoration: none !important;
    font-size: 32px;
  }
  .page-template-events #shows-search .toggle-filters {
    padding-left: 24px;
  }
  .page-template-events .tease-shows.priority-booking {
    padding-top: 90px;
  }
  .page-template-events .tease-shows.priority-booking .priority-booking-message {
    width: calc(100% + 16px);
  }
  .single-shows .article-body {
    padding-left: 0;
    padding-right: 0;
  }
  .single-shows .article-body.priority {
    padding-top: 100px;
  }
  .single-classes .article-body.priority {
    padding-top: 100px;
  }
  .single-classes .class-category,
  .single-classes .quote-content {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .classes-filters .filter .categories {
    margin-top: 24px;
  }
  aside#related-shows {
    padding: 0px 12px 43px;
  }
  .section-overview {
    padding-left: 0;
    padding-right: 0;
  }
  .show-performances {
    margin-top: 24px;
  }
  .show-performances .priority-booking {
    position: absolute;
    width: 100%;
    margin-top: -8px;
    margin-left: -12px;
    padding: 12px;
    padding-bottom: 12px;
    background: #ffcb08;
    z-index: 1;
    padding-top: 70px;
  }
  #performances .modal-dialog {
    margin: 0;
  }
  #performances.in .modal-dialog {
    transform: translate3d(0, 70px, 0);
  }
  #performances .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
  #performances .modal-body .modal-header-content {
    padding: 0 12px;
  }
  #performances .modal-body .modal-header-content .header-1 {
    padding-top: 0;
  }
  #performances .modal-body .filters img,
  #performances .modal-body .filters h2,
  #performances .modal-body .filters h4 {
    display: none;
  }
  #performances .modal-body .performances h2 {
    margin-bottom: 12px;
  }
  .spektrix-frame {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .members-events .tease-shows {
    width: initial !important;
  }
  .show-talks .show-talk .talk-image {
    padding-left: 0;
    padding-right: 0;
  }
  .show-talks .show-talk .talk-info {
    padding-top: 12px;
    padding-right: 0;
    padding-left: 0;
  }
  .listing .listing-items .tease {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-listing .listing-items .tease-post .post-summary .post-title {
    padding-top: 12px;
  }
  .blog-listing .listing-items .tease-post .post-summary .btn-explore {
    top: -23px;
    right: 5px;
  }
  .page-template-members-events .additional-elements .widget .widget-image,
  .page-template-members-events .members-events .widget .widget-image {
    height: 190px;
  }
  #content-area {
    padding: 0 !important;
  }
  .post #content-area {
    margin-top: 150px;
  }
  .page-template-spektrix #content-area {
    width: 100%;
    margin-left: 0;
  }
  .page-template-searchpage #content,
  .search-results #content {
    z-index: 2000;
  }
  #sidebar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .blog.post #sidebar .post-navigation {
    padding-top: 115px;
  }
  #sidebar .show-performances {
    display: none;
  }
  aside#media-items:before {
    border-width: 0 0 24px 99.8vw;
  }
  aside#media-items .slide {
    max-width: 100vw;
  }
  aside#media-items .slide img {
    max-height: 270px;
  }
  aside#media-items .slide .caption {
    height: 70px;
  }
  aside#reviews:before {
    border-width: 55px 0 0 99.8vw;
  }
  .show-people:before {
    border-width: 0 0 25px 99.8vw;
  }
  .show-people:after {
    border-width: 0 99.8vw 53px 0;
  }
  .error404 .search-container {
    width: 80%;
    margin: 12px;
  }
  .error404 .search-container .form-control {
    font-size: 30px;
    line-height: 36px;
  }
  .error404 .search-container .input-group-btn button {
    padding: 0;
  }
  .error404 .search-container .input-group-btn button span {
    font-size: 43px;
  }
  footer .footer-content {
    padding-left: 12px;
    padding-right: 12px;
  }
  footer .footer-section-menu li {
    padding-bottom: 12px;
  }
  footer .flex-row {
    display: block;
  }
  footer .footer-supporters .footer-section-charity,
  footer .footer-supporters .footer-section-logos {
    padding: 12px;
  }
  footer .footer-supporters .footer-section-logos img:last-child {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
  footer .footer-section-social ul {
    max-width: 60%;
    display: flex;
    justify-content: space-between;
  }
  footer .footer-section-social .mailing-list {
    padding-top: 12px;
  }
  footer .footer-section-social p {
    margin-top: 20px;
  }
  .modal-signup:before {
    height: auto;
  }
  .modal-signup .modal-dialog {
    min-width: 300px;
  }
  .modal-signup .modal-body {
    padding: 30px 10px;
  }
  .modal-signup .btn-booking {
    width: 100%;
    margin-top: 36px;
    display: block;
  }
  .modal-signup .custom-checkbox span {
    display: block;
    width: 350px;
    white-space: normal;
    line-height: 1.6;
    margin-top: -6px;
  }
  .toast.toast-show {
    width: 100%;
    margin: 0;
    padding: 0 12px;
    box-sizing: border-box;
    background: none;
  }
  .toast.toast-show.sticky {
    background: white;
  }
  .flag-message,
  .cookie-consent {
    padding-right: 0px;
    text-align: left;
  }
  .flag-message .icon-asset-8,
  .cookie-consent .icon-asset-8 {
    display: none;
  }
  .flag-message .dismiss-message,
  .cookie-consent .dismiss-message {
    padding: 6px;
    line-height: 1;
  }
  .flag-message aside,
  .cookie-consent aside {
    height: auto;
    padding: 6px 0;
  }
}
@media only screen and (max-width: 400px) {
  .modal-signup .custom-checkbox span {
    display: block;
    width: 250px;
    white-space: normal;
    line-height: 1.6;
    margin-top: -6px;
  }
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-family: "ff-good-web-pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
