/* Minification failed. Returning unminified contents.
(1197,32): run-time error CSS1039: Token not allowed after unary operator: '-surface-elevated'
(1593,28): run-time error CSS1039: Token not allowed after unary operator: '-surface-page'
(1594,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(1691,28): run-time error CSS1039: Token not allowed after unary operator: '-surface-page'
(1692,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(1693,39): run-time error CSS1039: Token not allowed after unary operator: '-border-default'
(1707,41): run-time error CSS1039: Token not allowed after unary operator: '-border-default'
(1708,28): run-time error CSS1039: Token not allowed after unary operator: '-surface-app'
(1709,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(1754,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(1762,17): run-time error CSS1039: Token not allowed after unary operator: '-nav-icon'
(1789,28): run-time error CSS1039: Token not allowed after unary operator: '-surface-input'
(1790,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(1807,17): run-time error CSS1039: Token not allowed after unary operator: '-text-muted'
(1843,28): run-time error CSS1039: Token not allowed after unary operator: '-surface-input'
(1844,28): run-time error CSS1039: Token not allowed after unary operator: '-border-default'
(1879,28): run-time error CSS1039: Token not allowed after unary operator: '-border-default'
(1880,28): run-time error CSS1039: Token not allowed after unary operator: '-surface-input'
(1881,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(1968,28): run-time error CSS1039: Token not allowed after unary operator: '-surface-sidebar'
(1969,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(2020,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(2037,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(2041,17): run-time error CSS1039: Token not allowed after unary operator: '-nav-icon-active'
(2042,28): run-time error CSS1039: Token not allowed after unary operator: '-nav-item-active-bg'
(2107,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(2121,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(2136,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(2147,28): run-time error CSS1039: Token not allowed after unary operator: '-nav-item-hover-bg'
(2158,17): run-time error CSS1039: Token not allowed after unary operator: '-text-muted'
(2182,41): run-time error CSS1039: Token not allowed after unary operator: '-border-subtle'
(2188,17): run-time error CSS1039: Token not allowed after unary operator: '-text-muted'
(2192,28): run-time error CSS1039: Token not allowed after unary operator: '-border-default'
(2193,28): run-time error CSS1039: Token not allowed after unary operator: '-surface-input'
(2195,17): run-time error CSS1039: Token not allowed after unary operator: '-text-secondary'
(2209,28): run-time error CSS1039: Token not allowed after unary operator: '-surface-muted'
(2210,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(2246,17): run-time error CSS1039: Token not allowed after unary operator: '-text-muted'
(2252,28): run-time error CSS1039: Token not allowed after unary operator: '-surface-page'
(2253,17): run-time error CSS1039: Token not allowed after unary operator: '-text-secondary'
(2265,21): run-time error CSS1039: Token not allowed after unary operator: '-text-muted'
(2273,21): run-time error CSS1039: Token not allowed after unary operator: '-text-muted'
(2302,17): run-time error CSS1039: Token not allowed after unary operator: '-text-muted'
(2351,28): run-time error CSS1039: Token not allowed after unary operator: '-surface-elevated'
(2355,24): run-time error CSS1039: Token not allowed after unary operator: '-border-default'
(2356,17): run-time error CSS1039: Token not allowed after unary operator: '-text-secondary'
(2357,28): run-time error CSS1039: Token not allowed after unary operator: '-surface-input'
(2362,28): run-time error CSS1039: Token not allowed after unary operator: '-border-default'
(2363,21): run-time error CSS1039: Token not allowed after unary operator: '-text-secondary'
(2364,32): run-time error CSS1039: Token not allowed after unary operator: '-surface-input'
(2369,21): run-time error CSS1039: Token not allowed after unary operator: '-text-secondary'
(2370,32): run-time error CSS1039: Token not allowed after unary operator: '-surface-input'
(2371,28): run-time error CSS1039: Token not allowed after unary operator: '-border-default'
(2408,28): run-time error CSS1039: Token not allowed after unary operator: '-surface-sidebar'
(2439,21): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(2440,32): run-time error CSS1039: Token not allowed after unary operator: '-nav-item-hover-bg'
(2445,21): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(2446,32): run-time error CSS1039: Token not allowed after unary operator: '-nav-item-hover-bg'
(2451,21): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(2452,32): run-time error CSS1039: Token not allowed after unary operator: '-nav-item-hover-bg'
(2458,32): run-time error CSS1039: Token not allowed after unary operator: '-nav-item-hover-bg'
(2602,32): run-time error CSS1039: Token not allowed after unary operator: '-surface-sidebar'
(2748,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-primary'
 */
/*bootstrap hacks*/
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.text-ccc {
    color: #ccc !important;
}

.flex-break-row {
    flex: 0 0 100%;
}

@media (max-width: 36em) {
    .flex-break-row-mobile {
        flex: 0 0 100%;
    }

    .bg-white-mobile {
        background-color: white !important;
    }
}

