@media only screen and (max-width: 320px) {
  #EventAlertModal.modal {
    top: 5% !important;
    max-height: 85% !important;
    width: 85%;
  }
  #EventAlertModal.modal .modal-content {
    padding-bottom: 0;
  }
}
#EventAlertModal p {
  padding: 10px 0 !important;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.pyro {
  z-index: 1003 !important;
  height: 100vh;
  width: 100vw;
  position: fixed;
}

.pyro > .before, .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
  animation-delay: 1.25s, 1.25s, 1.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}
@keyframes bang {
  to {
    box-shadow: -137px -295.6666666667px hsl(163, 100%, 50%), 86px -87.6666666667px hsl(104, 100%, 50%), 43px -62.6666666667px hsl(44, 100%, 50%), 149px -72.6666666667px hsl(143, 100%, 50%), 214px 52.3333333333px hsl(323, 100%, 50%), -26px -227.6666666667px hsl(257, 100%, 50%), -47px -55.6666666667px hsl(172, 100%, 50%), -42px -385.6666666667px hsl(213, 100%, 50%), 190px -347.6666666667px hsl(308, 100%, 50%), 190px -84.6666666667px hsl(253, 100%, 50%), -152px 60.3333333333px hsl(217, 100%, 50%), 159px -293.6666666667px hsl(28, 100%, 50%), 113px -16.6666666667px hsl(46, 100%, 50%), -183px -159.6666666667px hsl(76, 100%, 50%), -125px -21.6666666667px hsl(64, 100%, 50%), 143px -306.6666666667px hsl(99, 100%, 50%), 227px -306.6666666667px hsl(52, 100%, 50%), -215px -345.6666666667px hsl(157, 100%, 50%), -29px -36.6666666667px hsl(272, 100%, 50%), 132px -45.6666666667px hsl(327, 100%, 50%), 104px -146.6666666667px hsl(6, 100%, 50%), 115px -223.6666666667px hsl(60, 100%, 50%), -161px -77.6666666667px hsl(98, 100%, 50%), 9px 12.3333333333px hsl(286, 100%, 50%), 104px -97.6666666667px hsl(348, 100%, 50%), 247px 23.3333333333px hsl(176, 100%, 50%), 239px -266.6666666667px hsl(157, 100%, 50%), -22px 37.3333333333px hsl(209, 100%, 50%), -29px -230.6666666667px hsl(156, 100%, 50%), 107px -188.6666666667px hsl(214, 100%, 50%), -36px -184.6666666667px hsl(72, 100%, 50%), -215px -232.6666666667px hsl(346, 100%, 50%), 75px -391.6666666667px hsl(320, 100%, 50%), -20px -241.6666666667px hsl(254, 100%, 50%), -173px -97.6666666667px hsl(59, 100%, 50%), 58px -126.6666666667px hsl(155, 100%, 50%), -20px -335.6666666667px hsl(307, 100%, 50%), -92px -351.6666666667px hsl(106, 100%, 50%), -118px -231.6666666667px hsl(163, 100%, 50%), -230px 50.3333333333px hsl(59, 100%, 50%), -101px -100.6666666667px hsl(90, 100%, 50%), 95px -275.6666666667px hsl(354, 100%, 50%), -157px -122.6666666667px hsl(263, 100%, 50%), -2px -31.6666666667px hsl(144, 100%, 50%), -173px -38.6666666667px hsl(209, 100%, 50%), 24px -225.6666666667px hsl(127, 100%, 50%), -198px 10.3333333333px hsl(321, 100%, 50%), -246px -270.6666666667px hsl(203, 100%, 50%), 126px 53.3333333333px hsl(274, 100%, 50%), 39px -197.6666666667px hsl(131, 100%, 50%), -129px 27.3333333333px hsl(146, 100%, 50%);
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

@ModalContent1 {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  border-bottom: 0 !important;
  position: relative !important;
}
#banner.modal {
  width: 40%;
}

.modal-footer a, .modal-footer button {
  color: #FFF;
  font-weight: bold !important;
}

#welcomeImagineHeader {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #212529;
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-weight: bold;
  transition: color 0.2s ease-in-out;
  letter-spacing: -0.2px;
  font-size: 1.725rem;
  line-height: 2.5rem;
  position: relative !important;
  margin-top: 1rem !important;
  margin-bottom: 2rem !important;
  text-align: center !important;
  padding-bottom: 3.5rem;
}

