.c-layout-anchors-menu {
  position: relative;
  z-index: 1;
  margin-top: -28px; }
  @media (max-width: 1199px) {
    .c-layout-anchors-menu {
      margin-top: -23.5px; } }
  @media (max-width: 991px) {
    .c-layout-anchors-menu {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .c-layout-anchors-menu {
      margin-top: 0; } }
  @media (max-width: 575px) {
    .c-layout-anchors-menu {
      margin-top: 0; } }
  .c-layout-anchors-menu__content-menu {
    background: #fff;
    border-radius: 100px;
    padding: 8px;
    box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.07);
    position: relative; }
    @media (max-width: 1199px) {
      .c-layout-anchors-menu__content-menu {
        padding: 6px; } }
    .c-layout-anchors-menu__content-menu:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      height: 15px;
      width: 50%;
      background: -webkit-radial-gradient(50% 0%, 50% 15px, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
      background: -o-radial-gradient(50% 0%, 50% 15px, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
      background: -moz-radial-gradient(50% 0%, 50% 15px, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
      background: -ms-radial-gradient(50% 0%, 50% 15px, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
      background: radial-gradient(50% 0%, 50% 15px, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
      top: 100%;
      width: 100%; }
  .c-layout-anchors-menu__menu-list {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .c-layout-anchors-menu__menu-item {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
    .c-layout-anchors-menu__menu-item:last-child .c-layout-anchors-menu__menu-link:after, .c-layout-anchors-menu__menu-item:last-child .c-layout-anchors-menu__menu-link--active:after {
      display: none; }
  .c-layout-anchors-menu__menu-link, .c-layout-anchors-menu__menu-link--active {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    color: #9b9b9b;
    padding: 8px 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100px;
    position: relative; }
    @media (max-width: 1199px) {
      .c-layout-anchors-menu__menu-link, .c-layout-anchors-menu__menu-link--active {
        font-size: 0.8125em; } }
    @media (max-width: 991px) {
      .c-layout-anchors-menu__menu-link, .c-layout-anchors-menu__menu-link--active {
        font-size: 0.8125em; } }
    @media (max-width: 767px) {
      .c-layout-anchors-menu__menu-link, .c-layout-anchors-menu__menu-link--active {
        font-size: 0.8125em; } }
    @media (max-width: 575px) {
      .c-layout-anchors-menu__menu-link, .c-layout-anchors-menu__menu-link--active {
        font-size: 0.8125em; } }
    .c-layout-anchors-menu__menu-link:hover, .c-layout-anchors-menu__menu-link--active:hover, .c-layout-anchors-menu__menu-link:active, .c-layout-anchors-menu__menu-link--active:active, .c-layout-anchors-menu__menu-link:focus, .c-layout-anchors-menu__menu-link--active:focus {
      color: #9b9b9b; }
    .c-layout-anchors-menu__menu-link:after, .c-layout-anchors-menu__menu-link--active:after {
      content: '';
      background: rgba(203, 246, 139, 0.5);
      border-radius: 50%;
      display: inline-block;
      width: 6px;
      height: 6px;
      position: absolute;
      top: 50%;
      right: -5px;
      transform: translateY(-50%); }
    .c-layout-anchors-menu__menu-link--active {
      color: #fff;
      background: #80ba27;
      font-weight: 700; }
      .c-layout-anchors-menu__menu-link--active:hover, .c-layout-anchors-menu__menu-link--active:active, .c-layout-anchors-menu__menu-link--active:focus {
        color: #fff; }
      .c-layout-anchors-menu__menu-link--active:after {
        display: none; }

/*# sourceMappingURL=layout_anchors_menu.css.map */
