.highlight-blue {
  color:#fff;
  background-color:#1e6add;
  padding:20px 0;
}

.highlight-blue p {
  color:#fff;
  line-height:1.5;
}

.highlight-blue h2 {
  font-weight:normal;
  margin-bottom:25px;
  line-height:1.5;
  padding-top:0;
  margin-top:0;
  color:inherit;
}
.highlight-blue h3 {
  border-bottom:1px solid #fff; width:150px;padding-bottom:4px;margin-bottom:25px;
}
/*.highlight-blue h3:after {
    content:' ';
    display:block;
    border:1px solid #d0d0d0;
    border-radius:1px;
    border-width:50px;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
}*/

.highlight-blue .intro {
  font-size:16px;
  margin:0 auto 25px;
}

.highlight-blue .buttons {
  text-align:center;
}

.highlight-blue .buttons .btn {
  padding:16px 32px;
  margin:6px;
  border:none;
  background:none;
  box-shadow:none;
  text-shadow:none;
  opacity:0.9;
  text-transform:uppercase;
  font-weight:bold;
  font-size:13px;
  letter-spacing:0.4px;
  line-height:1;
}

.highlight-blue .buttons .btn:hover {
  opacity:1;
}

.highlight-blue .buttons .btn:active {
  transform:translateY(1px);
}

.highlight-blue .buttons .btn-primary, .highlight-blue .buttons .btn-primary:active {
  border:2px solid rgba(255,255,255,0.7);
  border-radius:6px;
  color:#ebeff1;
  box-shadow:none;
  text-shadow:none;
  padding:14px 24px;
  background:transparent;
  transition:background-color 0.25s;
}

