/* Hide the ivy/green banner pane entirely */
#dnn_BannerPane.InnerBannerPane {
  display: none !important;
}

.breadcrumb-header {
  position: relative !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  line-height: 0 !important;
  overflow: visible !important;
}

.breadcrumb-header .SkinWidth {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
}

.breadcrumb-header h1.page-name {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.breadcrumb-header .skin-breadcrumb {
  display: none !important;
}

#dnn_FullContent1.FullContent1 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.mycontent .DnnModule {
  margin-top: 0 !important;
}

#sticky-wrapper.sticky-wrapper {
  height: auto !important;
  background-color: #333 !important;
}

.mycontent {
  margin-top: -35px !important;
  position: relative !important;
  z-index: 1;
  background-color: #333 !important;
}

.wrapper {
    background-color: #202223 !important;
}