@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;
}
#order-status-info {
	background-color: #ffffff;
}
#order-status-info .panel-heading {
	border: none;
}
hr  {
	background: #e4e4e4;
    margin-bottom: 15px;
}
#order-status-info hr {
	opacity: 1.0;
}
.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 #ef4b54;
}
.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 !important;
    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: #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: 370px !important;
    }
}

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

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


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

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

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

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

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

h2 {
    font-size: 1.875rem;
    color: #dc4048;
    padding: 0 0 1rem;
    font-weight: bold;
}

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

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

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

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

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

.label-success {
background: #0081a4;
}

.bg-green {
    background: #d53f47;
    Border-color: #635550;
}

.bg-green:hover {
    Border-color: #be383f !important;
    background: #015b74 !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: #fff !important;
    Border-color: #443935 !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: #635550;
Color:#fff;
Border: 0 !important;
}

.btn-primary:hover{
background:#4f4440 !important;
Color:#fff;
Border: 0 !important;
}

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

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

.share {
    Margin-top: 0px;
}

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



.countdown-to-digits .digit {
Color:#fff;
}

.fab {
Color:#443935;
}

.tw {
Color:#443935;
}

.lk {
Color:#443935;
}

.share-icon a {
Color:#443935 !important;
}

svg {
    fill: #443935 !important;
}

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

/*.panel-body a {Color:#fff !important;font-size: 15px !important;}*/
#order-status-info .btn-center {Color:#ffffff !important;}
.m-b-lg ul li {
    Display: inline-block;
    font-size: 25px;
    margin: 5px;
}


#ticket-packs .col-md-6:nth-of-type(2) .form-horizontal .form-group:nth-child(3),
#ticket-packs .col-md-6:nth-of-type(3) .form-horizontal .form-group:nth-child(3) {
    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;
}


.description {
    	font-size: 23px;
	Padding-bottom:5px;
}

.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: 69.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: #EE2F40;
    	margin: 15px 0px;
    	padding: 10px !important;
    	Font-size: 60px !important;
    	border-radius: 20px;
    	border: 10px solid #EE2F40;
}

.jackpot-container .subtitle {
        font-size: 20px !important;
        padding-bottom: 0;
}

.faqs .banner-txt h5 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.m-b-lg a:hover{
	color:#938682;
}
.m-b-lg a{
	color:#dc4048;
}

.rules-of-play-wrapper a:hover{
	color:#938682;
}
.rules-of-play-wrapper a{
	color:#dc4048 !important;
}

.skitter .info_slide_dots {
    padding: 0;
}
#order-status-info .flex {
    justify-content: center;
}

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

@media only screen and (max-width: 38rem) {
    .header {
        padding: 5.25rem 0 0;
    }
}