
.cycle_banner_container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.page_home .cycle_banner_container {
    margin-bottom: 0;
}

.cycle_banner_container #green-banner-curve {
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .8;
    mix-blend-mode: hard-light;
}
.cycle_banner_container #green-curve-1 {
    left: 40%;
    right: 0;
    bottom: 0;
    mix-blend-mode: darken;
}

.cycle_banner_container .banner_content {
    width: 100%;
    height: 100%;
}

    .cycle_banner_container .banner_content img {
        width: 100%;
        height: 100%;
    }

.cycle_banner_container .banner_item {
    position: relative;
    width: 100% !important;
    height: 100% !important;
}

    .cycle_banner_container .banner_item .banner_bg {
        filter: brightness(.6);
        background-size: cover !important;
        animation: zoom 30s linear infinite;
    }

    @keyframes zoom{
        0%{
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }

    .banner_item_description_column {
        position: absolute;
        z-index: 99;
        bottom: 100px;
        left: 0px;
        min-width: 400px;
    }

.cycle_banner_container .banner_item_description_container {
    padding: 15px;
    height: 100%;
    color: #FFFFFF;
    text-align: left;
}

    .cycle_banner_container .banner_item_description_container > h4 span {
        color: var(--mint);
        border-bottom: 2px solid #fff;
        padding-bottom: .5em;
        font-weight: 600;
    }

    .cycle_banner_container .banner_item_description_container > h1{
        font-weight: 600;
    }

    .cycle_banner_container .banner_item_link {
        position: absolute;
        bottom: 10px;
        right: 25px;
        z-index: 98;
        padding-top: 4px;
        padding-bottom: 4px;
        color: #FFFFFF;
        text-shadow: none;
        background: var(--green);
        border-color: transparent;
    }

    .cycle_banner_container .banner_item_link:hover {
        background: #009B8A;
    }

.cycle_banner_container h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 2em;
}

.cycle_banner_container .banner_item_description {
    padding-top: 0px;
    line-height: 1.42857143em;
    margin-bottom: 2em;

}

    .cycle_banner_container .banner_item_description p {
        margin: 5px 0px;
        font-size: 1.1em;
        line-height: 1.4em;
    }

.cycle_banner_container .banner_links{
    display: flex;
    gap: 1em;
}

    .cycle_banner_container .banner_links .btn{
        height: fit-content;
    }

    .cycle_banner_container .input-group.search {
        width: fit-content;
    }

.cycle_banner_container .banner_pager {
    position: absolute;
    z-index: 100;
    bottom: 30px;
    left: 20px;
    right: auto;
}

    .cycle_banner_container .banner_pager a {
        display: block;
        float: left;
        margin-left: 6px;
        width: 20px;
        height: 7px;
        color: #000000;
        text-align: center;
        text-decoration: none;
        font-size: 1.2em;
        line-height: 20px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 1);
        opacity: .5;
        transition: opacity 0.2s ease;
    }

        .cycle_banner_container .banner_pager a:hover {
            opacity: .7;
        }

        .cycle_banner_container .banner_pager a.cycle-pager-active {
            opacity: 1;
        }

.cycle_banner_container .banner_pager_next,
.cycle_banner_container .banner_pager_previous {
    position: absolute;
    top: 120px;
    font-size: 60px;
    z-index: 100;
    color: #666666;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
}

    .cycle_banner_container .banner_pager_next:hover,
    .cycle_banner_container .banner_pager_previous:hover {
        color: #000000;
    }

.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;
}

/*-----------------------------------------------------*/

.page_banner .cycle_banner_container {
    width: 100% !important;
    height: 400px !important;
}

    .page_banner .cycle_banner_container .banner_pager {
        bottom: 15px;
    }

.page_banner .banner_item_description_column {
    bottom: 25px;
}
    .page_banner .banner_item_description_column .banner_item_description_container {
        margin-top: 2em;
    }

.page_banner .cycle_banner_container #green-curve-1{
    display: none;
}
/*
.page_banner .cycle_banner_container .banner_item {
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.page_banner .cycle_banner_container .banner_item_description_column {
    position: static;
    padding: 0px 315px 0px 0px;
    width: 100%;
    height: 100%;
}

.page_banner .cycle_banner_container .banner_item_description_container {
    padding: 0px;
    background: none;
}

.page_banner .cycle_banner_container .banner_item_description_container h2 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 2.4em;
    line-height: 1.1em;
}

.page_banner .cycle_banner_container .banner_item_description .banner_item_link {
    padding: 0px;
    bottom: 0px;
    right: 315px;
    font-weight: 600;
    background: none;
    border: none;
    border-image: none;
    box-shadow: none;
}

.page_banner .cycle_banner_container .banner_item_description .banner_item_link:hover,
.page_banner .cycle_banner_container .banner_item_description .banner_item_link:focus {
    text-decoration: underline;
    background: none;
}

.page_banner .cycle_banner_container .banner_pager {
    left: 0px;
    bottom: 0px;
}

.page_banner .cycle_banner_container .banner_pager a:first-child {
    margin-left: 0px;
}

.page_banner .cycle_banner_container .banner_pager a.cycle-pager-active {
    background-color: #646464;
}

.page_banner .edit_banner {
    top: 0px;
    bottom: auto;
    left: auto;
    right: 0px;
    border-radius: 0px;
}*/
/*-----------------------------------------------------*/
.featured_conditions {
    position: relative;
}

    .featured_conditions .pager {
        position: absolute;
        z-index: 500;
        margin: 0px;
        bottom: 13px;
        right: 50%;
    }

        .featured_conditions .pager a {
            display: block;
            float: left;
            margin-left: 9px;
            width: 19px;
            height: 19px;
            line-height: 0px;
            background-color: #FFFFFF;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

            .featured_conditions .pager a.cycle-pager-active {
                background-color: #A1A1A1;
            }
