* {
    outline: none !important;
}

#menu-primary>li.wpmm_mega_menu>a {
    position: relative;
}

/* #menu-primary > li.wpmm_mega_menu > a::after { */
#menu-primary>li.wpmm_mega_menu>a>expand::after {
    content: "\f0d7";
    font-family: "FontAwesome";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: normal;
    position: absolute;
    top: 4px;
    margin-left: 5px;
}

/* #menu-primary > li.wpmm_mega_menu[menu-open="1"] > a::after { */
#menu-primary>li.wpmm_mega_menu[menu-open="1"]>a>expand::after {
    content: "\f0d8";
}

/* HOMEPAGE - BECOME A MEMBER */
.h2-title {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    margin: 0px 0px;
}

.h2-title:before {
    display: none;
}

.page-section {
    font-family: "Oswald", sans-serif;
}

#bm-section.page-section {
    width: 1165px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

#bm-section .page-section-content {
    margin-top: 76px;
}

#bm-section .page-card {
    position: relative;
    height: 317px;
    width: 100%;
}

#bm-section .page-card:not(:last-child) {
    margin-bottom: 53px;
}

#bm-section .page-card-image {
    z-index: -1;
    height: 100%;
}

#bm-section .page-card-image>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
}

#bm-section .page-card-content {
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    transition: background 150ms ease-in-out;
}

#bm-section .page-card:hover>.page-card-content {
    background-color: rgba(0, 0, 0, .4);
}

#bm-section .page-card-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: -10px;
}

#bm-section .page-card-read-more {
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    bottom: 38px;
    right: 92px;
    color: #fff;
}

#bm-section .page-card-read-more>a {
    color: inherit;
}

#bm-section .page-card-read-more>a>span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}

#bm-section .page-card-description {
    font-size: 24px;
    font-weight: 600;
}

#bm-section .page-card-bottom-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 0px 92px 30px 70px;
    position: relative;
}

/* #HOMEPAGE - BECOME A MEMBER */
/* SECTION MORE */
.section-more {
    width: 100%;
    background-color: #48ab00;
    height: 166px;
}

.section-more-content {
    width: 100%;
    height: 100%;
    padding-left: 150px;
    padding-right: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
}

.section-more-content>div:first-child {
    padding-bottom: 10px;
}

.section-more-title {
    font-size: 48px;
    color: #ffffff;
    font-weight: 600;
}

.section-more-description {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.section-more-btn>button {
    border: none;
    border-radius: 0px;
    color: #000;
    background-color: #fff;
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
    text-align: center;
    padding: 0px 60px;
    width: auto;
    height: 74px;
}

.section-more-btn>button:hover {
    color: #fff;
    background-color: #000;
}

/* #SECTION MORE */
/* PROFILE PAGE */
#page-main-profile[data-page="profile"] .page-profile {
    display: block;
}

#page-main-profile[data-page="profile"] .page-messages-profile,
#page-main-profile[data-page="profile"] .page-login-password-profile,
#page-main-profile[data-page="profile"] .page-edit-organization-profile,
#page-main-profile[data-page="profile"] .page-create-job-profile,
#page-main-profile[data-page="profile"] .page-my-jobs-profile,
#page-main-profile[data-page="profile"] .page-user-dashboard-profile,
#page-main-profile[data-page="profile"] .page-contact-profile {
    display: none;
}

#page-main-profile[data-page="messages"] .page-messages-profile {
    display: block;
}

#page-main-profile[data-page="messages"] .page-profile,
#page-main-profile[data-page="messages"] .page-login-password-profile,
#page-main-profile[data-page="messages"] .page-edit-organization-profile,
#page-main-profile[data-page="messages"] .page-create-job-profile,
#page-main-profile[data-page="messages"] .page-my-jobs-profile,
#page-main-profile[data-page="messages"] .page-user-dashboard-profile,
#page-main-profile[data-page="messages"] .page-contact-profile {
    display: none;
}

#page-main-profile[data-page="contact"] .page-contact-profile {
    display: block;
}

#page-main-profile[data-page="contact"] .page-profile,
#page-main-profile[data-page="contact"] .page-login-password-profile,
#page-main-profile[data-page="contact"] .page-edit-organization-profile,
#page-main-profile[data-page="contact"] .page-create-job-profile,
#page-main-profile[data-page="contact"] .page-my-jobs-profile,
#page-main-profile[data-page="contact"] .page-user-dashboard-profile,
#page-main-profile[data-page="contact"] .page-messages-profile {
    display: none;
}

#page-main-profile[data-page="login-and-password"] .page-login-password-profile {
    display: block;
}

#page-main-profile[data-page="login-and-password"] .page-profile,
#page-main-profile[data-page="login-and-password"] .page-contact-profile,
#page-main-profile[data-page="login-and-password"] .page-user-dashboard-profile,
#page-main-profile[data-page="login-and-password"] .page-edit-organization-profile,
#page-main-profile[data-page="login-and-password"] .page-create-job-profile,
#page-main-profile[data-page="login-and-password"] .page-my-jobs-profile,
#page-main-profile[data-page="login-and-password"] .page-messages-profile {
    display: none;
}

#page-main-profile[data-page="user-dashboard"] .page-user-dashboard-profile {
    display: block;
}

