@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: #231f20;
    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: 1.3rem !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: #e4bc11;
    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: #ff0000;
}

.payout {
    display: inline-block;
    background: #fff !important;
    padding: 5px 30px;
    color: #474B55;
    margin: 15px 0px;
    padding: 10px 20px !important;
Border:3px solid #474B55;
Font-size:50px !Important;
Border-radius:8px;
}

/*********************
  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: 100%;
    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: 18px;
}

.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: #006fb9 !important;
    Color: #fff;
    border: 0 !important;
    border-radius: 20px;
    padding: 10px 20px;
}
 
.quick-order .btn:hover {
  background: #0162a2 !important;
    Color: #fff !important;
    border: 0 !important;
    border-radius: 20px;
    padding: 10px 20px;
}


.order-ticket .btn { 
background: #006fb9 !important;
    Color: #fff !important;
    border: 0 !important;
    border-radius: 20px;
    padding: 10px 20px;
}

.order-ticket .btn:hover { 
background: #0162a2 !important;
    Color: #fff !important;
    border: 0 !important;
    border-radius: 20px;
    padding: 10px 20px;
}

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

.countdown-to-digits .digit {
background:#e4bc11;
Border:1px solid #fff;
}

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

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

.m-b-lg h2 {
     color: #1c3d3d;
font-size: 1.875rem;
    padding: 0 0 1rem;
    font-weight: bold;
}

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

.order-ticket-mobile {
    background: #000;
Color:#fff;
Border: 0;
    }

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

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

.label-success {
 background: #015791;
Color:#fff;
}

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



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

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

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

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

.priceList .status {
Color:#000;
}

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

.btn-primary {
background: #000;
Color:#fff;
Border: 0;
}

.btn-primary:hover{
background: #302c2d;
Color:#fff;
Border: 0;
}

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

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

.share {
    Margin-top: 0px;
}

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

.prize-image-P1 {
    width: 215% !important;
}

#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-content h1 {
    font-size: 2rem;
    line-height: 3.375rem;

}

.m-b-lg a {
Color:#e2231a !important;
}

.m-b-lg A:hover {
Text-decoration:underline !important;
}

Hr {
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn, a.btn {
        background: #b5f47e;
    Color: #191919;
    border: 0 !important;
    border-radius: 20px;
    padding: 10px 20px;
}

a.btn:hover {
        background: #b5f47e !important;
    Color: #191919 !important;
    border: 0 !important ;
    border-radius: 20px !important;
    padding: 10px 20px !important;
}

.btn-default {
    color:#000 !important;
}
.prize-image-wrapper .prize-image-slider-navigation {
    z-index: 100;
}
.col-sm-8 a {
	color:#2fa2bc;
}

.col-sm-8 a:hover {
	color:#231f20;
	text-decoration:underline;
}

@media (min-width: 768px) {
    .col-sm-2 {
        width: 11.666667%;
    }
}

.col-sm-10 h5 {
	font-size:14px;
}

.col-sm-10 p {
	font-size:14px;
	line-height: 18px;
}

.pull-right {
   	font-size: 13px !important;
    	padding: 5px 10px !important;
}





@media only screen and (max-width:63.938rem) {
	.header-wrapper-tablet {
	    display: flex;
	    align-items: center;
	}
}

#menu-toggle {
    right: 20px;
    padding-top: 12px;
}

.logo_txt {
    position: absolute;
    display: block;
    bottom: 0;
    right: 20px;
    text-align: center!important;
    width: 100%!important;
    justify-content: center;
}


@media only screen and (max-width:609px) {

.logo_txt {
    position: absolute;
    display: block;
    bottom: -15px;
    /* right: -10%; */
    width: unset!important;
    text-align: right;
}
}

.logo_txt > br {
    /* display: none; */
}

.header .order-ticket-mobile {
	top: unset!important;
}


@media (min-width: 768px) {
    .header-wrapper-table .logo img {
        width: 100px !important;
    }

}

.page-small .show-in-mobile:first-of-type {
    display: none!important;
}

@media(min-width: 768px) {
    .logo_txt {
        display: none!important;
    }
}

.page-small .show-in-mobile:first-of-type {
    display: none!important;
}

.logo_txt {
  display: none!important;
}

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

@media only screen and (max-width: 59.375rem) {
    .header-container {
        padding: 0.55rem 1.55rem;
    }
}

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

@media (min-width: 1024px) {
    .logo img {
        width: 200px !important;
    }
}
@media only screen and (max-width: 38rem) {
    .header {
        padding: 3.45rem 0 0!important;
    }
}

.card-col {
    border-left: 0.125rem solid #adaaaa;
}

.card-container {
    min-height: 16.25rem;
    border: 0.125rem solid rgb(0 0 0 / 20%);

}

.m-b-lg ul li {
display: inline-block;
Margin: 0 5px;
}

.banner-content h1 {
    font-size: 4rem;
    line-height: 4.5rem;
}

@media (min-width: 768px) {
    .banner-txt .text-center {
        margin-top: 15px;
    }
}

.rules-of-play-wrapper a{
Color:#a4a4a4;
}

.rules-of-play-wrapper a:hover{
Text-decoration:underline;
Color:#a4a4a4;
}

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

@media only screen and (max-width: 38rem) {
    .card-col {
        padding: 3.0625rem 0;
        border-left: none;
        border-top: 0 !important;
    }

.banner-content h1 {
    font-size: 2.8rem;
    line-height: 3rem;
}

.page-small .show-in-mobile:first-of-type {
    display: block !important;
}

}

.banner-content h1 {
Color:#000;
}

.subtitle {
   Color:#000;
}

.banner-txt .text-center {
        color: #000;
}

.countdown-to-digits .digit-label{
        color: #000;
}

.share strong {
color: #000;
}

.faqs .banner-txt h2 {
color: #000;
}

.toggle-item {
    background: #e4bc11;
}

