.main-section [aria-hidden="true"] {
  display: inline-block;
}


.banner {
    background-color: #000;
}

.banner-slideshow {
    position: relative;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

.banner-slideshow .slick-slider {
    margin-bottom: 0;
}

.banner-slideshow .slick-list {
    overflow: hidden;
}

.banner-slideshow .logo {
    background-color: rgba(0, 0, 0, 1);
    padding: 20px;
    border-top: 1px solid #666;
}

@media only screen and (max-width: 640px) {
.banner-slideshow .logo h1 {
    font-size: 2.4rem;
    
}
}




@media only screen and (min-width: 640px) {
    .banner-slideshow .logo {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.7);
        top: 0;
        z-index: 200;
        width: 100%;
        border-top: none;
    }
}

.slideshow-description {
    background-color: #F0F1F4;
    margin: -20px 0 0 0;
    border-bottom: 6px solid #000;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    padding: 20px;
}

.slideshow-description h2 {
    text-transform: initial;
    line-height: 1em;
}

.slideshow-description .description {
    display: none;
}

.banner-slideshow .logo h1 {
    margin: 0;
    padding: 0;
    position: relative;
    bottom: 0;
    text-shadow: none;
    background-color: transparent;
    color: #fff;
    
    
}

.banner-slideshow .row.highlightmenu {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.banner-slideshow .row.highlightmenu .columns {
    padding: 0;
}

.banner-slideshow .left-bumper, .banner-slideshow .right-bumper {
    height: 30px;
    background-color: #000;
}

.banner-slideshow .slide-navbar {
    height: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 7px;
}

.banner-slideshow .bg {
    position: absolute;
    height: 30px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
}

.images img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.slidetabs {
    padding-left:10px;
    z-index: 200;
}


.slidetabs a {
    color: #fff;
    width:18px;
    height:18px;
    float:left;
    margin:-1px 10px 0 0;
    display:block;
    font-size:0;
    line-height: 0;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #ccc;
}

.slidetabs a.active {
    background-color: #990000;
}

.slidetabs a:hover {
    background-position:0 -8px;
}

.slidetabs a.current {
    background-position:0 -16px;
}

.eventdata div {
    display: none;
}

.slick-prev {
    z-index: 300;
    left: 0;
    top: 100%;
    margin: -24px 0 20px 5px
}

.slick-next {
    z-index: 300;
    right: 0;
    top: 100%;
    margin: -24px 5px 20px 0;
}


@media only screen and (max-width: 40em) {
    .slidetabs a {
        width: 10px;
        height: 10px;
    }
    
    .slidetabs {
        padding-top: 5px;
    }
}