@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&display=swap");
body {
  background: url(../images/space-blue.jpg) repeat-y center top #ffffff;
  background-attachment: fixed;
  background-size: 330%;
  font-family: "Helvetica", "Open Sans", "Arial", sans-serif; }

.background {
  display: none; }

a {
  text-decoration: none;
  color: #5BC0BE; }
  a:hover {
    color: #5BC0BE; }
  a:visited {
    color: #5BC0BE; }

p {
  max-width: 800px; }

h1 {
  font-weight: 700;
  text-transform: uppercase; }

@media all and (min-width: 768px) {
  body {
    background: url(../images/space-blue.jpg) no-repeat center top #ffffff;
    background-attachment: fixed;
    background-size: 200%;
    font-family: 'Helvetica', 'Open Sans', 'Arial', sans-serif; } }
@media all and (min-width: 1024px) {
  body {
    background-size: cover; } }
.home header {
  position: relative;
  overflow: hidden; }
  .home header .pylons {
    background: url(../images/pylon-blur-black.png) no-repeat center bottom transparent;
    background-size: 300%;
    min-height: 80vh;
    position: relative;
    z-index: 6; }

.fixed .branding-nav-container, .article .branding-nav-container, .signup .branding-nav-container {
  position: fixed;
  background: black;
  background: -moz-linear-gradient(180deg, black 21%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, black 21%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, black 21%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  height: 90px; }

.branding-nav-container {
  background: transparent;
  transition: all 0.2s ease-in-out;
  padding: 0 20px 20px;
  position: relative;
  z-index: 10;
  position: absolute;
  right: 0;
  left: 0;
  top: 0; }
  .branding-nav-container .branding-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto; }

.pylons-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/pylons-sharp.png) no-repeat center 0px transparent;
  background-size: 270%;
  opacity: 0.65; }

.logo {
  width: 200px;
  height: 60px;
  background: url(../images/black-stage-logo-white.svg) no-repeat center top transparent;
  background-size: 100%;
  display: inline-block;
  opacity: 0.8;
  transition: all 0.5s ease-in-out; }

.star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #ffffff;
  border-radius: 40px;
  top: 40px;
  left: 20px;
  animation-name: shimmy;
  animation-duration: 6s;
  animation-iteration-count: infinite; }

.star-two {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #ffffff;
  border-radius: 40px;
  top: 0px;
  right: 90px;
  animation-name: shimmy-two;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-delay: 8s; }

@keyframes shimmy {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  50% {
    transform: translate(100vw, 50vh);
    opacity: 0; }
  100% {
    transform: translate(100vw, 50vh);
    opacity: 0; } }
@-webkit-keyframes shimmy {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  50% {
    transform: translate(100vw, 50vh);
    opacity: 0; }
  100% {
    transform: translate(100vw, 50vh);
    opacity: 0; } }
@keyframes shimmy-two {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  30% {
    transform: translate(-70vw, 50vh);
    opacity: 0; }
  100% {
    transform: translate(-70vw, 50vh);
    opacity: 0; } }
@-webkit-keyframes shimmy-two {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  30% {
    transform: translate(-70vw, 50vh);
    opacity: 0; }
  100% {
    transform: translate(-70vw, 50vh);
    opacity: 0; } }
@media all and (min-width: 768px) {
  .home header .pylons {
    height: 85vh; }

  .star, .star-two {
    width: 4px;
    height: 4px; }

  .article .branding-nav-container {
    position: fixed; } }
@media all and (min-width: 1024px) {
  .home header .pylons-two {
    background-size: cover; }
  .home header .pylons {
    background-size: 150%; }

  .logo {
    margin-left: 5px;
    width: 280px;
    height: 85px; }

  .fixed .logo {
    width: 230px;
    height: 65px;
    opacity: 1; }

  .home header .branding-nav-container {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    padding: 30px 20px 40px; } }
@media all and (min-width: 729px) and (max-width: 768px) {
  .home header .pylons {
    height: 60vh;
    min-height: 60vh; }
  .home header .pylons-two {
    background-size: 190%; }

  .text {
    padding: 0 60px; } }
