﻿@import url('../../../../0/portal.css');

/* bootstrap fixes */
html {
    font-size: unset;
}

* {
    box-sizing: unset;
}

.row:after, .row:before {
    content: unset;
}

.dnnModalCtrl, .dnnModalCtrl button {
    box-sizing: border-box;
}
/* fix font-awesome */
.fa {
    font-family: "FontAwesome";
}

.quicktasks a{
    color:black !important;
}
/* theme variables */
/*:root {
    --text-highlight-color: #a9e4ed;
    --menu-highlight-color: #a9e4ed;
    --button-background-color: #a9e4ed;
    --button-text-color: #000;*/
/*    --text-highlight-color: #ec3f41;
    --menu-highlight-color: #ec3f41;*/
/*--swiper-pagination-color: rgba(255, 255, 255, 0.35);
    --swiper-pagination-bullet-inactive-color: #ffffff;
    --swiper-pagination-bullet-inactive-opacity: 0.35;
    --litepicker-container-months-color-bg: transparent;
    --litepicker-container-months-box-shadow-color: transparent;
    --litepicker-month-header-color: #fff;
    --litepicker-button-prev-month-color: #fff;
    --litepicker-button-next-month-color: #fff;
    --litepicker-button-prev-month-color-hover: var(--text-highlight-color);
    --litepicker-button-next-month-color-hover: var(--text-highlight-color);
    --litepicker-day-width: clamp(20px, 12.1vw, 50px);
    --litepicker-day-color: #fff;
    --litepicker-day-color-hover: #000;
    --litepicker-is-today-color: var(--litepicker-day-color);
    --litepicker-is-in-range-color: #6f7572;
    --litepicker-is-locked-color: #9e9e9e;
    --litepicker-is-start-color: #000;
    --litepicker-is-start-color-bg: var(--text-highlight-color);
    --litepicker-is-end-color: #000;
    --litepicker-is-end-color-bg: var(--text-highlight-color);
}*/
/* General */
body {
    font-size: initial;
}

.full-width {
    width: 100%;
}

.absolute-top-right {
    top: 0px;
    right: 0px;
}

.absolute-top-left {
    top: 0px;
    left: 0px;
}

.absolute-bottom-right {
    bottom: 0px;
    right: 0px;
}

.absolute-bottom-left {
    bottom: 0px;
    left: 0px;
}

a, a:active, a:focus, a:hover, a:visited {
    color: black;
    text-underline-offset: 0.2em;
    position: relative;
}

input[type=submit] {
    cursor: pointer;
    position: relative;
}

    input[type=submit]:disabled {
        background-color: #9d804c;
        cursor: not-allowed;
    }

    input[type=submit].btn {
        width: 100%;
        box-sizing: border-box;
    }

/*.module-content {
    padding-bottom: 150px;
}*/

.ios-view .module-content {
    padding-bottom: 0px !important;
}

ol, ul {
    color: var(--submenu-highlight-color);
    /*font-weight: bold !important;*/
}

blockquote, blockquote p {
    color: white !important;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--text-header-color);
}

.button.btn-transparent.statement.rotate-icon::after {
    transform: rotate(90deg);
}

#nav-menu #main-menu li.active {
    border-left: 3px solid var(--text-highlight-color);
}

    #nav-menu #main-menu li.active > a, #nav-menu #main-menu li.active > button,
    #nav-menu .childMenu li.active > a, #nav-menu .childMenu li.active > button {
        color: var(--text-highlight-color);
        margin-left: -3px;
        font-variation-settings: "wght" 500;
    }

#nav-menu #main-menu li.nav-first-footer {
    border-top: solid 1px #2f2f2f;
}

#nav-menu #main-menu li.nav-last-footer {
    border-bottom: solid 1px #2f2f2f;
}

#nav-menu h2.mobile-menu-label {
    margin-left: 18px;
}

#nav-menu #main-menu li.nav-item.nav-parent a {
    display: inline-block;
}

#nav-menu #main-menu li.nav-parent.open > a::after, #nav-menu .childMenu li.nav-parent.open > a::after {
    top: auto !important;
}

.dnnFormWarning {
    position: absolute;
}

.dnnFormMessage {
    color: white;
}

.button.btn-rectangle.location address, .button.btn-rectangle.accordion address, .button.btn-rectangle.article-preview address {
    font-style: normal;
    line-height: 1.5em;
}

.button.btn-rectangle.accordion .button__content .col a {
    font-size: initial;
}

.update-profile .button.btn-rectangle.accordion.expanded::after {
    top: 1.75em;
}