.text-warning2 {
    color: #FF7B08 !important;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

.btn-circle {
    padding: 0.5em 1em;
}

.vertical-align-center, .vertical-align-middle {
    vertical-align: middle;
}

.bg-f4f5f7 {
    background-color: #f4f5f7;
}

.rounded-lg {
    border-radius: 0.8rem !important;
}

.border-dotted {
    border-style: dotted;
}

.font-weight-900, .fw900 {
    font-weight: 900;
}

.font-weight-700, .fw700 {
    font-weight: 700;
}

.font-weight-600, .fw600 {
    font-weight: 600;
}

.font-weight-400, .fw400 {
    font-weight: 400;
}

.font-weight-500, .fw500 {
    font-weight: 500;
}

.font-weight-300, .fw300 {
    font-weight: 300;
}

.underline {
    text-decoration: underline;
}

.vertical-align-top {
    vertical-align: top;
}

.oswald {
    font-family: Oswald;
    font-weight: 500;
}

.fs28 {
    font-size: 2.8em;
}

.fs24 {
    font-size: 2.4em;
}

.fs20 {
    font-size: 2.0em;
}

.fs18 {
    font-size: 1.8em;
}

.fs16 {
    font-size: 1.6em;
}

.fs15 {
    font-size: 1.5em;
}

.fs14 {
    font-size: 1.4em;
}

.fs13 {
    font-size: 1.3em;
}

.fs12 {
    font-size: 1.2em;
}

.fs11 {
    font-size: 1.1em;
}

.fs1 {
    font-size: 1em;
}

.fs095 {
    font-size: 0.95em;
}

.fs09 {
    font-size: 0.9em;
}

.fs085 {
    font-size: 0.85em;
}

.fs08 {
    font-size: 0.8em;
}

.fs075 {
    font-size: 0.75em;
}

.fs07 {
    font-size: 0.7em;
}

.fs065 {
    font-size: 0.65em;
}

.fs06 {
    font-size: 0.6em;
}

.lh100 {
    line-height: 100%;
}

.lh110 {
    line-height: 110%;
}

.lh120 {
    line-height: 120%;
}

.lh130 {
    line-height: 130%;
}

.lh150 {
    line-height: 150%;
}

.close_thin {
    font-size: 1.4rem;
    font-weight: 300;
    color: #333;
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}

.modal-header .close {
    font-weight: 400;
}

.btn-wrap {
    white-space: normal;
}

.btn-link {
    border: 0;
}

.btn-blank {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    font-weight: normal !important;
}

.btn-blank2 {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.line-height-normal {
    line-height: 120%;
}

.text-primary-dark, .text-primary-dark a {
    color: #114F99;
}

.text-999 {
    color: #999;
}

.opacity5 {
    opacity: 0.5;
}

.opacity8 {
    opacity: 0.8;
}

.btn-text-link {
    color: #006da8;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
    /*font-size: inherit !important;*/
    font-weight: inherit !important;
    vertical-align: baseline !important;
    background-color: transparent !important;
}

.btn-text-link2 {
    color: #006da8;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: baseline !important;
}

.btn-text-link3 {
    color: #006da8;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: baseline !important;
}

.btn-text {
    color: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    vertical-align: baseline !important;
}

.btn-text-white {
    color: white !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
    vertical-align: baseline !important;
}

.btn-text-black {
    color: black !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
    vertical-align: baseline !important;
}

.text-success2 {
    color: #00df70 !important;
}

.btn-success2 {
    color: #fff;
    background-color: #00df70 !important;
    border-color: #00C161;
}

/*
 .btn-success2:not(:disabled):not(.disabled):active, .btn-success2:not(:disabled):not(.disabled).active, .show > .btn-success2.dropdown-toggle {
    color: #fff;
    background-color: #00df70;
    border-color: #00C161;
}
*/
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-wrap {
    white-space: normal;
}

.badge {
    min-width: 1.5em;
}

.min_page_height {
    min-height: 40em;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-33 {
    width: 33.3333333%;
}

.mx-negative {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

@media screen and (max-width: 34em) {
    .mobile-mx-negative {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

@media (hover: hover) {
    .btn-text:hover {
        color: #22a7ee !important;
    }
}
/*SPINNER*/
.spinner_w {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    text-align: center;
}

.spinner_w2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    z-index: 5000;
    text-align: center;
}

.spinner_center {
    margin: auto;
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285F4;
    }

    25% {
        stroke: #DE3E35;
    }

    50% {
        stroke: #F7C223;
    }

    75% {
        stroke: #1B9A59;
    }

    100% {
        stroke: #4285F4;
    }
}

@keyframes colors {
    0% {
        stroke: #4285F4;
    }

    25% {
        stroke: #DE3E35;
    }

    50% {
        stroke: #F7C223;
    }

    75% {
        stroke: #1B9A59;
    }

    100% {
        stroke: #4285F4;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@media screen and (min-width: 46em) {
    .modal-body, .modal-footer, .modal-header {
        padding: 1em 2em;
    }

    .modal-header {
        padding-top: 2em;
    }

    .modal-footer {
        padding-bottom: 2em;
    }

    .modal-title {
        font-weight: 400;
        font-size: 1.6em;
        line-height: 110%;
    }
}

#ProfileTabs .nav-link {
    color: white;
    border-bottom-width: 0.3em;
    color: rgba(255,255,255,0.8);
}

    #ProfileTabs .nav-link:hover {
        border-color: rgba(255,255,255,0);
        background-color: rgba(0,0,0,0.1);
        color: rgba(255,255,255,1);
    }

    #ProfileTabs .nav-link.active {
        background-color: rgba(255,255,255,0);
        border-color: rgba(255,255,255,0);
        color: rgba(255,255,255,1);
        border-bottom: 0.3em solid #FF9900;
    }

@media screen and (max-width: 34em) {
    /*mobile fixes*/
    .mobile-mx-negative-pw {
        margin-left: -5% !important;
        margin-right: -5% !important;
    }

    #ProfileTabs .nav-link .h5 {
        font-size: 1em;
    }

    .btn-block-mobile {
        display: block;
        padding-right: 0;
        padding-left: 0;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }
}

.h2title {
    color: #333;
    font-family: 'Oswald';
    font-size: 1.3em;
    margin: 0.5em auto 0.5em auto;
    padding: 0;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.h3title {
    color: #777;
    font-size: 0.85em;
    letter-spacing: 0.05em;
    /*
    margin: 0.5em auto 0.5em auto;
    padding: 0;
        text-align: center;
        */
    font-weight: 700;
    text-transform: uppercase;
}

.round-arrow-btn i {
    padding-left: 0.1em;
    padding-right: 0.1em;
}

.btn { /*border-radius:3em;*/
    font-weight: 600;
}

.round {
    border-radius: 3em;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.bootbox-close-button {
    margin-top: 0 !important;
}
/*for datepicker*/
@font-face {
    font-family: 'gijgo-material';
    src: url('/Content/font/gijgo-material.ttf');
}
/*toggle on and off buttons*/
.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 3em;
}

    .toggle.ios .toggle-handle {
        border-radius: 1.5rem;
        width: 2.5rem;
        background-color: white;
        box-shadow: 0 0 0.5em rgba(0,0,0,0.2), inset -0.3em -0.3em 0.5em rgba(0,0,0,0.1);
    }
/* hide the select2 box initial to prevent flicker*/
.js-example-responsive {
    visibility: hidden;
}
/*select2 dropdown in navigation*/
.nav_client_w .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #007fc4;
    color: white;
    /*
    background-color: #BDEFFD;
    color: black;
        */
    border-radius: 3px;
    font-weight: 600;
}

.nav_client_w .select2-selection__rendered {
    line-height: 44px !important;
}

.nav_client_w .select2-container .select2-selection--single {
    height: 45px !important;
}

.nav_client_w .select2-selection__arrow {
    height: 44px !important;
}

.nav_client_w .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    /*border-color: #000 transparent transparent transparent;*/
}

.nav_client_w .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    /* border-color: transparent transparent #000 transparent;*/
}

.nav_client_w .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(255,255,255,0.8);
    /*
    color: rgba(0,0,0,0.8);
        */
    font-weight: 400;
}

.nav_client_w .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0);
}

.border-radius-1 {
    border-radius: 0.4em;
}

.border-radius-2 {
    border-radius: 0.8em;
}

.border-radius-3 {
    border-radius: 1em;
}

.border-radius-4 {
    border-radius: 1.5em;
}

.border-radius-5 {
    border-radius: 2em;
}
/*cards as buttons*/
.card100 {
    height: 100%;
}

a.card {
    color: inherit;
    text-decoration: inherit;
    height: 100%;
}

    a.card button {
        z-index: 1;
    }

    a.card.disabled,
    a.card[disabled] {
        pointer-events: none;
        opacity: .8;
    }
