/*Content Phrases*/
/*Color definintions*/
/*Navigation colors*/
/*Header in page*/
/*Content area*/
/*Footer*/
/*bs=boostrap*/
.social-facebook:hover,
.social-facebook em:hover {
  background-color: #3b5998 !important;
  color: white;
}
.social-twitter:hover,
.social-twitter em:hover {
  background-color: #3b5998 !important;
  color: white;
}
.social-linkedin:hover,
.social-linkedin em:hover {
  background-color: #3b5998 !important;
  color: white;
}
.social-icon {
  border-radius: 3px;
  font-size: x-large;
  padding: 4px;
}
.divider {
  border: 0;
  margin: 60px 0;
  height: 4px;
  text-align: center;
  position: relative;
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-border {
  border: 1px solid #b4b4b4;
}
.callout-dark.heading-title {
  border-top: 1px solid white;
}
