#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;
}


#exhibitors {
    overflow: hidden;
    height: 250px;
}

#exhibitors ul {
    display: table;
    white-space: nowrap;
    overflow: hidden;
    line-height: 2em;
    height: 250px;
    width: auto;
    padding: 0px;
}

#exhibitors ul li {
    display: table-cell;
    height: 250px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    text-align: center;
    vertical-align: middle;
    list-style-type: none;
}

#exhibitors ul li img{
    padding: 0 !important;
    margin: 0 !important;
}

.wcuc_sponsors {
    clear: both;
    height:auto;
    overflow: visible;
    margin-bottom: 15px;

}

.wcuc_sponsors::after {
    clear: both;
}

.wcuc_sponsors ul {
    display: table;
    overflow: visible;
    line-height: 2em;
    position: relative;
    padding: 0;
    text-align: center;
}

.wcuc_sponsors ul li {
    display: table-cell;
    float: left;
    padding: 10px !important;
    list-style-type: none;
    min-height: 275px;
    font-weight: bold;
    font-size: 1.25rem;
}

.wcuc_sponsors ul li img {
    padding: 0 !important;
    margin: 0 !important;
}