nav {
  position: fixed;
  top: 0;
  left: -80%;
  width: 80%;
  bottom: 0;
  background: #000000;
  padding: 20px 0 0;
  z-index: 1000;
  transition: all 0.2s ease-in-out; }
  nav ul {
    margin: 0;
    padding: 0; }
    nav ul li a {
      display: block;
      padding: 10px 20px;
      color: #ffffff; }

.search-icon {
  width: 20px;
  height: 20px;
  margin-right: 20px; }

.menu-toggle {
  position: fixed;
  top: 10px;
  right: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 999; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #ffffff;
  height: 2px; }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background: #ffffff; }

.open-nav nav {
  left: 0; }

@media all and (min-width: 1024px) {
  .menu-toggle {
    display: none; }

  nav {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    background: transparent;
    width: auto; }
    nav ul li {
      display: inline-block; }
      nav ul li a {
        background: transparent;
        color: #ffffff;
        opacity: 0.7;
        transition: all 0.2s ease-in-out; }
        nav ul li a:hover {
          color: #ffffff;
          opacity: 1; }
        nav ul li a:visited {
          color: #ffffff; }
        nav ul li a.highlight {
          background: red;
          color: #ffffff;
          border-radius: 3px;
          opacity: 1; } }
article {
  min-height: 1000px; }

.white-container {
  padding: 70px 20px 20px;
  background: #000000;
  background-size: 100%;
  position: relative;
  box-shadow: 0 40px 40px #000000; }

.divider {
  padding: 0;
  height: 10px;
  position: relative;
  box-shadow: 0 160px 130px 200px #000000;
  display: none; }

.intro-container {
  max-width: 1200px;
  padding-top: 300px;
  margin: 0 auto;
  display: none; }
  .intro-container .intro {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 200px;
    color: #ffffff;
    background: #000000;
    padding: 20px; }

.grey-container {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 20px 0 120px; }

.text {
  font-size: 1rem;
  margin: 50px auto;
  max-width: 800px;
  padding: 0 0px;
  color: #cccccc;
  text-align: center; }
  .text img {
    max-width: 90px;
    display: block;
    margin: 0 auto 40px; }

.box-container .box {
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 40px; }
  .box-container .box:hover img {
    filter: grayscale(0); }
  .box-container .box img {
    width: 100%;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    filter: grayscale(1);
    transition: all 0.3s ease-in-out; }
  .box-container .box .copy {
    padding: 20px; }
    .box-container .box .copy h3 {
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: bolder;
      margin-bottom: 20px;
      margin-top: 10px; }
    .box-container .box .copy p {
      color: rgba(255, 255, 255, 0.5); }

.more-link-container {
  text-align: center; }
  .more-link-container a {
    display: table;
    margin: 0 auto;
    border-radius: 4px;
    background: #5BC0BE;
    color: #000000;
    padding: 10px 20px;
    text-transform: uppercase; }

.headline {
  text-align: center;
  display: table;
  margin: 60px auto 40px;
  position: relative;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700; }
  .headline:before {
    position: absolute;
    width: 100%;
    height: 9px;
    left: 0;
    top: 10px;
    background: red;
    content: '';
    opacity: 0.7;
    transform: rotate(2deg); }

svg.antenna .bolts {
  animation: flash 3s ease-in-out infinite;
  animation-delay: 3s; }

svg.antenna {
  width: 90px;
  margin: 0 auto 40px;
  display: block; }

@keyframes flash {
  0% {
    opacity: 1; }
  1% {
    opacity: 0; }
  2% {
    opacity: 1; }
  6% {
    opacity: 1; }
  7% {
    opacity: 0; }
  8% {
    opacity: 1; }
  9% {
    opacity: 1; }
  10% {
    opacity: 0; }
  11% {
    opacity: 1; }
  13% {
    opacity: 1; }
  14% {
    opacity: 0; }
  15% {
    opacity: 1; }
  16% {
    opacity: 1; }
  17% {
    opacity: 0; }
  18% {
    opacity: 1; } }
@media all and (min-width: 768px) {
  .divider {
    padding: 200px 20px 300px;
    background: url(../images/windows-new.png) no-repeat center center transparent;
    background-size: 200%;
    display: block; }

  .text {
    text-align: center;
    font-size: 1.5rem; }

  .box-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 60px 20px 60px;
    flex-wrap: wrap; }
    .box-container .box {
      width: 47%;
      margin: 0 1.5%;
      padding: 0px;
      border-radius: 10px;
      overflow: hidden; }
      .box-container .box img {
        border-top: 0;
        border-bottom: 0; }
      .box-container .box .copy {
        padding: 20px 0; }

  .headline:before {
    height: 12px;
    left: 4px;
    top: 10px; } }
@media all and (min-width: 1024px) {
  .divider {
    background-size: 100%; }

  .white-container {
    padding-top: 140px; }

  .box-container .box {
    width: 30%; }
    .box-container .box:nth-child(4) {
      display: none; } }
@media all and (min-width: 1240px) {
  .box-container .box {
    width: 22%; }
    .box-container .box:nth-child(4) {
      display: block; } }
@media all and (max-width: 1023px) {
  .logo {
    position: fixed;
    top: 6px;
    left: 20px;
    z-index: 1000;
    opacity: 1;
    filter: blur(0px); } }
@media all and (min-width: 729px) and (max-width: 768px) {
  .logo {
    width: 300px;
    height: 95px;
    top: -4px; } }
footer {
  padding: 20px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  text-align: center; }
  footer p {
    margin: 20px auto; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      display: inline-block; }

.search-box-container {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 100;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1); }
  .search-box-container .search-box {
    max-width: 1200px;
    padding: 20px;
    text-align: center; }
    .search-box-container .search-box input {
      -webkit-appearance: none;
      appearance: none;
      font-size: 2rem;
      background: transparent;
      border: 0;
      font-family: 'Helvetica', 'Open Sans', sans-serif; }
    .search-box-container .search-box input[type="text"] {
      border-bottom: 1px solid #ffffff; }
    .search-box-container .search-box input[type="submit"] {
      margin-left: -60px;
      text-transform: uppercase;
      color: #ffffff; }

form {
  width: 500px;
  margin: 0 auto; }

label {
  display: block;
  margin-bottom: 30px;
  position: relative; }
  label.check-label {
    margin-bottom: 15px; }
  label .v-alert {
    position: absolute;
    padding: 3px 8px;
    top: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 12px;
    background: red; }
    label .v-alert:before {
      position: absolute;
      content: '';
      bottom: -5px;
      left: 50%;
      margin-left: -2px;
      border-top: 5px solid red;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-bottom: 0; }

input {
  font-size: 16px;
  font-family: "Helvetica", "Open Sans", "Arial", sans-serif; }

input[type="text"], input[type="email"], input[type="password"] {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-top: 10px;
  appearance: none;
  -webkit-appearance: none;
  padding: 8px 15px;
  border: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666666;
    text-align: right; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
    text-align: right; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
    text-align: right; }
  input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
    text-align: right; }

input[type="submit"] {
  padding: 10px 20px;
  background: #5BC0BE;
  color: #000000;
  font-size: 16px;
  font-family: "Helvetica", "Open Sans", "Arial", sans-serif;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  margin-top: 15px;
  border: 0; }

body.article, body.signup {
  background: #000000; }

.article-container {
  color: #ffffff;
  background: rgba(34, 40, 53, 0.8);
  padding-bottom: 100px; }
  .article-container .article-column {
    max-width: 1024px;
    margin: 0 auto; }
  .article-container .post-meta {
    padding: 0px;
    font-size: 14px;
    opacity: 0.6;
    margin: 16px auto 24px;
    text-decoration: none;
    max-width: 1024px;
    padding: 0 20px; }
  .article-container img {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 50px;
    display: block;
    filter: grayscale(1); }
  .article-container blockquote {
    font-size: 2rem;
    border-top: 4px solid red;
    border-bottom: 4px solid red;
    margin: 48px auto;
    max-width: 900px;
    padding: 24px 20px; }
    .article-container blockquote figcaption {
      font-size: 1rem;
      opacity: 0.7;
      margin-top: 24px; }
  .article-container .headline {
    width: 100%;
    max-width: 1024px;
    margin: 0px auto;
    font-size: 2.5rem;
    text-align: left;
    padding-bottom: 0px;
    padding-top: 128px; }
    .article-container .headline .strike {
      text-decoration: line-through; }
    .article-container .headline .red {
      color: red; }
    .article-container .headline:before {
      transform: rotate(0deg);
      bottom: 0px;
      top: auto;
      margin-bottom: 0px;
      left: 0;
      opacity: 0; }
  .article-container p {
    width: 100%;
    max-width: 790px;
    margin: 0 auto 24px;
    padding: 0 20px; }

@media all and (min-width: 768px) {
  .article-container .headline {
    padding-top: 144px; } }
@media all and (min-width: 1024px) {
  .article-container blockquote {
    padding: 24px 0; }
  .article-container p {
    font-size: 1.25rem; }
  .article-container .headline {
    font-size: 4rem; } }
.signup .headline {
  max-width: 790px;
  margin: 0 auto 48px; }
.signup .form-container {
  width: 100%;
  max-width: 790px;
  padding: 0 20px; }
  .signup .form-container form {
    max-width: 500px;
    width: 100%; }
  .signup .form-container input[type="text"], .signup .form-container input[type="email"], .signup .form-container input[type="password"] {
    border: 1px solid rgba(255, 255, 255, 0.13);
    background-color: rgba(255, 255, 255, 0.13);
    padding: 7px 10px;
    color: #ffffff; }
    .signup .form-container input[type="text"].alerted, .signup .form-container input[type="email"].alerted, .signup .form-container input[type="password"].alerted {
      border: 1px solid red; }
    .signup .form-container input[type="text"]:focus-visible, .signup .form-container input[type="email"]:focus-visible, .signup .form-container input[type="password"]:focus-visible {
      padding: 7px 10px;
      outline: 0;
      background: #ffffff;
      color: #000000;
      border: 1px solid white; }

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 2px solid #ffffff; }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #5BC0BE; }

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #5BC0BE; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/*# sourceMappingURL=custom.css.map */
