/** Shopify CDN: Minification failed

Line 7:0 Unexpected "0"
Line 167:2 "backface-visiblity" is not a known CSS property

**/
0@font-face {
  font-family: "ObjectSans-Heavy";
  src: url("ObjectSans-Heavy.otf");
  src: url("ObjectSans-Heavy.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ObjectSans-Regular";
  src: url("ObjectSans-Regular.otf");
  src: url("ObjectSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}
body {
  overflow-x: hidden;
  color: #fff;
  min-height: 100%;
  display: block;
  padding-top: 0 !important;
  justify-content: center;
  align-items: center;
  font-family: ObjectSans-Heavy;
  text-align: center;
}
#tickerID {
    height: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;

}
.flip-clock {
  text-align: center;
  perspective: 600px;
  margin: 0 auto;
}
.flip-clock *,
.flip-clock *:before,
.flip-clock *:after {
  box-sizing: border-box;
}
.flip-clock__piece {
  display: inline-block;
  margin: 0 0.2vw;
}
@media (min-width: 768px) {
  .page-content {
    min-height: 900px;
  }
  #mc_embed_signup_scroll {
    width: 400px !important;
  }
}
@media (min-width: 1000px) {
  .flip-clock__piece {
    margin: 0 5px;
  }
}
.flip-clock__slot {
  text-shadow: -3px 3px 1px #000;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  /*
  //position: relative;
  //top: -1.6em;
  z-index: 10;
  //color: #FFF;
*/
}
#shopify-section-nj-market-content {
  .header-wrapper {
    background-color: transparent !important;
  }
  display: inline-block;
}
.flip-card {
  display: block;
  position: relative;
  padding-bottom: 0.72em;
  font-size: 2.25rem;
  line-height: 0.95;
}
@media (max-width: 767px) {
  #shopify-section-nj-market-content {
    width: 100%;
  }
  #mc-header {
      color: #fff;
      text-transform: uppercase !important;
      font-size: 33px !important;
      width: 100% !important;
      max-width: none !important;
      min-width: none !important;
  }
  #logoImg {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
  }
  #tickerID {
    display: none !important;
    padding-bottom: 30px !important;
    margin-bottom: 0px !important;
  }
  .flip-clock {
    display: inline-block !important;
  }
  #mc_embed_signup_scroll {
    display: grid !important;
justify-items: center !important;
  }
  .flip-card__back::before {
    width: 92px !important;
    height: auto !important;
  }
  .flip-card__top {
    width: 92px !important;
    height: 45px !important;
  }
  #mc_embed_signup form {
    width: 100% !important;
    max-width: 90% !important;
  }
  #mc_embed_signup .mc-field-group {
    width: 70% !important;
  }
  .flip-card__bottom,
  .flip-card__back-bottom {
    top: 35% !important;
    width: 92px !important;
    height: 33px !important;
  }
}
@media (min-width: 1000px) {
  .flip-clock__slot {
    font-size: 48px;
  }

  .flip-card {
    font-size: 79px;
  }
}
/*////////////////////////////////////////*/
.flip-card__top,
.flip-card__bottom,
.flip-card__back-bottom,
.flip-card__back::before,
.flip-card__back::after {
  display: block;
  height: 56px;
  color: #fff;
  font-family: ObjectSans-Heavy;
  background: #77b192;
  padding: 0.23em 0.25em 0.4em;
  border-radius: 0.15em 0.15em 0 0;
  backface-visiblity: hidden;
  transform-style: preserve-3d;
  width: 234px;
}
.flip-card__top,
.flip-card__bottom,
.flip-card__back-bottom,
.flip-card__back {
  text-shadow: -3px 6px 1px #000;
}
.flip-card__bottom,
.flip-card__back-bottom {
  color: #f8e2b8;
  font-family: ObjectSans-Heavy;
  position: absolute;
  top: 49%;
  left: 0;
  border-top: solid 1px #000;
  background: #28887b;
  border-radius: 0 0 0.15em 0.15em;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}
.flip-card__back-bottom {
  z-index: 1;
}
.flip-card__bottom::after,
.flip-card__back-bottom::after {
  display: block;
  margin-top: -0.72em;
}
.flip-card__back::before,
.flip-card__bottom::after,
.flip-card__back-bottom::after {
  content: attr(data-value);
}
.flip-card__back {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0%;
  pointer-events: none;
}
.flip-card__back::before {
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.flip .flip-card__back::before {
  z-index: 1;
  -webkit-animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transform-origin: center bottom;
}
.flip .flip-card__bottom {
  transform-origin: center top;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
  animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}
@-webkit-keyframes flipTop {
  0% {
    transform: rotateX(0deg);
    z-index: 2;
  }
  0%,
  99% {
    opacity: 1;
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes flipTop {
  0% {
    transform: rotateX(0deg);
    z-index: 2;
  }
  0%,
  99% {
    opacity: 1;
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipBottom {
  0%,
  50% {
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
    z-index: 5;
  }
}

@keyframes flipBottom {
  0%,
  50% {
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
    z-index: 5;
  }
}
.page-content {
  overflow-x: hidden;
}

#mc_embed_signup form {
  border-radius: 50px;
  margin-bottom: 150px;
  margin-top: 40px;
  display: inline-grid !important;
  position: relative;
  padding: 3%;
  justify-content: center;
  width: 70%;
  text-align: center !important;
  background: #74af90 !important;
}
