
/*Content/side bar cards*/
.card {
    margin-bottom: 20px;
    color: #58595B;
}

.card-default {
    border-radius: 0px;
    border-color: white;
    box-shadow: none;
}

.card-body ul, .card-body li, .card-body table {
    font-family: "Gotham Book";
    font-style: normal;
    font-weight: 400;
}

.card-body > p {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 20px;
    font-family: "Gotham Book";
    font-style: normal;
    font-weight: 400;
}

.card-body {
    font-family: "Gotham Book";
    font-style: normal;
    font-weight: 400;
    padding: 25px;
}

.card-bar {
    width: 100%;
    height: 14px;
    margin-bottom: 0px;
    background-color: #00AB99;
}

.card-default ul {
    list-style: none;
}

.child-page-body ul {
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.card-default ul li:not(.no-chevron)::before {
    position: relative;
    bottom: 1.9pt;
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 0.14em solid #58595B;
    border-top: 0.14em solid #58595B;
    transform: rotate(45deg);
    margin-right: 0.7em;
}

.card-default a {
    color: #0084bc;
    text-decoration: none;
}

    .card-default a:hover {
        text-decoration: none;
        color: #00AB99;
    }

a:visited {
    text-decoration: none;
}

.card-sidebar ul {
    padding-left: 0px;
}

.section {
    text-align: center;
}

.col-md-9 {
    width: 100%;
}

@media screen and (max-width: 1200px) {
   .card-default {
        width: 100%;
    }

    .child-page-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    #sidebar {
        position: relative;
        width: 100%;
    }
}

/*Table formatting*/
table {
    max-width: 100%;
    font-size: 12px;
    margin-top: 18.5px;
    border: none;
}

tr:nth-child(odd) {
    background-color: #81dbd1;
}

td:not(:last-child) {
    border-right: 4px solid white;
}

td, th {
    padding: 5px 15px;
}

    td > p {
        margin-bottom: 0px;
    }

    th > p {
        margin-bottom: 0px;
    }

    th:not(:last-child) {
        border-right: 4px solid white;
    }

@media screen and (max-width: 767px) {
    table {
        overflow: auto;
        display: block;
    }
}

/*Content Grid RTE Styles*/

 




/**Dark/Light mode**/
.dark .card-default {
    background-color: #1f1f1f;
    border: none;
}

.dark .card-bar {
    background-color: #353535;
}

.dark .card-default ul li:not(.no-chevron)::before {
    border-right: 0.14em solid #e2e2e2;
    border-top: 0.14em solid #e2e2e2;
}

.dark .card-default p {
    color: #e2e2e2;
}

.dark .card-body ul, .dark .card-body li, .dark .card-body table {
    color: #e2e2e2;
}

.dark tr:nth-child(odd) {
    background-color: #353535;
}

.dark td:not(:last-child) {
    border-right: 4px solid #1f1f1f;
}

.dark th:not(:last-child) {
    border-right: 4px solid #1f1f1f;
}

@media (prefers-color-scheme: dark) {
    .card-default {
        background-color: #1f1f1f;
        border: none;
    }

    .card-bar {
        background-color: #353535;
    }

    .card-default ul li:not(.no-chevron)::before {
        border-right: 0.14em solid #e2e2e2;
        border-top: 0.14em solid #e2e2e2;
    }

    .card-default p {
        color: #e2e2e2;
    }

    .card-body ul, .card-body li, .card-body table {
        color: #e2e2e2;
    }

    tr:nth-child(odd) {
        background-color: #353535;
    }

    td:not(:last-child) {
        border-right: 4px solid #1f1f1f;
    }

    th:not(:last-child) {
        border-right: 4px solid #1f1f1f;
    }

    .light .card-default {
        background-color: white;
    }

    .light .card-bar {
        background-color: #00AB99
    }

    .light .card-default ul li:not(.no-chevron)::before {
        border-right: 0.14em solid #58595B;
        border-top: 0.14em solid #58595B;
    }

    .light .card-default p {
        color: #58595B;
    }

    .light .card-body ul, .light .card-body li, .light .card-body table {
        color: #58595B;
    }

    .light tr:nth-child(odd) {
        background-color: #00AB99;
    }

    .light td:not(:last-child) {
        border-right: 4px solid white;
    }

    .light th:not(:last-child) {
        border-right: 4px solid white;
    }
}

/**umb_name:h1*/
h1 {
}

/**umb_name:h2*/
h2 {
}

/**umb_name:h3*/
h3 {
}