/*change carousel buttons to black*/
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
/*change main color temporarily until we can use SASS
.text-primary {
    color: #22a7ee !important;
}
*/
/* arrows for nav accorion*/
.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: "Font Awesome 7 Pro";
    content: "\f106";
    float: right;
    color: rgba(0,0,0,0.4);
    font-weight: 900; /*need this for regular icon set*/
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0.8em;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*
    content:"";
    background-image:url(/content/images/ic_keyboard_arrow_up_black_48px.svg);
    background-size:1.5em;
    height:1.5em;
    width:1.5em;
    */
}

.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107";
    /*transform: rotate(180deg);*/
}
/* arrows for nav accorion*/
.accordion-toggle2 {
    color: black !important;
    text-decoration: none !important;
}

    .accordion-toggle2:before {
        /* symbol for "opening" panels */
        font-family: "Font Awesome 7 Pro";
        content: "\f106";
        float: left;
        color: grey;
        font-weight: 900; /*need this for regular icon set*/
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        left: 0.8em;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .accordion-toggle2.collapsed:before {
        /* symbol for "collapsed" panels */
        content: "\f107";
    }

@media (min-width: 768px) {
    .modal-cf-lg {
        max-width: 750px;
    }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .accordion-toggle2:after {
        /* symbol for "opening" panels */
        content: "CLICK TO SEE LESS";
        float: left;
        color: grey;
        font-size: 0.8em;
        font-weight: 400; /*need this for regular icon set*/
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right: 1.5em;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .accordion-toggle2.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "CLICK TO SEE MORE";
    }

    .modal-track-lg {
        max-width: 650px;
    }

    .modal-recipe-lg {
        max-width: 900px;
    }

    .modal-info-xl {
        max-width: 900px;
    }
}

/* xl devices (desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .modal-recipe-lg {
        max-width: 1000px;
    }

    .modal-info-xl {
        max-width: 1100px;
    }
}
/*larger checkbox*/
.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0rem !important;
    left: -1rem !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.custom-control-lg .custom-control-label {
    margin-left: 1rem !important;
    font-size: 1rem !important;
}
/*block buttons for smaller screens*/
@media(max-width: 768px) {
    button.full-width {
        width: 100%;
    }
}

.header_i {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
}

.header_link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.3rem;
}

.text-nowrap {
    white-space: nowrap;
}

.text-wrap {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.a-nostyle A {
    color: black;
    text-decoration: none;
}

    .a-nostyle A:hover, .a-nostyle A:focus {
        color: inherit;
        text-decoration: none;
    }

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #f8f9fa !important;
}
/*
@media (max-width: 768px) {
    .mobile-session-status {
        position: absolute;
        top: 0.5em;
        right: 1em;
        padding-right: 0;
    }
}*/
/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    H1, .h1 {
        font-size: 1.4em;
    }

    .card-text.h2 {
        font-size: 1.6em;
    }

    H5 {
        font-size: 1.1em;
    }

    .card-text.h4 {
        font-size: 1.2em;
    }

    .fa-3x {
        font-size: 2.2em;
    }

    .mobile-nav-tabs {
        font-size: 0.9em;
    }

    h4.card-title {
        margin: 0;
        font-size: 1rem;
        color: #333 !important;
    }

    a.accordion-toggle {
        color: inherit;
    }

    .card-header {
        padding: 0.5em 1em;
    }
}

.btn-link:focus, .btn-link.focus {
    color: #22a7ee;
}

