@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700;900&display=swap');

/* GLOBAL */ 

:root {
  --primary-color: #295651;
  --primary-color-trans: rgba(41,86,81,.3);
  --light-primary-color: #295651;
  --secondary-color: #295651;
  --accent-color: #BF5CED;
  --light-accent-color: #FAFAFA;
  --dark-neutral-color: #0D0D0D;
  --light-neutral-color: #FAFAFA;
  --highlight-light-color: #FFFFD9;
  --highlight-color: #F2E600;
  --headline-font: 'Alegreya', Arial, sans-serif;
  --body-font: "open sans", sans-serif;
}
/**********************************
	GENERAL
**********************************/

body {
    font-family: 'Roboto', sans-serif;
    /*margin-top: 145px;
    background: #fafafa;*/
    transition: all 0.1s;
}

.hpanel {
    /* border: none; */
    /* box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.05); */
    /* margin-bottom: 25px; */
    /* border-radius: 5px; */
    box-shadow: 0 0.625rem 1.875rem rgb(192 89 242 / 15%);
    border: 0.125rem solid rgb(192 89 242 / 15%);
}

.hpanel > .panel-heading {
    color: #666;
    background: #fff;
    padding-left: 20px;
}

.hpanel.hblue .panel-body {
    /* border: none; */
    /* border-top: 2px solid #159eee; */
}
.hpanel.hbgblue .panel-body {
    background: #159eee;
}

.lottery-header-title {
    font-size: 33px;
}

.menu li a {
/*    padding: 20px 20px;*/
    color: #159eee;
    /*font-weight: 900;*/
    transition: all 0.1s;
}
.menu li a:hover {
    color: #3675a0;
}
.menu li.active a {
    border-bottom: 3px solid #159eee;
}
#mobile-menu > ul > li > a {
    color: #159eee;
    transition: all 0.1s;
}
#mobile-menu > ul > li > a:hover {
    color: #3675a0;
}
#menu-toggle span, #menu-toggle span:after, #menu-toggle span:before {
    background-color: #ffffff;
}
@media (max-width: 64rem){
    #menu-toggle {
        position: absolute;
        top: 20px;
    }
}
.countdown-wrapper .countdown {
    color: #159eee;
}
.splash-screen:before {
    background: rgb(249,249,249);
    background: linear-gradient(145deg, rgb(74, 92, 154) 0%, rgba(21,158,238,1) 100%);
}

.splash-cause {
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}
.splash-inner-slider .splash-inner-caption {
    /*background: rgba(0, 0, 0, 0.4);*/
}
.splash-inner-slider .splash-inner-caption small {
    font-weight: normal;
}
.splash-inner-slide-cause {
    background-image: url(/themes/lottery/demo2018/rafflenexus.com-slide1.jpg);
}


.logic-or, .logic-and {
    background: #159eee;
}

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

.page-title-bar {
    background: rgb(249,249,249);
    background: linear-gradient(145deg, rgb(74, 92, 154) 0%, rgba(21,158,238,1) 100%) !important;
}

.menu-wrapper {
    border-top: none;
}
.menu li + li {
    border-left: none;
}
.menu li a > i {
    color: #222;
}
.lottery-header-order-button {
    box-shadow: 0px 3px 4px rgba(0,0,0,0.4);
    margin-top: 7px;
}
@media (max-width: 990px){
    .lottery-header-order-button {
         margin-top: 0px;
    }
}
.header {
    /* background: #f9f9f9; */
}
.menu-wrapper {
    background: transparent;
}

.splash-inner {
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.5);
}
.splash-inner-slider .splash-inner-slide {
    border-radius: 6px 0px 0px 6px;
}

@media (max-width: 1200px){
    .splash-inner-slider .splash-inner-slide {
        border-radius: 6px 0px 0px 0px;
    }
}
@media (max-width: 768px){
    .splash-inner-slider .splash-inner-slide {
        border-radius: 8px 8px 0px 0px;
    }
}

.splash-inner-details-prices br {
    display: none;
}
@media (max-width: 768px){
    .splash-inner-details-prices br {
        display: initial;
    }
}

.splash-inner-details-side-description {
    margin-top: 5px;
}
.splash-inner-details-dates {
    margin-bottom: 0px;
    margin-top: 5px;
}
.jackpot-info {
    margin-bottom: 5px;
}
.logo_txt {
    display: none !important;
}

