/* responsive */


@media (max-width:499px){

     .footerregions .col {  margin: 1% 0 1% 0%; } 
     .footerregions .span_3_of_3 { width: 100%; } 
     .footerregions .span_2_of_3 { width: 66%; } 
     .footerregions .span_1_of_3 { width: 33%; } 
.bottommenus.span_1_of_2 {width: 100%;} 
.span_1_of_6 {width: 49%;}
.leftbottommenucolumns {clear:left;}
.squarelogo {margin-top:0;margin-left:12px}
.footer ul, .footertitle {margin-left:12px;margin-top:6px;}
.footer ul {margin-bottom:0;}
.footertitle.firstmenu {margin-top:9px}
.footer {margin-top:0px;}
}






/*
#bottomnav ul
{
    margin: 0;
    padding: 0;
}

#bottomnav ul li
{
    list-style-type: none;
    display: inline;
}

#bottomnav li:not(:first-child):before {
    content: " | ";
}

*/