.clear {
  clear: both;
}

.bannerBlock {
  background: url(../images/top-white.svg) no-repeat;
  background-size: 100%;
  height: 12.5vw;
  min-height: 144px;
  background-position: 50% 102%;
  box-sizing: border-box;
  background-size: 100%;
  position: sticky;
  top: 0;
  z-index: 10;
}
.bannerBlock .wrapper {
  padding-top: 1rem;
}
.bannerBlock .titleBlock {
  color: black;
  display: inline-block;
}
.bannerBlock .titleBlock h1 {
  font-size: 134%;
  font-family: "Bebas Neue";
}
.bannerBlock .titleBlock h1 b {
  font-size: 200%;
}

.structural {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.midSpace {
  background: url(../images/mid-white.svg) no-repeat;
  background-size: 102%;
  height: 20vw;
  background-position: 50% 104%;
  box-sizing: border-box;
}

.outerWrapper {
  display: flex;
  justify-content: space-between;
  background: white;
  position: relative;
  z-index: 2;
}

.mainContent {
  background: white;
  width: 65%;
  padding-left: 9%;
}
.mainContent .wrapper {
  padding: 4.5% 4.5% 4.5% 0;
  position: relative;
  top: -4rem;
}

.pinkWindow {
  background: url(../images/theatre.jpg) repeat-y;
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed;
  background-position: 0 0;
  box-sizing: border-box;
}
.pinkWindow img {
  display: block;
  width: 100%;
  position: relative;
  top: -1px;
}

.secondaryContent {
  width: 35%;
  position: relative;
  top: -2px;
  box-sizing: border-box;
  color: white;
}
.secondaryContent h1, .secondaryContent h2, .secondaryContent h3, .secondaryContent h4,
.secondaryContent a:link, .secondaryContent a:visited, .secondaryContent a:active, .secondaryContent a:hover {
  color: white;
}
.secondaryContent .headline {
  color: white;
}
.secondaryContent .wrapper {
  background: #c62255;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 18% 9%;
  transform: rotate(-7deg);
}
.secondaryContent .wrapper h2, .secondaryContent .wrapper .homepageExtras {
  transform: rotate(7deg);
}

.tertiaryContent {
  background: url(../images/theatre.jpg) repeat-y;
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed;
  background-position: 0 0;
  box-sizing: border-box;
  position: relative;
  top: -2px;
  color: white;
}
.tertiaryContent h1, .tertiaryContent h2, .tertiaryContent h3, .tertiaryContent h4,
.tertiaryContent a:link, .tertiaryContent a:visited, .tertiaryContent a:active, .tertiaryContent a:hover {
  color: white;
}
.tertiaryContent img.pinkTriangle {
  display: block;
  width: 100%;
  position: relative;
  top: -1px;
}

.wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  padding: 2.25% 9%;
}

section,
aside {
  box-sizing: border-box;
}

.sidebarNav .masterc {
  display: flex;
}
.sidebarNav .mainContent {
  width: 74%;
}

@media (max-width: 1019px) {
  .sidebarNav .masterc {
    display: block;
  }
  .sidebarNav .mainContent {
    width: auto;
  }

  .outerWrapper {
    display: block;
  }

  .mainContent {
    width: auto;
    padding-left: 9%;
  }
  .mainContent .wrapper {
    padding: 4.5% 4.5% 4.5% 0;
    position: relative;
    top: -4rem;
  }

  .secondaryContent {
    width: auto;
  }

  .pinktop,
.tertiaryContent img.pinkTriangle {
    display: none;
  }
}
body {
  background: url(../images/blue1.jpg);
  background-attachment: fixed;
  background-size: 100%;
  font-family: "Mallanna", "Helvetica", "Arial", sans-serif;
  font-size: 125%;
  line-height: 1.35;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  color: #c62255;
  text-decoration: none;
}

h2 {
  color: black;
  font-family: "Bebas Neue";
  font-size: 200%;
  padding-bottom: 1rem;
}

