.sidebar-nav {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.fg-text-cvml-blue-on-grey {
    color: #2daae1;
    background-color: #f8f8f8;
}

.fg-text-white {
    color: white;
}

.btn-primary-sprynt {
    color: #fff;
    background-color: #2daae1;
    border-color: #2daae1;
}

.btn-outline-primary-sprynt {
    color: #2daae1;
    border-color: #2daae1;
}

.btn-outline-primary-sprynt:hover, .btn-outline-primary-sprynt:focus, .btn-outline-primary-sprynt:active, .btn-outline-primary-sprynt.active, .open>.dropdown-toggle.btn-outline-primary-sprynt {
    color: #fff;
    background-color: #2daae1;
    border-color: #2daae1; /*set the color you want here*/
}

.footer-background-color {
    background-color: #104075;
}

.background-grey {
    background-color: #f8f8f8;
}