#page-main-profile[data-page="user-dashboard"] .page-profile,
#page-main-profile[data-page="user-dashboard"] .page-contact-profile,
#page-main-profile[data-page="user-dashboard"] .page-login-password-profile,
#page-main-profile[data-page="user-dashboard"] .page-edit-organization-profile,
#page-main-profile[data-page="user-dashboard"] .page-create-job-profile,
#page-main-profile[data-page="user-dashboard"] .page-my-jobs-profile,
#page-main-profile[data-page="user-dashboard"] .page-messages-profile {
    display: none;
}

#page-main-profile[data-page="edit-organization"] .page-edit-organization-profile {
    display: block;
}

#page-main-profile[data-page="edit-organization"] .page-profile,
#page-main-profile[data-page="edit-organization"] .page-contact-profile,
#page-main-profile[data-page="edit-organization"] .page-login-password-profile,
#page-main-profile[data-page="edit-organization"] .page-create-job-profile,
#page-main-profile[data-page="edit-organization"] .page-my-jobs-profile,
#page-main-profile[data-page="edit-organization"] .page-messages-profile,
#page-main-profile[data-page="edit-organization"] .page-user-dashboard-profile {
    display: none;
}

#page-main-profile[data-page="create-job"] .page-create-job-profile {
    display: block;
}

#page-main-profile[data-page="create-job"] .page-profile,
#page-main-profile[data-page="create-job"] .page-contact-profile,
#page-main-profile[data-page="create-job"] .page-login-password-profile,
#page-main-profile[data-page="create-job"] .page-edit-organization-profile,
#page-main-profile[data-page="create-job"] .page-messages-profile,
#page-main-profile[data-page="create-job"] .page-my-jobs-profile,
#page-main-profile[data-page="create-job"] .page-user-dashboard-profile,
#page-main-profile[data-page="create-job"] .page-membership-profile {
    display: none;
}

#page-main-profile[data-page="my-jobs"] .page-my-jobs-profile {
    display: block;
}

#page-main-profile[data-page="my-jobs"] .page-profile,
#page-main-profile[data-page="my-jobs"] .page-contact-profile,
#page-main-profile[data-page="my-jobs"] .page-login-password-profile,
#page-main-profile[data-page="my-jobs"] .page-edit-organization-profile,
#page-main-profile[data-page="my-jobs"] .page-messages-profile,
#page-main-profile[data-page="my-jobs"] .page-user-dashboard-profile,
#page-main-profile[data-page="my-jobs"] .page-create-job-profile,
#page-main-profile[data-page="my-jobs"] .page-membership-profile {
    display: none;
}

.profile-main {
    width: 100%;
}

.profile-main-template {
    width: 1165px;
    max-width: 100%;
    margin: 0 auto;
}

.profile-main-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.sidebar-profile {
    width: 270px;
}

.classic-page-profile {
    width: calc(100% - 290px);
}

/* #PROFILE PAGE */
/* BREADCRUMBS */
#breadcrumbs {
    height: 50px;
    width: 100%;
}

#breadcrumbs .breadcrumbs-content {
    height: 100%;
    width: 1167px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.breadcrumbs-content>span>span,
.breadcrumbs-content>span>span span:not(.breadcrumb_last) {
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.breadcrumbs-content span span a,
.breadcrumbs-content span.breadcrumb_last {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    /* text-transform: lowercase; */
    position: relative;
    display: inline-block;
}

/* .breadcrumbs-content span span a {
    text-transform: lowercase;
}
.breadcrumbs-content span span a::first-letter {
    text-transform: uppercase;
} */
.breadcrumbs-content span span a {
    margin-right: 14px;
}

.breadcrumbs-content span span a:after {
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #000;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px;
    margin: auto;
}

/* #BREADCRUMBS */
/* GENERAL */
button[available="false"] {
    pointer-events: none;
    opacity: 0.4;
}

button[loading="true"]>span {
    display: none;
}

button[loading="true"] {
    position: relative;
}

button[loading="true"]:after {
    position: absolute;
    content: "\f110";
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.editor-styles-wrapper {
    background: #e0e0e0;
}

h1>a,
h2>a,
h3>a,
h1:hover>a,
h2:hover>a,
h3:hover>a,
h1:visited>a,
h2:visited>a,
h3:visited>a {
    color: inherit !important;
    text-decoration: inherit;
}

div.fb-podcast-container h2 {
    margin-bottom: 20px;
}

/* #GENERAL */
.forgot-pass-part {
    display: none;
}

.site-main[name="previous-events"] h2.h2-title,
.site-main[name="upcoming-events"] h2.h2-title {
    margin-top: 60px;
}

/* FOOTER NEWSLETTER */
#mc-embedded-subscribe-form {
    position: relative;
}

.form-mssg {
    font-family: 'Oswald', sans-serif;
    color: red;
    font-size: 14px;
    left: 0;
    position: absolute;
    bottom: 0;
}

.form-mssg,
.form-mssg>span {
    display: none;
}

#footer-top-high form>p {
    width: 100%;
}

.magazine-bage-buttons-container>div.wp-block-button {
    width: auto !important;
}

.magazine-bage-buttons-container>.wp-block-button>a.wp-block-button__link {
    width: 280px;
}

/* #FOOTER NEWSLETTER */
#main .magazine-yearly-subscription>.wp-block-column p {
    color: #fff;
}

.upcoming-and-previous-events .upcoming-events,
.upcoming-and-previous-events .previous-events {
    flex-wrap: wrap;
}

