@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    margin-top: 20px !important;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-style: normal;
    color: #353535;
}
h1, .h1, h2, .h2, h3, .h3 {
    font-weight: bold;
}

.header-fixed {
    margin-top: 20px;
}
img.lottery-logo {
    width: 100%;
    max-width: 250px;
    margin: 0px 0px 20px 0px;
}

img.extra-img {
    width: 100%;
    max-width: 80px;
    display: block;
    position: absolute;
    left: -30px;
    top: -5px;
}


.header-blue-bar {
    background: #1e57ad;
    color: #fff;
    text-align: left;
    padding: 10px 20px;
    border-radius: 0px;
    border: none;
    margin-bottom: 5px;
}
.header-blue-bar h2 {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.row.title-line > .col-md-7 {
    display: none;
}
.row.title-line > .col-md-5 {
    width: 100%;
    text-align: center;
}

.countdown-wrapper {
    display: none;
    height: auto;
    transition: all 0.1s;
    margin: 20px 0px;
    float: right;
    text-align: center;
    font-weight: bold;
}
.countdown-wrapper .countdown-info {
    font-size: initial;
}
.countdown-wrapper .countdown {
    font-weight: bold;
}
@media (max-width: 992px) {
    .countdown-wrapper {
        height: initial;
        margin: 0px 0px 15px 0px !important;
        width: initial;
    }
}
@media (max-width: 380px) {
    .countdown-wrapper {
        display: block;
    }
}

.top-banner {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    .top-banner {
        display: none;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row.ticket-packs-column-1,
.row.ticket-packs-column-2 {
    margin-right: -5px;
    margin-left: -5px;
}
.row.ticket-packs-column-1 > div,
.row.ticket-packs-column-2 > div {
    padding-right: 5px;
    padding-left: 5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.hpanel {
    border: 1px solid #cfcfcf5c;
    background: linear-gradient(180deg, #fefefe, #f5f5f5);
}

.hpanel > .panel-heading {
    background-color: #1e57ad;
    color: #fff;
    font-weight: bold;
    padding: 15px 20px 15px 20px;
    text-transform: uppercase;
    position: relative;
}
.hpanel.hblue .panel-body {
    border-top: none;
    background-color: transparent;
    border: none;
}
#ticket-packs .hblue.combo-pack {
    margin-bottom: 15px;
}
#ticket-packs .hblue .panel-heading {
    background-color: #1e57ad;
    /* color: #fff; */
}
#ticket-packs .hblue.combo-pack .panel-heading {
    background-color: transparent;
    color: #05add4;
    font-weight: 900;
    padding: 10px 20px 0px 20px;
    font-size: 30px;
    text-align: center;
}
#ticket-packs .hblue.combo-pack .panel-body{
    padding: 5px 20px 15px 20px;
}
#ticket-packs .hblue.combo-pack .form-horizontal .col-sm-4 {
    padding-right: 3px;
    padding-left: 3px;
}

.hpanel.combo-pack > .panel-heading {
    background-color: #1e57ad;
    color: #fff;
}

.hbgblue .panel-heading {
    background-color: #1e57ad;
    color: #fff;
}

.hbgblue .panel-body {
    background-color: #3598db;
    color: #fff;
}
#ticket-packs .panel-heading-yellow {
    border: none;
    background: transparent;
    margin-bottom: 5px;
}
#ticket-packs .panel-heading-yellow .panel-heading {
    background-color: #f2e006;
    color: #1e57ad;
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 20px 15px 20px;
    overflow: hidden;
    border: none;
    border-radius: 0px;
    line-height: 1.1;
}
.panel-heading-yellow .heading-new-word {
    /* background: #1e57ad; */
    /* color: #fff; */
    font-weight: 900;
    /* padding: 20px 0px 20px 40px; */
    /* position: relative; */
    /* left: -20px; */
    /* z-index: 100; */
    /* margin-right: 15px; */
}
.panel-heading-yellow .heading-new-word:after {
    display: block;
    position: absolute;
    height: 60px;
    transform: rotate(-60deg);
    background: #1e57ad;
    width: 260px;
    z-index: -1;
    right: -150px;
    top: -50px;
}
@media (max-width: 768px) {
    .panel-heading-yellow .heading-new-word {
        padding: 0px;
        background: transparent;
        color: #1e57ad;
        position: static;
        margin-right: 0px;
    }
    .panel-heading-yellow .heading-new-word:after {
        display: none;
    }
}