.row--title--large-underline .row--title:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: calc(50% - 164px);
  right: 0;
  height: 9px;
  width: 328px;
  background-color: #F76902;
}

#imagineDesc {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #212529;
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  margin-top: 0;
  font-size: 1.75rem !important;
  line-height: 2.5rem;
  letter-spacing: -0.05rem;
  margin-bottom: 0;
}

.card.statistic {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  visibility: visible;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  -webkit-box-shadow: none !important;
}

p.card-header {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  visibility: visible;
  text-align: center;
  box-sizing: border-box;
  margin-top: 0;
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
  position: relative !important;
  padding-bottom: 0 !important;
  font-weight: 400 !important;
  border-radius: 0 0 0 0;
  margin-bottom: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 4.25rem !important;
  line-height: 6.25rem;
  letter-spacing: -0.05rem;
  color: #F76902;
  word-wrap: normal;
}

p.card-title {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #212529;
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  visibility: visible;
  text-align: center;
  word-wrap: break-word;
  box-sizing: border-box;
  margin-top: 0;
  font-weight: 700 !important;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.375rem;
}

div.card.statistic {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  visibility: visible;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-width: -moz-fit-content;
  min-width: fit-content;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  position: relative !important;
  height: 100% !important;
  background-color: transparent;
}

.col-statistic.col-md-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  justify-content: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.page-columns .flex, .flex {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1800px) {
  .col-statistic.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: center;
  }
  #EventAlertModal.modal {
    top: 5% !important;
    max-height: 85% !important;
    width: 85%;
  }
  #EventAlertModal.modal .modal-content {
    padding-bottom: 0;
  }
  p.card-header, #welcomeImagineHeader {
    font-size: 1.15rem !important;
    line-height: auto !important;
    padding-bottom: 20px;
  }
  p.card-header {
    font-size: 3.5rem !important;
  }
  #imagineDesc {
    margin: 0;
    padding: 0;
    font-size: 1.15rem !important;
    line-height: inherit !important;
  }
  .content-row--container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .card.statistic {
    margin: 0;
  }
  .modal-footer {
    width: 98%;
  }
}
@media only screen and (max-width: 601px) {
  #banner.modal {
    width: 94%;
    max-height: 94%;
  }
}
@media only screen and (max-width: 440px) {
  #EventAlertModal.modal {
    top: 5% !important;
    max-height: 90% !important;
    width: 85%;
  }
  #EventAlertModal.modal .modal-content {
    padding-bottom: 0;
  }
  p.card-header, #welcomeImagineHeader {
    font-size: 1.25rem !important;
    line-height: auto !important;
    padding-bottom: 20px;
  }
  p.card-header {
    font-size: 2.75rem !important;
  }
  #welcomeImagineHeader:after {
    left: calc(50% - 124px);
    right: 0;
    height: 9px;
    width: 250px;
  }
  #imagineDesc {
    margin: 0;
    padding: 0;
    font-size: 1.15rem !important;
    line-height: inherit !important;
  }
  .content-row--container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .card.statistic {
    margin: 0;
  }
  #banner.modal {
    width: 94%;
    max-height: 94%;
  }
  .modal-footer {
    width: 98%;
  }
  #banner {
    margin-top: -10%;
    overflow: hidden;
  }
}
.modal-footer button {
  color: #000;
  border: 1px solid black;
  background: #f8f9fa !important;
}

#imagine-stat-cards {
  margin-top: -35px;
}/*# sourceMappingURL=pyrotechnics.css.map */