.upcoming-and-previous-events .upcoming-events>.post-card,
.upcoming-and-previous-events .previous-events>.post-card {
    width: calc(33.33% - 27px);
    margin-bottom: 40px;
    margin-right: 40px;
}

.upcoming-and-previous-events .upcoming-events>.post-card:nth-child(3n),
.upcoming-and-previous-events .previous-events>.post-card:nth-child(3n) {
    margin-right: 0px;
}

.single-event-first-column .single-event-end-column.wp-block-column {
    margin-left: 52px !important;
}

#ch-normal-items .content-hub-item-image {
    height: 169px;
}

.topic-downloads-section,
.topic-downloads-section * {
    box-sizing: border-box;
}

#ch-event-selectbox .select-options {
    height: 340px;
    overflow-y: scroll;
}

.wp-block-columns.single-event-start-end-columns {
    padding-top: 20px;
}

.profile-hard-copy-subscription .subscription-container button {
    width: auto;
    font-size: 18px;
}

.post-card-excerpt>a {
    color: inherit !important;
}

#cookie-law-info-bar,
.cli-modal {
    font-family: 'Roboto', sans-serif !important;
}

.knowledge-partners>.wp-block-group__inner-container>.wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.knowledge-partners>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column {
    margin-left: 0px !important;
}

.knowledge-partners .wp-block-column .wp-block-group .wp-block-group__inner-container {
    width: 100%;
}

.knowledge-partners .wp-block-column .wp-block-group .wp-block-buttons {
    left: 0;
    right: 0;
}

.list-block-page-section .wp-block-columns>.wp-block-column {
    /* width: 30% !important;     */
    width: 100% !important;
    margin-left: 0px !important;
}

.wp-block-group__inner-container h2~p {
    margin-top: 20px;
}

.wp-block-group__inner-container h2:not(:first-child) {
    margin-top: 40px;
}

.page-template-service-page p {
    font-size: 20px;
}

.home .wp-block-group.text-and-buttom-block {
    /* display: none !important; */
    width: calc(100% - 120px);
    max-width: 1165px;
    margin: 0 auto;
}

#hero-content .custom-text-and-button p:first-of-type {
    font-size: 32px !important;
    line-height: 32px;
}

#hero-content .custom-text-and-button .wp-block-button a {
    font-size: 24px !important;
    line-height: 26px;
}

#hero-content .custom-text-and-button {
    margin-top: 70px;
    margin-bottom: -60px;
}

.single-video-page .wp-block-group.details-section .wp-block-buttons.ev-video-button {
    margin-top: 0px;
}

.ev-video-button .wp-block-button .wp-block-button__link {
    width: 100%;
    display: inline-block;
    padding: 22px 20px;
    height: auto !important;
}

.ev-video-button .wp-block-button .wp-block-button__link>span {
    margin-left: 8px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    justify-content: center;
    margin-top: 5px;
}

.ev-video-button.wp-block-buttons>.wp-block-button {
    width: 100%;
}

#ukraine-cta .section-more {
    background-color: #0072bc;
}

#ukraine-cta .section-more-btn>button {
    background-color: #faeb00;
    color: #000000;
}

#ukraine-cta .section-more-btn>button:hover {
    background-color: #000;
    color: #faeb00;
}

#ukraine-cta .section-more-content {
    font-family: 'Oswald';
}

#ukraine-cta {
    width: 100%;
    max-width: 1165px;
    margin: 0 auto;
    margin-bottom: 40px;
}

body.single-post div#insights-content.news-items-section {
    background-color: #fff;
}

.single-event-first-group>.wp-block-group__inner-container>.wp-block-group:nth-child(3):not(:nth-child(2)) {
    border-left: 1px solid #d5d5d5;
}

.top-top-content {
    width: 100%;
    text-align: center;
    padding: 8px 20px 10px;
}

.top-top-txt {
    color: inherit;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.top-top-txt>a>span {
    width: 28px;
    height: 28px;
    margin-left: 10px;
    display: inline-block;
    border: 2px solid;
    border-radius: 50%;
}

.top-top-txt>a {
    color: inherit !important;
}

.top-top-txt>a:hover>span {
    background-color: var(--topTxtColor);
    color: var(--topBgColor);
    border: 2px solid var(--topTxtColor);
}

.the-team-section .wp-container-21 {
    gap: unset;
}

.wp-block-columns.service-boxes {
    gap: unset;
    flex-wrap: wrap !important;
}

/* RESPONSIVE 1425 */
@media only screen and (max-width: 1425px) {
    #hero-content .custom-text-and-button .wp-block-button {
        width: 248px;
    }
}

/* #RESPONSIVE 1425 */
/* RESPONSIVE 1200 */
@media(max-width: 1200px) {

    /* HOMEPAGE - BECOME A MEMBER */
    #bm-section.page-section {
        width: 100%;
        padding: 100px 60px;
    }

    #bm-section>.h2-title {
        font-size: 30px;
    }

    #bm-section .page-section-content {
        margin-top: 40px;
    }

    #bm-section .page-card:not(:last-child) {
        margin-bottom: 40px;
    }

    #bm-section .page-card {
        height: 240px;
    }

    #bm-section .page-card-bottom-content {
        padding: 0px 52px 30px 40px;
    }

    #bm-section .page-card-title {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 0px;
    }

    #bm-section .page-card-description {
        font-size: 20px;
        line-height: normal;
    }

    #bm-section .page-card-read-more {
        bottom: 33px;
        right: 52px;
        line-height: normal;
    }

    #bm-section .page-card-read-more>a>span {
        margin-left: 8px;
        width: 28px;
        height: 28px;
    }

    #bm-section .page-card-read-more>a>span>i {
        font-size: 16px;
    }

    /* #HOMEPAGE - BECOME A MEMBER */
    /* SECTION MORE */
    .section-more {
        width: 100%;
        background-color: #48ab00;
        height: 140px;
    }

    .section-more-content {
        padding-left: 80px;
        padding-right: 40px;
    }

    .section-more-title {
        font-size: 32px;
        line-height: normal;
    }

    .section-more-description {
        font-size: 18px;
        line-height: normal;
    }

    .section-more-btn>button {
        padding: 0px 30px;
        font-size: 20px;
        height: 60px;
    }

    .sidebar-profile {
        width: 205px;
    }

    .classic-page-profile {
        width: calc(100% - 226px);
    }

    /* #SECTION MORE */
}

