/* html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body,
html {
  color: #282828;
  font-size: -webkit-calc(0.825em + 0.125vw);
  font-size: calc(0.825em + 0.125vw);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol {
  padding-left: 20px;
}

section {
  clear: both;
  overflow: hidden;
}

input,
select,
textarea {
  border: 1px solid #e2e2e2;
  width: 100%;
  font-size: 14px;
  padding: 20px;
  margin: 0 0 10px 0 !important;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.025);
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s,
    -webkit-box-shadow linear 0.2s;
} */

.redirectButton {
  cursor: pointer;
  color: #fff !important;
  width: 100%;
  background: #00ad20;
  padding: 20px;
  border-radius: 500px;
  border: none;
  font-size: 24px !important;
  font-family: Roboto, sans-serif;
  margin-bottom: 10px;
  display: block;
}

.redirectButton:hover {
  background: #078a1f;
}

button {
  cursor: pointer;
  color: #fff !important;
  width: 100%;
  background: #00ad20;
  padding: 20px;
  border-radius: 500px;
  border: none;
  font-size: 24px !important;
  font-family: Roboto, sans-serif;
  margin-bottom: 10px;
}

button:hover {
  background: #078a1f;
}

body,
html {
  height: 100%;
  /* min-width: 320px; */
  padding: 0;
  margin: 0;
}

.presale .quiz .wrap #surveyEval .loading {
  display: block !important;
  margin: 30px auto 20px !important;
}
/* .container {
  height: auto !important;
  margin: 0 auto -140px auto;
  min-height: 100%;
} */

/* .push {
  clear: both;
  height: 140px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0 20px 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.125;
}

h1 {
  font-size: 3em !important;
}

h2 {
  font-size: 2.25em !important;
}

h3 {
  font-size: 2em !important;
}

h4 {
  font-size: 1.5em !important;
}

h5 {
  font-size: 1em !important;
}

h6 {
  font-size: 0.75em !important;
}

.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.display-1 {
  font-size: -webkit-calc(48px + (96 - 48) * ((100vw - 320px)/ (1920 - 320)));
  font-size: calc(48px + (96 - 48) * ((100vw - 320px) / (1920 - 320)));
}

.display-2 {
  font-size: -webkit-calc(36px + (84 - 36) * ((100vw - 320px)/ (1920 - 320)));
  font-size: calc(36px + (84 - 36) * ((100vw - 320px) / (1920 - 320)));
}

.display-3 {
  font-size: -webkit-calc(32px + (72 - 32) * ((100vw - 320px)/ (1920 - 320)));
  font-size: calc(32px + (72 - 32) * ((100vw - 320px) / (1920 - 320)));
}

.display-4 {
  font-size: -webkit-calc(24px + (60 - 24) * ((100vw - 320px)/ (1920 - 320)));
  font-size: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320)));
}

ol,
p,
ul {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.text.left {
  text-align: left;
}

.text.center {
  text-align: center;
}

.text.right {
  text-align: right;
}

.text.light {
  font-weight: 100;
}

.text.bold {
  font-weight: 600 !important;
}

.text.roboto {
  font-family: Roboto, sans-serif;
}

.text.uppercase {
  text-transform: uppercase;
}

.text.italic {
  font-style: italic;
}

.text.underline {
  text-decoration: underline;
}

.text.lead {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}

.text.follow {
  font-size: 14px !important;
}

#content {
  margin: 0 auto 0;
  padding: 0;
}

.wrap {
  max-width: 972px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: visible;
}

.row {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.row:after,
.row:before {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

.column {
  float: left;
  margin: 0 3.7037037037037% 10px 0;
}

.column.alpha {
  margin: 0 3.7037037037037% 10px 0;
}

.column.omega,
.column.single {
  margin: 0 0 10px 0;
}

.column.one {
  width: 4.93827160493827%;
}

.column.two {
  width: 13.58024691358025%;
}

.column.three {
  width: 22.22222222222222%;
}

.column.four {
  width: 30.8641975308642%;
}

.column.five {
  width: 39.50617283950617%;
}

.column.six {
  width: 48.14814814814815%;
}

.column.seven {
  width: 56.79012345679012%;
}

.column.eight {
  width: 65.4320987654321%;
}

.column.nine {
  width: 74.07407407407407%;
}

.column.ten {
  width: 82.71604938271605%;
}

.column.eleven {
  width: 91.35802469135802%;
}

.column.twelve {
  width: 100%;
}

header[role="banner"] {
  padding: 20px;
  background-color: #f4f4f4;
}

header[role="banner"] p {
  margin: 0;
}

.breaking-news {
  background-color: #ff3628;
  height: auto;
  padding: 1px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breaking-news img {
  max-width: 489px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.presale {
  background-color: #f4f4f4;
  padding: 0 0 60px 0;
}

.presale p,
.presale ul {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}

.presale p li,
.presale ul li {
  list-style: disc;
}

.presale .presale-content {
  padding: 30px 0 0 0;
}

.presale .presale-content .wrap {
  padding: 0;
  max-width: 972px;
  width: 100%;
}

.presale .presale-content .wrap .text-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 0 20px;
  overflow: hidden;
}

.presale .presale-content .wrap .text-box ul li {
  padding-left: 20px;
}

.presale .presale-content .wrap .triangle {
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 20px solid #fff;
  margin: auto;
} */