@media (hover: hover) {
    /*hovers only*/
    .btn-link:hover {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none !important;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .btn-xl-lg {
        font-size: 1.1em !important;
    }
}

@media screen and (max-width: 63em) {
    /*just under the width of ipad*/

    .h2title {
        font-size: 1.2em;
        text-align: center;
        margin: 0 auto .5em auto;
    }
}

@media screen and (max-width: 38em) {
    .gj-datepicker .form-control:disabled, .gj-datepicker .form-control[readonly] {
        background-color: #FFF !important;
    }
}

@media only screen and (min-device-width : 48em) and (max-device-width : 64em) {
    /* IPAD ONLY*/

    .select_mobile_custom {
        position: relative;
    }

        .select_mobile_custom select {
            background: white;
            border: 1px solid #ccc;
            border-radius: 5px;
            color: inherit;
            -webkit-appearance: none;
        }

        .select_mobile_custom::after {
            font-family: "Font Awesome 7 Pro";
            font-weight: 900;
            content: "\f0d7";
            color: #999;
            position: absolute;
            right: 1em;
            top: 0.8em;
            pointer-events: none;
            z-index: 1;
        }

    .gj-datepicker-bootstrap [role="separator"] button .gj-icon, .gj-datepicker-bootstrap [role="separator"] button .material-icons {
        top: 0.5em !important;
    }
}

@media (min-width: 768px) {
    .col-md-20per {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (max-width: 48em) {
    .select_mobile_custom {
        position: relative;
    }

        .select_mobile_custom select {
            background: white;
            border: 1px solid #ccc;
            border-radius: 5px;
            color: inherit;
            -webkit-appearance: none;
        }

        .select_mobile_custom::after {
            font-family: "Font Awesome 7 Pro";
            font-weight: 900;
            content: "\f0d7";
            color: #999;
            position: absolute;
            right: 1em;
            top: 0.6em;
            pointer-events: none;
            z-index: 1;
        }
}

@media screen and (max-width: 36em) {
    .mfs18 {
        font-size: 1.8em;
    }

    .mfs16 {
        font-size: 1.6em;
    }

    .mfs14 {
        font-size: 1.4em;
    }

    .mfs13 {
        font-size: 1.3em;
    }

    .mfs12 {
        font-size: 1.2em;
    }

    .mfs11 {
        font-size: 1.1em;
    }

    .mfs1 {
        font-size: 1em;
    }

    .mfs095 {
        font-size: 0.95em;
    }

    .mfs09 {
        font-size: 0.9em;
    }

    .mfs085 {
        font-size: 0.85em;
    }

    .mfs08 {
        font-size: 0.8em;
    }

    .mfs075 {
        font-size: 0.75em;
    }

    .mfs07 {
        font-size: 0.7em;
    }

    .mfs065 {
        font-size: 0.65em;
    }

    .mfs06 {
        font-size: 0.6em;
    }

    .mfs05 {
        font-size: 0.5em;
    }

    .mobile-border0 {
        border: 0;
        border-radius: 0;
    }

    .mobile-block {
        display: block;
    }
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

footer p {
    padding-left: 3rem !important;
}

.nav-tabs a.nav-link, .nav-tabs a.nav-link:hover {
    outline: 0;
}

.template-blocks {
    display: none;
}


@media (hover: hover) {
    /*hovers only*/
    .btn-link-plain:hover, a.btn-link-plain:hover {
        cursor: pointer;
        text-decoration: none;
        background-color: var(--surface-elevated) !important;
    }
}
.message_alert .alert {
    border-radius: 0 !important;
}

.message_row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 0.0625rem solid rgba(0,0,0,0.1);
    width: 100%;
    position: relative;
    text-align: left;
    background-color: #f4f5f7;
    box-sizing: border-box;
    cursor: pointer;
}

.message_c1, .message_c2, .message_c3, .message_c4, .message_c5, .message_c6, .message_c3_client, .message_c4_client, .message_c5_client, .message_c6_client {
    padding: 0.7em 0;
    display: flex;
    flex-direction: column;
}

.message_c1 {
    width: 4em;
    margin: auto 0 auto 0.3em;
    padding-left: 0.7em;
    text-align: left;
}

.message_c2 {
    width: 7em;
    margin: auto;
    text-align: center;
    display: none;
}

.message_c3 {
    min-width: 22em;
    padding-left: 4em;
}

.message_c4 {
    width: 50%;
}

.message_c5 {
}

.message_c6 {
    width: 20%;
    color: #666;
    text-align: right;
    padding-right: 2em;
    margin-left: auto;
}

.message_c3_client {
    min-width: 22em;
    padding-left: 4em;
}

.message_c4_client {
    width: 40%;
}

.message_c5_client {
    width: 20%;
}

.message_c6_client {
    width: 12%;
    color: #666;
    text-align: right;
    padding-right: 2em;
    margin-left: auto;
}

.message_profile_image, .message_profile_image_detail {
    width: 5em;
    height: 5em;
    border-radius: 5em;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    margin: auto;
}

.message_profile_image_detail {
    width: 4em;
    height: 4em;
    border-radius: 4em;
}

.message_title {
    font-size: 1.8em;
}

.message_text {
    white-space: pre-wrap;
    font-size: 1.1em;
    line-height: 150%;
}

.NEW {
    background-color: white;
}

    .NEW .message_c3 {
        font-weight: bold;
    }

.new_circ, .read_circ {
    border-radius: 2em;
    background-color: orange;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0.6em;
    left: 3.5em;
}

.read_circ {
    background-color: blue;
}

.message_circ_t {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8em;
    display: inline-block;
    padding: 0.3em 1em;
}

.click_username {
    cursor: pointer;
}
/*
.messagecb {
    display:inline-block;
    vertical-align:middle;
}
*/
fieldset:last-child {
    margin-bottom: 0;
}

input[type="checkbox"].messagecb_cb_enabled {
    cursor: pointer;
}

input[type="checkbox"].messagecb {
    position: absolute;
    height: 1.5em;
    width: 1.5em;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    opacity: 0;
    line-height: 1.5em;
}

    input[type="checkbox"].messagecb + label {
        cursor: pointer;
        /*padding: .5em;*/
        font-weight: 600;
        margin: 0;
    }

        input[type="checkbox"].messagecb + label:before {
            flex: 0 1 auto;
            background-color: #Fff;
            height: 1.5em;
            width: 1.5em;
            display: inline-block;
            vertical-align: middle;
            padding: 0 0 0 0;
            border-radius: 0.3rem;
            cursor: pointer;
            content: " ";
            -webkit-transition: all 0.30s ease-in-out;
            -moz-transition: all 0.30s ease-in-out;
            -ms-transition: all 0.30s ease-in-out;
            -o-transition: all 0.30s ease-in-out;
            outline: none;
            /*margin: .2em .5em .2em 0px;*/
            margin: 0;
            border: 0.2rem solid #DDDDDD;
        }
    /*
input[type="checkbox"].messagecb + label:before {
}
*/
    input[type="checkbox"].messagecb:focus + label:before {
        box-shadow: 0 0 0.2rem rgba(81, 203, 238, 1);
        border: 0.2rem solid rgba(81, 203, 238, 1);
    }

    input[type="checkbox"].messagecb:checked + label:before {
        background: url(/content/images/iws_check.svg) no-repeat;
        background-size: contain;
        background-color: #Fff;
    }

    input[type="checkbox"].messagecb:checked:focus + label:before {
        background: url(/content/images/iws_check.svg) no-repeat;
        background-size: contain;
        background-color: #Fff;
    }
    /*
input[type="checkbox"].messagecb:checked + label {
}
*/
    input[type="checkbox"].messagecb:checked + label .task_points {
        color: #eb5a00;
    }

input[type="checkbox"][disabled].messagecb + label:before {
    background-color: #f2f2f2;
}

input[type="checkbox"].mobile_messagecb_edit + label:before {
    display: none;
    height: 0;
    width: 0;
}

.desktop_hide {
    display: none !important;
}

@media only screen and (min-device-width: 64em) {
}

@media (hover: hover) {
    /*hovers only*/

    .message_row:hover {
        box-shadow: 0 0 0.3em rgba(0,0,0,0.3);
        z-index: 10000;
    }
}

@media only screen and (min-device-width : 48em) and (max-device-width : 64em) {
    /* IPAD ONLY*/
}
/*
@media screen and (max-width: 80em) {
}

@media screen and (max-width: 50em) {
}
*/
@media screen and (max-width: 46em) {
    /*mobile fixes & ipad narrow*/

    .message_row {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .message_c1 {
        flex: 0 0 auto;
        margin: auto 0;
    }

    .message_c2 {
        width: 4em;
        flex: 0 0 auto;
        display: none;
    }

    .message_c3 {
        max-width: 55%;
        min-width: auto;
        padding-left: 0;
        flex: 1 1 auto;
        text-align: left;
        margin: auto auto auto 0;
    }

    .message_c4 {
        width: 100%;
        padding-top: 0;
        margin-top: -0.2rem;
        margin-left: 4rem;
        font-size: 0.9em;
    }

    .message_c6 {
        position: absolute;
        right: 0.5em;
        top: 0.3em;
        width: 30%;
        text-align: right;
        font-size: 0.8em;
        padding-right: 0;
    }

    .message_c3_client {
        max-width: 55%;
        min-width: auto;
        padding-left: 0;
        flex: 1 1 auto;
        text-align: left;
        margin: auto auto auto 0;
    }

    .message_c4_client {
        width: 100%;
        padding-top: 0;
        margin-top: -0.2rem;
        margin-left: 4rem;
        font-size: 0.9em;
    }

    .message_c5_client {
        width: 100%;
        padding-top: 0;
        margin-top: -0.2rem;
        margin-left: 4rem;
        font-size: 0.9em;
    }

    .message_c6_client {
        position: absolute;
        right: 0.5em;
        top: 0.3em;
        width: 30%;
        text-align: right;
        font-size: 0.8em;
        padding-right: 0;
    }

    .message_profile_image, .message_profile_image_detail {
        width: 3em;
        height: 3em;
        border-radius: 3em;
    }

    .message_title {
        font-size: 1.3em;
    }

    .new_circ, .read_circ {
        width: 0.8em;
        height: 0.8em;
        top: 1.1em;
        left: 2.6em;
    }

    .message_circ_t {
        position: absolute;
        left: -999em;
    }

    .message_select_all {
        margin-left: 0.7em !important;
    }
}

@media screen and (min-width:34em) and (max-width: 46em) {
}

@media screen and (max-width: 34em) {
    /*mobile fixes*/
    .round-icon-btn i {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .round-icon-btn {
        padding: .6rem 1rem !important;
    }
}
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
    height: 100%;
}

BODY, INPUT, SELECT, OPTION, DIV, P, SPAN, BR, TD, TH, A, TEXTAREA, BUTTON {
    font-family: 'Montserrat','Helvetica Neue',roboto, helvetica, arial, verdana, sans-serif;
}

BODY {
    margin: 0;
    padding: 0;
    background-color: var(--surface-page);
    color: var(--text-primary);
    width: 100%; /* overflow-x:hidden;*/
    min-height: 100%;
}

FORM {
    display: inline;
}

A {
    text-decoration: none;
}

IFRAME, IMG {
    border: 0;
}

BUTTON {
    outline-color: #22a7ee; /*outline:0;*/
}

.skip, a.skip:link {
    position: absolute;
    top: -999em;
    left: -999em;
    height: 0.06em;
    width: 0.06em;
    text-align: left;
    overflow: hidden;
    background-color: black;
}

a.skip:active, a.skip:focus, a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    color: white;
    background-color: black;
    z-index: 5000999;
}

/*
H1 { color:#333; font-size: 1.6em; margin:0 0 .5em 0; padding:0; font-weight:700;  line-height:115%;}
H1 SUP {font-size:.3em; line-height:0; vertical-align:super; top:-0.5em; position:relative;}

H2 { color:#333; font-family:'Oswald'; font-size: 1.3em; margin:0.5em auto 0.5em auto; padding:0; font-weight:500; text-transform:uppercase; text-align:center;}
H3 {color: #666666; font-size: 1.9em; margin:0 0 .5em 0; padding:0; font-weight:300; line-height:115%;}
H3 SUP {font-size:.3em; line-height:0; vertical-align:super; top:-0.5em; position:relative;}

INPUT { font-size: 1em;  box-sizing:border-box;}
SELECT,TEXTAREA { font-size: 1em;  background-color:#FFF;  border-collapse:collapse; box-sizing:border-box;}
SELECT {border:0.0625em solid #A9A9A9;}
FIELDSET {border:0; display:inline; margin:0; padding:0;}
*/

h1 {
    font-weight: 400;
}

MAIN {
    display: block;
}

.iframe_inv {
    overflow: hidden;
    width: 0.0625em;
    height: 0.0625em;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.center_tag {
    text-align: center !important;
}

#page_center {
    text-align: left;
    margin: auto; /*overflow-x:hidden; height:100%;*/
}

#page_bg {
    text-align: left;
    margin-left: 15.5em;
    box-sizing: border-box;
    position: relative;
    overflow: auto;
    max-height: auto;
    min-height: 100vh;
    transition: transform 0.3s;
    transform: translateX(0);
    top: auto; /*width: calc(100% - 15rem); float:left;  box-shadow:0 -0.5em 0.5em rgba(0,0,0,.15);*/
    background-color: var(--surface-page);
    color: var(--text-primary);
    border-left: 0.0625rem solid var(--border-default);
}

/*masthead*/
#nav_top_w {
    width: 100%;
    padding-top: .7em;
    padding-bottom: .7em;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    /*z-index:5000998;*/
    border-bottom: 0.0625rem solid var(--border-default);
    background-color: var(--surface-app);
    color: var(--text-primary);
    text-align: left;
    font-size: 1em;
    position: relative;
}

/* start nav profile section */
.nav_profile_w {
    text-align: right;
    margin: auto 1em auto 0em;
}

.nav_top_spacer {
    flex: 1 1 auto;
}

.nav_i_top {
    height: 2em;
    width: 2em;
    margin-right: 0.8em;
    margin-top: auto;
    margin-bottom: auto;
}

.nav_i_top2 {
    height: 2em;
    width: 2em;
    margin-right: 0em;
    margin-top: auto;
    margin-bottom: auto;
}

.nav_drop_icon_width {
    width: 2em;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.dropdown-item-hack {
    display: block;
    width: 100%;
    padding: .25rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: var(--text-primary);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.nav-fa-color1 {
    color: var(--nav-icon);
}

.nav_profile_w .dropdown-item {
    padding: 0.8em 2.5rem;
}

.nav_profile_a {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    font-weight: 600 !important;
    padding-left: 0 !important;
}

.nav_top_username {
    font-size: 0.9em;
    display: inline-block;
    max-width: 13em;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
}
/* end nav profile section */

.nav_client_w .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: var(--surface-input);
    color: var(--text-primary);
    line-height: 34px !important;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
}

.nav_client_w .select2-container .select2-selection--single {
    height: 36px !important;
}

.nav_client_w .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
}

.nav_client_w .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--text-muted);
}

