﻿html 
{
    padding-top: 0 !important;
    height: 100%;
}

body 
{
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
}

/*CENTER BEGIN*/

/*CENTER END*/

/*FOOTER BEGIN*/

.footerLink
{
    width: 30px;
    height: 30px;
    padding: 10px;
    display: inline-block;
}

#FooterPanel 
{
    flex: 0 0 auto;
    display: none;
}

@media screen and (min-width: 611px) 
{
    #FooterPanel 
    {
        display: block;
    }
}

#FooterTopOuterPanel 
{
    width: 100%;
    height: 110px;
}

#FooterTopInnerLeftPanel 
{
    width: 40%;
    padding-left: 5%;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
}

#FooterTopInnerMiddlePanel 
{
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

#FooterTopInnerRightPanel 
{
    width: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

#FooterBottomPanel
{
    vertical-align: middle;
    /*text-align: center;*/
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#FooterBottomPanelTextLeft
{
    margin: 0;
    width:34%;
}
#FooterBottomPanelText
{
    margin: 0;
    width:32%;
    text-align:center;
}
#FooterBottomPanelTextRight 
{
    margin: 0;
    color:silver;
    text-align:right;
    width:34%;
    font-family:"Source Sans Pro",Arial,sans-serif;
}
#FooterLogo
{
    margin-left: auto;
    width: 336px;
    height: 90px;
    background-size: 336px 90px;
    background-position: left;
}

.table
{
    display: table;
}

.inlineTable
{
    display: inline-table;
}

.row
{
    display: table-row;
}

.cell
{
    display: table-cell;
}

.centeredContent
{	
    width: 100%;
    text-align: center;
}

/*FOOTER END*/