.presale .quiz {
  margin-top: 40px;
  padding: 0 10px;
}

.presale .quiz .wrap {
  max-width: 768px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  overflow: hidden;
}

.presale .quiz .wrap #congratsBox h2,
.presale .quiz .wrap #surveyEval h2,
.presale .quiz .wrap .questions h2 {
  margin-top: 0;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.presale .quiz .wrap #congratsBox p,
.presale .quiz .wrap #surveyEval p,
.presale .quiz .wrap .questions p {
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  font-weight: 300;
}

.presale .quiz .wrap #surveyEval .loading {
  display: block;
  margin: 30px auto 20px !important;
}

.presale .quiz .wrap #congratsBox ol {
  margin-left: 20px;
  font-size: 24px;
}

.presale .quiz .wrap #congratsBox ol li {
  padding-left: 10px;
  margin-bottom: 15px !important;
}

@media screen and (max-width: 748px) {
  .presale .hero {
    min-height: 680px;
  }

  .presale .hero .wrap .alpha {
    height: 280px;
    overflow: visible;
  }

  .presale .hero .wrap .alpha img {
    margin-top: 60px;
    max-width: 200px;
    width: 100%;
  }

  .presale .hero .wrap .omega .display-3 {
    text-align: center;
  }

  .presale .hero .wrap .sponsor {
    margin: 20px 0;
  }

  .presale .hero .wrap .sponsor span {
    font-size: 14px;
    font-family: Montserrat, Helvetica, "Open Sans", Arial, sans-serif;
  }

  .presale .presale-content .wrap {
    padding: 0 10px;
  }
}

footer[role="contentinfo"] {
  background-color: #404040;
  color: #fff;
  min-height: 140px;
  height: auto;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

footer[role="contentinfo"] .copyright p {
  font-size: 14px;
}

footer[role="contentinfo"] .copyright p:first-of-type {
  border-radius: 3px;
  margin-top: 30px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

footer[role="contentinfo"] .copyright p a {
  color: #fff;
}

@media screen and (max-width: 748px) {
  .column.alpha,
  .column.eight,
  .column.eleven,
  .column.five,
  .column.four,
  .column.nine,
  .column.omega,
  .column.one,
  .column.seven,
  .column.single,
  .column.six,
  .column.ten,
  .column.three,
  .column.twelve,
  .column.two {
    width: 100%;
  }

  .copyright {
    margin-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media print {
  *,
  :after,
  :before,
  :first-letter,
  :first-line {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