.update-profile-form.update-profile-address .form-group .input-group input, .update-profile-form.update-profile-address .form-group .input-group select {
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.btn.update-profile {
    margin-right: 15px;
    .btn.update-profile: 
}

address a {
    line-height: 1.5em;
}

input::-webkit-date-and-time-value {
    text-align: left;
}

.wm-content-html {
    background-color: var(--content-page-background);
    /* rgb(29 35 42);  H2: #a8e3ec 
    ParagraphText color: #ffffff;

    background-color: rgba(65, 65, 65, 0.1);*/
    -webkit-backdrop-filter: blur(5px) brightness(80%);
    backdrop-filter: blur(5px) brightness(80%);
    border-radius: 0.75rem;
    padding: 1rem 1.375rem 2.1875rem 1.375rem;
    margin: 0rem 0.625rem 2rem;
    font-variation-settings: normal;
    color: white;
}

    .wm-content-html h1, .wm-content-html h2, .wm-content-html h3 {
        font-weight: 500;
        color: var(--text-highlight-color);
        margin-top: 0;
        margin-bottom: 0.9375rem;
    }

    .wm-content-html h4, .wm-content-html h5, .wm-content-html h6 {
        font-weight: 500;
        color: var(--text-highlight-color);
    }

    .wm-content-html .button.btn-rectangle.location, .button.btn-rectangle.accordion, .button.btn-rectangle.article-preview {
        padding-left: 20px !important;
        padding-right: 10px !important;
    }

    .wm-content-html ul, .wm-content-html ol {
        font-size: initial;
    }

/* Winmill Calendar */
.container-wm-cal {
}

.wm-cal {
    width: 100%;
    border: 0px !important;
}

    .wm-cal tr:first-child td {
        background-color: transparent !important;
        /*        color: white;
*/ font-size: 19px;
        font-weight: 500;
        padding: 10px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    }

.wm-cal-day a {
    /*    color: white !important;
*/ font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    display: block;
    padding: 12px 2px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.wm-cal-day {
    padding: 0px !important;
}

    .wm-cal-day.other-month a {
        display: none;
    }

    .wm-cal-day.past-day {
        color: rgb(158, 158, 158);
        font-size: 16px;
        font-weight: 600;
        text-decoration: none !important;
        padding: 12px 2px !important;
    }

.other-month.past-day.wm-cal-day {
    color: silver;
}

.wm-cal-day.selected-day {
    background-color: transparent !important
}

    .wm-cal-day.selected-day a {
        background-color: var(--text-highlight-color) !important;
        border-radius: 50%;
        color: black !important;
    }

    .wm-cal-day.selected-day.in-range a {
        /*            background-color: rgb(111, 117, 114) !important;
*/ border-radius: 0% !important;
    }

/*.wm-cal-day.selected-day.in-range a {
            color: white !important;
        }*/

/*.wm-cal-day.selected-day.start-date {
            background: linear-gradient(90deg, transparent 50%, rgb(111, 117, 114) 50%);
        }

        .wm-cal-day.selected-day.end-date {
            background: linear-gradient(90deg, rgb(111, 117, 114) 50%, transparent 50%);
        }*/

.day-header-row {
    width: 100%;
    /*    color: white;
*/ text-align: center;
    border-bottom: 2px solid rgba(243, 244, 245, 0.2);
}

    .day-header-row td {
        padding: 0.625rem;
        font-weight: 700;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    }

/* Messaging System */
#successful-form-submission {
    position: fixed;
    top: 40%;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    z-index: 10000;
}

.successful-form-submission--copy-container {
    max-width: 700px;
    background: #ffda43;
    padding: 2em 2em;
    margin: 0 auto;
    position: relative;
    border: 3px outset var(--text-highlight-color);
    display: inline-block;
    border-radius: 15px;
}

    .successful-form-submission--copy-container #successful-form-submission--close {
        position: absolute;
        color: #000000;
        top: 0.3em;
        right: 0.3em;
        text-decoration: none;
    }

    .successful-form-submission--copy-container p {
        font-weight: normal;
        text-align: center;
        color: #000000;
    }

    .successful-form-submission--copy-container.information {
        background: var(--text-highlight-color);
        border-color: black;
    }

    .successful-form-submission--copy-container.success {
        background: var(--text-highlight-color);
        border-color: black;
    }

    .successful-form-submission--copy-container.warning {
        background: orange;
        border-color: black;
    }

    .successful-form-submission--copy-container.error {
        background: orange;
        border-color: black;
    }

.successful-form-submission-overlay {
    z-index: 9999;
    background: rgba(0,0,0,0.65);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
}


/* Checkbox adjust from AVI */
.inline-checkbox.row span.wm-checkbox input[type=checkbox] + label {
    padding: 0 1rem 0.75rem 1.9rem;
}

.wm-checkbox-list input[type=radio] + label::before {
    border-color: white !important;
}

.wm-checkbox-list input[type=radio] + label {
    color: white !important;
}

.wm-checkbox-list input[type=radio]:checked + label::after {
    background-color: white !important;
    color: white !important;
    border-color: white !important;
}
/* Page specific adjustments from AVI */
#login {
    padding: 0rem 1rem 0rem;
}

.login-heading {
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.article-page .article__heading {
    padding-bottom: 0.3125rem;
    color: var(--text-highlight-color);
}

.article-page .article__post-date {
    padding: 0 0 2rem 0.3125rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.event-details-page .article__heading {
    padding-bottom: 0.3125rem;
    /*    color: var(--text-highlight-color);
*/
}

.event-details-page .article__post-date,
.event-details-page .event__date {
    padding: 0 0 2rem 0.3125rem;
    /*    color: rgba(255, 255, 255, 0.6);
*/ margin: 0;
}

.button.btn-rectangle.article-preview h4, .button.btn-rectangle.article-preview h1 {
    /*    color: var(--text-highlight-color);
*/
}

.article-preview__headline a, .article-preview__headline a:hover,
.article-preview__headline a:focus, .article-preview__headline a:visited {
    text-decoration: none;
    /*    color: var(--text-highlight-color) !important;
*/
}



.member-directory #directory-search-form > div #classification-container.active .choices {
    overflow: visible;
}


    .member-directory #directory-search-form > div #classification-container.active .choices .choices__list--dropdown,
    .member-directory #directory-search-form > div #classification-container.active .choices .choices__list[aria-expanded] {
        visibility: visible;
        max-height: 418px;
    }


.member-directory #directory-search-form > div #classification-container .choices .choices__list--dropdown .choices__list,
.member-directory #directory-search-form > div #classification-container .choices .choices__list[aria-expanded] .choices__list {
    max-height: 18.125rem;
}


.member-directory #classification-container {
    min-height: 0;
}

.member-directory #skills-container:not(#location-container):not(#classification-container).active {
    min-height: 420px;
}
.member-directory #location-container:not(#skills-container):not(#classification-container).active {
    min-height: 590px;
}
.member-directory #classification-container:not(#location-container):not(#skills-container).active {
    min-height: 420px;
}

