.btn-circle,
.btn-circle-disabled {
    margin-left:30px;
}
.article__group ol,
.article__group ul {
    margin-left:50px;
}

.btn-circle-disabled { overflow: hidden; display: inline-block; vertical-align: middle; width: 140px; height: 140px; padding: 45px 10px; background: transparent; border: 2px solid #999999; border-radius: 50%; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 600; line-height: 1.4; color: #999999; text-decoration: none; text-align: center; text-transform: uppercase; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }


.wrapper--about .btn-circle-disabled { border-color: #7c7c7c; color: #7c7c7c; }




.color-team,
.color-about { font-weight:bold; text-decoration:underline; color: #981d55 !important; }

/*  Text Teal  */

.color-grants { font-weight:bold; text-decoration:underline; color: #72c8d0 !important; }

/*  Text Yellow  */

.color-events { font-weight:bold; text-decoration:underline; color: #efd23a !important; }

/*  Text Pink  */

.color-development { font-weight:bold; text-decoration:underline; color: #e99e9d !important; }

/*  Text Green  */

.color-training { font-weight:bold; text-decoration:underline; color: #b8daab !important; }



.callout .callout__content { position: relative; z-index: 2; max-width: 670px; padding: 0 2px; }


.tabs-articles .tabs__nav {
    font-size: 20px;
}

.tabs-articles .tabs__nav li {
    max-width: 100%;
    min-width: 50%;
}

.tabs-articles .tabs__nav .onecols li {
    max-width: 100%;
    min-width: 100%;
}

.tabs-articles .tabs__nav .twocols li {
    max-width: 100%;
    min-width: 50%;
}

.tabs-articles .tabs__nav .threecols li {
    max-width: 100%;
    min-width: 33%;
}

.tabs-articles .tabs__nav .fourcols li {
    max-width: 100%;
    min-width: 25%;
}

.tabs-articles .tabs__nav li.active {
    font-weight: bolder;
}

.tabs-articles .tabs__nav-item {
    margin-left: 10px;
}

.tabs-articles .tabs__nav-item {
    margin-left: 20px;
    text-indent: -20px;
}

@media (max-width:767px){
    .tabs-articles .tabs__nav a::before {
        top: 17px;
    }

    .tabs-articles .tabs__nav-item {
        margin-left: 20px;
        text-indent: 0px;
        display: list-item;
        border-bottom: 0px;
        text-decoration: underline;
    }

}

@media (max-width: 1023px) {
    .tabs-articles .tabs__nav a::before {
            top: 16px;
    }

    .tabs-articles .tabs__nav-item {
        margin-left: 20px;
        text-indent: 0px;
        display: list-item;
        border-bottom: 0px;
        text-decoration: underline;
    }
}

.article cite {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 1.85;
}


