@-moz-document url-prefix() { /* Disable scrollbar Firefox */
  html{
    scrollbar-width: none;
  }
}
body {
  margin: 0; /* remove default margin */
  scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
  -ms-overflow-style: none;  /* Disable scrollbar IE 10+ */
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */
} 

.tab-bar {
  height: 100px;
  background: black;
}

.tab-bar .menu-icon span {
position: absolute;
display: block;
height: 0;
width: 1.5rem;
line-height: 1;
top: 1.5rem;
left: 0.90625rem;
box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
}

.left-small {
height: 2.8125rem;
background-color: none;
border-right: none;
top: 15px;
border-radius: 5px;
margin-left: 5px;
}


.right-small {
  height: 2.8125rem;
  background-color: none;
  border-left: none;
  top: 22px;
  border-radius: 5px;
  margin-right: 5px;
}

.informational-image
{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
    margin-left:auto;
	margin-right:auto;
	width:100%;
    padding-top:0px;
}

.right-off-canvas-menu {
  background: black;
}

.left-off-canvas-menu {
  background: black;
}


ul.off-canvas-list li a {
display: block;
padding: 0.66667rem;
color: white;
border-bottom: 1px solid #262626;
transition: background 300ms ease;
}

.center-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.tiny {
  background-color: #fdb611;
  color: black;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

ul.off-canvas-list li a:hover {
background: none;
}

.accordion dd > a:hover {
background: #000;
}

.accordion dd > a {
background: #000;
color: #222222;
padding: 1rem;
display: block;
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-size: 1rem;
}

.prize-redeem-form {
  margin-left: 25px;
  margin-right: 25px;
}

.play-now-submit {
opacity: 0;
position: absolute;
width: 24%;
height: 13%;
top: 51%;
left: 38%;
z-index: 100;
}

 
.hidden-message
{
    -moz-box-sizing:border-box;
    border-color:#004A8D;
    border-style:solid;
    border-width:0px;
    box-sizing:border-box;
    display:block;
    margin-left:auto;
    margin-right:auto;
    border-radius: 0px;
}

.code-entry-box {
  margin-top: 10px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  height:50px;
}

.alert-box {
  background: #fdb611;
  margin: 5px;
  border-color:#fdb611;
}