﻿/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
.c-offers-filter {
  background: white;
  width: 100%;
  position: sticky;
  top: 80px;
  z-index: 9;
  display: none; }
  .c-offers-filter ul.category-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0; }
    .c-offers-filter ul.category-links li {
      height: 100%;
      margin: 0; }
    .c-offers-filter ul.category-links a {
      font-family: Montserrat;
      display: inline-block;
      padding: 40px;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      color: #1a1a1a; }
  @media (min-width: 1200px) {
    .c-offers-filter {
      display: block; } }