/* #RESPONSIVE 1200 */
/* RESPONSIVE MOBILE */
@media(max-width: 800px) {
    .knowledge-partners>.wp-block-group__inner-container>.wp-block-columns {
        display: flex;
        width: 100%;
    }
}

@media(max-width: 768px) {

    /* HOMEPAGE - BECOME A MEMBER */
    .classic-page-profile {
        width: 100%;
    }

    .profile-main-content {
        display: flex;
        flex-direction: column;
    }

    .sidebar-profile {
        width: 100%;
    }

    #bm-section.page-section {
        padding: 40px 40px;
    }

    #bm-section>.h2-title {
        font-size: 23px;
    }

    #bm-section .page-section-content {
        margin-top: 36px;
    }

    #bm-section .page-card:not(:last-child) {
        margin-bottom: 25px;
    }

    #bm-section .page-card {
        height: 161px;
    }

    #bm-section .page-card-bottom-content {
        padding: 0px 25px 25px 25px;
    }

    #bm-section .page-card-title {
        font-size: 26px;
        margin-bottom: 3px;
    }

    #bm-section .page-card-description {
        font-size: 16px;
        line-height: 19px;
    }

    #bm-section .page-card-read-more {
        position: relative;
        bottom: unset;
        right: unset;
        font-size: 12px;
        margin-top: 12px;
    }

    #bm-section .page-card-read-more>a>span {
        margin-left: 8px;
        width: 21px;
        height: 21px;
    }

    #bm-section .page-card-read-more>a>span>i {
        font-size: 10px;
    }

    /* #HOMEPAGE - BECOME A MEMBER */
    /* SECTION MORE */
    .section-more {
        width: 100%;
        background-color: #48ab00;
        height: auto;
        padding: 23px 0px 35px;
    }

    .section-more-content {
        padding-left: 35px;
        padding-right: 35px;
        flex-direction: column;
        text-align: center;
    }

    .section-more-content>div {
        width: 100%;
    }

    .section-more-title {
        font-size: 31px;
        line-height: normal;
    }

    .section-more-description {
        font-size: 13px;
        text-transform: uppercase;
    }

    .section-more-btn>button {
        padding: 0px 0px;
        font-size: 13px;
        height: 55px;
        width: 100%;
    }

    .section-more-content>div:first-child {
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    /* #SECTION MORE */
    #site-navigation,
    #site-navigation>* {
        box-sizing: border-box;
    }

    div#wp-megamenu-primary {
        height: calc(100vh - 150px);
        overflow: auto;
    }

    #menu-primary>li.wpmm_mega_menu {
        position: relative;
    }

    ul#menu-primary.wp-megamenu>li.wpmm_mega_menu>a>span {
        position: absolute;
        top: 13px;
    }

    .site-main[name="previous-events"] h2.h2-title,
    .site-main[name="upcoming-events"] h2.h2-title {
        margin-top: 30px;
    }

    .events-main .upcoming-and-previous-events {
        padding: 20px 0 25px 0;
    }

    span.learn-more-arrow>i {
        font-size: 11px;
    }

    .upcoming-and-previous-events .upcoming-events>.post-card,
    .upcoming-and-previous-events .previous-events>.post-card {
        width: 100%;
    }

    .single-event-first-column .single-event-end-column.wp-block-column {
        margin-left: 0px !important;
    }

    .upcoming-and-previous-events .upcoming-events>.post-card,
    .upcoming-and-previous-events .previous-events>.post-card {
        margin-right: 0px;
    }

    .single-event-page .topic-item-section.topic-downloads-section {
        padding: 0 40px;
    }

    #menu-primary>li.wpmm_mega_menu>a>expand::after {
        top: 2px;
        margin-left: 7px;
        width: 28px;
        border: 1px solid;
        padding-left: 7px;
        height: 22px;
        padding-top: 2px;
    }

    #site-navigation {
        min-height: 100vh;
    }

    #menu-bottom-footer-menu li:last-of-type {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #menu-bottom-footer-menu li:nth-last-of-type(2) {
        border-right: none;
    }

    .list-block-page-section .wp-block-columns>.wp-block-column {
        width: 100% !important;
    }

    .service-page-section>.wp-block-group__inner-container {
        width: 100%;
    }

    .block-with-images>.wp-block-group__inner-container .wp-block-columns {
        max-width: 100% !important;
    }

    .block-with-images>.wp-block-group__inner-container .wp-block-column .column-image {
        width: auto !important;
        max-width: 100% !important;
    }

    #hero-content .custom-text-and-button {
        margin-top: 30px;
        margin-bottom: 0;
    }

    #hero-content .custom-text-and-button .wp-block-button a {
        height: 100% !important;
        width: 100% !important;
    }

    #hero-content .custom-text-and-button .wp-block-button {
        width: auto;
        height: 60px;
        margin-top: 20px;
    }

    #hero-content .custom-text-and-button .wp-block-button a {
        font-size: 16px !important;
        line-height: 18px;
        padding: 0 20px !important;
    }

    .home .wp-block-group.text-and-buttom-block {
        width: calc(100% - 80px);
    }

    #hero-content .custom-text-and-button p:first-of-type {
        font-size: 22px !important;
        line-height: 24px;
        padding-right: 0px;
    }

    #hero-content .custom-text-and-button .wp-block-column:first-of-type p:last-of-type {
        font-size: 16px !important;
        width: 100%;
        line-height: 16px !important;
        height: auto;
    }

    #hero-content .wp-block-columns.custom-text-and-button {
        width: 100% !important;
        justify-content: center;
        flex-direction: unset;
    }

    #main .ev-video-button .wp-block-button .wp-block-button__link {
        height: auto;
        font-size: 14px;
        line-height: 16px;

    }

    .ev-video-button .wp-block-button .wp-block-button__link>span {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

    .ev-video-button .wp-block-button .wp-block-button__link {
        padding: 10px 15px;
    }

    .single-event-main-content .single-event-first-group>div {
        flex-direction: column;
    }

    .single-event-first-group .wp-block-group__inner-container>.wp-block-group {
        width: 100%;
        border: none !important;
        padding-left: 0px !important;
        margin-bottom: 5px;
    }

    .top-top-txt {
        font-size: 15px;
        line-height: 18px;
    }

    .top-top-txt>a>span {
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }

    .top-top-txt>a>span>i {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }
}

