/*.scrolldown.scrolled replaced with .scrolled to avoid flickering header; stays small until scrolled all way up*/
.scrolled .header-line-departments-menu,
.scrolled .header-line-additional-menu {
	visibility:hidden;
  transition-delay: .25s;
	transition: all .25s ease-in-out;
	
}

.scrolled .post-header-wrapper {
	margin-top: 115px;
  transition-delay: .25s;
	transition: all .25s ease-in-out;

  
}


.scrolled .top-extra {
  top: 115px !important;
  transition-delay: .25s;
	transition: all 1s ease-in-out;
}
/* Z-index for ipe editor*/
#panels-ipe-tray {
	z-index: 10000;
}

/* Nicer messages */
.alert-wrapper {
  left: 1rem;
  right: 1rem;
  bottom: 2rem;
  box-shadow: 1px 1px 5px #ccc;
  border-radius: 9px !important;
  width: auto;
  z-index: 11000;
}

/* Header above ads */
.container-fluid.header-wrapper.sticky-top {
    z-index: 1021 !important;
}