@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300&display=swap');
/* =Theme customization starts here */
html body, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #444;
    font-size: 1.25em;
}
/* Material Icons */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0);
}

.material-icons {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

#et-secondary-menu {
    width: 100%;
}

#et-secondary-nav {
    display: inline-block;
    text-align: center;
    padding-bottom: 0.75em;
    width: 100%;
}

    #et-secondary-nav li {
        padding: 0;
        margin: 0;
    }

        #et-secondary-nav li a {
            color: rgba(255, 255, 255, 1);
            padding: 0.5em;
        }

.et_mobile_menu li a {
    padding: 0.5em;
}
/* colors
Blue #0061af
rgba(0,97,175,1)
Red #ed1d24
rgba(237,29,36,1)
*/
/* =Theme customization starts here */
@media only screen and (max-width: 981px) {
    #logo {
        width: 200px;
    }
}

p a:hover {
    color: #444444 !important;
    transition: all 0.2s ease 0s !important;
    text-decoration: underline;
}
/*-------------------[login]------------------*/
.flex-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: calc(100vh - 0px)
}

.menu-button-container.list-options-menu button.mdc-button {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.login-box {
    border: 2px solid #eee;
    border-radius: 10px;
    display: flex;
    text-align: center;
    padding: 0;
    max-width: 980px;
    margin: auto;
}

.password-reset-box {
    border: 2px solid #eee;
    border-radius: 10px;
    display: flex;
    text-align: center;
    max-width: 980px;
    margin: auto;
    padding: 4em;
}

.box-center {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    max-width: 980px;
    margin: auto;
}

.user-box {
    width: auto;
    padding: 0.5em 3px;
    display: inline-block;
    min-width: 100%;
}

    .user-box:nth-child(even) {
        background-color: rgba(0, 0, 0, 0.03);
    }

    .user-box.user-box-top {
        font-weight: 900;
        position: sticky;
        top: 0;
        z-index: 500;
        background-color: #fff;
    }

ul.mdc-list, ul.mdc-menu__selection-group {
    list-style-type: none;
    padding: 0;
    line-height: inherit;
}

.user-box div.menu-button-container, .user-box div.first-name, .user-box div.last-name, .user-box div.email, .user-box div.state, .user-box div.group-policy, .user-box div.locked, .user-box div.last-active {
    word-break: break-word;
    line-height: 1em;
    margin: 0 10px 0 0;
    flex-direction: column;
    display: inline-flex;
    width: 100%;
    padding: 0;
    justify-content: center;
    text-align: left;
}

.user-box .menu-button-container {
    min-width: 60px;
    margin: -14px 0 0 0;
    padding: 0;
    width: 100%;
}

.menu-button-container.list-options-menu {
    position: relative;
    width: 50px;
    margin: 0 20px 0 0;
}

.user-box .first-name {
    min-width: 150px;
    width: 100%;
}

.user-box .last-name {
    min-width: 150px;
    width: 100%;
}

.user-box .email {
    min-width: 300px;
    width: 100%;
}

.user-box .state {
    min-width: 80px;
    width: 100%;
}

.user-box .group-policy {
    min-width: 150px;
    width: 100%;
}

.user-box .locked {
    min-width: 100px;
    width: 100%;
}

.user-box .last-active {
    min-width: 125px;
    width: 100%;
}

.box-left {
    width: 45%;
    padding: 4em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-right {
    background-color: #f7f7f7;
    width: 55%;
    padding: 4em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-title {
    color: #0061af;
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 600;
    padding-bottom: 1em !important;
    text-align: center;
}

.box-alert {
    color: #0061af;
    font-weight: 400;
    padding: 1em !important;
    text-align: center;
    background-color: rgba(50, 51, 150, 0.1);
    border: 1px solid #0061af;
    margin: 0 auto 2em;
    display: inline-flex;
    width: 100%;
    max-width: 500px;
    justify-content: space-between;
}

    .box-alert span {
        margin: 0 0 0 1em;
        cursor: pointer;
    }

.label-title {
    line-height: 1em;
    font-weight: 600;
    padding-bottom: 1.25em !important;
    font-size: 120%;
}

.label-sub-title {
    font-weight: 500;
    padding-bottom: 0 !important;
}

.label-sub {
    font-weight: 400;
    padding-bottom: 0 !important;
    text-align: left;
}

label {
    line-height: 1em;
    text-align: left;
    width: 100%;
}
.form-group label {
    display: inline-flex;
}

.box-image {
    width: 200px;
    margin: auto;
    padding-bottom: 2em;
    max-width: 90%;
}

.box-form {
    padding-top: 2em;
    margin-bottom: 2em;
    border-top: 1px solid #ddd;
}

    .box-form.data-list {
        overflow: scroll;
        position: relative;
        display: block;
        max-height: 67vh;
    }

    .box-form.search-add {
        display: flex;
        justify-content: space-between;
    }

    .box-form.add-user {
        display: inline-block;
        width: 100%;
    }

.state-box {
    display: inline-flex;
    width: 100%;
}

.state-box-left {
    display: flex;
    width: 50%;
    flex-direction: column;
}

.state-box-right {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

    .state-box-right p {
        font-size: 120%;
        padding: 0;
    }

        .state-box-right p span {
            font-size: 120%;
            font-weight: 700;
            color: #000;
        }

@media only screen and (max-width: 767px) {
    .state-box {
        display: block;
        margin-bottom: 1em;
    }

    .state-box-left, .state-box-right {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
}

.box-form.add-user.bottom-button {
    xxxxtext-align: center;
}

.box-form-1 {
    display: inline-flex;
    width: 100%;
    vertical-align: top;
}

.edit {
    padding: 0 0 0 50px;
}

    .edit a {
        padding: 0 24px 0 0;
        transition: all 0.2s ease 0s !important;
    }

.box-form-3 a.view-link {
    display: none;
}

.box-form-3 a:hover {
    color: #444;
    text-decoration: underline;
    transition: all 0.2s ease 0s !important;
}

.mdc-text-field {
    width: 100%;
    margin-bottom: 1em;
}

.box-form.add-user .mdc-select, .box-form.add-user .mdc-text-field {
    width: 100% !important;
}

.box-form.search-add .mdc-text-field {
    width: 49% !important;
}

@media only screen and (max-width: 980px) {
    .box-form.search-add .mdc-text-field {
        width: 100% !important;
    }
}

button.big-red-button {
    width: auto !important;
    background-color: #ed1d24 !important;
    border-radius: 5px;
    font-size: 120%;
    padding: 0.5em 1em;
    font-weight: 500;
    transition: all 0.2s ease 0s !important;
    color: #fff;
    cursor: pointer;
    margin: 0.25em;
    border: 2px solid #ed1d24;
}

button.big-gray-button {
    width: auto !important;
    background-color: #fff !important;
    border-radius: 5px;
    font-size: 120%;
    padding: 0.5em 1em;
    font-weight: 500;
    transition: all 0.2s ease 0s !important;
    color: #ed1d24;
    cursor: pointer;
    margin: 0.25em;
    border: 2px solid #ed1d24;
}

    button.big-red-button:hover, button.big-gray-button:hover {
        background-color: #999 !important;
        transition: all 0.2s ease 0s !important;
        border: 2px solid #999;
        color: #fff;
    }

@media only screen and (max-width: 980px) {
    button.big-gray-button, button.big-red-button {
        width: 100% !important;
        margin: 5px 0px;
    }
}

.material-symbols-outlined {
    font-variation-settings: 'FILL'0, 'wght'700, 'GRAD'0, 'opsz'48
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0);
}

.menu-button-container.list-options-menu .material-icons {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    padding: 3px 8px 0 0;
    color: rgba(0, 0, 0, 0.5)
}

    .menu-button-container.list-options-menu .material-icons.menu-ellipse {
        font-size: 24px;
        color: #ed1d24;
        padding: 0;
        margin: 0;
        font-weight: 300;
    }

span.mdc-list-item__text {
    padding-top: 5px;
}

.menu-button-container.list-options-menu .mdc-list-item:hover {
    background-color: #eee;
    color: #444;
}

.menu-button-container.list-options-menu .mdc-list-item {
    padding: 10px;
    width: 100%;
    display: flex;
}

.box-form-1 .mdc-menu .mdc-list-divider {
    margin: 0;
}

.menu-button-container.list-options-menu .mdc-list-item.delete-button, .menu-button-container.list-options-menu .mdc-list-item.delete-button .material-icons {
    color: #ed1d24;
}
/*-------------------[980px]------------------*/
@media only screen and (max-width: 980px) {
    .box-form.search-add {
        display: block;
        text-align: center;
    }

    .login-box {
        flex-direction: column-reverse;
        justify-content: space-between;
        max-width: 500px;
        margin: auto;
    }

    .box-left {
        width: 100%;
        padding: 4em 2em;
    }

    .box-right {
        width: 100%;
        padding: 4em 2em;
    }
}
/*-------------------[767px]------------------*/
@media only screen and (max-width: 767px) {
}
/*-------------------[479px]------------------*/
@media all and (max-width: 479px) {
    .user-box div div span {
        display: none;
    }
}

.et_pb_all_tabs {
    background-color: #fff;
    border: 2px solid #eee;
    margin: -2px 0 0 0;
    padding-top: 1em;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.et_pb_tabs_controls li {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 0 solid #ccc;
    text-align: center;
    line-height: 1em;
    margin: 0 1px 0 0;
}

    .et_pb_tabs_controls li.et_pb_tab_active {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-left: 1px solid #0061af;
        border-top: 1px solid #0061af;
        border-right: 1px solid #0061af;
        background-color: #0061af;
    }

    .et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
        border-right: 1px solid #ccc;
    }

.et_pb_tabs {
    border: 0 solid #eee;
    max-width: 980px;
    margin: auto;
}

ul.et_pb_tabs_controls {
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0;
    display: inline-flex;
    xxxxjustify-content: center;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    ul.et_pb_tabs_controls {
        display: block;
    }
}

.et_pb_tabs_controls li a {
    color: #ed1d24;
    padding: 10px 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .et_pb_tabs_controls li a:hover {
        color: #000;
        transition: all 0.2s ease 0s !important;
    }

.et_pb_tab_active a {
    color: #fff !important;
}

.footer-logo ul.sitelogo {
    list-style: none;
}

    .footer-logo ul.sitelogo li a, .footer-logo ul.sitelogo li a:visited {
        display: block;
        background-repeat: no-repeat;
        background-position: left center;
        height: 100px;
        text-indent: -9999px;
        opacity: 1;
        list-style-type: none;
        background-image: url(https://fightvoterfraud.org/wp-content/uploads/fight-voter-fraud-logo-612.svg);
        background-size: contain;
    }

        .footer-logo ul.sitelogo li a:hover {
            opacity: 0.7;
            transition: all 0.2s ease 0s !important;
        }

@media only screen and (min-width: 981px) {
    .et_vertical_nav #main-header #top-menu li ul {
        top: -32px;
        left: 182px;
    }
}

.form-control {
    line-height: 1.125;
    vertical-align: top;
    display: inline-flex;
    flex-flow: nowrap;
    margin: 0 0.25em 0.5em 0;
    border-radius: 5px;
    border: 2px solid #ccc;
    padding: 0.5em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
    .form-control.sort-filter-title {
        font-weight: 500;
        width: 100%;
    }

.user-role.role-research {
    border-color: #ED1D25;
    color: #ED1D25;
}
.user-id.pipeline-a,
.user-id.grade-1 {
    border-color: #ED1D25;
    color: #ED1D25;
}

.form-control.status-2:has(:checked),
.form-control.pipeline-a:has(:checked),
.form-control.grade-1:has(:checked) {
    border-color: #ED1D25;
    color: #ED1D25;
}

.form-control.status-2 input[type="checkbox"]::before,
.form-control.status-2 input[type="radio"]::before,
.form-control.pipeline-a input[type="checkbox"]::before,
.form-control.pipeline-a input[type="radio"]::before,
.form-control.grade-1 input[type="checkbox"]::before,
.form-control.grade-1 input[type="radio"]::before {
    background-color: #ED1D25;
}

.form-control.status-2 input[type="checkbox"]:checked,
.form-control.status-2 input[type="radio"]:checked,
.form-control.pipeline-a input[type="checkbox"]:checked,
.form-control.pipeline-a input[type="radio"]:checked,
.form-control.grade-1 input[type="checkbox"]:checked,
.form-control.grade-1 input[type="radio"]:checked {
    border-color: #ED1D25;
}

.user-id.locked,
.user-id.pipeline-b,
.user-id.grade-2 {
    border-color: #ffc105;
    color: #ffc105;
}

.form-control.locked:has(:checked),
.form-control.pipeline-b:has(:checked),
.form-control.grade-2:has(:checked) {
    border-color: #ffc105;
    color: #ffc105;
}

.form-control.locked input[type="checkbox"]:checked,
.form-control.locked input[type="radio"]:checked,
.form-control.pipeline-b input[type="checkbox"]:checked,
.form-control.pipeline-b input[type="radio"]:checked,
.form-control.grade-2 input[type="checkbox"]:checked,
.form-control.grade-2 input[type="radio"]:checked {
    border-color: #ffc105;
}

.form-control.locked input[type="checkbox"]::before,
.form-control.locked input[type="radio"]::before,
.form-control.pipeline-b input[type="checkbox"]::before,
.form-control.pipeline-b input[type="radio"]::before,
.form-control.grade-2 input[type="checkbox"]::before,
.form-control.grade-2 input[type="radio"]::before {
    background-color: #ffc105;
}


.user-id.status-3,
.user-id.unlocked {
    border-color: #989898;
    color: #989898;
}

.form-control.status-3:has(:checked),
.form-control.unlocked:has(:checked) {
    border-color: #989898;
    color: #989898;
}

.form-control.status-3 input[type="checkbox"]:checked,
.form-control.status-3 input[type="radio"]:checked,
.form-control.unlocked input[type="checkbox"]:checked,
.form-control.unlocked input[type="radio"]:checked {
    border-color: #989898;
}

.form-control.status-3 input[type="checkbox"]::before,
.form-control.status-3 input[type="radio"]::before,
.form-control.unlocked input[type="checkbox"]::before,
.form-control.unlocked input[type="radio"]::before {
    background-color: #989898;
}





.user-role.role-office,
.user-id.pipeline-c,
.user-id.status-1,
.user-id.grade-3 {
    border-color: #259b24;
    color: #259b24;
}
}

.form-control.role-office:has(:checked),
.form-control.pipeline-c:has(:checked),
.form-control.status-1:has(:checked),
.form-control.grade-3:has(:checked) {
    border-color: #259b24;
    color: #259b24;
}

.form-control.role-office input[type="checkbox"]:checked,
.form-control.role-office input[type="radio"]:checked,
.form-control.pipeline-c input[type="checkbox"]:checked,
.form-control.pipeline-c input[type="radio"]:checked,
.form-control.status-1 input[type="checkbox"]:checked,
.form-control.status-1 input[type="radio"]:checked,
.form-control.grade-3 input[type="checkbox"]:checked,
.form-control.grade-3 input[type="radio"]:checked {
    border-color: #259b24;
}

.form-control.role-office input[type="checkbox"]::before,
.form-control.role-office input[type="radio"]::before,
.form-control.pipeline-c input[type="checkbox"]::before,
.form-control.pipeline-c input[type="radio"]::before,
.form-control.status-1 input[type="checkbox"]::before,
.form-control.status-1 input[type="radio"]::before,
.form-control.grade-3 input[type="checkbox"]::before,
.form-control.grade-3 input[type="radio"]::before {
    background-color: #259b24;
}

.user-role.role-donor,
.user-id.pipeline-d,
.user-id.grade-4 {
    border-color: #03a9f4;
    color: #03a9f4;
}

.form-control.role-donor:has(:checked),
.form-control.pipeline-d:has(:checked),
.form-control.grade-4:has(:checked) {
    border-color: #03a9f4;
    color: #03a9f4;
}

.form-control.role-donor input[type="checkbox"]:checked,
.form-control.role-donor input[type="radio"]:checked,
.form-control.pipeline-d input[type="checkbox"]:checked,
.form-control.pipeline-d input[type="radio"]:checked,
.form-control.grade-4 input[type="checkbox"]:checked,
.form-control.grade-4 input[type="radio"]:checked {
    border-color: #03a9f4;
}

.form-control.role-donor input[type="checkbox"]::before,
.form-control.role-donor input[type="radio"]::before,
.form-control.pipeline-d input[type="checkbox"]::before,
.form-control.pipeline-d input[type="radio"]::before,
.form-control.grade-4 input[type="checkbox"]::before,
.form-control.grade-4 input[type="radio"]::before {
    background-color: #03a9f4;
}

.user-id.pipeline-e,
.user-id.grade-5 {
    border-color: #0061af;
    color: #0061af;
}

.form-control.pipeline-e:has(:checked),
.form-control.grade-5:has(:checked) {
    border-color: #0061af;
    color: #0061af;
}

.form-control.pipeline-e input[type="checkbox"]:checked,
.form-control.pipeline-e input[type="radio"]:checked,
.form-control.grade-5 input[type="checkbox"]:checked,
.form-control.grade-5 input[type="radio"]:checked {
    border-color: #0061af;
}

.form-control.pipeline-e input[type="checkbox"]::before,
.form-control.pipeline-e input[type="radio"]::before,
.form-control.grade-5 input[type="checkbox"]::before,
.form-control.grade-5 input[type="radio"]::before {
    background-color: #0061af;
}

.user-role.role-other {
    border-color: #999;
    color: #999;
}

.form-control.role-other:has(:checked) {
    border-color: #999;
    color: #999;
}

.form-control.role-other input[type="checkbox"]:checked,
.form-control.role-other input[type="radio"]:checked {
    border-color: #999;
}

.form-control.role-other input[type="checkbox"]::before,
.form-control.role-other input[type="radio"]::before {
    background-color: #999;
}

.form-control.sort-filter-title:has(:checked) {
    border-color: #666;
    color: #000;
}

.form-control.sort-filter-title input[type="checkbox"]:checked,
.form-control.sort-filter-title input[type="radio"]:checked {
    border-color: #666;
}

.form-control.sort-filter-title input[type="checkbox"]::before,
.form-control.sort-filter-title input[type="radio"]::before {
    background-color: #666;
}

.form-control.no-actions {
    pointer-events: none;
    background-color: rgba(0,0,0,0.05);
}

.auth-state, .user-id {
    padding: 0 5px;
    border-radius: 5px;
    margin: 0 0 2px 2px;
    color: #ED1D25;
    border: 2px solid #ED1D25;
    background-color: #fff;
    text-align: center;
    min-width: 30px;
    line-height: 1em;
    height: 28px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1em;
    white-space: nowrap;
}
.auth-state {
    background-color: rgba(0, 0, 0, 0.03);
    color: #666;
    border: 2px solid rgba(0, 0, 0, 0.03);
    font-weight: 700;
}

.user-role {
    padding: 6px 8px;
    border-radius: 5px;
    margin: 0;
    color: #ED1D25;
    border: 2px solid #ED1D25;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    line-height: 1em;
    white-space: nowrap;
}
@media (max-width: 479px) {
    .user-role {
        white-space: pre-wrap;
    }
}

    input[type="radio"]:active, input[type="checkbox"]:active,
    input[type="radio"]:focus, input[type="checkbox"]:focus {
        -webkit-appearance: none;
        appearance: none;
        outline: none;
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    input[type="radio"], input[type="checkbox"] {
        -webkit-appearance: none;
        appearance: none;
        margin: 0;
        font: inherit;
        color: currentColor;
        width: 1.15em;
        height: 1.15em;
        border: 0.15em solid #ccc;
        border-radius: 0.15em;
        transform: translateY(-0.075em);
        display: grid;
        place-content: center;
        margin-right: 0.5em;
    }

        input[type="radio"]::before, input[type="checkbox"]::before {
            content: "";
            width: 0.65em;
            height: 0.65em;
            clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
            transform: scale(0);
            transform-origin: bottom left;
            transition: 120ms transform ease-in-out;
            box-shadow: inset 1em 1em rgba(0, 0, 0, 0.01);
            background-color: #ed1d24;
        }

        input[type="radio"]:checked::before, input[type="checkbox"]:checked::before {
            transform: scale(1);
        }

    .form-group input[type="radio"]:checked, .form-group input[type="checkbox"]:checked {
        border-color: #ed1d24;
        background-color: none;
        background-image: none;
    }

    .form-group .form-check {
        display: inline-flex;
    }

    .form-check-input:checked {
        background-color: #fff;
        border-color: #ed1d24;
    }
    /* =Theme customization starts here */
    input .text, input.title, input[type=text], select, textarea {
        background-color: rgba(0, 0, 0, 0.02);
    }

    .login-box input.text, .login-box input.title, .login-box input[type=text], select, textarea {
        background-color: rgba(255, 255, 255, 0.8);
    }

    #main-header {
        border-right: 3px solid #0061af;
    }

    @media (max-width: 980px) {
        #main-header {
            border-right: 0px solid #0061af;
            border-bottom: 3px solid #0061af;
        }
    }

    .et-search-form input {
        background: rgba(0, 0, 0, 0.03);
        height: 40px;
        padding: 10px 20px;
    }

    #product-menu-icons {
        display: inline-flex;
        width: 100%;
        vertical-align: top;
        text-align: left;
        flex-wrap: wrap;
        justify-content: left;
        margin: 0;
        padding: 0;
    }

        #product-menu-icons .product-menu-container {
            vertical-align: top;
            line-height: 1em;
        }

        #product-menu-icons div.aos-init.aos-animate {
            transition: all 1s ease .2s;
        }

        #product-menu-icons div {
            transition: all 0.2s ease 0s;
        }

    .disclaimer {
        font-size: 87.5%;
    }

    @media only screen and (max-width: 980px) {
        .disclaimer {
        }
    }
    /*-------------------product-menu-container.home-tiled------------------*/
    #product-menu-icons .product-menu-container.home-tiled {
        width: 100%;
        max-width: 360px;
        margin: 0 5px 20px;
        line-height: 1.25em;
        border: 1px solid #cccccc;
        border-radius: 5px;
        padding: 0;
        font-size: 87.5%;
        box-shadow: 0px 20px 10px -20px #ccc;
        transition: all 0.2s ease 0s;
    }

        #product-menu-icons .product-menu-container.home-tiled:hover {
            border: 1px solid #ed1d24;
            background-color: #ed1d24;
            transition: all 0.2s ease 0s;
            text-decoration: none;
        }

        #product-menu-icons .product-menu-container.home-tiled a.tile-link {
            padding: 2em;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 305px;
            color: #444;
            transition: all 0.2s ease 0s;
        }

            #product-menu-icons .product-menu-container.home-tiled a.tile-link:hover {
                color: #fff;
                transition: all 0.2s ease 0s;
                text-decoration: none;
            }

    @media only screen and (max-width: 676px) {
        #product-menu-icons .product-menu-container.home-tiled {
            width: 100%;
            max-width: 100%;
            margin: 0 0 20px;
            min-height: 100px;
        }
    }

    @media only screen and (max-width: 930px) {
        #product-menu-icons .product-menu-container.home-tiled a.tile-link {
            min-height: 100px;
        }
    }

    .home-tiled-text-top {
        width: 100%;
        text-align: left;
    }

    .home-tiled-title {
        font-size: 2em;
        line-height: 1.125em;
        width: 100%;
        display: inline-block;
        padding-bottom: 1em;
        font-weight: 700;
    }

    .tiled-batch-title {
        font-size: 1em;
        line-height: 1.125em;
        width: 100%;
        padding-bottom: 1em;
        font-weight: 700;
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .tiled-batch-title span {
            margin: 0 0.25em;
        }

    .home-tiled-text {
        font-size: 1em;
        width: 100%;
        display: inline-block;
    }

    .home-tiled-text-bottom {
        width: 100%;
        display: inline-flex;
    }

    .home-tiled-left {
        width: 100%;
    }

        .home-tiled-left a {
            color: #ed1d24;
        }

    .home-tiled-text-bottom {
        min-height: 60px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 100% 100%;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        margin-top: .5em;
    }

        .home-tiled-text-bottom span {
            padding-top: 1em;
            border-top: 2px solid #ed1d24;
            color: #ed1d24;
            width: fit-content;
        }

            .home-tiled-text-bottom span:hover {
                text-decoration: underline;
                transition: all 0.2s ease 0s;
            }

    #product-menu-icons .product-menu-container.home-tiled:hover .home-tiled-text-bottom span {
        border-top: 2px solid #fff;
        color: #fff;
        transition: all 0.2s ease 0s;
    }

    #mobile_menu .product-mega-menu .sub-menu li {
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 0;
    }

    #mobile_menu .product-mega-menu .sub-menu li {
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 0.5em 8px;
        padding-left: 0;
    }

        #mobile_menu .product-mega-menu .sub-menu li a {
            padding: 0.5em 0.5em 0.5em 35px;
            line-height: 1.25em;
        }

    #mobile_menu li.search-category-candidates, .search-category-candidates a span.bot-menu, .sos-candidate .home-tiled-text-bottom {
        background-image: url(https://sosazdev.wpengine.com/wp-content/uploads/sos-candidate.svg);
    }

    #mobile_menu li.search-category-individual, .search-category-individual a span.bot-menu, .sos-contributor .home-tiled-text-bottom {
        background-image: url(https://sosazdev.wpengine.com/wp-content/uploads/sos-contributor.svg);
    }

    #mobile_menu li.search-category-ballot, .search-category-ballot a span.bot-menu, .sos-ballot .home-tiled-text-bottom {
        background-image: url(https://sosazdev.wpengine.com/wp-content/uploads/sos-ballot.svg);
    }

    #mobile_menu li.search-category-organizations, .search-category-organizations a span.bot-menu, .sos-organizations .home-tiled-text-bottom {
        background-image: url(https://sosazdev.wpengine.com/wp-content/uploads/sos-organizations.svg);
    }

    #mobile_menu li.search-category-vendors, .search-category-vendors a span.bot-menu, .sos-vendors .home-tiled-text-bottom {
        background-image: url(https://sosazdev.wpengine.com/wp-content/uploads/sos-vendors.svg);
    }

    #mobile_menu li.search-category-expenditures, .search-category-expenditures a span.bot-menu, .sos-expenditures .home-tiled-text-bottom {
        background-image: url(https://sosazdev.wpengine.com/wp-content/uploads/sos-expenditures.svg);
    }

    #mobile_menu li.search-category-committees, .search-category-committees a span.bot-menu, .sos-committees .home-tiled-text-bottom {
        background-image: url(https://sosazdev.wpengine.com/wp-content/uploads/sos-committees.svg);
    }

    #mobile_menu li.search-category-parties, .search-category-parties a span.bot-menu, .sos-parties .home-tiled-text-bottom {
        background-image: url(https://sosazdev.wpengine.com/wp-content/uploads/sos-parties.svg);
    }
    /*-------------------product-menu-container.notes-tiled------------------*/
    #product-menu-icons .product-menu-container.notes-tiled {
        width: 100%;
        max-width: calc(33.33% - 20px);
        margin: 0 10px 10px;
        line-height: 1.25em;
        border: 2px solid #eee;
        border-radius: 5px;
        padding: 2em;
        font-size: 87.5%;
        box-shadow: 0px 20px 10px -20px #ccc;
        background-color: #fff;
    }

    @media only screen and (max-width: 1185px) {
        #product-menu-icons .product-menu-container.notes-tiled {
            max-width: calc(50% - 20px);
        }
    }

    @media only screen and (max-width: 635px) {
        #product-menu-icons .product-menu-container.notes-tiled {
            max-width: 100%;
            width: 100%;
        }
    }

    #product-menu-icons .product-menu-container .notes-tiled-text {
        font-weight: 300;
        font-size: 120%;
        line-height: 1.5em;
    }

    .notes-tiled-line {
        display: inline-flex;
        width: 100%;
        padding: 10px;
    }

    .address-map-box {
        margin: 1em 0;
    }

    .batch-column a {
        line-height: 1.25em;
    }

    a:hover {
        color: #444444;
        transition: all 0.2s ease 0s;
        text-decoration: underline;
    }

    .view-link a {
        background-color: rgba(255, 255, 255, 0.5);
        border: 2px solid #ed1d24;
        border-radius: 5px;
        padding: 5px 10px;
        color: #ed1d24;
        font-weight: 500;
        line-height: 1em;
        margin: 0 0 0 2px;
        white-space: nowrap;
        width: fit-content;
    }

        .view-link a:hover {
            text-decoration: none;
            background-color: #ccc;
            color: #fff;
            border: 2px solid #ccc;
            transition: all 0.2s ease 0s;
        }

    .tiled-batch .data-tiled-line:nth-child(2n+0) {
        background-color: #f4f7fb;
    }

    .et_pb_section:nth-child(2n+0) {
        background-color: #fafafa;
    }

    /*-------------------product-menu-container.info-tiled------------------*/
    #product-menu-icons .product-menu-container.info-tiled {
        width: 100%;
        max-width: 32%;
        margin: 0 .25% 0 .25%;
        line-height: 1.25em;
        border-top: 1px solid #cccccc;
        padding: 20px 0;
        font-size: 87.5%;
    }

    @media only screen and (max-width: 1440px) {
        #product-menu-icons .product-menu-container.info-tiled {
            max-width: 49%;
        }
    }

    @media only screen and (max-width: 980px) {
        #product-menu-icons .product-menu-container.info-tiled {
            max-width: 100%;
        }
    }

    @media only screen and (max-width: 676px) {
        #product-menu-icons .product-menu-container.info-tiled {
            max-width: 100%;
            margin: 0;
        }
    }

    #product-menu-icons .product-menu-container .info-tiled-text {
        font-weight: 300;
        font-size: 120%;
        line-height: 1.5em;
    }

    .info-tiled-stacked:nth-child(2n+0) {
        background-color: rgba(0, 0, 0, 0.03);
    }

    .info-tiled-stacked {
        display: inline-flex;
        width: 100%;
        padding: 0;
        text-align: left;
        line-height: 1.5em;
    }

        .info-tiled-stacked .roles-left {
            width: 100%;
        }

        .info-tiled-stacked .roles-right {
            width: 40px;
        }

    .hidden-link {
        position: sticky;
        top: 44px;
        z-index: 1;
    }

    .data-box:nth-child(even) .hidden-link {
        background-color: #f7f7f7;
    }

    .data-box:nth-child(odd) .hidden-link {
        background-color: #fff;
    }

    .info-tiled-line-top {
        font-weight: 700;
    }

    .info-tiled-line-bottom {
    }
    /*-------------------[tables]------------------*/
    .data-table.data-list {
        overflow: scroll;
        overflow-wrap: normal;
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
        white-space: normal;
        vertical-align: text-top;
        border: 2px solid #eee;
        border-radius: 5px;
        padding: 0 10px 10px 0;
        font-size: 87.5%;
        box-shadow: 0px 20px 10px -20px #ccc;
        background-color: #fff;
    }

    @media only screen and (max-width: 980px) {
        .data-table.data-list {
            max-height: 85vh;
        }
    }

    .material-symbols-outlined.small-info, .data-table-1 .material-symbols-outlined {
        font-size: 1.25em;
        margin-top: -2px;
        cursor: pointer;
    }

    .batch-table-1, .data-table-1 {
        display: inline-flex;
        width: 100%;
        vertical-align: top;
    }

    .batch-box.batch-box-close {
        font-weight: 700;
        padding: 20px;
    }

    .batch-box, .data-box {
        width: auto;
        padding: 0;
        display: inline-block;
        min-width: 100%;
        text-align: left;
    }

    .batch-box {
        border-top: 1px solid #fff;
    }

        .batch-box:nth-child(even) {
            background-color: #f4f7fb;
        }

    .data-box:nth-child(even) {
        background-color: #f7f7f7;
    }

    .batch-box.batch-box-header, .data-box.data-box-header {
        font-weight: 700;
        position: sticky;
        top: 0;
        z-index: 2;
        background-color: #fff;
        font-size: 1em;
        border-bottom: 1px solid #ccc;
    }

    .batch-box.batch-box-header {
        top: 104px;
        border-top: 2px solid #0061af;
        border-bottom: 2px solid #0061af;
    }

        .batch-box.batch-box-header .batch-column, .data-box.data-box-header .data-column {
            display: inline-flex;
            flex-direction: row;
        }

        .batch-box.batch-box-header .batch-column {
            justify-content: flex-start;
        }

    .batch-box div.batch-column, .data-box div.data-column {
        word-break: break-word;
        line-height: 1em;
        margin: 0;
        width: 100%;
        white-space: break-spaces;
        padding: 15px 20px;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .batch-box div.batch-column {
        min-width: 180px;
    }

    @media only screen and (max-width: 480px) {
        .data-box div.data-column {
            padding: 10px 10px;
        }
    }

    .data-table.batch-tool .data-box div.data-column.column-1 {
        min-width: 120px;
    }

    .on-time-status {
        color: forestgreen;
    }

    .late-status {
        color: #ed1d24;
    }

    .data-box div.data-column.column-1 {
        position: sticky;
        left: 0;
        background-color: #fff;
        text-align: left;
        border-right: 1px solid #ccc;
        font-weight: 700;
    }

        .data-tiled-line-right a, .data-box div.data-column.column-1 a {
            display: inline-flex;
            justify-content: space-between;
        }

            .data-tiled-line-right a span, .data-box div.data-column.column-1 a span {
                font-size: 2em;
                line-height: 0.625;
            }

    .batch-table .data-box div.data-column.column-1 {
        width: 60px;
        min-width: 60px;
    }

    .data-box:nth-child(even) div.data-column.column-1 {
        background-color: #f7f7f7;
    }

    .batch-box:nth-child(odd) .batch-table-1 div.data-column {
        background-color: #fff;
    }

    .batch-box:nth-child(even) .batch-table-1 div.data-column {
        background-color: #f4f7fb;
    }

    .data-box .data-column {
        min-width: 180px;
    }

    @media only screen and (max-width: 479px) {
        .data-box .data-column {
            min-width: 40vw;
        }
    }

    .data-box-header div.data-column {
        justify-content: space-between;
    }

    .data-box .data-column span.bot-text {
        font-weight: 300;
    }
    /*-------------------[meta]------------------*/
    .breadcrumbs {
        font-size: 87.5%;
        margin-bottom: 1em;
    }

    @media only screen and (max-width: 479px) {
        .breadcrumbs {
            text-align: center;
        }
    }

    .result-liner, .breadcrumbs a {
        white-space: nowrap;
        margin: 0 10px 0 0;
        margin-right: 10px;
    }

        .result-liner span, .breadcrumbs span {
            margin: 0 5px 0 0;
            line-break: anywhere;
        }

        .breadcrumbs a:last-child {
            font-weight: 700;
            color: #000;
            pointer-events: none;
        }

    .box-form.search-add .mdc-text-field {
        width: 100%;
    }

    .data-sort-filter-search-box {
        display: block;
        width: 100%;
        padding-bottom: 1em;
    }

    .data-sort-filter-search {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
    }

    .sort-results {
        width: 100%;
        font-size: 87.5%;
        margin: 1em 0;
    }

        .sort-results span {
        }

            .sort-results span.category {
                color: #999;
            }

            .sort-results span.results {
                font-weight: 700;
            }

    .less-active, .office-holders {
        margin: 0 5px;
    }

        .office-holders.disabled .material-symbols-outlined.check {
            display: none;
        }

        .office-holders.disabled .material-symbols-outlined.block {
            display: inline-flex;
            font-size: 16px;
            color: #ed1d24;
            margin-top: -2px;
        }

        .less-active.disabled .material-symbols-outlined.check {
            display: none;
        }

        .less-active.disabled .material-symbols-outlined.block {
            display: inline-flex;
            font-size: 16px;
            color: #ed1d24;
            margin-top: -2px;
        }

        .office-holders .material-symbols-outlined.check {
            display: inline-flex;
            font-size: 16px;
            color: green;
            margin-top: -2px;
        }

        .office-holders .material-symbols-outlined.block {
            display: none;
        }

        .less-active .material-symbols-outlined.check {
            display: inline-flex;
            font-size: 16px;
            color: green;
            margin-top: -2px;
        }

        .less-active .material-symbols-outlined.block {
            display: none;
        }

    .search-data, .filter-data {
    }

    .viewing-data a {
        line-height: 16px;
        margin-right: 10px;
        border: 2px solid #ed1d24;
        border-radius: 5px;
        padding: 8px 10px;
        margin: 0 5px 10px 0;
        color: #fff;
        background-color: #ed1d24;
        margin-bottom: 10px;
        display: inline-flex;
        text-decoration: none;
    }

    .viewing-data {
        display: inline-block;
    }

        .viewing-data a span {
            font-weight: 500;
        }

            .viewing-data a span.viewing-data-title {
                margin-left: 5px;
            }
        /*@media only screen and (max-width: 980px) {
  .viewing-data a span.viewing-data-title {
    display: none;
  }
}
*/ .search-data-voter-name a.active, .viewing-data a.active {
            color: #999;
            pointer-events: none;
        }

        .viewing-data a.active {
            border: 1px solid #999;
            background-color: rgba(255, 255, 255, 0.5);
        }

        .viewing-data a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #ccc;
            border: 2px solid #ccc;
            transition: all 0.2s ease 0s;
        }

        .viewing-data a .material-symbols-outlined {
            font-size: 24px;
        }

    .showing-data {
        font-size: 0.875em;
        line-height: 1.5em;
        font-weight: 700;
        text-align: center;
    }

    @media only screen and (max-width: 767px) {
        .tablenav .showing-data {
            text-align: center;
            margin: 10px 0;
        }
    }

    @media only screen and (max-width: 479px) {
        .data-sort-filter-search {
            display: inline-block;
        }

        .search-data, .filter-data, .viewing-data, .showing-data {
            width: 100%;
            text-align: center;
        }
    }

    .filter-data-top, .search-data-top {
        width: 100%;
        display: inline-flex;
        justify-content: space-between;
    }

    .search-data-top {
    }

    .filter-button {
        width: 33%;
    }

    .sort-selection {
        font-size: 75%;
    }

        .sort-selection span {
            font-weight: 700;
            margin: 0 10px;
        }