h1.pageName {
  font-size: 250%;
  color: black;
  font-family: "Bebas Neue";
  padding-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.headline {
  color: black;
  text-decoration: none;
  font-family: "Bebas Neue";
  font-size: 200%;
  padding-bottom: 1rem;
}

.statement {
  font-size: 120%;
}

article {
  margin-bottom: 4rem;
}
article h2 {
  padding-bottom: 0;
}

article:after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.dateline {
  text-transform: uppercase;
  color: #777777;
  margin-bottom: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

.wp-caption-text {
  font-size: 85%;
}

.bigLink {
  background: #c62255;
  color: white;
  text-transform: uppercase;
  padding: 1rem;
  display: inline-block;
  transform: rotate(-4deg);
  transform: rotate(10deg) skew(10deg, -20deg);
  background: #ce2459;
}
.bigLink a,
.bigLink a:link,
.bigLink a:active,
.bigLink a:visited,
.bigLink a:hover {
  display: block;
  color: white;
  transform: rotate(4deg);
}

.bigLink.newerNews {
  background: none;
  transform: none;
}
.bigLink.newerNews a,
.bigLink.newerNews a:link,
.bigLink.newerNews a:active,
.bigLink.newerNews a:visited,
.bigLink.newerNews a:hover {
  display: block;
  color: #c62255;
  transform: none;
}

.graphicLinks {
  margin: 1rem 0;
  text-align: center;
}
.graphicLinks a,
.graphicLinks a:link,
.graphicLinks a:active,
.graphicLinks a:visited,
.graphicLinks a:hover {
  vertical-align: middle;
  color: white;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  font-size: 240%;
}
.graphicLinks img {
  vertical-align: middle;
  max-width: 102px;
  margin-right: 1rem;
}

/* --- NAVIGATION --- */
.no-top-nav .top_nav,
.no-local-nav .section_nav {
  display: none !important;
}

.altSiteTitle {
  display: none;
}

nav {
  font-family: "Bebas Neue";
  font-size: 162%;
  box-sizing: border-box;
  position: absolute;
  z-index: 20;
  top: 29.5%;
  right: 4.5%;
}

.horizontalNav nav {
  width: auto;
  float: none;
}
.horizontalNav .section_nav {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  display: inline-block;
}
.horizontalNav .section_nav li {
  margin: 0;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 5px solid white;
}
.horizontalNav .section_nav .menu-item-1513,
.horizontalNav .section_nav .page-item-599 {
  font-size: 70%;
}
.horizontalNav .section_nav a,
.horizontalNav .section_nav a:link,
.horizontalNav .section_nav a:active,
.horizontalNav .section_nav a:visited,
.horizontalNav .section_nav a:hover {
  color: black;
  display: block;
  margin: 0;
  padding: 10px 10px 0 10px;
  text-decoration: none;
  line-height: 1;
}
.horizontalNav .section_nav li.current_page_item {
  background: #c62255;
  border-bottom: 5px solid #c62255;
}
.horizontalNav .section_nav li.current_page_item a,
.horizontalNav .section_nav li.current_page_item a:link,
.horizontalNav .section_nav li.current_page_item a:active,
.horizontalNav .section_nav li.current_page_item a:visited,
.horizontalNav .section_nav li.current_page_item a:hover {
  color: white;
}
.horizontalNav .section_nav li:hover {
  border-bottom: 5px solid #c62255;
}
.horizontalNav .singlePointNav {
  font-family: "Mallanna", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  margin: 1rem 0;
  color: #8090a0;
}
.horizontalNav .singlePointNav:first-child {
  margin-top: 0;
}

.hamburgerActive .altSiteTitle {
  display: block;
  font-size: 31px;
  padding: 8% 8px 2.25% 8px;
}
.hamburgerActive .altSiteTitle i {
  font-size: 45%;
}
.hamburgerActive .section_nav a,
.hamburgerActive .section_nav a:link,
.hamburgerActive .section_nav a:active,
.hamburgerActive .section_nav a:visited,
.hamburgerActive .section_nav a:hover {
  color: black;
}
.hamburgerActive .section_nav a b,
.hamburgerActive .section_nav a:link b,
.hamburgerActive .section_nav a:active b,
.hamburgerActive .section_nav a:visited b,
.hamburgerActive .section_nav a:hover b {
  font-weight: normal;
  font-size: 127%;
  display: block;
}
.hamburgerActive .section_nav li.current_page {
  background: #c62255;
}
.hamburgerActive .section_nav li.current_page a,
.hamburgerActive .section_nav li.current_page a:link,
.hamburgerActive .section_nav li.current_page a:active,
.hamburgerActive .section_nav li.current_page a:visited,
.hamburgerActive .section_nav li.current_page a:hover {
  color: white;
}

.sidebarNav nav {
  padding-left: 4%;
  width: 26%;
}
.sidebarNav nav .innerWrapper {
  max-width: 267px;
  margin-left: auto;
  margin: 0 0 0 auto;
}
.sidebarNav nav .section_nav a,
.sidebarNav nav .section_nav a:link,
.sidebarNav nav .section_nav a:active,
.sidebarNav nav .section_nav a:visited,
.sidebarNav nav .section_nav a:hover {
  color: #0078c3;
}
.sidebarNav nav .section_nav a b,
.sidebarNav nav .section_nav a:link b,
.sidebarNav nav .section_nav a:active b,
.sidebarNav nav .section_nav a:visited b,
.sidebarNav nav .section_nav a:hover b {
  font-weight: strong;
  font-size: 127%;
  display: block;
}
.sidebarNav nav .section_nav li.current_page a,
.sidebarNav nav .section_nav li.current_page a:link,
.sidebarNav nav .section_nav li.current_page a:active,
.sidebarNav nav .section_nav li.current_page a:visited,
.sidebarNav nav .section_nav li.current_page a:hover {
  color: #999999;
}

.hamburgerActive.sidebarNav nav .section_nav li.current_page a,
.hamburgerActive.sidebarNav nav .section_nav li.current_page a:link,
.hamburgerActive.sidebarNav nav .section_nav li.current_page a:active,
.hamburgerActive.sidebarNav nav .section_nav li.current_page a:visited,
.hamburgerActive.sidebarNav nav .section_nav li.current_page a:hover {
  color: white;
}

/* Navigation setup for moving nav offscreen, revealed with
  hamburger toggler

  to use for mobile only, include with a @media tag
 */
.hamburgerActive nav.primary {
  width: 290px;
  position: fixed;
  z-index: 100;
  top: 0;
  right: -290px;
  transition: right 0.6s ease;
  background: white;
  color: black;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 500px;
}
.hamburgerActive nav.primary div:first-child {
  overflow: scroll;
  height: 100%;
  background: white;
  position: relative;
  z-index: 10;
  padding: 0 8px 12px 8px;
}
.hamburgerActive nav.primary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hamburgerActive nav.primary ul li {
  margin: 0;
  padding: 0;
}
.hamburgerActive nav.primary a, .hamburgerActive nav.primary a:link, .hamburgerActive nav.primary a:visited, .hamburgerActive nav.primary a:hover {
  display: inline-block;
}

.hamburger {
  box-sizing: border-box;
  vertical-align: bottom;
  top: 0;
  z-index: 5;
  cursor: pointer;
  padding: 8px 0;
  position: absolute;
  left: -44px;
  background: white;
  height: 42px;
  width: 48px;
}
.hamburger span {
  position: absolute;
  top: 18px;
  left: 11px;
  width: 22px;
  height: 3px;
  background: #000;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hamburger span:after, .hamburger span:before {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
.hamburger span:before {
  top: -8px;
}
.hamburger span:after {
  bottom: -8px;
}

.navOpen nav.primary {
  right: 0;
  box-shadow: -2px 0px 13px rgba(0, 0, 0, 0.35);
}
.navOpen .hamburger {
  box-shadow: -2px 0px 13px rgba(0, 0, 0, 0.35);
}
.navOpen .hamburger span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navOpen .hamburger span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
}
.navOpen .hamburger span:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.homepageExtras {
  text-align: center;
}
.homepageExtras .wp-block-embed-soundcloud {
  display: block;
}
.homepageExtras .wp-block-embed-soundcloud iframe {
  max-width: 100% !important;
  height: auto !important;
}

.listen h4 {
  font-family: "Bebas Neue";
  font-size: 160%;
  margin-top: 3rem;
}
.listen h5 {
  font-size: 141%;
  font-style: italic;
}
.listen iframe {
  height: auto !important;
  width: 50%;
  margin: auto;
}

.discography .break {
  clear: both;
  width: 100%;
}

.works h2 {
  margin-top: 9%;
}
.works h2:first-child {
  margin-top: 0;
}
.works h3 {
  font-size: 120%;
  font-weight: bold;
  margin-top: 2rem;
}
.works p {
  margin-bottom: 0;
  font-size: 90%;
}

.toc {
  margin-bottom: 2rem;
}
.toc a {
  display: inline-block;
}
.toc a + a {
  margin-left: 1rem;
}

.toc.stuck {
  position: fixed;
  top: 120px;
  background: white;
  z-index: 14;
  padding: 1rem 0 1rem 9%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}

/*# sourceMappingURL=components-20.css.map */
