.div__container--sectionOverview {
  padding: 45px;
  padding-top: 30px;
}

.div__sectionOverview--prompt {
  width: 640px;
  margin: 0 auto;
  overflow: hidden;
}

.heading__accent--sideLines {
  line-height: 0.5;
  text-align: center;
  font-size: 1.4em;
}
.heading__accent--sideLines span {
  display: inline-block;
  position: relative;
}
.heading__accent--sideLines span:before,
.heading__accent--sideLines span:after {
  content: "";
  position: absolute;
  height: 4px;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
  top: 3px;
  width: 640px;
}
.heading__accent--sideLines span:before {
  right: 100%;
  margin-right: 15px;
}
.heading__accent--sideLines span:after {
  left: 100%;
  margin-left: 15px;
}

.div__sectionOverview--sections {
  margin-top: 45px;
}

.img--sectionTrailHead {
  width: 100%;
  border: 1px solid #eeeeee;
}

.heading--sectionOverview {
  color: #333333;
  text-align: center;
  margin: 0;
  margin-top: 5px;
  text-transform: uppercase;
}

.link--sectionTrailHead:active {
  text-decoration: none;
}
.link--sectionTrailHead:focus {
  text-decoration: none;
  outline: none;
}
.link--sectionTrailHead:active:focus {
  text-decoration: none;
  outline: none;
}
.link--sectionTrailHead:hover {
  text-decoration: none;
}
.link--sectionTrailHead:hover  .img--sectionTrailHead {
  border-color: #777777;
}
.link--sectionTrailHead:hover  .heading--sectionOverview {
  font-weight: 500;
}

.div__container--sectionImage {
  overflow: hidden;
}