﻿.groups h2, .groups .h2 {
    font-weight: 600;
}

.groups .d-b {
    display: block;
}
.groups .d-f {
    display: flex;
}
.groups .f-1 {
    flex: 1;
}

.groups .circle {
    border-radius: 100%;
}

.groups img {
    max-width: 100%;
}


.groups .h-10 {
    height: 10rem;
}

.groups .w-10 {
    width: 10rem;
}

.groups .ml-1 {
    margin-left: 1.5rem;
}
.groups .ml-2 {
    margin-left: 1rem;
}
.groups .mr-1 {
    margin-right: 1.5rem;
}

.groups .mt-3 {
    margin-top: 2.5rem;
}

.groups .mb-0 {
    margin-bottom: 0;
}
.groups .mb-1 {
    margin-bottom: 1rem;
}

@media screen and (min-width: 720px) {
    .groups .w-30\%\@md {
        margin-top: 0;
        width: 30%;
    }
}

@media screen and (min-width: 720px) {
    .groups .d-f\@md {
        display: flex;
    }
}

.groups .jc-c {
    justify-content: center;
}
.groups .jc-sb {
    justify-content: space-between;
}

.groups .ai-c {
    align-items: center;
}

.groups .as-fs {
    align-self: flex-start;
}

.groups .fs-3 {
    font-size: 16px;
}
.groups .fs-4 {
    font-size: 16px;
}
.groups .fs-13 {
    font-size: 13px;
}

.groups .lh-1\.333 {
    line-height: 1.333;
}

.groups .fw-600 {
    font-weight: 600;
}

.groups .t-2p {
    top: 7px;
}

.groups .p-r {
    position: relative;
}

.groups .badge {
    background: #F2F2F2;
    border-radius: 4px;
    display: inline-block;
    color: #737373;
    font-size: 14px;
    line-height: 2em;
    padding: 0 1em;
    white-space: nowrap;
}

.groups .group-types-item {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 32px;
    padding-bottom: 32px;
}

.groups .card-list-item__wrapper-link {
    color: inherit;
    display: block;
    font-weight: inherit;
}

.groups a.group-types-link {
    color: #5a5a5a;
    cursor: pointer;
    text-decoration: none;
}


.groups .c-tint0 {
    color: #1F1F1F;
}
.groups .c-tint1 {
    color: #3D3D3D;
}


.groups .open-badge {
    height: fit-content;
    background: #F1F8F1;
    color: #3A823E;
    font-size: 12px;
    line-height: 2;
    padding: .15em .5em;
    border-radius: 4px;
    margin-left: 1em;
    white-space: nowrap;
}

.groups .closed-badge {
    height: fit-content;
    background: #F2F2F2;
    color: #737373;
    font-size: 12px;
    line-height: 2;
    padding: .15em .5em;
    border-radius: 4px;
    margin-left: 1em;
    white-space: nowrap;
}


.groups .card-list-item__image {
    background-color: #F7F7F7;
    margin-bottom: 12px;
}
.groups .card-list-item__image img {
    border-radius: 4px;
    display: block;
    width: 100%;
}


.groups article.d-b a.d-b {
    color: #5a5a5a;
    cursor: pointer;
    text-decoration: none;
}


.groups a.group-item:hover {
    text-decoration: none;
}

.groups .grid {
    display: grid;
}
.groups .gap-2 {
    gap: 1em;
}
.groups .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 601px) {
    .groups .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 960px) {
    .groups .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 601px) {
    .groups .sm\:gap-3 {
        gap: 1.5rem;
    }
}
@media (min-width: 720px) {
    .groups .md\:gap-4 {
        gap: 2rem;
    }
}









@media (min-width: 720px) {
    .groups .mb-4\@md {
        margin-bottom: 2rem;
    }
}

@media (min-width: 601px) {
    .groups .mb-2\@sm {
        margin-bottom: 1rem;
    }
}

@media (min-width: 720px) {
    .groups .md\:gap-4 {
        gap: 2rem;
    }
}