/* === Custom dropdown chevron — thin, wide, grey === */
/* Shared SVG background used across native selects and Select2 */

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cpath d='M1 1L10 11L19 1' stroke='%23ABABAB' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px 10px;
    padding-right: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cpath d='M1 1L10 11L19 1' stroke='%23ABABAB' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 10px;
    width: 20px !important;
    height: 12px !important;
    margin-top: -6px !important;
    margin-left: -10px !important;
    transition: transform 0.2s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    transform: rotate(180deg);
}

.nav_client_w .select2-container--default .select2-selection--single {
    background-color: var(--surface-input);
    border: 1px solid var(--border-default);
    border-radius: 4px;
}

.nav_logo {
    flex: 0 1 auto;
    margin: auto 1.5em auto 0;
}

.logo {
    height: 2.7em;
    margin: auto 3em auto 1em
}

.nav_side_a {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: block;
}

.nav_client_w {
    align-items: center;
    margin: auto auto auto auto;
    flex: 1 5 auto;
    font-size: 1em;
}

.client_input {
    max-width: 100% !important;
    width: 100%;
    font-size: 1em;
    border-radius: 4px;
    border: 1px solid var(--border-default);
    background-color: var(--surface-input);
    color: var(--text-primary);
    padding: 0.375em 0.75em;
    margin: auto;
}

.nav_right_w {
    align-items: center;
    margin: auto 2em auto auto;
    flex: 1 1 auto;
}

.icon_color {
    color: #207D99;
    margin-right: 0.5em;
}

/* hide mobile sections */
#mobileNav {
    display: none;
}

#nav_list_icon_img {
    width: 1.5em;
    padding: 0.75em 0;
    margin-left: 1em;
    margin-right: 0.5em;
    box-sizing: border-box;
    display: inline-block;
}

.nav_sublist_icon_img {
    position: absolute;
    top: 0.75em;
    right: 4%;
    width: 1.5em;
    height: 1.5em;
    opacity: .5;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
}

.nav_close_menu {
    width: 1.5em;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0em;
    top: 50%;
    transform: translateY(-50%);
}

.nav_close_menu_a {
    display: block;
    height: 2em;
}

.logo_open {
    height: 2.1em;
    margin-right: 2em;
    display: inline-block;
    vertical-align: middle;
}

