#scroller {
    position: relative;
}
#scroller .innerScrollArea {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#scroller ul {
    padding: 0;
    margin: 0;
    position: relative;
}
#scroller li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
}
#scroller li img {
    padding: 0 1rem;
}


.wcuc25 {
    padding-left: 1rem !important;;
    padding-right: 1rem !important;
    background: rgba(43, 80, 129,1) !important;
    /* background: linear-gradient(90deg, rgba(13, 40, 75,1) 0%, rgba(207, 31, 37,1) 100%) !important;*/
}

.register a, .register a:link, .register a:hover, .register a:active, .register a:visited,
.wcuc25 a, .wcuc25 a:link, .wcuc25 a:hover, .wcuc25 a:active, .wcuc25 a:visited {
    color: white !important;
}
.single_header li a,
.single_header li a:hover {
    color: black !important;
}

.single_header li.wcuc25 a,
.single_header li.wcuc25 a:hover,
.single_header li.wcuc25 a,
.single_header li.wcuc25 a:hover{
    color: white !important;
    font-weight: bold !important;

}
header.single_header {
    height: 80px !important;
}

#clock {
    max-width: 870px;
    width: 100%;
    background: #505757;
    text-align: center;
    padding: 10px 0;
}
#countdown_clock {
    padding: 0;
    margin: 0;
    height: 7.5em;
}
.countdown-section {
    height: 7.5em;
    padding: 0 20px;
    display: inline-block;
}
.countdown-period, .countdown-amount {
    color: #FFF;
}
.countdown-amount {
    font-size: 4em;
}
.countdown-period {
    padding: 0 10px;
    text-transform: uppercase;
}
.is-countdown {
    margin: 10px;
}
