/* See the following URL for sample CSS and explanations:
  https://epattechnologies.atlassian.net/wiki/spaces/IN/pages/32931841/Using+CSS+to+Style+the+Public+Web+Pages
*/
 
footer {
  display: none;
}
 
li {
  font-weight:300;
}
 
.public-hide {
  display: none;
}
 
ul.nav {
  display: none !important;
}
 
nav.expanding-nav {
  background-color: transparent;
} 
 
div.header {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0}
 
div.col-sm-2.col-md-2.logo-container {
  display: none;
}
 
div#main-page {
  padding-top: 0;
}