﻿body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    margin: 0em;
}

header, footer, nav, section {
    display: block;
}

.footer-container 
{
    background-color:white;
    padding-left:50px;
    padding-top:1.5em;
    height:6.5em;
    border-top:1px solid #808080;
}

.ftr-grp-left 
{
    display:inline-block;
    width:calc(100% - 30em);
}

.ftr-policy 
{
    display:inline-block;
    vertical-align:top;
    text-align:right;
}

/*for tablets*/
@media screen and (max-width:959px) {
    .ftr-grp-left 
    {
        display:inline-block;
        width:calc(100% - 20em);
    }

    .ftr-policy 
    {
        width:16em;
    }
}

@media screen and (max-width:700px) {
    .ftr-org-container 
    {
        height:9.5em;
    }

    .ftr-grp-left 
    {
        width:100%;
        margin-bottom:2em;
    }

    .ftr-policy 
    {
        text-align:left;
        width:100%;
    }
}