﻿.card {
    border-radius: 0;
    overflow: hidden;
    border: 0;
    position: relative;
    background: rgb(254,254,254);
    background: linear-gradient(180deg, rgba(254,254,254,1) 0%, rgba(239,239,239,1) 100%);
}

    .card-hover-green:hover {
        background: linear-gradient(to top, rgba(255, 0, 0, 0), #02be7c) !important;
    }

    .card-hover-dark-green:hover {
        background: linear-gradient(to top, rgba(255, 0, 0, 0), #01402e) !important;
    }

    .card-hover-white:hover {
        background: linear-gradient(to top, rgba(255, 0, 0, 0), #ffffff) !important;
    }

.border-green {
    border-bottom: 10px solid #02be7c;
}

.border-dark-green {
    border-bottom: 10px solid #01402e;
}

.border-white {
    border-bottom: 10px solid #ffffff;
}


.card-image-overlap {
    overflow: visible;
    padding: 75px 5% 10px;
}

    #home .card-image-overlap:first-of-type {
        margin-top: 80px !important;
    }

    .card-image-overlap .card-image {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }



.card-margin {
    margin-bottom: 80px;
}

.card.card-standard-card {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.card figure {
    margin: 0;
}

.card .card-body {
    position: relative;
}

    /*.card .card-body.card-padding {
        padding-bottom: 50px;
    }*/

.card p.card-category {
    margin-bottom: 1px;
    padding-bottom: 1px;
    text-transform: capitalize;
}

.card-style-article .card .card-body {
    position: relative;
    padding-bottom: 0;
}

.card .card-body .card-body-link {
    font-family: ProximaNovaBold,sans-serif,sans-serif;
    position: absolute;
    bottom: 10px;
}

    .card .card-body .card-body-link.text-center {
        left: 50%;
        transform: translateX(-50%);
    }

    .card .card-body .card-body-link.text-end {
        right:1rem;
    }

    .card-event hr
    {
        margin-top:30px;
        background-color:#999;
    }

p.card-text-event
{
    margin-top:-15px;
    font-size:13.5px;
}

p.card-text-event i {
    margin:0 3px 0 -2px;
}


a.card-link:hover {
    text-decoration: underline;
}

a.card-link:after {
    content: "\e803";
    font-family: "gcicons";
    position: absolute;
    bottom: 15px;
    right: -25px;
    transition: all 0.3s ease-in-out;
}

.card p.card-category a,
a.card-link {
    color: #eb5ed4;
}

a.arrow-right:hover:after, a.card-link:hover:after {
    transition: all 0.3s ease-in-out;
    right: -30px;
}

.card .card-footer {
    padding: 20px;
    background-color: #fff;
}

    .card .card-footer ul {
        margin: 0;
    }

.card.card-shadow {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.card.card-article-margin, .card-article-margin {
    margin-bottom: 35px;
}

.card-article .card-footer ul {
    display: flex;
    flex-wrap: wrap;
}

    .card-article .card-footer ul li {
        padding-right: 1rem;
        margin-right: 1rem;
        position: relative;
    }

        .card-article .card-footer ul li:before {
            position: absolute;
            content: '|';
            right: 0;
            top: 0;
            color: #e4e8ed;
        }


        .card-article .card-footer ul li:last-child {
            margin-right: 0;
        }

            .card-article .card-footer ul li:last-child:before {
                content: none;
            }

        .card-article .card-footer ul li, .card-article .card-footer ul li a {
            color: #999;
        }
        

.card-style-article .card-article {
    margin-bottom: 2rem;
}

.card .card-image {
    overflow: hidden;
}

    .card .card-image a img {
        transition: transform .25s, visibility .25s ease-in;
    }

    .card .card-image.news a img:hover {
        opacity: .9;
    }

.card-body h4 {
    font-size:22px;
}

.card-body h4 a, .card-body h5 a, .search-result h3 a, .twitter-list a, .twitter-feed a {
    color: #01402e;
}

    .card-body h4 a:hover, .card-body h5 a:hover, .twitter-list a:hover, .twitter-feed a:hover, a:hover .contentpanel p, .input-group-light span {
        color: #000000;
    }

    .card-body.no-image {
        margin-top:90px;
    }

.card-event-date {
    display: block;
    float: right;
    position: absolute;
    text-align: center;
    left: 15px;
    top: 15px;
    min-width: 60px;
    padding: 5px;
    background-color: rgba(1, 64, 46, .8);
}

    .card-event-date h4 {
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        letter-spacing: 2px;
        border-bottom: 1px solid #efefef;
        margin-bottom: 5px;
    }

    .card-event-date p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.7;
        margin-bottom: 0px;
    }
/*ADD STYLES FOR ODD / EVEN CARDS*/
/*.even .card .card-body, .odd .card .card-body {
    position: relative;
    z-index: 10;
}*/