header.banner div#audience-name { display: none; }

article.top.highlight-box {
    padding-bottom: 5px;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
article.middle.highlight-box {
    padding-top: 0px;
    border-top: none;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
article.bottom.highlight-box {
    padding-top: 0px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 25px;
}


section.content article.middle h3.secondary-heading,
section.content article.bottom h3.secondary-heading {     /* Style copied directly from h4 */
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0.4em;
  padding-top: 0.7em;
  padding-bottom: 0.4em;
}

section#main section.content div.expandable h3 {
  font-weight: bold;
  color: #0072ce /* CSG Blue (Pantone 285C) */;
}

section#main section.content div.expandable h3.closed {
  font-weight: normal;
  color: black;
}

section.content h4.sub-group {
  border-bottom: none;
  margin-bottom: 0;
}

section#main div#core-exp {
  margin-top: 0px;
}


/*#slideshow-nav { right: 60px; }*/
.cs-step-tl {
  background-color: white;
  position: absolute;
  height: 55px;
  width: 50px;
  z-index: 8;
}
.cs-step-br {
  background-color: white;
  position: absolute;
  height: 45px;
  width: 200px;
  top: 285px;
  right: 0;
  z-index: 90;
}
.slideshow div.slide-panel { z-index: 9; }  /* Doesn't work */
.slideshow div.slide-panel { margin-top: 55px; margin-left: 92px; }

div.highlight-box.tip {
    padding-top: 5px;
    padding-bottom: 5px;
}


/* This has a dummy PDF above the proper UL, so gets a double margin */
article#articleitem6926 ul.resource.no-bottom-border li {
  border-bottom: 0;
}