


@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;700;900&display=swap');

body {
    font-family: 'Source Sans 3', sans-serif;
    margin-top: 25px;
    font-size: 16px;
    background: #fff;
    transition: all 0.1s;
}
.header-fixed {
    margin-top: 25px;
}
.lottery-logo {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 350px;
}
.title {
    font-weight: 900;
    font-size: 3.5em;
    line-height: 0.9em;
    margin-top: -20px;
    color: #0053a0;
}
.title small {
    font-size: 0.5em;
    line-height: 0em;
    padding-left: 3px;
    color: #006f53;
    font-weight: bold;
}
.countdown-wrapper {
    height: auto;
    text-align: right;
    font-size: 1.2em;
    width: 100%;
    padding-bottom: 10px;
}
.countdown-wrapper .countdown {
    color: #ee1515;
}
.hpanel {
    border: none;
    /* box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.05); */
    margin-bottom: 25px;
    border-radius: 5px;
}

.hpanel > .panel-heading {
    color: #0053a1;
    background: #fff;
    padding-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.hpanel.hblue .panel-body {
    border: none;
    border-top: 5px solid #006e52;
}
.hpanel.hbgblue .panel-body {
    background: #0053a1;
}

.countdown-wrapper .countdown {
    color: #e51010;
}
.grand_total {
    font-weight: bold;
    font-size: 2.2em;
}
.logic-or, .logic-and {
    background: #006e52;
}

.terms-of-use-acceptance-form-group .checkbox a {
    color: inherit;
    text-decoration: underline;
}


.jackpot-info {
    margin-bottom: 5px;
}
.jackpot-payout {
    color: #62cb31;
}

.btn-primary {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    background: #0053a1;
    background: linear-gradient(45deg, #006f53, #0053a1);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
    padding: 20px 20px;
    border: none;
}
.btn-primary:hover {
    background: #006f53;
    background: linear-gradient(45deg, #0053a1, #006f53);
}

.btn-lg, .btn-group-lg > .btn {
    padding: 20px 20px;
    font-weight: 700;
}


#ticket-packs .col-md-6:nth-of-type(3) .form-horizontal .form-group:nth-child(4),
#ticket-packs .col-md-6:nth-of-type(3) .form-horizontal .form-group:nth-child(5),
#ticket-packs .col-md-6:nth-of-type(3) .form-horizontal .form-group:nth-child(6) {
    display: none;
}

#ticket-packs .col-md-6 .panel-body p:first-of-type {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}
#order-summary span[id^='sum_text_'] {
    display: none;
}
.bundle-banner {
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 170px;
    max-width: 500px;
    margin: 0px auto;
    color: #fff;
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    line-height: 1em;
}
.bundle-banner strong {
    font-size: 1.5em;
    margin-bottom: 3px;
    display: block;
    line-height: 1.0em;
}
@media (max-width: 991px){
    .bundle-banner {
        min-height: 215px;
    }
}
@media (max-width: 767px){
    .bundle-banner {
        min-height: auto;
    }
    .bundled-tickets .col-sm-4 + .col-sm-4 {
        border-top: 5px solid #006e52;
        padding-top: 20px;
        margin-top: 10px;
    }
}

.page-status .pull-right.m-l-sm {
    display: none;
}

.jackpot-payout {
    margin: -10px 0px -10px;
}
.jackpot-container {
    display: block;
}

.page-winners .btn.btn-primary {
  padding: 7px 20px;
}

.faq-banner-small img {
Display:none !important;
}

.jackpot-container {
    display: block;
    text-align: center;
}

.bg-green {
    background: #0c7054;
}

.jackpot-payout-container {
 text-align: center;
}

.banner-txt * {
  text-align: center;
}

.header .order-ticket {
  justify-content: center;
}


@media only screen and (min-width: 38.063rem) and (max-width: 106.875rem) {
  .faq-banner-large img {
  width: auto;
}
}

@media(min-width: 0px){

.jackpot-container .subtitle {
  font-size: 1rem !important;
  padding-bottom: 0;
}
.jackpot-value-pull {
  padding-bottom: 0 !important;
  font-size: 2rem !important;
  line-height: 1;
}
.winner-txt {margin-bottom: 24px;}

}



.subtitle {
    padding-bottom: 0px;
}
.countdown-to-digits {
    display: block;
    margin-top: 10px;
}
.countdown-to-digits > div {
    width: 45px;
}
.countdown-to-digits .digit {
    background: #cb738c;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    border: 1px solid #8affa5;
}
.countdown-to-digits .digit-label {
    color: #ffffff;
    font-size: 9px;
}
.countdown-to-digits > div + div {
    margin-left: 4px;
}

.faqs .banner-txt {
    padding: 3.875rem 0 8.75rem;
}

.share {
Margin-top:50px;
}

.label-success {
    background-color: #0c7054;
}

.payout {
    display: inline-block;
    background: #16b286;
    padding: 5px 30px;
    color: #fff;
    margin: 15px 0px;
    padding: 0 0 0rem !important;
}

/*********************
  FIX PRIZE IMAGES
**********************/

.prize-image-wrapper {
    transition: all 0.3s;
    max-width: auto;
}
.prize-listing-list .prize-image-wrapper {
    position: relative;
    min-height: 235px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    width: 100%;
    max-width: 21.875rem;
    max-height: 12.5rem;
    margin-right: 1.875rem;
}
.prize-listing-grid .prize-image-wrapper {
    min-height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
}
.prize-image-wrapper:hover {
    /*background-size: 120%;*/
}
.prize-image-slider-html {
    position: absolute;
    overflow: hidden;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    margin: 0% 0 0 0%;
}
.prize-image-lightbox {
    display: none;
    opacity: 0.0;
    transition: all 0.6s;
    position: absolute;
    z-index: 10001;
}
.prize-image-lightbox-html,
.prize-image-lightbox-full {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75%;
    max-height: 75%;
    box-shadow: 0px 2px 30px rgba(0,0,0,0.3);
    border-radius: 5px;
    transition: all 0.3s;
}
.prize-image-lightbox-loader {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    max-width: 100px;
    filter: drop-shadow(0px 0px 20px rgba(0,0,0,1));
}
.prize-image-lightbox.prize-image-lightbox-loaded .prize-image-lightbox-loader {
    display: none;
}
.prize-image-lightbox:not(.prize-image-lightbox-loaded) .prize-image-lightbox-full{
    filter: blur(5px);    
}
.prize-image-lightbox-overlap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.95;
    z-index: 10000;
    transition: all 0.3s;
}
.prize-image-lightbox-close,
.prize-image-lightbox-next,
.prize-image-lightbox-prev {
    display: block;
    position: fixed;
    z-index: 10002;
    background: rgba(0,0,0,0.8);
    font-size: 4em;
    color: #fff;
    cursor: pointer;
}
.prize-image-lightbox-close:hover,
.prize-image-lightbox-next:hover,
.prize-image-lightbox-prev:hover {
    color: #ededed;
}
.prize-image-lightbox-close {
    top: 50px;
    right: 0px;
    padding: 10px 30px 10px 10px;
    border-radius: 20px 0px 0px 20px;
}
.prize-image-lightbox-next {
    top: calc(50% - 75px / 2);
    right: 0px;
    padding: 13px 30px 10px 30px;
    border-radius: 20px 0px 0px 20px;
}
.prize-image-lightbox-prev {
    top: calc(50% - 75px / 2);
    left: 0px;
    padding: 13px 30px 10px 30px;
    border-radius: 0px 20px 20px 0px;
}
@media only screen and (max-width:84.375rem) /*1282 => Changed to 1350*/{
    .prize-listing-list .prize-image-wrapper { margin:0 0 1.875rem; }
    .prize-listing-list .prize-image-wrapper { border-radius: 0.625rem; }
    .sponsors {max-width: 513px;}
}
@media only screen and (max-width:38rem) /*max-608*/{
    .prize-listing-list .prize-image-wrapper { margin: 0 0 0.375rem; }
}

