
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,400;0,700;1,400;1,700&family=Teko:wght@400;700&display=swap');

body {
    margin-top: 20px;
    background: rgb(0,27,84);
    transition: all 0.1s;
    background: radial-gradient(#011a53, #010824);
    font-family: "Overpass","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

.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: #fff;
    background: #fff;
    padding-left: 20px;
    color: #333;
    font-weight: 900;
    font-family: Teko, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.5em;
}

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

.lottery-header-title {
    font-size: 33px;
}
.title {
    color: #fff;
}
.title small {
    color: #b3b3b3;
}
.countdown-wrapper {
    overflow: hidden;
    position: relative;
    height: 45px;
    transition: all 0.1s;
    text-align: center;
    font-size: 1.1em;
}
.menu li a {
/*    padding: 20px 20px;*/
    color: #0071ba;
    /*font-weight: 900;*/
    transition: all 0.1s;
}
.menu li a:hover {
    color: #3b579d;
}
.menu li.active a {
    border-bottom: 3px solid #0071ba;
}
#mobile-menu > ul > li > a {
    color: #0071ba;
    transition: all 0.1s;
}
#mobile-menu > ul > li > a:hover {
    color: #3b579d;
}
#menu-toggle span, #menu-toggle span:after, #menu-toggle span:before {
    background-color: #0071ba;
}

.countdown-wrapper .countdown {
    color: #ed1c24;
}

.splash-screen:before {
    background: url('/themes/lottery/cl2019/bg.jpg') no-repeat center center fixed;
    background-size: cover;
}
.splash-cause {
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0,1);
}
.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/raffle/backgrounds/evan-kirby-101570.jpg);
}

.logic-or, .logic-and {
    background: #010e33;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

a {
    color: rgb(0,174,239);
}
a:focus, a:hover {
    color: #23527c !important;
    text-decoration: underline !important;
}

.btn-primary,
.btn-success {
    transition: all 0.1s;
    background-color: #62cb31;
    border-color: #ed1c24;
    color: #FFFFFF;
    background-color: rgb(237,28,36);
    color: rgb(255,194,14);
    font-family: 'Teko',Helvetica,sans-serif;
    font-weight: 600;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff !important;
    background-color: #ac2925;
    border-color: #761c19;
    text-decoration: none !important;
}

.countdown-wrapper .countdown-info {
    font-size: 0.9em;
    font-weight: bold;
    color: #d6f7ff;
}
.jackpot-info {
    margin-top: 0px;
}
.well {
    background: #294188;
    box-shadow: none;
    border: 1px solid #02184b;
    color: #e2e2e2;
    text-align: center;
}
img.lottery-logo {
    display: block;
    margin: 30px auto;
    max-width: 337px;
    width: 100%;
}
.qty {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}
#nexus-raffle-logo-wrapper.nexus-logo-dark > div > a {
    background-image: url(/images/raffle-logo-light-350x85.png);
}

.last-name-form-group {
    margin-bottom: 40px;
}