﻿
.page-footer {
    background-color: #f6f6f6;
}

    .page-footer a {
        color: #fff;
    }

    .page-footer svg {
        width: 3em;
        height: 3em;
    }

    .footer-top {
        background-color: #0060AF;
        background-color: #0886CA;
        border-radius: 1rem;
        color: #FFFFFF;
       /* display: flex;
        flex-direction: row;
        flex-wrap: wrap;*/
        /*max-width: unset;*/
        padding-bottom: 2.75rem;
        padding-left: calc(0.5rem + 4%);
        padding-right: calc(2.5rem + 4%);
        padding-top: 3.25rem;
        position: relative;
        margin-top: -180px;
        background-image: url(/images/chevron_rgb_blu_01_light.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 25% 50%;
        background-size: 56%;
        background-position: 100% 18%;
        background-position: -238px 31%;
        background-size: 59%;
        background-position: -50px 50%;
        background-size: 50%;
        background-position: -254px 41%;
        background-size: 55%;
        background-position: -270px 48%;
        background-size: 55%;
    }

    .page-footer .site-logo {
        color: #ffffff;
        display: inline-block;
        margin-bottom: 1em;
        transition: opacity 300ms ease-in-out;
        width: 8.875rem;
    }

    .page-footer .site-description {
        font-size: 0.875em;
    }

    .page-footer .nav-link {
        color: #fff;
        font-family: "Cachet", "Verdana", "Geneva", "Arial", sans-serif;
        text-transform: uppercase;
        font-size: 1em;
    }

    .page-footer .copyright {
        font-size: 0.75em;
        color: #636466;
    }

        .page-footer .copyright a {
            color: #636466;
        }

    .page-footer .statement {
        font-size: 0.7em;
        color: #636466;
    }

    .page-footer .bg-primary-dark {
        background-color: #0060af;
    }
