@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;
}
.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;}
}
.jackpot-container {
  display: block;
}
.subtitle {
    padding-bottom: 0px;
}
.countdown-to-digits {
    display: block;
    margin-top: 10px;
}
.countdown-to-digits > div {
    width: 45px;
}
.countdown-to-digits .digit {
    background: #295651;
    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: #5ea68a;
}
.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 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: #18afbf;
Color:#fff;
Border: 0;
}
.quick-order .btn:hover {
background:#1595a2;
Color:#fff;
Border: 0;
}
.order-ticket .btn { 
background: #18afbf;
Color:#fff;
Border: 0;
}
.order-ticket .btn:hover { 
background:#1595a2 !important;
Color:#fff;
Border: 0;
}
.payout {
    padding: 5px 30px !important;
    background: #fab723;
}
.countdown-to-digits .digit {
background:#015971;
Border:1px solid #fff;
}
h4 {
    font-size: 1.875rem;
    color: #e45c44;
    padding: 0 0 1rem;
}
.column-right .m-b-lg h3 { 
    color: #0d3754;
}
.menu-list ul li a:hover {
   color: #1aaebd;
}
.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: #5ea68a;
}
.bg-green {
    background: #18afbf;
    Border-color: #18afbf;
}
.bg-green:hover {
    Border-color: #1393a0 !important;
    background: #1393a0 !important;
}
/*
ul.contact-list span.share-icon {
Color:#fff !important;
Border-color: #fff200 !Important;
}
ul.contact-list span.share-icon:hover {
Color:#fff200 !important;
}
*/
.share-icon {
background: #b0eff5 !important;
    Border-color: #b0eff5 !important;
}
ul.contact-list span.share-icon {
Color:#fff !important;
}
ul.contact-list li a:hover {
Color:#fff200;
}
.priceList .status {
Color:#fff200;
}
.card-header.sub-caption span.caption {
      Color:#fff200;
}
.btn-primary {
background: #027392;
Color:#fff;
Border: 0 !important;
}
.btn-primary:hover{
background: #036883;
Color:#fff;
Border: 0 !important;
}
.hpanel.hblue .panel-body {
    border: none;
    border-top: 5px solid #70c4a3;
}
.hpanel > .panel-heading {
    color: #000;
}
.share {
    Margin-top: 0px;
}
.header .order-ticket {
    margin-top: 20px;
}
.countdown-to-digits .digit {
Color:#fff;
}
.fab {
Color:#026884;
}
.tw {
Color:#026884;
}
.lk {
Color:#026884;
}
.share-icon a {
Color:#026884 !important;
}
svg {
    fill: #026884 !important;
}
.m-b-lg a:hover{
Color:#026884;
}
.panel-body a {
Color:#026884;
}
.m-b-lg ul li {
    Display: inline-block;
    font-size: 25px;
    margin: 5px;
}
#ticket-packs .col-md-6:nth-of-type(4) .form-horizontal .form-group:nth-child(4),
#ticket-packs .col-md-6:nth-of-type(4) .form-horizontal .form-group:nth-child(5) {
    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 .hpanel {
    background: linear-gradient(45deg, #0886a6, #2591af);
    text-align: center;
    color: #fff;
}
.bundle-banner .hpanel.hblue .panel-heading,
.bundle-banner .hpanel.hblue .panel-body {
    background: transparent;
    color: #fff;
}
.bundle-banner .input-group-addon-button,
.bundle-banner .input-group-button-input {
    border-color: #2d2d2d !important;
}
#ticket-packs .hpanel > .panel-heading {
    padding: 0 0 0rem;
}
#ticket-packs .hpanel.hblue .panel-body {
    padding: 10px;
}
@media (min-width: 767px){
    #ticket-packs .form-horizontal .control-label {
        padding-left: 0px;
        padding-right: 0px;
    }
}
#ticket-packs .hpanel {
    padding: 0.75rem 1rem;
}
.bundled-tickets p {
    font-size: 1.5em;
}
.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 {
        margin-top: 10px;
    }
}
#order-status-info h4 {
    font-size: 18px;
    color: unset;
}
.banner-overlay {
    opacity: 0.4;
}
.banner-txt h1 {
    text-shadow: 4px 4px #084252;
}
.description {
    font-size: 25px;
Padding-bottom:5px;
    text-shadow: 2px 2px #084252;
}
.text-center {
    font-size: 23px;
}
.flex.items-center.order-ticket.ticket-btn .share {
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}
.flex.items-center.order-ticket.ticket-btn {
    text-align: center;
    display: block;
}
.order-ticket .btn {
Margin:0 !important;
}
.banner {
    min-height: 64.9375rem;
    margin: 0 0 4.375rem;
}
.faqs .banner-border {
    height: 13rem !important;
}
.jackpot {
    display: inline-block;
    text-shadow: 0 0 BLACK !important;
    background: #fff;
    color: #0d3754;
    margin: 15px 0px;
    padding: 10px !important;
    Font-size: 3rem !important;
    border-radius: 20px;
    border: 10px solid #70c4a3;
    margin-top: -15px;
}
.jackpot-container .subtitle {
        font-size: 20px !important;
        padding-bottom: 0;
    }


.banner-txt .text-center {
        margin-top: 20px;
    }


.subtitle {
Margin-bottom:25px;
}

a.btn-default, button.btn-default {
    background-color: #0081a4 !important;
}

.btn, a.btn {
Color:#fff !important;
}

.donation-amount-button {
    Background: #fff;
    Margin: 5px;
    border: 2px solid #8b8b8b;
    color: #000 !important;
    padding: 10px 15px;

}
.donation-amount-button:hover {
Background:#027392;
Margin:5px;
color: #fff !important;
}

.hpanel.hbgblue {
  background: linear-gradient(45deg, #0886a6, #2591af);
}

.hpanel.hbgblue .panel-body {
  background: linear-gradient(45deg, #0886a6, #2591af);
}

.hpanel.hbgblue > .panel-heading {
     background: linear-gradient(45deg, #0886a6, #2591af);
}

.pe-7s-info:before {
    content: "\e647";
    font-size: 90px;
}

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

.btn, a.btn {
Font-size:15px;
    padding: 10px;
}

.logo span:not(.logo_txt) {
width: 55%;
}

@media only screen and (max-width: 38rem) {
    .header-wrapper-tablet a.logo_txt {
Display:none;
}

.col-xs-4 {
    width: 100%;
Margin:0 auto;
}
.col-xs-8 {
    width: 100%;
    text-align: center;
}

.col-xs-4 img {
Margin:0 auto;
}

.col-xs-8 a.btn{
Margin-top:20px;
}

}

@media (min-width: 768px) {
    .col-sm-2 {
        width: 22.666667% !important;
    }
    .col-sm-10 {
        width: 75.333333% !important;
    }
}

h5.m-t-none {
    font-size: 17px !important;
Margin-top:20px !important;
}

.prize-image-slider-html {
Color:#fff;
}