﻿



.TopBarDecorator {
    height: 5px;
    background-image: url('../Images/FooterGradient.png');
    background-size: contain;
    margin-top: 5px;
}


@media (max-width: 950px)
{
    .TopBarDecorator { margin-top: 1em; }
}





/* Footer */
.FooterWrapper {
    height: 220px;
    background-image: url('../Images/FooterGradient.png');
    background-size: contain;
}

.cleanFooter {
    background-color: white;
    width: 100%;
    overflow: hidden;
    margin-top: 0.4em;
}

    .cleanFooter ul {
        padding-left: 0;
    }

.socialConnectors,
.footerLinks,
.subText {
    list-style: none;
    margin: 0;
    padding-top: 1.66em;
    text-align: center;
}

    .socialConnectors a {
        color: rgba(27, 125, 126, 1);
        font-size: 10px;
        text-decoration: none;
    }

    .socialConnectorItem,
    .footerLinkItem,
    .subText span {
        list-style: none;
        margin: 0;
        display: inline-block;
        padding: 0 1.33em 0 1.33em;
    }

    .subText span {
        font-size: 0.71em;
        color: rgba(0, 49, 80, 1);
        padding-bottom: 1.66em;
    }

.footerLinkItem a:hover {
    color: rgba(27, 125, 126, 1);
    text-decoration: none;
}

.footerLinkItem a {
    font-size: 0.89em;
    color: rgba(0, 49, 80, 1);
    font-weight: 100;
}

@media (max-width: 530px)
{
    .footerLinkItem { display: block; }
}
@media (max-width: 403px)
{
    .socialConnectorItem { padding: 0 0.5em 0 0.5em; }
}
