#css_mobile {
display:flex; /* flex tells jQuery the css on this page is in tablet mode */
}
#header #main #template {
width:100%;
}
#header #right #menu {  
margin-top:15px;
} 
#header #right #menu #elements {    
padding-right:0;
}

 
#header #right #menu #elements div { 
display:inline-block;
margin-left:8px;
margin-right:8px; 
} 
#header #right #menu #elements div a {  
color:#000000;
font-weight:bold; 
text-decoration:none;
white-space:nowrap;
font-size:17px;
}










 
/* bg with no background image on mobile (header.js changes it to class bg-nopic) */ 
.bg-nopic {
width:100% !important;  
border:0; 
} 
.bg {
width:100% !important;
border:0;  
} 
.blue-container { 
width:100% !important;  
}
#footer {
width:100%;  
}

#landingfooter { /* like id="container" */
clear:both;
width:100%;
overflow:auto; 
} 
#landingfooter .bodyFourth,
#landingfooter .bodyHalf {
width:100%;
float:none; 
}
#landingfooter .noMobile {
display:none;
}
p.sponsor {
margin:0px 5px 5px 5px !important;
font-size:17px; 
text-align:center !important;
white-space:normal;
} 
img.sponsor {/* reynolds logo */
display:block;
margin:0 auto 0 auto !important;  
}