﻿
.article-filter, .article-filter ul {
    margin-bottom: 30px;
}

    .article-filter ul.link {
        list-style-type: none;
        padding-left: 0;
    }

        .article-filter ul.link li {
            position: relative;
            padding-left: 16px;
            margin:0;
            line-height:22px;
        }

            .article-filter ul.link li:before {
                position: absolute;
                top: 0;
                left: 0;
                font-family: 'gcicons';
                content: "\f006";
                font-size: 11px;
                padding: 0;
                color: #eb5ed4
            }

.article-wrapper .article-details img {
    width: 100%;
}

.article-wrapper .article-details .article-content .article-header {
    margin-bottom: 2rem;
}

    .article-wrapper .article-details .article-content .article-header h3 {
        margin-bottom: 1.33333rem;
    }

    .article-wrapper .article-details .article-content .article-header ul {
        position: relative;
        display: flex;
        padding-bottom: 2rem;
        border-bottom: 1px solid #efefef;
    }

        .article-wrapper .article-details .article-content .article-header ul li {
            margin-right: 1.33333rem;
        }

            .article-wrapper .article-details .article-content .article-header ul li:last-child {
                margin-right: 0;
                margin-top: -5px;
            }

.article-wrapper .article-base {
    align-items: center;
    padding: 2rem 0;
    margin: 3rem 0 4.66667rem 0;
}

    .article-wrapper .article-base .tags, .tags {
        flex: 1;
    }

        .article-wrapper .article-base .tags ul li, .tags ul li {
            margin-right: 15px;
            margin-bottom:15px;
        }

            .article-wrapper .article-base .tags ul li:last-child, .tags ul li:last-child {
                margin-right: 0;
            }

            .article-wrapper .article-base .tags ul li a, .tags ul li a {
                line-height: 35px;
                display: block;
                border: 1px solid #efefef;
                border-radius: 0;
                padding: 0 15px;
                transition: all 0.3s ease;
                color: #5a6671;
                font-size: 0.93333rem;
            }

                .article-wrapper .article-base .tags ul li a:hover, .tags ul li a:hover {
                    color: #fff;
                    background: #0a2d4e;
                    border-color: #182d4c;
                }

    .article-wrapper .article-base .social-share {
        flex: 1;
        justify-content: flex-end;
    }

        .article-wrapper .article-base .social-share .share {
            margin-right: 15px;
        }


        .article-author{
            border:1px solid #efefef;
            padding:15px;
            text-align:center;
            margin-bottom:25px;
        }

.article-author h3 {
    margin-top:15px;
    margin-bottom: 0;
}

.article-author-image
{
    width:100px;
    height:100px;
    margin:0px auto;
}

.article-author-image img {
    border-radius:50%;
    height:100px;
}

.article-share {
    margin-bottom: 25px;
}

.article-banner-margin {
    padding: 120px 0 0 0;
    background-color: var(--GEH-Dark-Green);
}

.articleSelect {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 15px 60px 15px 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    color: #939393;
    border: 2px solid #000000;
    border-radius: 30px;
    background-image: url(../../images/chevron-down.svg);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 0.8em auto, 100%;
    outline: none;
    cursor: pointer;
}

.articleSelectBasic:before {
    display: none !important;
    visibility: hidden !important;
}