.route-header-container {
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  margin-top: 10px;
  color: white; }
  .route-header-container #route-icon {
    margin-right: 14px; }
  .route-header-container h4 {
    margin-top: -10px; }
  .route-header-container a:link {
    color: #2387dd; }
  .route-header-container a:hover {
    color: #4f9fe4; }

#subpage-top-links ul li:first-of-type {
  border-right: 0;
  font-weight: bold; }

#subpage-top-links ul li:nth-of-type(2) {
  border-left: 0;
  margin-left: -10px; }

.page-template-default #home-above-fold {
  background: none; }
