body {
    font-family: 'Roboto', sans-serif !important;
}
.login-btn {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2f6eb0;
    padding: 12px 72px;
    border-radius: 6px;
}

.login-btn:hover {
    background-color: #000;
    color: #fff;
}

.row {
    display: flex;
    justify-content: space-between;
}

.col-6 {
    flex: 1 1 50%;
}

.row .col-6:last-child {
    display: flex;
    align-items: flex-end;
}

.profile-card {
    font-family: "Roboto", Sans-serif;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc-avatar {
    margin-right: 15px;
}

.pc-avatar-img {
    background-size: cover !important; 
    border-radius: 50%; 
    width: 129px; 
    height: 129px;
}

.pc-data span {
    font-weight: 500;
}

.profile-welcome {
    font-family: "Roboto", Sans-serif;
    color: #FFFFFF;
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.groups {
    list-style: none;
    padding-left: 0;
}

.groups li,
.resources-listing li {
    position: relative;
    font-size: 18px;
    color: #2f6eb0;
    font-weight: 400;
    /* padding: 21px; */
    /* border-bottom: 1px solid #838a9d; */
}

.groups li::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c0";
    margin-right: 15px;
    color: #1a3763;
  }

.erp-meeting,
.resource {
    display: flex;
}

.meetings-listing,
.erp-meeting ul,
.resources-listing {
    padding-left: 0;
    list-style: none;
}

.erp-meeting .col-2 {
    flex: 1 1 20%;
}

.erp-meeting::before {
    flex: 1 1 10%;
}

.erp-meeting .col-10 {
    flex: 1 1 60%;
}

.erp-meeting .col-10 a {
    font-size: 18px;
    font-weight: 400;
    color: #2f6eb0;
}

.erp-meeting ul {
    font-weight: 500;
    color: #2f70b1;
    font-size: 18px;
}


.erp-meeting {
    /* padding: 21px 0; */
    /* border-bottom: 1px solid #838a9d; */
    position: relative;
}

/* .erp-meeting::before {
    content: '';
    background: url('/wp-content/uploads/2022/12/meetings-icon.png');
    width: 60px;
    height: 60px;
    position: static;
    top: 15px;
    left: -70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} */

.erp-meeting .icon,
.resource .icon,
.name .icon {
    display: flex;
    align-items: center;
}

.erp-meeting a,
.erp-meeting a:hover,
.erp-meeting a:visited,
.erp-meeting a:active {
    color: #336;
}

.erp-meeting .col-4 i {
    margin-right: 10px;
}

.erp-meeting .col-8 {
    font-weight: 500;
}

.resource a {
    font-size: 18px;
    color: #2f6eb0;
    font-weight: 400; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.resource i {
    color: #1a3763;
}

/* .resource::before {
    content: '';
    background: url('/wp-content/uploads/2022/12/resources-icon.png');
    width: 53px;
    height: 68px;
    position: static;
    top: 15px;
    left: -65px;
    background-size: contain;
    background-repeat: no-repeat;
    flex: 0 1 10%;
    background-position: center;
} */

.resources-listing .col-10, .resources-listing .col-2 {
    border-bottom: 1px solid #838a9d;
    padding-top: 20px;
    padding-bottom: 20px;
}

.erp-meeting-date {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
}
.erp-meeting-time {
    margin-top: 25px;
}

.erp-meeting-time,
.erp-meeting-location {
    color: #fff;
    font-size: 22px;
}

.erp-meeting-time span,
.erp-meeting-location span {
    font-weight: bold;
}

.meeting-details-details {
    display: flex;
}

.meeting-details-details .label {
    font-weight: bold;
    font-size: 20px;
    color: #106EB5;
    margin-bottom: 5px;
}

.meeting-details-details .value {
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
}

.meeting-details-details i {
    color: #106EB5;
}

.meeting-details-details span {
    width: 30px;
    display: inline-block;
}

.meeting-details-details span+div {
    display: inline-block;
}

.meeting-details-date .label,
.meeting-details-time .label,
.meeting-details-location .label {
    padding-left: 30px;
}

.meeting-details-meetingid .value {
    font-weight: bold;
    color: #1a3763;
}

.erp-meeting-zoom-link {
    color: #1a3763;
    font-weight: bold;
}

.meeting-details-meetingid a {
    color: #1a3763;
}

.menu-item-302 {
    display: none !important;
}

.page-id-228 .resources-listing,
.page-id-220 .meetings-listing {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 8%;
}

.erp-board-avatar {
    margin-bottom: -7px;
}

.btn-profile-edit {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2f6eb0;
    border-radius: 6px;
    padding: 13px 65px;
    display: inline-block;
    transition: ease-in-out .3s all;
}

.btn-profile-edit:hover {
    background-color: #000;
    color: #fff;
    transition: ease-in-out .3s all;
}

.erp-meeting .day {
    text-transform: uppercase;
    color: #336;   
    line-height: 1;
    margin-bottom: 8px;
}

.erp-meeting .month-day {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
}

.erp-meeting .time {
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 1;
}

.erp-meeting .col-8 a {
    color: #2f6eb0;
    font-weight: 400;
}

.groups li::before {
    display: none;
}

/* .groups .name::before {
    content: '';
    background: url('/wp-content/uploads/2022/12/groups.png');
    width: 66px;
    height: 50px;
    position: static;
    top: 25px;
    left: -75px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

} */

.resource .date .day {
    text-transform: uppercase;
    color: #336;   
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 500;
}

.resource .date .month-day {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 3px;
}

.resource ul.date {
    list-style: none;
    padding-left: 0;
}

.resource ul.date li {
    border: none;
    padding: 0;
}

.resource .col-2 {
    flex: 1 1 20%;
}

.resource .col-10 {
    flex: 1 1 50%;
}

.group-users-count {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1a3763;
}

.erf-dashboard-box strong span {
    font-size: 24px;
    font-weight: 600;
    color: #106eb5;
    margin-bottom: 15px;
    margin-top: 25px;
    display: block;
    letter-spacing: 1px;
}

.erf-dashboard-box ul {
    margin-bottom: 15px;
}

.erf-dashboard-box ul li {
    margin-bottom: 10px;
}

.erf-dashboard-box ul.links-list {
    list-style: none;
    padding-left: 0;
}

.erf-dashboard-box ul.links-list li {
    margin-bottom: 0;
}

.erf-dashboard-box ul li a.button,
.button {
    background-color: #f7f7f7;
    color: #747474;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 3%), inset 0px 4px 3px -2px rgb(0 0 0 / 7%) !important;
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    font-size: inherit;
    overflow: hidden;
    text-decoration: none!important;
    cursor: pointer;
    border-style: solid;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
    border: 0;
    font-weight: 400 !important;
}

.erf-dashboard-box ul li a.button:after,
.button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: rgba(0,0,0,.05);
    z-index: 1;
    transition: width .2s ease-in-out;
}

.erf-dashboard-box ul li a.button:hover:after,
.button:hover:after {
    width: 100%;
}

.page-id-42 .resources-listing .resource {
    display: none;
}

.page-id-42 .resources-listing .resource:nth-child(n+1):nth-child(-n+3) {
    display: flex;
}

.single-meeting .resources-listing .resource::before {
    left: -40px;
    width: 26.5px;
    height: 34px;
}

.single-meeting ul.resources-listing {
    padding-left: 40px;
}

#normaluser-nav,
#boardmember-nav,
.logged-in-normaluser #boardmember-nav,
.logged-in-boardmember #normaluser-nav {
    margin-bottom: 0 !important;
}

