@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --sk-midnight-blue: #02137d;
    --sk-twilight-blue: #01359d;
    --sk-neon-blue: #00d0ff;
    --sk-future-pink: #f6f;
    --sk-yellow: #fd0;
    --white: white;
    --sk-black: #2c2c2c;
    --black: black;
    --sk-blue: #0053cb;
}

body {
    background-color: var(--sk-midnight-blue);
    /* background-image: radial-gradient(circle farthest-corner at 0 98%, var(--sk-neon-blue), rgba(97, 226, 255, .62) 8%, hsla(0, 0%, 100%, 0) 47%), radial-gradient(circle farthest-corner at 100% 60%, var(--sk-future-pink), rgba(255, 149, 255, .69) 5%, rgba(255, 207, 255, .31) 18%, hsla(0, 0%, 100%, 0) 37%); */
    background-attachment: fixed !important;
}

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: transparent;
    color: #fff;
    text-align: left;
    padding: 10px 20px;
    border-radius: 0px;
    border: none;
    margin-bottom: 5px;
    clear: both;
    text-align: center;
}
.header-blue-bar h2 {
    font-weight: 900;
    font-size: 28px;
    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;
    float: right;
    text-align: center;
    font-weight: bold;
    position: relative;
    top: -5px;
}
.countdown-wrapper .countdown-info {
    font-size: initial;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
}
.countdown-wrapper .countdown {
    font-weight: bold;
    background-color: #f7dc05;
    border-radius: 5px;
    padding: 0px 20px 5px;
}
.countdown-to-digits > div {
    display: inline-block;
    width: 80px;
    height: 30px;
}
.countdown-to-digits .digit {
    border-radius: 5px;
    color: #1e57ad;
    text-align: center;
    font-size: 3em;
    padding: 0px 2px;
    font-weight: 700;
    position: relative;
    height: 50px;
    background: none;
}
.countdown-to-digits .digit-label {
    color: #01b3e3;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 900;
    text-transform: uppercase;
}
.countdown-to-digits > div + div .digit:before {
    display: block;
    content: "";
    height: 42px;
    width: 2px;
    background: #fff;
    position: absolute;
    top: 20px;
    left: -3px;
}
@media (max-width: 992px) {
    .countdown-wrapper {
        height: initial;
        margin: 0px 0px 15px 0px !important;
        width: initial;
    }
}
@media (max-width: 468px) {
    .countdown-wrapper {
        font-size: inherit;
    }
}
@media (max-width: 380px) {
    .countdown-wrapper {
        /* display: block; */
        float: none;
    }
    .countdown-wrapper .countdown {
        padding: 0px 0px 5px;
    }
}

.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, #fff, #f5f5f5);
    border-radius: 0px;
    margin-bottom: 10px;
}

.hpanel > .panel-heading {
    background-color: #0ccef9;
    color: var(--sk-midnight-blue);
    font-weight: 900;
    padding: 15px 20px 15px 20px;
    text-transform: uppercase;
    position: relative;
}
.hpanel.hblue .panel-body {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    /* border-top: 5px solid #02137d; */
    padding-top: 30px;
}
.hpanel.hbgblue .panel-body {
    background: transparent;
    color: #000000;
    border: none;
    padding-top: 15px;
}

#ticket-packs .hblue.combo-pack {
    margin-bottom: 15px;
}
#ticket-packs .hblue .panel-heading {
    background-color: #00d0ff;
    color: var(--sk-midnight-blue);
    border-radius: 0px;
}
#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 {
    /* color: var(--sk-midnight-blue); */
    /* background: var(--sk-yellow); */
    /* padding: 15px 0px 0px 20px; */
}

.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 .hpanel {
	margin-bottom: 10px;
}
.ticket-pack-group-A .panel-body {
	padding: 30px 100px;
}
@media (max-width: 1200px){
	.ticket-pack-group-A .panel-body {
		padding: 30px 15px;
	}
}
@media (min-width: 767px){
	.ticket-pack-group-A .form-group > div,
	.ticket-pack-group-B .form-group > div,
	.ticket-pack-group-C .form-group > div {
		padding-right: 5px;
		padding-left: 5px;
	}
	.ticket-pack-group-A .form-group > label,
	.ticket-pack-group-B .form-group > label,
	.ticket-pack-group-C .form-group > label {
		padding-right: 5px;
		padding-left: 5px;
	}
}

.ticket-pack-group-A .logo-mini-img,
.ticket-pack-group-B .logo-mini-img,
.ticket-pack-group-C .logo-mini-img {
	margin-right: 10px;
	position: absolute;
	left: 10px;
}
.ticket-pack-group-A .panel-heading {
	padding-left: 75px;
}
.ticket-pack-group-B .panel-heading {
	padding-left: 70px;
}
.ticket-pack-group-C .panel-heading {
	padding-left: 90px;
}
.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: 768px){
	#ticket-packs .form-horizontal {
		text-align: center;
	}
	#ticket-packs .input-group {
		margin: 0px auto;
		text-align: center;
		max-width: 300px;
	}
}
@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: 15px;
}
.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 p {
	text-align: left;
	color: #363636;
	font-size: 23px;
	font-weight: 800 !important;
	margin: 0px auto;
	width: 180px;
}
.ticket-pack-group-A-top span {
    color: #05add4;
}

