﻿/* -------- */
/*  Footer  */
/* -------- */
.Footer {
    color: #fff;
    clear: both;
    box-sizing: border-box;
    height: auto;
    width: 100%;
}

.Footer-Bottom {
    display: block;
    clear: both;
    margin: auto;
    box-sizing: border-box;
    float: left;
    width: 100%;
    background: #49A842;
}


.Footer-Bottom-Left {
    width: 16.5%;
    display: inline-block;
    float: left;
    height: auto;
    min-height: 1px;
}

.Footer-Bottom-Center {
    width: 66%;
    display: inline-block;
    float: left;
    color: #fff;
    background: #49A842;
    height: auto;
    min-height: 1px;
}

.Footer-Bottom-Right {
    width: 16.5%;
    display: inline-block;
    float: left;
    height: auto;
    min-height: 1px;
}

.Footer-Item {
    text-align: center;
    display: inline-block;
}


/*====== FOOTER FOR INTERIOR PAGES =====*/
.Footer-Interior {
    color: #000;
    clear: both;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background: #EFEFEF;
}

.Footer-Bottom-Interior {
    display: block;
    clear: both;
    margin: auto;
    box-sizing: border-box;
    float: left;
    width: 100%;
    background: #EFEFEF;
    min-height: 3em;
}


.Footer-Bottom-Left-Interior {
    /*width: 16.5%;
    display: inline-block;*/
    float: left;
    height: auto;
    min-height: 1px;
    width: 0%;
    display: none;
}

.Footer-Bottom-Center-Interior {
    width: 100%;
    display: inline-block;
    float: left;
    color: #fff;
    background: #EFEFEF;
    height: auto;
    min-height: 1px;
}

.Footer-Bottom-Right-Interior {
    /*width: 16.5%;
    display: inline-block;*/
    float: left;
    height: auto;
    min-height: 1px;
    width: 0%;
    display: none;
}