.finance-page .filter-toggle,
.payment-page .filter-toggle,
.work-history .filter-toggle,
.online-billpay .filter-toggle {
    width: 40px;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: none;
}

    .finance-page .filter-toggle .filter-notification,
    .payment-page .filter-toggle .filter-notification,
    .work-history .filter-toggle .filter-notification,
    .online-billpay .filter-toggle .filter-notification,
    .member-directory .directory-table__heading #statusFilterDropdown .filter-notification {
        position: absolute !important;
        top: 0 !important;
        right: 6px !important;
        -webkit-transform: translateX(4px) !important;
    }

.ios-view .finance-page .filter-toggle .filter-notification,
.ios-view .payment-page .filter-toggle .filter-notification,
.ios-view .work-history .filter-toggle .filter-notification,
.ios-view .online-billpay .filter-toggle .filter-notification,
.ios-view .member-directory .directory-table__heading #statusFilterDropdown .filter-notification {
    right: 0px !important;
}

.ios-view .member-directory .directory-table__heading #statusFilterDropdown .filter-notification {
    -webkit-transform: translateX(-12px) !important;
}

.finance-page .row.finance-history-section,
.online-billpay .row.online-bill-pay-section,
.work-history .row.work-history-section {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 1.5rem;
}

.finance-page p.filter-description,
.online-billpay p.filter-description,
.work-history p.filter-description {
    color: black;
    margin: 0.375rem 0 0 0;
    font-size: 0.9375em;
}

.finance-page p.invoice-description,
.online-billpay p.invoice-description,
.push-notifications-page p.description {
    word-break: break-word;
    white-space: normal;
}

/*Braintree button styles for Finance History page*/
.braintree-button {
    margin-right: 10px;
    margin-top: 10px;
}

.braintree-button-container {
    width: 70%
}

.filter-fields {
    padding-top: 15px;
}

.calendar-container {
    overflow-y: scroll;
}

.profile-availability-container {
    /*    background-color: rgba(99, 102, 107, 0.3);
*/ padding: 1rem 0.5rem;
    -webkit-backdrop-filter: blur(0) brightness(100%) opacity(1);
    backdrop-filter: blur(0) brightness(100%) opacity(1);
    border: none;
    transition: background-color 0.3s ease-in-out;
    border-radius: 0.75rem;
    font-variation-settings: "wght" 300;
}

.result-pagination {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .result-pagination ul {
        list-style: none !important;
        margin: 0px;
        display: inline-block;
    }

    .result-pagination li.member-search-paging {
        display: inline-block;
        color: var(--text-highlight-color);
        font-weight: bold;
    }

        .result-pagination li.member-search-paging a {
            text-decoration: none;
            color: var(--text-highlight-color);
            padding: 3px 8px;
        }

        .result-pagination li.member-search-paging.selected a {
            color: white;
            background-color: var(--text-highlight-color);
            border-radius: 50%;
            margin: 0px 3px;
        }

    .result-pagination a.prev-next-button {
        text-decoration: none;
        color: var(--text-highlight-color);
        font-size: 24px;
        font-weight: bold;
    }

a.lb-star.lb-star-favorited:before {
    content: url("../_assets/star.svg");
}

a.lb-star.lb-star-empty:before {
    content: url("../_assets/star_empty.svg");
}

a.lb-star-detail:before {
    margin-left: -6px;
    margin-right: 0.75rem;
}

.sort-btn.asc:after {
    content: url("../_assets/arrow_downward.svg");
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 10px;
    filter: brightness(0) saturate(100%) invert(0);
}

.sort-btn.desc:after {
    content: url("../_assets/arrow_downward.svg");
    display: inline-block;
    position: relative;
    top: 10px;
    filter: brightness(0) saturate(100%) invert(0);
}

.status-filter-col {
    position: absolute;
    right: 0px;
}

    .status-filter-col p {
        margin-top: 7px !important;
        font-size: 16px !important;
    }

    .status-filter-col button {
        margin-top: 7px;
    }

.close-btn:before {
    content: url("../_assets/exit.svg");
}


#pswd_info {
    padding: 15px;
    /*    background: lightgray;
*/ font-size: .875em;
    border-radius: 5px;
    /*    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;*/
}

    #pswd_info h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
        color: #000000;
    }

