/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, button, input, select, textarea {
  color: #222;
}

body {
  background-color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  text-align: center;
}

a {
  color: #008051;
  text-decoration: underline;
}



/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
  max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

div#views {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
}

div.view {
  display: none;
  overflow: visible;
  position: relative;
}

div.row {
  clear: both;
  margin: 0 0 28px 0;
  overflow: visible;
}

#watchit .row {
  margin: 0 0 10px 0;
}

div#header {
  overflow: visible;
}

#btn-close {
  background-image: url(../big4/img/ui/btn-close.png);
  background-repeat: no-repeat;
  clear: right;
  display: block;
  float: right;
  height: 31px;
  text-indent: -5000px;
  width: 31px;
}

#btn-sound {
  background-repeat: no-repeat;
  clear: left;
  display: none;
  float: left;
  font-size: 16px;
  font-weight: bold;
  height: 27px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 7px;
}

  #btn-sound.off {
    background-image: url(../big4/img/ui/btn-sound-off.png);
    color: #333;
    padding: 8px 0 0 39px;
    text-align: left;
    width: 110px;
  }

  #btn-sound.on {
    background-image: url(../big4/img/ui/btn-sound-on.png);
    color: #fff;
    padding: 8px 0 0 19px;
    text-align: left;
    width: 130px;
  }

div.row p {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.button {
  background-color: #008051;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
}

.button-small {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
}

.button-middle {
  margin: 0 auto;
}

.dual-row {
  display: flex;
  justify-content: space-around;
}

.dual-center {
  justify-content: center;
}

.quick-pick-btn {
  line-height: 2.7;
}

.button-off {
  background-image: linear-gradient(to bottom, rgb(8, 159, 96) 33%, rgb(66, 187, 137) 67%, rgb(123, 215, 177) 84%);
}

.button-on {
  background-image: linear-gradient(to bottom, rgb(6, 99, 60) 33%, rgb(55, 151, 111) 67%, rgb(93, 166, 136) 84%);
}

#btn-watch {
  display: block;
  float: left;
  font-size: 24px;
  padding: 8px 0;
  text-align: center;
  width: 217px;
}

#btn-try {
  display: block;
  float: left;
  font-size: 24px;
  padding: 8px 0;
  text-align: center;
  width: 217px;
}

.prize-chart-btn-container::after {
  content: '';
  clear: both;
  display: block;
}

.mainlogo {
  display: block;
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
}

.tab-button {
  background-color: #d7d4d4;
  clear: both;
  color: #000;
  display: block;
  float: right;
  font-weight: bold;
  margin: -1px 8px 2px 0;
  padding: 12px 8px;
  text-decoration: none;
  box-shadow: 0px 4px 4px rgba(50, 50, 50, 0.75);
  position: relative;
  z-index: 3;
}

.tab-button i.arrow-down {
  background-image: url(../big4/img/ui/icon-arrow-down.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  margin: 0 0 0 3px;
  width: 16px;
  background-size: 16px 10px;
}

.tab-button i.arrow-up {
  background-image: url(../big4/img/ui/icon-arrow-up.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  margin: 0 0 0 3px;
  width: 16px;
  background-size: 16px 10px;
}

div.added-template {
  overflow: visible;
}

div.content {
  clear: both;
  margin: 20px 0 0 0;
  text-align: left;
}

#footer {
  background-color: #f3f0f0;
  color: #666666;
  font-size: 12px;
  margin: 0;
  padding: 8px;
  text-align: left;
}

.callout {
  font-weight: 700;
}

.callout-large, div.row .callout-large {
  color: #008051;
  font-size: 24px;
}

.callout-xlarge, div.row .callout-xlarge {
  color: #008051;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.radio-options {
  overflow: visible;
}

.radio-options input {
  padding: 0;
  margin: 0;
  height: 33px;
  width: 32px;
  float: left;
  position: absolute;
  left: 0;
  opacity: 1;
}

  .radio-options label {
    display: inline-block;
    line-height: 23px;
    padding: 0 0 0 44px;
  }

/* .radio-options input[type=radio] + label {
  background: url(../big4/img/ui/bg-custom-radio-off.png) 0 0 no-repeat;
}

.radio-options input[type=radio]:checked + label {
  background: url(../big4/img/ui/bg-custom-radio-on.png) 0 0 no-repeat;
} */

a.btn-red {
  overflow: hidden;
  margin: 0 auto 12px 0;
  padding: 8px 14px 8px 14px;
  border-style: none;
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 1px 2px #757554;
  text-shadow: 0 2px 1px #6a6a6a;
  width: auto;
  text-align: center;
  background: linear-gradient(to bottom, #e11f26 0%, #e01f26 36%, #d21f25 53%, #ae1e23 85%, #a31e22 100%);
}

#btn-back {
  display: none;
  float: right;
}

.mozilla .number-entry {
  padding-left: 0;
}

.mozilla.mac #enternumbers .number-entry {
  padding: 12px 0 10px 9px;
  text-align: left;
}