#ticket-packs .ticket-pack-group-B .form-group:nth-child(4),
#ticket-packs .ticket-pack-group-B .form-group:nth-child(6),
#ticket-packs .ticket-pack-group-C .form-group:nth-child(4),
#ticket-packs .ticket-pack-group-C .form-group:nth-child(6) {
    display: none; 
}
#ticket-packs label.control-label {
    font-weight: bold;
}


.bundles {
    display: block;
    margin: 0px auto;
    border-radius: 5px;
    /* background: #04aed2; */
    max-width: 280px;
    position: relative;
    /* color: #fff; */
    padding: 5px 0px 5px 65px;
}
.bundles p {
    margin: 0px;
}
.bundles-inactive p {
    text-align: center;
    color: #d22027;
    font-size: 2em;
    font-style: italic;
    font-weight: 900;
    margin: 0px;
}

.ticket-packs-column-1 {
    float: right;
}
.ticket-packs-column-2 {
    float: left;
}

.ticket-pack-group-A .panel-body p:first-of-type,
.ticket-pack-group-B .panel-body p:first-of-type,
.ticket-pack-group-C .panel-body p:first-of-type {
    font-weight: bold;
    /* font-size: 1.2em; */
}

@media (max-width: 560px){
  #ticket-packs .col-md-12 .form-horizontal .form-group:nth-child(5):before,
  #ticket-packs .col-md-12 .form-horizontal .form-group:nth-child(6):before {
    top: 5px;
    left: -80px;
    width: 100%;
    font-weight: bold;
    font-size: 150%;
    max-width: 229px;
  }
}

#ticket-packs .col-md-12 .form-horizontal .form-group:nth-child(5).bundles-inactive,
#ticket-packs .col-md-12 .form-horizontal .form-group:nth-child(6).bundles-inactive {
    background-color: #cccccc;
}
#ticket-packs .col-md-12 .form-horizontal .form-group:nth-child(5).bundles-inactive:before,
#ticket-packs .col-md-12 .form-horizontal .form-group:nth-child(6).bundles-inactive:before {
    background-color: #ffffff;
    color: #cccccc;
}
.ticket-pack-group-A .panel-body {
    padding-bottom: 0px;
}
.ticket-pack-group-A-top {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1em;
    color: #1e57ad;
    padding-bottom: 10px;
    text-align: center;
}
.ticket-pack-group-A-top span {
    color: #05add4;
}

.ticket-pack-group-A-left {
    position: relative;
}
.ticket-pack-group-A-left .hero-img {
    max-width: 100%;
    position: relative;
    bottom: 0px;
    display: block;
}
.ticket-pack-group-A-left .hero-min-img {
   display: none;
}
@media (max-width: 991px){
    .ticket-pack-group-A-left .hero-img {
        display: none;
    }
    .ticket-pack-group-A-left .hero-min-img {
        display: block;
        max-width: 200px;
    }
}
@media (max-width: 768px){
    .ticket-pack-group-A-left .hero-min-img {
        display: none;
    }
}
.ticket-pack-group-A-left .panel-body > *:not(.form-horizontal) {
    text-align: center;
}

