@keyframes short-press {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

.fa,
.fab,
i {
  opacity: 0.5;
  font-size: 14px;
  position: relative;
  top: -2px;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding-bottom: 25px;
}

.glow-on-hover {
  width: 220px;
  height: 50px;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.glow-on-hover:before {
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
#mailchimp .close svg {
  background: #910000;
}
#mailchimp .modal-body {
  background: transparent;
}
#mailchimp .modal-body #mc_embed_signup {
  background: rgba(0, 0, 0, 0.6);
}

#mc_embed_signup {
  border: 1px solid rgba(255, 255, 255, 0.75);
  padding: 40px 10px 35px;
  max-width: 350px;
  width: 100%;
  border-radius: 5px;
  margin: 0;
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  #mc_embed_signup {
    margin: 0 auto;
  }
}
#mc_embed_signup #mc-embedded-subscribe-form {
  padding: 0;
}
#mc_embed_signup #mc-embedded-subscribe-form h3 {
  color: #d1d1d1;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
}
#mc_embed_signup #mc-embedded-subscribe-form .indicates-required {
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 35px;
  text-align: center;
}
#mc_embed_signup #mc-embedded-subscribe-form .indicates-required .asterisk {
  color: #e31b23;
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group {
  font-size: 14px;
  max-width: 250px;
  position: relative;
  margin: 0 auto;
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group::after {
  content: attr(aria-label);
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input {
  width: 65%;
  margin-bottom: 30px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgb(126, 126, 126);
  padding: 0;
  padding-left: 10px;
  border-radius: 3px;
  width: 250px;
  height: 38px;
  font-size: 14px;
  color: #000000;
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input:not(:-moz-placeholder-shown) + label {
  top: -2px;
  left: 5px;
  font-size: 12px;
  color: #ffffff;
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input:focus + label, #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input:not(:placeholder-shown) + label {
  top: -2px;
  left: 5px;
  font-size: 12px;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input {
    width: 100%;
  }
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group label {
  position: absolute;
  top: 28px;
  left: 12px;
  bottom: 50%;
  height: 100%;
  transform: translateY(-50%);
  width: 250px;
  height: 38px;
  color: #000000;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.35s ease all;
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group label .asterisk {
  position: absolute;
  top: -5px;
  margin-left: 2px;
  font-size: 12px;
  color: #e31b23;
}
@media all and (max-width: 768px) {
  #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group label {
    width: 100%;
  }
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#mc_embed_signup #mc-embedded-subscribe-form .button {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 1px;
  height: 38px;
  width: 120px;
  line-height: 38px;
  overflow: hidden;
  background: rgba(255, 0, 0, 0.5);
  color: #fff;
  border-radius: 3px;
  box-shadow: 1px 3px 10px rgba(59, 59, 59, 0.1);
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.3s ease;
}
#mc_embed_signup #mc-embedded-subscribe-form .button:hover, #mc_embed_signup #mc-embedded-subscribe-form .button:focus {
  background: red;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#mc_embed_signup #mc-embedded-subscribe-form .foot {
  display: block !important;
}

.strike {
  text-decoration: line-through;
}

.fa-location-dot {
  position: relative;
  top: 0px;
}

.modal-wrapper {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
}
.modal-wrapper h2 {
  text-align: center;
}
.modal-wrapper strong {
  display: block;
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
}
.modal-wrapper img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
}
.modal-wrapper:target .modal-body {
  opacity: 1;
  transform: translateY(1);
}
.modal-wrapper .modal-body {
  text-align: center;
  background: black;
  color: #fff;
  padding: 40px;
  max-width: 500px;
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
  width: 100%;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .modal-wrapper .modal-body {
    max-width: 90% !important;
  }
}
.modal-wrapper .outside-trigger {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.modal-wrapper .close {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  height: 16px;
  text-decoration: none;
  width: 16px;
  color: #fff;
}
.modal-wrapper .close svg {
  width: 16px;
}
.modal-wrapper .modal-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}

.hex-grid {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background-image: url("./images/hex-bg.svg");
  background-size: cover;
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.1;
  background-blend-mode: screen;
  background-color: #111111;
}

.logo {
  max-width: 225px;
  margin-bottom: -5px;
}
@media all and (max-width: 768px) {
  .logo {
    max-width: 200px;
  }
}

.mailchimp-cta {
  display: inline-block;
  position: relative;
}
.mailchimp-cta i {
  top: 0.2px;
  margin-right: 3px;
}

.pay {
  justify-content: left;
  align-items: left;
}
.pay a {
  margin-left: 0;
  margin-right: 35px;
}
.pay a:first-of-type {
  margin-left: -10px;
}
.pay #ra-bot {
  margin-left: 15px;
}
@media all and (max-width: 768px) {
  .pay #ra-bot {
    margin-left: 5px;
  }
}
.pay .ra-cta {
  display: block;
  line-height: 1;
  margin: 0;
  margin-top: 0;
  border: 1px solid;
}
.pay .ra-cta span {
  display: block;
  max-width: none;
}

