
    /* Footer */
    
    #customFooterContainerDiv
    {
        float: left;
        min-width: 100%;
        border-top: none;
        box-shadow: none;
        background-color: #1A1E22;
        text-align: center;
        padding-bottom: 0px;    
    }
    
    #customFooter
    {
        display: inline-block;
        width: 100%;
        text-align: justify;
        text-justify: distribute-all-lines;
    }

    #customFooter div:first-child > div
    {
        display: inline-block;
        width: 20%;
        min-width: 210px;
        padding-top: 25px;
        text-align: left;
        vertical-align: top;
    }


    #customFooter div:first-child > div h3
    {
        float: left;
        width: 100%;
        padding: 0px;
        padding-bottom: 5px;
        margin: 0px;
        border-bottom: 1px solid #999999;
        font-size: 14pt;
        font-family: oswald, arial;
        font-weight: normal;
        color: #FFFFFF;
    }

    #customFooter div:first-child > div p
    {
        float: left;
        width: 100%;
        font-size: 11pt;
        font-family: arial;
        font-weight: normal;
        color: #AAAAAA;
        padding-top: 5px;
    }

    #customFooter div:first-child > div p:nth-child(2)
    {
        padding-top: 10px;
    }

    #customFooter div:first-child > div a:link, #customFooter div:first-child > div a:active, #customFooter div:first-child > div a:hover, #customFooter div:first-child > div a:visited
    {
        font: inherit;
        color: inherit;
        text-decoration: none;
    }

    #customFooter div:first-child > div a:hover
    {
        color: #FFFFFF;
    }
    