#nav_bg {
    background-color: rgba(0,0,0,.5);
    overflow: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5999998;
    display: none;
}

/* Styles for Menu Items */
#nav_w {
    max-width: 15.5em;
    min-width: 15.5em;
    width: 15.5em;
    margin: 0;
    text-align: left;
    font-size: 1em;
    position: absolute;
    -webkit-transform: translateX(0);
    transition: transform 0.3s;
    transform: translateX(0);
    display: block;
    background-color: var(--surface-sidebar);
    color: var(--text-primary);
    height: 100%;
    min-height: 100vh;
}

#nav {
    list-style: none;
    padding: 0.5em 0 8em 0;
    margin: 0 auto 0 auto;
    width: 100%;
    position: relative;
    min-height: 100vh;
}

    #nav LI {
        display: block;
    }

        #nav LI A {
            position: relative;
            display: block;
        }

        #nav LI.n0 {
            display: none;
            padding: 1em;
            position: relative;
        }

/*icon*/
.nav_i {
    width: 1.5em;
    height: 1.5em;
    display: none;
    vertical-align: middle;
}

.nav_link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    max-width: 11em;
}

/*first level nav*/
.nav_a,
.nav_asec, .nav_acl {
    transition: color .3s ease-in;
    padding: 0.75em 1em;
    display: block;
    font-size: 16px;
    color: var(--text-primary) !important;
    font-weight: 600 !important;
    transition: background-color 0.3s;
    text-decoration: none !important;
    border-radius: 8px;
    margin: 0.25em 0.5em;
    min-height: 48px;
    line-height: 1.5;
    box-sizing: border-box;
    font-style: Semibold;
}

/*no icon links, and second level*/
.nav_asec, .nav_acl {
    font-weight: 600 !important;
    padding: 0.75em 1em 0.75em 2em;
    font-size: 16px;
    color: var(--text-primary) !important;
}

.selected {
    color: var(--nav-icon-active) !important;
    background-color: var(--nav-item-active-bg) !important;
    font-weight: 600 !important;
}

/*second level*/
#sub_vault, #sub_healthy {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: rgba(255,255,255,0.3);
}

#sub_client {
    margin: 0;
    padding: 0.25em 0;
    list-style: none;
    background-color: transparent;
}

#sub_content {
    margin: 0;
    padding: 0.25em 0;
    list-style: none;
    background-color: transparent;
}

#sub_sparkamerica {
    margin: 0;
    padding: 0.25em 0;
    list-style: none;
    background-color: transparent;
}

#sub_Community {
    margin: 0;
    padding: 0.25em 0;
    list-style: none;
    background-color: transparent;
}

#sub_empower360 {
    margin: 0;
    padding: 0.25em 0;
    list-style: none;
    background-color: transparent;
}

.long-nav {
    padding-inline-start: 0px;
}

.nav_asec, .nav_acl {
    padding-left: 2em;
    padding-right: 1em;
}

.nav-item-ter .nav_acl {
    padding-left: 3em;
}

.nav_client_a {
    text-decoration: none !important;
    padding: 0.75em 1em;
    display: block;
    color: var(--text-primary) !important;
    font-weight: 500 !important;
    border-radius: 8px;
    margin: 0.25em 0.5em;
    transition: background-color 0.3s;
    min-height: 48px;
    line-height: 1.5;
    box-sizing: border-box;
}

.nav_client_title {
    font-weight: 600;
    font-size: 1rem;
    padding: 0;
    color: var(--text-primary);
}

.nav_change_client {
    text-align: right;
    display: block;
    font-size: 0.8em; /*padding:0.2rem 1rem 0.5em 1rem; box-shadow: inset -0.5rem 0 0.25rem -0.25rem rgba(0,0,0,0.1);*/
}

/* Sign Out Link Styling */
.nav_signout_link {
    padding: 0.75em 1em !important;
    margin: 0.25em 0.5em !important;
    display: flex !important;
    align-items: center;
    color: var(--text-primary) !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border-radius: 8px;
    transition: background-color 0.3s;
    min-height: 48px;
    line-height: 1.5;
    box-sizing: border-box;
}

.nav_signout_link:hover {
    background-color: var(--nav-item-hover-bg);
}

.nav_signout_icon {
    margin-right: 0.5em;
    font-size: 1em;
    display: inline-block;
    width: 1.2em;
}

.nav_signout_icon i {
    color: var(--text-muted);
}


/* Logo at bottom of nav */
.nav_bottom_logo {
    padding: 2em 1em;
    text-align: center;
    margin-top: auto;
}

.nav_bottom_logo img {
    max-width: 10em;
    height: auto;
    opacity: 1;
}

/*company logo and seperating line*/
.nav_company_logo {
    max-width: 9em;
    max-height: 9em;
}

.nsep {
    border-bottom: 0.0625rem solid var(--border-subtle);
}


div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_length label {
    color: var(--text-muted);
}

div.dataTables_wrapper div.dataTables_length select {
    border: 1px solid var(--border-default);
    background-color: var(--surface-input);
    border-radius: 6px;
    color: var(--text-secondary);
}

div.dataTables_filter .form-control {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 4px 8px !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    font-size: 1rem !important;
    height: calc(2.25rem + 2px);
    margin-left: 0 !important;
    padding-left: 2em;
    background-color: var(--surface-muted);
    color: var(--text-primary);
    border: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 13px;
    left: 4px;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    color: white;
    border: 0;
    border-radius: 20px;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 20px;
    content: '+';
    background-color: #009F9F;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '-';
    background-color: #ccc;
    font-family: 'Courier New', Courier, monospace;
}

.table thead th {
    border: 0;
}

table.dataTable > tbody > tr.child span.dtr-title,
.table thead th {
    color: var(--text-muted);
    text-transform: uppercase;
    font-size: 0.8em;
}

footer {
    background-color: var(--surface-page);
    color: var(--text-secondary);
}

#footer {
    clear: both;
    display: block;
    margin: 2em auto 6em auto;
    text-align: center;
}

    #footer .disclaimer {
        font-size: .9rem;
        color: var(--text-muted);
        display: inline-block;
        margin: 1em auto 0em auto;
    }

    #footer .footer_links {
        display: inline-block;
        margin: 0 1em;
        color: var(--text-muted);
        font-size: .9rem;
    }

.footer_presented_by {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75em;
}

.footer_partner {
    margin: 1em auto;
    width: 10em;
    display: block;
    opacity: .5;
}

.accordion-toggle {
    position: relative;
}

.accordion-toggle:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted) !important;
    font-size: 0.8em;
    transition: transform 0.3s;
}

.accordion-toggle:not(.collapsed):after {
    transform: translateY(-50%) rotate(180deg);
}

