/*------------------------------------*\
CLIENT
\*------------------------------------*/
/*------------------------------------*	BRAND COLOURS
\*------------------------------------*/
.c-header__button-cntr .c-header__button {
  background-color: #00dca5 !important;
  border-color: #00dca5 !important;
  color: #000000 !important;
}

.c-navbar {
  position: fixed;
  width: 70px;
  top: 60px;
  left: 0;
  bottom: 0;
  padding: 9px 0;
  background-color: #003c3c !important;
  transition: width 0.3s ease;
  z-index: 13;
}

.c-navbar__list-item--pinned {
  background: #003c3c !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

:root {
  --color-brand-1: #003c3c;
}