@media (min-width: 720px) {
    .groups .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.groups .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.groups .grid {
    display: grid;
}

@media (min-width: 720px) {
    .groups .css-736fdb {
        margin: 0px;
        order: 2;
    }
}

.groups .css-736fdb {
    margin: -1rem -1.5rem 1rem;
}


@media (min-width: 720px) {
    .groups .md\:rounded {
        border-radius: 0.5rem;
    }
}

.groups .w-full {
    width: 100%;
}

.groups .block {
    display: block;
}



@media (min-width: 601px) {
    .groups .sm\:gap-2 {
        gap: 1rem;
    }
}

.groups .g-2 {
    gap: 1rem;
}

.groups .fd-c {
    flex-direction: column;
}

.groups .fd-r {
    flex-direction: row
}

.groups .jc-c {
    justify-content: center;
}

.groups .d-f {
    display: flex;
}

.groups .fs-0 {
    font-size: 24px;
}

.groups .lh-1\.333 {
    line-height: 1.333;
}


.groups .g-4p {
    gap: 4px;
}

.groups .fw-w {
    flex-wrap: wrap;
}



@media (min-width: 720px) {
    .groups .mb-3\@md {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 601px) {
    .groups .mb-1\@sm {
        margin-bottom: 0.5rem;
    }
}

.groups .px-2 {
    padding-right: 1rem;
    padding-left: 1rem;
}


.groups .action-drawer {
    background: var(--color-tint9);
    border-radius: 4px;
    padding: 1rem;
}

@media (min-width: 601px) {
    .groups .action-bar {
        position: inherit;
    }
}

.groups .action-bar {
    bottom: 0;
    left: 0;
    min-height: 72px;
    position: fixed;
    right: 0;
    z-index: 201;
}

.groups .fg-1 {
    flex-grow: 1;
}

.groups .fd-c {
    flex-direction: column;
}


.groups .fs-4 {
    font-size: 14px;
}


.groups .mt-4p {
    margin-top: 4px;
}



@media (min-width: 601px) {
    .groups .mt-0\@sm {
        margin-top: 0;
    }
}

.groups .mt-2 {
    margin-top: 1rem;
}

@media screen and (min-width: 720px) {
    .groups .d-f\@md {
        display: flex;
    }
}

.groups .fs-4 {
    font-size: 14px;
}

.groups .pt-4p {
    padding-top: 4px;
}

@media (min-width: 720px) {
    .groups .o-1\@md {
        order: 1;
    }
}

@media screen and (min-width: 720px) {
    .groups .w-33\%\@md {
        width: 33.3333%;
    }
}

@media (min-width: 720px) {
    .groups .mb-4\@md {
        margin-bottom: 2rem;
    }
}

.groups .mb-3 {
    margin-bottom: 1.5rem;
}

.groups .pt-2p {
    padding-top: 2px;
}

.groups .fs-4 {
    font-size: 14px;
}

.groups .tt-u {
    text-transform: uppercase;
}

.groups .lh-20p {
    line-height: 20px;
}


.groups .mb-3 {
    margin-bottom: 1.5rem;
}


@media (min-width: 720px) {
    .groups .pr-4\@md {
        padding-right: 2rem;
    }
}

.groups .o-h {
    overflow: hidden;
}

.groups .f-1 {
    flex: 1;
}

.groups .fs-2 {
    font-size: 18px;
}

.groups .lh-1\.333 {
    line-height: 1.333;
}


@media (min-width: 720px) {
    .groups .mb-4\@md {
        margin-bottom: 2rem;
    }
}

.groups .mb-3 {
    margin-bottom: 1.5rem;
}

.groups .mt-2 {
    margin-top: 1rem;
}

.groups .pt-1 {
    padding-top: 0.5rem;
}

.groups .mb-1 {
    margin-bottom: 0.5rem;
}

.groups .d-f {
    display: flex;
}

.groups .f-1 {
    flex: 1;
}

.groups .d-f {
    display: flex;
}

.groups .ai-c {
    align-items: center;
}

.groups .mr-2 {
    margin-right: 1rem;
}

.groups .h-8 {
    height: 4rem;
}

.groups .w-8 {
    width: 4rem;
}

.groups .ta-c {
    text-align: center;
}

.groups .contact-group {
    display: flex;
    flex-direction: row;
    background-color: #fafafa;
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
    padding: 1.5em;
}

.groups .event-cal {
    align-items: center;
    background: #f2f2f2;
    border-radius: 4px;
    color: #737373;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5em;
}

.groups .event-cal__month {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.groups .event-cal__day {
    font-size: 18px;
    line-height: 1;
    padding-top: 2px;
}

.groups .group-badge {
    background: #f2f2f2;
    display: inline-block;
    color: #737373;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.5rem;
    padding: .15em .5em;
    border-radius: 4px;
    margin-right: 1em;
    white-space: nowrap;
}

#ddlGroupType {
    width: auto;
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    /*font-weight: 600;*/
    line-height: 1.3333333;
    border-radius: 6px;
}

.groups .card {
    box-shadow: none;
}
.groups .card-body .leaderImg {
    border-radius: 1em !important;
    overflow: hidden;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
}
.groups .card-body h6 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    color: #737373;
}