.text-custom-icon1 {
    color: #85CFF3;
}
/*radio buttons*/
input[type=radio].with-fontA {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    input[type=radio].with-fontA + label:before {
        font-family: "Font Awesome 7 Pro";
        font-weight: 300;
        display: inline-block;
        content: "\f111";
        letter-spacing: 10px;
        font-size: 1.2em;
        color: #C4C4F7;
        width: 1.4em;
    }

    input[type=radio].with-fontA:checked + label:before {
        content: "\f00c";
        font-weight: 900;
        font-size: 1.2em;
        color: #00df70;
        letter-spacing: 10px;
    }

    input[type=radio].with-fontA:focus + label:before {
        font-weight: bold;
        color: orange;
    }

.dataTable tbody tr:hover {
    background-color: var(--surface-elevated);
}

.white_toggle {
    border-color: var(--border-default);
    color: var(--text-secondary);
    background-color: var(--surface-input);
    font-weight: 400;
}

    .white_toggle:hover {
        border-color: var(--border-default);
        color: var(--text-secondary);
        background-color: var(--surface-input);
        font-weight: 400;
    }

    .white_toggle:not(:disabled):not(.disabled):active, .white_toggle:not(:disabled):not(.disabled).active, .show > .white_toggle.dropdown-toggle {
        color: var(--text-secondary);
        background-color: var(--surface-input);
        border-color: var(--border-default);
    }

.offscreenHeader {
    left: -999em;
    position: absolute;
}

/* Hide admin menu on proactive outreach camapaign */

#nav_w.hide_admin_menu {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: scroll;
    width: 18em;
    max-width: 18em;
    height: 100%;
    max-height: 100%;
    -webkit-text-size-adjust: 100%;
    position: fixed;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
    box-shadow: 0 0.4em 0.5em rgba(0,0,0,.2);
    z-index: 5999999;
    top: 0;
    bottom: 0;
    background-color: var(--surface-sidebar);
}

#mobileNav.show_admin_mobile_menu {
    display: block;
    position: relative;
    text-align: left; /*z-index:5000999;*/
}

#page_bg.hide_admin_menu {
    margin-left: 0;
}

#nav LI.n0.show_admin_mobile_menu {
    display: block;
}
/* End of Hide admin menu on proactive outreach camapaign */
/*
@media only screen and (min-device-width: 64em) {
}
*/
@media (hover: hover) {
    /*hovers*/
    /*A:hover{ color:#2983E4;}*/
    /*input[type="button"]:hover, BUTTON[type="button"]:hover,BUTTON:hover  {filter: alpha(opacity=80); opacity: 0.80; -moz-opacity:0.80;}*/
    #footer .footer_links:hover {
        color: #22a7ee;
    }

    /*first level hovers*/
    .nav_a:hover {
        color: var(--text-primary) !important;
        background-color: var(--nav-item-hover-bg);
        text-decoration: none !important;
    }
    /*second level hovers*/
    .nav-item-sec A:hover {
        color: var(--text-primary) !important;
        background-color: var(--nav-item-hover-bg);
        text-decoration: none !important;
    }
    /*third level hovers*/
    .nav-item-ter A:hover {
        color: var(--text-primary) !important;
        background-color: var(--nav-item-hover-bg);
        text-decoration: none !important;
    }

    .nav_client_a:hover {
        text-decoration: none !important;
        background-color: var(--nav-item-hover-bg);
    }
    /*first level active*/
    .nav_a:active {
        text-decoration: none !important;
    }
    /*second level active*/
    .nav-item-sec A:active {
        text-decoration: none !important;
    }
    /*third level active*/
    .nav-item-ter A:active {
        text-decoration: none !important;
    }

    .nav_client_a:active {
        text-decoration: none !important;
    }
}

@media only screen and (min-device-width : 48em) and (max-device-width : 64em) {
    /* IPAD ONLY*/
    html, body {
        font-size: 0.85rem;
    }
}

@media only screen and (min-device-width : 48em) and (max-device-width : 64em) and (orientation : portrait) {
    /* IPAD VERTICAL ONLY*/
}

@media screen and (max-width: 63em) {
    /*just under the width of ipad*/

    /* html, body {
        font-size: 0.9rem;
    }
		H1 { font-size: 1.4em;  }
		H2 {  font-size: 1.2em;  text-align:center; margin:0 auto .5em auto;}
		H3 { font-size: 1.1em;}
		*/

    #footer .disclaimer {
        font-size: .7em;
        display: block;
    }

    #footer .footer_links {
        margin: 0 .5em;
        font-size: .7em;
    }

    #page_center {
        width: 100%;
        margin: 0;
    }

    #page_bg {
        margin: 0;
        max-width: 100%;
        padding: 0 0; /*text-align:center; */
        /*overflow-y: hidden !important;*/
    }

    #nav_top_w {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .logo {
        height: 2.3em;
        margin: auto 1em;
    }

    .nav_tokens_w, .nav_points_bar_w {
        font-size: .8rem;
    }

    .nav_notifications_w {
        margin-right: 1em;
    }

    .nav_and_page {
        display: block;
    }

    #mobileNav {
        display: block;
        position: relative;
        text-align: left; /*z-index:5000999;*/
    }

    .nav_mobile_icon {
        height: 1.5em;
        width: 1.5em;
        padding: .75em;
        display: inline-block;
        vertical-align: middle;
    }

    .nav_list_icon_img_a {
        display: block;
    }

    #nav LI.n0 {
        display: block;
    }

    #nav LI.nlast {
        padding-bottom: 5em;
    }
    /*first level nav*/
    .nav_a1, .nav_a2, .nav_a3, .nav_a4, .nav_a5, .nav_a6, .nav_a7, .nav_a8, .nav_a9, .nav_a10,
    .nav_asec, .nav_acl, .nav_client_title, .nav_change_client {
        box-shadow: none;
    }

    #nav_w {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: scroll;
        width: 18em;
        max-width: 18em;
        height: 100%;
        max-height: 100%;
        -webkit-text-size-adjust: 100%;
        position: fixed;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translateX(-102%);
        transform: translateX(-102%);
        box-shadow: 0 0.4em 0.5em rgba(0,0,0,.2);
        z-index: 5999999;
        top: 0;
        bottom: 0;
        background-color: var(--surface-sidebar);
    }
}

@media screen and (max-width: 46em) {
    /*mobile fixes and ipad narrow*/
    .desktop_only {
        display: none;
    }
    /*
		html, body {
				font-size:1rem;
		}
		H1 {  }
		*/
    .logo {
        height: 2.3em;
        margin: auto 1em auto 0.25em;
    }

    .nav_tokens_w {
        font-size: .75em;
        margin: auto;
    }

    .nav_notifications_w {
        margin-right: 1em;
        margin-left: 1em;
    }

    .nav_points_bar_w {
        display: none;
    }

    .nav_and_page {
        display: block;
    }

    .footer_partner {
        width: 8em;
    }

    #nav_top_w {
        flex-wrap: wrap;
    }

    .nav_logo {
        flex: 1 1 auto;
        margin: auto auto auto 0;
    }

    .nav_client_w {
        margin: auto 4% auto 4%;
        display: block;
        flex: 0 1 100%;
        width: 100%;
    }
}