.material-symbols-outlined {
    vertical-align: middle;
    font-size: 130% !important;
}
.user-id .material-symbols-outlined {
    font-size: inherit !important;
}

    .showing-data select, .tablenav-pages input.current-page, .tablenav-pages .button {
        display: inline-block;
        vertical-align: baseline;
        min-width: 30px;
        min-height: 30px;
        margin: 0;
        padding: 0 4px;
        line-height: 2;
        color: #ed1d24;
        background-color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        font-size: 16px;
        cursor: pointer;
        border: 1px solid #ed1d24;
        border-radius: 5px;
        white-space: nowrap;
        box-sizing: border-box;
    }

    .showing-data select {
        color: #444;
        border: 1px solid #444;
    }

    .tablenav-pages input.current-page, .tablenav-pages .button {
        text-align: center;
    }

        .tablenav-pages .button:hover {
            color: #fff;
            background-color: #ccc;
            border: 1px solid #ccc;
            transition: all 0.2s ease 0s;
        }

    .category select {
        padding: 10px;
        font-size: 120%;
    }

    .tablenav {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
    }

    @media only screen and (max-width: 767px) {
        .tablenav {
            display: inline-block;
            text-align: center;
        }
    }

    .tablenav-pages .button.disabled {
        color: #ccc;
        border: 1px solid #ccc;
        pointer-events: none;
    }

    .displaying-num, .tablenav-paging-text {
        font-size: 75%;
        font-weight: 700;
    }

    .tablenav-pages input.current-page {
        border: 1px solid #000;
        color: #000;
        padding: 0 4px;
        font-weight: 500;
        width: auto;
    }

    a.tablenav-button {
        background-color: #ed1d24;
        border: 2px solid #ed1d24;
        border-radius: 5px;
        color: #fff;
        padding: 8px 10px;
        display: inline-block;
        font-weight: 600;
        text-decoration: none;
    }

    a.generate-batch-button, .export-button a.tablenav-button {
        background-color: rgba(255, 255, 255, 0.5);
        color: #ed1d24;
    }

        a.generate-batch-button:hover, a.tablenav-button:hover {
            text-decoration: none;
            background-color: #ccc;
            color: #fff;
            border: 2px solid #ccc;
            transition: all 0.2s ease 0s;
        }

    .sos-footer-menu .et_pb_menu .et_pb_menu__menu a {
        color: #fff;
    }

    @media (max-width: 980px) {
        .sos-footer-menu .et_pb_menu .et_pb_menu__menu {
            display: block;
        }

        .sos-footer-menu .et_pb_menu .et_mobile_nav_menu {
            display: none;
        }
    }

    .checkbox-box {
        margin-bottom: 0.5em;
        display: flex;
        flex-wrap: wrap;
    }

        .checkbox-box ul {
            margin: 0;
            padding: 0;
        }

            .checkbox-box ul li {
                display: flex;
                margin: 0;
                padding: 0;
            }

                .checkbox-box ul li a {
                    margin: 0 1em;
                }

        .checkbox-box span {
            margin-right: 1em;
            flex-flow: nowrap;
            display: flex;
        }

    .select-field {
        display: grid;
        margin-bottom: 0.75em;
    }

    .select-field-box {
        display: inline-flex;
        width: 100%;
    }

        .select-field-box .select-field {
            width: 50%;
        }

    .home .show-info-page {
        display: none;
    }

    .show-category-page {
        display: none;
    }

    .home .show-category-page {
        display: block;
    }

    .filter-slider {
        padding: 3em 0 0;
    }

    @media (max-width: 980px) {
        .filter-slider {
            padding: 1em 0 0;
        }
    }

    .filter-slider .load-button {
        margin-bottom: 0.75em;
    }

    .filter-top {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 1em;
    }

        .filter-top a:hover {
            cursor: pointer;
            color: #000;
            text-decoration: underline;
        }

    #search_div1, #search_div2, #hidden_batch_divTa, #hidden_batch_divTb, #hidden_batch_divLa, #hidden_batch_divLb, #hidden_batch_divAa, #hidden_batch_divAb, #hidden_batch_divAc, #hidden_batch_divvh1, #hidden_batch_divvh2, #hidden_batch_divvh3 {
        display: none;
        transition: all 0.2s ease 0s;
    }

    #hidden_batch_divLa, #hidden_batch_divLb, #hidden_batch_divAa, #hidden_batch_divAb, #hidden_batch_divAc {
        z-index: 0;
        position: relative;
        border-bottom: 2px solid #0061af;
        background-color: #fff;
    }

    #hidden_batch_divTa, #hidden_batch_divTb, #hidden_batch_divvh1, #hidden_batch_divvh2, #hidden_batch_divvh3 {
        border-top: 2px solid #0061af;
        border-bottom: 2px solid #0061af;
        width: 100%;
        margin: 0 0 20px 0;
        padding: 20px 0 0;
        background-color: #f4f7fb;
    }

    select.multi-select-states {
        border: 2px solid #ddd;
        padding: 15px;
        width: 100%;
        display: inline-block;
        white-space: break-spaces;
        border-radius: 5px;
        margin: 0 0 1em;
        font-size: 14px;
        background-color: rgba(0, 0, 0, 0.02);
    }

        select.multi-select-states option {
            padding: 10px 15px;
            border-radius: 5px;
            display: inline-table;
            width: auto;
            margin: 2px;
            border: 1px solid #ddd;
        }

    select {
        color: #000;
        border: 1px solid #999;
        padding: 5px;
        font-weight: 500;
    }

    .filter-bar select {
        margin: 0;
    }

    .login-box input.input-disabled, input.input-disabled {
        pointer-events: none;
        border: 2px solid rgba(0, 0, 0, 0.0);
        color: #000;
        background-color: rgba(0, 0, 0, 0.05);
    }

    .disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    input.input-soe {
        background-image: url(https://bst0922.wpengine.com/wp-content/uploads/athena-shield.svg);
        padding-left: 55px;
        background-repeat: no-repeat;
        background-size: 32px;
        background-position: 10px center;
    }

    form.search {
        display: inline-flex;
        width: 100%;
    }

    .search-bar form.search input[type=search] {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        height: auto !important;
        margin: 0;
    }

    form.search button {
        width: 80px;
        padding: 10px;
        background: #ed1d24;
        color: #fff;
        font-size: 17px;
        border: 2px solid #ed1d24;
        cursor: pointer;
    }

        form.search button.clear-search {
            color: #ed1d24;
            background: #fff;
            border: 2px solid #ed1d24;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

            form.search button:hover, form.search button.clear-search:hover {
                background: #ccc;
                border: 2px solid #ccc;
                color: #fff;
            }

    .section-title-box .material-symbols-outlined {
        font-size: 1.125em;
        margin-right: 5px;
    }

    .information-page-title-box {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }

    .info-title {
        font-size: 2em;
        font-weight: 700;
    }

    a.info-button {
        line-height: 24px;
        margin-right: 10px;
        border: 1px solid #ed1d24;
        border-radius: 5px;
        padding: 5px 10px;
        margin: 0 5px 10px 0;
        color: #fff;
        background-color: #ed1d24;
        margin-bottom: 10px;
        display: inline-flex;
    }

        a.info-button span.button-title {
            margin-left: 5px;
            font-weight: 500;
        }

        a.info-button:hover {
            color: #fff;
            text-decoration: none;
            background-color: #ccc;
            border: 1px solid #ccc;
            transition: all 0.2s ease 0s;
        }

    .data-column.locked {
        color: #ff9900;
        font-weight: 700;
        padding-right: 40px;
        background-image: url(https://bst0922.wpengine.com/wp-content/uploads/lock_ff9900.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 18px) center;
        background-size: 20px;
    }

    #top-menu li.product-mega-menu, .fullwidth-menu-nav li.product-mega-menu {
        position: inherit;
    }

        #top-menu li.product-mega-menu > ul, .fullwidth-menu-nav li.product-mega-menu > ul {
            background-color: #ffffff;
            border-bottom: 2px solid rgba(0, 0, 0, 0.1);
            text-align: center;
            display: inline-block;
            overflow-y: scroll;
            max-height: calc(100vh - 136px);
            width: 100%;
            padding: 2vh;
            position: absolute !important;
            right: 0 !important;
            transition: all 0s ease 0s;
        }

            #top-menu li.product-mega-menu > ul > li, .fullwidth-menu-nav li.product-mega-menu ul li {
                height: auto;
                width: 11%;
                margin: 0 0.5vh 1vh;
                vertical-align: top;
                position: relative;
                display: inline-flex;
                line-height: 1.4em;
                padding: 0 !important;
            }

    @media (max-width: 1850px) {
        #top-menu li.product-mega-menu > ul > li, .fullwidth-menu-nav li.product-mega-menu ul li {
            width: 22%;
        }
    }

    #top-menu li.product-mega-menu > ul > li a, .fullwidth-menu-nav li.product-mega-menu ul li a {
        height: auto;
        background-repeat: no-repeat;
        background-size: 40px;
        background-position: 50% 100%;
        padding: 10px 5px;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
        min-height: 120px;
    }

        #top-menu li.product-mega-menu > ul > li a:hover, .fullwidth-menu-nav li.product-mega-menu ul li a:hover {
            color: #fff;
            opacity: 1;
            background-color: #ed1d24;
            border: 1px solid #ed1d24;
        }

        #top-menu li.product-mega-menu > ul > li a span.top-menu, .fullwidth-menu-nav li.product-mega-menu ul li a span.bot-menu {
        }

        #top-menu li.product-mega-menu > ul > li a span.bot-menu, .fullwidth-menu-nav li.product-mega-menu ul li a span.bot-menu {
            height: 40px;
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
        }

    xxx.footer-section {
        background-image: linear-gradient(130deg, rgba(255, 255, 255, 0.875) 20%, rgba(255, 255, 255, 0.5) 80%), url(https://bst0922.wpengine.com/wp-content/uploads/athena-shield.svg);
        background-size: cover;
        background-position: center;
    }

    .et_vertical_nav.et_header_style_split #et-top-navigation, .et_vertical_nav.et_header_style_left #et-top-navigation {
        padding-top: 24px;
    }

    @media only screen and (min-width: 981px) {
        #main-header .et_menu_container .logo_container {
            width: 100%;
        }
    }

    .small-buttons {
        font-size: 0.875em;
    }

    .padded-form-box {
        padding-bottom: 0.75em;
    }

    .btn {
        font-weight: 400;
        line-height: 1.5;
        color: #fff;
        background-color: #ed1d24;
        border: 1px solid #ed1d24;
        padding: 0.75rem 1.5rem;
        font-size: 1.5rem;
        border-radius: 5px;
        margin-bottom: 0.25em;
    }

        .btn:hover, .btn:hover:focus, .btn:focus, .btn:active {
            color: #fff;
            background-color: #999;
            border: 1px solid #999;
            padding: 0.75rem 1.5rem;
        }

        .btn:disabled {
            color: #fff;
            background-color: #ccc;
            border: 1px solid #ccc;
            padding: 0.75rem 1.5rem;
        }

        .btn:active {
            top: 0;
            left: 0;
        }

    a {
        color: #ed1d24;
        text-decoration: underline;
    }

    .athena-box {
    }

    #sparks {
        margin: 0;
    }

    article.sortable-grid {
        padding: 2em;
        border: 2px solid #eee;
        border-radius: 5px;
        box-shadow: 0px 20px 10px -20px #ccc;
        margin-bottom: 1em;
    }

    .dropzone {
        margin-bottom: 1em;
    }

    textarea, input[type=search], input[type=datetime-local], input[type=month], input[type=week], input[type=url], input[type=number], input[type=date], input[type=time], input[type=text], input[type=tel], input[type=email], input[type=password], input[type=reset], input[type=datetime], .form-group select, select, select[type=select] {
        color: #000;
        padding: 5px 10px;
        border-radius: 5px !important;
        height: 3em;
        font-size: 14px;
        background-color: #fff;
        width: 100%;
        margin: 0 0 0.5em;
        display: inline-block;
        box-sizing: border-box;
        font-weight: 500;
        border: 2px solid #ddd;
    }

    @media only screen and (max-width: 979px) {
        .dropzone .dz-default.dz-message {
            background-size: 100%;
            width: 100%;
            height: auto;
            margin-left: 0;
            margin-top: 0;
        }

        #sparks {
            text-align: center;
            background: none !important;
        }

        .sparks-info {
            min-width: 10px;
        }
    }

    .text-danger {
        text-align: left;
        display: block;
    }

    .state-select {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .state-select-title {
        line-height: 1em;
        font-weight: 600;
        padding-bottom: 0.5em !important;
        font-size: 120%;
        margin: 0;
    }

    .form-group {
        margin-top: 0;
        margin-bottom: 0.5em;
    }

    .btn-header > :first-child > a:hover {
        cursor: pointer !important;
        border: none;
        color: #222;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-header > :first-child > a:active {
        background-color: none;
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        margin: 0 0 1em 0;
    }

    #propertyDetailMap {
        width: 100%;
        max-width: 600px;
        height: 450px;
    }

