
/* ---------- =colors ---------- */

/*
 * dark gray: #445963
 * light blue: #55abd9
 * dark blue: #124c8a
 * green: #78b140
 * gold: #dcaf34
 */

a {
  color: #124c8a;
}
a:hover,
a:focus {
  color: #78b140;
}

.content-box,
.button--cta {
  background-color: #124c8a;
}
.content-box--accent,
.button--cta.button--accent {
  background-color: #78b140;
}
.content-box--highlight,
.button--cta.button--higlight {
  background-color: #dcaf34;
}


/* ---------- =header, =nav ---------- */

@media (min-width: 960px) {
  .header-nav > ul > li > a::before,
  .header-nav__sf-wrapper > ul > li > a::before {
    display: none;
  }
  
  .header-user__log-in-real {
    position: absolute;
    top: -2px;
    right: -100px;
    width: 90px;
    text-align: center;
}
  
}
