
.slider-wrapper {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
}
.picture-slide a {
    display: block;
}
.picture-slide img {
    width: 100%;
	display: none;
}
.first-slide img {
    display: block;
}
div .html-slide {
	display: none;
}
div .first-slide {
    display: block;
}

@media all and (max-width: 1024px) {

    .home-slider .logo-wrapper {
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        box-shadow: 0 1px 0 rgba(255,255,255,0.25);
    }
    .anywhere-slider .slick-arrow {
        display: none;
    }
}

@media all and (min-width: 1025px) {

    .home-slider .slider-wrapper {
        min-height: 114px;
    }
    .home-slider .subheader-wrapper {
        position: absolute;
        top: 56px;
        z-index: 2;
        width: 100%;
        background-color: rgba(0,0,0,0.5);
        box-shadow: 0 1px 0 rgba(255,255,255,0.25);
    }
    .admin-header-links ~ .subheader-wrapper {
        top: 91px;
    }
}

.home-page-banner {
    width: 1000px;
    margin: 0 auto;
}


/* DIRECTIONAL NAVIGATION */


.anywhere-slider .slick-arrow {
    position: absolute;
    z-index: 99;
    width: 45px;
    height: 45px;
    top: calc(50% + 30px);
    margin-top: -22px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.75;
    font-size: 0;
}
.anywhere-slider .slick-prev {
    background-image: url('images/nav-button-left.png');
    left: 20px;
}
.anywhere-slider .slick-next {
    background-image: url('images/nav-button-right.png');
    right: 20px;
}
.anywhere-slider .slick-arrow:hover {
    opacity: 0.7;
}

/* BULLET NAVIGATION */ /*removed*/

.anywhere-slider .slick-dots {
    display: none !important;
    position: absolute;
    z-index: 99;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0;
    font-size: 0;
    text-align: center;
}
.anywhere-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.anywhere-slider .slick-dots button {
    width: 14px;
    height: 14px;
    font-size: 0;
    background: #c03;
    border: 1px solid #333;
    border-radius: 50%;
}
.anywhere-slider .slick-active button {
    border-color: #fff;
}