.overflow-box {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

    div.dataTables_wrapper div.dataTables_filter {
        width: auto;
    }

    .box-form-half-box {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .box-form-half {
        width: calc(50% - 5px);
    }

    @media only screen and (max-width: 767px) {
        .box-form-half {
            width: 100%;
        }
    }

    label .material-symbols-outlined {
        vertical-align: middle;
        font-size: inherit !important;
        margin: 0 0 0 5px;
    }

    .form-check {
        border: 2px solid #ddd;
        border-radius: 5px;
        padding: 7px 5px 2px 22px;
        margin: 0.25em;
    }

        .form-check:has(:checked) {
            border: 2px solid #333;
            color: #333;
        }

        .form-check input[type="checkbox"]::before,
        .form-check input[type="radio"]::before {
            background-color: #333;
        }

        .form-check input[type="checkbox"]:checked,
        .form-check input[type="radio"]:checked {
            border-color: #333;
        }

.user-role.role-admin {
    border-color: #0061af;
    color: #0061af;
}

    .form-check.role-admin:has(:checked) {
        border-color: #0061af;
        color: #0061af;
    }

    .form-check.role-admin input[type="checkbox"]::before,
    .form-check.role-admin input[type="radio"]::before {
        background-color: #0061af;
    }

    .form-check.role-admin input[type="checkbox"]:checked,
    .form-check.role-admin input[type="radio"]:checked {
        border-color: #0061af;
    }

.form-check.status-2:has(:checked),
.form-check.pipeline-a:has(:checked),
.form-check.grade-1:has(:checked),
.form-check.role-research:has(:checked) {
    border: 2px solid #ED1D25;
    color: #ED1D25;
}

.form-check.status-2 input[type="checkbox"]::before,
.form-check.pipeline-a input[type="checkbox"]::before,
.form-check.grade-1 input[type="checkbox"]::before,
.form-check.role-research input[type="checkbox"]::before,
.form-check.status-2 input[type="radio"]::before,
.form-check.pipeline-a input[type="radio"]::before,
.form-check.grade-1 input[type="radio"]::before,
.form-check.role-research input[type="radio"]::before {
    background-color: #ED1D25;
}

.form-check.status-2 input[type="checkbox"]:checked,
.form-check.pipeline-a input[type="checkbox"]:checked,
.form-check.grade-1 input[type="checkbox"]:checked,
.form-check.role-research input[type="checkbox"]:checked,
.form-check.status-2 input[type="radio"]:checked,
.form-check.pipeline-a input[type="radio"]:checked,
.form-check.grade-1 input[type="radio"]:checked,
.form-check.role-research input[type="radio"]:checked {
    border-color: #ED1D25;
}

.form-check.pipeline-b:has(:checked),
.form-check.grade-2:has(:checked),
.form-check.locked:has(:checked) {
    border: 2px solid #ffc105;
    color: #ffc105;
}

.form-check.pipeline-b input[type="checkbox"]::before,
.form-check.grade-2 input[type="checkbox"]::before,
.form-check.locked input[type="checkbox"]::before,
.form-check.pipeline-b input[type="radio"]::before,
.form-check.grade-2 input[type="radio"]::before,
.form-check.locked input[type="radio"]::before {
    background-color: #ffc105;
}

.form-check.pipeline-b input[type="checkbox"]:checked,
.form-check.grade-2 input[type="checkbox"]:checked,
.form-check.locked input[type="checkbox"]:checked,
.form-check.pipeline-b input[type="radio"]:checked,
.form-check.grade-2 input[type="radio"]:checked,
.form-check.locked input[type="radio"]:checked {
    border-color: #ffc105;
}





.form-check.status-3:has(:checked),
.form-check.unlocked:has(:checked) {
    border: 2px solid #989898;
    color: #989898;
}

.form-check.status-3 input[type="checkbox"]::before,
.form-check.status-3 input[type="radio"]::before,
.form-check.unlocked input[type="checkbox"]::before,
.form-check.unlocked input[type="radio"]::before {
    background-color: #989898;
}

.form-check.status-3 input[type="checkbox"]:checked,
.form-check.status-3 input[type="radio"]:checked,
.form-check.unlocked input[type="checkbox"]:checked,
.form-check.unlocked input[type="radio"]:checked {
    border-color: #989898;
}





.form-check.status-1:has(:checked),
.form-check.grade-3:has(:checked),
.form-check.role-office:has(:checked),
.form-check.pipeline-c:has(:checked) {
    border: 2px solid #259b24;
    color: #259b24;
}

.form-check.status-1 input[type="checkbox"]::before,
.form-check.grade-3 input[type="checkbox"]::before,
.form-check.role-office input[type="checkbox"]::before,
.form-check.pipeline-c input[type="checkbox"]::before,
.form-check.status-1 input[type="radio"]::before,
.form-check.grade-3 input[type="radio"]::before,
.form-check.role-office input[type="radio"]::before,
.form-check.pipeline-c input[type="radio"]::before {
    background-color: #259b24;
}

.form-check.status-1 input[type="checkbox"]:checked,
.form-check.grade-3 input[type="checkbox"]:checked,
.form-check.role-office input[type="checkbox"]:checked,
.form-check.pipeline-c input[type="checkbox"]:checked,
.form-check.status-1 input[type="radio"]:checked,
.form-check.grade-3 input[type="radio"]:checked,
.form-check.role-office input[type="radio"]:checked,
.form-check.pipeline-c input[type="radio"]:checked {
    border-color: #259b24;
}

.form-check.pipeline-d:has(:checked),
.form-check.grade-4:has(:checked),
.form-check.role-donor:has(:checked) {
    border: 2px solid #03a9f4;
    color: #03a9f4;
}

.form-check.pipeline-d input[type="checkbox"]::before,
.form-check.grade-4 input[type="checkbox"]::before,
.form-check.role-donor input[type="checkbox"]::before,
.form-check.pipeline-d input[type="radio"]::before,
.form-check.grade-4 input[type="radio"]::before,
.form-check.role-donor input[type="radio"]::before {
    background-color: #03a9f4;
}

.form-check.pipeline-d input[type="checkbox"]:checked,
.form-check.grade-4 input[type="checkbox"]:checked,
.form-check.role-donor input[type="checkbox"]:checked,
.form-check.pipeline-d input[type="radio"]:checked,
.form-check.grade-4 input[type="radio"]:checked,
.form-check.role-donor input[type="radio"]:checked {
    border-color: #03a9f4;
}

.form-check.pipeline-e:has(:checked),
.form-check.grade-5:has(:checked) {
    border: 2px solid #0061af;
    color: #0061af;
}

.form-check.pipeline-e input[type="checkbox"]::before,
.form-check.pipeline-e input[type="radio"]::before,
.form-check.grade-5 input[type="checkbox"]::before,
.form-check.grade-5 input[type="radio"]::before {
    background-color: #0061af;
}

.form-check.pipeline-e input[type="checkbox"]:checked,
.form-check.pipeline-e input[type="radio"]:checked,
.form-check.grade-5 input[type="checkbox"]:checked,
.form-check.grade-5 input[type="radio"]:checked {
    border-color: #0061af;
}

    .form-check.role-other:has(:checked) {
        border: 2px solid #999;
        color: #999;
    }

    .form-check.role-other input[type="checkbox"]::before,
    .form-check.role-other input[type="radio"]::before {
        background-color: #999;
    }

    .form-check.role-other input[type="checkbox"]:checked,
    .form-check.role-other input[type="radio"]:checked {
        border-color: #999;
    }

#ShowSearch, #ShowUserRole, #ShowUserRole, #ShowDonor, #ShowState, #ShowDonor, #ShowPipelineStatus, #ShowGradeLevel, #ShowAccountStatus, #ShowActivityStatus, #ShowReceivingInk, #ShowReceivingCompensationForPackets {
    display: none;
    transition: all 0.2s ease 0s;
}

    .search-bar, .filter-bar {
        display: inline-flex;
        justify-content: flex-start;
        width: 100%;
        margin: 0 0 1em em;
        padding: 1em;
        border: 2px solid #eee;
        background-color: rgba(0,0,0,0.03);
        border-radius: 5px;
        flex-flow: wrap;
        box-shadow: 0px 20px 10px -20px #ccc;
        margin-bottom: 1em;
    }


        .search-bar h4, .filter-bar h4 {
            width: 100%;
            font-weight: 600;
        }

        .search-bar select {
            width: auto;
            background-color: #fff;
            margin: 0 4px 0 0;
            height: auto;
        }

        .filter-bar .box-form.add-user {
            width: auto;
            padding: 1em;
            border: 1px solid #ccc;
            margin: 0 0.5em 0.5em 0;
            background-color: #fff;
            border-radius: 5px;
            display: inline-block;
        }

    .filter-buttons-bottom-row {
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%;
        background-color: rgba(0,0,0,0.03);
        padding: 1em;
        border-radius: 5px;
        border: 2px solid #fff;
        justify-content: space-between;
    }

    .sort-row, .filter-buttons {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }

    .form-check.sort-filter-title {
        font-weight: 700;
        width: calc(100% - 0.5em);
        border-width: 0;
    }

        .form-check.sort-filter-title label {
            font-weight: 600;
        }

        .form-check.sort-filter-title:has(:checked) {
            border-color: #333;
            color: #333;
        }

        .form-check.sort-filter-title input[type="checkbox"]:checked,
        .form-check.sort-filter-title input[type="radio"]:checked {
            border-color: #333;
        }

        .form-check.sort-filter-title input[type="checkbox"]::before,
        .form-check.sort-filter-title input[type="radio"]::before {
            background-color: #333;
        }

    .form-check.no-actions {
        pointer-events: none;
        background-color: rgba(0,0,0,0.025);
    }

    /*-------------------product-menu-container.data-tiled------------------*/
    #product-menu-icons .product-menu-container.data-tiled {
        width: 100%;
        max-width: calc(33.33% - 10px);
        margin: 0 5px 10px;
        line-height: 1.25em;
        border: 2px solid #eee;
        border-radius: 5px;
        padding: 5px 10px;
        box-shadow: 0px 20px 10px -20px #ccc;
        background-color: #fff;
    }

    @media only screen and (max-width: 1300px) {
        #product-menu-icons .product-menu-container.data-tiled {
            max-width: calc(50% - 10px);
        }
    }

    @media only screen and (max-width: 767px) {
        #product-menu-icons .product-menu-container.data-tiled {
            max-width: 100%;
        }
    }

    #product-menu-icons .product-menu-container .data-tiled-text {
        font-weight: 300;
        font-size: 120%;
        line-height: 1.5em;
    }

.product-menu-container .data-tiled-line:nth-child(2n+0) {
    background-color: rgba(0, 0, 0, 0.03);
}

    .data-tiled-line.data-tiled-top {
        padding: 5px 0;
        margin-bottom: 0.5em;
    }

    .data-tiled-line {
        display: inline-flex;
        width: 100%;
        padding: 10px;
    }

    .data-tiled-line-left.tile-title {
    }

.data-tiled-line-left {
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 1px;
    line-height: 1.125em;
}
.data-tiled-top .data-tiled-line-left {
    width: calc(100% - 135px);
}

.data-tiled-line-right {
    text-align: right;
    width: 135px;
    display: flex;
    justify-content: flex-end;
    gap: 1px;
    line-height: 1.125em;
}
@media (max-width: 340px) {
    .data-tiled-line-left,
    .data-tiled-line-right {
        width: auto;
    }
}