.not-logged-in #normaluser-nav,
.not-logged-in #boardmember-nav,
.logged-in-administrator #normaluser-nav,
.logged-in-normaluser #boardmember-nav,
.logged-in-boardmember #normaluser-nav  {
    display: none;
}

.pc-data {
    margin-right: 40px;
}


.erp-meeting::before,
.resource::before,
.groups .name::before {
    margin-right: 10px;
}

.groups .name {
    display: flex;
}

.group-inner {
    flex: auto;
}

.meetings-listing .col-10,
.meetings-listing .col-2,
.groups .name .group-inner {
    border-bottom: 1px solid #838a9d;
    padding-top: 20px;
    padding-bottom: 20px;
}
.meetings-listing .erp-meeting:first-child .col-10,
.meetings-listing .erp-meeting:first-child .col-2 {
    /* border-top: 1px solid #838a9d; */
}





@media(max-width: 1530px) {
    .profile-card {
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .pc-avatar {
        margin-bottom: 15px;
    }

    .profile-welcome {
        font-size: 25px;
    }
}

@media(max-width: 1535px) {
    .erp-meeting::before,
    .resource::before {
        zoom: .5;
        transform: translateY(50%);
    }

    .resource::before {
        left: -65px;
    }

    .groups .name::before  {
        transform: translateY(80%);
        zoom: .5;
        left: -72px;
    }

    .main-section {
        padding: 10px;
    }

    /* .main-section .elementor-column > .elementor-widget-wrap {
        margin: 0 !important;
    } */
}

@media(max-width: 1360px) {
    .login-btn {
        padding: 12px 35px;
        max-width: 100%;
        display: inline-block;
    }

    .header-cl,
    .header-cr {
        max-width: 50%;
    }

    .header-cl .elementor-widget-wrap {
        background-position: center left !important;
    }
}

@media(max-width: 1240px) {
    .header-cr {
        max-width: 100%;
    }

    .profile-welcome {
        text-align: center;
    }

    .profile-card {
        align-items: center;
    }

    .header-cr .elementor-shortcode {
        text-align: center;
    }
}


@media(max-width: 580px) {
    .erp-meeting .time {
        font-size: 12px;

    }

    .erp-meeting .month-day,
    .erp-meeting .day {
        font-size: 14px;
    }

    .erp-meeting .col-10 a {
        font-size: 14px;
    }

    .elementor-42 .elementor-element.elementor-element-b113591 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
}

.elementor-shortcode .groups .name .grou-name {
    line-height: 1;
    margin-bottom: 8px;
}

.resources-listing .resource {
    min-height: 108px;
}

.resources-listing .col-10, 
.resources-listing .col-2,
.meetings-listing .col-10, 
.meetings-listing .col-2 {
    display: flex;
    align-items: center;
}

.f-h-ls h2 {
    letter-spacing: 1px;
}


@media(max-width: 1530px) {
    .member-login .profile-card {
        flex-direction: initial;
        align-items: center;
    }
}

@media(max-width: 1240px) {
    .member-login .profile-card {
        flex-direction: column-reverse;
        align-items: center;
    }
    .member-login .elementor-shortcode {
        text-align: center;
    }

    .member-login .pc-data {
        margin-right: 0;
    }
}

body #header-cover-image {
    background: #003664 !important;
    background-image: none !important;
    height: 185px !important;
    margin-top: 45px;
}

