@charset "UTF-8";
/******************************************************************
	
Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
@import 'https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css';
.has-tv-green-background-color {
  background-color: #4c9f41; }
  .has-tv-green-background-color.has-background-dim {
    background-color: #4c9f41; }

.has-tv-green-background-color {
  background-color: #4c9f41; }

/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
TYPOGRAPHY
*********************/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
COLORS
*********************/
.has-tv-green-background-color {
  background-color: #4c9f41; }
  .has-tv-green-background-color.has-background-dim {
    background-color: #4c9f41; }

.has-tv-green-background-color {
  background-color: #4c9f41; }

/**
 * Foundation for Sites by ZURB
 * Version 6.6.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Rubik", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.3333333333%; }

.grid-x > .small-2 {
  width: 16.6666666667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.3333333333%; }

.grid-x > .small-5 {
  width: 41.6666666667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.3333333333%; }

.grid-x > .small-8 {
  width: 66.6666666667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.3333333333%; }

.grid-x > .small-11 {
  width: 91.6666666667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.3333333333%; }
  .grid-x > .medium-2 {
    width: 16.6666666667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.3333333333%; }
  .grid-x > .medium-5 {
    width: 41.6666666667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.3333333333%; }
  .grid-x > .medium-8 {
    width: 66.6666666667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.3333333333%; }
  .grid-x > .medium-11 {
    width: 91.6666666667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.3333333333%; }
  .grid-x > .large-2 {
    width: 16.6666666667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.3333333333%; }
  .grid-x > .large-5 {
    width: 41.6666666667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.3333333333%; }
  .grid-x > .large-8 {
    width: 66.6666666667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.3333333333%; }
  .grid-x > .large-11 {
    width: 91.6666666667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.3333333333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.6666666667%; }

.small-up-7 > .cell {
  width: 14.2857142857%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.3333333333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.6666666667%; }
  .medium-up-7 > .cell {
    width: 14.2857142857%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.3333333333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.6666666667%; }
  .large-up-7 > .cell {
    width: 14.2857142857%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .large-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .large-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .large-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .large-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.3333333333%; }
  .grid-y > .small-2 {
    height: 16.6666666667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.3333333333%; }
  .grid-y > .small-5 {
    height: 41.6666666667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.3333333333%; }
  .grid-y > .small-8 {
    height: 66.6666666667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.3333333333%; }
  .grid-y > .small-11 {
    height: 91.6666666667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.3333333333%; }
    .grid-y > .medium-2 {
      height: 16.6666666667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.3333333333%; }
    .grid-y > .medium-5 {
      height: 41.6666666667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.3333333333%; }
    .grid-y > .medium-8 {
      height: 66.6666666667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.3333333333%; }
    .grid-y > .medium-11 {
      height: 91.6666666667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.3333333333%; }
    .grid-y > .large-2 {
      height: 16.6666666667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.3333333333%; }
    .grid-y > .large-5 {
      height: 41.6666666667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.3333333333%; }
    .grid-y > .large-8 {
      height: 66.6666666667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.3333333333%; }
    .grid-y > .large-11 {
      height: 91.6666666667%; }
    .grid-y > .large-12 {
      height: 100%; } }
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Rubik", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.5rem; }
  h2, .h2 {
    font-size: 2.25rem; }
  h3, .h3 {
    font-size: 1.375rem; }
  h4, .h4 {
    font-size: 1.25rem; }
  h5, .h5 {
    font-size: 1.1875rem; }
  h6, .h6 {
    font-size: 1.875rem; } }

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2.625rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.375rem; }
  h4, .h4 {
    font-size: 1.25rem; }
  h5, .h5 {
    font-size: 1.1875rem; }
  h6, .h6 {
    font-size: 2rem; } }

a {
  line-height: inherit;
  color: #848080;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #726e6e; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 0rem;
  list-style-type: disc; }

ol {
  margin-left: 0rem; }

ul ul, ul ol, ol ul, ol ol {
  margin-left: 0rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  .cite-block:before, cite:before {
    content: "— "; }

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #848080;
    color: #fefefe; }
  .button:hover, .button:focus {
    background-color: #706d6d;
    color: #fefefe; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #848080;
    color: #0a0a0a; }
  .button.primary:hover, .button.primary:focus {
    background-color: #6a6666;
    color: #0a0a0a; }
  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #E5E5E5;
    color: #0a0a0a; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #b7b7b7;
    color: #0a0a0a; }
  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0a; }
  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #0a0a0a; }
  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #0a0a0a; }
  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe; }
  .button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #fefefe; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent; }
  .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #848080;
    color: #848080; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #424040;
    color: #424040; }
  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 1px solid #848080;
    color: #848080; }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #424040;
    color: #424040; }
  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 1px solid #E5E5E5;
    color: #E5E5E5; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #737373;
    color: #737373; }
  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539; }
  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #848080; }
  .button.clear:hover, .button.clear:focus {
    color: #424040; }
  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #848080; }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #424040; }
  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #E5E5E5; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #737373; }
  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #3adb76; }
  .button.clear.success:hover, .button.clear.success:focus {
    color: #157539; }
  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00; }
  .button.clear.warning:hover, .button.clear.warning:focus {
    color: #805700; }
  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #cc4b37; }
  .button.clear.alert:hover, .button.clear.alert:focus {
    color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #848080; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #848080; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #E5E5E5; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #848080; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"; }
  .is-active > .accordion-title::before {
    content: "–"; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #848080 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #848080 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #848080;
    color: #0a0a0a; }
  .menu .active > a {
    background: #848080;
    color: #0a0a0a; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #848080;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #848080;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #848080 transparent transparent;
  right: auto;
  left: 1rem; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #848080 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #848080 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  background: transparent;
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #848080; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #848080 transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #848080; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #848080 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #848080 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #848080; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #848080 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #848080 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #848080; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: transparent; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #848080 transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #848080; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.85);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  transform: none;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
    transition: transform 0.5s ease; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #848080;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«"; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»"; }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #848080; }
  .tabs.primary > li > a {
    color: #0a0a0a; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #7d7a7a; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #848080; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #726e6e; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #848080; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media print, screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

body.logged-in header.header {
  top: 32px; }

header.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #4c9f41;
  padding-bottom: 20px;
  transition: all .3s ease-out;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.3); }
  header.header .topbar-container {
    background-color: white;
    width: 100%;
    margin: 0px auto 20px;
    transition: all .3s ease-in-out; }
    header.header .topbar-container__wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      min-height: 35px;
      position: relative; }
      header.header .topbar-container__wrapper:before, header.header .topbar-container__wrapper:after {
        display: none; }
      header.header .topbar-container__wrapper > * {
        padding: 0 15px;
        border-right: 2px solid rgba(76, 159, 65, 0.2); }
      header.header .topbar-container__wrapper div.right-menu {
        display: flex; }
        header.header .topbar-container__wrapper div.right-menu ul {
          margin: 0; }
          header.header .topbar-container__wrapper div.right-menu ul.social-links-menu {
            display: inline-flex;
            align-items: center; }
            header.header .topbar-container__wrapper div.right-menu ul.social-links-menu a.social-link {
              color: #4c9f41;
              font-size: 18px;
              margin-right: 10px; }
              header.header .topbar-container__wrapper div.right-menu ul.social-links-menu a.social-link:last-of-type {
                margin-right: 0; }
      header.header .topbar-container__wrapper ul#menu-topbar-menu {
        padding: 0; }
        header.header .topbar-container__wrapper ul#menu-topbar-menu li.active a {
          background: transparent;
          color: green;
          font-weight: 600; }
      header.header .topbar-container__wrapper a.account-link, header.header .topbar-container__wrapper ul#menu-topbar-menu {
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: .025em;
        font-size: 12px;
        color: #4c9f41;
        display: flex;
        align-items: center; }
      header.header .topbar-container__wrapper i.fa-search {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #4c9f41;
        font-size: 18px;
        cursor: pointer;
        transition: all .3s ease-out; }
    header.header .topbar-container.topbar-hidden {
      margin: -35px auto 10px !important; }
  header.header div.header-intern-container {
    min-height: 80px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    transition: all .3s ease-out; }
    header.header div.header-intern-container a.logo {
      background-image: url("../assets/images/Terre-vaudoise-logo-2021.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      height: 180px;
      width: 220px;
      position: absolute;
      top: -20px;
      left: 40px; }
    header.header div.header-intern-container button.burger-menu {
      display: none;
      cursor: pointer;
      font-size: 32px;
      color: white; }
    header.header div.header-intern-container div.navigation {
      width: calc(100% - 220px - 120px);
      float: right;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      header.header div.header-intern-container div.navigation > ul.menu {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .2em;
        font-size: 13px;
        margin-right: 20px; }
        header.header div.header-intern-container div.navigation > ul.menu li.menu-item {
          line-height: 41px; }
          header.header div.header-intern-container div.navigation > ul.menu li.menu-item a {
            opacity: .65;
            color: white;
            line-height: 1.3em;
            padding: 0 10px;
            text-align: center;
            transition: all .3s ease-out; }
            header.header div.header-intern-container div.navigation > ul.menu li.menu-item a::after {
              border-color: white transparent transparent; }
            header.header div.header-intern-container div.navigation > ul.menu li.menu-item a:hover {
              opacity: 1; }
          header.header div.header-intern-container div.navigation > ul.menu li.menu-item.active a {
            background-color: transparent;
            opacity: 1; }
          header.header div.header-intern-container div.navigation > ul.menu li.menu-item ul.submenu {
            top: calc(100% + 60px);
            background-color: white;
            border: none;
            font-size: 13px;
            text-align: center;
            font-weight: 900;
            position: absolute;
            left: -30%;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            padding-bottom: 20px; }
            header.header div.header-intern-container div.navigation > ul.menu li.menu-item ul.submenu:before {
              content: '';
              display: block;
              position: absolute;
              width: 100%;
              height: 90px;
              background-image: url("../assets/images/hexagon_top.svg");
              background-repeat: no-repeat;
              background-size: 100% auto;
              background-position: center top;
              left: 0;
              right: 0;
              top: -60px;
              z-index: -1; }
            header.header div.header-intern-container div.navigation > ul.menu li.menu-item ul.submenu li {
              background-color: white; }
              header.header div.header-intern-container div.navigation > ul.menu li.menu-item ul.submenu li a {
                opacity: 1;
                line-height: 18px;
                color: #4c9f41; }
                header.header div.header-intern-container div.navigation > ul.menu li.menu-item ul.submenu li a:hover {
                  color: white;
                  background-color: #4c9f41; }
    header.header div.header-intern-container::after, header.header div.header-intern-container::before {
      display: none; }
  header.header.shrinked div.header-intern-container {
    min-height: 0; }
    header.header.shrinked div.header-intern-container a.account-link {
      transform: scale(0.8) translateY(33px); }
    header.header.shrinked div.header-intern-container a.logo {
      height: 140px;
      width: 170px !important;
      top: -8px; }

div.search-panel {
  position: fixed;
  z-index: 99;
  right: -330px;
  top: 155px;
  padding: 0 !important;
  border-right: 0;
  transition: all .3s ease-out; }
  div.search-panel.is-open {
    right: -1px; }
  div.search-panel form {
    display: flex; }
    div.search-panel form input {
      width: 320px;
      margin: 0;
      height: 60px;
      box-shadow: none;
      box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.3);
      border: none; }
      div.search-panel form input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.5) !important;
        font-style: italic; }
      div.search-panel form input::-moz-placeholder {
        color: rgba(0, 0, 0, 0.5) !important;
        font-style: italic; }
      div.search-panel form input:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5) !important;
        font-style: italic; }
      div.search-panel form input:-moz-placeholder {
        color: rgba(0, 0, 0, 0.5) !important;
        font-style: italic; }
      div.search-panel form input:focus {
        border: none;
        background-color: white;
        box-shadow: none; }
    div.search-panel form input[type="submit"] {
      width: 100px; }
      div.search-panel form input[type="submit"]:hover {
        background-color: #85b491; }

header.header div.topbar-container.topbar-hidden div.search-panel {
  top: 110px; }

header.header.shrinked div.topbar-container div.search-panel {
  top: 115px; }

header.header.shrinked div.topbar-container.topbar-hidden div.search-panel {
  top: 70px; }

li.wpmenucartli {
  position: relative;
  cursor: pointer; }
  li.wpmenucartli:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url("../assets/images/icon_cart.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  li.wpmenucartli a {
    position: absolute;
    left: -12px;
    bottom: -5px;
    padding: 0;
    color: #4c9f41;
    background-color: white;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden; }
    li.wpmenucartli a > span {
      display: block !important;
      width: 60px;
      text-align: center;
      position: absolute;
      left: -16px; }

div.off-canvas > ul > li.active > a {
  color: white;
  background-color: #4c9f41; }
  div.off-canvas > ul > li.active > a:after {
    border-color: white transparent transparent; }

div.off-canvas > ul > li.active li.active a {
  background-color: #85b491; }

div.off-canvas > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 20px 15px; }
  div.off-canvas > ul > li > a:after {
    border-color: #4c9f41 transparent transparent; }

div.extrainfos-mobile {
  background-color: #4c9f41;
  color: white;
  padding: 20px;
  display: flex; }
  div.extrainfos-mobile ul {
    margin: 0;
    padding: 0; }
    div.extrainfos-mobile ul.social-links-menu a.social-link {
      color: white;
      font-size: 22px;
      margin-right: 1rem; }
      div.extrainfos-mobile ul.social-links-menu a.social-link:last-of-type {
        margin-right: 0; }

/*********************
FOUNDATION LEGACY
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'Lato', sans-serif;
  letter-spacing: .05em; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

body, p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.35em;
  color: #6c6c6c; }

h1, .h1 {
  font-weight: 900;
  font-size: 32px;
  color: #32692b;
  text-transform: uppercase; }

h2, .h2 {
  font-weight: 900;
  font-size: 24px;
  color: #4c9f41;
  text-transform: uppercase; }

h3, .h3 {
  font-weight: 700;
  font-size: 20px;
  color: #4c9f41;
  margin-bottom: 1rem; }
  h3 strong, h3 b, .h3 strong, .h3 b {
    font-weight: 900; }

h4, .h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  color: #6c6c6c; }
  h4 strong, h4 b, .h4 strong, .h4 b {
    font-weight: 900; }

hr {
  border-bottom-color: #4c9f41; }

a {
  text-decoration: none;
  color: #4c9f41;
  transition: all .3s ease-out; }
  a:hover {
    color: #85b491; }
  a.link {
    color: #4c9f41;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    outline: none; }
    a.link:after {
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font: var(--fa-font-regular);
      content: "\f105";
      display: inline-block;
      margin-left: 8px;
      font-size: 16px; }
  a.read-more-link {
    text-transform: uppercase;
    font-weight: 700;
    color: #6c6c6c;
    margin-top: 20px;
    display: inline-block; }
    a.read-more-link:after {
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font: var(--fa-font-regular);
      content: "\f105";
      display: inline-block;
      margin-left: 8px;
      font-size: 16px; }
  a:focus {
    color: #4c9f41; }

ul li > ul, ul li > ol, ol li > ul, ol li > ol {
  margin-left: 1rem; }

.entry-content > ul, .entry-content > ol {
  margin-left: 1.3rem; }

ul.bullet {
  list-style: none;
  font-size: 1.1em;
  padding: 0;
  margin: 0; }
  ul.bullet strong {
    color: #4c9f41; }
  ul.bullet li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative; }
    ul.bullet li:last-of-type {
      margin-bottom: 0; }
    ul.bullet li:before {
      position: absolute;
      top: .1em;
      left: 0;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font: var(--fa-font-solid);
      content: "\f00c";
      color: #4c9f41; }

footer.footer {
  background-color: #4c9f41;
  padding: 40px 20px; }
  footer.footer p {
    font-size: 14px; }
  footer.footer h2, footer.footer h3, footer.footer h4, footer.footer p, footer.footer a {
    color: white; }
  footer.footer h4 {
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 20px; }
  footer.footer a {
    font-weight: bold;
    font-size: 1.1em; }
  footer.footer .links-footer {
    padding: 0; }
    footer.footer .links-footer ul li {
      width: 100%;
      display: block;
      margin-bottom: 15px; }
      footer.footer .links-footer ul li.active a {
        background-color: transparent;
        opacity: 1; }
      footer.footer .links-footer ul li a {
        padding: 0;
        font-size: 16px; }
  footer.footer ul.accordion li a.accordion-title.button {
    color: #4c9f41;
    width: 100%;
    background-color: white;
    margin: 0; }
    footer.footer ul.accordion li a.accordion-title.button:before {
      display: none; }
    footer.footer ul.accordion li a.accordion-title.button:after {
      transform: rotate(90deg);
      border-left: none;
      border-bottom: 1px solid #4c9f41; }
    footer.footer ul.accordion li a.accordion-title.button:focus {
      background-color: white; }
  footer.footer ul.accordion li div.accordion-content {
    border: none; }
  footer.footer form label {
    display: none !important; }
  footer.footer form input {
    background-color: #f1f1f1;
    border: none;
    box-shadow: none;
    padding: 10px !important;
    margin: 0;
    color: #6c6c6c;
    text-transform: none; }
    footer.footer form input::-webkit-input-placeholder {
      color: #6c6c6c !important; }
    footer.footer form input::-moz-placeholder {
      color: #6c6c6c !important; }
    footer.footer form input:-ms-input-placeholder {
      color: #6c6c6c !important; }
    footer.footer form input:-moz-placeholder {
      color: #6c6c6c !important; }
    footer.footer form input[type="submit"] {
      color: white;
      background-color: #4c9f41;
      padding: 15px 20px !important; }
  footer.footer form div.gform_footer {
    margin: 0; }
  footer.footer div.social-links {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.35); }
    footer.footer div.social-links a.social-link {
      font-size: 24px;
      margin-right: 20px; }
      footer.footer div.social-links a.social-link:last-of-type {
        margin-right: 0; }

footer.bottom-bar {
  padding: 20px 0;
  background-color: #32692b; }
  footer.bottom-bar h1, footer.bottom-bar h2, footer.bottom-bar h3, footer.bottom-bar h4, footer.bottom-bar h5, footer.bottom-bar h6, footer.bottom-bar p, footer.bottom-bar a, footer.bottom-bar button, footer.bottom-bar span {
    color: rgba(255, 255, 255, 0.45); }
  footer.bottom-bar div.paiement_method-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    footer.bottom-bar div.paiement_method-container img {
      width: auto;
      max-width: none;
      height: 25px;
      margin-right: 10px; }
      footer.bottom-bar div.paiement_method-container img:last-of-type {
        margin-right: 0; }

.fixed_cta {
  z-index: 200;
  background-color: #4c9f41;
  padding: 15px 30px;
  text-align: center;
  position: fixed;
  right: 40px;
  bottom: 40px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15); }
  .fixed_cta i {
    margin-right: 10px; }
  .fixed_cta:hover {
    background-color: white;
    color: #4c9f41; }
  .fixed_cta.hidden-cta {
    right: -300px; }

/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
#content-gutenberg {
  padding-top: 30px;
  padding-bottom: 100px; }

.page-template-default .content {
  padding-top: 150px; }

.page-template-default h1.entry-title {
  padding-top: 100px;
  text-align: center; }

.page-template-default.logged-in .content {
  padding-top: 120px; }

#age-modal {
  outline: none;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }
  #age-modal .flex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    #age-modal .flex-container h2, #age-modal .flex-container p {
      margin-bottom: 30px; }
    #age-modal .flex-container p {
      max-width: 450px; }
    #age-modal .flex-container input[type="text"] {
      -moz-appearance: textfield;
      -webkit-appearance: none;
      text-align: center;
      font-size: 2em;
      color: #4c9f41;
      font-weight: 900;
      max-width: 160px;
      border: 3px solid #4c9f41;
      padding: 30px; }
      #age-modal .flex-container input[type="text"]::-webkit-input-placeholder {
        color: #0a0a0a !important; }
      #age-modal .flex-container input[type="text"]::-moz-placeholder {
        color: #0a0a0a !important; }
      #age-modal .flex-container input[type="text"]:-ms-input-placeholder {
        color: #0a0a0a !important; }
      #age-modal .flex-container input[type="text"]:-moz-placeholder {
        color: #0a0a0a !important; }
    #age-modal .flex-container input[type="button"] {
      background-color: #4c9f41;
      color: white;
      text-align: center;
      padding: 13px !important;
      font-size: 1.3em;
      text-transform: uppercase;
      letter-spacing: 0.05em; }

.woocommerce-checkout section.woocommerce-order-details .my_account_orders,
.woocommerce-checkout section.woocommerce-order-details > header {
  display: none; }

.excerpt a.excerpt-read-more {
  display: none; }

nav.page-navigation ul.pagination li.current {
  background-color: #4c9f41; }

.flex-spacebetween {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .flex-spacebetween:before, .flex-spacebetween:after {
    display: none; }

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.flex-centered {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .flex-centered:before, .flex-centered:after {
    display: none; }

.off-canvas-content > section:first-of-type {
  margin-top: 140px; }

section.description-content {
  padding: 60px 0;
  background-color: #f1f1f1;
  overflow: auto; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"], .post-password-form input[type="submit"].disabled, .post-password-form input[type="submit"][disabled], .post-password-form input[type="submit"].disabled:hover, .post-password-form input[type="submit"][disabled]:hover, .post-password-form input[type="submit"].disabled:focus, .post-password-form input[type="submit"][disabled]:focus {
    background-color: #848080;
    color: #fefefe; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #706d6d;
    color: #fefefe; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

body.page-template-template-page_base h2 {
  color: #4c9f41; }

.base-slider div.controls-container {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  pointer-events: none; }
  .base-slider div.controls-container div.arrow_slider {
    cursor: pointer;
    color: white;
    font-size: 65px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    margin: auto;
    z-index: 6;
    pointer-events: initial; }
    .base-slider div.controls-container div.arrow_slider.slick-disabled {
      opacity: .35;
      cursor: default; }
    .base-slider div.controls-container div.arrow_slider.arrow-left {
      left: 15px; }
    .base-slider div.controls-container div.arrow_slider.arrow-right {
      right: 15px; }
  .base-slider div.controls-container ul.slick-dots {
    pointer-events: initial;
    position: absolute;
    right: 30px;
    bottom: 20px;
    margin: 0;
    list-style: none;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px; }
    .base-slider div.controls-container ul.slick-dots li {
      margin-left: 15px;
      opacity: .45;
      transition: all .3s ease-out; }
      .base-slider div.controls-container ul.slick-dots li button {
        font-weight: 900;
        color: white;
        cursor: pointer;
        padding: 0; }
      .base-slider div.controls-container ul.slick-dots li.slick-active {
        opacity: 1; }

.base-slider .base-slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white; }
  .base-slider .base-slider-item::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: .03;
    z-index: 1; }

section.slider-homepage .base-slider-item {
  text-align: center; }
  section.slider-homepage .base-slider-item h1 {
    font-size: 48px; }
  section.slider-homepage .base-slider-item h1, section.slider-homepage .base-slider-item h3 {
    color: white;
    max-width: 960px; }
  section.slider-homepage .base-slider-item > * {
    z-index: 2; }
  section.slider-homepage .base-slider-item::after {
    opacity: .0; }

section.banner-base {
  padding: 40px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  margin-top: 155px; }
  section.banner-base > * {
    z-index: 2; }
  section.banner-base h1 {
    font-size: 48px;
    max-width: 1080px; }
  section.banner-base h1, section.banner-base h3 {
    color: white; }
  section.banner-base::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: .0;
    z-index: 1; }
    @media print, screen and (max-width: 39.99875em) {
      section.banner-base::after {
        opacity: .35; } }
  section.banner-base.banner-small {
    min-height: 250px; }
  section.banner-base.banner-medium {
    min-height: 350px; }
  section.banner-base.banner-large {
    min-height: 500px; }

body.single-post #content #inner-content {
  padding-bottom: 80px; }

body.single-post div.filters-container {
  background-color: #f1f1f1;
  margin-bottom: 40px; }
  body.single-post div.filters-container > a {
    margin: 0 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    letter-spacing: .05em;
    font-weight: 900;
    color: #7abd4d; }

body.single-post article.single-new div.heading-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  body.single-post article.single-new div.heading-container:after, body.single-post article.single-new div.heading-container:before {
    display: none; }

body.single-post article.single-new div.featuring-img {
  margin-top: 30px;
  position: relative; }
  body.single-post article.single-new div.featuring-img h3.date {
    position: absolute;
    font-size: 15px;
    right: 20px;
    top: 20px;
    background-color: #4c9f41;
    padding: 15px 20px;
    text-align: center;
    color: white;
    border-radius: 3px; }
  body.single-post article.single-new div.featuring-img img {
    width: 100%; }

body.single-post article.single-new div.content_wrapper {
  margin-top: 30px; }

body.single-post article.single-new div.icon-category {
  position: relative; }
  body.single-post article.single-new div.icon-category img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 40px;
    display: block;
    margin: auto; }
  body.single-post article.single-new div.icon-category svg {
    position: absolute;
    width: 80px;
    height: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto; }

body.single-post article.single-new div.excerpt {
  margin-top: 40px; }

body.single-post .sidebar div.cat-post-widget {
  margin-bottom: 40px; }

section#product-research {
  padding: 80px 0; }
  section#product-research .white-box {
    background-color: white;
    padding: 40px 130px; }
  section#product-research div.search_products {
    max-width: 320px;
    display: block;
    margin: 30px auto 20px;
    background-color: #4c9f41;
    min-height: 60px;
    position: relative; }
    section#product-research div.search_products ul {
      margin: 0; }
      section#product-research div.search_products ul li {
        padding: 0; }
    section#product-research div.search_products input {
      color: white;
      font-size: 18px;
      min-height: 60px;
      background-color: transparent;
      box-shadow: none;
      border: none;
      padding: 10px 10px 10px 80px;
      margin: 0; }
    section#product-research div.search_products div.icon-search {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      height: 60px;
      width: 70px;
      line-height: 60px;
      color: white;
      font-size: 24px;
      border-right: 1px solid white;
      cursor: pointer; }
  section#product-research.img-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }

::-webkit-input-placeholder {
  color: white !important;
  opacity: .4; }

::-moz-placeholder {
  color: white !important;
  opacity: .4; }

:-ms-input-placeholder {
  color: white !important;
  opacity: .4; }

:-moz-placeholder {
  color: white !important;
  opacity: .4; }

section.promobar-nav {
  padding: 30px 20px; }
  section.promobar-nav h2.section_title {
    margin-bottom: 60px; }
  section.promobar-nav div.flex-promobar-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap; }
    section.promobar-nav div.flex-promobar-container:before, section.promobar-nav div.flex-promobar-container:after {
      display: none; }
    section.promobar-nav div.flex-promobar-container div.promobar-bloc {
      margin: 0 20px 20px;
      max-width: calc(33.3333% - 40px); }
      section.promobar-nav div.flex-promobar-container div.promobar-bloc a.link {
        color: #6c6c6c; }
  section.promobar-nav.multiblocs_bgcolor-white {
    background-color: white; }
  section.promobar-nav.multiblocs_bgcolor-green {
    background-color: #85b491;
    color: white; }
    section.promobar-nav.multiblocs_bgcolor-green h1, section.promobar-nav.multiblocs_bgcolor-green h2, section.promobar-nav.multiblocs_bgcolor-green h3, section.promobar-nav.multiblocs_bgcolor-green h4, section.promobar-nav.multiblocs_bgcolor-green h5, section.promobar-nav.multiblocs_bgcolor-green h6, section.promobar-nav.multiblocs_bgcolor-green p, section.promobar-nav.multiblocs_bgcolor-green span {
      color: white; }
  section.promobar-nav.multiblocs_bgcolor-grey {
    background-color: #f1f1f1;
    margin-bottom: 30px; }
  section.promobar-nav.multiblocs_bgcolor-textured {
    background-image: url(../assets/images/texture.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 60px; }

section.section-text {
  padding: 40px 20px; }
  section.section-text div.intro-text.intro-text-one_col {
    column-count: 1;
    padding: 0 10vw; }
  section.section-text div.intro-text.intro-text-two_col {
    column-count: 2;
    column-gap: 50px; }
  section.section-text div.intro-text.intro-text-three_col {
    column-count: 3;
    column-gap: 30px; }
  section.section-text.intro-text_bgcolor-grey {
    background-color: #f1f1f1;
    margin-bottom: 30px; }
  section.section-text.intro-text_bgcolor-white {
    background-color: white; }
  section.section-text.intro-text_bgcolor-green {
    background-color: #4c9f41;
    color: white; }
    section.section-text.intro-text_bgcolor-green h1, section.section-text.intro-text_bgcolor-green h2, section.section-text.intro-text_bgcolor-green h3, section.section-text.intro-text_bgcolor-green h4, section.section-text.intro-text_bgcolor-green h5, section.section-text.intro-text_bgcolor-green h6, section.section-text.intro-text_bgcolor-green p, section.section-text.intro-text_bgcolor-green span {
      color: white; }
  section.section-text.intro-text_bgcolor-textured {
    background-image: url(../assets/images/texture.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

section.big-image div.big-image_flex {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  section.big-image div.big-image_flex:before, section.big-image div.big-image_flex:after {
    display: none; }
  section.big-image div.big-image_flex.big_image_small {
    min-height: 300px; }
  section.big-image div.big-image_flex.big_image_medium {
    min-height: 450px; }
  section.big-image div.big-image_flex.big_image_large {
    min-height: 640px; }
  section.big-image div.big-image_flex div.text-container {
    background-color: white;
    padding: 30px;
    width: 100%;
    max-width: 65%; }

div.form-container {
  background-color: #f1f1f1;
  padding: 30px; }

div.questions-group > h3 {
  margin-bottom: 15px; }

div.questions-group ul.accordion li.accordion-item a.accordion-title {
  padding-right: 40px; }
  div.questions-group ul.accordion li.accordion-item a.accordion-title h4 {
    margin-bottom: 0; }
  div.questions-group ul.accordion li.accordion-item a.accordion-title:before {
    color: #4c9f41;
    font-size: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto; }

div.questions-group ul.accordion li.accordion-item.is-active h4 {
  color: #4c9f41; }

body.page-template-template-page_base div#content {
  padding: 0 0 80px; }

.acf-map {
  width: 100%;
  height: 400px;
  /* fixes potential theme css conflict */ }
  .acf-map img {
    max-width: inherit !important; }

.custom_form .gform_body .gform_fields .gfield .ginput_complex label,
.custom_form_white .gform_body .gform_fields .gfield .ginput_complex label {
  display: none; }

.custom_form .gform_body .gform_fields .gfield .ginput_complex input,
.custom_form_white .gform_body .gform_fields .gfield .ginput_complex input {
  margin-bottom: 0; }

.custom_form .gform_body .gform_fields .gfield input,
.custom_form .gform_body .gform_fields .gfield textarea,
.custom_form .gform_body .gform_fields .gfield select,
.custom_form_white .gform_body .gform_fields .gfield input,
.custom_form_white .gform_body .gform_fields .gfield textarea,
.custom_form_white .gform_body .gform_fields .gfield select {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 15px 20px !important;
  text-transform: none;
  margin-bottom: 15px !important;
  -webkit-appearance: none; }
  .custom_form .gform_body .gform_fields .gfield input::placeholder,
  .custom_form .gform_body .gform_fields .gfield textarea::placeholder,
  .custom_form .gform_body .gform_fields .gfield select::placeholder,
  .custom_form_white .gform_body .gform_fields .gfield input::placeholder,
  .custom_form_white .gform_body .gform_fields .gfield textarea::placeholder,
  .custom_form_white .gform_body .gform_fields .gfield select::placeholder {
    color: rgba(76, 159, 65, 0.4) !important; }

.gform_wrapper .gform_fields .gfield input,
.gform_wrapper .gform_fields .gfield textarea,
.gform_wrapper .gform_fields .gfield select {
  border: 1px solid silver;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 15px 20px !important;
  text-transform: none;
  margin-bottom: 15px !important;
  -webkit-appearance: none; }
  .gform_wrapper .gform_fields .gfield input::placeholder,
  .gform_wrapper .gform_fields .gfield textarea::placeholder,
  .gform_wrapper .gform_fields .gfield select::placeholder {
    color: black !important; }
  .gform_wrapper .gform_fields .gfield input:focus,
  .gform_wrapper .gform_fields .gfield textarea:focus,
  .gform_wrapper .gform_fields .gfield select:focus {
    border-radius: 0;
    outline: none; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  display: flex; }

.gform_wrapper .gchoice {
  position: relative; }

.custom_form .gform_body ul.gform_fields li.gfield input,
.custom_form .gform_body ul.gform_fields li.gfield textarea,
.custom_form .gform_body ul.gform_fields li.gfield select {
  background-color: #f4f4f4; }

.custom_form_white .gform_body ul.gform_fields li.gfield input,
.custom_form_white .gform_body ul.gform_fields li.gfield textarea,
.custom_form_white .gform_body ul.gform_fields li.gfield select {
  background-color: white; }

input.button.gform_next_button,
input.button.gform_previous_button {
  text-transform: uppercase !important;
  border-radius: 3px !important;
  padding: 15px 20px !important; }
  input.button.gform_next_button:focus, input.button.gform_next_button:hover,
  input.button.gform_previous_button:focus,
  input.button.gform_previous_button:hover {
    background-color: #85b491; }

input.button.gform_next_button {
  float: right; }

body .gform_wrapper .gform_page_footer, body .gform_wrapper .gform_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start; }
  body .gform_wrapper .gform_page_footer input.button,
  body .gform_wrapper .gform_page_footer input[type=submit], body .gform_wrapper .gform_footer input.button,
  body .gform_wrapper .gform_footer input[type=submit] {
    text-transform: uppercase;
    border-radius: 3px;
    padding: 15px 20px; }
  body .gform_wrapper .gform_page_footer input.gform_previous_button, body .gform_wrapper .gform_footer input.gform_previous_button {
    margin-right: auto; }
  body .gform_wrapper .gform_page_footer input.gform_button, body .gform_wrapper .gform_footer input.gform_button {
    background-color: #4c9f41;
    font-weight: 600;
    letter-spacing: 0.1em; }

.gform_wrapper .gfield.additional_product {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .gform_wrapper .gfield.additional_product label {
    padding-right: 15px;
    width: 75%; }
  .gform_wrapper .gfield.additional_product .ginput_container.ginput_container_number {
    width: auto;
    flex-grow: 1;
    flex-basis: 0; }
    .gform_wrapper .gfield.additional_product .ginput_container.ginput_container_number input {
      width: 100%; }
    .gform_wrapper .gfield.additional_product .ginput_container.ginput_container_number .instruction {
      display: none; }

.gform_wrapper .top_label li ul.gfield_radio {
  margin: 0;
  position: relative; }
  .gform_wrapper .top_label li ul.gfield_radio > li {
    margin: 0 10px 15px 0; }
    .gform_wrapper .top_label li ul.gfield_radio > li:last-of-type {
      margin-bottom: 0; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 2em !important;
  padding-top: .3em !important;
  cursor: pointer !important;
  min-height: 1.8em !important;
  line-height: 1.3em !important;
  display: inline-block;
  margin-right: 15px;
  font-size: 1em; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  background: #fff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #4c9f41;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:before {
  border: 2px solid #4c9f41 !important; }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
div.product-addon label,
div.woocommerce-shipping-fields label.checkbox,
.validate-required label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  position: relative;
  padding-left: 2em !important;
  cursor: pointer;
  line-height: 2em !important; }

.woocommerce form .form-row {
  padding: 0; }

.woocommerce form .form-row.woocommerce-invalid label span {
  border-bottom: #a00 solid 1px;
  padding-bottom: 5px; }

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  margin-left: 0 !important; }

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
div.product-addon label:before,
div.woocommerce-shipping-fields label.checkbox:before,
form.woocommerce-form-login label.woocommerce-form__label-for-checkbox:before,
.validate-required label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.5em;
  height: 1.5em;
  background: #ccc; }

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
div.product-addon label:after,
div.woocommerce-shipping-fields label.checkbox:after,
form.woocommerce-form-login label.woocommerce-form__label-for-checkbox:after,
.validate-required.woocommerce-validated label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox:after {
  content: '✔';
  position: absolute;
  top: .2em;
  left: .3em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #4c9f41;
  transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after,
div.product-addon label:after,
form.woocommerce-form-login label.woocommerce-form__label-for-checkbox:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after,
div.product-addon label.is-checked:after,
div.woocommerce-shipping-fields label.checkbox.is-checked:after,
form.woocommerce-form-login label.woocommerce-form__label-for-checkbox.is-checked:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted #4c9f41; }

/* hover style just for information */
label:hover:before {
  border: 2px solid #4c9f41 !important; }

.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
  padding-left: 1.95em;
  margin: 0; }

select.facetwp-dropdown,
.gform_wrapper .ginput_container select {
  outline: none;
  -webkit-appearance: none;
  border: none;
  height: auto;
  padding: 10px 40px 10px 20px !important;
  margin-bottom: 12px !important;
  box-shadow: none;
  border: 1px solid black;
  border-radius: 2px;
  background-image: url("../assets/images/chevron-down-light.svg");
  background-size: 15px;
  background-position: 95% 50%;
  background-repeat: no-repeat; }
  select.facetwp-dropdown:focus,
  .gform_wrapper .ginput_container select:focus {
    border: 2px solid #4c9f41;
    background-color: #ececec;
    box-shadow: none; }

select.facetwp-dropdown {
  padding: 15px 40px 15px 20px !important; }

body .gform_wrapper .gfield_time_hour,
body .gform_wrapper .gfield_time_minute {
  margin: 0;
  flex-grow: 1;
  flex-basis: 0;
  width: auto;
  max-width: none; }
  body .gform_wrapper .gfield_time_hour input,
  body .gform_wrapper .gfield_time_minute input {
    width: 100%; }

body .gform_wrapper .gfield_time_hour input {
  width: calc(100% - 20px); }

body .gform_wrapper .gfield_time_minute {
  padding-left: 10px; }

.ginput_quantity_label,
.ginput_product_price_label {
  display: none; }

.quantity {
  position: relative;
  display: flex;
  align-items: center; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: 0px;
  margin-left: 10px;
  margin-right: 10px;
  color: black; }

.quantity input:focus {
  outline: 0; }

.quantity-button {
  cursor: pointer;
  font-size: 18px;
  opacity: 0.5;
  transition: all 0.5s; }
  .quantity-button:hover {
    opacity: 1; }

.quantity-button.quantity-up:after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f055"; }

.quantity-button.quantity-down:after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f056"; }

.gform_wrapper .quantity input.ginput_quantity[type="number"] {
  width: 40px;
  text-align: center;
  font-size: 18px !important;
  padding: 0 0 5px 0 !important; }

.facetwp-search-wrap {
  position: relative; }
  .facetwp-search-wrap input,
  .facetwp-search-wrap textarea {
    position: relative;
    z-index: 1;
    outline: none;
    height: auto;
    padding: 15px !important;
    background-color: #f1f1f1;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
    box-shadow: none;
    color: #6c6c6c;
    letter-spacing: 0.05em !important;
    transition: all 0.3s ease-out; }
    .facetwp-search-wrap input:focus,
    .facetwp-search-wrap textarea:focus {
      border-color: rgba(0, 0, 0, 0.5); }
    .facetwp-search-wrap input::placeholder,
    .facetwp-search-wrap textarea::placeholder {
      color: black !important;
      font-weight: 300; }
  .facetwp-search-wrap .facetwp-btn {
    position: relative;
    z-index: 10;
    display: block; }
  .facetwp-search-wrap .facetwp-btn:before {
    position: absolute;
    right: 10px;
    top: 15px; }

.facetwp-facet-search {
  margin-top: 15px !important;
  margin-bottom: 12px !important; }

.facetwp-facet-product_type .facetwp-checkbox {
  text-transform: initial;
  background-position: 0px 5px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(76, 159, 65, 0.2); }

.facetwp-facet-product_type .facetwp-depth .facetwp-checkbox {
  border-bottom: 0px; }

.facetwp-facet-product_type .facetwp-expand {
  font-weight: 400;
  color: #4c9f41; }

.facetwp-load-more {
  cursor: pointer;
  background: #f1f1f1; }
  .facetwp-load-more:before {
    margin-right: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    content: "\f0ab"; }

.facetwp-reset {
  cursor: pointer;
  background: #f1f1f1;
  font-size: 12px;
  margin-bottom: 30px; }
  .facetwp-reset:before {
    margin-right: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    content: "\f00d"; }

.facetwp-type-hierarchy .facetwp-link[data-value=""] {
  background: #f1f1f1;
  padding: 10px;
  margin-bottom: 20px; }
  .facetwp-type-hierarchy .facetwp-link[data-value=""]:before {
    margin-right: 10px;
    content: "\f060";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular); }

.facetwp-type-hierarchy .facetwp-link:not([data-value=""]) {
  padding: 5px;
  margin-bottom: 3px;
  position: relative;
  border-bottom: 1px solid rgba(76, 159, 65, 0.2); }
  .facetwp-type-hierarchy .facetwp-link:not([data-value=""]):after {
    position: absolute;
    font-size: 12px;
    top: 10px;
    right: 10px;
    content: "\f061";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular); }

.facetwp-type-hierarchy .facetwp-depth .facetwp-link:not([data-value=""]) {
  border-bottom: 0px solid rgba(76, 159, 65, 0.2); }
  .facetwp-type-hierarchy .facetwp-depth .facetwp-link:not([data-value=""]):after {
    content: ""; }

.facetwp-facet-pager_product div.facetwp-pager {
  display: flex;
  justify-content: center; }
  .facetwp-facet-pager_product div.facetwp-pager .facetwp-page {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    margin-right: 15px; }
    .facetwp-facet-pager_product div.facetwp-pager .facetwp-page:not(.next):not(.dots)::after {
      content: '';
      position: absolute;
      width: 30px;
      height: 30px;
      border-radius: 3px;
      z-index: -1;
      transition: all .3s ease-out; }
    .facetwp-facet-pager_product div.facetwp-pager .facetwp-page:not(.next):not(.dots):not(.active):hover {
      color: #4c9f41; }
      .facetwp-facet-pager_product div.facetwp-pager .facetwp-page:not(.next):not(.dots):not(.active):hover::after {
        background-color: #f1f1f1; }
    .facetwp-facet-pager_product div.facetwp-pager .facetwp-page.active {
      color: white; }
      .facetwp-facet-pager_product div.facetwp-pager .facetwp-page.active::after {
        background-color: #4c9f41; }
    .facetwp-facet-pager_product div.facetwp-pager .facetwp-page.next {
      color: white;
      background-color: #4c9f41;
      border-radius: 3px;
      padding: 12px 20px; }

.search_results {
  padding-top: 200px; }
  .search_results section.featured-image img {
    width: 100%; }

section.base-promobar_cta {
  padding: 60px 0; }
  section.base-promobar_cta.textandimage_bgcolor-white {
    background-color: white;
    color: #4c9f41; }
  section.base-promobar_cta.textandimage_bgcolor-green {
    background-color: #4c9f41;
    color: white; }
  section.base-promobar_cta.textandimage_bgcolor-textured {
    background-image: url(../assets/images/texture.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto 100%; }
  section.base-promobar_cta div.main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap; }
    section.base-promobar_cta div.main-wrapper div.text-wrapper {
      font-size: 34px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .05em; }
    section.base-promobar_cta div.main-wrapper .subtitle {
      margin-top: 10px;
      font-size: 0.7em;
      font-weight: 100;
      text-transform: none; }
    section.base-promobar_cta div.main-wrapper a.cta-button {
      color: white;
      padding: 20px 28px;
      font-size: 20px;
      background-color: white;
      color: #4c9f41;
      border-radius: 3px;
      font-weight: bold; }
      section.base-promobar_cta div.main-wrapper a.cta-button:after {
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-regular);
        content: "\f105";
        margin-left: 12px; }
  section.base-promobar_cta.small {
    padding: 30px 0; }
    section.base-promobar_cta.small div.main-wrapper div.text-wrapper {
      font-size: 24px; }
    section.base-promobar_cta.small div.main-wrapper a.cta-button {
      padding: 10px 20px;
      font-size: 14px; }

section.base-boxes_traiteur {
  padding: 60px 0; }
  section.base-boxes_traiteur div.anchor_boxes-container {
    display: flex;
    justify-content: center; }
    section.base-boxes_traiteur div.anchor_boxes-container a.anchor-box {
      outline: none;
      display: block;
      position: relative;
      background-color: #4c9f41;
      width: 25%;
      padding: 0 40px;
      color: white;
      text-align: center;
      margin: 100px 15px; }
      section.base-boxes_traiteur div.anchor_boxes-container a.anchor-box img {
        max-width: 80px;
        margin-bottom: 20px; }
      section.base-boxes_traiteur div.anchor_boxes-container a.anchor-box .title {
        color: white;
        line-height: 1.1em; }
      section.base-boxes_traiteur div.anchor_boxes-container a.anchor-box hr {
        border-bottom-color: white; }
      section.base-boxes_traiteur div.anchor_boxes-container a.anchor-box .price {
        font-size: 18px; }
      section.base-boxes_traiteur div.anchor_boxes-container a.anchor-box > * {
        position: relative;
        z-index: 2; }
      section.base-boxes_traiteur div.anchor_boxes-container a.anchor-box:after, section.base-boxes_traiteur div.anchor_boxes-container a.anchor-box:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        width: calc(100% + 0px);
        height: 130px;
        left: 0;
        right: 0;
        background-image: url(../assets/images/hexagon_top_green.svg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center bottom; }
      section.base-boxes_traiteur div.anchor_boxes-container a.anchor-box:after {
        transform: rotate(180deg);
        bottom: -100px; }
      section.base-boxes_traiteur div.anchor_boxes-container a.anchor-box:before {
        top: -100px; }

section.base-section_contact {
  padding: 60px 20px; }
  section.base-section_contact h3 {
    margin-bottom: 30px; }
  section.base-section_contact div.contact_blocs-container {
    display: flex;
    justify-content: center;
    align-items: center; }
    section.base-section_contact div.contact_blocs-container div.contact_bloc {
      margin: 0 15px;
      font-size: 20px; }
      section.base-section_contact div.contact_blocs-container div.contact_bloc a {
        color: #6c6c6c; }
        section.base-section_contact div.contact_blocs-container div.contact_bloc a:hover {
          color: #4c9f41; }
      section.base-section_contact div.contact_blocs-container div.contact_bloc i {
        color: #4c9f41;
        margin-right: 5px; }
  section.base-section_contact hr {
    margin: 40px auto; }
  section.base-section_contact a.button {
    font-size: 18px; }

section.base-menus_traiteur {
  margin: 40px auto; }
  section.base-menus_traiteur div.category-container {
    padding: 60px 0; }
    section.base-menus_traiteur div.category-container hr {
      margin: 60px auto; }
    section.base-menus_traiteur div.category-container div.menus-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      section.base-menus_traiteur div.category-container div.menus-container div.menu-card {
        position: relative;
        margin: 0 10px 20px;
        padding: 30px;
        text-align: center;
        background-color: #f1f1f1; }
        section.base-menus_traiteur div.category-container div.menus-container div.menu-card div.featured_label {
          position: absolute;
          width: 80px;
          height: 70px;
          right: -20px;
          top: -30px;
          transform: rotate(10deg);
          background-image: url("../images/label_success.svg");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain; }
        section.base-menus_traiteur div.category-container div.menus-container div.menu-card span.price {
          font-weight: bold;
          color: black; }
        section.base-menus_traiteur div.category-container div.menus-container div.menu-card.column_full {
          width: 100%; }
          section.base-menus_traiteur div.category-container div.menus-container div.menu-card.column_full p {
            column-count: 2; }
        section.base-menus_traiteur div.category-container div.menus-container div.menu-card.column_half {
          width: calc(50% - 20px); }
        section.base-menus_traiteur div.category-container div.menus-container div.menu-card.column_third {
          width: calc(33.333% - 20px); }
        section.base-menus_traiteur div.category-container div.menus-container div.menu-card.column_fourth {
          width: calc(25% - 20px); }
    section.base-menus_traiteur div.category-container:nth-of-type(odd) {
      background-color: #f1f1f1; }
      section.base-menus_traiteur div.category-container:nth-of-type(odd) div.menus-container div.menu-card {
        background-color: white; }

section.txt-and-img {
  padding: 60px 0; }
  section.txt-and-img div.txt-and-img-container {
    display: flex;
    flex-wrap: wrap; }
    section.txt-and-img div.txt-and-img-container .text-container {
      padding: 40px; }
      section.txt-and-img div.txt-and-img-container .text-container.green {
        background-color: #4c9f41;
        color: white; }
        section.txt-and-img div.txt-and-img-container .text-container.green h1, section.txt-and-img div.txt-and-img-container .text-container.green h2, section.txt-and-img div.txt-and-img-container .text-container.green h3, section.txt-and-img div.txt-and-img-container .text-container.green h4, section.txt-and-img div.txt-and-img-container .text-container.green h5, section.txt-and-img div.txt-and-img-container .text-container.green h6, section.txt-and-img div.txt-and-img-container .text-container.green a, section.txt-and-img div.txt-and-img-container .text-container.green p, section.txt-and-img div.txt-and-img-container .text-container.green span, section.txt-and-img div.txt-and-img-container .text-container.green button {
          color: white; }
      section.txt-and-img div.txt-and-img-container .text-container.white {
        background-color: white; }
    section.txt-and-img div.txt-and-img-container .img-container {
      min-height: 350px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }

section.module-textandimage {
  padding: 60px 20px; }
  section.module-textandimage div.flex-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
    section.module-textandimage div.flex-container.flex-normal {
      flex-direction: row; }
    section.module-textandimage div.flex-container.flex-reverted {
      flex-direction: row-reverse; }
    section.module-textandimage div.flex-container div.img-bloc {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 450px;
      margin-bottom: 20px; }
    section.module-textandimage div.flex-container div.text-container {
      padding: 0 40px; }
  section.module-textandimage.textandimage_bgcolor-white {
    background-color: white; }
  section.module-textandimage.textandimage_bgcolor-green {
    background-color: #4c9f41;
    color: white; }
    section.module-textandimage.textandimage_bgcolor-green h1, section.module-textandimage.textandimage_bgcolor-green h2, section.module-textandimage.textandimage_bgcolor-green h3, section.module-textandimage.textandimage_bgcolor-green h4, section.module-textandimage.textandimage_bgcolor-green h5, section.module-textandimage.textandimage_bgcolor-green h6, section.module-textandimage.textandimage_bgcolor-green p, section.module-textandimage.textandimage_bgcolor-green span {
      color: white; }
  section.module-textandimage.textandimage_bgcolor-grey {
    background-color: #f1f1f1;
    margin-bottom: 30px; }
  section.module-textandimage.textandimage_bgcolor-textured {
    background-image: url(../assets/images/texture.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.bg-texture {
  background-image: url("../assets/images/texture.jpg");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%; }

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.half-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 640px; }

div.hexagon {
  background-image: url("../assets/images/hexagon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 250px;
  min-width: 270px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  div.hexagon h1, div.hexagon h2 {
    width: calc(100% - 40px);
    line-height: 1.1em; }
  div.hexagon h2 {
    max-width: 240px; }
  div.hexagon p.subtitle {
    margin: 0; }

section.home-section {
  padding: 60px 0; }
  section.home-section h1 {
    margin-bottom: 60px; }

section.call_to_action {
  margin: 0 auto; }
  section.call_to_action .full-width-box {
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: cover;
    padding: 20px;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all .25s ease-in-out; }
    section.call_to_action .full-width-box .white-box {
      background-color: white;
      padding: 20px;
      width: 100%;
      max-width: 768px; }
      section.call_to_action .full-width-box .white-box h1 {
        margin: 0; }
  section.call_to_action .full-width-box:hover {
    background-position: 50% 50%; }

section#a-propos {
  padding: 60px 0 0; }

.page-template-template-page_base_fdv h2 {
  color: #4c9f41; }

.page-template-template-page_base_fdv .gform_button.button {
  background-color: #4c9f41;
  border: 3px solid #253081;
  border-radius: 0;
  box-shadow: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0 auto;
  padding: 12px 24px !important;
  text-align: center;
  text-decoration: none;
  white-space: normal; }

.section-fevi {
  position: relative;
  border: 3px solid #253081;
  margin-bottom: 80px; }
  .section-fevi figure {
    border-right: 3px solid #253081; }
  .section-fevi-alt figure {
    border-right: none;
    border-left: 3px solid #253081; }
  .section-fevi h3,
  .section-fevi p {
    color: #253081; }
  .section-fevi .wp-block-media-text__content {
    position: static; }
  .section-fevi .wp-block-button {
    position: absolute;
    display: flex;
    font-weight: 700;
    bottom: -50px;
    width: 100%;
    left: 0; }
  .section-fevi .wp-block-button__link {
    background-color: #4c9f41;
    border: 3px solid #253081;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal; }

#content-gutenberg {
  position: relative;
  z-index: 2;
  padding-top: 120px; }

.background-wrapper {
  position: relative;
  overflow: hidden; }

.banner-base {
  z-index: 2; }

.txt-float {
  position: absolute; }
  .txt-float.txt-bot {
    font-size: 0.65em;
    right: -100px;
    line-height: 1;
    bottom: 150px;
    transform: rotate(-90deg); }

.img-float {
  z-index: 0;
  position: absolute; }
  .img-float.img_1 {
    height: 118px;
    width: 323px;
    top: 0px;
    background-image: url(../assets/images/TV-fdv_radi_3.png);
    background-repeat: no-repeat; }
  .img-float.img_2 {
    width: 590px;
    height: 1078px;
    top: 550px;
    left: -350px;
    transform: scale(0.6);
    background-image: url(../assets/images/TV-fdv_radi_2.png);
    background-repeat: no-repeat; }
  .img-float.img_3 {
    width: 641px;
    height: 807px;
    top: 0px;
    right: 0px;
    transform-origin: 100% 0;
    transform: scale(0.6);
    background-image: url(../assets/images/TV-fdv_radi.png);
    background-position: right top;
    background-repeat: no-repeat; }
  .img-float.img_4 {
    width: 590px;
    height: 1078px;
    top: 800px;
    right: -350px;
    transform: scale(0.6) rotate(-45deg);
    background-image: url(../assets/images/TV-fdv_radi_2.png);
    background-repeat: no-repeat; }
  .img-float.img_5 {
    width: 1232px;
    height: 371px;
    bottom: -120px;
    right: 0px;
    transform: scale(0.6);
    transform-origin: 100% 50%;
    background-image: url(../assets/images/TV-fdv_radi_4.png);
    background-position: right bottom;
    background-repeat: no-repeat; }

body.post-type-archive-product .product {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }

.woocommerce nav.woocommerce-pagination {
  display: none; }

.product-card {
  width: calc(100% / 3 - 20px);
  margin: 0 calc(20px / 2) 20px;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 48em) {
    .product-card {
      width: calc(100% / 2 - 20px); } }
  @media screen and (max-width: 40em) {
    .product-card {
      width: calc(100% / 1 - 20px); } }
  .product-card li.product .outofstock_badge {
    display: none; }
  .product-card li.product.outofstock .outofstock_badge {
    display: block;
    color: #c12222;
    font-size: 0.8em;
    padding-top: 10px;
    text-align: right; }
  .product-card li.product a.woocommerce-loop-product__link {
    width: 100%; }
    .product-card li.product a.woocommerce-loop-product__link div.product_img {
      width: 100%; }
      .product-card li.product a.woocommerce-loop-product__link div.product_img img {
        height: 270px;
        object-fit: cover;
        width: 100%; }
    @media screen and (max-width: 40em) {
      .product-card li.product a.woocommerce-loop-product__link {
        width: 35%; }
        .product-card li.product a.woocommerce-loop-product__link div.product_img {
          height: 100%; }
          .product-card li.product a.woocommerce-loop-product__link div.product_img img {
            height: 100%; } }
  .product-card li.product .product_info {
    padding: 20px;
    background-color: #f5f5f5;
    width: 100%; }
    .product-card li.product .product_info h2 {
      font-size: 1.1em;
      text-transform: initial;
      min-height: 50px; }
      @media screen and (max-width: 40em) {
        .product-card li.product .product_info h2 {
          min-height: auto; } }
    .product-card li.product .product_info .price .woocommerce-Price-amount.amount {
      font-size: 0.7em; }
    @media screen and (max-width: 40em) {
      .product-card li.product .product_info {
        width: 65%; }
        .product-card li.product .product_info div.product_img img {
          height: auto; } }
  .product-card .label-TV {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/label_produit_du_terroir_certifie.png");
    position: absolute;
    width: 120px;
    height: 120px;
    transform: rotate(20deg);
    top: 10px;
    right: 10px; }
  .product-card div.label-canton {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 38px;
    height: 38px;
    color: white;
    font-weight: bold;
    background-color: #4c9f41;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 40em) {
      .product-card div.label-canton {
        right: auto;
        left: 10px;
        top: 10px; } }
div.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  div.pagination:before, div.pagination:after {
    display: none; }
  div.pagination div.nav-previous a,
  div.pagination div.nav-next a {
    display: flex;
    padding: 0;
    background-color: #4c9f41;
    color: white;
    padding: 12px 20px;
    border-radius: 3px;
    font-weight: 600; }
    div.pagination div.nav-previous a:hover,
    div.pagination div.nav-next a:hover {
      background-color: #85b491; }
      div.pagination div.nav-previous a:hover div[class^="arrow"],
      div.pagination div.nav-next a:hover div[class^="arrow"] {
        opacity: 0.5; }
  div.pagination div.nav-previous a div[class^="arrow"] {
    margin-left: 15px; }
  div.pagination div[class^="arrow"] {
    position: relative;
    width: 25px;
    height: 25px;
    background-image: url("../images/arrow.svg");
    background-image: url("../images/whitearrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease-out; }
    div.pagination div[class^="arrow"].arrow_next_post {
      transform: rotate(180deg); }
  div.pagination div.current_page {
    margin: 0 15px; }

button.toggle_filters {
  font-size: 12px;
  display: none;
  position: fixed;
  right: -74px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  background-color: #4c9f41;
  z-index: 99;
  color: white;
  font-weight: 700;
  transform: rotate(-90deg); }

div#offCanvas_filtermobile {
  padding: 20px;
  overflow: initial;
  display: none; }
  div#offCanvas_filtermobile ul {
    margin: 0; }

@media screen and (max-width: 960px) {
  div#offCanvas_filtermobile {
    display: block; } }

div.filters-container {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  div.filters-container > button {
    margin: 0 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    letter-spacing: .05em;
    font-weight: 900;
    color: #4c9f41;
    opacity: .35;
    cursor: pointer;
    transition: all .3s ease-out; }
    div.filters-container > button.active-filter {
      opacity: 1; }

.prev_next_links {
  visibility: hidden;
  pointer-events: none;
  height: 0;
  width: 0; }

body.page-template-template-news div#content {
  background-color: #f4f4f4; }

section#actualites {
  background-color: transparent; }
  section#actualites h2 {
    margin-bottom: 2rem; }
  section#actualites a.link {
    margin-top: 2rem; }

body.page-template-template-contact section.section-text.intro-text_bgcolor-grey {
  margin-bottom: 0; }

section.adresse_section {
  padding: 80px 20px; }
  section.adresse_section div.map_section span.additional_infos_map {
    margin-top: 15px;
    display: inline-block; }

section.icons_list {
  padding: 60px 20px; }
  section.icons_list h2 {
    color: #4c9f41; }
  section.icons_list div.icons_list_wrapper {
    margin-top: 30px;
    align-items: flex-start; }
    section.icons_list div.icons_list_wrapper .flex-card {
      padding: 20px;
      margin: 0 15px;
      text-align: center; }
      section.icons_list div.icons_list_wrapper .flex-card i {
        display: block;
        margin: auto;
        font-size: 40px;
        color: #6c6c6c;
        margin-bottom: 10px;
        height: 50px; }

div.flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  div.flex-container:before, div.flex-container:after {
    display: none; }
  div.flex-container h3, div.flex-container h4 {
    color: #4c9f41; }
  div.flex-container.flex-reverted {
    flex-direction: row-reverse; }

section.bottom_infos.intro-text_bgcolor-grey {
  background-color: #f1f1f1;
  margin-bottom: 30px; }

section.bottom_infos.intro-text_bgcolor-white {
  background-color: white; }

section.bottom_infos.intro-text_bgcolor-green {
  background-color: #4c9f41;
  color: white; }
  section.bottom_infos.intro-text_bgcolor-green h1, section.bottom_infos.intro-text_bgcolor-green h2, section.bottom_infos.intro-text_bgcolor-green h3, section.bottom_infos.intro-text_bgcolor-green h4, section.bottom_infos.intro-text_bgcolor-green h5, section.bottom_infos.intro-text_bgcolor-green h6, section.bottom_infos.intro-text_bgcolor-green p, section.bottom_infos.intro-text_bgcolor-green span {
    color: white; }

section.bottom_infos.intro-text_bgcolor-textured {
  background-image: url(../assets/images/texture.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

div.woocommerce-product-hook .product_title,
div.woocommerce-product-hook > .price,
div.woocommerce-product-hook .product_meta,
div.woocommerce-product-hook .quantity {
  display: none !important; }

section.paniers div.carousel-panier-frais {
  position: relative;
  margin-bottom: 40px; }
  section.paniers div.carousel-panier-frais div.heading-container {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
    section.paniers div.carousel-panier-frais div.heading-container div.panier-column {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      border-right: 2px solid rgba(255, 255, 255, 0.15); }
      section.paniers div.carousel-panier-frais div.heading-container div.panier-column div.hexagon {
        background-image: url(../assets/images/hexagon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; }
        section.paniers div.carousel-panier-frais div.heading-container div.panier-column div.hexagon h2 {
          color: #4c9f41; }
  section.paniers div.carousel-panier-frais div.carousel-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5; }
  section.paniers div.carousel-panier-frais div.carousel-wrapper div.slide-item {
    height: 640px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }

div.single-panier div.heading-responsive {
  margin: 0 0 30px; }

div.single-panier div.supplement {
  display: flex;
  flex-wrap: wrap; }

div.single-panier div.image-box {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px; }
  div.single-panier div.image-box div.hexagon {
    background-image: url(../assets/images/hexagon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 100px 60px; }
    div.single-panier div.image-box div.hexagon h2 {
      color: #4c9f41; }

body.page-template-template-paniers div.woocommerce-product-hook {
  text-align: left;
  display: none; }
  body.page-template-template-paniers div.woocommerce-product-hook table,
  body.page-template-template-paniers div.woocommerce-product-hook tbody,
  body.page-template-template-paniers div.woocommerce-product-hook tr,
  body.page-template-template-paniers div.woocommerce-product-hook th,
  body.page-template-template-paniers div.woocommerce-product-hook td {
    display: block;
    border: none; }
  body.page-template-template-paniers div.woocommerce-product-hook table.variations {
    padding: 0; }
    body.page-template-template-paniers div.woocommerce-product-hook table.variations tr {
      background-color: transparent;
      margin-bottom: 15px; }
      body.page-template-template-paniers div.woocommerce-product-hook table.variations tr td.label {
        background-color: transparent;
        padding: 0;
        text-align: left; }
        body.page-template-template-paniers div.woocommerce-product-hook table.variations tr td.label label {
          text-transform: uppercase;
          color: #4c9f41;
          letter-spacing: 0.05em;
          font-size: 15px;
          font-weight: 900; }
      body.page-template-template-paniers div.woocommerce-product-hook table.variations tr td.value {
        padding: 0; }
        body.page-template-template-paniers div.woocommerce-product-hook table.variations tr td.value label {
          margin: 0; }
  body.page-template-template-paniers div.woocommerce-product-hook div.single_variation_wrap {
    text-align: left;
    margin-bottom: 40px; }
    body.page-template-template-paniers div.woocommerce-product-hook div.single_variation_wrap h3 {
      margin: 20px auto 20px; }
  body.page-template-template-paniers div.woocommerce-product-hook.subscription-active {
    display: block; }

body.page-template-template-paniers a.reset_variations {
  display: none;
  pointer-events: none; }

div.filters_selector {
  text-align: left; }
  div.filters_selector div.filter-option {
    margin-bottom: 15px; }
    div.filters_selector div.filter-option h3 {
      font-size: 15px;
      font-weight: 900;
      color: #4c9f41; }
    div.filters_selector div.filter-option label {
      margin: 0; }

div.product-addon p {
  margin-bottom: 10px; }

div.product-addon h3 {
  font-size: 15px;
  font-weight: 900;
  color: #4c9f41; }

.product-addon-totals {
  margin: 30px 0 0; }
  .product-addon-totals > dt,
  .product-addon-totals > dd:nth-of-type(1) {
    display: none; }
  .product-addon-totals dd {
    font-size: 24px;
    color: #4c9f41;
    text-align: right;
    line-height: 32px; }
    .product-addon-totals dd:before {
      content: "TOTAL";
      display: block;
      position: relative;
      color: #6c6c6c;
      font-size: 16px;
      font-weight: 700;
      line-height: 1em; }

body.page-template-template-paniers .woocommerce-variation-price {
  width: 100%;
  text-align: left;
  color: #4c9f41;
  font-size: 26px;
  font-weight: 700;
  margin: 30px 0 10px; }

@media screen and (max-width: 1024px) {
  body.page-template-template-paniers .woocommerce-variation-price {
    margin: 0 0 10px; } }

button[type="submit"].single_add_to_cart_button {
  background-color: #4c9f41;
  text-transform: uppercase;
  font-weight: 700;
  left: 0.25em;
  padding: 15px 15px 15px 65px;
  position: relative;
  margin-top: 10px; }
  button[type="submit"].single_add_to_cart_button:after {
    border-right: 1px solid white;
    content: "";
    position: absolute;
    left: 0.8em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3em;
    height: 2.2em;
    background-image: url(../assets/images/icon_paniers_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left; }

section.last-product-post {
  padding: 80px 0; }
  section.last-product-post h1 {
    margin-bottom: 40px; }
  section.last-product-post div.slider-last-paniers div.arrow_slider {
    cursor: pointer;
    color: #6c6c6c;
    font-size: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    margin: auto;
    z-index: 6;
    pointer-events: initial; }
    section.last-product-post div.slider-last-paniers div.arrow_slider.slick-disabled {
      opacity: 0.35;
      cursor: default; }
    section.last-product-post div.slider-last-paniers div.arrow_slider.arrow-left {
      left: -1em; }
    section.last-product-post div.slider-last-paniers div.arrow_slider.arrow-right {
      right: -1em; }
  section.last-product-post div.slider-last-paniers div.slider-paniers-item {
    outline: none;
    padding: 20px; }
    section.last-product-post div.slider-last-paniers div.slider-paniers-item div.insidecontainer {
      background-color: #f5f5f5;
      padding: 40px; }
      section.last-product-post div.slider-last-paniers div.slider-paniers-item div.insidecontainer div.icon-category {
        position: relative;
        margin-bottom: 40px;
        display: flex;
        align-items: center;
        height: 70px; }
        section.last-product-post div.slider-last-paniers div.slider-paniers-item div.insidecontainer div.icon-category img {
          position: relative;
          z-index: 2;
          width: 100%;
          max-width: 50px;
          display: block;
          margin: auto; }
        section.last-product-post div.slider-last-paniers div.slider-paniers-item div.insidecontainer div.icon-category:before {
          z-index: 1;
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 70px;
          background-image: url(../assets/images/hexagon.svg);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center;
          padding: 40px; }
      section.last-product-post div.slider-last-paniers div.slider-paniers-item div.insidecontainer h3,
      section.last-product-post div.slider-last-paniers div.slider-paniers-item div.insidecontainer h4 {
        color: #85b491; }
      section.last-product-post div.slider-last-paniers div.slider-paniers-item div.insidecontainer span {
        display: block;
        margin-bottom: 10px; }
      section.last-product-post div.slider-last-paniers div.slider-paniers-item div.insidecontainer div.content {
        margin: 40px auto 60px; }
      section.last-product-post div.slider-last-paniers div.slider-paniers-item div.insidecontainer a {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        color: #85b491; }

section.section-trucsenplus {
  padding: 40px 0;
  background-color: #f1f1f1; }
  section.section-trucsenplus h2 {
    color: #4c9f41; }
  section.section-trucsenplus div.truscenplus-container {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    section.section-trucsenplus div.truscenplus-container div.truscenplus-item {
      text-align: center;
      margin: 0 40px 20px; }
      section.section-trucsenplus div.truscenplus-container div.truscenplus-item img {
        width: 90px;
        opacity: 0.4; }
      section.section-trucsenplus div.truscenplus-container div.truscenplus-item div.content h3 {
        margin-bottom: 5px; }
      section.section-trucsenplus div.truscenplus-container div.truscenplus-item div.content span.price {
        font-weight: bold; }

section.boxes {
  padding: 60px 20px; }
  section.boxes div.main_infos-container div.img-box {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 450px; }
  section.boxes div.main_infos-container h2 {
    color: #4c9f41;
    font-size: 30px; }
  section.boxes div.main_infos-container .main-infos-box {
    margin-bottom: 30px; }
  section.boxes .product-addon {
    width: 50%;
    float: left; }
    section.boxes .product-addon h3 {
      font-size: 16px;
      text-transform: uppercase;
      color: #4c9f41; }
  section.boxes tr.attribute-values td.value {
    padding: 0; }
    section.boxes tr.attribute-values td.value div.description-choice {
      flex-grow: 1;
      flex-basis: 0;
      padding: 10px; }
      section.boxes tr.attribute-values td.value div.description-choice > div label {
        font-size: 18px;
        margin: 0; }
      section.boxes tr.attribute-values td.value div.description-choice span.desc {
        padding-left: 1.95em;
        display: inline-block; }
  section.boxes #product-addons-total {
    width: 100%;
    float: left; }
    section.boxes #product-addons-total .product-addon-totals {
      text-align: right; }
      section.boxes #product-addons-total .product-addon-totals dd, section.boxes #product-addons-total .product-addon-totals dt {
        line-height: 1em; }
        section.boxes #product-addons-total .product-addon-totals dd:first-of-type, section.boxes #product-addons-total .product-addon-totals dt:first-of-type {
          display: none; }
      section.boxes #product-addons-total .product-addon-totals dd {
        color: #4c9f41;
        font-size: 30px; }
  section.boxes button[type="submit"].single_add_to_cart_button {
    margin-top: 15px;
    float: auto;
    width: 50%;
    margin-left: 50%; }

div.process-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px; }
  div.process-container div.step-process {
    padding: 0 15px;
    width: 100%;
    max-width: 25%;
    text-align: center; }
    div.process-container div.step-process img {
      width: 100%;
      max-width: 130px;
      opacity: .7;
      margin-bottom: 20px; }
    div.process-container div.step-process span.step_number {
      display: block;
      font-weight: bold;
      color: #4c9f41;
      font-size: 22px; }

section.wrapper_beersandwines {
  background-color: #4c9f41;
  padding: 40px 20px; }
  section.wrapper_beersandwines > h2 {
    color: #4c9f41; }
  section.wrapper_beersandwines div.flex_container-beer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 130px 20px 10px; }
    section.wrapper_beersandwines div.flex_container-beer div.card-beer {
      margin: 0 20px 130px;
      width: 100%;
      max-width: 320px;
      text-align: center; }
      section.wrapper_beersandwines div.flex_container-beer div.card-beer h2 {
        margin: 0; }

.hexagon_autoheight {
  background-color: white;
  padding: 20px;
  position: relative; }
  .hexagon_autoheight:before, .hexagon_autoheight:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background-image: url(../assets/images/hexagon_top.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top; }
  .hexagon_autoheight:before {
    top: -80px; }
  .hexagon_autoheight:after {
    bottom: -80px;
    transform: rotate(180deg); }

body.page-template-template-box_biere div.insidecontainer h3, body.page-template-template-box_biere div.insidecontainer h4, body.page-template-template-box_biere div.insidecontainer a {
  color: #4c9f41 !important; }

section.corbeilles_cadeaux-section {
  padding: 30px 20px 60px; }
  section.corbeilles_cadeaux-section div.corbeille_post {
    margin-bottom: 30px;
    padding: 0 15px; }
    section.corbeilles_cadeaux-section div.corbeille_post div.corbeille_card div.post-image {
      width: 100%;
      height: 0;
      padding-top: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    section.corbeilles_cadeaux-section div.corbeille_post div.corbeille_card div.corbeille_card-infos {
      padding: 30px 30px 60px;
      position: relative;
      background-color: #f5f5f5;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      min-height: 320px; }
      section.corbeilles_cadeaux-section div.corbeille_post div.corbeille_card div.corbeille_card-infos h2 {
        text-align: center;
        min-height: 70px; }
      section.corbeilles_cadeaux-section div.corbeille_post div.corbeille_card div.corbeille_card-infos ul.accordion {
        background-color: transparent; }
        section.corbeilles_cadeaux-section div.corbeille_post div.corbeille_card div.corbeille_card-infos ul.accordion li.accordion-item a.accordion-title {
          color: #4c9f41;
          font-size: 16px;
          background-color: transparent;
          padding: 0;
          border: none;
          text-align: center; }
          section.corbeilles_cadeaux-section div.corbeille_post div.corbeille_card div.corbeille_card-infos ul.accordion li.accordion-item a.accordion-title::before {
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font: var(--fa-font-solid);
            content: "\f078";
            position: relative;
            top: auto;
            right: auto;
            margin: 0 5px 0 0; }
        section.corbeilles_cadeaux-section div.corbeille_post div.corbeille_card div.corbeille_card-infos ul.accordion li.accordion-item div.accordion-content {
          background-color: transparent;
          border: none;
          padding: 0;
          margin-top: 15px; }
        section.corbeilles_cadeaux-section div.corbeille_post div.corbeille_card div.corbeille_card-infos ul.accordion li.accordion-item.is-active a.accordion-title::before {
          content: "\f077"; }
      section.corbeilles_cadeaux-section div.corbeille_post div.corbeille_card div.corbeille_card-infos span.price {
        margin-top: 30px;
        display: block;
        text-align: center;
        font-size: 1.8em;
        font-weight: 700;
        color: #4c9f41; }
        section.corbeilles_cadeaux-section div.corbeille_post div.corbeille_card div.corbeille_card-infos span.price > span > span {
          font-size: .7em;
          color: #6c6c6c; }
      section.corbeilles_cadeaux-section div.corbeille_post div.corbeille_card div.corbeille_card-infos a.add_to_cart {
        display: block;
        width: 100%;
        max-width: 80%;
        padding: 20px;
        margin: 20px auto 0;
        background-color: #4c9f41;
        color: white;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase; }

div.corbeille_card-infos ul:not(.accordion) {
  margin-left: 0;
  list-style: none; }
  div.corbeille_card-infos ul:not(.accordion) li {
    padding-left: 1em;
    margin-bottom: .2em;
    position: relative; }
    div.corbeille_card-infos ul:not(.accordion) li:before {
      left: 0;
      top: .65em;
      margin: auto;
      height: .5em;
      width: .5em;
      border-radius: 50%;
      content: '';
      display: block;
      position: absolute;
      background-color: #4c9f41; }

body.page-template-template-producteurs section.section-text {
  padding: 40px 20px 0;
  margin-bottom: -40px; }

section.listing-producteurs {
  padding: 0 20px;
  position: relative; }
  section.listing-producteurs div.producteur_post {
    margin-top: 200px;
    padding: 0 15px; }
    section.listing-producteurs div.producteur_post div.producteur_card div.producteur-infos {
      position: relative;
      background-color: #f5f5f5;
      text-align: center; }
      section.listing-producteurs div.producteur_post div.producteur_card div.producteur-infos div.producteur-pic {
        border-radius: 15px 15px 0 0;
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      section.listing-producteurs div.producteur_post div.producteur_card div.producteur-infos:after, section.listing-producteurs div.producteur_post div.producteur_card div.producteur-infos:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 110px;
        left: 0;
        right: 0;
        background-image: url(../assets/images/hexagon_top_grey.svg);
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
        transform: rotate(180deg); }
      section.listing-producteurs div.producteur_post div.producteur_card div.producteur-infos:after {
        bottom: -90px; }
      section.listing-producteurs div.producteur_post div.producteur_card div.producteur-infos:before {
        top: -90px;
        transform: rotate(0deg); }
      section.listing-producteurs div.producteur_post div.producteur_card div.producteur-infos > * {
        position: relative;
        z-index: 2; }
      section.listing-producteurs div.producteur_post div.producteur_card div.producteur-infos h2 {
        color: #4c9f41; }
      section.listing-producteurs div.producteur_post div.producteur_card div.producteur-infos h2, section.listing-producteurs div.producteur_post div.producteur_card div.producteur-infos p {
        padding: 0 30px; }
      section.listing-producteurs div.producteur_post div.producteur_card div.producteur-infos span.price {
        margin-top: 30px;
        display: block;
        text-align: center;
        font-size: 1.8em;
        font-weight: 700;
        color: #4c9f41; }
        section.listing-producteurs div.producteur_post div.producteur_card div.producteur-infos span.price > span > span {
          font-size: .7em;
          color: #6c6c6c; }
      section.listing-producteurs div.producteur_post div.producteur_card div.producteur-infos a.add_to_cart {
        display: block;
        width: 100%;
        max-width: 80%;
        padding: 20px;
        margin: 20px auto 0;
        background-color: #4c9f41;
        color: white;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase; }
    section.listing-producteurs div.producteur_post.has_picture {
      margin-top: 120px; }
      section.listing-producteurs div.producteur_post.has_picture div.producteur-infos:before {
        display: none !important; }

section.main-infos-producteur {
  padding: 80px 0; }
  section.main-infos-producteur div.producteur-img {
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  section.main-infos-producteur div.acf-map {
    margin-top: 60px; }

section.related-products {
  padding: 80px 0; }
  section.related-products h2 {
    color: #4c9f41;
    margin-bottom: 40px; }
  section.related-products div.slider-produits_from_producteur div.slider-item {
    padding: 0 20px; }
    section.related-products div.slider-produits_from_producteur div.slider-item a.product-card {
      outline: none; }
      section.related-products div.slider-produits_from_producteur div.slider-item a.product-card div.product-card-image {
        min-height: 250px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      section.related-products div.slider-produits_from_producteur div.slider-item a.product-card div.product-card-infos {
        background-color: white;
        padding: 30px;
        text-align: left; }
  section.related-products div.slider-produits_from_producteur div.arrow_slider {
    cursor: pointer;
    color: #4c9f41;
    font-size: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    margin: auto;
    z-index: 6;
    pointer-events: initial; }
    section.related-products div.slider-produits_from_producteur div.arrow_slider.slick-disabled {
      opacity: .35;
      cursor: default; }
    section.related-products div.slider-produits_from_producteur div.arrow_slider.arrow-left {
      left: -30px; }
    section.related-products div.slider-produits_from_producteur div.arrow_slider.arrow-right {
      right: -30px; }

div.partners-container {
  padding: 40px 0; }
  div.partners-container div.partner-item {
    margin: 20px 0; }
    div.partners-container div.partner-item div.inside-card {
      background-color: #f1f1f1;
      padding: 40px; }
      div.partners-container div.partner-item div.inside-card h3 {
        color: #6c6c6c;
        text-transform: none;
        line-height: 1.2em; }

body.page-id-2389 div#content {
  padding: 0; }

section.home-traiteur {
  padding: 40px 20px; }

section.promo_offer {
  padding: 40px 20px; }
  section.promo_offer .full-width-box {
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: cover;
    padding: 40px 20px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all .25s ease-in-out; }
    section.promo_offer .full-width-box .hexagon {
      width: 350px; }
      section.promo_offer .full-width-box .hexagon span {
        font-size: 18px;
        color: #6c6c6c;
        margin-bottom: 10px; }
      section.promo_offer .full-width-box .hexagon h2 {
        margin: 0; }
  section.promo_offer a:hover .full-width-box {
    background-position: 50% 50%; }

section.multicolumns_icons {
  padding: 60px 20px; }
  section.multicolumns_icons .flex-horizontal-columns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start; }
    section.multicolumns_icons .flex-horizontal-columns div.single-bloc {
      width: calc(33.333% - 60px);
      margin: 0 30px; }
      section.multicolumns_icons .flex-horizontal-columns div.single-bloc img {
        display: block;
        margin: auto;
        height: 50px;
        margin-bottom: 15px; }
      section.multicolumns_icons .flex-horizontal-columns div.single-bloc h3 {
        text-transform: none;
        letter-spacing: 0;
        line-height: 1.1em; }

body.tax-type_offre div#content {
  padding: 60px 20px;
  background-color: #b9b6b6; }
  body.tax-type_offre div#content div.single_offer-card {
    background-color: white;
    padding: 40px; }
    body.tax-type_offre div#content div.single_offer-card h2 {
      color: #4c9f41; }
    body.tax-type_offre div#content div.single_offer-card strong {
      color: black; }

body.page-template-template-preparation_commandes .infos-commandes h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.2em; }
  body.page-template-template-preparation_commandes .infos-commandes h4 span.big-number {
    color: #4c9f41; }

table th {
  color: white;
  background-color: #4c9f41;
  text-align: left; }

@media print {
  aside#sidebar, header[role="banner"], footer, #comments, #respond {
    display: none; }
  #container #content #main {
    width: 90%;
    margin: 0px;
    padding: 0px; }
  * {
    color: #000; }
  a:after {
    content: "( " attr(href) " )"; }
  body.page-template-template-preparation_commandes h1 {
    font-size: 16px; }
  body.page-template-template-preparation_commandes .fixed_cta,
  body.page-template-template-preparation_commandes header.header {
    display: none; }
  body.page-template-template-preparation_commandes .infos-commandes h4 {
    font-size: 12px;
    margin: 0 !important; }
  body.page-template-template-preparation_commandes section.banner-base {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 20px !important; }
  body.page-template-template-preparation_commandes hr {
    margin: 10px auto !important; }
  body.page-template-template-preparation_commandes table {
    font-size: 12px; }
    body.page-template-template-preparation_commandes table tbody th, body.page-template-template-preparation_commandes table tbody td {
      padding: 5px !important; }
    body.page-template-template-preparation_commandes table tbody tr:nth-child(even) {
      border-bottom: 0;
      background-color: #f4f4f4 !important;
      -webkit-print-color-adjust: exact; } }

.news-post {
  background-color: white; }
  .news-post .post-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
    .news-post .post-image div.icon-category {
      background-image: url("../assets/images/hexagon-alt.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      height: 80px;
      width: calc(80px * 1.1);
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 2rem;
      right: 0;
      left: 0;
      margin: auto; }
      .news-post .post-image div.icon-category img {
        display: block;
        width: 40px;
        margin: auto;
        position: relative;
        z-index: 1; }
  .news-post .post-content {
    padding: 2rem;
    position: relative; }
    .news-post .post-content h3 {
      margin: 0;
      line-height: 1.2em; }

.gb-entry-content > * {
  width: 75rem;
  margin: auto; }

.gb-entry-content > .alignwide {
  width: 1100px; }

.gb-entry-content > .alignfull {
  width: 100%; }

.has-tv-green-color {
  color: #4c9f41; }

.has-tv-fevi-color {
  color: #253081; }

.wp-block-group.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  width: 100vw; }
  .wp-block-group.alignfull .wp-block-columns {
    margin: auto; }
    .wp-block-group.alignfull .wp-block-columns.alignfull {
      margin-left: calc(-100vw / 2 + 100% / 2);
      margin-right: calc(-100vw / 2 + 100% / 2);
      width: 100vw; }
    @media print, screen and (max-width: 63.99875em) {
      .wp-block-group.alignfull .wp-block-columns {
        width: auto; } }
  .wp-block-group.alignfull .wp-block-group {
    width: 75rem;
    margin: auto;
    padding: 20px; }
    .wp-block-group.alignfull .wp-block-group.alignfull {
      margin-left: calc(-100vw / 2 + 100% / 2);
      margin-right: calc(-100vw / 2 + 100% / 2);
      width: 100vw; }
    @media print, screen and (max-width: 63.99875em) {
      .wp-block-group.alignfull .wp-block-group {
        width: auto; } }
.alignwide {
  margin-left: -80px;
  margin-right: -80px; }
  @media print, screen and (max-width: 63.99875em) {
    .alignwide {
      margin-left: 0px;
      margin-right: 0px; } }
.alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw; }

.alignfull {
  width: 100vw; }
  .alignfull iframe {
    width: 100%; }

.block-editor__container {
  position: relative; }
  .block-editor__container .alignfull {
    margin: 32px calc(50% - 50vw);
    max-width: 100vw; }
  .block-editor__container .wp-block-group {
    border: 1px solid rgba(76, 159, 65, 0.1);
    padding: 10px; }

@media print, screen and (max-width: 63.99875em) {
  .wp-block-gallery .blocks-gallery-item {
    width: 100%;
    margin: 0 0 20px 0; } }

.wp-block-gallery.gallery-small img {
  max-width: 50px; }

.wp-block-gallery ul {
  margin-left: 0; }

.wp-block-columns.no-space {
  padding-bottom: 0;
  margin-bottom: 0; }

@media print, screen and (max-width: 63.99875em) {
  .wp-block-columns {
    padding: 20px; } }

@media print, screen and (max-width: 63.99875em) {
  .wp-block-spacer {
    max-height: 20px !important; } }

.wp-block-group.flex-start div {
  display: flex; }
  .wp-block-group.flex-start div figure {
    margin-right: 10px; }

.acf-block-preview a {
  text-decoration: none; }

.acf-block-cta {
  position: relative;
  border: 3px solid #253081;
  margin-bottom: 80px; }
  .acf-block-cta .acf-block-cta__content {
    padding: 20px; }
    .acf-block-cta .acf-block-cta__content h3, .acf-block-cta .acf-block-cta__content p {
      color: #253081; }
  .acf-block-cta .acf-block-button {
    position: absolute;
    bottom: -25px;
    display: flex;
    width: 100%;
    justify-content: center; }
  .acf-block-cta .acf-block-button__link {
    background-color: #4c9f41;
    border: 3px solid #253081;
    border-radius: 0;
    box-shadow: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0 20px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: break-word; }

.wp-block-handpicked-products .price {
  font-size: 16px !important; }

.has-primary-background-color {
  background-color: #4c9f41;
  font-weight: 500; }
  .has-primary-background-color p {
    font-weight: 500; }

.has-secondary-background-color {
  background-color: #85b491; }

.has-fevi-blue-background-color {
  background-color: #253081; }

.has-black-background-color {
  background-color: #0a0a0a; }

.has-gray-dark-background-color {
  background-color: #6c6c6c; }

.has-gray-medium-background-color {
  background-color: #6c6c6c; }

.has-gray-light-background-color {
  background-color: #f1f1f1; }
  .has-gray-light-background-color .search-form label input,
  .has-gray-light-background-color .search-form label textarea,
  .has-gray-light-background-color .ginput_container input,
  .has-gray-light-background-color .ginput_container textarea {
    background-color: white !important; }

.has-white-background-color {
  background-color: white; }

hr.has-background {
  background-color: transparent; }

.has-primary-color {
  color: #4c9f41; }
  .has-primary-color h1, .has-primary-color h2, .has-primary-color h3, .has-primary-color h4, .has-primary-color h5, .has-primary-color h6, .has-primary-color p, .has-primary-color span, .has-primary-color strong, .has-primary-color b, .has-primary-color blockquote, .has-primary-color cite, .has-primary-color a:not(.wp-block-button__link) {
    color: #4c9f41; }

.has-secondary-color {
  color: #85b491; }
  .has-secondary-color h1, .has-secondary-color h2, .has-secondary-color h3, .has-secondary-color h4, .has-secondary-color h5, .has-secondary-color h6, .has-secondary-color p, .has-secondary-color span, .has-secondary-color strong, .has-secondary-color b, .has-secondary-color blockquote, .has-secondary-color cite, .has-secondary-color a:not(.wp-block-button__link) {
    color: #85b491; }

.has-fevi-blue-color {
  color: #253081; }
  .has-fevi-blue-color h1, .has-fevi-blue-color h2, .has-fevi-blue-color h3, .has-fevi-blue-color h4, .has-fevi-blue-color h5, .has-fevi-blue-color h6, .has-fevi-blue-color p, .has-fevi-blue-color span, .has-fevi-blue-color strong, .has-fevi-blue-color b, .has-fevi-blue-color blockquote, .has-fevi-blue-color cite, .has-fevi-blue-color a:not(.wp-block-button__link) {
    color: #253081; }

.has-black-color {
  color: #0a0a0a; }
  .has-black-color h1, .has-black-color h2, .has-black-color h3, .has-black-color h4, .has-black-color h5, .has-black-color h6, .has-black-color p, .has-black-color span, .has-black-color strong, .has-black-color b, .has-black-color blockquote, .has-black-color cite, .has-black-color a:not(.wp-block-button__link) {
    color: #0a0a0a; }

.has-gray-dark-color {
  color: #6c6c6c; }
  .has-gray-dark-color h1, .has-gray-dark-color h2, .has-gray-dark-color h3, .has-gray-dark-color h4, .has-gray-dark-color h5, .has-gray-dark-color h6, .has-gray-dark-color p, .has-gray-dark-color span, .has-gray-dark-color strong, .has-gray-dark-color b, .has-gray-dark-color blockquote, .has-gray-dark-color cite, .has-gray-dark-color a:not(.wp-block-button__link) {
    color: #6c6c6c; }

.has-gray-medium-color {
  color: #6c6c6c; }
  .has-gray-medium-color h1, .has-gray-medium-color h2, .has-gray-medium-color h3, .has-gray-medium-color h4, .has-gray-medium-color h5, .has-gray-medium-color h6, .has-gray-medium-color p, .has-gray-medium-color span, .has-gray-medium-color strong, .has-gray-medium-color b, .has-gray-medium-color blockquote, .has-gray-medium-color cite, .has-gray-medium-color a:not(.wp-block-button__link) {
    color: #6c6c6c; }

.has-gray-light-color {
  color: #f1f1f1; }
  .has-gray-light-color h1, .has-gray-light-color h2, .has-gray-light-color h3, .has-gray-light-color h4, .has-gray-light-color h5, .has-gray-light-color h6, .has-gray-light-color p, .has-gray-light-color span, .has-gray-light-color strong, .has-gray-light-color b, .has-gray-light-color blockquote, .has-gray-light-color cite, .has-gray-light-color a:not(.wp-block-button__link) {
    color: #f1f1f1; }

.has-white-color {
  color: white; }
  .has-white-color h1, .has-white-color h2, .has-white-color h3, .has-white-color h4, .has-white-color h5, .has-white-color h6, .has-white-color p, .has-white-color span, .has-white-color strong, .has-white-color b, .has-white-color blockquote, .has-white-color cite, .has-white-color a:not(.wp-block-button__link) {
    color: white; }

.has-text-color h1, .has-text-color h2, .has-text-color h3, .has-text-color h4, .has-text-color h5, .has-text-color h6, .has-text-color p {
  color: inherit; }

.search-submit.button,
a.button.add_to_cart_button,
.wp-block-button__link.add_to_cart_button,
.wp-block-button__link {
  display: inline-flex;
  flex-direction: row !important;
  align-items: baseline;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  transition: all 0.2s ease-out;
  letter-spacing: 0.05em;
  color: white;
  border: 2px solid #4c9f41;
  border-radius: 2px;
  background-color: #4c9f41; }
  .search-submit.button:after,
  a.button.add_to_cart_button:after,
  .wp-block-button__link.add_to_cart_button:after,
  .wp-block-button__link:after {
    content: "\f054";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    margin-left: 15px; }
  @media print, screen and (max-width: 63.99875em) {
    .search-submit.button,
    a.button.add_to_cart_button,
    .wp-block-button__link.add_to_cart_button,
    .wp-block-button__link {
      font-size: 14px;
      padding: 8px; } }
  .search-submit.button:focus, .search-submit.button:visited,
  a.button.add_to_cart_button:focus,
  a.button.add_to_cart_button:visited,
  .wp-block-button__link.add_to_cart_button:focus,
  .wp-block-button__link.add_to_cart_button:visited,
  .wp-block-button__link:focus,
  .wp-block-button__link:visited {
    color: white; }
  .search-submit.button:hover,
  a.button.add_to_cart_button:hover,
  .wp-block-button__link.add_to_cart_button:hover,
  .wp-block-button__link:hover {
    color: #4c9f41 !important;
    background: white; }
  .search-submit.button i,
  a.button.add_to_cart_button i,
  .wp-block-button__link.add_to_cart_button i,
  .wp-block-button__link i {
    margin-right: 10px; }
  .search-submit.button.is-style-outline,
  a.button.add_to_cart_button.is-style-outline,
  .wp-block-button__link.add_to_cart_button.is-style-outline,
  .wp-block-button__link.is-style-outline {
    border: 1px solid #4c9f41;
    color: #4c9f41; }
    .search-submit.button.is-style-outline:hover,
    a.button.add_to_cart_button.is-style-outline:hover,
    .wp-block-button__link.add_to_cart_button.is-style-outline:hover,
    .wp-block-button__link.is-style-outline:hover {
      color: #4c9f41; }
  .search-submit.button.is-style-fill,
  a.button.add_to_cart_button.is-style-fill,
  .wp-block-button__link.add_to_cart_button.is-style-fill,
  .wp-block-button__link.is-style-fill {
    background: #4c9f41;
    color: white; }
    .search-submit.button.is-style-fill:hover,
    a.button.add_to_cart_button.is-style-fill:hover,
    .wp-block-button__link.add_to_cart_button.is-style-fill:hover,
    .wp-block-button__link.is-style-fill:hover {
      background: white;
      color: #4c9f41; }
  [class*=" icon-"] .search-submit.button:after, [class*=" icon-"] a.button.add_to_cart_button:after, [class*=" icon-"] .wp-block-button__link.add_to_cart_button:after, [class*=" icon-"] .wp-block-button__link:after {
    content: "";
    margin-left: 10px; }
  .search-submit.button.button-simple,
  a.button.add_to_cart_button.button-simple,
  .wp-block-button__link.add_to_cart_button.button-simple,
  .wp-block-button__link.button-simple {
    border: 0px;
    background: transparent;
    color: #4c9f41; }
    .search-submit.button.button-simple:hover,
    a.button.add_to_cart_button.button-simple:hover,
    .wp-block-button__link.add_to_cart_button.button-simple:hover,
    .wp-block-button__link.button-simple:hover {
      background: #4c9f41;
      color: white !important; }
  .search-submit.button.button-white,
  a.button.add_to_cart_button.button-white,
  .wp-block-button__link.add_to_cart_button.button-white,
  .wp-block-button__link.button-white {
    color: white;
    border: 1px solid white;
    background: transparent; }
  .icon-base .search-submit.button:after, .icon-base a.button.add_to_cart_button:after, .icon-base .wp-block-button__link.add_to_cart_button:after, .icon-base .wp-block-button__link:after {
    content: "\f054";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    margin-left: 10px; }
  .icon-doc .search-submit.button:before, .icon-doc a.button.add_to_cart_button:before, .icon-doc .wp-block-button__link.add_to_cart_button:before, .icon-doc .wp-block-button__link:before {
    content: "\f65a";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    margin-right: 10px; }
  .icon-arrow .search-submit.button:before, .icon-arrow a.button.add_to_cart_button:before, .icon-arrow .wp-block-button__link.add_to_cart_button:before, .icon-arrow .wp-block-button__link:before {
    content: "\f061";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    margin-right: 10px; }
  .icon-pdf .search-submit.button:before, .icon-pdf a.button.add_to_cart_button:before, .icon-pdf .wp-block-button__link.add_to_cart_button:before, .icon-pdf .wp-block-button__link:before {
    content: "\f15c";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    margin-right: 10px; }
  .icon-calendar .search-submit.button:before, .icon-calendar a.button.add_to_cart_button:before, .icon-calendar .wp-block-button__link.add_to_cart_button:before, .icon-calendar .wp-block-button__link:before {
    content: "\f073";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    margin-right: 10px; }
  .icon-plus .search-submit.button:before, .icon-plus a.button.add_to_cart_button:before, .icon-plus .wp-block-button__link.add_to_cart_button:before, .icon-plus .wp-block-button__link:before {
    content: "\f055";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    margin-right: 10px; }
  .icon-download .search-submit.button:before, .icon-download a.button.add_to_cart_button:before, .icon-download .wp-block-button__link.add_to_cart_button:before, .icon-download .wp-block-button__link:before {
    content: "\f0ed";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    margin-right: 10px; }
  .icon-mail .search-submit.button:before, .icon-mail a.button.add_to_cart_button:before, .icon-mail .wp-block-button__link.add_to_cart_button:before, .icon-mail .wp-block-button__link:before {
    content: "\f0e0";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    margin-right: 10px; }
  .icon-phone .search-submit.button:before, .icon-phone a.button.add_to_cart_button:before, .icon-phone .wp-block-button__link.add_to_cart_button:before, .icon-phone .wp-block-button__link:before {
    height: 100%;
    content: "\f095";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    margin-right: 10px; }
  .icon-maps .search-submit.button:before, .icon-maps a.button.add_to_cart_button:before, .icon-maps .wp-block-button__link.add_to_cart_button:before, .icon-maps .wp-block-button__link:before {
    height: 100%;
    content: "\f3c5";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    margin-right: 10px; }
  .icon-info .search-submit.button:before, .icon-info a.button.add_to_cart_button:before, .icon-info .wp-block-button__link.add_to_cart_button:before, .icon-info .wp-block-button__link:before {
    height: 100%;
    content: "\f129";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    margin-right: 10px; }
  .button-big .search-submit.button, .button-big a.button.add_to_cart_button, .button-big .wp-block-button__link.add_to_cart_button, .button-big .wp-block-button__link {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 1.1rem 1.5rem; }
  .button-small .search-submit.button, .button-small a.button.add_to_cart_button, .button-small .wp-block-button__link.add_to_cart_button, .button-small .wp-block-button__link {
    font-size: 14px;
    padding: 8px; }
    @media print, screen and (max-width: 63.99875em) {
      .button-small .search-submit.button, .button-small a.button.add_to_cart_button, .button-small .wp-block-button__link.add_to_cart_button, .button-small .wp-block-button__link {
        font-size: 14px;
        padding: 8px; } }
  .button-tiny .search-submit.button, .button-tiny a.button.add_to_cart_button, .button-tiny .wp-block-button__link.add_to_cart_button, .button-tiny .wp-block-button__link {
    font-size: 12px;
    padding: 8px; }
    @media print, screen and (max-width: 63.99875em) {
      .button-tiny .search-submit.button, .button-tiny a.button.add_to_cart_button, .button-tiny .wp-block-button__link.add_to_cart_button, .button-tiny .wp-block-button__link {
        font-size: 10px;
        padding: 8px; } }
@media print, screen and (max-width: 63.99875em) {
  .wp-block-buttons {
    margin-top: 20px; } }

@media print, screen and (max-width: 63.99875em) {
  .wp-block-buttons.alignleft {
    text-align: center; } }

.wp-block-buttons .wp-block-button.wp-block-button:only-child {
  margin-right: 0px; }

.block-editor__container .wp-block-button__link:focus, .block-editor__container .wp-block-button__link:visited {
  text-transform: none; }

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.07em;
  right: 0.2em;
  animation: spin 2s linear infinite;
  border: 0px; }

a.added_to_cart {
  padding: 10px; }
  a.added_to_cart:before {
    margin-right: 10px;
    content: "\f07a";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular); }

.wp-block-media-text.media-text-hexagon > .block-editor-inner-blocks,
.wp-block-media-text.media-text-hexagon .wp-block-media-text__content {
  min-height: 400px;
  background-image: url("../assets/images/SVG/TV_bg_w.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.wp-block-cover h1 {
  font-size: 2.6em; }
  @media print, screen and (max-width: 39.99875em) {
    .wp-block-cover h1 {
      font-size: 2.2em;
      line-height: 1.1em; } }
.wp-block-cover.cover-hexagon {
  height: 100%; }
  @media print, screen and (max-width: 39.99875em) {
    .wp-block-cover.cover-hexagon {
      padding: 10px; } }
  .wp-block-cover.cover-hexagon .wp-block-cover__inner-container {
    background-color: white;
    position: relative;
    padding: 0 30px;
    max-width: 270px;
    min-width: 250px; }
    .wp-block-cover.cover-hexagon .wp-block-cover__inner-container h1, .wp-block-cover.cover-hexagon .wp-block-cover__inner-container h2, .wp-block-cover.cover-hexagon .wp-block-cover__inner-container h3, .wp-block-cover.cover-hexagon .wp-block-cover__inner-container h4, .wp-block-cover.cover-hexagon .wp-block-cover__inner-container h5, .wp-block-cover.cover-hexagon .wp-block-cover__inner-container h6, .wp-block-cover.cover-hexagon .wp-block-cover__inner-container p {
      color: #4c9f41; }
    .wp-block-cover.cover-hexagon .wp-block-cover__inner-container p {
      margin-bottom: 0; }
    .wp-block-cover.cover-hexagon .wp-block-cover__inner-container > * {
      position: relative;
      z-index: 2; }
    .wp-block-cover.cover-hexagon .wp-block-cover__inner-container::after, .wp-block-cover.cover-hexagon .wp-block-cover__inner-container::before {
      content: '';
      pointer-events: none;
      background-image: url("../assets/images/SVG/hexagon-half-white.svg");
      background-position: center bottom -30px;
      background-repeat: no-repeat;
      width: 100%;
      height: 200px;
      position: absolute;
      left: 0;
      right: 0; }
    .wp-block-cover.cover-hexagon .wp-block-cover__inner-container::before {
      top: -180px; }
    .wp-block-cover.cover-hexagon .wp-block-cover__inner-container::after {
      bottom: -180px;
      transform: rotate(180deg); }

.wp-block-group.has-background {
  padding: 40px; }

.wp-block-group.alignfull .wp-block-group__inner-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto; }
  @media screen and (min-width: 40em) {
    .wp-block-group.alignfull .wp-block-group__inner-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
.wp-block-group.no-padding, .wp-block-group.nopadding {
  padding: 0; }

.wp-block-columns {
  margin-bottom: 0; }
  @media screen and (max-width: 55.3125em) {
    .wp-block-columns .wp-block-column[style*="flex-basis:15%"] {
      display: none; }
    .wp-block-columns .wp-block-column[style*="flex-basis:70%"] {
      width: 100%;
      flex-basis: 100% !important;
      margin-left: 0; } }
  @media screen and (max-width: 40em) {
    .wp-block-columns .wp-block-column {
      margin-bottom: 30px; }
      .wp-block-columns .wp-block-column:last-of-type {
        margin-bottom: 0; } }
  .wp-block-columns.is-style-separator .wp-block-column {
    padding: 30px 0; }
    .wp-block-columns.is-style-separator .wp-block-column p:last-of-type {
      margin-bottom: 0; }
  .wp-block-columns.is-style-inline-list .wp-block-column {
    width: auto;
    flex-basis: auto;
    flex-grow: unset;
    margin-left: 5px;
    margin-right: 5px; }
  @media screen and (max-width: 55em) {
    .wp-block-columns.is-style-inline-list {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      margin-top: 20px;
      margin-bottom: 20px; }
      .wp-block-columns.is-style-inline-list .wp-block-column {
        align-self: center;
        margin: 0; }
        .wp-block-columns.is-style-inline-list .wp-block-column p:last-child, .wp-block-columns.is-style-inline-list .wp-block-column h6:last-child {
          margin-bottom: 0; } }
  @media screen and (max-width: 37.5em) {
    .wp-block-columns.is-style-inline-list {
      flex-direction: row;
      align-items: flex-end;
      margin-top: 0;
      margin-bottom: 0; }
      .wp-block-columns.is-style-inline-list .wp-block-column {
        align-self: flex-end;
        margin: 0 5px;
        flex-basis: unset !important; }
        .wp-block-columns.is-style-inline-list .wp-block-column p:last-child, .wp-block-columns.is-style-inline-list .wp-block-column h6:last-child {
          margin-bottom: 0; } }
  .wp-block-columns.is-style-no-padding .wp-block-column {
    width: auto;
    margin: 0;
    display: flex; }
    .wp-block-columns.is-style-no-padding .wp-block-column .wp-block-group {
      justify-content: flex-start; }

dl.variation dt.variation-LesOeufs,
dl.variation dt.variation-Lejus,
dl.variation dt.variation-LePain,
dl.variation dd.variation-LesOeufs,
dl.variation dd.variation-Lejus,
dl.variation dd.variation-LePain {
  float: left;
  clear: none !important;
  margin: 0 !important;
  display: block !important;
  height: 30px; }

.woocommerce-cart-form dl.variation dt.variation-LesOeufs,
.woocommerce-cart-form dl.variation dt.variation-Lejus,
.woocommerce-cart-form dl.variation dt.variation-LePain {
  width: 20%; }

.woocommerce-cart-form dl.variation dd.variation-LesOeufs,
.woocommerce-cart-form dl.variation dd.variation-Lejus,
.woocommerce-cart-form dl.variation dd.variation-LePain {
  width: 80%; }

.woocommerce-checkout-review-order-table dl.variation dt.variation-LesOeufs,
.woocommerce-checkout-review-order-table dl.variation dt.variation-Lejus,
.woocommerce-checkout-review-order-table dl.variation dt.variation-LePain {
  width: 40%; }

.woocommerce-checkout-review-order-table dl.variation dd.variation-LesOeufs,
.woocommerce-checkout-review-order-table dl.variation dd.variation-Lejus,
.woocommerce-checkout-review-order-table dl.variation dd.variation-LePain {
  width: 60%; }

div.cart_totals ul li {
  padding: 5px 15px !important; }
  div.cart_totals ul li:before {
    display: none !important; }

.woocommerce table.shop_table td {
  min-width: 240px; }

a.button.change-panier {
  margin-bottom: 30px; }

p.cart-empty {
  text-align: center; }

div.return-to-shop {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center; }
  div.return-to-shop a {
    display: inline-block;
    margin-bottom: 20px !important;
    font-size: 14px !important; }

body.woocommerce-checkout main.main {
  margin: 140px auto; }

#customer_details input {
  text-transform: none; }

p.create-account label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer; }
  p.create-account label:after {
    content: '✔';
    position: absolute;
    top: .2em;
    left: .3em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #4c9f41;
    transition: all .2s;
    opacity: 0;
    transform: scale(0); }
  p.create-account label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 1.5em;
    height: 1.5em;
    background: #ccc;
    border-radius: 100%; }
  p.create-account label.is-checked:after {
    opacity: 1;
    transform: scale(1); }

div.woocommerce-checkout-review-order ul li:before {
  display: none !important; }

div.woocommerce-checkout-review-order ul li span.amount {
  margin-left: 0.5rem; }

label[for="order_comments"] {
  font-size: 0; }
  label[for="order_comments"]:after {
    content: 'Remarques:';
    color: #4c9f41;
    display: inline-block;
    position: relative;
    font-size: 24px; }
  label[for="order_comments"] span {
    display: none; }

textarea#order_comments {
  text-transform: none;
  border: 2px solid #4c9f41;
  height: 150px;
  padding: 20px; }
  textarea#order_comments::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.85) !important; }
  textarea#order_comments::-moz-placeholder {
    color: rgba(0, 0, 0, 0.85) !important; }
  textarea#order_comments:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.85) !important; }
  textarea#order_comments:-moz-placeholder {
    color: rgba(0, 0, 0, 0.85) !important; }

table.woocommerce-checkout-review-order-table tr.recurring-totals, table.woocommerce-checkout-review-order-table tr.recurring-total, table.shop_table tr.recurring-totals, table.shop_table tr.recurring-total {
  display: none; }

.hidden-amount {
  display: none; }

nav.menu-account ul {
  margin: 0;
  list-style: none; }
  nav.menu-account ul li a {
    display: block;
    padding: 15px !important;
    text-transform: uppercase;
    margin: 0 !important; }
  nav.menu-account ul li:before {
    display: none !important; }
  nav.menu-account ul li.is-active a {
    color: white;
    background-color: #4c9f41; }

li.woocommerce-MyAccount-navigation-link--downloads {
  display: none; }

a.suspend_subscription, a.button.cancel {
  font-size: 13px !important;
  padding: 8px 38px 8px 8px !important; }
  a.suspend_subscription:after, a.button.cancel:after {
    width: 30px;
    font-size: 20px; }

.woocommerce-form-login label.woocommerce-form__label {
  margin-left: 10px !important; }

.subscription_details a {
  margin: 5px 10px 5px 0 !important; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-color: #4c9f41; }

.woocommerce-info::before {
  color: #4c9f41; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #4c9f41;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 15px 25px; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #85b491; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #4c9f41;
  opacity: .5; }

#add_payment_method #payment ul.payment_methods li:before, .woocommerce-cart #payment ul.payment_methods li:before, .woocommerce-checkout #payment ul.payment_methods li:before {
  display: none; }

button, input, optgroup, select, textarea {
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 15px 25px;
  font-family: 'Lato', sans-serif; }

.woocommerce a.remove {
  color: #e74c3c !important; }
  .woocommerce a.remove:hover {
    background-color: #e74c3c !important; }

ul.woocommerce-error li:before {
  display: none !important; }

input {
  text-transform: none; }

.woocommerce a.button, .woocommerce input[type="submit"].button {
  background-color: #4c9f41;
  color: white;
  font-size: 12px; }
  .woocommerce a.button:hover, .woocommerce input[type="submit"].button:hover {
    background-color: #85b491;
    color: white; }

.woocommerce div.product form.cart .button {
  padding-right: 70px; }

.includes_tax {
  font-size: 0; }
  .includes_tax span.woocommerce-Price-amount.amount {
    display: none; }
  .includes_tax:after {
    font-size: 14px;
    content: '(TVA incluse)';
    display: inline-block;
    position: relative; }

.blockUI.blockOverlay {
  position: fixed !important; }

nav.woocommerce-breadcrumb {
  display: none; }

.woocommerce #content div.product.product_cat-produit div.images,
.woocommerce div.product.product_cat-produit div.images,
.woocommerce-page #content div.product.product_cat-produit div.images,
.woocommerce-page div.product.product_cat-produit div.images {
  width: 100%; }

.woocommerce #content div.product.product_cat-produit div.summary,
.woocommerce div.product.product_cat-produit div.summary,
.woocommerce-page #content div.product.product_cat-produit div.summary,
.woocommerce-page div.product.product_cat-produit div.summary {
  width: 100%; }

body.single-product .content-area {
  padding-top: 200px; }
  body.single-product .content-area .back_to_shop {
    margin-top: 80px; }
  body.single-product .content-area div.heading-product {
    padding: 40px 0;
    text-align: center; }
    body.single-product .content-area div.heading-product h1 {
      color: #4c9f41;
      font-size: 2.2em;
      line-height: 1.1em;
      margin-bottom: 15px; }
    body.single-product .content-area div.heading-product h3 {
      margin-bottom: 0; }
  body.single-product .content-area div.main-content-product {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px; }
    body.single-product .content-area div.main-content-product div.woocommerce-product-gallery {
      margin: 0; }
    body.single-product .content-area div.main-content-product div.left-infos {
      position: relative; }
      body.single-product .content-area div.main-content-product div.left-infos div.label-canton {
        z-index: 3;
        position: absolute;
        right: 25px;
        top: 25px;
        width: 38px;
        height: 38px;
        color: white;
        font-weight: bold;
        background-color: #4c9f41;
        border-radius: 50%;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
    body.single-product .content-area div.main-content-product .product-description {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column; }
      body.single-product .content-area div.main-content-product .product-description .label-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 20px; }
        body.single-product .content-area div.main-content-product .product-description .label-container div.single-label {
          text-align: center;
          text-transform: uppercase;
          font-weight: bold;
          color: #4c9f41;
          font-size: 13px;
          line-height: 1.2em;
          margin-bottom: 20px;
          width: calc(100% / 4); }
          body.single-product .content-area div.main-content-product .product-description .label-container div.single-label img {
            display: block;
            margin: auto;
            width: 100%;
            max-width: 55px;
            margin-bottom: 10px; }
          body.single-product .content-area div.main-content-product .product-description .label-container div.single-label:last-of-type {
            margin-right: 0; }
      body.single-product .content-area div.main-content-product .product-description div.entry-summary {
        padding: 0 30px 30px;
        margin: 0; }
        body.single-product .content-area div.main-content-product .product-description div.entry-summary div.row-spec {
          margin-bottom: 15px;
          overflow: auto; }
          body.single-product .content-area div.main-content-product .product-description div.entry-summary div.row-spec h3 {
            font-size: 16px;
            margin-bottom: 0;
            line-height: 1.2em; }
          body.single-product .content-area div.main-content-product .product-description div.entry-summary div.row-spec p {
            line-height: 1.4em; }
            body.single-product .content-area div.main-content-product .product-description div.entry-summary div.row-spec p:last-of-type {
              margin-bottom: 0; }
          body.single-product .content-area div.main-content-product .product-description div.entry-summary div.row-spec:last-of-type {
            margin-bottom: 0; }
          body.single-product .content-area div.main-content-product .product-description div.entry-summary div.row-spec.multi-column {
            display: flex; }
            body.single-product .content-area div.main-content-product .product-description div.entry-summary div.row-spec.multi-column > div.column {
              flex-grow: 1; }
      body.single-product .content-area div.main-content-product .product-description div.buying-options {
        background-color: #f4f4f4;
        padding: 30px;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
  body.single-product .content-area hr {
    margin: 0 auto 60px; }
  body.single-product .content-area div.producteur-single-product {
    margin-bottom: 80px; }

table.variations .label {
  background-color: transparent; }

table.variations thead, table.variations tbody, table.variations tfoot, table.variations tr {
  background-color: transparent; }

table.variations .attribute-values .reset_variations {
  display: none !important; }

table.variations .attribute-values .value {
  display: flex; }

.price {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 28px !important;
  color: #4c9f41 !important; }
  @media print, screen and (max-width: 63.99875em) {
    .price {
      margin-bottom: 5px; } }
div.woocommerce-variation-add-to-cart,
.summary.buying-options > form {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 !important; }
  div.woocommerce-variation-add-to-cart div.quantity,
  .summary.buying-options > form div.quantity {
    margin: 0; }
    div.woocommerce-variation-add-to-cart div.quantity input.qty,
    .summary.buying-options > form div.quantity input.qty {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      margin: 0;
      border: none;
      box-shadow: none;
      height: 50px;
      text-align: center;
      width: 80px;
      padding: 10px; }
      div.woocommerce-variation-add-to-cart div.quantity input.qty:before,
      .summary.buying-options > form div.quantity input.qty:before {
        border: 1px solid red; }
  div.woocommerce-variation-add-to-cart button.single_add_to_cart_button,
  .summary.buying-options > form button.single_add_to_cart_button {
    height: 50px;
    left: auto;
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 80px;
    padding-left: 25px; }
    div.woocommerce-variation-add-to-cart button.single_add_to_cart_button:after,
    .summary.buying-options > form button.single_add_to_cart_button:after {
      border-left: 1px solid white;
      border-right: none;
      right: 0.8em;
      left: auto;
      top: 0;
      bottom: 0;
      background-position: center right; }

.cart-contents {
  z-index: 100;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  right: 30px;
  top: 120px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background: white;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3)); }
  .cart-contents i {
    font-size: 2em;
    color: #4c9f41; }

.cart-contents-count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 18px;
  top: 18px;
  color: #fff;
  background-color: #4c9f41;
  font-weight: bold;
  border-radius: 50%;
  padding: 1px 6px;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  height: 30px;
  width: 30px;
  transform: translateY(-105%) translateX(25%);
  font-size: 14px;
  border: 1px solid white; }

.hustle-ui.module_id_2 .hustle-popup-content {
  border: 2px solid #4c9f41;
  border-radius: 10px;
  background: white; }
  .hustle-ui.module_id_2 .hustle-popup-content .hustle-layout-header .hustle-title,
  .hustle-ui.module_id_2 .hustle-popup-content .hustle-layout-header .hustle-subtitle {
    font-family: "lato";
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    color: #4c9f41; }
  .hustle-ui.module_id_2 .hustle-popup-content .hustle-layout-header .hustle-subtitle {
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.4; }

.hustle-ui.module_id_2 .hustle-layout .hustle-cta-container {
  display: flex;
  justify-content: flex-end; }
  .hustle-ui.module_id_2 .hustle-layout .hustle-cta-container a.hustle-button-cta {
    background-color: #4c9f41;
    color: white;
    font-size: 1.2em;
    padding: 15px 20px; }

.hustle-ui.module_id_2 button.hustle-button-close {
  padding: 20px;
  margin-right: 20px; }

.woocommerce button.hustle-button-close,
.page-template-template-corbeilles_cadeaux button.hustle-button-close,
.page-id-2389 button.hustle-button-close,
.page-template-template-paniers button.hustle-button-close {
  display: none !important; }

@media screen and (max-width: 1024px) {
  section.base-slider div.controls-container ul.slick-dots {
    right: 20px; }
  section.big-image div.big-image_flex div.text-container {
    max-width: 90%; }
  section.paniers div.single-panier {
    padding: 40px 20px; }
    section.paniers div.single-panier:nth-of-type(odd) {
      background-color: #f1f1f1; } }

@media screen and (max-width: 960px) {
  header.header div.header-intern-container button.burger-menu {
    display: block; }
  header.header div.header-intern-container div.navigation {
    display: none; }
  header.header a.account-link {
    display: none; }
  body.logged-in header.header {
    padding-top: 20px; }
  header.header div.header-intern-container a.logo {
    height: 150px;
    width: 190px;
    left: 0; }
  .half-box {
    height: 500px; }
  div.single-panier div.image-box {
    min-height: 500px; }
  section.slider-homepage .base-slider-item h1 {
    font-size: 36px; }
  section.home-section > div > div {
    margin-bottom: 15px; }
  div.infos-post {
    min-height: 390px; }
  section#product-research .white-box {
    padding: 40px; }
  .filters-desltop {
    display: none; }
  button.toggle_filters {
    display: block; }
  section.base-boxes_traiteur div.anchor_boxes-container {
    flex-wrap: wrap; }
    section.base-boxes_traiteur div.anchor_boxes-container a.anchor-box {
      width: calc(40% - 60px);
      margin: 100px 60px; }
      section.base-boxes_traiteur div.anchor_boxes-container a.anchor-box:before, section.base-boxes_traiteur div.anchor_boxes-container a.anchor-box:after {
        height: 150px; }
  div.single_offer-card div.description_bloc,
  div.single_offer-card div.form_bloc {
    width: 100%; } }

@media screen and (max-width: 768px) {
  section.base-slider a.base-slider-item {
    min-height: 380px; }
  div.infos-post {
    min-height: 470px; }
  div.half-box {
    min-height: 400px; }
  section.paniers div.carousel-panier-frais div.carousel-wrapper div.slide-item {
    height: 400px; }
  section.base-menus_traiteur div.category-container div.menus-container div.menu-card.column_third {
    width: calc(50% - 20px); }
  section.base-menus_traiteur div.category-container div.menus-container div.menu-card.column_fourth {
    width: calc(50% - 20px); }
  div.process-container div.step-process {
    max-width: 50%; } }

@media screen and (max-width: 640px) {
  section.section-text div.intro-text.intro-text-two_col {
    column-count: 1; }
  section.slider-homepage {
    margin-top: 155px !important; }
    section.slider-homepage .base-slider-item h1, section.slider-homepage .base-slider-item h3 {
      max-width: 480px; }
  section.wrapper_beersandwines div.flex_container-beer div.card-beer {
    max-width: 100%;
    margin: 20px 20px 320px; }
    section.wrapper_beersandwines div.flex_container-beer div.card-beer:before, section.wrapper_beersandwines div.flex_container-beer div.card-beer:after {
      height: 135px; }
    section.wrapper_beersandwines div.flex_container-beer div.card-beer:before {
      top: -135px; }
    section.wrapper_beersandwines div.flex_container-beer div.card-beer:after {
      bottom: -135px; }
    section.wrapper_beersandwines div.flex_container-beer div.card-beer:last-of-type {
      margin-bottom: 20px; }
  section.corbeilles_cadeaux-section div.corbeille_post {
    max-width: 480px;
    margin: 0 auto 130px; }
  div.infos-post {
    min-height: auto; }
  section.base-promobar_cta div.main-wrapper {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center; }
    section.base-promobar_cta div.main-wrapper .text-wrapper {
      margin-bottom: 30px; }
  section.base-boxes_traiteur div.anchor_boxes-container a.anchor-box {
    width: calc(50% - 40px);
    margin: 100px 20px; } }

@media screen and (max-width: 480px) {
  .off-canvas-content > section:first-of-type {
    margin-top: 80px; }
  section.slider-homepage {
    margin-top: 80px !important; }
  section.slider-homepage .base-slider-item h1 {
    font-size: 28px; }
  .fixed_cta {
    display: none; }
  section.module-textandimage div.flex-container div.text-container {
    padding: 0 20px; }
  section.banner-base.banner-large {
    min-height: 360px; }
  header.header div.topbar-container {
    display: none; }
  header.header div.header-intern-container button.burger-menu {
    margin-right: 20px; }
  header.header.shrinked div.header-intern-container {
    min-height: 80px; }
    header.header.shrinked div.header-intern-container a.logo {
      height: 110px;
      width: 135px !important;
      top: 7px; }
  .base-slider div.controls-container div.arrow_slider {
    display: none !important; }
  section.base-slider div.controls-container ul.slick-dots {
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  section.boxes table.variations .attribute-values .value {
    display: flex;
    flex-wrap: wrap; }
    section.boxes table.variations .attribute-values .value > div {
      width: 50%;
      margin-bottom: 20px; }
  div.process-container div.step-process {
    max-width: 100%; }
  section.base-boxes_traiteur div.anchor_boxes-container a.anchor-box {
    width: calc(80% - 40px);
    margin: 120px 20px; }
  section.base-section_contact div.contact_blocs-container {
    flex-wrap: wrap; }
    section.base-section_contact div.contact_blocs-container .contact_bloc {
      margin-bottom: 20px !important; }
      section.base-section_contact div.contact_blocs-container .contact_bloc:last-of-type {
        margin-bottom: 0 !important; }
  section.base-menus_traiteur div.category-container div.menus-container div.menu-card.column_full, section.base-menus_traiteur div.category-container div.menus-container div.menu-card.column_half, section.base-menus_traiteur div.category-container div.menus-container div.menu-card.column_third, section.base-menus_traiteur div.category-container div.menus-container div.menu-card.column_fourth {
    width: calc(80% - 20px);
    margin-bottom: 60px; }
  section.base-menus_traiteur div.category-container div.menus-container div.menu-card.column_full p {
    column-count: 1; }
  section.home-traiteur [class*="bloc-img_"] {
    margin-bottom: 20px; }
  section.multicolumns_icons .flex-horizontal-columns div.single-bloc {
    width: 100%; }
  footer.bottom-bar {
    padding: 20px; }
    footer.bottom-bar .flex-spacebetween {
      justify-content: center; }
    footer.bottom-bar div.paiement_method-container {
      margin-bottom: 20px;
      width: 100%;
      justify-content: center; } }

@media screen and (max-width: 414px) {
  section.banner-base h1 {
    font-size: 32px; }
  .acf-map {
    height: 300px; }
  header.header {
    padding: 0; }
    header.header div.header-intern-container a.logo {
      height: 120px;
      width: 150px;
      left: 10px;
      top: 10px; }
    header.header button.burger-menu {
      top: 25px;
      right: 25px;
      font-size: 28px;
      padding: 0; }
  section.last-product-post div.slider-last-paniers div.slider-paniers-item div.insidecontainer div.content {
    display: none; }
  section.boxes button[type="submit"].single_add_to_cart_button {
    width: 100%;
    margin: 15px 0 0; }
  section.boxes .product-addon {
    width: 100%; }
  section.wrapper_beersandwines div.flex_container-beer {
    padding: 90px 0px; }
    section.wrapper_beersandwines div.flex_container-beer div.card-beer {
      margin: 20px 20px 210px; }
      section.wrapper_beersandwines div.flex_container-beer div.card-beer:before, section.wrapper_beersandwines div.flex_container-beer div.card-beer:after {
        height: 95px; }
      section.wrapper_beersandwines div.flex_container-beer div.card-beer:before {
        top: -95px; }
      section.wrapper_beersandwines div.flex_container-beer div.card-beer:after {
        bottom: -95px; }
  section.big-image div.big-image_flex {
    padding: 20px; }
  section.module-textandimage div.flex-container div.img-bloc {
    min-height: 340px; }
  .heading-new div.icon-category {
    min-width: 80px; }
  body.single-post div#sidebar1 {
    margin-top: 30px; }
  body.single-post article.single-new div.icon-category {
    max-width: 140px; }
    body.single-post article.single-new div.icon-category img {
      max-width: 48px; }
    body.single-post article.single-new div.icon-category svg {
      width: 70%; }
  ul#shipping_method {
    margin: 30px 0 20px !important; }
    ul#shipping_method li {
      text-align: left; }
  #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 1em; }
  body.woocommerce-checkout main#main,
  body.woocommerce-cart main#main {
    padding: 40px 0 !important; }
  div#inner-footer > div:nth-of-type(1),
  div#inner-footer > div:nth-of-type(2) {
    width: 100%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .base-slider .base-slider-item {
    min-height: 0;
    height: 500px; }
  section.banner-base.banner-small {
    height: 250px; }
  section.banner-base.banner-medium {
    height: 350px; }
  section.banner-base.banner-large {
    height: 500px; }
  .hexagon_autoheight::before, .hexagon_autoheight::after {
    background-image: url(../assets/images/hexagon_top.png); }
  li.sf-field-search label input {
    padding: 5px; }
    li.sf-field-search label input:focus {
      padding: 5px; }
  body.single-post article.single-new div.icon-category img {
    margin-top: 0; } }

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

/*# sourceMappingURL=style.min.css.map */