﻿.Page {
    min-height: 100% !important;
    height: auto !important;
    position: relative;
}

.Footer_Global {
    background-color: white;
    bottom: 0;
    box-shadow: 0 1px 10px 0 rgba(21, 24, 26, .1);
    height: 80px;
    left: 0;
    padding: 0px 20px 0px 20px;
    position: fixed;
    right: 0;
    z-index: 100;
    margin-left: 0;
}

.Footer_Global_Phone {
    margin-left: 0px;
    background-color: white;
    bottom: 0;
    box-shadow: 0 1px 10px 0 rgba(21, 24, 26, .1);
    height: 350px;
    left: 0;
    padding: 0px 20px 0px 20px;
    position: initial;
    right: 0;
    z-index: 100;
}

.MainContentFlex{
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 800px;
    -ms-flex: 1;
    -ms-flex-direction: column;
    padding: 100px 5% 0px 5%;
    position: relative;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
}

.MainContentFlex_Phone{
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 900px;
    -ms-flex: 1;
    -ms-flex-direction: column;
    padding: 100px 5% 0px 5%;
    position: relative;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;

}