@media screen and (max-width: 34em) {
    .nav_notifications_w {
        margin: auto 1em auto auto;
    }

    table.dataTable > tbody > tr.child span.dtr-title:last-of-type {
        display: none !important;
    }

    .dataTables_length {
        display: none;
    }

    .dataTables_filter {
        text-align: left;
    }

    table.dataTable > tbody > tr.child span.dtr-title,
    .table thead th {
        color: #666;
        text-transform: uppercase;
        font-size: 0.75em;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        width: 100% !important;
        display: block !important;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 100% !important;
        display: block !important;
        /*
        font-size: 1rem !important;
        height: calc(2.25rem + 2px);
        margin-left: 0 !important;
        background-color: #EBEBEB;
        border: 0;
        */
    }

    .dataTables_info {
        display: none;
    }

    .btn-add2 {
        display: none;
    }
    /*
            .mobile-block {
                flex: 1 1 100%;
            }
            */
    .mobile_show {
        display: block !important;
    }

    .mobile_hide {
        display: none !important;
    }
}

@media screen and (max-width: 24em) {
    /*iphone 7*/
    .nav_tokens_t1 {
        font-size: 1.2rem;
    }

    .logo {
        height: 2.1em;
    }
}

@media screen and (max-width: 20em) {
    /*iphone 5*/
    /*
		html, body {
			font-size:0.9rem;
		}
		H1 {  font-size: 1.4em;  margin:0 auto .5em auto;}
		*/
}

.p1-pagination {
    border: .5px;
    font-family: Montserrat;
    font-size: 14px;
    color: var(--accent-primary);
}
html, body, #page_center {
    /*
    height: 100%;
        */
    background-color: white;
}

Main {
    border-left: 0 !important;
}

#page_center {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

#page_bg {
    margin-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    padding: 2em;
    transform: none;
    transition: none;
    box-sizing: border-box;
    /*
        overflow-y: visible !important;
    min-height: 100%;
        */
    min-height: 42em;
    background-color: transparent;
    background-color: white;
}

footer {
    /*
    position: absolute;
    bottom: 0.2em;

    right: 2em;
        */
    text-align: center;
    margin: auto auto auto auto;
    width: 100%;
    background-color: transparent !important;
    background-color: white !important;
}

    footer p {
        margin: auto auto auto auto;
        color: white;
        color: #000;
        text-align: right;
        text-align: center;
        display: block;
        font-size: 0.8em;
        padding: 0.3em !important;
    }

.logo {
    margin: 1.3em auto auto auto;
    height: auto;
    width: 24em;
    max-width: 100%;
    display: block;
}

.logo_co {
    width: 32em;
}

.shadow-lg {
    box-shadow: none !important;
}

.login_bg1 {
    background-image: url(/Content/Images/login_bg1.jpg);
}

.login_bg2 {
    /*background-image: url(/Content/Images/login_po_bg1.jpg);*/
    background-image: none;
}

.login_bg3 {
    background-image: url(/Content/Images/login_bg3.jpg);
}

.login_bg4 {
    background-image: url(/Content/Images/login_bg4.jpg);
}

.login_bg {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*
    background: #c9ecf5;
    background: -moz-radial-gradient(center, ellipse cover, #c9ecf5 0%, #4fd1ec 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #c9ecf5 0%,#4fd1ec 100%);
    background: radial-gradient(ellipse at center, #c9ecf5 0%,#4fd1ec 100%);
    */
}

.mobile_app_callout {
    display: none;
    flex: 0 0 100%;
    position: sticky;
    z-index: 1015;
    flex-basis: 100%;
}

.login_border {
    border-left: 0.0625rem solid rgba(0,0,0,0.1);
}

.login_box {
    border-radius: 1em;
    /*
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color:rgba(255,255,255,0.95) !important;
    */
    align-self: center;
}

.or {
    display: flex;
    flex: 1;
    width: 80%;
    margin: 20px auto;
    line-height: 1em;
}

    .or:before, .or:after {
        content: '';
        flex-grow: 1;
        margin: 0px 4px;
        background: linear-gradient(to right, #ccc, #ccc);
        background-size: 100% 2px;
        background-position: 0% 50%;
        background-repeat: repeat-x;
    }

.cust-title {
    font-size: 1.2em;
    font-weight: 600;
}

.control-label {
    margin-bottom: 0.3em !important;
}

.black_to_blue {
    color: #212529;
}

.round-arrow-btn {
    padding-left: 1em;
    padding-right: 1em;
}

.optional_img {
    max-width: 100%;
    /*
    max-height: 14em;
    */
}

@media only screen and (min-device-width: 64em) {
}

@media (hover: hover) {
    /*hovers only*/
    .black_to_blue:hover {
        color: #22a7ee;
    }
}

@media only screen and (min-device-width : 48em) and (max-device-width : 64em) {
    /* IPAD ONLY*/
}

@media only screen and (max-device-width: 80em) and (orientation : landscape) {
    /*samsung galaxy tab A Lansdscape 80em 1280px = */

    footer {
        position: relative;
        /*
        bottom: auto;
        right: auto;
        */
    }

        footer p {
            text-align: center;
            display: block;
            padding: 0.3em !important;
            font-size: 0.8em;
        }
}

@media only screen and (max-device-width: 50em) and (orientation : portrait) {
    /*samsung galaxy tab A Portrait 50em = 800px*/
}

@media screen and (max-width: 80em) {
}

@media screen and (max-width: 50em) {
    html, body, #page_center {
        height: auto;
    }

    footer {
        position: relative;
        /*
        bottom: auto;
        right: auto;
        */
    }

        footer p {
            text-align: center;
            display: block;
            padding: 0.3em !important;
            font-size: 0.8em;
            margin: auto;
        }

    .login_border {
        border-left: 0;
        border-top: 0.0625rem solid rgba(0,0,0,0.1);
    }
}

@media screen and (max-width: 36em) {
    .login_bg {
        background: #fff;
    }

    .logo {
        width: 16em;
    }

    .logo_co {
        width: 22em;
    }

    .login_border {
        border-left: 0;
        border-top: 0.0625rem solid rgba(0,0,0,0.1);
    }

    .login_box {
        border-radius: 0;
        box-shadow: none !important;
        margin: 0 auto auto auto !important;
    }

    footer {
        position: relative;
        /*
        bottom: auto;
        right: auto;
        */
    }

        footer p {
            text-align: center;
            display: block;
            padding: 0.3em !important;
            font-size: 0.8em;
        }

    #page_bg {
        padding: 0;
    }

    .cust-title {
        font-size: 1em;
    }
}

@media screen and (min-width:34em) and (max-width: 46em) {
}

@media screen and (max-width: 34em) {
    /*mobile fixes*/
    #page_bg {
        min-height: 0;
    }

    .mobile_app_callout {
        display: flex;
        flex: 0 0 100%;
        flex-basis: 100%;
    }
}
