
body {
    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;
}

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

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

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

.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: #3498db;
}

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

.page-title-bar {
    background-image: url(/themes/lottery/cl2019/panel-bg.jpg) !important;
    background-position: center;
    background-size: cover;
}

.logic-or, .logic-and {
    background: #3498db;
}

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

.splash-inner-slider .splash-inner-slide:first-of-type .splash-inner-caption {
    display: none;
}