input[type=text].number-entry:disabled {
  background-color: #fff;
  width: 40px;
}

.copy {
  margin-bottom: 10px;
}

.action-text {
  text-align: center;
  font-weight: 700;
}

.pick2 {
  background-color: #DF0A8C;
}

.pick3 {
  background-color: #D96422;
}

.pick4 {
  background-color: #8A86BF;
}

.pick5 {
  background-color: #FBDC4C;
}

.cash4life {
  background-color: #f2f2f3;
}

.match6 {
  background-color: #DB2C62;
}

.powerball {
  background-color: #222;
}

.megamillions {
  background-color: #5697d1;
}

.treasurehunt {
  background-color: #da8204;
}

.buy-online {
  display: block;
  padding: 20px 0;
  height: 98px;
}

.buy-online img {
  width: 50%;
  height: 98px;
  margin: 0 20px;
}
/*.match6 img {
  height: 92px;
}*/
/* Requested all the images to be different size from others */
.megamillions img {
  height: 80px;
  margin: 9px 20px 0;
}

.megamillions .btn-buy-online,
.cash4life .btn-buy-online,
.treasurehunt .btn-buy-online {
  vertical-align: sub;
}

.cash4life img {
  height: 70px;
  margin: 18px 20px 0;
}

.treasurehunt img {
  height: 80px;
  margin: 11px 20px 0;
}

.match6 img {
  height: 100px;
}

.btn-buy-online {
  border-radius: .1875rem;
  font-size: 14px;
  font-weight: 600;
  padding: .5rem .7375rem;
  transition: all .15s linear;
  width: 100px;
  text-align: center;
  display: inline-block;
}

.btn-red {
  background-color: #db270b;
  color: #fff;
}

.btn-buy {
  border: 1px solid #fff;
}

.transcript {
  margin-top: 10px;
}
.transcript .toggle-row {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  /* margin-bottom: 15px; */
  background: none;
  border: none;
  padding: 0;
  width: 99%;
  margin: 0 auto 15px;
}

.transcript .toggle-row .fas {
  font-size: 22px;
}
.transcript table {
  border: 1px solid #222;
  font-size: .9rem;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.transcript table th,
.transcript table td {
  border: 1px solid #222;
  padding: 3px 5px;
  width: 50%;
}
.transcript thead {
  font-weight: 700;
  background-color: #E6E6E6;
}
.transcript tbody {
  text-size-adjust: 14px;
}
.transcript .table-scroll-container {
  display: none;
  height: 200px;
  overflow-y: scroll;
  outline-color: darkturquoise;
}

.modal-video-container {
  position: relative;
  padding: 56.25% 0 0 0;
  margin-bottom: 10px;
}

.modal-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.close-link {
  display: none;
}

@media (max-width:767px) {
  .mobile-page .close-link {
    display: block;
    font-size: 1.5rem;
    position: absolute;
    left: 90%;
    top: 2%;
    background: no-repeat;
    border: none;
    padding: 0;
  }



  .mobile-page .modal-video-container {
    top: 30px;
    width: 90%;
    margin: 0 auto 10px;
  }

  .mobile-page #footer {
    margin: 30px auto 0;
    width: 87%;
  }

  .mobile-page .transcript {
    margin-top: 20px;
    padding: 0 20px;
  }

    .mobile-page .transcript .table-scroll-container {
      height: unset;
      overflow-y: unset;
    }
}

/*focus updates for ADA 2025 Focus update*/
a:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid #000;
  outline-offset: 1px;
  box-shadow: none;
}
    .mobile-page .close-link:focus-visible,
    .mobile-page .close-link:active {
      outline: 2px solid white;
      outline-offset: -2.5px;
      box-shadow: 0 0 0 2px #000;
    }

.transcript .toggle-row:focus-visible {
  outline: 2px solid white;
  outline-offset: -2.5px;
  box-shadow: 0 0 0 2px #000;
}
div.added-template div.slide a.slide-toggle:focus-visible {

    outline: 2px solid #000;
  outline-offset: 1px;
  box-shadow: none;
}

p.radio-options input[type="radio"]:focus-visible {
  outline: 2px solid #000;
  outline-offset: 1px;
  box-shadow: none;
}

button:focus-visible{
    outline: 2px solid white;
  outline-offset: -2.5px;
  box-shadow: 0 0 0 2px #000;
}
