﻿@font-face {
    font-family: HelveticaNeueLTStd-UltLt;
    src: url('../fonts/289EA9_0_0.eot'); /* IE9 Compat Modes */
    src: url('../fonts/289EA9_0_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/289EA9_0_0.woff') format('woff'), url('../fonts/289EA9_0_0.ttf') format('truetype');
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 100px; /* bottom = footer height */
    background-color: #e2e2e2;
}

body, li {
    font-family: HelveticaNeueLTStd-UltLt, Helvetica Neue, Open Sans, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: black;
}

a {
    color: darkblue;
}

#bottom-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-color: #dddddd;
    border-top: 2px solid #d0d0d0;
    text-align: center;
    letter-spacing: 0.75px;
}

#bottom-footer p {
    padding: 0 20px;
}

#bottom-footer ul {
    list-style: none;
    margin: 16px 0;
    width: 100%;
    display: block;
    padding: 0;
}

#bottom-footer li {
    display: inline;
}

#bottom-footer li:after {
    content: '|';
}

#bottom-footer li:last-child:after {
    content: '';
}

#bottom-footer a {
    padding: 0 20px;
}

#legal {
    background-color: #fff;
    font-family: Arial;
}

@media (min-width: 767px) {
    body {
        margin: 0 0 50px; /* bottom = footer height */
    }

    #bottom-footer {
        height: 50px;
    }

    #bottom-footer ul {
        float: right;
        width: auto;
    }

    #bottom-footer p {
        float: left;
    }
}