.invalid {
    background: url(../images/invalid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    background: url(../images/valid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#pswd_info {
    display: none;
}


/*Footer Menu*/
footer.browser-view {
    position: relative;
}

footer.gonative-view {
    display: none;
}

.wm-footer-utility-menu {
    display: inline;
    margin-left: -0.9375em;
}

    .wm-footer-utility-menu li {
        display: inline;
        padding: 0 0.625em;
    }

        .wm-footer-utility-menu li.ia798-active a {
            color: #fff;
        }

    .wm-footer-utility-menu a {
        color: var(--footer-link-color);
        text-decoration: none;
        padding: 0.6em 0.5em;
        display: inline-block;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-variation-settings: normal;
        font-weight: bold;
        font-size: large;
    }

        .wm-footer-utility-menu a:focus,
        .wm-footer-utility-menu a:hover {
            color: #fff;
            text-decoration: underline;
        }

@media screen and (max-width: 56.25em) {
    .wm-footer-utility-menu {
        margin-left: 0;
    }

        .wm-footer-utility-menu li {
            width: 50%;
            float: left;
            padding: 0;
        }

        .wm-footer-utility-menu a {
            padding-left: 0;
        }
}

/* Menu */
.nav-primary li {
    color: black !important;
}
,
.nav-secondary li {
    display: inline-block;
}

    .nav-primary li a,
    .nav-secondary li a {
        overflow: hidden;
        display: block;
    }

        .nav-primary li a span:hover,
        .nav-secondary li a span:hover {
            text-decoration: none !important;
            font-variation-settings: "wght" 800;
        }

        .nav-primary li a span,
        .nav-secondary li a span {
            overflow: hidden;
            font-variation-settings: "wght" 500;
            color: var(--text-Menu-color);
        }

            .nav-primary li a span:after,
            .nav-secondary li a span:after {
                display: block;
                content: '';
                width: 100%;
                height: 2px;
                background: white;
                opacity: 0;
                transition: all .3s ease;
                transform: translateY(130%);
            }

    .nav-primary li.has-children > a span:after,
    .nav-secondary li.has-children > a span:after {
        opacity: 0 !important;
    }

@media only screen and (min-width: 1300px) {
    .nav-primary,
    .nav-secondary {
        display: block;
    }
}

.nav-primary {
    margin-top: 1px;
    text-align: center;
}

    .nav-primary > ul > li {
        position: relative;
        display: inline-block;
    }

        .nav-primary > ul > li a {
            padding: 20px 8px;
            display: block;
            text-decoration: none;
        }

        .nav-primary > ul > li .children {
            top: 55px;
            right: auto;
            bottom: auto;
            left: 10px;
            position: absolute;
            width: 230px;
            overflow: hidden;
            text-align: left;
            background: white;
            opacity: 0;
            max-height: 0;
            transition: all .4s ease;
        }

            .nav-primary > ul > li .children li {
                display: block;
            }

            .nav-primary > ul > li .children a {
                padding: 5px 0;
                color: var(--submenu-highlight-color);
                font-style: normal;
            }

            .nav-primary > ul > li .children li:hover a span:after {
                background: #fff;
            }

        .nav-primary > ul > li:hover .children {
            padding: 20px 27px 25px 27px;
            /* max-height: 5000px; */
            opacity: 1;
            max-height: 70vh;
            overflow-y: auto;
            z-index: 99;
        }

            .nav-primary > ul > li:hover .children::-webkit-scrollbar {
                background-color: green;
                display: none;
            }

        .nav-primary > ul > li.disabled {
            vertical-align: top;
        }

        .nav-primary > ul > li > span {
            padding: 20px 10px;
            display: block;
            color: var(--text-Menu-color);
        }

        .nav-primary > ul > li.active,
        .nav-primary > ul > li ul.children > li.active,
        .wm-footer-utility-menu > li.active a {
            text-decoration: underline;
            text-decoration-color: var(--menu-highlight-color);
            text-underline-offset: 5px;
        }

@media only screen and (min-width: 1200px) {
    .nav-primary li a {
        padding: 20px 15px;
    }
}

@media only screen and (min-width: 1050px) {
    .nav-primary > ul > li a {
        padding: 20px 10px;
    }
}

.nav-secondary {
    position: absolute;
    top: 10px;
    right: 15px;
}

    .nav-secondary ul li a {
        margin-left: 10px;
        color: var(--menu-highlight-color);
        font-size: 12px;
    }

/*Verification of Standing*/
/*.verification-of-standing-content {
    background: no-repeat;
    background-image: url(../_images/local-798-logo-white-star-large.png);
    background-position: center;
    background-size: contain;
}
.verification-of-standing-content p{
    color:white;
}*/

.top-nav-logo {
    max-width: 250px;
    max-height: 150px;
}




/* fix issue with DNN editor */
div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {
    color: black;
}





#announcement-swipe .swiper-slide__content {
    min-height: 0;
}

#announcement-swipe {
    min-height: 0;
}




h1.wm-page-title {
    padding-left: 1.5625rem;
    padding-bottom: 10px
}

.gonative-view h1.wm-page-title,
.mobile-website-view h1.wm-page-title {
    padding-left: 0;
}



.btn {
    background-color: var(--button-background-color) !important;
    padding: 15px;
    color: var(--button-text-color);
    border-radius: .8rem;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    display: block;   
}

    .btn.transparent-btn {
        background-color: transparent;
        border: 2px solid var(--button-background-color);
        color: var(--button-text-color);
        
    }

.update-profile-form .btn.update-profile {
    background-color: var(--button-background-color) !important;
    color: var(--button-text-color) !important;
    border: 2px solid var(--button-background-color) !important;
}

input[type=submit].btn {
    width: 100%;
    box-sizing: border-box;
    background-color: var(--button-background-color) !important;
    color: var(--button-text-color) !important;
    border: 2px solid var(--button-background-color) !important;
    height:65px;
}


div.member-profile-pic-container {
    text-align: center;
}

    div.member-profile-pic-container img.member-profile-pic {
        border-radius: 30px;
    }

    div.member-profile-pic-container .editphoto {
        margin-top: 20px;
        padding: 15px;
        padding-left: 25px;
        padding-right: 25px;
    }



