$title-color: #133367;
$subtitle-color: #666666;
$white: #ffffff;
$bg: #e7eadd;

.heading {

  // scss-lint:disable QualifyingElement
  h1.title {
    color: $title-color;
    font-weight: 400;
  }
  // scss-lint:enable QualifyingElement

  .subtitle {
    margin-bottom: 25px;
    color: $subtitle-color;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
  }
}

// scss-lint:disable QualifyingElement
hr {
  position: relative;
  height: 2px;
  margin: 0;
  background-color: $bg;
  box-shadow: 0 2px 0 $white;
}
// scss-lint:enable QualifyingElement


.ember-view .fa {
  font-size: 21px;
}



