:root {
    --dark-blue: #0055A5;
    --main-blue: #057BD3;
    --main-blue-25: #28a0fa;
    --main-blue-50: #6fc0fc;
    --main-blue-75: #b7dffd;
    --light-blue: #96C4E6;
    --off-white: #F8F8F8;
    --green: #7BD34B;
    --dark-green: #5eb92d;
}

html,
body {
/*    font-family: 'Museo Sans 500', museo-sans, sans-serif;
    font-style: normal;
    font-size: 10pt;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10pt;
    color: #5a5a5a;
}

body {
    background-color: #F8F8F8;
    padding: 0;
    margin: 0;
}

button:focus {
    outline: none;
}

h3 {
    font-size: 3rem;
}

    h3.on-blue {
        text-align: center;
        color: #fff;
        font-weight: 700;
        padding: 75px 0;
    }

    h3.on-wave {
        text-align: center;
        color: #fff;
        font-weight: 700;
        padding: 75px 0;
    }

    h3.on-white {
        text-align: center;
        color: #0055a5;
        font-weight: 700;
        padding: 75px 0;
    }

    h3.small-buffer {
        padding-top: 25px;
    }

    h3.no-top-buffer {
        padding-top: 0;
    }

    h3.no-bottom-buffer {
        padding-bottom: 0;
    }

h5.on-blue {
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 75px 0;
}

p.on-blue {
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 75px 0;
}

.btn:hover {
    border: 1px solid transparent;
}

.row {
    margin: 0;
}

.standard-text {
    color: #888;
    font-size: 1.7em !important;
    font-weight: 300;
    line-height: 1.5em !important;
}

.smaller-text {
    color: #057BD3;
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1.5em;
}

.soft-blue {
    background-color: #2E8BD3;
}

.soft-blue-font {
    color: #2E8BD3;
}

.light-blue {
    background-color: #057BD3;
}

.medium-blue {
    background-color: #0055A5;
}

.medium-blue-font {
    color: #0055A5;
}

.bg-blue {
    background-color: #157BDD;
}

.bg-dark-blue {
    background: #013565;
}

.bg-white {
    background-color: #fff;
}

.bg-off-white {
    background-color: #F8F8F8;
}

.container-row {
    border: 0;
    margin-top: 3px;
}

.logo-row {
    padding: 20px 0;
}

.col {
    margin: 0;
}

#checkCookies_footer {
    display: none;
}

.cookieChecker {
    background: #2E8BD3;
    background: var(--green);
    color: #fff;
    padding: 16px 0;
    padding-bottom: 4px;
    font-size: 1.2em;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

    .cookieChecker button:hover {
        border: 1px solid #fff !important;
    }

a.white-link {
    color: #fff;
}
    /* unvisited link */
    a.white-link:link {
        color: #fff;
    }

    /* visited link */
    a.white-link:visited {
        color: #fff;
    }

    /* mouse over link */
    a.white-link:hover {
        color: #fff;
    }

    /* selected link */
    a.white-link:active {
        color: #fff;
    }

.dropdown-menu a.dropdown-item {
    font-size: 1.2rem !important;
    color: #2E8BD3 !important;
}

    .dropdown-menu a.dropdown-item:hover {
        background: #157BDD;
        color: #fff;
    }

.content-column {
    flex: 0 0 1235px;
}

    .content-column.push-back {
        z-index: -1 !important;
    }

    .content-column .subtext {
        font-size: 2.1em;
        color: #057BD3;
        padding-bottom: 30px;
        margin-top: -50px;
        text-align: center;
    }

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.mini-nav {
    text-align: right;
    font-size: 1.15em;
}

.mini-nav-ul {
    margin: 0;
    margin-right: 7px;
}

    .mini-nav-ul li {
        margin: 14px 10px;
        display: inline-flex;
    }

        .mini-nav-ul li:last-child {
            margin-right: 5px;
        }

        .mini-nav-ul li a {
            color: #f9f9f9 !important;
            font-weight: 400;
        }

            .mini-nav-ul li a:hover {
                color: #fff !important;
            }

            .mini-nav-ul li a.disabled {
                color: #0055a5 !important;
                font-size: 1.4em;
            }

.mini-nav .social {
    display: inline-flex;
    margin: 0 -20px;
    margin-right: -22px;
}

    .mini-nav .social .icons {
        display: inline-flex;
    }

        .mini-nav .social .icons img {
            width: 1.5rem;
            max-width: 1.5rem;
            margin-right: 7px;
            margin-top: -4px;
        }

.full-nav {
    text-align: right;
    font-size: 1.0em;
}

.navbar-brand {
    text-align: left;
    float: left;
}

    .navbar-brand img {
        height: auto;
        width: 260px;
        max-width: 260px;
        margin-top: 0 !important;
    }
.desktop .navbar-brand img {
    margin-top: 0.5em !important;
}

.main-nav {
    text-align: right;
    font-size: 1.5em;
    margin-top: 1.25em;
    padding-right: 10px;
}

.main-nav-ul li {
    margin: 6px;
    margin-right: 24px;
    display: inline-flex;
}

    .main-nav-ul li:last-child {
        margin-right: 0;
    }

    .main-nav-ul li a {
        font-family: 'Museo Sans Rounded 900', museo-sans, sans-serif;
        font-size: 1.15em;
        color: #f9f9f9 !important;
    }

        .main-nav-ul li a:hover {
            color: #fff !important;
        }

.large-sized-button {
    font-size: 2.0em;
    letter-spacing: .05em;
    border-radius: 1.2em;
    border: 0;
    padding: 0.75rem 4rem;
}

.medium-sized-button {
    font-size: 1.75em;
    letter-spacing: .038em;
    border-radius: 1.2em;
    border: 0;
    padding: 8px 23px 8px 26px;
}

.mini-sized-button {
    font-size: 1.4em;
    letter-spacing: .025em;
    border-radius: 1.2em;
    border: 0;
    padding: 5px 18px 6px 20px;
}

.nav-mini-sized-button {
    font-size: 15px;
    border-radius: 1.2em;
    border: 0;
    padding: 5px 18px 6px 20px;
}

    .mini-sized-button.btn-primary {
        background: #057BD3;
    }

.green-button {
    background-color: var(--green);
    color: #ffffff;
}

    .green-button:hover {
        background-color: var(--dark-green);
        color: #ffffff;
    }


.green-border-button {
    background-color: var(--green);
    border: 1px solid var(--green);
    color: #ffffff;
}

    .green-border-button:hover {
        background-color: var(--dark-green);
        border: 1px solid var(--green);
        color: #ffffff;
    }

.white-green-button {
    background-color: #FFFFFF;
    color: var(--green);
    border: 5px solid var(--green);
    padding: 5px 0;
}

    .white-green-button:hover {
        background-color: #efe5e3;
        color: var(--green);
        border: 5px solid var(--green);
    }

.blue-green-button {
    background-color: #157BDD;
    color: var(--green);
    border: 5px solid var(--green);
    padding: 5px 0;
}

    .blue-green-button:hover {
        background-color: #2E8BD3;
        color: var(--green);
        border: 5px solid var(--green);
    }

.blue-button {
    background-color: #157BDD;
    color: #ffffff;
}

    .blue-button:hover {
        background-color: #0055a5;
        color: #ffffff;
    }

.dark-blue-button {
    background-color: #0055a5;
    color: #ffffff;
}

    .dark-blue-button:hover {
        background-color: #013a70;
        color: #ffffff;
    }


.blue-border-button {
    background-color: #157BDD;
    border: 1px solid #157BDD;
    color: #ffffff;
}

    .blue-border-button:hover {
        background-color: #0055a5;
        border: 1px solid #157BDD;
        color: #ffffff;
    }


.orange-border-button {
    background-color: #F7882F;
    border: 1px solid #F7882F;
    color: #ffffff;
}

    .orange-border-button:hover {
        background-color: #E7781F;
        border: 1px solid #F7882F;
        color: #ffffff;
    }


.cancel-button {
    background-color: #FFFFFF;
    color: #555;
    border: 1px solid #555;
    padding: 5px 0;
}

    .cancel-button:hover {
        background-color: #efe5e3;
        color: #555;
        border: 1px solid #555;
    }

.standard-button-shape {
    padding: 1.0em 2.0em;
    border-radius: 8px;
}


button:hover {
    border: 0;
}

.hero-overlay {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.0rem;
    width: 100%;
    height: 100%;
}

.hero-table {
    display: table;
    margin-left: 80px;
}

.hero-cell {
    display: table-cell;
    vertical-align: middle;
}

.hero-font {
    font-family: 'Museo Sans 900', museo-sans, sans-serif;
    font-weight: 900;
    font-size: 8.8em;
    color: var(--dark-blue);
    text-align: left;
    direction: ltr;
    line-height: 1.0;
    letter-spacing: -0.025em;
    /*text-shadow: black 1px 2px 3px;*/
}

.hero-subtext {
    font-weight: 900;
    font-size: 3.5em;
    color: var(--dark-blue);
    line-height: 1.1;
    text-align: left;
    margin-top: 1.5em;
    /*letter-spacing: -0.025em;*/
}

.hero-button {
    margin-top: 20px;
    border: 0 !important;
}
    .hero-button:hover {
        border: 0 !important;
    }

.hero-overlap-container {
    position: relative;
    margin-top: -80px;
}



.covid-top {
    font-size: 1.5rem;
    color: #fff;
    background-color: #2E8BD3;
    text-align: center;
    width: 100%;
    display: none;
}

    .covid-top a {
        color: #fff;
    }

        .covid-top a:hover {
            color: #fff;
        }

    .covid-top img {
        width: 30px;
        height: auto;
        margin-right: 8px;
        padding: 2px 0;
    }

.covid-bottom {
    display: block;
}


.covid19 {
    font-size: 1.1em;
    background: #fafafa;
    color: #0055a5;
    width: 25em;
    max-width: 25em;
    height: auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    opacity: 0.92;
    border: solid 1px #fefefe;
    border-radius: 3px;
    padding: 1.75em;
    padding-bottom: 2.0em;
    bottom: 4em;
    right: 2em;
    position: absolute;
}

    .covid19 .icon {
        width: 60px;
        height: auto;
        margin: 1.5em auto;
        margin-top: 0;
    }

    .covid19 .headline {
        font-size: 2.0em;
        font-weight: 900;
        color: #2E8BD3;
        margin-bottom: 0.5em;
    }

    .covid19 .white-green-button {
        font-size: 1.5em;
        padding: 5px 45px;
        border-radius: 2em;
        margin-top: 0.5em;
    }

/* To make white text work on a light background
.sharperGlow {
    text-shadow: 1px 0px 0px #fff, 1px 1px 0px #fff, 0px 1px 0px #fff, -1px 1px 0px #fff, -1px 0px 0px #fff, -1px -1px 0px #fff, 0px -1px 0px #686868, 1px -1px 0px #fff, 1px 4px 5px #aeaeae;
    letter-spacing: 0em;
}*/
.secondary-image-container {
    background-color: #000;
}

.secondary-content-container {
    background-color: #fff;
}

.secondary-text-container {
    background-color: transparent;
}

.secondary-hero-image {
    opacity: 0.6;
}

.secondary-hero-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

    .secondary-hero-overlay .row {
        height: 100%;
    }

.vert-aligner {
    width: 100%;
    height: 100%;
    display: table;
}

.header-vert-aligner {
    width: 100%;
    height: 100%;
}

.secondary-hero-content {
    width: 100%;
    height: auto;
    font-size: 1.0em;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.secondary-hero-font {
    font-family: 'Museo Sans 900', museo-sans, sans-serif;
    font-weight: 900;
    font-size: 6.0em;
    margin: 0 auto;
    direction: ltr;
    line-height: 1.0;
    letter-spacing: 0.002em;
    color: #fff;
}

.secondary-hero-subtext {
    color: #fff;
    margin: 0 auto;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 50%;
    /*text-transform: uppercase;*/
}

    .secondary-hero-subtext.descriptor {
        margin-top: -1.5em;
    }

.secondary-content-font {
    font-size: 6.0em;
    margin: 0 auto;
    direction: ltr;
    line-height: 1.0;
    font-weight: 900;
    letter-spacing: 0.002em;
    color: #0055A4;
}

.secondary-content-subtext {
    color: #0055A4;
    margin: 0 auto;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.secondary-hero-overlap-container {
    position: relative;
    margin-top: -40px;
}

.major-points {
    text-align: center;
    margin: 0;
    margin-top: 3.75em;
    margin-bottom: 7.5em;
}

.major-points-content {
    color: #fff;
    max-width: 660px;
    margin: 0 auto;
}

    .major-points-content p {
        font-size: 1.0em;
    }

        .major-points-content p.headline {
            font-size: 1.5em;
            font-weight: 600;
            margin: 60px 0;
            margin-top: 30px;
        }

    .major-points-content img {
        width: 36px;
        height: auto;
    }

.split-card-display.large {
    display: block;
}

.split-card-display.small {
    display: none;
}

header,
.header {
    font-size: 10pt;
}

    .header.desktop {
        display: block;
    }

    .header.mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 60px;
        padding: 0;
        background: #0055A5;
        z-index: 100000;
        display: none;
    }

        .header.mobile.backer {
            position: relative;
            width: 100%;
            height: 60px;
        }

        .header.mobile .row {
            padding: 0 !important;
            margin: 0 !important;
        }

            .header.mobile .row .col {
                margin: 0 !important;
            }

        .header.mobile .mobile-logo-column {
            text-align: left;
            padding-top: .25em;
            padding-left: 15px !important;
            padding-right: 0 !important;
        }

            .header.mobile .mobile-logo-column img {
                height: auto;
                width: 120px;
                max-width: 120px;
            }

        .header.mobile .hamburger-column {
            text-align: right;
            padding-left: 0 !important;
            /*padding-right: 30px !important;*/
        }

        .header.mobile .hamburger {
            position: relative;
            display: inline-block;
            width: 2.0em;
            height: 1.6em;
            margin-top: 20px;
            margin-right: 0.3em;
            border-top: 0.2em solid #fff;
            border-bottom: 0.2em solid #fff;
            cursor: pointer;
        }

            .header.mobile .hamburger:before {
                content: "";
                position: absolute;
                top: 0.5em;
                left: 0px;
                width: 100%;
                border-top: 0.2em solid #fff;
                cursor: pointer;
            }

        .header.mobile .mobile-menu {
            position: absolute;
            top: 0;
            left: 100%;
            width: 65%;
            height: auto;
            padding-top: 12px;
            margin-top: 4px;
            background: #0055A5;
            color: #fff;
            border-top: 1px solid #057BD3;
        }

            .header.mobile .mobile-menu hr {
                border-top: 1px solid #057BD3;
            }

            .header.mobile .mobile-menu ul {
                list-style: none;
                font-size: 1.1rem;
                line-height: 2.0;
                padding-left: 20px;
            }

                .header.mobile .mobile-menu ul.special {
                    list-style: square;
                    padding-left: 10px;
                }

            .header.mobile .mobile-menu .mobile-ul-menu-item {
                color: #fff;
            }




.mobile-social {
    color: #fff;
    font-size: 0.75em;
    margin: 0;
    margin-bottom: 1rem;
}

    .mobile-social .col {
        display: inline;
    }

        .mobile-social .col img {
            width: 20px;
        }

/*  MEDIA QUERIES
Phone:				600px
Tablet portrait:	900px
Tablet landscape:	1200px
Desktop:			1800px
Large Desktop:		2400px
*/
/* for-big-desktop-up */


@media (min-width: 2400px) {
    .hero-overlay {
        font-size: 1.2em;
    }


    .hero-font {
        font-size: 8.8em;
    }

    .hero-subtext {
        font-size: 4.0em;
    }

    .hero-table {
        height: 1200px;
    }

    .hero-button {
        margin-top: 40px;
    }

    .hero-overlap-container {
        margin-top: -70px;
    }

    .secondary-hero-content {
        font-size: 1.4em;
    }
}


@media (max-width: 2399px) {
    .hero-overlay {
        font-size: 1.2em;
    }

    .hero-table {
        height: 900px;
    }

    .hero-button {
        margin-top: 40px;
    }

    .hero-overlap-container {
        margin-top: -70px;
    }

    .secondary-hero-content {
        font-size: 1.4em;
    }
}

/* for-desktop-up */
@media (max-width: 1799px) {
    .hero-overlay {
        font-size: 1.1em;
    }

    .hero-table {
        height: 720px;
    }

    .hero-button {
        margin-top: 20px;
    }

    .hero-overlap-container {
        margin-top: -60px;
    }

    .secondary-hero-content {
        font-size: 1.2em;
    }
}

/* for-old-laptop-up */
@media (max-width: 1440px) {
    .hero-overlay {
        font-size: 1.0em;
    }

    .hero-table {
        height: 620px;
    }

    .hero-button {
        margin-top: 20px;
    }

    .hero-overlap-container {
        margin-top: -60px;
    }
}

/* for-tablet-landscape-up => includes 1024 iPad Pro */
@media (max-width: 1199px) {
    .covid19 {
        font-size: 0.9em;
    }

    .hero-overlay {
        font-size: 0.9em;
    }

    .hero-table {
        height: 520px;
    }

    .hero-overlap-container {
        margin-top: -40px;
    }

    .mini-nav {
        font-size: 1.0em;
    }

    .main-nav {
        font-size: 1.2em;
    }

    .content-column {
        flex: 0 0 960px;
    }

    .secondary-hero-content {
        font-size: 1.0em;
    }
}

/* for-tablet-portrait */
@media (max-width: 899px) {
    .covid-top {
        display: block;
    }

    .covid-bottom {
        display: none;
    }

    .header.desktop {
        display: none;
    }

    .header.mobile {
        display: block;
    }

        .header.mobile .row.mobile-social .col {
            padding: 0;
            margin-bottom: 1rem !important;
            text-align: center;
        }

    .hero-overlay {
        font-size: 0.6em;
    }

    .hero-table {
        height: 410px;
        margin-left: 60px;
    }

    .hero-overlap-container {
        margin-top: -30px;
    }

    .secondary-hero-subtext.descriptor {
        margin-top: -2.5em;
    }

    .mini-nav {
        font-size: 0.7em;
    }

    .main-nav {
        font-size: 0.7em;
    }

    .content-column {
        flex: 0 0 860px;
    }

    .major-points-content {
        padding: 0 10%;
    }

    h3 {
        font-size: 2.5rem;
    }

    .standard-text {
        font-size: 0.75em;
    }

    .split-card-display.large {
        display: none;
    }

    .split-card-display.small {
        display: block;
    }

    .secondary-hero-content {
        font-size: 0.9em;
        padding: 0 !important;
    }

    .vert-aligner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 699px) {
    .covid19 {
        font-size: 0.9em;
    }
}

/* for-phone-only */
@media (max-width: 599px) {
    .covid-top {
        font-size: 1.0em;
    }

    .hero-overlay {
        font-size: 0.6em;
    }

    .hero-table {
        height: 300px;
        margin-left: 40px;
    }

    .hero-subtext {
        margin-top: 10px;
    }

    .hero-overlap-container {
        margin-top: -20px;
    }

    .large-sized-button {
        border-radius: 1.6em;
        padding: 6px 12px;
        margin-top: 0;
    }

    .mini-nav {
        font-size: 1.0em;
    }

    .main-nav {
        font-size: 1.2em;
    }

    h3 {
        font-size: 2rem;
    }
    .secondary-hero-content {
        font-size: 0.7em;
        padding: 0 !important;
    }

    .vert-aligner {
        padding-left: 0;
        padding-right: 0;
    }
}

/* for-small-phone-only */
@media (max-width: 499px) {
    .covid19 {
        font-size: 1.0rem;
    }

    .hero-overlay {
        font-size: 0.3em;
    }

    .hero-table {
        height: 210px;
        margin-left: 40px;
    }

    .hero-subtext {
        margin-top: 10px;
    }

    .hero-overlap-container {
        margin-top: -20px;
    }

    .large-sized-button {
        border-radius: 1.6em;
        padding: 6px 12px;
        margin-top: 0;
    }

    .mini-nav {
        font-size: 1.0em;
    }

    .main-nav {
        font-size: 1.2em;
    }

    h3 {
        font-size: 1.8rem;
    }

    .secondary-hero-content {
        font-size: 0.4em;
        padding: 0 !important;
    }

    .vert-aligner {
        padding-left: 0;
        padding-right: 0;
    }
}

/* for-small-phone-only */
@media (max-width: 399px) {
    .hero-table {
        height: 190px;
    }

    h3 {
        font-size: 1.4rem;
    }
}

/* for-small-phone-only */
@media (max-width: 325px) {
    .hero-table {
        height: 160px;
    }
}

/****** END MEDIA QUERIES */
.wave-col {
    padding: 0;
}

.wave-box {
    height: 120px;
    overflow: hidden;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}

/***** SPLIT CARDS (2-Columns) */
.split-card-row {
    margin: 60px;
    background: #fff;
    font-size: 1.8rem;
}

    .split-card-row .col {
        padding: 0;
        width: 50%;
    }

        .split-card-row .col .inside {
            display: table;
            float: right;
            height: 100%;
            width: 100%;
            padding: 0 60px;
        }

            .split-card-row .col .inside .v-floater {
                display: table-cell;
                vertical-align: middle;
                text-align: left;
            }

        .split-card-row .col.split-card-img {
            background: #0055a5;
            padding: 0;
        }

            .split-card-row .col.split-card-img img {
                width: 100%;
                height: auto;
            }

        .split-card-row .col.split-card-grid {
            background: #fff;
            padding: 40px 0;
            margin: 0;
        }

            .split-card-row .col.split-card-grid .row {
                padding: 0;
                margin: 0;
            }

            .split-card-row .col.split-card-grid .cell {
                padding: 10px 40px;
                text-align: center;
                border-left: 2px solid #D9D9D9;
            }

    .split-card-row .split-card-grid img {
        width: 50%;
        height: auto;
        margin: 10px 0;
    }

    .split-card-row .col .headline {
        font-size: 1.4em;
        font-weight: 900;
        letter-spacing: -0.025em;
        color: #0055a5;
        margin-top: -10px;
    }

    .split-card-row .col p {
        font-size: 0.75em;
        line-height: 1.4;
        letter-spacing: 0;
    }

    .split-card-row .mini-sized-button {
        font-size: 0.8em;
        margin: 10px 0;
        margin-bottom: 0;
    }

.card {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.card-replacer {
    text-align: center;
    font-size: 1.5em;
    font-weight: 300;
    background: #fff;
    padding: 3em;
    margin: 3em 0;
}

    .card-replacer:first-child {
        margin-top: 0;
    }

    .card-replacer .image-holder {
        padding: 0;
    }

        .card-replacer .image-holder img {
            width: 100%;
            height: auto;
        }

    .card-replacer .text-holder {
        margin: 2em 0;
        text-align: left;
    }

        .card-replacer .text-holder .headline {
            font-size: 1.4em;
            font-weight: 900;
            letter-spacing: -0.025em;
            color: #0055a5;
        }

        .card-replacer .text-holder p {
            font-size: 0.75em;
            line-height: 1.4;
            letter-spacing: -0.025em;
        }

    .card-replacer .mini-sized-button {
        font-size: 0.8em;
        margin: 10px 0;
        margin-bottom: 0;
    }

.card-replacer-grid {
    height: 150px;
    display: flex;
    align-items: center;
}

    .card-replacer-grid img {
        width: 100%;
    }

.clickable-image {
    cursor: pointer;
}

.gloss-item {
    margin: 0;
    margin-bottom: 1.5em;
}

    .gloss-item .point {
        padding-bottom: 1em;
    }

    .gloss-item .heading {
        font-size: 1.5em;
        font-weight: 600;
        color: #057BD3;
    }

    .gloss-item .point {
        font-size: 1.25em;
        color: #888;
    }

        .gloss-item .point .bullet {
            font-size: 1.5em;
            margin: 3.0px;
        }


h3.portal-table-header {
    font-size: 2.0em !important;
    margin-bottom: 0.5em;
}

table.portal-table {
    border-collapse: collapse;
    background: #fff;
}

    table.portal-table thead tr th {
        font-size: 1.0em;
        padding: .75em .5em;
        border: solid 1px #eee;
        font-weight: bold;
        background: #057bd3;
        color: #fff;
        cursor: pointer;
    }

        table.portal-table thead tr th.sortable::after {
            display: block;
            font-family: fontAwesome;
            position: relative;
            font-size: 1.5625rem;
            top: 5px;
            float: right;
            content: "\f0dc"
        }


    table.portal-table tr td {
        font-size: 1.0em;
        padding: .75em .5em;
        border: solid 1px #eee;
        color: #555;
    }

        table.portal-table tr td.portal-currency {
            text-align: right;
        }

        table.portal-table tr td.portal-date {
            text-align: right;
        }

        table.portal-table tr td.num-right {
            text-align: right;
        }

        table.portal-table tr td.centered {
            text-align: center;
        }

        table.portal-table tr td button.mini-sized-button {
            font-size: 1.0em;
            max-height: 2.0em;
        }

    table.portal-table tbody tr.odd {
        background-color: #E0F0FF;
    }

    table.portal-table tbody tr.even {
        background-color: #fff;
    }

    table.portal-table tbody tr.hoverable:hover {
        background-color: #8ACDE3;
    }

.scrolling-panel {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 600px;
    border: 1px solid lightgray !important;
    padding-bottom: 5px !important;
}

.border-color-danger {
    border-color: red;
}

.border-color-info {
    border-color: ActiveBorder;
}

.working {
    font-family: Roboto;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.dashboard-container {
    margin-left: 20px; 
    margin-right: 20px;
    max-width: 1960px;
}

.dashboard-filter {
    margin-left: 0px;
    margin-top: 20px;
    margin-right:40px;
    padding-left: 0px;
    margin-bottom: 20px;
    width: 1800px;
}

.dashboard-content {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
    margin-bottom: 20px;
}

.dashboard-grid-heading {
    margin-top: 40px;
    margin-bottom: 20px;
}

.dashboard-button {
    margin-right: 1em;
    text-align: center;
    width: 60px;
}

.dashboard-button-lg {
    margin-right: 1em;
    width: 140px;
}

.invalid-kpi {
    color: orangered;
    font-weight: bold;
    padding-left: 40px;
    display: none;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("https://i.forbesimg.com/assets/img/loading_spinners/43px_on_transparent.gif") center no-repeat #fff;
}

.ajax-preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("https://i.forbesimg.com/assets/img/loading_spinners/43px_on_transparent.gif") center no-repeat #fff;
}

img.inliner {
    display: inline-block;
}

.k-loading-image {
    z-index: 3; /* must be larger than the z-index:2 of #container */
    background-image: url("https://i.forbesimg.com/assets/img/loading_spinners/43px_on_transparent.gif");
}

#ajax-loader.force-hide {
    display: none !important;
}

#preloader.force-hide {
    display: none !important;
}

a.disabled {
    pointer-events: none;
    cursor: crosshair;
}

.page-button-footer {
    margin-top: 5rem;
    margin-bottom: 3rem;
    border-top: 1px solid #ccc;
    padding-top: 2rem; 
    padding-bottom: 3rem;
}

.label-color {
    color: #21578a;
}