.logo a span.logo_txt {
    font-size: 1.3rem;
    max-width: 23rem;
    /* display: block; */
    white-space: pre-wrap;
}
.bg-green {
    background: var(--primary-color);
}
.btn.bg-green:hover {
    border-color: var(--primary-color);
    background: #fff;
    color: var(--primary-color);
}
.menu-list ul li a:hover {
    color: var(--primary-color);
}
.bg-blue {
    background: var(--primary-color);
}
.header .banner .btn.bg-blue:hover {
    background: #e3502b;
    color: #fff;
    border-color: #e3502b;
}
h4 {
    color: var(--secondary-color);
}
.column-right .m-b-lg h3 {
    color: var(--secondary-color);
}
.hpanel > .panel-heading {
    color: var(--secondary-color);
}
ul.contact-list li a:hover {
    color: var(--primary-color);
}
ul.contact-list li a:hover span.share-icon {
    background-color: #fff;
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.banner-txt h1 {
    text-align: center;
}
.page-prize-list .banner-txt h1 {
    display: inline-block;
    background: #8affa5;
    padding: 5px 30px;
    color: #295651;
    margin: 15px 0px;
}
.quick-order p {
    text-align: right;
}
.description {
    text-align: center;
}
@media only screen and (min-width: 59.4375rem) and (max-width: 90rem){
    .description {
        text-align: center;
    }
}

.logo span:not(.logo_txt) {
    margin: 0 2.75rem 0 0;
    max-width: 25rem;
}
@media only screen and (min-width: 38.063rem) and (max-width: 83.125rem){
    .logo img {
        max-width: 25rem;
        vertical-align: middle;
    }
    .header-wrapper-tablet a.logo_txt {
        font-size: 1.0625rem;
        line-height: 1.4375rem;
        max-width: 17rem;
        display: none;
    }
}
@media only screen and (max-width: 63.938rem) {
    .logo img {
        max-width: 15rem;
    }
}

.quick-order p > span {
    display: inline-block;
}
.faq-banner-small {
    display: none;
}
a.btn.bg-green.order-ticket-mobile br {
    display: none !important;
}
@media only screen and (max-width: 38rem){
    .header-container {
        padding: 0.5rem 1.25rem;
    }
    .banner-txt p.subtitle {
        font-size: 1.5rem;
    }
}
.header .order-ticket-mobile {
    padding: 10px 15px;
}
@media only screen and (max-width: 48rem){
    .logo img {
        max-width: 10.375rem;
    }
}
@media only screen and (max-width: 38rem){
    .header {
        padding: 5.25rem 0 0;
    }
}
@media only screen and (max-width: 400px){
    .header .order-ticket-mobile {
        padding: 5px 3px;
    }
    a.btn.bg-green.order-ticket-mobile br {
        display: block !important;
    }
}

.flex.items-center.order-ticket.ticket-btn {
    text-align: center;
    display: block;
}
.flex.items-center.order-ticket.ticket-btn .btn {
    margin: 0 0 3rem 0;
}
.flex.items-center.order-ticket.ticket-btn .share {
    justify-content: center;
    align-items: center; 
}
.banner-txt .share-icon {
    margin: 0.5rem;
}

/****CUSTOM****/

main {padding-top: 5%;}

.btn, a.btn-default, .button.btn-default {background: var(--accent-color) !important; color: white;}

.btn:hover {
  background: var(--accent-color) !important; 
  border-color: var(--accent-color) !important;
  color: white !important;
  filter: brightness(1.2);
}

.card-container, .card-col {border-color: var(--primary-color-trans);}

hr {background: var(--primary-color);}

.column-right .m-b-lg + .m-b-lg {border-top-color: var(--primary-color-trans)}

.banner-overlay {display: none;}


.banner-border {top: 96%}

.header a, .header p {color: white;}
.header a:hover {color: #91FEA9 !important;}

.header hr {background: white;}

.faqs .banner {background: #295651;}

@media(min-width:100px){
  .header, .header-container, .menu-container {background: #295651 !important;}
}

@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: none;
}

.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;
}

.gaming-bar-sask a {color: black;}
.gaming-bar-sask a:hover {color: black;}

.social-links li {
  display: inline-block;
  margin-right: 8px;
}

.page-order .banner {
  display: none;
}

.rules-of-play-wrapper ol {
  list-style: decimal;
}

.rules-of-play-wrapper li {
  margin-bottom: 16px;
}

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

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

.banner-txt .description, .banner-txt .subtitle, .banner-txt .label, .banner-txt .text-center {text-shadow: 0 0 4px rgba(0,0,0,.7);}

.banner.no-slider {
    min-height: 10.25rem;
    margin: 0 0 0;
    background: #f4f4f4;
}
.banner.no-slider .banner-txt h1 {
    font-size: 2.2em;
    line-height: 1.4em;
}
.no-slider .banner-txt {
    padding: 0.2rem 0 0.2rem;
    color: #295651;
}
.no-slider .banner-img {
    display: none;
}
.no-slider .banner-txt h1 small {
    color: #295651a6;
}
.info_slide_dots span.image_number {
    border: 0.188rem solid #8affa5;
    background-color: #fff0 !important;
}
.card-slider .info_slide_dots span.image_number.image_number_select {
    background-color: #8bffa5 !important;
}
.info_slide_dots span.image_number.image_number_select {
    background-color: #8affa5 !important;
}
.card-slider .info_slide_dots span.image_number {
    margin: 0 0.15rem !important;
}
.card-slider .info_slide_dots {
    left: auto !important;
    transform: none !important;
}
@media only screen and (max-width: 111.688rem){
    .banner .info_slide_dots span.image_number {
        margin: 0 0.2rem;
    }

}
@media only screen and (max-width: 38rem){
    .banner .card-slider .info_slide_dots span.image_number.image_number_select {
        background: #8affa5 !important;
    }
}

.banner-content .jackpot-payout-container .subtitle + .subtitle {
    margin: 10px 0px;
}

@media only screen and (max-width: 38rem){
    .hide-in-mobile,
    .page-small .hide-in-mobile {
        display: none !important;
    }
}
@media only screen and (min-width: 38rem){
    .show-in-mobile,
    .page-small .show-in-mobile {
        display: none !important;
    }
}

.page-winners .checkout-50-50 > .column-left {
   /* display: none;*/
}