/*** flex events */
.ModFlexEventsC {
    margin-top: 20px;
}

    .ModFlexEventsC .back-to-events {
        text-align: right;
        display: block;
        width: 100%;
        margin-top: -20px;
    }

    .ModFlexEventsC .button.btn-rectangle.article-preview .back-to-events a,
    .ModFlexEventsC .button.btn-rectangle.article-preview .back-to-events a:visited,
    .ModFlexEventsC .button.btn-rectangle.article-preview .back-to-events a:active,
    .ModFlexEventsC .button.btn-rectangle.article-preview .back-to-events a:hover {
        color: #1e21c0;
    }


    .ModFlexEventsC .edit-event {
        text-align: left;
        display: block;
        width: 100%;
        margin-top: -20px;
    }

    .ModFlexEventsC .button.btn-rectangle.article-preview .edit-event a,
    .ModFlexEventsC .button.btn-rectangle.article-preview .edit-event a:visited,
    .ModFlexEventsC .button.btn-rectangle.article-preview .edit-event a:active,
    .ModFlexEventsC .button.btn-rectangle.article-preview .edit-event a:hover {
        color: #1e21c0;
    }

    .ModFlexEventsC .event-details-page .event-details .article__content img {
        margin-bottom: 18px;
        display: block;
    }

    .ModFlexEventsC div.quicktasks {
        background-color: #0000001a;
    }

        .ModFlexEventsC div.quicktasks span {
            color: white;
        }

    .ModFlexEventsC .redbox {
        background-color: #bb0e15d9;
    }

        .ModFlexEventsC .redbox ul {
            margin-bottom: unset;
        }

    .ModFlexEventsC .flexlist a {
        color: black;
    }

    .ModFlexEventsC .eventslist h6 {
        font-size: 20px;
        line-height: normal;
    }

    .ModFlexEventsC h1.article__heading, .ModFlexEventsC .event__date {
        padding-left: 0;
    }

    .ModFlexEventsC div.ui-tabs > div.ui-tabs-panel {
        background-color: #80808070;
        margin-top: 0;
    }

    .ModFlexEventsC .searchfilters, .ModFlexEventsC .flextable {
        background-color: rgba(0, 0, 0, 0.2);
        color: white;
    }

        .ModFlexEventsC .searchfilters span {
            min-width: 150px;
        }

        .ModFlexEventsC .flextable label {
            color: white;
        }

        .ModFlexEventsC div.ui-tabs > div.ui-tabs-panel input[type=text], .ModFlexEventsC div.ui-tabs > div.ui-tabs-panel textarea, .ModFlexEventsC div.ui-tabs > div.ui-tabs-panel select,
        .ModFlexEventsC .searchfilters input[type=text], .ModFlexEventsC .searchfilters textarea, .ModFlexEventsC .searchfilters select,
        .ModFlexEventsC .flextable input[type=text], .ModFlexEventsC .flextable textarea, .ModFlexEventsC .flextable select {
            background-color: #80808070;
            border-radius: 5px;
            min-height: 30px;
            color: white;
            padding: 5px;
            -webkit-appearance: auto;
            -moz-appearance: auto;
            appearance: auto;
        }


    .ModFlexEventsC .event-details-page #event-details-map {
        min-height: 0;
    }

        .ModFlexEventsC .event-details-page #event-details-map .map {
            min-height: 225px;
        }

    .ModFlexEventsC .events-page h1 {
        margin-left: 15px;
    }

    .ModFlexEventsC .events-page div.events-filter {
        margin-right: 15px;
        margin-top: -10px;
    }
/* bootstrap fix */
.wm-homepage--mobile .row {
    margin-right: unset;
    margin-left: unset;
}

.button.btn-square {
    /*min-height:90px;*/
}

    .button.btn-square h3 {
        /*width: 150px;*/
        white-space: normal;
        font-size: 16px;
    }

    .button.btn-square i.fa {
        font-size: 32px;
        margin-top: 4px;
        margin-bottom: 12px;
    }

.wm-homepage--mobile .wm-rectanglemenu-circle {
    padding-left: 1.25rem;
}

    .wm-homepage--mobile .wm-rectanglemenu-circle .wm-fa-circle {
        margin-left: 5px;
        margin-right: 20px;
    }

    .wm-homepage--mobile .wm-rectanglemenu-circle .wm-fa-circleicon {
        color: var(--text-highlight-color);
        font-size: 50px;
        margin-top: -5px;
    }

    .wm-homepage--mobile .wm-rectanglemenu-circle .wm-fa-icon {
        color: black;
        font-size: 20px;
    }

.btn.login-button {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}


.form-group .input-group select {
    position: absolute;
    bottom: 0;
}

.search-summary .button {
    margin-left: 0;
    margin-right: 0;
}

.search-summary h3.list-item-title {
    color: var(--text-highlight-color);
    white-space: normal;
}

.search-summary .status-color {
    background-color: green;
    padding: 5px;
    border-radius: 4px;
    margin: 3px;
    line-height: normal;
    display: inline-block;
    font-size: 75%;
    float: right;
    right: 0;
    display: inline;
    position: absolute;
    top: 0;
    margin-top: -3px;
}

    .search-summary .status-color.status-color--green {
        background-color: green;
    }

    .search-summary .status-color.status-color--red {
        background-color: #970e0e;
    }

    .search-summary .status-color.status-color--yellow {
        background-color: #e2ce0d;
        color: black;
    }

    .search-summary .status-color.status-color--transparent {
        background-color: #ffffff4a;
    }

.search-summary .list-item {
    color: white;
    white-space: normal;
}

    .search-summary .list-item .list-item-desc {
        font-weight: 500;
        font-variation-settings: "wght" 500;
    }

@media screen and (min-width: 600px) {
    .filter-fields .finance-filter-form fieldset {
        margin-right: 0;
        margin-left: 0px;
    }
}