/* #RESPONSIVE MOBILE */

@media only screen and (max-width: 768px) {
    .page-id-78 #main #ch-featured-items .content-hub-item-title {
        height: auto !important;
    }
}

/*** RESPONSIVE FBIN PLUS PAGE ***/

@media only screen and (max-width: 1000px) {
    #fbin-plus-page #first-section {
        margin-top: 0 !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column-reverse;
    }

    #fbin-plus-page .item {
        flex-direction: column;
    }

    #fbin-plus-page .item.reverse {
        flex-direction: column-reverse;
    }

    #fbin-plus-page .fbin-plus-image-left,
    #fbin-plus-page .fbin-plus-image-right-c,
    #fbin-plus-page .fbin-plus-image-right {
        margin: 0 !important;
    }

    #fbin-plus-page .text-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

@media only screen and (max-width: 781px) {
    #fbin-plus-page .contact-card-content figure {
        justify-content: center;
    }

    #fbin-plus-page .contact-card-content .contact-details {
        margin-left: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #fbin-plus-page .contact-card-content .contact-details p {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    #fbin-plus-page {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #fbin-plus-page .fbin-plus-logo {
        width: 300px !important;
        height: 300px !important;
    }

    #fbin-plus-page #first-paragraph {
        max-width: none !important;
        font-size: 25px !important;
        line-height: 35px !important;
    }

    #fbin-plus-page #second-paragraph {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    #fbin-plus-page .checkmark {
        margin-bottom: 10px !important;
        line-height: 20px !important;
    }

    #fbin-plus-page .checkmark:last-of-type {
        margin-bottom: 30px !important;
    }

    #fbin-plus-page .header-text {
        font-size: 14px !important;
    }

    #fbin-plus-page .fbin-plus-image-right-c {
        height: auto !important;
    }

    #fbin-plus-page .fbin-plus-image-left {
        height: auto !important;
    }

    #fbin-plus-page #payment .item {
        padding: 15px !important;
    }

    #fbin-plus-page .item .header-text:first-of-type {
        margin-bottom: 10px !important;
    }

    #fbin-plus-page #main-get-started {
        width: 200px !important;
        height: 60px !important;
        font-size: 18px !important;
    }

    #fbin-plus-page #yearly-get-started {
        width: 150px !important;
        height: 50px !important;
        font-size: 18px !important;
    }

    #fbin-plus-page #fourth-section .header-text {
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }

    #fbin-plus-page #fourth-section .month.header-text {
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }

    #fbin-plus-page #fourth-section .price.header-text {
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }

    #fbin-plus-page #fourth-section .message.header-text {
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }

    #fbin-plus-page #fourth-section .header.header-text {
        line-height: 1.2 !important;
        font-size: 18px !important;
    }

    #fbin-plus-page .contact-card-content>.wp-block-column:first-child img {
        width: 200px !important;
        height: 200px !important;
    }

    #fbin-plus-page .header-text {
        max-width: none !important;
    }

    #fbin-plus-page #payment .item {
        margin-bottom: 20px !important;
    }
}

/* Opt-Out */

.profile-content #share-contact-container, .profile-content #opt-out-container, .profile-content #invisible-container {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.profile-content #share-contact-check-label, .profile-content #opt-out-check-label, .profile-content #invisible-check-label {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
    margin-left: 24px;
}

@media only screen and (max-width: 422px) {
    .profile-content #share-contact-check-label, .profile-content #opt-out-check-label, .profile-content #invisible-check-label {
        max-width: 180px;
    }
}

.message-list {
    padding-right: 10px !important;
    line-height: 1.5 !important;
}

