﻿#footer {
    float: none;
    width: 100%;
    display: inline;
    line-height: normal;
    padding: 6px 0;
    margin: 0;
    color: #3A608F;
    clear: both;
    background: transparent;
}

    #footer svg#gfr-footer-logo > * {
        fill: #f47d32;
    }

    #footer .gfr-footer-content,
    #footer .gfr-footer-content p {
        color: #f47d32;
    }


.gfr-footer-content > a > p {
    margin-bottom: 0;
    margin-top: 3px;
}

.gfr-footer-content > a {
    display: inline-flex !important;
    text-decoration: none !important;
}

#footer ul
{
    float: right;
    padding: 0;
    margin: 0;
}

#footer ul li
{
    float: left;
    display: inline;
    width: auto;
}

#footer li a:link, #footer li a:visited
{
    color: #666;
    text-decoration: none;
    padding: 0px 5px;
    margin: 0 5px;
    font-size: 13px;
}

#footer li.last a
{
    border: none;
}

#footer li a:hover, #footer li a:active
{
    text-decoration: underline;
}

#footer .left
{
    float: left;
    background: transparent url(../../../Content/branding2015/logo.png) no-repeat 0 0;
    margin: 10px 10px 0 10px;
    width: 120px;
    height: 30px;
    display: inline;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}

#bottom-nav
{
    padding-right: 10px;
}

.gfr-footer-content > * {
    display: inline-block;
    vertical-align: middle;
}

.gfr-footer-content {
    font-family: 'bariol';
    font-size: 14px;
    text-align: center;
}

svg#gfr-footer-logo {
    width: 80px;
    margin-left: 5px;
}

html body.custom-design .gfr-footer-content > p,
html body #footer .gfr-footer-content > p {
    margin-bottom: 0;
}