@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css");
@import url("https://fast.fonts.net/cssapi/c5ace199-250e-4eaf-bad5-48db13f90f7c.css");
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
@import url("//fonts.googleapis.com/css?family=Raleway:300,regular,700,&display=swap");
@import url("//fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic,&display=swap");
html {
  box-sizing: border-box; }

html, body {
  background: #e8ddd9;
  color: #000;
  font-display: swap;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  min-height: 100%; }

a {
  /* These are technically the same, but use both */
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  hyphens: auto;
  /* Instead use this non-standard one: */
  overflow-wrap: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word; }

h4, h5, h6 {
  color: #000; }

body {
  background-attachment: fixed;
  background-color: #e8ddd9;
  background-image: url(../images/body-background-transparent-white-bottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 90vw; }
  @media (max-width: 800px) {
    body {
      background-position: bottom 55px right 5vw; } }
body.pagecontent .mobile {
  display: none;
  width: 100%; }
  @media (max-width: 800px) {
    body.pagecontent .mobile {
      display: block;
      margin-top: 63px; } }
body.pagecontent.page-bio {
  background: #2F1D82 url(../images/body-background-content-about-v2.jpg) no-repeat top center fixed; }
  @media (max-width: 800px) {
    body.pagecontent.page-bio {
      background: #fff url(none); } }
body.pagecontent.page-releases {
  background: #241c10 url(../images/body-background-content-music-v2.jpg) no-repeat top center fixed; }
  @media (max-width: 800px) {
    body.pagecontent.page-releases {
      background: #fff url(none); } }
body.pagecontent.page-tourdates {
  background: #ffffff url(../images/body-background-content-events-v2.jpg) no-repeat top center fixed; }
  @media (max-width: 800px) {
    body.pagecontent.page-tourdates {
      background: #fff url(none); } }
body.pagecontent.page-videos {
  background: #e6e6da url(../images/body-background-content-videos-v2.jpg) no-repeat top center fixed; }
  @media (max-width: 800px) {
    body.pagecontent.page-videos {
      background: #fff url(none); } }
body.pagecontent.page-news {
  background: #b3030d url(../images/body-background-content-news-v2.jpg) no-repeat top center fixed; }
  @media (max-width: 800px) {
    body.pagecontent.page-news {
      background: #fff url(none); } }
body.pagecontent.page-gallery {
  background: #000000 url(../images/body-background-content-photos-v2.jpg) no-repeat top center fixed; }
  @media (max-width: 800px) {
    body.pagecontent.page-gallery {
      background: #fff url(none); } }
body.pagecontent main {
  padding-top: 500px; }
  @media (max-width: 800px) {
    body.pagecontent main {
      padding: 0; } }
  body.pagecontent main section {
    background-color: rgba(255, 255, 255, 0.61);
    padding: 1em 0; }
    @media (max-width: 800px) {
      body.pagecontent main section {
        background-color: #fff; } }
main:focus {
  outline: none; }

.script {
  font-family: 'Snell Roundhand LT W05 Script';
  font-size: 150%; }

a {
  color: #fff; }
  a:hover {
    color: #4d4d4d; }

.hide {
  display: none; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.seo-text,
.seo-text * {
  text-indent: -99999px;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0; }

.cta {
  margin: 2em auto;
  text-align: center; }
  .cta a {
    font-family: "Montserrat";
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 1em 2em;
    background-color: #666666;
    color: #fff;
    border: 2px solid #666666;
    border-radius: 0;
    transition: all 0.4s ease-in-out; }
    .cta a:hover {
      background-color: #fff;
      color: #666666; }

header {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  font-family: "Montserrat";
  font-weight: 400;
  justify-content: center;
  text-align: center; }
  header .mobile {
    display: none; }
  header .artistlogo {
    box-sizing: border-box;
    width: 25%; }
    @media (max-width: 800px) {
      header .artistlogo {
        align-items: center;
        background-color: #fff;
        display: flex;
        height: calc(calc(15px * 4) + 3px);
        left: 0;
        position: fixed;
        top: 0;
        width: calc(100vw - calc(40px + calc(15px * 2)));
        z-index: 99; } }
    header .artistlogo .smem-logo {
      width: 100%; }
      @media (max-width: 800px) {
        header .artistlogo .smem-logo {
          margin: 0;
          padding-left: 15px; } }
      header .artistlogo .smem-logo img {
        max-height: 50px;
        max-width: 80%;
        width: auto; }
        @media (max-width: 800px) {
          header .artistlogo .smem-logo img {
            max-height: 2rem;
            max-width: 80%;
            width: unset; } }
  header nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    transition: all 1s ease-in-out;
    width: 75%; }
    @media (max-width: 800px) {
      header nav {
        align-items: center;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        height: 100vh;
        justify-content: center;
        justify-content: center;
        left: -100vw;
        margin: 0px;
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 666; } }
    header nav .site-nav {
      align-items: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-evenly;
      line-height: 100%;
      margin: 0 auto;
      text-transform: uppercase;
      width: 70%; }
      @media (max-width: 800px) {
        header nav .site-nav {
          align-items: center;
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding-bottom: 5vh;
          text-align: center;
          width: 90%; } }
      @media (max-width: 800px) and (orientation: landscape) {
        header nav .site-nav {
          flex-direction: row;
          flex-wrap: wrap; } }
      header nav .site-nav a {
        color: #666666;
        font-size: 100%;
        padding: 0.15em 0.5em;
        text-decoration: none;
        transition: all 0.4s ease-in-out; }
        header nav .site-nav a:hover {
          color: #000; }
        @media (max-width: 800px) {
          header nav .site-nav a {
            display: block;
            font-size: 6vmin;
            line-height: 100%;
            margin: .5rem auto; }
            header nav .site-nav a:hover {
              color: #000; } }
      header nav .site-nav a.current {
        color: #c10000; }
    header nav .social-nav {
      align-items: center;
      color: #000;
      display: flex;
      justify-content: flex-end;
      margin: 10px 30px;
      width: 30%; }
      @media (max-width: 800px) {
        header nav .social-nav {
          justify-content: center;
          width: 100%; } }
      header nav .social-nav .smem-socials {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap; }
        header nav .social-nav .smem-socials a {
          color: #666666;
          font-size: 125%;
          padding-left: 1vw;
          padding-right: 1vw;
          text-decoration: none;
          transition: all 0.4s ease-in-out; }
          header nav .social-nav .smem-socials a:hover {
            color: #000; }
          @media (max-width: 800px) {
            header nav .social-nav .smem-socials a {
              font-size: 1.75rem;
              line-height: 3rem;
              margin: 0.1rem;
              padding: 10px;
              text-align: center; }
              header nav .social-nav .smem-socials a:hover {
                color: #fff; } }
  @media (max-width: 800px) {
    header.top .artistlogo,
    header.top .hamburger-wrap {
      bottom: unset;
      top: 0; } }
@media (max-width: 800px) {
  body.menu-open header nav {
    left: 0; } }

.smem-logo {
  width: 25%;
  margin: 20px auto; }
  @media (max-width: 800px) {
    .smem-logo {
      width: 80%; } }
  .smem-logo img {
    width: 100%; }

.logo-wrap h1 {
  width: 90%;
  max-width: 1500px;
  margin: 5rem auto 8rem; }
  .logo-wrap h1 .smem-logo img {
    width: 100%; }

.hamburger-wrap {
  display: none; }
  @media (max-width: 800px) {
    .hamburger-wrap {
      display: inline-block;
      padding: 15px;
      position: fixed;
      top: 0;
      right: 0;
      cursor: pointer;
      width: 40px;
      height: 33px;
      z-index: 800;
      background-color: #fff; }
      .hamburger-wrap .hamburger-outer {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 33px;
        transition: transform 0.4s 0s ease-in-out; }
        .hamburger-wrap .hamburger-outer .hamburger-inner {
          margin: 15px 0;
          position: absolute;
          width: 40px;
          height: 3px;
          background: #000000; }
          .hamburger-wrap .hamburger-outer .hamburger-inner:before, .hamburger-wrap .hamburger-outer .hamburger-inner:after {
            content: '';
            display: block;
            position: absolute;
            width: 40px;
            height: 3px;
            background: #000000; }
          .hamburger-wrap .hamburger-outer .hamburger-inner:before {
            top: -15px;
            transition: top 0.4s 0.6s ease-in-out; }
          .hamburger-wrap .hamburger-outer .hamburger-inner:after {
            bottom: -15px;
            transition: transform 0.4s 0s ease-in-out, bottom 0.4s 0.6s ease-in-out; } }
  .hamburger-wrap.active .hamburger-outer {
    transform: rotate(45deg);
    transition: transform 0.4s 0.6s ease-in-out; }
    .hamburger-wrap.active .hamburger-outer .hamburger-inner:before {
      top: 0;
      transition: top 0.4s 0s ease-in-out; }
    .hamburger-wrap.active .hamburger-outer .hamburger-inner:after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.4s 0s ease-in-out, transform 0.4s 0.6s ease-in-out; }

section {
  padding: 0;
  max-width: 100vw;
  margin: 0px auto;
  width: calc( 100vw - 20vw); }
  @media (max-width: 800px) {
    section {
      width: 100vw; } }
  section h2.section-title {
    font-size: 200%;
    text-align: center;
    margin: .5em auto .5em;
    padding: 1%;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0; }
    @media (max-width: 800px) {
      section h2.section-title {
        font-size: 150%; } }
    @media (max-width: 414px) {
      section h2.section-title {
        font-size: 100%; } }
  section h3.section-subtitle {
    font-size: 100%;
    text-align: center;
    margin: 1em auto 1em; }

body.pagehome section {
  margin: 0 auto 5rem;
  padding-bottom: 2rem;
  width: calc( 100vw - 20vw); }
  body.pagehome section.page-section:last-of-type {
    margin: 0 auto; }
  body.pagehome section.page-section.about {
    position: absolute;
    top: 0;
    text-indent: -9999px;
    color: #fff;
    margin: 0px;
    padding: 0px !important;
    height: 0px;
    width: 0px; }
  body.pagehome section.page-section.videos.single {
    border-bottom: 0;
    margin: 0px auto 0px auto;
    margin-bottom: 100px; }
  body.pagehome section.page-section.news .news-item {
    background: rgba(255, 255, 255, 0.81); }
  body.pagehome section.page-section.releases .smem-releases {
    flex-direction: row;
    flex-wrap: nowrap; }
    @media (max-width: 800px) {
      body.pagehome section.page-section.releases .smem-releases {
        flex-direction: column;
        flex-wrap: wrap; } }
    body.pagehome section.page-section.releases .smem-releases .release {
      flex-direction: row;
      width: 100%;
      flex-wrap: nowrap; }
      @media (max-width: 800px) {
        body.pagehome section.page-section.releases .smem-releases .release {
          flex-direction: column;
          flex-wrap: wrap; } }
      body.pagehome section.page-section.releases .smem-releases .release .packshot {
        text-align: center;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        @media (max-width: 800px) {
          body.pagehome section.page-section.releases .smem-releases .release .packshot {
            width: 100%;
            display: block; } }
        body.pagehome section.page-section.releases .smem-releases .release .packshot img {
          vertical-align: middle;
          width: 100%; }
      body.pagehome section.page-section.releases .smem-releases .release .info {
        background-color: rgba(255, 255, 255, 0.81);
        width: 100%; }
        body.pagehome section.page-section.releases .smem-releases .release .info .release-title {
          font-size: 2rem;
          margin: 1em 2em 0 2em; }
          @media (max-width: 800px) {
            body.pagehome section.page-section.releases .smem-releases .release .info .release-title {
              font-size: 1.5rem; } }
        body.pagehome section.page-section.releases .smem-releases .release .info .release-meta {
          margin: 0 2em; }
          body.pagehome section.page-section.releases .smem-releases .release .info .release-meta .release-date {
            display: none; }
          body.pagehome section.page-section.releases .smem-releases .release .info .release-meta .release-embed {
            display: none; }
          body.pagehome section.page-section.releases .smem-releases .release .info .release-meta .tracklist {
            display: none; }
      body.pagehome section.page-section.releases .smem-releases .release:nth-child(even) .packshot {
        order: unset; }
      body.pagehome section.page-section.releases .smem-releases .release:nth-child(even) .info {
        order: unset; }

.modal {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  z-index: 999;
  display: none; }
  .modal .modal-close {
    display: block;
    font-size: 3em;
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    background-color: #666666;
    color: #fff;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    z-index: 801; }
    @media (max-width: 800px) {
      .modal .modal-close {
        top: 0;
        right: 0; } }
    .modal .modal-close:hover {
      background-color: #fff;
      color: #666666; }
    .modal .modal-close i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .modal .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

footer {
  z-index: 100;
  position: fixed;
  bottom: 0px;
  text-transform: uppercase;
  width: 100%;
  padding: 1.5em 0;
  background: #000000;
  color: #fff;
  text-align: center;
  font-size: 10px; }
  @media (max-width: 800px) {
    footer {
      position: relative; } }
  footer .legals {
    display: inline-block; }
    @media (max-width: 800px) {
      footer .legals {
        display: block;
        padding: 0.5em 0; } }
    footer .legals a {
      color: #fff;
      text-decoration: none; }
      footer .legals a:hover {
        text-decoration: underline; }
  footer .sep {
    display: inline-block;
    margin: 0 0.5em; }
    @media (max-width: 800px) {
      footer .sep {
        display: none; } }
section.page-section.about .smem-bio {
  background-color: #fff;
  width: 90%;
  margin: 0 auto 100px auto;
  display: block; }
  @media (max-width: 800px) {
    section.page-section.about .smem-bio {
      width: 100%; } }
  section.page-section.about .smem-bio .bio {
    padding: 1em 2em; }
    section.page-section.about .smem-bio .bio p {
      text-align: justify; }
      section.page-section.about .smem-bio .bio p img {
        width: 80%;
        height: auto;
        margin: 3rem auto;
        display: block; }
      section.page-section.about .smem-bio .bio p iframe {
        margin: 3rem auto;
        display: block; }
    @media (max-width: 1200px) {
      section.page-section.about .smem-bio .bio img {
        width: 80%;
        height: auto; }
      section.page-section.about .smem-bio .bio iframe {
        width: 80%; } }
    @media (max-width: 800px) {
      section.page-section.about .smem-bio .bio img {
        width: 100%;
        height: auto; }
      section.page-section.about .smem-bio .bio iframe {
        width: 100%; } }
    @media (max-width: 414px) {
      section.page-section.about .smem-bio .bio img {
        width: 100%;
        height: auto; }
      section.page-section.about .smem-bio .bio iframe {
        width: 100%; } }
section.page-section.carousel {
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0px;
  background-color: #000; }
  section.page-section.carousel .smem-carousel {
    position: relative;
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
    width: 100%;
    margin: 0px auto; }
    @media (max-width: 800px) {
      section.page-section.carousel .smem-carousel {
        height: 100svh; } }
    section.page-section.carousel .smem-carousel #carouselPlayer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background: transparent;
      display: none; }
      section.page-section.carousel .smem-carousel #carouselPlayer iframe {
        width: 100%;
        height: 100%; }
    section.page-section.carousel .smem-carousel .slides-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        z-index: 20;
        pointer-events: all;
        font-size: 4em;
        line-height: 0.7; }
        @media (max-width: 800px) {
          section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows {
            font-size: 2em;
            top: 40%; } }
        section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow {
          cursor: pointer;
          background-color: #ffffff80;
          color: #000000;
          transition: all 0.4s ease-in-out; }
          section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow:hover {
            background-color: #ffffffff;
            color: #000000ff; }
        section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-prev {
          padding: 15px 20px 13px 10px;
          -webkit-border-top-right-radius: 30px;
          -webkit-border-bottom-right-radius: 30px;
          border-radius: 0px 30px 30px 0px; }
          @media (max-width: 800px) {
            section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-prev {
              padding: 35px 10px 35px 5px; } }
        section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-next {
          padding: 15px 10px 13px 20px;
          -webkit-border-top-left-radius: 30px;
          -webkit-border-bottom-left-radius: 30px;
          border-radius: 30px 0 0 30px; }
          @media (max-width: 800px) {
            section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-next {
              padding: 35px 5px 35px 10px; } }
      section.page-section.carousel .smem-carousel .slides-wrap .slick-list {
        height: 100%; }
        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track {
          height: 100%; }
          section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div {
            height: 100%; }
            section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide {
              position: relative;
              height: 100%;
              background-position: center center;
              background-size: cover;
              background-repeat: no-repeat;
              display: flex !important;
              flex-direction: column;
              justify-content: flex-end !important;
              align-items: center;
              background-color: #000; }
              @media (max-width: 1600px) and (max-height: 800px) {
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide {
                  background-position: center center; } }
              section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.has-title:before {
                content: "";
                display: block;
                height: 100%;
                width: 100%;
                bottom: 0;
                position: absolute;
                opacity: 1;
                background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 100%) no-repeat center center scroll; }
                @media (max-width: 800px) {
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.has-title:before {
                    opacity: 1; } }
              section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide {
                overflow: hidden; }
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner {
                  height: 100%;
                  width: 100%;
                  display: flex;
                  justify-content: flex-end;
                  align-items: center;
                  font-size: 200%;
                  margin-bottom: 0;
                  padding-bottom: 5vh;
                  /* CTA TITLES FOR VIDEO SLIDES */ }
                  @media (max-width: 1200px) {
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner {
                      font-size: 150%; } }
                  @media (max-width: 800px) {
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner {
                      font-size: 150%; } }
                  @media (max-width: 414px) {
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner {
                      font-size: 100%; } }
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-video-embed {
                    position: absolute;
                    top: auto;
                    left: auto;
                    width: 100%;
                    height: 100%;
                    z-index: -1;
                    pointer-events: none; }
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-video-embed iframe {
                      width: 100vw !important;
                      height: 56.25vw !important;
                      /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
                      min-height: 100vh;
                      min-width: 177.77vh;
                      /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
                      position: absolute !important;
                      top: 50% !important;
                      left: 50% !important;
                      transform: translate(-50%, -50%);
                      /* VIMEO - MOBILE LOADING OTHER SCALE 1:2 */ }
                      @media screen and (max-width: 822px) {
                        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-video-embed iframe {
                          width: 100% !important;
                          height: 200vw !important;
                          /* Given a 2:1 aspect ratio, 2/1*100 = 200 */
                          min-height: 100vh;
                          min-width: 50vh;
                          /* Given a 16:9 aspect ratio, 1/2*100 = 50 */ } }
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-title {
                    text-align: center;
                    width: 80%;
                    color: #fff;
                    text-decoration: none;
                    text-transform: uppercase;
                    text-shadow: 1px 1px 0px #000, 0px 0px 5px #000;
                    margin-bottom: 3vh; }
                    @media (max-width: 800px) {
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-title {
                        text-align: center; } }
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .subtitle {
                    color: #fff;
                    width: 80%;
                    text-shadow: 1px 1px 0px #000, 0px 0px 5px #000;
                    margin-bottom: 3vh; }
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .buttons-wrap {
                    width: 80%; }
              section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide a.full-slide-cta {
                display: block;
                width: 100%;
                height: 100%;
                z-index: 10;
                text-decoration: none; }
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide a.full-slide-cta span.seo-text {
                  display: none; }
              section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide a.full-slide-cta * {
                pointer-events: none; }
              section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
                width: 80%;
                margin: 0 auto 0;
                padding-bottom: 5vh;
                text-align: center;
                text-transform: none;
                display: flex;
                flex-flow: column wrap;
                z-index: 21;
                font-size: 200%;
                /* CTA TITLES FOR IMAGE SLIDES */
                /* BUTTONS FOR ALL SLIDES */ }
                @media (max-width: 1200px) {
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
                    font-size: 150%; } }
                @media (max-width: 800px) {
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
                    font-size: 120%;
                    text-align: center;
                    padding-bottom: 10vh; } }
                @media (max-width: 414px) {
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
                    font-size: 100%; } }
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .slide-title {
                  line-height: 100%;
                  font-size: 2em;
                  text-transform: uppercase;
                  font-weight: normal;
                  padding: 0;
                  margin: 0;
                  margin-bottom: 3vh;
                  display: inline;
                  color: #fff;
                  text-shadow: 1px 1px 0px #000, 0px 0px 5px #000; }
                  @media (max-width: 800px) {
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .slide-title {
                      font-size: 3em; } }
                  @media (max-width: 414px) {
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .slide-title {
                      font-size: 2em; } }
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .subtitle {
                  line-height: 100%;
                  text-transform: uppercase;
                  font-weight: 400;
                  font-family: Raleway;
                  font-size: 75%;
                  letter-spacing: 0.2em;
                  padding: 0;
                  margin: 0;
                  margin-bottom: 3vh;
                  display: inline-block;
                  width: auto;
                  color: #fff;
                  text-shadow: 1px 1px 0px #000, 0px 0px 5px #000; }
                  @media (max-width: 800px) {
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .subtitle {
                      font-size: 100%; } }
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap {
                  display: flex;
                  flex-flow: row wrap;
                  align-content: space-between;
                  justify-content: center;
                  padding: 0;
                  margin: 0;
                  margin-bottom: 5vh; }
                  @media (max-width: 800px) {
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap {
                      flex-direction: column;
                      align-content: center; } }
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap {
                    display: flex;
                    align-items: center;
                    justify-content: space-evenly;
                    flex-wrap: wrap;
                    padding: 0;
                    margin: 0; }
                    @media (max-width: 414px) {
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap {
                        margin: 0.5em 0;
                        width: 100%; } }
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button {
                      margin: 2em auto;
                      text-align: center;
                      padding: 0;
                      margin: 10px; }
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a {
                        font-family: "Montserrat";
                        display: inline-block;
                        text-align: center;
                        text-decoration: none;
                        text-transform: uppercase;
                        font-size: 0.8rem;
                        padding: 1em 2em;
                        background-color: #666666;
                        color: #fff;
                        border: 2px solid #666666;
                        border-radius: 0;
                        transition: all 0.4s ease-in-out; }
                        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a:hover {
                          background-color: #fff;
                          color: #666666; }
                      @media (max-width: 414px) {
                        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button {
                          width: 100%; } }
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button {
                        background-color: #fff;
                        color: #000;
                        border: 1px solid #000;
                        letter-spacing: 0.2em;
                        font-size: 0.5em; }
                        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button i {
                          padding-right: 10px; }
                        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button:hover {
                          background-color: #000 !important;
                          color: #fff !important;
                          border: 1px solid #000 !important; }
                        @media (max-width: 414px) {
                          section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button {
                            box-sizing: border-box;
                            width: 100%;
                            font-size: 100%; } }
section.page-section.carousel
.smem-carousel
.slides-wrap
.slider-arrows
.slick-next
.fa-chevron-right:before {
  content: "\f105"; }

section.page-section.carousel
.smem-carousel
.slides-wrap
.slider-arrows
.slick-prev
.fa-chevron-left:before {
  content: "\f104"; }

section.page-section.contact {
  text-align: center;
  padding: 3em 10% 5em; }
  section.page-section.contact h2.section-title {
    margin-bottom: 1em; }
  section.page-section.contact .smem-contact {
    font-size: 1.2em; }
    section.page-section.contact .smem-contact a {
      color: #ffffff;
      transition: all 0.4s ease-in-out; }
      section.page-section.contact .smem-contact a:hover {
        color: #666666; }

section.page-section.faq .smem-faq {
  background-color: #fff;
  width: 90%;
  margin: 0 auto 100px auto;
  display: block; }
  @media (max-width: 800px) {
    section.page-section.faq .smem-faq {
      width: 100%; } }
  section.page-section.faq .smem-faq .faq-item {
    padding: 1em 2em;
    margin: 30px auto; }
    section.page-section.faq .smem-faq .faq-item .faq-title {
      margin: auto;
      text-align: center;
      color: #666666; }
    section.page-section.faq .smem-faq .faq-item .faq-answer p {
      text-align: center; }
    @media (max-width: 1200px) {
      section.page-section.faq .smem-faq .faq-item .faq-answer p {
        margin: auto; } }
    @media (max-width: 414px) {
      section.page-section.faq .smem-faq .faq-item .faq-answer p {
        margin: auto; } }
#image-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
  z-index: 800;
  display: none; }
  #image-viewer #image-viewer-nav {
    width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    z-index: 810;
    font-size: 3em; }
    #image-viewer #image-viewer-nav #image-nav-prev {
      left: 2vw;
      cursor: pointer;
      position: absolute;
      width: calc(1.25rem + 3rem);
      height: calc(1.25rem + 3rem); }
      #image-viewer #image-viewer-nav #image-nav-prev a {
        display: block;
        position: relative;
        font-size: 3rem;
        width: 100%;
        height: 100%;
        background-color: #666666;
        color: #fff;
        transition: all 0.4s ease-in-out;
        border-radius: 0; }
        #image-viewer #image-viewer-nav #image-nav-prev a:hover {
          background-color: #fff;
          color: #666666; }
        #image-viewer #image-viewer-nav #image-nav-prev a i {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      #image-viewer #image-viewer-nav #image-nav-prev.inactive a {
        opacity: .4;
        cursor: not-allowed; }
    #image-viewer #image-viewer-nav #image-nav-next {
      right: 2vw;
      cursor: pointer;
      position: absolute;
      width: calc(1.25rem + 3rem);
      height: calc(1.25rem + 3rem); }
      #image-viewer #image-viewer-nav #image-nav-next a {
        display: block;
        position: relative;
        font-size: 3rem;
        width: 100%;
        height: 100%;
        background-color: #666666;
        color: #fff;
        transition: all 0.4s ease-in-out;
        border-radius: 0; }
        #image-viewer #image-viewer-nav #image-nav-next a:hover {
          background-color: #fff;
          color: #666666; }
        #image-viewer #image-viewer-nav #image-nav-next a i {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      #image-viewer #image-viewer-nav #image-nav-next.inactive a {
        opacity: .4;
        cursor: not-allowed; }
  #image-viewer #image-viewer-close {
    display: block;
    font-size: 3em;
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    background-color: #666666;
    color: #fff;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    z-index: 801; }
    #image-viewer #image-viewer-close:hover {
      background-color: #fff;
      color: #666666; }
    #image-viewer #image-viewer-close i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #image-viewer #image-viewer-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    #image-viewer #image-viewer-inner img {
      width: 80%;
      height: 90vh;
      object-fit: contain; }

section.page-section.gallery {
  background-color: rgba(255, 255, 255, 0.91); }
  section.page-section.gallery .smem-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px auto; }
    section.page-section.gallery .smem-gallery .gallery {
      width: calc(33.33% - 2rem);
      padding: 1rem;
      flex-grow: 0.5; }
      section.page-section.gallery .smem-gallery .gallery a.gallery-link .gallery-thumb img {
        width: 100%; }
      section.page-section.gallery .smem-gallery .gallery .gallery-title {
        text-align: center; }
  section.page-section.gallery.grid .smem-gallery {
    flex-direction: row; }
    section.page-section.gallery.grid .smem-gallery .gallery-image {
      width: calc( ((100vw - 20vw) / 3) - 2rem);
      height: calc( ((100vw - 20vw) / 3) - 2rem);
      padding: 0.5rem; }
      section.page-section.gallery.grid .smem-gallery .gallery-image a.gallery-link {
        display: block;
        width: 100%;
        height: 100%; }
        section.page-section.gallery.grid .smem-gallery .gallery-image a.gallery-link .gallery-thumb {
          width: 100%;
          height: 100%; }
          section.page-section.gallery.grid .smem-gallery .gallery-image a.gallery-link .gallery-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
      section.page-section.gallery.grid .smem-gallery .gallery-image .image-subtitle {
        display: none; }

#lyricsModal {
  overflow: scroll; }
  #lyricsModal .modal-inner .content-container {
    text-align: center;
    padding: 10vmin 0; }

section.page-section.news .smem-news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center; }
  section.page-section.news .smem-news .news-item {
    width: 29%;
    margin: 0 1rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
    color: #000;
    background: #fff; }
    @media (max-width: 1200px) {
      section.page-section.news .smem-news .news-item {
        width: 44%; } }
    @media (max-width: 800px) {
      section.page-section.news .smem-news .news-item {
        width: 100%;
        margin: 0 0 2em 0; } }
    section.page-section.news .smem-news .news-item .image-wrap {
      order: 1;
      width: 100%;
      overflow: hidden; }
      section.page-section.news .smem-news .news-item .image-wrap a.imagelink {
        display: block;
        position: relative;
        object-position: 50% 50%; }
        section.page-section.news .smem-news .news-item .image-wrap a.imagelink:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 100%; }
        section.page-section.news .smem-news .news-item .image-wrap a.imagelink > img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        section.page-section.news .smem-news .news-item .image-wrap a.imagelink img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: 50% 50%; }
    section.page-section.news .smem-news .news-item .news-title {
      order: 2;
      text-align: center;
      padding: 0px 10px;
      font-size: 75%;
      text-transform: uppercase; }
    section.page-section.news .smem-news .news-item .news-excerpt {
      order: 4;
      text-transform: uppercase; }
      section.page-section.news .smem-news .news-item .news-excerpt p {
        text-align: justify;
        width: 90%;
        margin: 0px auto;
        font-size: 75%; }
      section.page-section.news .smem-news .news-item .news-excerpt .cta {
        text-align: center;
        display: flex;
        flex-flow: row wrap;
        align-content: space-between;
        justify-content: space-between;
        margin: 20px 0px 0px 0px; }
        section.page-section.news .smem-news .news-item .news-excerpt .cta a {
          flex-grow: 1; }
    section.page-section.news .smem-news .news-item .news-metas {
      order: 3;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      flex: 1;
      font-family: "Montserrat";
      margin-bottom: 20px;
      text-transform: uppercase; }
      section.page-section.news .smem-news .news-item .news-metas .news-date:before {
        font-weight: 400;
        content: '\f073';
        font-family: 'FontAwesome';
        margin-right: 0.6em; }
      section.page-section.news .smem-news .news-item .news-metas .categories {
        display: none; }
        section.page-section.news .smem-news .news-item .news-metas .categories:before {
          font-weight: 400;
          content: '\f02c';
          font-family: 'FontAwesome';
          margin-right: 0.6em; }
    section.page-section.news .smem-news .news-item .news-content {
      order: 4;
      display: none; }
      section.page-section.news .smem-news .news-item .news-content img {
        display: block;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto; }
    section.page-section.news .smem-news .news-item .news-embed {
      display: none; }

section.page-section.news.single-news-item .smem-news .news-item:not(.active) {
  display: none; }

section.site-page.news .smem-news {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 120%; }
  section.site-page.news .smem-news .news-item {
    width: 100%;
    flex-direction: column;
    margin: 4rem auto; }
    section.site-page.news .smem-news .news-item .image-wrap {
      order: 2; }
      section.site-page.news .smem-news .news-item .image-wrap img {
        width: 100%; }
    section.site-page.news .smem-news .news-item .news-title {
      order: 1;
      font-size: 200%;
      text-align: center; }
      @media (max-width: 800px) {
        section.site-page.news .smem-news .news-item .news-title {
          font-size: 150%; } }
      @media (max-width: 414px) {
        section.site-page.news .smem-news .news-item .news-title {
          font-size: 100%; } }
    section.site-page.news .smem-news .news-item .news-excerpt {
      order: 4;
      display: none; }
    section.site-page.news .smem-news .news-item .news-metas {
      order: 3;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      color: #ffffff;
      font-family: "Montserrat";
      text-transform: uppercase;
      margin: 15px 0px; }
      section.site-page.news .smem-news .news-item .news-metas .news-date {
        color: #666666; }
        section.site-page.news .smem-news .news-item .news-metas .news-date:before {
          font-family: 'FontAwesome';
          margin-right: 0.6em; }
      section.site-page.news .smem-news .news-item .news-metas .categories {
        display: none; }
        section.site-page.news .smem-news .news-item .news-metas .categories:before {
          content: '\f02c';
          font-family: 'FontAwesome';
          margin-right: 0.6em; }
    section.site-page.news .smem-news .news-item .news-embed {
      order: 6;
      display: block;
      text-align: center;
      margin: 2rem 0; }
      section.site-page.news .smem-news .news-item .news-embed iframe, section.site-page.news .smem-news .news-item .news-embed embed, section.site-page.news .smem-news .news-item .news-embed object {
        margin: 0 auto !important; }
      section.site-page.news .smem-news .news-item .news-embed[data-service="youtube com"], section.site-page.news .smem-news .news-item .news-embed[data-service="vimeo com"] {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%; }
        section.site-page.news .smem-news .news-item .news-embed[data-service="youtube com"] iframe, section.site-page.news .smem-news .news-item .news-embed[data-service="vimeo com"] iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    section.site-page.news .smem-news .news-item .news-content {
      order: 5;
      margin-bottom: 50px;
      padding-bottom: 50px;
      display: block;
      text-align: center; }
      @media (max-width: 800px) {
        section.site-page.news .smem-news .news-item .news-content {
          width: 90%;
          margin: 0 auto; } }
      section.site-page.news .smem-news .news-item .news-content h3 {
        font-size: 200%;
        padding-left: 1em;
        padding-right: 1em; }
      section.site-page.news .smem-news .news-item .news-content p, section.site-page.news .smem-news .news-item .news-content div {
        padding-left: 1em;
        padding-right: 1em;
        margin: 15px 0px; }
        @media (max-width: 414px) {
          section.site-page.news .smem-news .news-item .news-content p, section.site-page.news .smem-news .news-item .news-content div {
            font-size: 75%; } }
        section.site-page.news .smem-news .news-item .news-content p img, section.site-page.news .smem-news .news-item .news-content div img {
          display: block;
          width: auto !important;
          max-width: 100% !important;
          height: auto !important;
          margin: 0 auto; }
      section.site-page.news .smem-news .news-item .news-content a {
        color: #c10000; }
        section.site-page.news .smem-news .news-item .news-content a:hover {
          color: #000; }
      @media (max-width: 800px) {
        section.site-page.news .smem-news .news-item .news-content iframe {
          width: 100%; } }
@media (max-width: 800px) {
  #newsletterModal {
    position: fixed;
    overflow: scroll; } }

@media (max-width: 800px) and (orientation: portrait) {
  #newsletterModal {
    height: auto;
    max-height: none; } }

#newsletterModal .modal-inner .content-container {
  display: flex;
  flex-direction: row;
  width: 80vw;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; }
  @media (max-width: 800px) {
    #newsletterModal .modal-inner .content-container {
      width: 90%;
      max-width: 100vw;
      margin: 0 auto;
      position: relative;
      top: 0;
      left: 0;
      transform: none; } }
  @media (max-width: 800px) and (orientation: portrait) {
    #newsletterModal .modal-inner .content-container {
      display: block;
      flex-direction: column; } }
  #newsletterModal .modal-inner .content-container .left {
    overflow: hidden;
    width: 50%; }
    #newsletterModal .modal-inner .content-container .left .image-desktop {
      display: block;
      height: 100%; }
    #newsletterModal .modal-inner .content-container .left .image-mobile {
      display: none; }
    @media (max-width: 800px) and (orientation: portrait) {
      #newsletterModal .modal-inner .content-container .left {
        width: 100%; }
        #newsletterModal .modal-inner .content-container .left .image-desktop {
          display: none; }
        #newsletterModal .modal-inner .content-container .left .image-mobile {
          display: block; }
          #newsletterModal .modal-inner .content-container .left .image-mobile img {
            height: auto;
            max-height: 45vh;
            max-width: 100vmin; } }
    @media (max-width: 800px) and (orientation: landscape) {
      #newsletterModal .modal-inner .content-container .left .image-desktop {
        width: 100%;
        height: 100%; }
        #newsletterModal .modal-inner .content-container .left .image-desktop img {
          height: 100%;
          width: 100%; } }
    #newsletterModal .modal-inner .content-container .left img {
      width: 100%;
      height: 100%;
      max-width: 90vmin;
      display: block;
      object-fit: cover;
      object-position: center center; }
  #newsletterModal .modal-inner .content-container .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 2em;
    width: calc(50% - 4em); }
    @media (max-width: 800px) and (orientation: portrait) {
      #newsletterModal .modal-inner .content-container .right {
        width: calc(100% - 4em);
        justify-content: unset; } }
    @media (max-width: 800px) and (orientation: landscape) {
      #newsletterModal .modal-inner .content-container .right {
        width: calc(50% - 2em);
        padding: 1em; } }
    #newsletterModal .modal-inner .content-container .right .logo {
      width: 80%;
      margin: 0; }
      @media (max-width: 800px) and (orientation: portrait) {
        #newsletterModal .modal-inner .content-container .right .logo {
          width: 60vw; } }
      #newsletterModal .modal-inner .content-container .right .logo img, #newsletterModal .modal-inner .content-container .right .logo svg {
        width: 100%; }
  #newsletterModal .modal-inner .content-container iframe {
    width: 100%;
    height: 90vh; }
  #newsletterModal .modal-inner .content-container .cta {
    margin: 2em auto 1rem; }
    #newsletterModal .modal-inner .content-container .cta a {
      margin: 5px;
      text-transform: uppercase; }
      @media (max-width: 800px) and (orientation: landscape) {
        #newsletterModal .modal-inner .content-container .cta a {
          padding: 0.5em; } }
      #newsletterModal .modal-inner .content-container .cta a:hover {
        background-color: #000;
        color: #fff;
        border: 2px solid #000; }
  #newsletterModal .modal-inner .content-container .newsletter-dismiss {
    margin: 5px;
    color: #fff;
    background-color: #666666;
    border: 2px solid #666666;
    padding: 1em 2em;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-size: 0.8em;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.4s ease-in-out; }
    #newsletterModal .modal-inner .content-container .newsletter-dismiss:hover {
      background-color: #000;
      color: #fff;
      border: 2px solid #000; }

section.releases {
  /*
    &.home-section {
        .smem-releases {

            .release {
                border: dotted 1px red;
                padding: 0;
                margin: 0;
                flex-wrap: wrap;
                .packshot {
                    border: dotted 1px red;
                    width: 50%;
                    img {
                        //border: dotted 1px #999;
                        width: 100%;
                        max-width: 100%;
                    }
                }
                .info {
                    width: 50%;
                    
                    .release-title {
                        font-size: 100%;
                        text-transform: uppercase;
                    }
                    .release-meta {
                        
                        .release-custominfo {
                            display: none;
                        }
                        .release-embed {
                            display: none;
                        }
                        .tracklist {
                            display: none;
                        }
                        .retail-links {
                            width: auto;
                            
                        }
                    }
                }  
            }
        }
    }

    */ }
  section.releases .smem-releases {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around; }
    @media (max-width: 800px) {
      section.releases .smem-releases {
        margin-bottom: 0em; } }
    section.releases .smem-releases .release {
      display: flex;
      flex-direction: row;
      width: 90%;
      margin: 0 auto 50px;
      flex-grow: 0.5; }
      section.releases .smem-releases .release:last-child {
        border-bottom: none; }
      @media (max-width: 1200px) {
        section.releases .smem-releases .release {
          width: 90%;
          flex-direction: column;
          padding: 0; } }
      section.releases .smem-releases .release .packshot {
        width: 50%;
        text-align: center;
        display: flex;
        justify-content: flex;
        align-items: flex-start; }
        @media (max-width: 1200px) {
          section.releases .smem-releases .release .packshot {
            width: 100%; } }
        section.releases .smem-releases .release .packshot img {
          width: 100%; }
      section.releases .smem-releases .release .info {
        background-color: rgba(255, 255, 255, 0.61);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        align-items: stretch;
        flex-grow: 2;
        width: 50%; }
        @media (max-width: 1200px) {
          section.releases .smem-releases .release .info {
            width: 100%; } }
        section.releases .smem-releases .release .info .release-title {
          font-size: 100%;
          text-transform: uppercase;
          margin: 2em 1em 0 1em; }
        section.releases .smem-releases .release .info .release-meta {
          flex-grow: 2;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          margin: 0 2em; }
          section.releases .smem-releases .release .info .release-meta .release-date {
            display: none;
            font-family: "Montserrat";
            font-weight: 400;
            font-style: normal;
            font-size: 75%; }
            section.releases .smem-releases .release .info .release-meta .release-date span {
              display: none; }
          section.releases .smem-releases .release .info .release-meta .release-embed {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            max-width: 100%; }
            section.releases .smem-releases .release .info .release-meta .release-embed:empty {
              display: none; }
            section.releases .smem-releases .release .info .release-meta .release-embed iframe {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
          section.releases .smem-releases .release .info .release-meta .tracklist {
            flex-grow: 2;
            list-style-position: inside;
            margin: 20px;
            padding: 0;
            counter-reset: item; }
            section.releases .smem-releases .release .info .release-meta .tracklist:empty {
              display: none; }
            section.releases .smem-releases .release .info .release-meta .tracklist li:before {
              content: '';
              margin-right: 0.5em; }
            section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics .lyrics-button {
              opacity: 0;
              transition: all 0.4s ease-in-out; }
              section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics .lyrics-button:before {
                content: ')'; }
              section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics .lyrics-button:after {
                content: '('; }
            section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics:hover > .lyrics-button {
              opacity: 1; }
          section.releases .smem-releases .release .info .release-meta .retail-links {
            margin: 2em auto;
            text-align: center;
            display: flex;
            margin: 2em 0;
            padding: 0px;
            width: 100%; }
            section.releases .smem-releases .release .info .release-meta .retail-links a {
              font-family: "Montserrat";
              display: inline-block;
              text-align: center;
              text-decoration: none;
              text-transform: uppercase;
              font-size: 0.8rem;
              padding: 1em 2em;
              background-color: #666666;
              color: #fff;
              border: 2px solid #666666;
              border-radius: 0;
              transition: all 0.4s ease-in-out; }
              section.releases .smem-releases .release .info .release-meta .retail-links a:hover {
                background-color: #fff;
                color: #666666; }
            section.releases .smem-releases .release .info .release-meta .retail-links .retail-link {
              margin: 5px 0;
              width: 100%;
              padding: 0.5em 1em; }
              section.releases .smem-releases .release .info .release-meta .retail-links .retail-link i {
                padding-right: 10px; }
              @media (max-width: 800px) {
                section.releases .smem-releases .release .info .release-meta .retail-links .retail-link {
                  flex-direction: column; } }
      section.releases .smem-releases .release:nth-child(even) .packshot {
        order: 2; }
        @media (max-width: 1200px) {
          section.releases .smem-releases .release:nth-child(even) .packshot {
            order: 1; } }
      section.releases .smem-releases .release:nth-child(even) .info {
        order: 1; }

section.store {
  padding: 2em 0; }
  section.store .products-widget {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    section.store .products-widget .product {
      width: calc(33.33% - 2rem);
      padding: 1rem;
      display: flex;
      flex-direction: column; }
      @media (max-width: 800px) {
        section.store .products-widget .product {
          width: calc(100% - 2rem); } }
      section.store .products-widget .product .product-image {
        width: 100%; }
        section.store .products-widget .product .product-image a {
          width: 100%; }
          section.store .products-widget .product .product-image a img {
            width: 100%; }
      section.store .products-widget .product .product-info-wrap {
        display: flex;
        flex-direction: column;
        margin-top: auto; }
        section.store .products-widget .product .product-info-wrap .product-title h2 {
          margin-bottom: 0.8em;
          font-size: 1.5rem;
          font-weight: 300; }
        section.store .products-widget .product .product-info-wrap .product-price h3 {
          font-size: 1rem; }
        section.store .products-widget .product .product-info-wrap .product-content {
          display: none; }
        section.store .products-widget .product .product-info-wrap .product-buy-button a {
          font-family: "Montserrat";
          display: inline-block;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 0.8rem;
          padding: 1em 2em;
          background-color: #666666;
          color: #fff;
          border: 2px solid #666666;
          border-radius: 0;
          transition: all 0.4s ease-in-out;
          display: block;
          width: 80%;
          text-transform: uppercase;
          font-weight: 700; }
          section.store .products-widget .product .product-info-wrap .product-buy-button a:hover {
            background-color: #fff;
            color: #666666; }

section.tourdates {
  text-align: center; }
  section.tourdates h3 {
    width: 80%;
    padding: 1em 1em;
    margin: 0 auto 1em;
    text-transform: uppercase;
    font-weight: 300;
    background-color: #fff; }
    section.tourdates h3 a {
      font-weight: 700;
      color: #c10000;
      transition: all 0.4s ease-in-out; }
  section.tourdates .smem-tourdates {
    background-color: #fff;
    width: 90%;
    margin: 0 auto 100px auto;
    display: block;
    padding: 1em 0; }
    @media (max-width: 800px) {
      section.tourdates .smem-tourdates {
        width: 100%; } }
    section.tourdates .smem-tourdates .date {
      display: flex;
      flex-wrap: wrap;
      margin: 0 1em;
      padding: 1em 0;
      font-size: 1rem;
      align-items: center;
      border-bottom: 3px solid #666666; }
      @media (max-width: 800px) {
        section.tourdates .smem-tourdates .date {
          flex-direction: column;
          margin: 30px 1em; } }
      section.tourdates .smem-tourdates .date:last-child {
        border-bottom: none; }
      section.tourdates .smem-tourdates .date div.day {
        order: 1;
        width: 20%;
        text-transform: uppercase; }
        @media (max-width: 800px) {
          section.tourdates .smem-tourdates .date div.day {
            width: 100%;
            text-align: center;
            margin-bottom: 0.5em; } }
      section.tourdates .smem-tourdates .date div.venue {
        order: 2;
        width: 35%;
        font-size: 1.25em;
        font-weight: 400;
        text-transform: uppercase; }
        @media (max-width: 800px) {
          section.tourdates .smem-tourdates .date div.venue {
            width: 100%;
            text-align: center;
            margin-bottom: 0.5em;
            font-size: 1.5em; } }
      section.tourdates .smem-tourdates .date div.town {
        order: 3;
        width: 25%;
        text-transform: uppercase; }
        @media (max-width: 800px) {
          section.tourdates .smem-tourdates .date div.town {
            width: 100%;
            text-align: center;
            margin-bottom: 0.5em; } }
      section.tourdates .smem-tourdates .date div.ticketlinks-wrap {
        order: 4;
        width: 20%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 2em auto;
        text-align: center; }
        section.tourdates .smem-tourdates .date div.ticketlinks-wrap a {
          font-family: "Montserrat";
          display: inline-block;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 0.8rem;
          padding: 1em 2em;
          background-color: #666666;
          color: #fff;
          border: 2px solid #666666;
          border-radius: 0;
          transition: all 0.4s ease-in-out; }
          section.tourdates .smem-tourdates .date div.ticketlinks-wrap a:hover {
            background-color: #fff;
            color: #666666; }
        @media (max-width: 800px) {
          section.tourdates .smem-tourdates .date div.ticketlinks-wrap {
            width: 100%;
            text-align: center;
            margin-bottom: 0.5em; } }
        section.tourdates .smem-tourdates .date div.ticketlinks-wrap a {
          width: calc(100% - 2em);
          background-color: #666666;
          color: #fff;
          margin: 0.25rem auto;
          padding: 0.5em 1em;
          font-size: 0.8rem;
          text-decoration: none;
          transition: all 0.4s ease-in-out; }
          section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.null-link {
            background-color: #b3b3b3;
            border-color: #4d4d4d;
            color: #000;
            cursor: not-allowed; }
          section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.sold_out {
            text-decoration: line-through;
            background-color: red;
            border-color: #af1a1a;
            color: #fff;
            cursor: not-allowed; }
      section.tourdates .smem-tourdates .date div.show-info {
        order: 5;
        width: calc(100% - 2rem);
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
        border: 3px solid #666666;
        border-bottom: none;
        margin: 1em auto -1rem; }
        @media (max-width: 800px) {
          section.tourdates .smem-tourdates .date div.show-info {
            text-align: center;
            margin-bottom: 0.5em; } }
        section.tourdates .smem-tourdates .date div.show-info a {
          color: #666666;
          transition: all 0.4s ease-in-out; }
          section.tourdates .smem-tourdates .date div.show-info a:hover {
            color: #ffffff; }
      section.tourdates .smem-tourdates .date:last-child .show-info {
        border-bottom: 3px solid #666666;
        margin-bottom: 0; }
    section.tourdates .smem-tourdates .no-tour-dates {
      text-align: center;
      /*
            p:after {
                content:'Test'; 
                visibility: visible;
                display: block;
                position: absolute;
                background-color: red;
                padding: 5px;
                top: 2px;
            }
            */ }
      section.tourdates .smem-tourdates .no-tour-dates p {
        display: none;
        width: 80%;
        margin: 0 auto; }
        section.tourdates .smem-tourdates .no-tour-dates p a {
          font-weight: 700;
          color: #000;
          transition: all 0.4s ease-in-out; }
      section.tourdates .smem-tourdates .no-tour-dates .cta {
        font-family: "Montserrat";
        display: inline-block;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8rem;
        padding: 1em 2em;
        background-color: #666666;
        color: #fff;
        border: 2px solid #666666;
        border-radius: 0;
        transition: all 0.4s ease-in-out; }
        section.tourdates .smem-tourdates .no-tour-dates .cta:hover {
          background-color: #fff;
          color: #666666; }

#video-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 800;
  display: none; }
  #video-player.active {
    display: block; }
  #video-player #video-player-inner,
  #video-player #video-player-inner iframe {
    width: 100%;
    height: 100%; }
  #video-player #video-player-close {
    display: block;
    font-size: 3em;
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    background-color: #666666;
    color: #fff;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    z-index: 801; }
    #video-player #video-player-close:hover {
      background-color: #fff;
      color: #666666; }
    #video-player #video-player-close i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

section.page-section.videos .smem-videos {
  margin: 0px auto;
  width: 80%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 800px) {
    section.page-section.videos .smem-videos {
      flex-direction: column; } }
  section.page-section.videos .smem-videos .video {
    width: calc(33.33% - 2rem);
    margin: 20px;
    flex-grow: 0.5;
    background-color: #fff; }
    @media (max-width: 800px) {
      section.page-section.videos .smem-videos .video {
        width: calc(100%);
        margin: 0 0 2em 0; } }
    section.page-section.videos .smem-videos .video a.video-link {
      display: block; }
      section.page-section.videos .smem-videos .video a.video-link .video-thumb {
        width: 100%; }
        section.page-section.videos .smem-videos .video a.video-link .video-thumb img,
        section.page-section.videos .smem-videos .video a.video-link .video-thumb video {
          max-width: 100%; }
    section.page-section.videos .smem-videos .video .video-subtitle {
      text-align: center;
      font-size: 0.75rem;
      text-transform: uppercase; }
    section.page-section.videos .smem-videos .video.--video-single {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      width: 100%;
      max-width: 100%;
      margin: 0; }
      section.page-section.videos .smem-videos .video.--video-single iframe, section.page-section.videos .smem-videos .video.--video-single video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

section.page-section.videos.single {
  padding: 0; }
  section.page-section.videos.single .smem-videos {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 0px auto 0px auto; }
    section.page-section.videos.single .smem-videos iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* ADA */
.sr-only, .screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
