/* Responsive */
@media only screen and (max-width: 768px) {
#logo img {max-height:100px;}
.rw-sitemap {width: 90%;margin-left: 5%;}
}
@media only screen and (max-width: 601px) {
  #sidebarContainer, #content{
  border-radius:0px !important;
  -webkit-border-radius:0px !important;
 }
}
@media only screen and (max-width: 480px) {
#pageHeader h1 {font-size: 32px;line-height: 25px;}
#pageHeader h2 {font-size: 18px;line-height: 17px;}
.rw-sitemap {width: 94%;  margin-left: 5%;}
}