.noScreenM, .noScreenL { display:block; }
.noScreenS { display:none; }

div.pageWidth { width:auto; }
div.header { text-align:center; }
div.header img.logo { float:none; width:100px; height:auto; margin: 0 12px; }
div.header .homeLink { display:inline-block; font-size:smaller; width:85px; }
div.footer { padding:10px; text-align:center; }
#footerText, div.footer .socialLinks { position:static; }
#footerText p { margin-bottom:1em; }
div.interior { margin:0; }
div.interior .homeLink { background-color:#000; padding:10px; font-family: bebasregular, sans-serif; }
div.interior .homeLink a { color:#fff; text-decoration:none; }
#contentColumn { margin:1em; }

/*** Mobile Menu ***/
/* General */
#menuMobile { }
#menuMobile>ul { list-style:none; margin:0; padding:0; }
#menuMobile>ul li { margin:0; padding:0; }
#menuMobile>ul a { display:block; padding:10px; text-decoration:none; }
#menuMobile>ul a:active { background-color:#9c0; color:#fff; }
/* Top level */
#menuMobile>ul>li>a { font-family: bebasregular, sans-serif; font-size:18px; color:#333; text-transform:uppercase; }
#menuMobile>ul>li>a:before { content: '+   '; }
/* Sublevels */
#menuMobile>ul ul { display:none; margin:0; padding:0; }
#menuMobile>ul ul a { padding:10px 15px; text-indent:10px; color:#666; }
#menuMobile>ul ul ul a { text-indent:20px; }
#menuMobile>ul ul ul ul a { text-indent:30px; }
#menuMobile>ul ul ul ul ul a { text-indent:40px; }