.ticket-pack-group-A-left {
    position: relative;
}
.ticket-pack-group-A-left > *:not(.form-horizontal){
    text-align: center;
}

.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: 0px;
}
.jackpot-payout {
    color: #02137d;
    margin: 0px -20px;
    /* background: #f1df06; */
    line-height: 1.1em;
    text-align: left;
    padding-left: calc(33% + 25px);
    font-size: 55px;
    font-weight: 900 !important;
}
.jackpot-payout-info {
    font-size: 23px;
    text-align: left;
    padding-left: calc(33% + 5px);
    color: #363636;
    font-size: 23px;
    font-weight: 800 !important;
    /* line-height: 1.1em; */
}

.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 {
    line-height: 1.1em;
    text-align: left;
    padding-left: 33%;
    color: #363636;
    padding: 0px 0px 0px 36%;
    height: 130px;
    margin-bottom: 0px;
    font-size: 23px;
    font-weight: 800 !important;
}
.ticket-pack-group-C-top p span {
    color: #02137d;
    font-size: 55px;
    display: block;
    margin: 10px 0px -10px;
    font-weight: 900 !important;
}
img.logo-img {
    /* width: 100%; */
    max-height: 150px;
    position: absolute;
    left: calc(33% - 130px - 20px);
    bottom: 2px;
}
img.logo-1-img {
	max-height: 230px;
}
@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;
}

.issued-electronically-only-form-group, 
.issued-electronically-only-info-form-group {
    display: none;
}
.gaming-bar-sask {
    margin-top: 20px;
}
.gaming-bar-sask td {
    border-top: none !important;
    color: #fff;
}
.btn {
    border-radius: 3px;
    font-weight: bold !important;
    text-transform: uppercase;
}
.btn-primary {
    background-color: #f7dc05;
    border-color: #f7dc05;
    text-transform: uppercase;
    color: #000000;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: var(--sk-neon-blue);
    border-color: var(--sk-neon-blue);
    color: var(--sk-midnight-blue);
    box-shadow: 0 2px 5px #0003;
}
.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: 0px 0px;
    background: var(--sk-midnight-blue);
    margin-top: 50px;
}
.footer-img-wrapper {
    /* background-image: url(https://www.sickkidscarcalendar.ca/images/support_bg_Atley.jpg); */
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 20px 0px; */
}
.footer-img {
    width: 90%;
    max-width: 600px;
    margin: 50px auto 50px;
    display: block;
    /* filter: hue-rotate(
110deg); */
    filter: brightness(1.5);
}
.footer-banner .container > p {
    color: #fff;
    border-bottom: 5px solid #39c6f4;
    padding-bottom: 20px;
}
.footer-banner a {
    color: #fff;
    text-decoration: underline;
}

#nexus-raffle-logo-wrapper {
    margin: 0px auto 20px auto;
    max-width: 175px;
    padding-top: 1px;
    /* border-top: 1px solid #000; */
}
#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);
}

.page-winners .tab-content .hpanel, 
.page-winners .nav-tabs {
    display: none;
}
.winners-calendar-prize {
    display: none;
}

.donation-buttons {
    margin-left: -5px;
}
.donation-buttons .btn-group {
    padding: 0px 5px;
}
.donation-buttons .btn {
    border-radius: 3px !important;
}

.page-maintenance p {
    color: #fff;
}

.badge-img-popular {
	position: absolute;
    height: 30px;
    top: 2px;
}
.badge-img-best {
	/*position: absolute;*/
    height: 30px;
}
@media (max-width: 767px) {
	.badge-img-popular, .badge-img-best {
		/* display: none; */
	}
}

.well {
    background: transparent;
    box-shadow: none;
    border: 2px solid #0ccef9;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 0px;
}

@media (min-width: 520px) {
    #ticket-packs .form-group .col-sm-4 {
        width: 33.33333333%;
		float: left;
    }
	#ticket-packs .form-group .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
@media (max-width: 519px) {
	#ticket-packs .row.form-group {
		display: flex;
		flex-wrap: wrap;
		align-items: center; 
		justify-content: flex-end;
		border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 5px;
	}
	#ticket-packs .row.form-group:first-of-type {
		border-top: 1px solid #eee;
		padding-top: 5px;
	}
	#ticket-packs .row.form-group > label:first-child {
		flex-basis: 100%; 
	}
	#ticket-packs .row.form-group > div.col-sm-4 {
		max-width: 150px;
		padding: 0px 5px;
	}
	#ticket-packs .row.form-group > label:last-child {
		width: 45%;
	}
	.badge-img-popular, .badge-img-best {
        display: block;
        top: -35px;
        right: 10px;
    }
}