.message-list .circle-sidebar-icon {
    min-width: 29px !important;
    min-height: 29px !important;
}

@media only screen and (max-width: 1300px) and (min-width: 769px) {
    #wp-megamenu-menu-1 a {
        font-size: 13px !important;
        padding-right: 25px !important;
    }

    #site-navigation {
        padding-right: 0 !important;
    }

    /* #wp-megamenu-menu-1 a expand::after {
        top: 2px !important;
    } */
}

@media only screen and (max-width: 815px) and (min-width: 769px) {
    #wp-megamenu-menu-1 a {
        padding-right: 17px !important;
    }

    #menu-primary>li.wpmm_mega_menu>a>expand::after {
        margin-left: 2px;
    }
}

/* FBIN SUMMARIES */

.research-project-section .arrow-button-link a {
    color: #48ab00 !important;
}

.summaries-research h2 {
    padding-bottom: 65px;
}

.summaries-research p {
    width: 524px;
    height: auto;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
}

.summaries-research .arrow-button-link {
    justify-content: flex-start;
    padding-top: 25px;
}

.summaries-research .arrow-button-link::after {
    background-color: #f5f6f7 !important;
    color: #48ab00 !important;
    border-color: #48ab00 !important;
}

.summaries-research .arrow-button-link:hover::after {
    background-color: #48ab00 !important;
    color: #f5f6f7 !important;
    border-color: #48ab00 !important;
}

.page-id-9849 .latest-issues-section, .summaries-research {
    width: 100% !important;
    padding: 100px 0;
}

.page-id-9849 .latest-issues-section > div, .summaries-research > div {
    max-width: 1165px;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
    .summaries-research p {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .page-id-9849 .latest-issues-section, .summaries-research {
        padding: 40px 0;
    }

    .summaries-research h2 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 697px) and (min-width: 405px) {
    .page-id-9849 .wp-block-button {
        width: 320px !important;
    }
}

@media only screen and (max-width: 404px) {
    .page-id-9849 .wp-block-button {
        width: 100% !important;
    }

    .page-id-9849 .wp-block-button__link {
        padding: 15px !important;
        font-size: 16px !important;
    }
}

ul#menu-primary.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li a {
    padding: 0 12px;
}

@media only screen and (max-width: 1300px) and (min-width: 1029px) {
    ul#menu-primary.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li h4 {
        width: 244px;
    }
}

@media only screen and (max-width: 1028px) and (min-width: 769px) {
    ul#menu-primary.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li h4 {
        width: 179px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px)  {
    #wp-megamenu-item-1381 ul.wp-megamenu-sub-menu > li.wpmm-row > ul > li > ul > li {
        height: 39px;
    }

    #wp-megamenu-item-1381 ul.wp-megamenu-sub-menu > li.wpmm-row > ul > li > ul > li h4 {
        width: 225px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        position: unset;
        line-height: normal;
        padding: 0;
    }

    #wp-megamenu-item-1381 ul.wp-megamenu-sub-menu > li.wpmm-row > ul > li > ul > li a img {
        height: 0 !important;
    }
}

@media only screen and (max-width: 1018px) and (min-width: 769px) {
    #join-fbin-header {
        padding: 10px;
    }
}

.group-publications .wp-block-columns div {
    margin: 0 !important;
}

.group-publications .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.publications-block {
    height: 675px;
}

.publications-block div:nth-child(3) figure {
    margin-bottom: 47px;
}

.publications-block > div {
    position: relative;
    justify-content: flex-start;
}

.publications-block .arrow-button-link {
    position: absolute;
    bottom: 60px;
}

@media only screen and (max-width: 1075px) {
    .group-publications .wp-block-columns {
        grid-template-columns: repeat(2, 1fr);
    }

    .publications-block {
        max-height: 1650px !important;
    }

    .publications-block .publications-paragraph {
        margin-bottom: 30px;
    }

    .publications-block .arrow-button-link {
        bottom: 30px;
    }

    .publications-block div:last-child img {
        width: 275px;
        height: auto;
        object-fit: cover;
    }
}

@media only screen and (max-width: 768px) {
    .group-publications .wp-block-columns {
        grid-template-columns: repeat(1, 1fr);
    }

    .publications-block {
        height: auto !important;
    }

    #main .publications-block .publications-paragraph {
        height: auto;
    }
}

@media only screen and (max-width: 975px) {
    #footer-top-high > div + div {
        margin: 0 !important;
    }

    #footer-top-high > div + div > div {
        margin-right: 0 !important;
    }
}

.publications-block > div {
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .not-logged-in.summary-text {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 425px) {
    .not-logged-in.summary-text {
        width: 80% !important;
    }
}

@media only screen and (max-width: 768px) {
    .postid-9886 .slider-and-user-status img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}


main#main > div.wp-block-cover {
    width: 100% !important;
}

/* Organizations Admin */

.organizations-admin .title {
    margin: 100px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #000;
}

.organizations-admin .organizations {
    width: 100%;
    max-width: 1165px;
    height: auto;
    margin: 0 auto;
}

.organizations-admin #add-organization-form,
.organizations-admin #edit-organization-form {
    width: 100%;
    height: auto;
    margin: 100px 0;
}

.organizations-admin .form-controls {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.organizations-admin button#add-organization,
.organizations-admin .form-controls button {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    border: 2px solid #48AB00;
    border-radius: 0;
}

.organizations-admin button#add-organization {
    width: auto;
}