.ticket-pack-group-B .panel-body > *:not(.form-horizontal) {
    text-align: center;
}
.jackpot-payout-container {
    position: relative;
    /* height: 130px; */
    margin-bottom: 20px;
    min-height: 130px;
    padding-top: 5px;
}
.jackpot-payout {
    color: #1e57ad;
    margin: 5px -20px;
    /* background: #f1df06; */
    line-height: 1.1em;
    text-align: left;
    padding-left: calc(33% + 20px);
}
.jackpot-payout-info {
    font-size: 23px;
    text-align: left;
    padding-left: 33%;
}

.ticket-pack-group-C .panel-body > *:not(.form-horizontal) {
    text-align: center;
}
.ticket-pack-group-C-top {
    position: relative;
    margin-bottom: 20px;
    min-height: 130px;
}
.ticket-pack-group-C-top p {
    font-size: 30px;
    font-weight: 900 !important;
    line-height: 1.1em;
    text-align: left;
    padding-left: 33%;
    color: #1e57ad;
    padding: 15px 0px 15px 36%;
    height: 130px;
    margin-bottom: 0px;
}
.ticket-pack-group-C-top p span {
    color: #05add4;
}
img.logo-img {
    /* width: 100%; */
    max-height: 130px;
    position: absolute;
    left: calc(33% - 130px - 20px);
    bottom: 2px;
}
@media (max-width: 520px) {
    img.logo-img {
        display: none;
    }
    .ticket-pack-group-C-top p {
        text-align: center;
        padding: 15px 5px 15px 5px;
    }
    .jackpot-payout,
    .jackpot-payout-info {
        text-align: center;
        padding-left: 10px;
    }
}

.ticket-pack-group-D .hblue .panel-heading {
    /* background-color: #b9dff6 !important; */
    /* color: #1e57ad !important; */
}

.address-autocomplete-wrapper {
    border-top: 1px solid #eee;
    border-bottom: none;
}
.address-autocomplete-fields-wrapper {
    border-bottom: none;
}

.page-order #ticket-packs #monthly_donation, 
.page-order-copy #ticket-packs #monthly_donation {
    font-size: 1.8em;
    font-weight: bold;
    padding: 1px 3px;
    text-align: center;
    height: auto;
}
#order-summary h2 {
    margin-bottom: 0px;
}

.membership-form-group.has-error {
    margin-top: 40px;
}
.membership-form-group.has-error label[for='membership'] {
    margin-bottom: 30px;
}
#membership-error {
    position: absolute;
    top: -30px;
    font-weight: normal;
}

.gaming-bar-sask td {
    border-top: 10px solid #0046ad !important;
}
.btn {
    border-radius: 3px;
    font-weight: bold !important;
    text-transform: uppercase;
}
.btn-primary {
    background-color: #005ba8;
    border-color: #0046ad;
    text-transform: uppercase;
    font-weight: normal;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #b7e0f6;
    border-color: #b7e0f6;
    color: #1e57ad;
}
.btn-default {
    background-color: #fff;
    border-color: #6a6c6f;
    color: #6a6c6f;
}
.page-order #ticket-packs .input-group-addon-button-currency-symbol, .page-order-copy #ticket-packs .input-group-addon-button-currency-symbol {
    font-size: 1.8em;
    font-weight: bold;
    top: 2px;
}


.page-status #orderLookupForm .panel-body .border-bottom .pull-right.m-l-sm {
    display: none;
}

.footer-banner {
    padding: 50px 0px;
    background: #b3e7f4;
    margin-top: 50px;
}
.footer-img {
    width: 90%;
    max-width: 600px;
    margin: 0px auto 50px;
    display: block;
}
#nexus-raffle-logo-wrapper {
    margin: 40px auto 0px auto;
    max-width: 175px;
}
#nexus-raffle-logo-wrapper p {
    font-size: 10px;
}
#nexus-raffle-logo-wrapper > div > a {
    height: 60px;
}

#nexus-raffle-logo-wrapper.nexus-logo-dark > div > a {
    /*background-image: url(/images/raffle-logo-light-350x85.png);*/
}