@media screen and (min-width: 800px) {
    .search-summary h3.list-item-title {
        display: inline-block;
    }

    .search-summary .status-color {
        float: none;
        right: 0;
        display: inline-block;
        position: relative;
        top: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 800px) {
    .search-summary .list-item {
        display: block;
    }

    .search-summary .dot {
        display: none;
    }
}


.member-card.profile-pic-container {
    position: fixed;
    right: 10px;
    width: 30%;
    top: 60px;
}

.ios-view .member-card.profile-pic-container {
    top: 50px;
}

.android-view .member-card.profile-pic-container {
    top: 50px;
}

.member-card.profile-pic-container .member-profile-pic {
    width: 100%;
    max-width: 300px;
}

.verification-of-standing-content p {
    max-width: 69%;
}

.verification-of-standing-content h2.profile-member-name {
    margin-bottom: 20px !important;
    color: black !important;
    margin-top: -10px !important;
}

.verification-of-standing-content h3 {
    font-size: 80%;
}

.verification-of-standing-content .member-card-left {
    min-height: 175px;
    width: 50%;
}


.button.btn-rectangle.article-preview.verification-of-standing-content {
    margin-left: auto;
    margin-right: auto;
    background-color: #0000005e !important;
}
@media screen and (min-width: 700px) {
    .button.btn-rectangle.article-preview.verification-of-standing-content {
        max-width: 600px;
    }
}

/*** dnn forms and lists */
.DnnModule-DNN_UserDefinedTable .dnnFormAndList {
    background-color: rgba(65, 65, 65, 0.1);
    -webkit-backdrop-filter: blur(5px) brightness(80%);
    backdrop-filter: blur(5px) brightness(80%);
    border-radius: 0.75rem;
    padding: 1rem 1.375rem 2.1875rem 1.375rem;
    margin: 0rem 0.625rem 2rem;
    font-variation-settings: normal;
    color: white;
}

.DnnModule-DNN_UserDefinedTable .dnnForm .dnnFormItem label {
    color: white;
}

.DnnModule-DNN_UserDefinedTable .dnnForm .dnnFormItem div.dnnFormRadioButtons,
.DnnModule-DNN_UserDefinedTable .dnnForm .dnnFormItem div.dnnHSRadioButtons,
.DnnModule-DNN_UserDefinedTable .dnnForm .dnnFormItem span.dnnFormRadioButtons,
.DnnModule-DNN_UserDefinedTable .dnnForm .dnnFormItem span.dnnHSRadioButtons,
.DnnModule-DNN_UserDefinedTable .dnnForm .dnnFormItem .mark {
    background-color: unset;
    padding: 0;
}

.DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a,
.DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a:active,
.DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a:focus,
.DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a:hover,
.DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a:visited {
    color: black;
}

    .DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a.dnnPrimaryAction,
    .DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a.dnnPrimaryAction:active,
    .DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a.dnnPrimaryAction:focus,
    .DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a.dnnPrimaryAction:hover,
    .DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a.dnnPrimaryAction:visited {
        color: white;
    }

.DnnModule-DNN_UserDefinedTable .dnnFormMessage {
    margin-bottom: 0;
}

    .DnnModule-DNN_UserDefinedTable .dnnFormMessage p {
        color: white;
        margin-bottom: 0;
    }


.DnnModule-DNN_UserDefinedTable .dnnFormItem input[type="text"],
.DnnModule-DNN_UserDefinedTable .dnnFormItem input[type="password"],
.DnnModule-DNN_UserDefinedTable .dnnFormItem input[type="email"],
.DnnModule-DNN_UserDefinedTable .dnnFormItem input[type="tel"],
.DnnModule-DNN_UserDefinedTable .dnnFormItem select,
.DnnModule-DNN_UserDefinedTable .dnnFormItem textarea {
    width: 95%;
    font-size: 1em;
    color: white;
    background-color: #7777776e;
    min-height: 25px;
}

@media screen and (min-width: 1280px) {
    .DnnModule-DNN_UserDefinedTable .dnnForm .dnnFormItem {
        width: calc(50% - 25px);
        display: inline-block;
        padding-right: 25px;
    }
}

@media screen and (min-width: 400px) and (max-width: 1280px) {
    .DnnModule-DNN_UserDefinedTable .dnnForm .dnnFormItem {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .DnnModule-DNN_UserDefinedTable .dnnForm .dnnFormItem {
        width: 100%;
        display: block;
    }
}



.ModDNNUserDefinedTableC .dnnForm .dnnGrid {
    width: 100%;
    margin-top: 10px;
}

    .ModDNNUserDefinedTableC .dnnForm .dnnGrid tr.dnnGridHeader th {
        border: solid 1px gray;
        background: #1e88c3;
        background: -moz-linear-gradient(top, #1e88c3 0%, #21a3da69 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #21a3da69));
        background: -webkit-linear-gradient(top, #1e88c3 0%, #21a3da69 100%);
        background: linear-gradient(top, #1e88c3 0%, #21a3da69 100%);
    }

    .ModDNNUserDefinedTableC .dnnForm .dnnGrid tr.dnnGridAltItem {
        background-color: #21a3da24;
    }

        .ModDNNUserDefinedTableC .dnnForm .dnnGrid tr.dnnGridItem td,
        .ModDNNUserDefinedTableC .dnnForm .dnnGrid tr.dnnGridAltItem td {
            border: solid 1px gray;
        }

        .ModDNNUserDefinedTableC .dnnForm .dnnGrid tr.dnnGridItem:hover,
        .ModDNNUserDefinedTableC .dnnForm .dnnGrid tr.dnnGridAltItem:hover {
            background-color: #ffffff21;
        }

.ModDNNUserDefinedTableC:has(div.dnnFormAndListConfig) {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}

    .ModDNNUserDefinedTableC:has(div.dnnFormAndListConfig) .dnnForm .dnnFormItem label {
        color: black;
    }

    .ModDNNUserDefinedTableC:has(div.dnnFormAndListConfig) .dnnFormMessage {
        color: black;
        position: revert;
        display: inline-block;
    }

    .ModDNNUserDefinedTableC:has(div.dnnFormAndListConfig) .CodeMirror {
        border: solid 1px;
    }

    .ModDNNUserDefinedTableC:has(div.dnnFormAndListConfig) .dnnForm .dnnFormItem {
        width: 100%;
        display: block;
    }



.DNNModuleContent.ModOpenContentC {
    background-color: rgba(65, 65, 65, 0.1);
    -webkit-backdrop-filter: blur(5px) brightness(80%);
    backdrop-filter: blur(5px) brightness(80%);
    border-radius: 0.75rem;
    padding: 1rem 1.375rem 2.1875rem 1.375rem;
    margin: 0rem 0.625rem 2rem;
    font-variation-settings: normal;
    color: white;
}


    .DNNModuleContent.ModOpenContentC .main_top h3 {
        color: white;
    }

    .DNNModuleContent.ModOpenContentC .tab-content {
        color: white;
        padding: 30px;
    }

        .DNNModuleContent.ModOpenContentC .tab-content p {
            color: white;
        }

    .DNNModuleContent.ModOpenContentC a,
    .DNNModuleContent.ModOpenContentC a:active,
    .DNNModuleContent.ModOpenContentC a:focus,
    .DNNModuleContent.ModOpenContentC a:hover,
    .DNNModuleContent.ModOpenContentC a:visited {
        color: var(--text-highlight-color);
    }

.DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions li {
    width: 100%;
    text-align: center;
}

    .DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions li:first-child {
        width: 100%;
    }

.DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a.dnnPrimaryAction, .DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a.dnnPrimaryAction:active, .DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a.dnnPrimaryAction:focus, .DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a.dnnPrimaryAction:hover, .DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a.dnnPrimaryAction:visited {
    background: none;
    background-color: var(--button-background-color);
    color: var(--button-text-color);
    font-weight: normal;
    text-shadow: none;
    border-radius: 7px;
    border: none;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    max-width: 500px;
}

.DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a.dnnSecondaryAction, .DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a.dnnSecondaryAction:active, .DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a.dnnSecondaryAction:focus, .DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a.dnnSecondaryAction:hover, .DnnModule-DNN_UserDefinedTable .dnnForm .dnnActions a.dnnSecondaryAction:visited {
    background: none;
    background-color: none;
    color: white;
    font-weight: normal;
    text-shadow: none;
    border-radius: 7px;
    border: none;
    display: inline;
    width: 100%;
    box-sizing: border-box;
    font-size: 90%;
    box-shadow: none;
    margin-right: auto;
    margin-left: auto;
}

.dnnFormItem span.dnnFormMessage.dnnFormError {
    display: none;
}



input[type=date]::-webkit-calendar-picker-indicator {
    background-image: url("../_assets/calendar_icon.svg") !important;
    background-position: center 100% !important;
    background-size: 20px;
    position: fixed;
    top: 45px;
    right: 10px;
}

.wm-sitelogo {
    margin-left: 0;
    margin-right: auto;
}

.wm-homepage--mobile .swiper-horizontal > .swiper-pagination-bullets,
.wm-homepage--mobile .swiper-pagination-bullets.swiper-pagination-horizontal,
.wm-homepage--mobile .swiper-pagination-custom,
.wm-homepage--mobile .swiper-pagination-fraction {
    bottom: -20px;
}

.wm-homepage--mobile #announcement-swipe .swiper-slide__content {
    padding-top: 10px;
}

.wm-homepage--mobile .button.btn-square {
    padding: 0.9rem;
}


/*.push-notifications-page .form-group.select-field::after {
    display:none;
}*/

/*.push-notifications-page .form-group .input-group {
    width: calc(100% - 25px);
}*/

/*.push-notifications-page select {
    -webkit-appearance: auto;
    -moz-appearance: none;
    appearance: auto;
}*/

.push-notifications-page {
    margin-left: 15px;
    margin-right: 15px;
}
p .statement-date.statement-date--range.description {
    color: black !important;
}


.wm-table {
    width: calc(100% - 1px);
}

    .wm-table.wm-table-no-borders, .wm-table.wm-table-no-stripes-or-borders {
        border-top: 0 none;
        border-bottom: 0 none
    }

    .wm-table tr {
        background: #e8e8e8
    }

        .wm-table tr:nth-child(2n) {
            background: #fff
        }

    .wm-table td, .wm-table th {
        position: relative;
        font-size: .875em;
        line-height: 1.21429em;
        letter-spacing: .04em;
        padding: .57143em;
        border-right: 1px solid #888;
        text-align: left;
        vertical-align: middle;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .wm-table td p, .wm-table th p {
            margin-bottom: 0;
            color: black;
        }


        .wm-table td:first-child, .wm-table th:first-child {
            border-left: 1px solid #888
        }

        .wm-table td.wm-table-center-td, .wm-table th.wm-table-center-td {
            text-align: center
        }

        .wm-table td.wm-table-right-td, .wm-table th.wm-table-right-td {
            text-align: right
        }

        .wm-table td.wm-table-black-td, .wm-table th.wm-table-black-td {
            background: #000;
            color: #fff
        }

        .wm-table td.wm-table-no-border-td, .wm-table th.wm-table-no-border-td {
            border-right: 0 none !important;
            border-bottom: 0 none !important;
            border-left: 0 none !important
        }

        .wm-table td.wm-table-nowrap-td, .wm-table th.wm-table-nowrap-td {
            white-space: nowrap
        }

        .wm-table td a, .wm-table th a {
            text-decoration: none
        }

            .wm-table td a [class*=" icon-"], .wm-table td a [class^=icon-], .wm-table th a [class*=" icon-"], .wm-table th a [class^=icon-] {
                color: #888;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                transition: all .5s ease
            }

            .wm-table td a:focus [class*=" icon-"], .wm-table td a:focus [class^=icon-], .wm-table td a:hover [class*=" icon-"], .wm-table td a:hover [class^=icon-], .wm-table th a:focus [class*=" icon-"], .wm-table th a:focus [class^=icon-], .wm-table th a:hover [class*=" icon-"], .wm-table th a:hover [class^=icon-] {
                color: #000
            }

    .wm-table.wm-table-no-borders td, .wm-table.wm-table-no-borders th, .wm-table.wm-table-no-stripes-or-borders td, .wm-table.wm-table-no-stripes-or-borders th {
        border-right: 0 none
    }

        .wm-table.wm-table-no-borders td:first-child, .wm-table.wm-table-no-borders th:first-child, .wm-table.wm-table-no-stripes-or-borders td:first-child, .wm-table.wm-table-no-stripes-or-borders th:first-child {
            border-left: 0 none
        }

    .wm-table.wm-table-bigger-cells td, .wm-table.wm-table-bigger-cells th {
        padding: .92857em .57143em
    }

    .wm-table th {
        background: #ffbc47;
        color: black;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        font-weight: 500;
        font-variation-settings: "wght" 500;
    }

        .wm-table th:first-child {
            border-left: 1px solid #000
        }

    .wm-table.wm-table-no-borders th {
        border-right: 0 none;
        border-bottom: 0 none
    }

@media screen and (max-width:56.25em) {
    .wm-table th p, .wm-table td p {
        font-size: 85%;
    }
}

/*@media screen and (max-width:56.25em) {
    .wm-responsive-table th {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .wm-responsive-table td, .wm-responsive-table tr {
        display: block
    }

    .wm-responsive-table td {
        position: relative;
        border-left: 1px solid #888;
        padding-left: 50% !important;
        min-height: 30px;
        word-wrap: break-word;
        padding-right: 10px !important
    }

        .wm-responsive-table td:before {
            content: attr(data-th) ": ";
            font-weight: 700;
            width: 45%;
            position: absolute;
            top: 8px;
            left: .5em
        }

        .wm-responsive-table td.wm-table-hide-mobile-td {
            display: none
        }

        .wm-responsive-table td.wm-table-center-td, .wm-responsive-table th.wm-table-center-td {
            text-align: left
        }

        .wm-responsive-table td.wm-responsive-table-gray-background, .wm-responsive-table th.wm-responsive-table-gray-background {
            background-color: #e8e8e8
        }

    .wm-responsive-table tr.total-row td:nth-child(-n+4) {
        display: none
    }

    .wm-responsive-table tr.tr-expand-collapse.collapsed td.td-display {
        display: block !important;
        padding-right: 50px !important;
        padding-bottom: 12px
    }

        .wm-responsive-table tr.tr-expand-collapse.collapsed td.td-display:after {
            content: '+';
            position: absolute;
            top: 8px;
            right: 10px;
            color: #000;
            border: 1px solid #000;
            padding: 1px 5px 2px 5px;
            border-radius: 999px
        }

    .wm-responsive-table tr.tr-expand-collapse.expanded td:nth-child(1) {
        padding-right: 50px !important
    }

        .wm-responsive-table tr.tr-expand-collapse.expanded td:nth-child(1):after {
            content: '–';
            position: absolute;
            top: 8px;
            right: 10px;
            padding: 0 5px 2px 5px;
            border-radius: 999px;
            border: 1px solid #000;
            color: #000
        }

    .wm-responsive-table tr.tr-expand-collapse.collapsed td {
        display: none
    }

    .wm-responsive-table tr.tr-expand-collapse.expanded td {
        display: block
    }
}*/

.wm-responsive-table.wm-table-bigger-cells td:before {
    top: .92857em
}

@media screen and (max-width:56.25em) {
    .wm-responsive-table.wm-table-no-borders td, .wm-responsive-table.wm-table-no-borders th {
        border-left: 0 none
    }
}

.wm-responsive-table.wm-table-no-stripes td, .wm-responsive-table.wm-table-no-stripes th {
    border-left: 1px solid #000
}

#PushNotificationList div.row {
    margin-left:0;
}

.wm-copyright {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: black;
    font-size: 10px;
    line-height: normal;
}

@media screen and (min-width:56.25em) {
    .wm-copyright {
        display:none;
    }
}


/* DNN XBlog */
.button.btn-rectangle.article-preview .post_thum {
    display: inline-block;
    width: 200px;
    vertical-align:top;
}

.gonative-view .button.btn-rectangle.article-preview .post_thum{
    display:block;
    margin-top: 20px;
    margin-bottom:20px;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.gonative-view .button.btn-rectangle.article-preview .post_thum img {
    width: 95% !important;
}

.button.btn-rectangle.article-preview .article-preview__excerpt, .button.btn-rectangle.article-preview .article-preview__excerpt-thumbnail {
    font-variation-settings: "wght" 300;
    margin-bottom: 0;
}

.gonative-view .button.btn-rectangle.article-preview .article-preview__excerpt, .gonative-view .button.btn-rectangle.article-preview .article-preview__excerpt-thumbnail {
    color: white;
}

.button.btn-rectangle.article-preview .article-preview__excerpt-thumbnail {
    display: inline-block;
    width: calc(100% - 250px);
}

.gonative-view .button.btn-rectangle.article-preview .article-preview__excerpt-thumbnail {
    display:block;
    width: 100%;
}

.button.btn-rectangle.article-preview .article-preview__categories {
    margin-top: 25px;
}

/* flexevent */
.gonative-view .event-details-page .back-to-events a, .gonative-view .event-details-page .edit-event a {
    color: white !important;
    font-size: 85%;
}

.flextable .dnnCheckbox .mark {
    display:none;
}

.flextable .dnnBoxLabel {
    margin-left:0;
}

.flextable .recurringoptions ol li label {
    color: black;

}

.flextable [type=radio]:checked + label::before {
    display: none;
}

.flextable [type=radio]:not(:checked) + label::before {
    display: none;
}

.flextable [type=radio]:checked + label::after {
    display:none;
}

.flextable .urlControl {
    background-color: #00000040;
    border-radius: 20px;
}