.announcement {
  width: 100%;
  border-bottom: 2px solid #70c38d;
  background: #c9e8d4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9995;
}
.announcement p {
  margin: 0;
  padding: .65em 1.5em;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8em;
  line-height: 1.2em;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

.c-layout-header-fullscreen.c-layout-header-static .c-layout-header, 
.c-layout-header-fixed .c-layout-header {
  top: 2.1em;
}
@media (max-width: 1041px) {
  .c-layout-header-fullscreen.c-layout-header-mobile-fixed.c-layout-header-static .c-layout-header, .c-layout-header-fixed.c-layout-header-mobile-fixed .c-layout-header {
    top: 3.05em;
  }
  #block-jango-sub-content--2 {
    
  }
}
@media (max-width: 545px) {
  .c-layout-header-fullscreen.c-layout-header-mobile-fixed.c-layout-header-static .c-layout-header, .c-layout-header-fixed.c-layout-header-mobile-fixed .c-layout-header {
    top: 4.1em;
  }
  #block-jango-sub-content--2 {
    
  }
}