﻿/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
.c-anchor-nav {
  background: white;
  width: 100%;
  position: sticky;
  top: 80px;
  z-index: 9;
  display: none; }
  .c-anchor-nav--has-anchor-prompt {
    margin-top: 200px; }
  .c-anchor-nav ul.anchor-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0; }
    .c-anchor-nav ul.anchor-links li {
      height: 100%;
      margin: 0; }
    .c-anchor-nav ul.anchor-links a {
      font-family: Montserrat;
      display: inline-block;
      padding: 40px;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      color: #1a1a1a; }
  .c-anchor-nav .anchor-prompt {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    display: block;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px; }
    .c-anchor-nav .anchor-prompt:after {
      position: absolute;
      left: 50%;
      bottom: -45px;
      transform: translateX(-50%);
      display: block;
      content: '';
      height: 40px;
      background-color: #a18f5b;
      width: 2px; }
  @media (min-width: 1200px) {
    .c-anchor-nav {
      display: block; } }
