.slot--article-description {
    display: none;
}
.slot--header-horizontal-menu .nav .open>a, 
.slot--header-horizontal-menu .nav .open>a:hover, 
.slot--header-horizontal-menu .nav .open>a:focus,
.slot--header-horizontal-menu .nav a:focus {
 background: transparent;
}



@media only screen and (min-width: 1100px) {
  
  .bountiful--header {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
        top: 0;
  z-index: 1000;
    }  

 .bountiful--sidebar {
		float: left;
    top: 146px;
    position: sticky;
    height: calc(-44px + 100vh);
    overflow-y: auto;
  }
}