body #header-name-container h2 small,
body #header-name-container h2 a {
    font-size: 14px;
    text-decoration: underline;
    color: #2f6eb0;
}

body #profile-navigation {
    display: none;
}

body .wpum-form fieldset label {
    margin-bottom: 5px;
}


body a {
    color: #1A3763;
}

body a:hover {
    color: #2F6EB0;
}

#wpum-submit-account-form [type=button],
#wpum-submit-account-form [type=submit],
#wpum-submit-account-form button,
#wpum-submit-password-form [type=button]:not(:disabled), 
#wpum-submit-password-form [type=submit]:not(:disabled), 
#wpum-submit-password-form button:not(:disabled),
.wpum-template.wpum-form.wpum-login-form .button {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2f6eb0;
    padding: 12px 72px;
    border-radius: 6px;
    border: none;
}

#wpum-submit-account-form [type=button]:hover,
#wpum-submit-account-form [type=submit]:hover,
#wpum-submit-account-form button:hover,
#wpum-submit-password-form [type=button]:not(:disabled):hover, 
#wpum-submit-password-form [type=submit]:not(:disabled):hover, 
#wpum-submit-password-form button:not(:disabled):hover,
.wpum-template.wpum-form.wpum-login-form .button:hover {
    background-color: #000;
}

#profile-content-about .profile-fields-table td.label, .profile-content-settings .profile-fields-table td.label {
    padding: 15px !important;
}

.page-id-735 h1.entry-title,
.page-id-734 h1.entry-title 
{
    display: none;
}

body .profile-content-settings .profile-fields-group-1 .group-title {
    display: none;
}

#profile-content-about .profile-fields-table, .profile-content-settings .profile-fields-table {
    border-top: 1px solid #eee;
}

.wpum-template.wpum-account-page {
    margin-top: 45px;
}

ul.erp-group--listing {
    list-style: none;
    padding-left: 0;
}

li.erp-group--user {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #838a9d;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 450px) {
    li.erp-group--user {
        flex-direction: column;
        align-items: center;
    }
}

.page-header h1.entry-title {
    font-size: 2rem;
    margin-top: 1rem;
}

.wpum-action-links {
    display: none;
}