.organizations-admin button#add-organization i {
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.organizations-admin .form-controls button {
    width: 150px;
}

.organizations-admin .form-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.organizations-admin .form-content > div {
    width: 47.5%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.organizations-admin .form-content .text-label {
    padding: 0 60px 35px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.organizations-admin .form-content input[type='number'], .organizations-admin .form-content input[type='text'], .organizations-admin .form-content textarea {
    width: 100%;
    height: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    background-color: #FFF;
    color: #000;
    border: 1px solid #D5D5D5;
}

.organizations-admin .form-content textarea {
    height: 200px;
    resize: none;
}

.ck.ck-editor {
    width: 100%!important;
}

.ck.ck-editor__top .ck-sticky-panel .ck-toolbar {
    border-radius: 14px 14px 0px 0px!important;
}

.ck.ck-editor__main>.ck-editor__editable {
    border-radius: 0px 0px 14px 14px!important;
}

.ck.ck-editor li, #page #primary #main .ck.ck-editor p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-family: 'Oswald'!important;    
    font-weight: 500;
}

.organizations-admin .form-error, .page-slug-error {
    display: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #FF0000;
}

.organizations-admin .form-controls button:first-of-type {
    margin-right: 25px;
    background-color: #FFF;
    color: #48AB00;
}

.organizations-admin button#add-organization,
.organizations-admin button#add-organization:focus,
.organizations-admin .form-controls button, 
.organizations-admin .form-controls button:focus {
    background-color: #48AB00;
}

.organizations-admin button#add-organization:hover,
.organizations-admin .form-controls button:hover {
    background-color: #3D8B04;
    color: #FFF;
    border-color: #3D8B04;
}

.organizations-admin .custom-input-file {
    width: 172px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    background-color: #F8F8F8;
    color: #000;
    cursor: pointer;
}

.organizations-admin .logo-field {
    display: none;
}

.organizations-admin .image {
    width: 100px;
    height: 100px;
    margin-top: 50px;
    display: none;
    object-fit: contain;
}

.organizations-admin .data {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organizations-admin .organization-item {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.organizations-admin .organization-item img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.organizations-admin #add-organization-form, 
.organizations-admin #edit-organization-modal {
    display: none;
}

.organizations-admin .content {
    margin-top: 50px;
    margin-bottom: 150px;
}

.organizations-admin .organization-item .data p,
.organizations-admin .no-organizations {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    outline: 0;
    border: none;
}

.organizations-admin .organization-item .data p:first-of-type {
    width: 65px;
    text-align: left;
}

.organizations-admin .organization-item .data p:nth-of-type(2) {
    width: fit-content;
    padding-left: 50px;
    text-align: left;
}

.customers-table .switch,
.header-organizations-secton .switch,
.organizations-admin .organization-item .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.customers-table .switch input,
.header-organizations-secton .switch input,
.organizations-admin .organization-item .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.customers-table .slider,
.header-organizations-secton .slider,
.organizations-admin .organization-item .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F8F8F8;
    -webkit-transition: .4s;
    transition: .4s;
}

.customers-table .slider:before,
.header-organizations-secton .slider:before,
.organizations-admin .organization-item .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
}

.customers-table input:checked + .slider,
.header-organizations-secton input:checked + .slider,
.organizations-admin .organization-item input:checked + .slider {
    background-color: #48AB00;
}

.customers-table input:checked + .slider:before,
.header-organizations-secton input:checked + .slider:before,
.organizations-admin .organization-item input:checked + .slider:before {
    background-color: #fff;
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

#pending_jobs.customers-table tr > td:last-child {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

/* Rounded sliders */

.customers-table .slider.round,
.header-organizations-secton .slider.round,
.organizations-admin .organization-item .slider.round {
    border-radius: 34px;
}

.customers-table .slider.round:before,
.header-organizations-secton .slider.round:before,
.organizations-admin .organization-item .slider.round:before {
    border-radius: 50%;
}

.organizations-admin .organization-item .controls {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.organizations-admin .edit-organization {
    padding: 20px;
    background-color: #F8F8F8;
    color: #000;
    margin-left: 15px;
}

.organizations-admin .delete-organization {
    margin-left: 15px;
    padding: 20px;
    background-color: #F8F8F8;
    color: #000;
}

.organizations-admin #delete-organization-modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999999;
    backdrop-filter: brightness(50%);
}

.organizations-admin #delete-organization-modal .container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organizations-admin #delete-organization-modal form {
    width: 480px;
    height: 270px;
    padding: 25px;
    position: relative;
    background-color: #FFF;
}

.organizations-admin #delete-organization-modal .title {
    margin-top: 0;
    font-weight: 500;
    text-align: center;
}

.organizations-admin #delete-organization-modal .row.buttons {
    width: calc(100% - 50px);
    position: absolute;
    bottom: 25px;
    justify-content: center;
}

/* Customers Admin */

.customers-admin #customers {
    margin-top: 25px;
}

.customers-admin #customers .dd-container, #customers .dd-select {
    width: 100% !important;
    margin: 0 !important;
}

.customers-admin #customers .button-cell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customers-admin #customers tr.odd:first-of-type {
    height: 109.5px !important;
}

.customers-admin #customers tr, #customers td:not(td.button-cell) {
    height: 110px !important;
}

.customers-admin #customers .button-cell {
    border-top: none;
    border-left: none;
}

