
.cycle_banner_container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.page_home .cycle_banner_container {
    position: relative;
    margin-bottom: 0;
    min-height: 850px;
    background: var(--purple);
}

.cycle_banner_container .banner_button_container {
    position: absolute;
    bottom: 170px;
    left: -55px;
    z-index: 100;
    width: 100%;
}

    .cycle_banner_container .banner_button_container .banner_buttons {
        display: flex;
        gap: 0;
        margin: 0 auto;
        width: fit-content;
        font-family: futura-pt, Tahoma, Geneva, Verdana, sans-serif;
        letter-spacing: 1px;
        padding: 26px 90px 26px 180px;
        background: url(../images/dark-purple-swatch.png) center center no-repeat;
        background-size: auto;
        background-size: contain;
    }

    .cycle_banner_container .banner_button_container .banner_button {
        position: relative;
        padding: 1em 2em 1em 3.5em;
        width: 395px;
        color: #fff;
        font-size: 2em;
        text-transform: uppercase;
        line-height: 1em;
        z-index: 100;
    }

        .cycle_banner_container .banner_button_container .banner_button::before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url(../images/purple-swatch.png) left center no-repeat;
            background-size: 395px auto;
            z-index: -1;
            max-width: 0;
            opacity: 0;
            transition: all .5s ease;
        }

        .cycle_banner_container .banner_button_container .banner_button:first-of-type::before {
            background: url(../images/pink-swatch.png) left center no-repeat;
            background-size: 395px auto;
        }

            .cycle_banner_container .banner_button_container .banner_button:hover::before {
                max-width: 400px;
                opacity: 1;
            }

        .cycle_banner_container .banner_button_container .banner_button:last-of-type {
            margin-left: -50px;
        }

.cycle_banner_container .banner_content {
    width: 100%;
    height: 100%;
}

    .cycle_banner_container .banner_content img {
        width: 100%;
        height: 100%;
    }


.cycle_banner_container .banner_item {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100% !important;
}

.page_members .banner_item {
    background: url("../images/members_banner.jpg") right top no-repeat;
    height: 170px !important;
}

    .page_members .banner_item a {
        right: 0;
    }

.banner_item_description_column {
    position: absolute;
    z-index: 99;
    bottom: 365px;
    left: 50%;
    min-width: 400px;
    transform: translateX(-50%);
}


.cycle_banner_container .banner_item_description_container {
    text-align: left;
    color: #fff;
    padding: 15px;
}

.cycle_banner_container .banner_item_link {
    display: block;
    position: absolute;
    background: var(--blue-dark);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    opacity: .1;
}

.cycle_banner_container h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0px;
}

.cycle_banner_container .banner_item_description {
    padding-top: 0;
    font-size: 1.2em;
}

    .cycle_banner_container .banner_item_description h1 {
        color: #ffffff;
        font-size: 2.6em;
        text-transform: uppercase;
    }

        .cycle_banner_container .banner_item_description h1 strong {
            display: block;
            font-weight: normal;
            line-height: 1.2;
        }

    .cycle_banner_container .banner_item_description p {
        margin: 5px 0 0 0;
        color: #FFFFFF !important;
        font-size: 0.9em;
    }

.banner_btn {
    border: 1px solid;
    color: #ffffff !important;
    font-family: futura-pt, Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin: 40px 0 0;
    padding: 5px 30px;
    text-decoration: none;
    transition: all .3s ease;
}

    .banner_btn:hover {
        background: rgba(255,255,255,.1);
    }

.cycle_banner_container .banner_pager {
    margin-top: 50px;
    z-index: 100;
}

    .cycle_banner_container .banner_pager a {
        display: inline-block;
        float: none;
        margin-left: 8px;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
        text-align: center;
        font-size: 1.2em;
        line-height: 20px;
        background-color: #FFFFFF;
    }

        .cycle_banner_container .banner_pager a:first-of-type {
            margin-left: 0;
        }

        .cycle_banner_container .banner_pager a.cycle-pager-active {
            color: #FFFFFF;
            background-color: #bd9b6b;
        }

.cycle_banner_container .banner_pager_next,
.cycle_banner_container .banner_pager_previous {
    position: absolute;
    top: 120px;
    font-size: 60px;
    z-index: 100;
    color: #666;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
}

    .cycle_banner_container .banner_pager_next:hover,
    .cycle_banner_container .banner_pager_previous:hover {
        color: #000;
    }

.cycle_banner_container .banner_pager_next {
    right: 25px;
}

.cycle_banner_container .banner_pager_previous {
    left: 25px;
}

a.edit_banner {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
