.Button {
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  color: white;
  background-color: var(--bgColor);
  transition: all 300ms ease;
  display: inline-block;
}
.Button:hover {
  transform: scale(1.1);
}
:root {
  --bgColor: #274b6b;
  --iconColor: #fff;
  --highlightColor: #0089d6;
}
@media only screen and (max-width: 767px) {
  :root {
    --gap: 20px;
    --timerFontSize: 24px;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    --gap: 20px;
    --timerFontSize: 60px;
  }
}
html {
  font-family: 'Roboto', sans-serif;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', cursive;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  min-width: 100vw;
  min-height: 100vh;
  width: 100%;
  background-color: var(--bgColor);
  background-image: var(--bgImage);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.fa-tidal:before {
  content: '';
  background: url('/assets/img/tidal.svg') no-repeat;
  background-size: 100%;
  display: inline-block;
  filter: invert(1);
}
.fa-tidal:before {
  height: 14px;
}
.contentItems {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
iframe.leftAlign {
  margin: 0;
}
#vidGlass {
  z-index: 9;
}
#logo {
  filter: invert(100%);
  display: block;
  padding: 5px;
}
#logo img {
  width: 180px;
  height: auto;
}
.pageTopWrapper {
  background: rgba(0, 0, 0, 0.4);
  position: sticky;
  top: 0;
  z-index: 99;
  backdrop-filter: blur(3px);
}
@media only screen and (max-width: 767px) {
  .pageTopWrapper + .InlineMailChimp {
    margin-top: 0;
  }
}
.socialFeed,
.InlineMailChimp {
  border-radius: 4px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
iframe {
  margin: auto;
  display: block;
}
.trackInfo,
.InlineMailChimp {
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  padding: var(--gap);
  margin: var(--gap) auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .trackInfo,
  .InlineMailChimp {
    width: 80%;
    min-width: 700px;
    max-width: 100%;
  }
}
.InlineMailChimp p {
  font-size: 16px;
  line-height: 1.5em;
}
.InlineMailChimp h2 {
  font-size: 1.6em !important;
}
.InlineMailChimp #mc_embed_signup {
  width: 100%;
}
.trackInfo.MusicPlayer {
  justify-content: center;
  flex-direction: column;
}
.trackInfo .AllOurTracks p a {
  animation: filter-animation 8s infinite;
  color: var(--highlightColor);
  text-decoration-style: double;
}
.padTrick {
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
}
.padTrick:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.socialLink,
p a {
  transition: transform 300ms ease;
  transform: scale(1);
  display: inline-block;
}
.socialLink:hover,
p a:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .mainNav {
    background: radial-gradient(circle, #000 0%, #000 43%, rgba(24, 1, 65, 0.3) 80%);
  }
  .downloadHeadline {
    background: radial-gradient(circle, rgba(15, 179, 0, 0.7) 0%, rgba(65, 122, 132, 0.5) 100%);
  }
  .trackInfo img {
    max-width: 30px;
    height: auto;
  }
}
.tingle-modal--visible .tingle-modal-box {
  transform: scale(1);
}
@media only screen and (min-width: 541px) and (max-width: 767px) {
  .tingle-modal-box {
    width: 80% !important;
  }
}
@media only screen and (min-width: 768px) {
  .mainNav {
    background: radial-gradient(circle, #000 0%, rgba(0, 0, 0, 0.6) 48%, rgba(24, 1, 65, 0.3) 80%);
  }
  .downloadHeadline {
    background: radial-gradient(circle, rgba(15, 179, 0, 0.65) 0%, rgba(65, 122, 132, 0.6) 100%);
  }
  .trackInfo {
    display: flex;
    align-items: center;
  }
  .trackInfo img {
    max-width: 160px;
    height: auto;
    margin-right: var(--gap);
  }
}
[data-popname] {
  display: none;
}
.ContentSection {
  position: relative;
  backdrop-filter: blur(5px);
}
#events {
  position: sticky;
  top: 130px;
}
.Timer {
  padding: var(--gap);
  margin: var(--gap) auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .Timer {
    width: 80%;
    min-width: 700px;
    max-width: 100%;
  }
}
.Timer h2 {
  font-family: 'Playfair Display', cursive;
  font-size: 1.4em;
  text-transform: uppercase;
  color: var(--highlightColor);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  animation: filter-animation 6s infinite;
}
.Timer h2:first-child {
  margin-top: 0;
}
.Timer h2:last-child {
  margin-bottom: 0;
}
.Timer h2 .fa-hand-pointer {
  transform: rotate(180deg);
}
.Timer-widget {
  display: flex;
  justify-content: center;
}
.Timer-widget-item {
  font-family: 'Courier New', Courier, monospace;
  font-size: var(--timerFontSize);
  background: gray;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin: 0 6px;
  padding: 6px;
  border: solid 1px white;
  font-weight: 700;
  color: white;
  background: linear-gradient(rgba(15, 179, 0, 0.3) 0%, rgba(65, 122, 132, 0.3) 100%);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}
