body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

a {
  text-decoration: underline;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #6c358a;
  -webkit-transition: background-color 300ms ease, opacity 200ms ease;
  transition: background-color 300ms ease, opacity 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #8441a8;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #e000ff;
  -webkit-transition: background-color 300ms ease, opacity 200ms ease;
  transition: background-color 300ms ease, opacity 200ms ease;
  color: #192024;
}

.button.tab:hover {
  background-color: #96dd6e;
}

.button.tab.w--current {
  background-color: #5bfc00;
  color: #192024;
}

.navigation-link {
  margin-top: 10px;
  padding-bottom: 20px;
  color: #edeff2;
}

.navigation-link:hover {
  color: #bb3fff;
}

.navigation-link.w--current {
  color: #bb3fff;
}

.navigation-link.w--current:hover {
  color: #bb3fff;
}

.navigation-link.w--current:active {
  color: #bb3fff;
}

.navigation-bar {
  background-color: #000;
}

.navigation-menu {
  color: red;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.illinois-gaming-section {
  position: relative;
  padding-right: 10px;
  padding-bottom: 80px;
  padding-left: 10px;
  background-color: transparent;
  text-align: center;
}

.illinois-gaming-section.accent {
  background-color: #192024;
}

.illinois-gaming-section.accent2 {
  border-style: none;
  background-color: #000;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 75px;
  padding-bottom: 75px;
  border-style: none;
  border-bottom-width: 4px;
  border-bottom-color: #69b9ff;
  background-image: -webkit-linear-gradient(270deg, rgba(19, 0, 16, .7), transparent 38%), -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .95) 22%, transparent 78%), url('../images/index-idea1.png'), -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .92) 34%, transparent), -webkit-linear-gradient(270deg, #19001d 45%, #192024);
  background-image: linear-gradient(180deg, rgba(19, 0, 16, .7), transparent 38%), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .95) 22%, transparent 78%), url('../images/index-idea1.png'), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .92) 34%, transparent), linear-gradient(180deg, #19001d 45%, #192024);
  background-position: 0px 0px, 0px 0px, 61% 24%, 0px 0px, 0px 0px;
  background-size: auto, auto, cover, auto, auto;
  background-repeat: repeat, repeat, no-repeat, repeat, repeat;
  color: #000;
  text-align: center;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  border-color: #3f0;
  color: #5bfc00;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  position: static;
  overflow: visible;
  margin-top: 45px;
  font-family: 'Great Vibes', cursive;
  color: #edeff2;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.section-heading.centered.earnmomey {
  text-shadow: 0 1px 0 #000, 1px 1px 6px #000;
}

.section-subheading {
  color: #5bfc00;
  font-size: 20px;
  text-align: center;
}

.section-subheading.center {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 60px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: -webkit-linear-gradient(270deg, #edeff2, #edeff2);
  background-image: linear-gradient(180deg, #edeff2, #edeff2);
}

.footer.center {
  border-style: none;
  border-top-width: 1px;
  border-top-color: #dbdbdb;
  background-color: #000;
  background-image: none;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px none #000;
  border-radius: 50px;
  background-color: transparent;
  box-shadow: 0 0 50px -5px #000;
  color: #000;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.heading {
  color: #192024;
}

.heading.slide-heading {
  color: #5bfc00;
}

.paragraph {
  color: #192024;
}

.paragraph.slide-copy {
  color: #5bfc00;
}

.spinner {
  text-align: center;
}

.section-2.wheel-bg {
  padding-bottom: 45px;
  background-image: url('../images/bg_8.png');
  background-position: 33% 67%;
  background-size: cover;
}

.body {
  background-color: #000;
}

.body-2 {
  background-color: #000;
}

.container {
  margin-top: 23px;
}

.steps-gold {
  margin-bottom: 40px;
  color: #f8c740;
  line-height: 25px;
  list-style-type: none;
}

.step-gold-item {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 25px;
}

.step-img {
  padding-right: 20px;
  float: left;
  clear: none;
}

.step-img.float-coin {
  float: left;
}

.gaming-act-p {
  color: #f8c740;
  text-align: left;
}

.atm {
  padding-right: 20px;
  padding-bottom: 1px;
  float: left;
}

.cta-buttons {
  padding-top: 57px;
}

.arrow {
  margin-left: 34px;
  padding-top: 47px;
}

.step-one {
  display: block;
  float: none;
}

.body-4 {
  background-color: #000;
}

.pointer {
  position: relative;
  z-index: 10;
  text-shadow: 0 1px 0 #000;
}

.real-money-header {
  text-align: center;
}

.body-5 {
  background-color: #000;
}

.partners-section {
  margin: 80px 10px;
}

.gaming-machines-section {
  margin-right: 10px;
  margin-bottom: 80px;
  margin-left: 10px;
}

.form-map {
  margin-top: 35px;
}

.image-2 {
  margin-top: -70px;
}

.game-providers:hover {
  opacity: 0.48;
}

.partners-row1 {
  margin-top: 60px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.paragraph-5 {
  color: #f0f0f0;
  text-align: left;
}

.phone-link {
  color: #9e9e9e;
  text-decoration: none;
}

.link-block {
  padding-top: 7px;
  text-decoration: none;
}

.ouitsidepagelink {
  color: #5bfc00;
  text-decoration: none;
}

.location {
  color: #f0f0f0;
}

.email-link {
  color: #f0f0f0;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .atm {
    padding-bottom: 20px;
    padding-left: 20px;
    float: right;
  }
}

@media (max-width: 767px) {
  .button.tab {
    font-size: 12px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 35%;
  }
}