.customers-admin #customers ul.dd-options {
    width: 100% !important;
}

.customers-admin #customers li a.dd-option:first-of-type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.customers-admin #customers li:first-of-type a.dd-option {
    padding: 35px 10px;
}

.customers-admin #customers label.dd-option-text {
    line-height: 1.2 !important;
}

.customers-admin #customers_length, .customers-admin #customers_filter {
    width: 50% !important;
    margin-top: 25px;
    margin-bottom: 25px;
    display: inline-block;
}

.customers-admin #customers_length label, .customers-admin #customers_length select {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.customers-admin #customers_filter label {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.customers-admin #customers_filter input[type="search"] {
    width: 300px;
    height: 50px;
    margin-left: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    background-color: #FFF;
    color: #000;
    border: 1px solid #D5D5D5;
}

.customers-admin th {
    background-color: rgb(238, 238, 238);
    border: none;
}

.customers-admin td {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000 !important;
    border: none;
}

.customers-admin .organization-cell img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    object-fit: contain;
}

.customers-admin .dd-select {
    background-color: transparent !important;
    border: none !important;
}

.customers-admin .dd-selected {
    display: flex;
    align-items: center;
}

.customers-admin .dd-selected-text {
    line-height: 1.2 !important;
}

.customers-admin a {
    color: #000 !important;
}

.customers-admin .button-cell {
    height: 110.5px !important;
}

.customers-admin .button-cell button {
    font-family: "Oswald";
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    background-color: #48AB00;
    color: #ffffff;
    border: none;
    border-radius: 0;
}

.customers-admin .button-cell button:hover {
    background-color: #3D8B04;
}

.customers-admin tr.even {
    background-color: rgb(238, 238, 238);
}

.customers-admin .dd-options.dd-click-off-close {
    height: 417px;
    overflow-y: auto;
}

.customers-admin .paginate_button.previous, 
.customers-admin .paginate_button.next {
    padding: 20px;
    font-family: "Oswald";
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    background-color: #48AB00;
    color: #ffffff !important;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.customers-admin .paginate_button.next {
    padding-left: 36px;
    padding-right: 36px;
}

.customers-admin .paginate_button {
    margin: 0 25px;
    font-family: "Oswald";
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    cursor: pointer;
}

.customers-admin #customers_info {
    margin-top: 50px;
    margin-bottom: 75px;
    font-family: "Oswald";
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}

.customers-admin #customers_wrapper {
    margin-bottom: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.customers-admin .paginate_button.current {
    color: #48AB00 !important;
}

.customers-admin .custom-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customers-admin h1 {
    margin: 100px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #000;
}

.customers-admin .links, .organizations-admin .links {
    width: 1167px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.customers-admin .links a, .organizations-admin .links a {
    margin-right: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #48AB00 !important;
}

#dashboard-total-members-2 {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1201px) {
    .fbinplusmembers {
        max-width: 90px;
    }
}

@media only screen and (max-width: 1200px) {
    .fbinplusmembers {
        max-width: none;
    }
}

.organisation-profile-main-content .organization-members {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
}

.organization-member-card .card-up {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 2px solid #F5F5F5;
    border-bottom: none;
}

.organization-member-card .card-down {
    height: 180px;
    padding: 25px;
    border: 2px solid #F5F5F5;
}

.organization-member-card .card-up .card-left {
    height: 100%;
    margin-right: 25px;
}

.organization-member-card .card-up .card-right {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.organization-member-card .member-profile-image {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.organization-member-card .text {
    font-size: 20px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
}

.organization-member-card .text.green {
    color: #48ab00;
}

.organization-member-card i:not(.member-profile-image) {
    margin-right: 15px;
    color: #48ab00;
}

.organization-member-card i.fa-linkedin-in::before {
    font-size: 25px;
}

.organisation-more-on-content-hub {
    margin-bottom: 150px;
}

.organisation-more-on-content-hub a {
    text-transform: uppercase;
}

.form-content .articles-row, .articles-row select {
    width: 100% !important;
}

.form-content .articles-row div {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-content .articles-row .delete-article {
    width: 40px;
    height: 40px;
    margin-left: 25px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
    color: #000;
}

.form-content .add-article {
    width: 40px;
    height: 40px;
    margin-bottom: 50px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
    color: #000;
}

.bckgrnd-off {
    background-color: white !important;
}

.bckgrnd-off img {
    max-width: 250px !important;
    max-height: 250px !important;
    object-fit: contain !important;
}

i.member-profile-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f6f7 !important;
    color: #b8b8b8 !important;
}

.organisation-profile-main-content .post-card-image img {
    object-fit: cover;
}

.organisation-profile-main-content .news-page-news-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.organisation-profile-main-content .news-page-news-container .post-card {
    width: 100% !important;
    margin: 0;
}

.organizations-admin .articles-row > div {
    justify-content: space-between;
}

.organizations-admin .selectstyle.ss_dib.light,
.organizations-admin #select_style,
.organizations-admin .ss_dib.ss_text {
    width: 100% !important;
    margin: 0 !important;
}

.organizations-admin .selectstyle.ss_dib.light {
    position: relative;
}

.organizations-admin #select_style_ul {
    width: 100% !important;
    position: absolute;
    top: 45px;
    left: 0;
    margin-top: 0 !important;
}

.organizations-admin .ssli_text {
    margin-bottom: 0 !important;
}

/* .wp-block-group__inner-container h2#the-team + div {
    display: grid !important;

} */