a:hover {
  cursor: pointer;
}
a img:hover {
  cursor: pointer;
}

a.ra-cta {
  border: none;
  min-width: 100px;
  position: relative;
  display: block;
  position: relative;
  margin: 0;
}
a.ra-cta button {
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
a.ra-cta span {
  display: inline-block;
  max-width: 50%;
  color: white;
  white-space: nowrap;
  position: relative;
  top: -1px;
  margin-right: 10px;
  font-size: 16px;
}
a.ra-cta img {
  display: inline-block;
  width: 50%;
  max-width: 35px;
}

.slider img {
  width: 100%;
  max-width: 100%;
}
.slider .slick-arrow {
  display: none !important;
}
.slider .slick-dots {
  bottom: -40px;
}
.slider .slick-dots li button::before {
  color: #fff;
  opacity: 0.5;
  font-size: 32px;
}
.slider .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}

.current-post {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
  border: 1px solid #d1d1d1 !important;
  width: 100%;
  margin: 0 auto;
  margin: 0;
  position: relative;
  margin-bottom: 150px;
}
@media all and (max-width: 768px) {
  .current-post {
    margin-bottom: 120px;
  }
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
@media all and (max-width: 1600px) {
  .container {
    max-width: 90%;
  }
}
@media all and (max-width: 991px) {
  .container {
    max-width: 90%;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 450px) {
  .container {
    overflow: auto;
    display: block;
  }
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  z-index: 1;
  background-color: rgb(10, 10, 10);
  color: #d1d1d1;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  overflow-x: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 0;
}
body .left,
body .right {
  text-align: left;
}
body .left {
  flex: 0 0 70%;
  padding-right: 6%;
}
body .right {
  flex: 0 0 30%;
  align-items: baseline;
}
body a {
  color: #d1d1d1;
  text-decoration: none;
  transition: all 0.3s ease;
}
body a:active, body a:focus, body a:visited {
  color: #d1d1d1;
}
body a:hover {
  color: white !important;
}

.photo {
  width: 100%;
  max-width: 500px;
}
header {
  position: relative;
  background-image: url("./images/hero.jpg");
  background-repeat: no-repeat;
  padding-top: 35px;
  padding-bottom: 25px;
  background-size: cover;
  background-position-y: top;
  min-height: 450px;
}
header:before {
  background-color: rgba(0, 0, 0, 0.2431372549);
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media all and (min-width: 1600px) {
  header {
    background-size: cover;
    background-position-x: 0% -25px;
  }
}
@media all and (min-width: 1200px) {
  header {
    background-position-x: 0% -25px;
  }
}
@media all and (max-width: 475px) {
  header {
    background-position-x: 0%;
  }
}
header .container {
  position: relative;
  flex-wrap: wrap;
}
header small {
  display: block;
  opacity: 0.9;
  max-width: 295px;
  font-size: 14px;
  font-style: italic;
}
header .top-bar {
  display: flex;
  width: 100%;
  position: relative;
  margin: 0 auto;
  flex-wrap: wrap;
}
header .top-bar .left {
  flex: 0 0 55%;
  padding-right: 0;
}
@media all and (max-width: 475px) {
  header .top-bar .left {
    flex: 0 0 100%;
  }
}
header .top-bar .left h1 {
  color: white;
  font-size: 48px;
  margin: 0;
}
header .top-bar .right {
  flex: 0 0 45%;
  margin-top: 5px;
}
@media all and (max-width: 475px) {
  header .top-bar .right {
    flex: 0 0 100%;
  }
}
header .top-bar .right h4 {
  margin-top: 0;
  margin-bottom: 0px;
  color: white;
  text-align: right;
}
@media all and (max-width: 475px) {
  header .top-bar .right h4 {
    display: none;
  }
}
header .top-bar .right h4:first-of-type {
  font-size: 18px;
  margin-bottom: 0px;
}
header .top-bar .right p {
  text-align: right;
}
@media all and (max-width: 475px) {
  header .top-bar .right p {
    display: none;
  }
}
header .top-bar .right p small {
  display: inline-block;
  margin-top: 0;
}
header .top-bar .right .pay {
  display: flex;
  align-items: center;
  justify-content: end;
  align-items: center;
  margin-left: 0px;
}
header .top-bar .right .pay a {
  flex: 0 0 33%;
  max-width: 85px;
  margin-left: 10px;
}
header .top-bar .right .pay a.ra-cta {
  min-width: 0;
  margin-left: -30px;
}
header .top-bar .right .pay img {
  width: 100%;
}
header .top-bar .right .pay a {
  margin-right: 10px !important;
}
header .socials {
  display: block;
  line-height: 1;
  font-size: 12px;
  margin-top: 5px;
}
header .socials a {
  margin-left: 20px !important;
  margin-right: 5px;
}
header .socials i {
  font-size: 24px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 5px;
  opacity: 0.75;
  top: 2px;
}
header .socials i:hover {
  opacity: 1;
  color: white;
}
@media all and (max-width: 475px) {
  header .socials {
    display: block !important;
    text-align: left !important;
  }
  header .socials a {
    margin-left: 0 !important;
    margin-right: 30px !important;
  }
  header .socials i {
    font-size: 22px !important;
  }
}
header .bottom {
  flex: 0 0 100%;
  display: flex;
  margin-top: 120px;
  text-align: left;
  flex-wrap: wrap;
}
header .bottom .left {
  flex: 55%;
  max-width: 500px;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 40px;
  position: relative;
}
@media all and (max-width: 991px) {
  header .bottom .left {
    flex: 100%;
  }
}
header .bottom .right {
  flex: 45%;
}
@media all and (max-width: 991px) {
  header .bottom .right {
    padding-top: 0;
  }
}
header .bottom .container {
  max-width: 100%;
  align-items: flex-end;
}
header .bottom .container .left,
header .bottom .container .right {
  flex: 0 0 50%;
}
header .bottom h2 {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 5px;
}
header .bottom h2 span {
  display: inline-block;
  color: #df1f26;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 20px;
}
header .bottom p {
  margin-bottom: 5px;
  font-weight: 300;
  line-height: 1.4;
}

main {
  background: transparent;
  border-top: 1px solid #535353;
}
main a {
  color: #d1d1d1;
  text-decoration: none;
}
main a:active, main a:focus, main a:visited {
  color: #d1d1d1;
}
main a:hover {
  color: white !important;
}
main button {
  background: #fff;
  color: red;
  padding: 10px;
  outline: none;
  box-shadow: none;
  border: 1px solid rgb(255, 255, 255);
  color: #fff;
}
main button i {
  top: 0px;
  opacity: 0.75;
  color: #fff;
}
main button i:before {
  color: #fff;
}
main button a {
  color: #fff;
  text-transform: uppercase;
}
main button a i {
  top: 0px;
  opacity: 0.75;
  color: #fff;
}
main button a i:before {
  color: #fff;
}
main .left,
main .right {
  max-width: 100%;
  padding-top: 80px;
}
@media all and (max-width: 991px) {
  main .left,
  main .right {
    padding-top: 50px !important;
  }
}
main .left .recent {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
main .left .recent .recent-post {
  width: 75%;
  margin-right: 7.5%;
}
main .left .recent .poster,
main .left .recent .talent {
  flex: 0 0 50%;
}
main .left .recent .poster li,
main .left .recent .talent li {
  margin-right: 20px !important;
}
main .left .recent .poster img,
main .left .recent .talent img {
  margin: 0;
  width: 100%;
  top: 0;
}
main .left .recent .talent {
  padding-left: 16%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
main .left .recent .talent ul {
  margin-left: 0;
  padding-left: 0;
  padding-left: 0px;
  list-style-type: disc;
  align-items: center;
  height: 100%;
}
main .left .recent .talent ul li {
  margin-bottom: 9px;
  border: 1px solid;
}
main .right {
  justify-content: left;
}
@media all and (max-width: 991px) {
  main .right {
    padding-top: 35px !important;
  }
}
main .right .recent-post {
  max-width: 300px;
  margin-bottom: 50px;
}
@media all and (max-width: 1550px) {
  main .right {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 991px) {
  main .right {
    align-items: top;
    align-content: normal;
    justify-content: left;
    text-align: left;
  }
  main .right .current-post,
  main .right .recent-post {
    max-width: 475px;
    margin-bottom: 50px;
  }
  main .right #mc_embed_signup {
    display: block;
    max-width: 475px;
    margin: 0 !important;
  }
}
@media all and (max-width: 768px) {
  main .right .current-post,
  main .right .recent-post {
    width: 90%;
    max-width: 90%;
  }
  main .right .recent-post {
    max-height: 700px;
    width: auto;
  }
}
main .mission p {
  max-width: 450px;
  margin-left: 0;
}
main .pay {
  justify-content: left;
  align-items: center;
}
main .pay a {
  margin-left: 0;
}
main .pay a:first-of-type {
  margin-left: -10px;
}
@media all and (max-width: 768px) {
  main .pay a:first-of-type {
    margin-left: -20px;
  }
}
main .tiers {
  margin-left: 0;
  padding-left: 0;
  padding-left: 0px;
  list-style-type: disc;
  align-items: center;
}
main .tiers li {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
main .tiers li span {
  display: inline-block;
  transform: rotate(-90deg);
  margin-right: 5px;
  font-size: 80%;
}
main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
main ul li {
  display: inline-block;
  margin-left: 0;
  margin-right: 20px;
}
main ul li:last-of-type {
  margin-right: 0;
}
main hr {
  max-width: 700px;
  opacity: 0.5;
  margin-top: 25px;
}
main h1 {
  margin-bottom: -30px;
  font-size: 52px;
}
main p {
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  main .left,
  main .right {
    flex: 0 0 100%;
  }
}
main .details {
  display: block;
  max-width: 550px;
}
main .details h3 {
  display: block;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
  color: white;
}
main .details .pay {
  padding-left: 20px;
}
main .details .lineup li {
  margin-top: 18px;
}
main .details .lineup li i {
  font-size: 28px;
  margin-top: 15px;
  text-indent: 15px;
  margin-right: 20px;
  text-indent: 0;
  transition: all 0.3s ease;
}
main .details .lineup li i:hover {
  color: white;
  opacity: 1;
}
main .details .lineup li img {
  display: block;
  max-width: 350px;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
main .details .lineup li img:hover {
  border: 1px solid #e31b23;
}
@media all and (max-width: 450px) {
  main .details .lineup li img {
    width: 100%;
    height: auto;
  }
}

footer {
  display: block;
  background: transparent;
  margin: 0 auto;
  margin-top: 150px;
  padding-bottom: 30px;
  padding-top: 15px;
  text-align: center;
  width: 100%;
  border-top: 1px solid #888888;
  max-width: 90%;
  text-align: center;
}
footer .container {
  justify-content: center;
}/*# sourceMappingURL=style.css.map */