div#footer
{
    background-color: #a9a9a9;
    border-top: #d3d3d3 solid 10px;
    overflow: hidden;
}

div#footer a, div#footer + div ul li a
{
    color: #000000;
    text-decoration: none;
}

div#footer a:hover, div#footer + div ul li a:hover
{
    color: #ec008c;
}

div#footer div[class *= "col_"]
{
    /*width: 18%;  -- THIS BREAKS RESPONSIVENESS*/
    padding-left: 20px;
    margin-bottom: 20px;
}

div#footer div h2 
{
    border-bottom-color: #d3d3d3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: rgb(255, 255, 255);
    display: block;
    font-family: AlternateGotNo2D;
    font-size: 1.2em;
    font-style: normal;
    font-weight: normal;
    height: 0.9em;
    letter-spacing: 0.04em;
    line-height: 1.3em;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 8px;
    text-transform: uppercase;
}

div#footer div p
{
    margin-top: 20px;
    margin-bottom: 20px;
}

div#footer div ul 
{
    list-style: none;
    margin-left: 10px;
    padding-left: 0;
}

div#footer div ul li
{
    font-size: 0.8em;
    line-height: 2em;
}

div#footer form
{
    width: 90%;
}

div#footer input
{
    width: 100%;
    height: 20px;
    padding: 5px 10px;
    font-size: 1.1em;
    font-family: 'Montserrat', sans-serif;
}


/* LEGAL ITEMS */
div#footer + div.row
{
    background-color: lightgray;
}

div#footer + div.row ul
{
    margin-left: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 10px;
    border-right: #000 thin;
}

div#footer + div.row ul li
{
    display: inline;
    border-right: #000000 solid thin;
    padding: 0px 10px;
}

div#footer + div.row ul li:first-child
{
    padding-left: 20px;
}

div#footer + div.row ul li:last-child
{
    border: none;
}