/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* COLORS */
section#Content .steps {
  background-color: #000;
  margin-top: 1px;
}

@media screen and (min-width: 64.0625em) {
  section#Content .steps {
    margin-top: 0;
  }
}

section#Content #ContentWrapper h2 {
  font-size: 16px;
  color: #333333;
  text-align: left;
  padding: 7px;
  padding-top: 14px;
  padding-bottom: 14px;
}

section#Content #ContentWrapper h2 span.line {
  color: #4d4d4d;
  font-size: 16px;
  border-left: 2px solid #4d4d4d;
  padding-bottom: 4px;
  display: inline-block;
}

section#Content #ContentWrapper h2 span.headline {
  display: none;
  font-size: inherit;
}

@media screen and (min-width: 48em) {
  section#Content #ContentWrapper h2 span.headline {
    display: inline;
  }
}

section#Content #ContentWrapper h2.active {
  color: #fff;
}

section#Content #ContentWrapper h2.active span.line {
  color: #fff;
  border-left: 2px solid #fff;
}

section#Content #ContentWrapper h2.active span.headline {
  display: inline;
}
