#masterFooter {
    width: 100%;
    background: #efefef;
    flex: 0 1 auto;
}

#ccFooterTop {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    background: var(--cc-lightGrey);
}

#footerLogo {
    display: flex;
    flex-direction: row;
    width: 40em;
    align-items: center;
    justify-content: center;
}

    #footerLogo .ccLogoImg {
        width: 110px;
        height: 110px;
        margin: 0em 2em;
    }

    #footerLogo .ccTitle {
        font-size: 2em;
        width: 100%;
        color: var(--cc-darkBlue);
        line-height: 1em;
        font-family: 'Franklin Gothic Book', sans-serif;
        padding: 0 0 .25em 0;
    }

.footerText {
    line-height: 1.5em;
    width: 100%;
}

    .footerText .rowBlock {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding: 0;
    }

.footerLinks {
    width: auto;
    padding: 0 2em;
}

    .footerText ul,
    .footerLinks ul {
        list-style: none;
        padding: 0 0.5em;
    }

    .footerLinks ul {
        border-left: 1px solid #003b8d;
        margin-left: 0;
        padding-left: 1.2em;
    }

    .footerLinks a,
    .footerLinks a:visited {
        text-decoration: none;
        color: #0072c6;
    }

        .footerLinks a:hover {
            color: #c24646 !important;
        }

.footerText .icon-phone {
    color: var(--cc-blue);
    font-size: 2.5em;
}

#ccFooterBottom {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1em;
    color: #fff;
    background: var(--cc-darkBlue);
}
#footerCopyright {
    font-size: 0.9em;
}

#footerSocial {
    font-size: 2em;
    width: 8em;
    padding: 0 0.5em;
    margin: 0 1em;
    border-left: 1px solid #ccc;
}

    #footerSocial a,
    #footerSocial a:visited {
        color: #fff;
        text-decoration: none;
    }

        #footerSocial a:focus,
        #footerSocial a:hover {
            color: #D7A31A;
        }