.Timer-widget-item:after {
  font-size: 12px;
  font-family: 'Playfair Display', cursive;
}
.Timer #days:after {
  content: 'days';
}
.Timer #hours:after {
  content: 'hours';
}
.Timer #minutes:after {
  content: 'minutes';
}
.Timer #seconds:after {
  content: 'seconds';
}
.bgItems {
  z-index: 1;
}
.bgItems,
.bgItems #vidGlass,
.bgItems #vidHeart {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bgItems #vidGlass,
.bgItems #vidHeart {
  position: absolute;
}
.bgItems #vidGlass {
  opacity: 0.5;
}
.bgItems #vidHeart {
  opacity: 0.3;
}
.mainNav .links {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
}
.mainNav {
  animation: filter-animation 6s infinite;
  position: sticky;
  top: 0;
  z-index: 10;
}
.mainNav .links:hover {
  background: rgba(0, 0, 0, 0.8);
}
.mainNav .links:hover ul {
  opacity: 1;
  transform: scaleY(1);
}
.mainNav .links > .fa-bars {
  display: block;
}
.mainNav .links:hover > .fa-times {
  display: block;
}
.mainNav .links:hover > .fa-bars {
  display: none;
}
.mainNav .links > .fa-times {
  display: none;
}
.mainNav .links ul {
  background: rgba(0, 0, 0, 0.8);
  margin: 0;
  position: absolute;
  top: 44px;
  right: 0;
  opacity: 0;
  transition: opacity 1s ease;
  transform: scaleY(0);
  font-family: 'Roboto', cursive;
  padding: var(--gap);
}
.mainNav .links ul a {
  color: var(--highlightColor);
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 900;
}
.mainNav .links ul a:hover {
  color: #237b01;
}
.mainNav .links ul li {
  text-align: left;
}
.mainNav .links > .fas:before {
  color: var(--iconColor);
  font-size: 31px;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainNav ul li {
  display: block;
}
.downloadHeadline {
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: filter-animation 4s infinite 2s;
  color: white;
  list-style: none;
  padding: 2px 10px 6px 7px;
  position: sticky;
  top: 75px;
  z-index: 9;
}
.downloadHeadline h2:last-child {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  line-height: 1.3;
}
.downloadHeadline h2:last-child span {
  font-weight: 400;
}
.downloadHeadline h2:last-child a {
  font-weight: 600;
}
.downloadHeadline a {
  color: white;
}
.downloadHeadline h2 {
  margin: 0;
  margin-bottom: 1em;
  font-size: 0.95em;
}
.downloadHeadline h2 i {
  font-style: normal;
  font-size: 1.1em;
}
.downloadHeadline .fa-tidal:before {
  height: 30px;
  width: 36px;
}
.downloadHeadline ul {
  padding: 0;
  margin: 0;
}
.downloadHeadline li {
  display: inline-block;
  transition: all 300ms ease;
  transform: scale(0.9);
}
.downloadHeadline li:hover {
  transform: scale(1.2);
}
.downloadHeadline li a {
  color: var(--iconColor);
}
.downloadHeadline .fab:before {
  font-size: 40px;
}
.contactInfo {
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: var(--gap);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactInfo-wrap {
  display: flex;
}
.contactInfo h5,
.contactInfo-wrap > * {
  display: inline-block !important;
  margin-left: 5px;
  margin-right: 5px;
  animation: filter-animation 3s infinite;
}
.contactInfo h5 {
  margin: 0;
}
#mc_embed_signup {
  background: transparent !important;
}
#mc_embed_signup form {
  padding: 0 !important;
}
#mc_embed_signup .button {
  background: var(--highlightColor) !important;
}
.lilDjentPopup [data-popname] {
  display: block;
}
.lilDjentPopup.tingle-modal {
  background: rbga(0, 0, 0, 0.1);
}
.lilDjentPopup .tingle-modal-box {
  animation: filter-animation 8s infinite;
  background: radial-gradient(circle, rgba(153, 255, 143, 0.8) 0%, rgba(111, 148, 155, 0.8) 100%);
}
.lilDjentPopup .tingle-modal-box__content {
  text-align: left;
  padding: calc(var(--gap));
}
.lilDjentPopup .tingle-modal-box__content h3 {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 20px;
}
.lilDjentPopup .tingle-modal-box__content h3:first-child {
  margin-top: 0;
}
.lilDjentPopup .socialLink {
  text-decoration: none;
}
.lilDjentPopup .socialLink:hover {
  text-decoration: underline;
}
.lilDjentPopup .socialLink .fas:before {
  font-size: 12px;
}
.lilDjentPopup .popupFootLink {
  float: left;
  clear: both;
  font-size: 13px;
  opacity: 0.7;
  margin-top: 10px;
  margin-bottom: 10px;
}
.lilDjentPopup .popupFootLink .fas:before {
  font-size: 10px;
}
.lilDjentPopup .tingle-modal-box__content .fab:before {
  font-size: 20px;
  width: 20px;
  text-align: center;
  display: inline-block;
}
.lilDjentPopup .tingle-modal-box__content img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.lilDjentPopup p {
  line-height: 1.4em;
  font-size: 0.9em;
  color: white;
}
.lilDjentPopup a,
.lilDjentPopup .socialLink {
  color: white;
}
.lilDjentPopup .fb-like:not(:empty):after {
  content: '|';
  display: inline-block;
  margin-left: 10px;
  margin-right: 8px;
}
.lilDjentPopup .fb-like:empty {
  display: none;
}
.lilDjentPopup .fb-like ~ a.socialLink {
  font-size: 0.9em;
}
.smallcopy {
  background: rgba(0, 0, 0, 0.7);
  padding: 8px;
  display: flex;
  justify-content: center;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-size: 12px;
}
.smallcopy nav {
  margin-right: 40px;
}
.smallcopy {
  color: white;
}
.smallcopy a {
  color: var(--highlightColor);
  text-decoration-style: dotted;
}
.smallcopy a:after {
  content: '|';
  margin-left: 10px;
  margin-right: 10px;
  color: white;
}
.smallcopy a:last-child:after {
  content: none;
}
#events {
  padding: var(--gap);
  margin: var(--gap) auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(9px);
  text-align: left;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #events {
    width: 80%;
    min-width: 700px;
    max-width: 100%;
  }
}
#events h3 {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2em;
  margin-top: 0.5em;
}
#events .Events {
  padding: 0;
  margin-left: calc(var(--gap) * -1);
  margin-right: calc(var(--gap) * -1);
  margin-bottom: 0;
}
#events .Events-city {
  text-transform: uppercase;
}
#events .Events-city b {
  font-weight: 500;
}
#events .Events,
#events .Events li {
  list-style-type: none;
}
#events .Events li {
  padding: 16px var(--gap);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  background: radial-gradient(circle, rgba(15, 179, 0, 0.5) 0%, rgba(65, 122, 132, 0.55) 100%);
}
#events .Events li:nth-child(2n) {
  background: radial-gradient(circle, rgba(15, 179, 0, 0.4) 0%, rgba(65, 122, 132, 0.45) 100%);
}
#events .Events li[data-eventpassed="true"] {
  opacity: 0.3;
}
#events .Events li[data-eventpassed="true"] a {
  opacity: 0.3;
}
#events .Events li time {
  text-transform: uppercase;
  font-weight: 700;
}
#events .Events li time span {
  display: block;
  float: right;
  font-weight: 400;
}
#events .Events .Button {
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialFeed {
  padding: var(--gap);
  margin: var(--gap) auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(9px);
}
@media only screen and (min-width: 768px) {
  .socialFeed {
    width: 80%;
    min-width: 700px;
    max-width: 100%;
  }
}
.socialFeed .juicer-feed .referral {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  filter: invert(0) contrast(58.5);
}
.socialFeed .juicer-feed .referral:before {
  content: 'Social Feed';
  float: left;
  font-family: 'Playfair Display', cursive;
  font-size: 1.4em;
  text-transform: uppercase;
  color: var(--highlightColor);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 1em;
  color: white;
}
.socialFeed .juicer-feed .referral:before:first-child {
  margin-top: 0;
}
.socialFeed .juicer-feed .referral:before:last-child {
  margin-bottom: 0;
}
/* ----------------------------------------------------------- */
/* == tingle v0.14.0 */
/* ----------------------------------------------------------- */
.tingle-modal * {
  box-sizing: border-box;
}
.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  user-select: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}
/* confirm and alerts
-------------------------------------------------------------- */
.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}
/* modal
-------------------------------------------------------------- */
.tingle-modal--noOverlayClose {
  cursor: default;
}
.tingle-modal--noClose .tingle-modal__close {
  display: none;
}
.tingle-modal__close {
  position: fixed;
  top: 10px;
  right: 28px;
  z-index: 1000;
  padding: 0;
  width: 5rem;
  height: 5rem;
  border: none;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 6rem;
  font-family: monospace;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s ease;
}
.tingle-modal__closeLabel {
  display: none;
}
.tingle-modal__close:hover {
  color: #fff;
}
.tingle-modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0.8);
}
.tingle-modal-box__content {
  padding: 3rem 3rem;
}
.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}
.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}
.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  transition: bottom 0.3s ease-in-out 0.3s;
}
/* state
-------------------------------------------------------------- */
.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}
.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}
.tingle-enabled .tingle-content-wrapper {
  filter: blur(8px);
}
.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}
.tingle-modal--visible .tingle-modal-box {
  transform: scale(1);
}
.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}
/* btn
-------------------------------------------------------------- */
.tingle-btn {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.4s ease;
}
.tingle-btn--primary {
  background-color: #3498db;
}
.tingle-btn--danger {
  background-color: #e74c3c;
}
.tingle-btn--default {
  background-color: #34495e;
}
.tingle-btn--pull-left {
  float: left;
}
.tingle-btn--pull-right {
  float: right;
}
/* responsive
-------------------------------------------------------------- */
@media (max-width: 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }
  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }
  .tingle-modal-box__content {
    overflow-y: scroll;
  }
  .tingle-modal--noClose {
    top: 0;
  }
  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }
  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }
  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: #fff;
    line-height: 55px;
  }
  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
    font-size: 4rem;
  }
}
@supports (backdrop-filter: blur(12px)) {
  .tingle-modal {
    backdrop-filter: blur(20px);
  }
  @media (max-width: 540px) {
    .tingle-modal {
      backdrop-filter: blur(8px);
    }
  }
  .tingle-enabled .tingle-content-wrapper {
    filter: none;
  }
}
@keyframes filter-animation {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(100deg);
  }
  100% {
    filter: hue-rotate(0deg);
  }
}
.videoSelector {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.videoSelector [data-scripttpl-trigger] {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .videoSelector [data-scripttpl-trigger] {
    margin: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .videoSelector {
    flex-direction: column;
  }
}
[data-scriptrender] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[data-scriptrender] iframe,
[data-scriptrender] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .crt-popup-wrapper-c,
  .crt-popup-wrapper .crt-popup,
  .crt-popup-wrapper .crt-popup .crt-popup-left .crt-video {
    width: 100vw !important;
  }
}