/**********************************
	FAQ
**********************************/

.faqs h2, .faqs h5{
  color: var(--light-neutral-color);
}
.faqs .banner {
  background: var(--primary-color);
}
.faq-banner-small {display: none;}
.faq-banner-large {
  display: block;
}

@media(min-width: 1061px){
.faq-banner, .faq-banner img {max-width: 100% !important;}
}

.faq-banner-large {width: 100%;}




.logo a span.logo_txt {display: none;}

.logo span:not(.logo_txt) {max-width: none;}

.payout {padding: 5px 30px !important; background: #0D7054;}

.rules-of-play-wrapper ul {
  padding-left: 32px;
  margin-bottom: 24px;
}

.rules-of-play-wrapper ul li {
  list-style: disc;
}

@media(min-width: 200px) {
  .logo img {max-width: none; width: 150px !important;}
}

@media(min-width: 768px) {
  .logo img {width: 300px !important;}
}

.description {
    font-size: 24px;
}

.hpanel.hbgblue {
    background: #0053a1;
}
.hpanel.hbgblue > .panel-heading {
    background: #0053a1;
}

.footer-info-wrap a {
    color: #4D4C4C;
    transition: 0.4s ease;
}
.footer-info-wrap a:hover {
    color: #62CB31;
}

/**********************************
	CUSTOM
**********************************/
@media (min-width: 200px) {


  .countdown-to-digits {
    margin-top: 8px;
    display: inline-block;
  }
  .countdown-to-digits .digit {
    font-size: 16px;
  }
  .countdown-to-digits .digit-label {
    font-size: 10px;
  }
  .banner-txt .text-center {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .countdown-to-digits .digit {
    font-size: 21px;
  }
  .banner-txt .text-center {
    margin-top: 8px;
  }
}

@media (min-width: 768px) {
    .logo img {
        width: 225px !important;
    }
}

.quick-order .btn {
background: #fdb813;
Color:#fff;
Border: 0;
}

.quick-order .btn:hover {
background: #ee3323 !important;
background: linear-gradient(173deg, rgba(249,184,34,1) 0%, rgba(228,92,68,1) 100%);
Color:#fff;
Border: 0;
}

.order-ticket-mobile {
background: #fdb813;
Color:#fff !important;
Border: 0 !important;
}

.order-ticket .btn { 
background: #fdb813;
Color:#fff;
Border: 0;
}

.order-ticket .btn:hover { 
background: #ee3323 !important;
Color:#fff;
Border: 0;
}

.payout {
    padding: 5px 30px !important;
    background: #fab723;
}

.countdown-to-digits .digit {
Background:transparent;
Border:1px solid #fff;
Color:#fff;
}

h4 {
    font-size: 1.875rem;
    color: #293950;
    padding: 0 0 1rem;
}

.column-right .m-b-lg h3 { 
    color: #293950;
}

.menu-list ul li a:hover {
   color: #e45c44;
}

.order-ticket-mobile {
      background: rgb(228,92,68);
background: linear-gradient(173deg, rgba(228,92,68,1) 0%, rgba(250,181,35,1) 100%);
Color:#fff;
Border: 0;
    }

.order-ticket-mobile:hover {
    background: rgb(249,184,34);
background: linear-gradient(173deg, rgba(249,184,34,1) 0%, rgba(228,92,68,1) 100%) !important;
Color:#fff !important;
Border: 0;
    }

.header-wrapper-tablet a.logo_txt {
    color: #000;
}

.label-success {
 background: #cb738c;
}

.bg-green {
    background: #e45c44;
    Border-color: #e45c44;
}
/*
ul.contact-list span.share-icon {
Color:#fff !important;
Border-color: #e45c44 !Important;
}

ul.contact-list span.share-icon:hover {
Color:#e45c44 !important;
}
*/

.share-icon {
background: #f1a56b !important;
    Border-color: #f1a56b !important;
}

ul.contact-list span.share-icon {
Color:#fff !important;
}

ul.contact-list li a:hover {
Color:#e45c44;
}

.priceList .status {
Color:#e45c44;
}

.card-header.sub-caption span.caption {
      Color:#e45c44;
}

.btn-primary {
background: rgb(228,92,68);
background: linear-gradient(173deg, rgba(228,92,68,1) 0%, rgba(250,181,35,1) 100%) !important;
Color:#fff;
Border: 0 !important;
}

.btn-primary:hover{
background: rgb(249,184,34);
background: linear-gradient(173deg, rgba(249,184,34,1) 0%, rgba(228,92,68,1) 100%) !important;
Color:#fff;
Border: 0 !important;
}

.hpanel.hblue .panel-body {
    border: none;
    border-top: 5px solid #21493e;
}

.hpanel > .panel-heading {
    color: #000;
}

.share {
    Margin-top: 0px;
}

.header .order-ticket {
    margin-top: 30px;
}

#ticket-packs .jackpot-wrapper {
    margin-bottom: 20px;
}

.page-order .column-left {
    margin-bottom: 80px;
}

.hpanel.hbgblue {
    background: linear-gradient(0deg, #e35a46, #fcbd21);
    padding: 15px;
}
.hpanel.hbgblue > .panel-heading {
    background: transparent;
    color: #fff;
    padding-bottom: 0px;
}
.hpanel.hbgblue .panel-body {
    background: transparent;
    padding: 5px;
}
.grand_total {
    font-weight: 900;
    font-size: 3.2em;
    color: #fff;
}

.banner {
    min-height: 60.9375rem; 
    margin-bottom: 50px;
}

.faqs .banner-border {
height: 13rem;
}

.jackpot {
    display: inline-block;
    color: #f9ea99;
    margin: 15px 0px;
    padding: 10px !important;
    Font-size: 70px !important;
    Background: #d2610a;
    Border-radius: 20px;
}

.jackpot-container .subtitle {
Font-size:25px !important;
}

.m-b-lg a:hover{
Color:#d46f8a;
}

.toggle-list h5{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.column-right .m-b-lg h5 {
    color: #2a5a4d;
    font-weight: bold;
}