﻿
.standard-card-section {
    /* background-color: #F2F2F2;*/ /* soft light background */
    /*padding: 5px 2px 5px 2px !important;*/ /* all sides-otherwise overriding somewhere */
    /*border-radius: 16px;*/ /* trying to smooth blend */
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);*/ /* softer shadow add*/
    /**/
}

/* so if needed to make card a little sleeker */
/*.card-body {
    padding: 10px 5px;*/ /* smaller, more compact */
/*}*/


.card-custom {
    border-radius: 16px;
    background: #F2F2F2 !important;
    padding: 20px 10px 0 10px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1); /* for a better shadowing*/
    
    border: 1px solid #D9D9D9 !important;
}

.card-custom:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.card-image img.icon-img {
    width: 90px;
    height: auto;
    display: inline-block;
}

.standard-card-section .card-margin {
    padding: 8px;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #d81b60;
    margin-bottom: 15px;
}

.card-text {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 10px;
}

.card .card-footer {
    padding: 8px 0;
    background-color: #F2F2F2 !important;
}
/*  */
.card .card-footer,
.card-footer {
    border-top: 0 !important;
    background: transparent !important;
    padding-top: 10px; /* keep a little padding*/
}



    .card-footer .btn {
        border: 2px solid #001f4d;
        border-radius: 8px;
        font-weight: 600;
        padding: 8px 18px;
        transition: 0.3s;
    }

        .card-footer .btn:hover {
            background: #001f4d;
            color: #fff;
        }


/* COLOR STRIP */
.card-strip {
    height: 6px;
    width: 100%;
}

.odd .card-strip {
    background-color: #e6007e; /* pink */
}

.even .card-strip {
    background-color: #f4c542; /* yellow */
}


/* Responsive */

/* Tablets (up to 991px) */
@media (max-width: 991px) {
    .card-custom {
        padding: 15px 10px;
    }

    .card-title {
        font-size: 1.1rem; /* slightly smaller */
        margin-bottom: 10px;
    }

    .card-image img.icon-img {
        width: 70px; /* shrink icons a bit */
    }

    .card-text {
        font-size: 0.9rem;
    }
}

/* mobile(up to 767px) */
@media (max-width: 767px) {
    .standard-card-section {
        padding: 10px 5px !important;
        border-radius: 8px;
    }

    .card-custom {
        border-radius: 8px;
        padding: 12px 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .card-title {
        font-size: 1rem;
    }

    .card-image img.icon-img {
        width: 60px;
    }

    .card-text {
        font-size: 0.85rem;
        margin-bottom: 8px;
    }

    .card-footer .btn {
        font-size: 0.85rem;
        padding: 6px 14px;
    }
}

/* Very small devices (up to 480px) */
@media (max-width: 480px) {
    .card-title {
        font-size: 0.95rem;
    }

    .card-text {
        font-size: 0.8rem;
    }

    .card-image img.icon-img {
        width: 50px;
    }
}



.card {
    border-radius: 20px;
    overflow: hidden;
    border: 0;
    position: relative;
}

.standard-card {
    display: flex;
    justify-content: center;
}

/*.card-margin {
    margin-bottom: 30px;
}*/

.card.card-standard-card {
    align-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 22px;
    display: flex;
    /* grid-template-columns: 1fr;*/
    height: 100%;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    /* border-color: rgb(217, 217, 217);*/
    border-color: var(--GC-Aspire);
    border-image: initial;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    /* margin-bottom: 2rem;*/
   /* padding: 15px;*/
    bottom: 0;
    padding-bottom: 0px !important;
}

.card figure {
    margin: 0;
    padding-bottom: 10px;
}

.card .card-body {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

    .card .card-body.card-padding {
        padding-bottom: 5px;
    }

.card .card-summary {
    align-self: start;
}

.card p.card-category {
    margin-bottom: 1px;
    padding-bottom: 1px;
    text-transform: capitalize;
}

.card-style-article .card .card-body {
    display: flex;
    flex-direction: column;
}

.card .card-body .card-body-link {
    /*font-family: green;
    font-weight: bold;
    line-height: 125%;
    border-radius: 50px;
    font-size: 16px;
    text-transform: none;
    color: black;
    background-color: violet;
    border: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 20px 10px 50px;
    width: fit-content;
    transition: 0.2s ease-in-out;*/
    /* background-color: var(--GC-Aspire);
    color: darkgreen;
    border: 2px solid #bd004c;*/
    /*font-size: 18px;
    font-weight: 700;
    scale: 1;
    text-align: center;
    width: auto;
    border-radius: 50px;
    padding: 2px 4px;
    transition: 0.3s ease-in-out;*/
    /*margin-bottom: 1rem !important;
     bottom:0;*/

    font-family: var(--Header-Font);
    align-self: end;
    margin: 20px 50px 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*padding-top: 15px;*/
    /*  bottom: 10px;*/
}

.PageCard_line__Cl3gq {
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    opacity: 1;
}

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: var(--bgh-light-blue);
}

    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: var(--GC-White);
}

    .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: var(--GC-Light-Grey);
        }


        .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: var(--GC-Mid-Grey);
        }


.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 a, .card-body h5 a, .search-result h3 a, .twitter-list a, .twitter-feed a {
    color: var(--GC-Aspire);
}

    .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: var(--GC-Aspire);
    }



.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: var(--GC-Navy);
}

    .card-event-date h4 {
        color: var(--GC-White);
        font-size: 30px;
        font-weight: 400;
        letter-spacing: 2px;
        border-bottom: 1px solid var(--GC-Light-Grey);
        margin-bottom: 5px;
    }

    .card-event-date p {
        color: var(--GC-White);
        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;
}*/

.card-bg-light-blue {
    background: var(--bgh-light-blue);
}

.card-bg-white {
    background: var(--GC-White);
}

.card-bg-navy {
    background: var(--GC-Navy);
    color: var(--GC-White);
}

.card-bg-aspire {
    background: var(--GC-Aspire);
    color: var(--GC-White);
}
/*
    *



    .card-bg-navy h1 {
        color: var(--bgh-light-blue);
    }

    .card-bg-navy .btn-light-blue:hover {
        background: var(--GC-White);
        color: var(--GC-Navy);
        border-color: var(--GC-White);
    }

.card-article .card-image {
    height: 180px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
}

.card-article .card-body h4 {
    padding-bottom: 20px;
}

.card-article .card-body .card-link {
    justify-content: flex-end;
}

.card-article .article-category {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 20px;
    padding: 5px 10px;
    color: #002856;
    font-weight: bold;
}

.removePadding {
    padding: 0px !important;
}*/

.addBorderRadius {
    border-radius: 50%;
}

.img-circle {
    border-radius: 50%;
}

.bullet-box ul li {
    /* background: green;*/
    line-height: 1.2rem;
    position: relative;
    /* padding-left: 50px;*/
    /*margin-bottom: 15px;*/
    padding-top: 1px;
    list-style-type: none;
    font-size: 20px;
    font-weight: bold
}
