/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
header {
  display: none;
}
.taptap-absolute {
  display: none;
}
a {
  text-decoration: none;
  color: #000000;
  transition: all 0.3s;
  outline: none;
  border: 0;
}
a:hover {
  text-decoration: none;
  color: #000000;
  outline: none;
  border: 0;
  transition: all 0.3s;
}
a:focus {
  text-decoration: none;
  color: #000000;
  outline: none;
  border: 0;
}
a:active {
  text-decoration: none;
  color: #000000;
  outline: none;
  border: 0;
}
h1 {
  color: #d696d6;
}
html {
  font-family: "Saas", helvetica;
  width: 100%;
  margin: 0px 0px;
  padding: 0px 0px;
  box-sizing: border-box;
  background-color: transparent;
}
body {
  width: 100vw;
  height: auto;
  margin: 0px 0px;
  padding: 0px 0px;
  background: #ffffff;
  font-family: "Saas", helvetica;
  line-height: 25px;
  display: block;
  font-size: 13px;
  overflow-x: hidden !important;
  z-index: 0;
  color: black;
  letter-spacing: 3px;
  font-weight: 300;
}
h3 a {
  font-size: 25px;
  line-height: 20px;
  font-family: "Saas", helvetica;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h3 a {
    font-size: 18px;
    line-height: 30px;
  }
}
h4 a {
  font-size: 18px;
  line-height: 25px;
  font-family: "Saas", helvetica;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h4 a {
    font-size: 14px;
    line-height: 30px;
  }
}
a:hover {
  color: black;
}
a:hover .a-hover {
  color: #000000;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.a-hover:hover {
  color: #F5F5F5;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/
}
@media only screen and (min-width: 0px) and (max-device-width: 767px) {
  .a-hover:hover {
    color: #000000 !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1022px) and (orientation: portrait) {
  .a-hover:hover {
    color: #000000 !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1022px) and (orientation: landscape) {
  .a-hover:hover {
    color: #000000 !important;
  }
}
p {
  font-size: 13px;
  line-height: 25px;
  font-family: "Saas", helvetica;
  letter-spacing: 1px;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  p {
    font-size: 13px;
    line-height: 20px;
  }
}
h1 {
  font-size: 50px;
  line-height: 45px;
  font-family: "Saas", helvetica;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
h2 {
  font-size: 35px;
  line-height: 35px;
  font-family: "Saas", helvetica;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
h3 {
  font-size: 25px;
  line-height: 20px;
  font-family: "Saas", helvetica;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
h4 {
  font-size: 18px;
  line-height: 25px;
  font-family: "Saas", helvetica;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h4 {
    font-size: 14px;
    line-height: 30px;
  }
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
table {
  width: 100vw;
  height: 100vh;
}
table tr td {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
  body {
    overflow-x: hidden !important;
  }
  .mobile {
    display: block;
  }
}
@font-face {
  font-family: 'Saas';
  src: url("fonts/SaaSeriesFD.woff2") format("woff2"), url("fonts/SaaSeriesFD.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*VIDEO*/
.fluid-width-video-wrapper {
  transform: scale(0.6);
  margin-top: -10%;
  margin-bottom: -8%;
}
section.video .vid-container {
  position: relative;
  padding-top: 56.25%;
  margin: 0 auto;
}
section.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.splash-cover-image {
  width: 100%;
  height: auto;
  display: block;
}
.cc-logo {
  width: 70px;
  height: auto;
}
.splash-nav,
.album-cover,
section.video {
  text-align: center;
  margin: 60px auto;
}
.splash-nav {
  margin-top: 30px;
}
.album-cover {
  max-width: 850px;
  width: 75%;
}
section.video {
  max-width: 1464px;
  width: 75%;
}
#newsletter-signup {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.newsletter .gform_button.button {
  font-family: "Saas", helvetica;
  background: transparent;
}
#newsletter-signup .ginput_container_email input {
  color: #333;
  padding: 0 1em;
}
#newsletter-signup .ginput_container_email input::placeholder {
  opacity: 0.5;
}
#newsletter-signup .ginput_container_email input:focus,
#newsletter-signup .ginput_container_email input:focus-visible,
#newsletter-signup .ginput_container_email input:focus-within {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#newsletter-signup .terms-text .gform-field-label--type-inline {
  font-size: 9px !important;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 14px;
  color: #333;
}
@media only screen and (max-width: 600px) {
  #newsletter-signup .terms-text .gform-field-label--type-inline {
    text-align: left;
    padding-left: 1em;
  }
}
#newsletter-signup .gfield-choice-input {
  border-radius: 4px!important;
  border: 1px solid #ccc;
}
#newsletter-signup .gform_button.button {
  color: #333 !important;
  font-family: "Saas", helvetica;
  margin: 0 auto;
  width: 100%;
}
#newsletter-signup .gform_button.button:hover {
  background-color: #e6e6e6 !important;
  border-color: #adadad;
}
#newsletter-signup .ginput_container_email input,
#newsletter-signup .gform_button.button {
  border-radius: 4px!important;
  font-size: 14px !important;
  line-height: 1.42857143;
  border: 1px solid #ccc;
  vertical-align: middle;
  min-height: 48px;
  letter-spacing: initial;
  padding: 0.8em 1em !important;
  /*
    // doesn't meet accessability guidelines
    height: 34px;
    padding: 6px 12px;
    */
}
#newsletter-signup .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
#newsletter-signup .gform_wrapper {
  width: 100%;
}
.gfield_validation_message {
  display: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  letter-spacing: 0px;
  font-size: 17px;
}
html .gform_wrapper.gravity-theme .gform_validation_errors {
  background: transparent;
  border: none;
  box-shadow: none;
}
html .gform_wrapper.gravity-theme .gform_validation_errors > ol li {
  letter-spacing: 0px;
  font-size: 12px !important;
  list-style-type: none!important;
}
.splash-continue {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .splash-continue {
    text-align: right;
  }
}
