.slide {
    width: 100%;
    height: 100%;
    display: table-cell;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#homepage .one {
    color: #ffffff;
    text-align: center;
}

#homepage .two {
    text-align: center;
    color: #000000;
    vertical-align: bottom !important;
}

#homepage .three {
    text-align: center;
    color: #eeba35;
}

#homepage .three div.masked {
    padding: 10px 0 20px 0;
}

#homepage .four {
    text-align: center;
    color: #ffffff;
}

#homepage .eventslide {
    text-align: center;
    color: #ffffff;
}

.home.custom-pager {
    position: fixed;
    bottom: 10vh;
    right: 0px;
    z-index: 9999;
}

.home.custom-pager img {
    border: 3px solid #ffffff;
}

#geothermalslideshow .one {
    background-image: url("/img/loop/loop-horizontal.png");
    background-size: contain;
    text-align: center;
    color: #ffffff;
}

#geothermalslideshow .two {
    background-image: url("/img/loop/loop-vertical.png");
    background-size: contain;
    text-align: center;
    color: #ffffff;
}

#geothermalslideshow .three {
    background-image: url("/img/loop/loop-pond.png");
    background-size: contain;
    text-align: center;
    color: #ffffff;
}

#geothermalslideshow .four {
    background-image: url("/img/loop/loop-open.png");
    background-size: contain;
    text-align: center;
    color: #ffffff;
}

#geothermalslideshow {
    position: relative;
}

#geothermalslideshow div.inner > div {
    background-color: rgba(87, 152, 210, 0.8);
    position: absolute;
    padding: 3%;
    bottom: -55px;
    left: 0%;
    /* width: 25%; */
    /* min-width: 300px; */
    /* height: 100%; */
    /* display: table; */
}

#geothermalslideshow div div p {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    font-size: 14pt;
}

.geothermal.custom-pager {
    position: relative;
    bottom: 180px;
    right: 0px;
    z-index: 999;
    text-align: right;
    padding-right: 30px;
}

.geothermal.custom-pager img {
    border: 3px solid #93c84c;
}

.geothermal.custom-pager img a {
    display: inline-block;
}

.custom-pager a {
    opacity: 0.5;
}

.cycle-pager-active {
    opacity: 1 !important;
}

.cycle-pager-active img {
    border: 3px solid #5293cd !important;
}


#homepage .eventslide .bottom {
    bottom: 10%;
    left: 0;
    position: absolute;
}

#homepage .eventslide .top {
    top: 10%;
    left: 0;
    position: absolute;
}

@media all and (max-width: 760px) {
    #homepage .one {
        background-position: left 25% center;
    }

    #homepage .two {
        background-position: left 40% center;
    }

    #homepage .three {
        background-position: left 25% center;
    }

    .geothermal.custom-pager {
        top: -250px;
        bottom: auto;
    }

    #geothermalslideshow .slide {
        background-position: top;
    }

    #geothermalslideshow div div p {
        font-size: 12pt;
    }

    #geothermalslideshow div.inner > div {
    }

    .home.custom-pager {
        display: none;
    }
}
