/* Ensure Font Awesome + nav icons render on portal pages */
.site-header-col .nav-pills > li > a {
  color: #005a56;
}

.site-header-col .nav-pills .fa {
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.site-header-col .nav-pills .fa-home:before {
  content: "\f015";
}

.site-header-col .nav-pills > li > a:hover .fa,
.site-header-col .nav-pills > li > a:focus .fa {
  color: #003d3a;
}
