@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. 

******************************************************************/
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@use "sass:math";
@use "sass:math";
@use "sass:math";
@use "sass:math";
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.slide-in-down.mui-enter {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  opacity: 0;
  transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

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

.hinge-in-from-top.mui-enter {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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); } }
.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: 0;
  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; }

[data-whatintent="mouse"] *, [data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
  outline: none; }

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=60em&xlarge=64em&xxlarge=80em&xxxlarge=96em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", 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;
  -webkit-overflow-scrolling: touch; }

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

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

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

.row {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media print, screen and (min-width: 60em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media screen and (min-width: 64em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media screen and (min-width: 80em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media screen and (min-width: 96em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 1rem;
    padding-left: 1rem; }

.column, .columns {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 100%;
  float: left; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: 0%; }

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

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: 0%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: 0%; }

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

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: 0%; }

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

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: 0%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: 0%; }

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

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: 0%; }

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

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: 0%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: 0%; }

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

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: 0%; }

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

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: 0%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }
.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.3333333333%; }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .medium-pull-1 {
    position: relative;
    left: 0%; }

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

  .medium-2 {
    width: 16.6666666667%; }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .medium-pull-2 {
    position: relative;
    left: 0%; }

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

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: 0%; }

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

  .medium-4 {
    width: 33.3333333333%; }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .medium-pull-4 {
    position: relative;
    left: 0%; }

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

  .medium-5 {
    width: 41.6666666667%; }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .medium-pull-5 {
    position: relative;
    left: 0%; }

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

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: 0%; }

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

  .medium-7 {
    width: 58.3333333333%; }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .medium-pull-7 {
    position: relative;
    left: 0%; }

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

  .medium-8 {
    width: 66.6666666667%; }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .medium-pull-8 {
    position: relative;
    left: 0%; }

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

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: 0%; }

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

  .medium-10 {
    width: 83.3333333333%; }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .medium-pull-10 {
    position: relative;
    left: 0%; }

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

  .medium-11 {
    width: 91.6666666667%; }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .medium-pull-11 {
    position: relative;
    left: 0%; }

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

  .medium-12 {
    width: 100%; }

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

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; }

  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
      float: right; } }
@media print, screen and (min-width: 60em) {
  .large-1 {
    width: 8.3333333333%; }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .large-pull-1 {
    position: relative;
    left: 0%; }

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

  .large-2 {
    width: 16.6666666667%; }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .large-pull-2 {
    position: relative;
    left: 0%; }

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

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: 0%; }

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

  .large-4 {
    width: 33.3333333333%; }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .large-pull-4 {
    position: relative;
    left: 0%; }

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

  .large-5 {
    width: 41.6666666667%; }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .large-pull-5 {
    position: relative;
    left: 0%; }

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

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: 0%; }

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

  .large-7 {
    width: 58.3333333333%; }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .large-pull-7 {
    position: relative;
    left: 0%; }

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

  .large-8 {
    width: 66.6666666667%; }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .large-pull-8 {
    position: relative;
    left: 0%; }

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

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: 0%; }

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

  .large-10 {
    width: 83.3333333333%; }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .large-pull-10 {
    position: relative;
    left: 0%; }

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

  .large-11 {
    width: 91.6666666667%; }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .large-pull-11 {
    position: relative;
    left: 0%; }

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

  .large-12 {
    width: 100%; }

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

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; }

  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
      float: right; } }
@media screen and (min-width: 64em) {
  .xlarge-1 {
    width: 8.3333333333%; }

  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .xlarge-pull-1 {
    position: relative;
    left: 0%; }

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

  .xlarge-2 {
    width: 16.6666666667%; }

  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .xlarge-pull-2 {
    position: relative;
    left: 0%; }

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

  .xlarge-3 {
    width: 25%; }

  .xlarge-push-3 {
    position: relative;
    left: 25%; }

  .xlarge-pull-3 {
    position: relative;
    left: 0%; }

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

  .xlarge-4 {
    width: 33.3333333333%; }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .xlarge-pull-4 {
    position: relative;
    left: 0%; }

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

  .xlarge-5 {
    width: 41.6666666667%; }

  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .xlarge-pull-5 {
    position: relative;
    left: 0%; }

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

  .xlarge-6 {
    width: 50%; }

  .xlarge-push-6 {
    position: relative;
    left: 50%; }

  .xlarge-pull-6 {
    position: relative;
    left: 0%; }

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

  .xlarge-7 {
    width: 58.3333333333%; }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .xlarge-pull-7 {
    position: relative;
    left: 0%; }

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

  .xlarge-8 {
    width: 66.6666666667%; }

  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .xlarge-pull-8 {
    position: relative;
    left: 0%; }

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

  .xlarge-9 {
    width: 75%; }

  .xlarge-push-9 {
    position: relative;
    left: 75%; }

  .xlarge-pull-9 {
    position: relative;
    left: 0%; }

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

  .xlarge-10 {
    width: 83.3333333333%; }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .xlarge-pull-10 {
    position: relative;
    left: 0%; }

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

  .xlarge-11 {
    width: 91.6666666667%; }

  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .xlarge-pull-11 {
    position: relative;
    left: 0%; }

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

  .xlarge-12 {
    width: 100%; }

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

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }

  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; }

  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .xlarge-uncentered, .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0, .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0, .xlarge-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0:last-child:not(:first-child) {
      float: right; } }
@media screen and (min-width: 80em) {
  .xxlarge-1 {
    width: 8.3333333333%; }

  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .xxlarge-pull-1 {
    position: relative;
    left: 0%; }

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

  .xxlarge-2 {
    width: 16.6666666667%; }

  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .xxlarge-pull-2 {
    position: relative;
    left: 0%; }

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

  .xxlarge-3 {
    width: 25%; }

  .xxlarge-push-3 {
    position: relative;
    left: 25%; }

  .xxlarge-pull-3 {
    position: relative;
    left: 0%; }

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

  .xxlarge-4 {
    width: 33.3333333333%; }

  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .xxlarge-pull-4 {
    position: relative;
    left: 0%; }

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

  .xxlarge-5 {
    width: 41.6666666667%; }

  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .xxlarge-pull-5 {
    position: relative;
    left: 0%; }

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

  .xxlarge-6 {
    width: 50%; }

  .xxlarge-push-6 {
    position: relative;
    left: 50%; }

  .xxlarge-pull-6 {
    position: relative;
    left: 0%; }

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

  .xxlarge-7 {
    width: 58.3333333333%; }

  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .xxlarge-pull-7 {
    position: relative;
    left: 0%; }

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

  .xxlarge-8 {
    width: 66.6666666667%; }

  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .xxlarge-pull-8 {
    position: relative;
    left: 0%; }

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

  .xxlarge-9 {
    width: 75%; }

  .xxlarge-push-9 {
    position: relative;
    left: 75%; }

  .xxlarge-pull-9 {
    position: relative;
    left: 0%; }

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

  .xxlarge-10 {
    width: 83.3333333333%; }

  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .xxlarge-pull-10 {
    position: relative;
    left: 0%; }

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

  .xxlarge-11 {
    width: 91.6666666667%; }

  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .xxlarge-pull-11 {
    position: relative;
    left: 0%; }

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

  .xxlarge-12 {
    width: 100%; }

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

  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }

  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }

  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }

  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }

  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }

  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }

  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }

  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }

  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; }

  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .xxlarge-uncentered, .xxlarge-push-0, .xxlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-uncentered, .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0, .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0, .xxlarge-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0:last-child:not(:first-child) {
      float: right; } }
@media screen and (min-width: 96em) {
  .xxxlarge-1 {
    width: 8.3333333333%; }

  .xxxlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .xxxlarge-pull-1 {
    position: relative;
    left: 0%; }

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

  .xxxlarge-2 {
    width: 16.6666666667%; }

  .xxxlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .xxxlarge-pull-2 {
    position: relative;
    left: 0%; }

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

  .xxxlarge-3 {
    width: 25%; }

  .xxxlarge-push-3 {
    position: relative;
    left: 25%; }

  .xxxlarge-pull-3 {
    position: relative;
    left: 0%; }

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

  .xxxlarge-4 {
    width: 33.3333333333%; }

  .xxxlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .xxxlarge-pull-4 {
    position: relative;
    left: 0%; }

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

  .xxxlarge-5 {
    width: 41.6666666667%; }

  .xxxlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .xxxlarge-pull-5 {
    position: relative;
    left: 0%; }

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

  .xxxlarge-6 {
    width: 50%; }

  .xxxlarge-push-6 {
    position: relative;
    left: 50%; }

  .xxxlarge-pull-6 {
    position: relative;
    left: 0%; }

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

  .xxxlarge-7 {
    width: 58.3333333333%; }

  .xxxlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .xxxlarge-pull-7 {
    position: relative;
    left: 0%; }

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

  .xxxlarge-8 {
    width: 66.6666666667%; }

  .xxxlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .xxxlarge-pull-8 {
    position: relative;
    left: 0%; }

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

  .xxxlarge-9 {
    width: 75%; }

  .xxxlarge-push-9 {
    position: relative;
    left: 75%; }

  .xxxlarge-pull-9 {
    position: relative;
    left: 0%; }

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

  .xxxlarge-10 {
    width: 83.3333333333%; }

  .xxxlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .xxxlarge-pull-10 {
    position: relative;
    left: 0%; }

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

  .xxxlarge-11 {
    width: 91.6666666667%; }

  .xxxlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .xxxlarge-pull-11 {
    position: relative;
    left: 0%; }

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

  .xxxlarge-12 {
    width: 100%; }

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

  .xxxlarge-up-1 > .column, .xxxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxxlarge-up-1 > .column:nth-of-type(1n), .xxxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-1 > .column:nth-of-type(1n+1), .xxxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxxlarge-up-1 > .column:last-child, .xxxlarge-up-1 > .columns:last-child {
      float: left; }

  .xxxlarge-up-2 > .column, .xxxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxxlarge-up-2 > .column:nth-of-type(1n), .xxxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-2 > .column:nth-of-type(2n+1), .xxxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxxlarge-up-2 > .column:last-child, .xxxlarge-up-2 > .columns:last-child {
      float: left; }

  .xxxlarge-up-3 > .column, .xxxlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .xxxlarge-up-3 > .column:nth-of-type(1n), .xxxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-3 > .column:nth-of-type(3n+1), .xxxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxxlarge-up-3 > .column:last-child, .xxxlarge-up-3 > .columns:last-child {
      float: left; }

  .xxxlarge-up-4 > .column, .xxxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxxlarge-up-4 > .column:nth-of-type(1n), .xxxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-4 > .column:nth-of-type(4n+1), .xxxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxxlarge-up-4 > .column:last-child, .xxxlarge-up-4 > .columns:last-child {
      float: left; }

  .xxxlarge-up-5 > .column, .xxxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxxlarge-up-5 > .column:nth-of-type(1n), .xxxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-5 > .column:nth-of-type(5n+1), .xxxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxxlarge-up-5 > .column:last-child, .xxxlarge-up-5 > .columns:last-child {
      float: left; }

  .xxxlarge-up-6 > .column, .xxxlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .xxxlarge-up-6 > .column:nth-of-type(1n), .xxxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-6 > .column:nth-of-type(6n+1), .xxxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxxlarge-up-6 > .column:last-child, .xxxlarge-up-6 > .columns:last-child {
      float: left; }

  .xxxlarge-up-7 > .column, .xxxlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .xxxlarge-up-7 > .column:nth-of-type(1n), .xxxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-7 > .column:nth-of-type(7n+1), .xxxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxxlarge-up-7 > .column:last-child, .xxxlarge-up-7 > .columns:last-child {
      float: left; }

  .xxxlarge-up-8 > .column, .xxxlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xxxlarge-up-8 > .column:nth-of-type(1n), .xxxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-8 > .column:nth-of-type(8n+1), .xxxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxxlarge-up-8 > .column:last-child, .xxxlarge-up-8 > .columns:last-child {
      float: left; }

  .xxxlarge-collapse > .column, .xxxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .xxxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .xxxlarge-uncollapse > .column, .xxxlarge-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; }

  .xxxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxxlarge-centered, .xxxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .xxxlarge-uncentered, .xxxlarge-push-0, .xxxlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .xxxlarge-uncentered, .xxxlarge-uncentered:last-child:not(:first-child), .xxxlarge-push-0, .xxxlarge-push-0:last-child:not(:first-child), .xxxlarge-pull-0, .xxxlarge-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .xxxlarge-uncentered:last-child:not(:first-child), .xxxlarge-push-0:last-child:not(:first-child), .xxxlarge-pull-0:last-child:not(:first-child) {
      float: right; } }
.column-block {
  margin-bottom: 1rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 2rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.row {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media print, screen and (min-width: 60em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media screen and (min-width: 64em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media screen and (min-width: 80em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media screen and (min-width: 96em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  min-width: 0; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 1rem;
      padding-left: 1rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

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

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

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

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

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

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

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

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

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

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

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

  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }

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

  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

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

  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }

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

  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

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

  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }

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

  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

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

  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }

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

  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }

  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }

  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }

  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }

  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }

  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    flex: 1 1 0px; } }
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }
@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; } }
@media print, screen and (min-width: 60em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

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

  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }

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

  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

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

  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }

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

  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

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

  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }

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

  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

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

  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }

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

  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }

  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }

  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }

  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }

  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }

  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media print, screen and (min-width: 60em) and (min-width: 60em) {
  .large-expand {
    flex: 1 1 0px; } }
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 60em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }
@media print, screen and (min-width: 60em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; } }
@media screen and (min-width: 64em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

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

  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }

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

  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

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

  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }

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

  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

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

  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }

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

  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

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

  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }

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

  .xlarge-up-1 {
    flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }

  .xlarge-up-2 {
    flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }

  .xlarge-up-3 {
    flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

  .xlarge-up-4 {
    flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }

  .xlarge-up-5 {
    flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }

  .xlarge-up-6 {
    flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

  .xlarge-up-7 {
    flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }

  .xlarge-up-8 {
    flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media screen and (min-width: 64em) and (min-width: 64em) {
  .xlarge-expand {
    flex: 1 1 0px; } }
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      flex: 1 1 0px; } }
@media screen and (min-width: 64em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; } }
@media screen and (min-width: 80em) {
  .xxlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

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

  .xxlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .xxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }

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

  .xxlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

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

  .xxlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .xxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }

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

  .xxlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

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

  .xxlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .xxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }

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

  .xxlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

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

  .xxlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .xxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }

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

  .xxlarge-up-1 {
    flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }

  .xxlarge-up-2 {
    flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }

  .xxlarge-up-3 {
    flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

  .xxlarge-up-4 {
    flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }

  .xxlarge-up-5 {
    flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }

  .xxlarge-up-6 {
    flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

  .xxlarge-up-7 {
    flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }

  .xxlarge-up-8 {
    flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media screen and (min-width: 80em) and (min-width: 80em) {
  .xxlarge-expand {
    flex: 1 1 0px; } }
.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 80em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
      flex: 1 1 0px; } }
@media screen and (min-width: 80em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; } }
@media screen and (min-width: 96em) {
  .xxxlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

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

  .xxxlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .xxxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }

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

  .xxxlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

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

  .xxxlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .xxxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }

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

  .xxxlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

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

  .xxxlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .xxxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }

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

  .xxxlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

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

  .xxxlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .xxxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }

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

  .xxxlarge-up-1 {
    flex-wrap: wrap; }
    .xxxlarge-up-1 > .column, .xxxlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }

  .xxxlarge-up-2 {
    flex-wrap: wrap; }
    .xxxlarge-up-2 > .column, .xxxlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }

  .xxxlarge-up-3 {
    flex-wrap: wrap; }
    .xxxlarge-up-3 > .column, .xxxlarge-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

  .xxxlarge-up-4 {
    flex-wrap: wrap; }
    .xxxlarge-up-4 > .column, .xxxlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }

  .xxxlarge-up-5 {
    flex-wrap: wrap; }
    .xxxlarge-up-5 > .column, .xxxlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }

  .xxxlarge-up-6 {
    flex-wrap: wrap; }
    .xxxlarge-up-6 > .column, .xxxlarge-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

  .xxxlarge-up-7 {
    flex-wrap: wrap; }
    .xxxlarge-up-7 > .column, .xxxlarge-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }

  .xxxlarge-up-8 {
    flex-wrap: wrap; }
    .xxxlarge-up-8 > .column, .xxxlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media screen and (min-width: 96em) and (min-width: 96em) {
  .xxxlarge-expand {
    flex: 1 1 0px; } }
.row.xxxlarge-unstack > .column, .row.xxxlarge-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 96em) {
    .row.xxxlarge-unstack > .column, .row.xxxlarge-unstack > .columns {
      flex: 1 1 0px; } }
@media screen and (min-width: 96em) {
  .xxxlarge-collapse > .column, .xxxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .xxxlarge-uncollapse > .column, .xxxlarge-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem; } }
.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 2rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.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: 48em) {
  .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: 60em) {
  .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; } }
@media screen and (min-width: 64em) {
  .xlarge-order-1 {
    order: 1; }

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

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

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

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

  .xlarge-order-6 {
    order: 6; } }
@media screen and (min-width: 80em) {
  .xxlarge-order-1 {
    order: 1; }

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

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

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

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

  .xxlarge-order-6 {
    order: 6; } }
@media screen and (min-width: 96em) {
  .xxxlarge-order-1 {
    order: 1; }

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

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

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

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

  .xxxlarge-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: 48em) {
  .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: 60em) {
  .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; } }
@media screen and (min-width: 64em) {
  .xlarge-flex-container {
    display: flex; }

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

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

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

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

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

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

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
@media screen and (min-width: 80em) {
  .xxlarge-flex-container {
    display: flex; }

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

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

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

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

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

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

  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
@media screen and (min-width: 96em) {
  .xxxlarge-flex-container {
    display: flex; }

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

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

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

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

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

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

  .xxxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
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: Dharma Gothic, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-style: normal;
  font-weight: bold;
  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: #c4c4c4; }

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 4.5rem; }

  h2, .h2 {
    font-size: 4rem; }

  h3, .h3 {
    font-size: 3.75rem; }

  h4, .h4 {
    font-size: 3.75rem; }

  h5, .h5 {
    font-size: 3.5rem; }

  h6, .h6 {
    font-size: 3rem; } }
a {
  line-height: inherit;
  color: #7b4931;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #6a3f2a; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.5rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 0;
  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 #c4c4c4; }
  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, .cite-block {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  cite:before, .cite-block:before {
    content: "— "; }

code, .code-inline {
  border: 1px solid #c4c4c4;
  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 #c4c4c4;
  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: 48em) {
  .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: 60em) {
  .large-text-left {
    text-align: left; }

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

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

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

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

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

  .xlarge-text-justify {
    text-align: justify; } }
@media screen and (min-width: 80em) {
  .xxlarge-text-left {
    text-align: left; }

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

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

  .xxlarge-text-justify {
    text-align: justify; } }
@media screen and (min-width: 96em) {
  .xxxlarge-text-left {
    text-align: left; }

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

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

  .xxxlarge-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-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; } }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #c4c4c4;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #c4c4c4; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    line-height: 1.5;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #c4c4c4;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #c4c4c4; }
  .fieldset legend {
    margin: 0;
    margin-left: 0;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0 ) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #c4c4c4;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.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: #7b4931; }
  :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.5rem 1rem; }
.accordion-menu .is-accordion-submenu a {
  padding: 0.5rem 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-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #7b4931 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-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #7b4931 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; }

/*@include foundation-badge;
@include foundation-breadcrumbs;
@include foundation-button-group;
@include foundation-callout;
@include foundation-card;
@include foundation-close-button;*/
.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.5rem 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.vertical.icon-top li a img,
    .menu.vertical.icon-top li a i,
    .menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
    .menu.vertical.icon-bottom li a i,
    .menu.vertical.icon-bottom li a svg {
      text-align: left; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.expanded.icon-top li a img,
  .menu.expanded.icon-top li a i,
  .menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
  .menu.expanded.icon-bottom li a i,
  .menu.expanded.icon-bottom li a svg {
    text-align: left; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 48em) {
    .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: 60em) {
    .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; } }
  @media screen and (min-width: 64em) {
    .menu.xlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xlarge-simple li {
      flex: 1 1 0px; } }
  @media screen and (min-width: 80em) {
    .menu.xxlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xxlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xxlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xxlarge-simple li {
      flex: 1 1 0px; } }
  @media screen and (min-width: 96em) {
    .menu.xxxlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xxxlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xxxlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xxxlarge-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, .menu.nested.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, .menu.nested.icon-left li a img,
    .menu.nested.icon-left li a i,
    .menu.nested.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a, .menu.nested.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, .menu.nested.icon-right li a img,
    .menu.nested.icon-right li a i,
    .menu.nested.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a, .menu.nested.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, .menu.nested.icon-top li a img,
    .menu.nested.icon-top li a i,
    .menu.nested.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a, .menu.nested.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, .menu.nested.icon-bottom li a img,
    .menu.nested.icon-bottom li a i,
    .menu.nested.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .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.icon-top li a img,
  .menu.align-right.icon-top li a i,
  .menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
  .menu.align-right.icon-bottom li a i,
  .menu.align-right.icon-bottom li a svg {
    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.5rem 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: 30px;
  height: 26px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #0a0a0a;
    box-shadow: 0 11px 0 #0a0a0a, 0 22px 0 #0a0a0a;
    content: ''; }
  .menu-icon:hover::after {
    background: #0a0a0a;
    box-shadow: 0 11px 0 #0a0a0a, 0 22px 0 #0a0a0a; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 26px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #0a0a0a;
    box-shadow: 0 11px 0 #0a0a0a, 0 22px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 11px 0 #8a8a8a, 0 22px 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.5rem 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.5rem 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-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #7b4931;
    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-style: solid;
  border-width: 6px;
  content: '';
  border-right-width: 0;
  border-color: transparent transparent transparent #c4c4c4;
  right: 1rem;
  left: auto; }
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-left-width: 0;
  border-color: transparent #c4c4c4 transparent transparent;
  right: auto;
  left: 1rem; }
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-left-width: 0;
  border-color: transparent #7b4931 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 #c4c4c4;
  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-style: solid;
  border-width: 6px;
  content: '';
  border-bottom-width: 0;
  border-color: #c4c4c4 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }
.dropdown.menu > li > a {
  padding: 3rem 1.5rem; }
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #7b4931; }
.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-style: solid;
  border-width: 6px;
  content: '';
  border-left-width: 0;
  border-color: transparent #c4c4c4 transparent transparent;
  right: auto;
  left: 5px; }
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-right-width: 0;
  border-color: transparent transparent transparent #c4c4c4; }
@media print, screen and (min-width: 48em) {
  .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-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #c4c4c4 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-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #c4c4c4 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #c4c4c4; } }
@media print, screen and (min-width: 60em) {
  .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-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #c4c4c4 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-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #c4c4c4 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #c4c4c4; } }
@media screen and (min-width: 64em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #c4c4c4 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #c4c4c4 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #c4c4c4; } }
@media screen and (min-width: 80em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #c4c4c4 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #c4c4c4 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #c4c4c4; } }
@media screen and (min-width: 96em) {
  .dropdown.menu.xxxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xxxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #c4c4c4 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xxxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.xxxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxxlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xxxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #c4c4c4 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.xxxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #c4c4c4; } }
.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: 240px;
  border: 0px solid #c4c4c4;
  background: #4c230e; }
  .dropdown .is-dropdown-submenu a {
    padding: 3rem 1.5rem; }
  .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-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #c4c4c4 transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #c4c4c4; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

/*@include foundation-responsive-embed;
@include foundation-label;
@include foundation-media-object;*/
.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(10, 10, 10, 0.25);
  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: #fefefe; }
  [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.1); }
  .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: #fefefe; }
  [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.1); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 430px;
  transform: translateX(-430px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-430px); }
    .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(430px); }
  .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;
  -webkit-overflow-scrolling: touch;
  width: 430px;
  transform: translateX(430px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(430px); }
    .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(-430px); }
  .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;
  -webkit-overflow-scrolling: touch;
  height: 430px;
  transform: translateY(-430px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-430px); }
    .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(430px); }
  .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;
  -webkit-overflow-scrolling: touch;
  height: 430px;
  transform: translateY(430px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(430px); }
    .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(-430px); }
  .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: 48em) {
  .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: 430px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 430px; }

  .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: 430px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 430px; }

  .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: 430px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 430px; }

  .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: 430px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 430px; } }
@media print, screen and (min-width: 60em) {
  .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: 430px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 430px; }

  .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: 430px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 430px; }

  .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: 430px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 430px; }

  .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: 430px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 430px; } }
@media screen and (min-width: 64em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 430px; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 430px; }

  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 430px; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 430px; }

  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 430px; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 430px; }

  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 430px; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 430px; } }
@media screen and (min-width: 80em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 430px; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 430px; }

  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 430px; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 430px; }

  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 430px; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 430px; }

  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 430px; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 430px; } }
@media screen and (min-width: 96em) {
  .position-left.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 430px; }
    .position-left.reveal-for-xxxlarge ~ .off-canvas-content {
      margin-left: 430px; }

  .position-right.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 430px; }
    .position-right.reveal-for-xxxlarge ~ .off-canvas-content {
      margin-right: 430px; }

  .position-top.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 430px; }
    .position-top.reveal-for-xxxlarge ~ .off-canvas-content {
      margin-top: 430px; }

  .position-bottom.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 430px; }
    .position-bottom.reveal-for-xxxlarge ~ .off-canvas-content {
      margin-bottom: 430px; } }
@media print, screen and (min-width: 48em) {
  .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: 60em) {
  .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; } }
@media screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xlarge .close-button {
      display: none; } }
@media screen and (min-width: 80em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xxlarge .close-button {
      display: none; } }
@media screen and (min-width: 96em) {
  .off-canvas.in-canvas-for-xxxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-xxxlarge.position-left, .off-canvas.in-canvas-for-xxxlarge.position-right, .off-canvas.in-canvas-for-xxxlarge.position-top, .off-canvas.in-canvas-for-xxxlarge.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xxxlarge .close-button {
      display: none; } }
/*@include foundation-orbit;
@include foundation-pagination;
@include foundation-progress-bar;
@include foundation-slider;*/
/*@include foundation-reveal;
@include foundation-switch;
@include foundation-table;
@include foundation-tabs;
@include foundation-thumbnail;
@include foundation-title-bar;
@include foundation-tooltip;
@include foundation-top-bar;*/
.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 80em) {
  .hide-for-xxlarge {
    display: none !important; } }

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

@media screen and (min-width: 80em) and (max-width: 95.99875em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

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

@media screen and (min-width: 96em) {
  .hide-for-xxxlarge {
    display: none !important; } }

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

@media screen and (min-width: 96em) {
  .hide-for-xxxlarge-only {
    display: none !important; } }

@media screen and (max-width: 95.99875em) {
  .show-for-xxxlarge-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; } }

.show-for-dark-mode {
  display: none; }

.hide-for-dark-mode {
  display: block; }

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important; }

  .hide-for-dark-mode {
    display: none !important; } }
.show-for-ie {
  display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important; }

  .hide-for-ie {
    display: none !important; } }
.show-for-sticky {
  display: none; }

.is-stuck .show-for-sticky {
  display: block; }

.is-stuck .hide-for-sticky {
  display: none; }

.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; }

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

Stylesheet: Global Stylesheet

*************************************************/
html,
body {
  min-height: 100%;
  height: auto;
  -webkit-font-smoothing: auto; }

html {
  scroll-behavior: smooth; }

.hidden {
  opacity: 0; }

.off-canvas-content {
  max-width: 120rem;
  margin: 0 auto;
  padding-bottom: 0;
  box-shadow: 0 0 10px 3px rgba(33, 33, 33, 0.1); }
  @media print, screen and (min-width: 60em) {
    .off-canvas-content {
      padding-top: 111px; } }

.off-canvas-content.is-open-right {
  height: 100vh;
  overflow: hidden; }

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }
.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: #7b4931;
    color: #fefefe; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #693e2a;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 100%;
  float: left; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .gallery.gallery-columns-1 > dl, .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 50%;
  float: left; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .gallery.gallery-columns-2 > dl, .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 33.3333333333%;
  float: left; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .gallery.gallery-columns-3 > dl, .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 25%;
  float: left; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .gallery.gallery-columns-4 > dl, .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 20%;
  float: left; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .gallery.gallery-columns-5 > dl, .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 16.6666666667%;
  float: left; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .gallery.gallery-columns-6 > dl, .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 14.2857142857%;
  float: left; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .gallery.gallery-columns-7 > dl, .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 12.5%;
  float: left; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .gallery.gallery-columns-8 > dl, .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin: 1rem 0 2rem;
  width: 100%; }

/*********************
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
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

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

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

.grid {
  display: grid; }

.grid-cols-2 {
  grid-template-columns: 50% 50%; }

.grid-cols-3 {
  grid-template-columns: 33.33% 33.33% 33.33%; }

.grid-cols-4 {
  grid-template-columns: 25% 25% 25% 25%; }

.container {
  margin: 0 auto;
  max-width: calc(100% - 2rem);
  width: calc(100% - 2rem); }
  @media print, screen and (min-width: 48em) {
    .container {
      width: calc(100% - 2rem); } }
  @media screen and (min-width: 80em) {
    .container {
      max-width: 100%;
      width: calc(100% - 4rem); } }
  @media screen and (min-width: 96em) {
    .container {
      max-width: 1500px;
      width: calc(100% - 4rem); } }
  .container .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.skinny-container {
  margin: 0 auto;
  max-width: calc(100% - 2rem);
  width: calc(100% - 2rem); }
  .skinny-container .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  @media screen and (min-width: 64em) {
    .skinny-container {
      max-width: calc(72rem);
      width: calc(100% - 2rem);
      margin: 0 auto; } }
  @media screen and (min-width: 80em) {
    .skinny-container {
      max-width: calc(68rem);
      width: calc(100% - 4rem);
      margin: 0 auto; } }

.container p, .container li, .skinny-container p, .skinny-container li {
  font-size: 1.15rem;
  line-height: 1.75; }
.container li, .skinny-container li {
  margin: 4px 0; }
.container p:first-child, .skinny-container p:first-child {
  margin-top: 0; }

.c-block {
  margin-top: 2rem; }
  @media screen and (min-width: 64em) {
    .c-block {
      margin-top: 6rem;
      scroll-margin-top: 3rem; } }
  .c-block:last-of-type {
    padding-bottom: 4rem; }
    @media print, screen and (max-width: 47.99875em) {
      .c-block:last-of-type {
        padding-bottom: 2rem; } }
  .c-block h2 {
    font-size: 64px;
    text-transform: none;
    margin-bottom: 2rem;
    border-bottom: 1px solid  #e5e7eb;
    padding-bottom: 1rem; }
    @media print, screen and (max-width: 47.99875em) {
      .c-block h2 {
        font-size: 48px; } }
  .c-block h3 {
    text-transform: none;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: 0; }

@media print, screen and (min-width: 60em) {
  .prose h2 {
    font-size: 5rem; } }

.imgText p.lead {
  font-size: 22px !important;
  line-height: 1.45 !important; }
@media print, screen and (min-width: 48em) {
  .imgText {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
@media print, screen and (min-width: 60em) {
  .imgText {
    padding-left: 3.5rem;
    padding-right: 3.5rem; } }
.imgText h3 {
  font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 24px !important;
  text-transform: none;
  margin-bottom: 1.5rem; }

.bg-lightgrey {
  background-color: #f0f0f0; }

.bg-cream {
  background: #f5e1a4; }
  .bg-cream .workTogether h3 {
    border-bottom: 1px solid #0a0a0a; }

.bg-creamlight {
  background: #faf1e2; }

.bg-charcoal {
  background: #232121; }

.bg-gray {
  background: #e6e6e6; }

.bg-darkgrey {
  background: #3c3c3c; }

.bg-brown {
  background: #7b4931; }

.bg-darkbrown {
  background: #4c230e; }

@media print, screen and (min-width: 48em) {
  .bg-lightgrey, .bg-cream, .bg-creamlight, .bg-charcoal, .bg-gray, .bg-darkgrey, .bg-brown, .bg-darkbrown {
    margin-left: 0;
    margin-right: 0; } }

.contentpadding {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media print, screen and (min-width: 48em) {
    .contentpadding {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

.hover-orange:hover {
  background: #fa6129; }

.hover-blue:hover {
  background: #13a1cc; }

.hover-gold:hover {
  background: #ca9c3c; }

.bg-darkgrey p, .bg-darkgrey h1, .bg-darkgrey h2, .bg-darkgrey h3, .bg-darkgrey h4, .bg-darkgrey h5, .bg-darkgrey h6, .bg-darkgrey li, .bg-darkgrey figcaption, .bg-darkgrey a, .bg-darkgrey div, .bg-brown p, .bg-brown h1, .bg-brown h2, .bg-brown h3, .bg-brown h4, .bg-brown h5, .bg-brown h6, .bg-brown li, .bg-brown figcaption, .bg-brown a, .bg-brown div, .bg-charcoal p, .bg-charcoal h1, .bg-charcoal h2, .bg-charcoal h3, .bg-charcoal h4, .bg-charcoal h5, .bg-charcoal h6, .bg-charcoal li, .bg-charcoal figcaption, .bg-charcoal a, .bg-charcoal div, .bg-darkbrown p, .bg-darkbrown h1, .bg-darkbrown h2, .bg-darkbrown h3, .bg-darkbrown h4, .bg-darkbrown h5, .bg-darkbrown h6, .bg-darkbrown li, .bg-darkbrown figcaption, .bg-darkbrown a, .bg-darkbrown div {
  color: #fefefe; }
.bg-darkgrey a:hover, .bg-brown a:hover, .bg-charcoal a:hover, .bg-darkbrown a:hover {
  color: #ca9c3c; }

.c-block.bg-darkbrown h2 {
  text-transform: uppercase;
  border-bottom: none;
  color: #f5e1a4; }
  @media print, screen and (min-width: 60em) {
    .c-block.bg-darkbrown h2 {
      font-size: 80px; } }

@media print, screen and (min-width: 60em) {
  .c-block .titleFont h2 {
    font-size: 80px; } }

.c-block.bg-charcoal h2 strong {
  color: #ca9c3c;
  font-weight: normal; }

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .md-bg-darkgrey {
    background: #3c3c3c; }

  .md-bg-brown {
    background: #7b4931; } }
.wpb_single_image .vc_figure-caption {
  font-size: 16px;
  letter-spacing: 1px;
  padding-top: 1rem;
  text-align: center; }

.animated mark:after {
  max-width: calc(100% - 4px); }

mark {
  position: relative;
  background: transparent;
  display: inline-block; }
  mark:after {
    background-color: #fa6129;
    position: absolute;
    content: "";
    max-height: calc(100% - 14px);
    height: 100%;
    width: 100%;
    max-width: 0;
    left: 0;
    bottom: 11px;
    z-index: -1;
    transition: max-width .3s ease 1s; }

@media print, screen and (max-width: 47.99875em) {
  .reverse-box {
    flex-direction: column-reverse; } }

.repeater-item {
  margin-top: 2rem; }
  .repeater-item p {
    font-size: 16px; }

.btn {
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: .7rem 1.5rem;
  border: 1px solid #fa6129;
  letter-spacing: .1em;
  line-height: 1.75em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 .09px transparent;
  transition: box-shadow .75s ease; }
  .btn:hover {
    color: white;
    box-shadow: inset 900px 0 0 0 #fa6129; }

.btn-solidgold {
  background: #ca9c3c;
  border-color: #ca9c3c; }
  .btn-solidgold:hover {
    border-color: #fefefe;
    color: #0a0a0a !important;
    box-shadow: inset 900px 0 0 0 #fefefe; }

.btn-orange {
  border-color: #fa6129;
  color: #fefefe !important; }
  .btn-orange:hover {
    box-shadow: inset 900px 0 0 0 #fa6129; }

.btn-gold {
  border: 1px solid #ca9c3c; }
  .btn-gold:hover {
    color: #0a0a0a !important;
    box-shadow: inset 900px 0 0 0 #ca9c3c; }

.btn-brown {
  border: 1px solid #7b4931; }
  .btn-brown:hover {
    color: white;
    box-shadow: inset 900px 0 0 0 #7b4931; }

.btn-white {
  border: 1px solid #fefefe;
  color: #fefefe; }
  .btn-white:hover {
    border: 1px solid #0a0a0a;
    color: #0a0a0a;
    box-shadow: inset 900px 0 0 0 #f5e1a4; }

.projectDetail ul li, .c-block ul li, .newsContent ul li {
  list-style: none;
  position: relative; }
.projectDetail ul li:before, .c-block ul li:before, .newsContent ul li:before {
  content: "";
  height: 7px;
  width: 7px;
  background: #444;
  opacity: .5;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 13px;
  left: -16px; }

.bg-darkbrown.c-block ul li:before {
  background: #fff;
  top: 7px; }

.menu li:before, .pagination li:before {
  content: none !important; }

.noborder {
  border: none !important; }

.vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #4c230e !important; }

.vc_tta-panel .vc_tta-panel-title > a:hover {
  color: #ca9c3c !important; }

.vc_tta-panel .vc_tta-panel-body {
  background-color: #4c230e !important; }

.vc_tta-panel-title > a {
  padding: 1.5rem 2rem !important;
  line-height: 1.5; }
  @media print, screen and (max-width: 47.99875em) {
    .vc_tta-panel-title > a {
      padding: 1rem !important; } }

.vc_tta-panel-body {
  padding: 2rem 8rem 2rem 2rem !important; }
  @media print, screen and (max-width: 47.99875em) {
    .vc_tta-panel-body {
      padding: 0 2rem 2rem 1rem !important; } }
  .vc_tta-panel-body .btn {
    margin-top: 1.5rem; }
    @media print, screen and (max-width: 47.99875em) {
      .vc_tta-panel-body .btn {
        margin-top: 1rem !important; } }

.vc_tta-panel-body p {
  font-size: 14px; }

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
  border-width: 0 5px 5px 0 !important; }

.vc_tta .vc_tta-controls-icon {
  width: 32px !important;
  height: 32px !important;
  right: 30px !important; }

h4.vc_tta-panel-title {
  font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 27px;
  text-transform: none;
  font-weight: 700; }
  @media print, screen and (max-width: 47.99875em) {
    h4.vc_tta-panel-title {
      font-size: 21px !important; } }

@font-face {
  font-family: 'Dharma Gothic';
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/DharmaGothicM-Bold.eot");
  /* IE9 Compat Modes */
  src: local("Dharma Gothic Bold"), local("DharmaGothicM-Bold"), url("../../fonts/DharmaGothicM-Bold.woff2") format("woff2"), url("../../fonts/DharmaGothicM-Bold.woff") format("woff"), url("../../fonts/DharmaGothicM-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Dharma Gothic';
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/DharmaGothicM-Heavy.eot");
  /* IE9 Compat Modes */
  src: local("Dharma Gothic Heavy"), local("DharmaGothicM-Heavy"), url("../../fonts/DharmaGothicM-Heavy.woff2") format("woff2"), url("../../fonts/DharmaGothicM-Heavy.woff") format("woff"), url("../../fonts/DharmaGothicM-Heavy.ttf") format("truetype"); }
body {
  font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Dharma Gothic, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: .05rem;
  margin: 0;
  line-height: 1; }

h1 {
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px; }

h2 sup {
  font-size: 30px;
  vertical-align: 10px; }

h3 {
  line-height: .95em; }
  h3 sup {
    font-size: 30px;
    vertical-align: 10px; }

a {
  text-decoration: underline;
  transition: all 0.5s ease;
  color: #7b4931; }
  a:hover {
    color: #0a0a0a; }

strong, b {
  font-weight: bold; }

sup {
  top: -.5rem; }

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

.uppercase {
  text-transform: uppercase !important; }

.oversized {
  position: absolute;
  right: 0;
  opacity: .1;
  text-align: right;
  top: 10%; }
  .oversized p {
    font-family: Dharma Gothic, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-size: 250px;
    line-height: .8em; }

.smaller {
  font-size: 16px !important;
  line-height: 1.5 !important; }

a {
  transition: all .4s ease !important; }

.footer {
  background: #232121;
  color: white; }
  .footer h6 {
    font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .1em;
    padding-top: .5rem; }
  .footer .widget p {
    font-size: 14px;
    line-height: 1.35;
    color: #828282; }
    .footer .widget p strong {
      color: #fefefe;
      font-weight: 400; }
    .footer .widget p a {
      color: #828282; }
      .footer .widget p a:hover {
        color: #f5e1a4; }
  .footer .menu {
    flex: 1; }
    .footer .menu a {
      color: white;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      letter-spacing: 1px;
      font-size: 13px;
      line-height: 1.25; }
      .footer .menu a:hover {
        color: #f5e1a4; }
  .footer .inner-footer {
    padding: 2.25rem 0 2.5rem;
    max-width: 1500px;
    margin: 0 auto; }
    @media print, screen and (min-width: 48em) {
      .footer .inner-footer {
        width: calc(100% - 2rem); } }
    @media screen and (min-width: 80em) {
      .footer .inner-footer {
        width: calc(100% - 4rem); } }
    @media print, screen and (max-width: 47.99875em) {
      .footer .inner-footer {
        text-align: center; } }
  .footer .footerWrap {
    display: flex;
    justify-content: space-between; }
    @media print, screen and (max-width: 47.99875em) {
      .footer .footerWrap {
        flex-direction: column;
        align-items: center;
        gap: 2rem; } }
    @media print, screen and (max-width: 47.99875em) {
      .footer .footerWrap .footerCol {
        padding-left: .5rem;
        padding-right: .5rem; } }
  .footer .socialNav {
    margin: 0;
    padding: 0;
    gap: 8px; }
    @media print, screen and (max-width: 47.99875em) {
      .footer .socialNav {
        justify-content: center; } }
    .footer .socialNav a {
      font-size: 0;
      padding: 6px;
      background: white;
      display: block; }
      .footer .socialNav a:before {
        content: "";
        display: block;
        width: 16px;
        height: 16px; }
      .footer .socialNav a:hover {
        background: #f5e1a4; }
    .footer .socialNav a[href*="facebook.com"]:before {
      background: url(../../images/icon-facebook.svg) 0 0 no-repeat; }
    .footer .socialNav a[href*="linkedin.com"]:before {
      background: url(../../images/icon-linkedin.svg) 0 0 no-repeat; }
    .footer .socialNav a[href*="youtube.com"]:before {
      background: url(../../images/icon-youtube.svg) 0 0 no-repeat; }
    .footer .socialNav a[href*="instagram.com"]:before {
      background: url(../../images/icon-insta.svg) 0 0 no-repeat; }
    .footer .socialNav a[href*="x.com"]:before {
      background: url(../../images/icon-twitter.svg) 0 0 no-repeat; }
  .footer .footerLogo {
    margin-top: 1rem;
    max-width: 145px;
    display: flex;
    gap: 3rem;
    flex-direction: column; }
    .footer .footerLogo img {
      width: 100%; }
  .footer .copyright {
    margin-top: 2.5rem;
    font-size: 12px;
    color: #c4c4c4; }

.top-bar {
  display: flex;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 2rem; }

@media (min-width: 1024px) {
  p.lead {
    font-size: 26px;
    line-height: 1.45em;
    margin-bottom: 1.09em; } }
p.lead {
  font-size: 18px;
  line-height: 1.55em;
  margin-bottom: .89em; }

@media (min-width: 768px) {
  p.lead {
    font-size: 22px; } }
p.lead {
  font-size: 18px; }

.header {
  transition: all 0.5s ease;
  z-index: 8;
  width: 100%;
  position: fixed;
  /* Fixed position - sit on top of the page */
  top: 0;
  width: 100%;
  /* Full width */
  max-width: 120rem;
  transition: 0.4s;
  /* Add a transition effect (when scrolling - and font size is decreased) */ }
  .header .site-logo {
    position: absolute;
    top: 20px;
    transition: all 0.5s ease-in-out; }
    .header .site-logo a {
      display: block;
      width: 139px;
      height: 187px; }
      @media screen and (min-width: 80em) {
        .header .site-logo a {
          width: 185px;
          height: 240px; } }
      @media print, screen and (max-width: 47.99875em) {
        .header .site-logo a {
          width: 100px;
          height: 120px; } }
  .header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    transition: transform .4s ease-in-out; }
  .header .dropdown.menu > li.is-dropdown-submenu-parent:hover > a::after {
    transform: rotate(-180deg);
    border-color: #0a0a0a transparent transparent; }
  .header.sticky {
    z-index: 10; }
    @media print, screen and (min-width: 60em) {
      .header.sticky {
        border-bottom: 1px solid #0a0a0a;
        background: white; } }
    .header.sticky .dropdown.menu > li > a {
      padding: 1.75rem 1.5rem 1.75rem 1.5rem  !important; }
    .header.sticky .dropdown.menu > li.is-active > a {
      color: #7b4931; }
    .header.sticky .dropdown > li.is-dropdown-submenu-parent > a {
      padding-right: 1.5rem !important; }
    .header.sticky .header .dropdown.menu > li.is-dropdown-submenu-parent:hover > a::after {
      border-color: #000 transparent transparent; }
    .header.sticky .site-logo {
      top: 5px;
      background: url(../../images/logo-sticky.svg) center top no-repeat; }
      .header.sticky .site-logo a {
        display: block;
        width: 165px;
        height: 62px; }
    .header.sticky .menu-icon::after {
      background: #0a0a0a;
      box-shadow: 0 11px 0 #0a0a0a, 0 22px 0 #0a0a0a; }

/*.sticky.is-stuck {
    z-index: 10;
    border-bottom: 1px solid $black;
    
    .dropdown.menu > li > a {
        padding: 1.75rem 1.5rem 1.75rem 1rem  !important;
    }
    .site-logo  {
        top: 5px;
        background: url(../../images/logo-sticky.svg) center top no-repeat;
        
        a {
            display: block;
            width: 165px;
            height: 62px;                
        }
    }
    
}*/
.top-bar {
  transition: all 0.5s ease;
  z-index: 10; }
  .top-bar .custom-logo {
    width: 185px; }
  @media print, screen and (min-width: 60em) {
    .top-bar {
      background: #fefefe; } }

.close-button {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 24px; }

.toggle span {
  height: 4px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  transition: transform .05s ease-in-out 0s, background-color .3s ease-in-out 0s; }
.toggle span:nth-child(2) {
  top: calc(50% - 2px); }
.toggle span:nth-child(3) {
  bottom: 0;
  top: auto; }

.is-open .close-button .toggle {
  height: 24px;
  width: 30px;
  transition: right 0s ease; }
  .is-open .close-button .toggle span {
    transition: transform .5s ease-in-out 0s, background-color .3s ease-in-out 0s; }
    .is-open .close-button .toggle span:first-child {
      transform: rotate(45deg);
      transform-origin: bottom right;
      bottom: auto;
      top: 11px;
      width: 20px;
      left: auto;
      right: 0; }
    .is-open .close-button .toggle span:nth-child(3) {
      top: 10px;
      transform: rotate(-45deg);
      transform-origin: top right;
      width: 20px;
      left: auto;
      right: 0; }

.mobileIcon {
  display: flex;
  align-items: center;
  padding: 20px 0; }

.mainMenu > li.active, .sticky .mainMenu > li.active {
  text-decoration: underline; }
.mainMenu > li > a, .sticky .mainMenu > li > a {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 15px;
  color: #0a0a0a; }
  @media screen and (min-width: 80em) {
    .mainMenu > li > a, .sticky .mainMenu > li > a {
      font-size: 16px;
      letter-spacing: 1.5px; } }
.mainMenu .submenu, .sticky .mainMenu .submenu {
  padding: 1rem 0; }
  .mainMenu .submenu > li > a, .sticky .mainMenu .submenu > li > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 1px;
    padding: .5rem 1rem !important;
    color: #fefefe; }
    .mainMenu .submenu > li > a:hover, .sticky .mainMenu .submenu > li > a:hover {
      color: #f5e1a4; }

.pageHero {
  min-height: 400px;
  height: 70vh;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 64em) {
    .pageHero {
      min-height: 600px; } }
  .pageHero img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .pageHero .heroTitle {
    position: absolute;
    width: 100%;
    bottom: 2.5rem;
    z-index: 5; }
    @media print, screen and (max-width: 47.99875em) {
      .pageHero .heroTitle {
        bottom: 2rem; } }
    .pageHero .heroTitle h1 {
      color: white;
      font-size: 115px;
      line-height: 1;
      font-weight: 400;
      letter-spacing: 5px;
      margin: 0;
      border-bottom: none; }
      @media print, screen and (max-width: 47.99875em) {
        .pageHero .heroTitle h1 {
          font-size: 68px;
          padding-bottom: .5rem;
          letter-spacing: 2px; } }
      .pageHero .heroTitle h1 sup {
        font-size: 50px;
        vertical-align: 20px;
        top: -.5em; }
    .pageHero .heroTitle p {
      margin-bottom: 0;
      font-size: 24px;
      color: #fefefe; }

.pageHero:before {
  position: absolute;
  height: 40%;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #000;
  background: linear-gradient(180deg, transparent, #000);
  opacity: .75;
  transition: transform .3s ease; }

.breadcrumbWrap {
  padding: .5rem 0;
  background: #f6f6f6; }

#breadcrumbs {
  padding: .5rem 0;
  font-size: 14px; }

.nav {
  padding: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  .nav .copyright {
    font-size: 12px;
    color: #c4c4c4;
    padding: 20px 0; }

.mobileMenu {
  margin-top: 2rem;
  margin-left: 0;
  padding: 0;
  list-style: none; }
  .mobileMenu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.33;
    color: #757575; }
    .mobileMenu a:hover {
      color: #0a0a0a;
      text-decoration: underline; }

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

@media print, screen and (max-width: 47.99875em) {
  .off-canvas.position-right {
    width: 100%; } }

.parallax-text {
  will-change: transform;
  user-select: none; }

.subNav {
  margin-top: 1px;
  background: #0a0a0a; }
  @media print, screen and (max-width: 63.99875em) {
    .subNav .skinny-container {
      padding: 0;
      max-width: 100%;
      width: 100%; } }
  .subNav .pageMenu {
    margin: 0 auto; }
    @media print, screen and (max-width: 47.99875em) {
      .subNav .pageMenu {
        flex-direction: column; } }
    .subNav .pageMenu li {
      flex: 1;
      margin: 0; }
      .subNav .pageMenu li a {
        color: #fefefe;
        text-transform: uppercase;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .subNav .pageMenu li a:hover {
          color: #f5e1a4; }
      .subNav .pageMenu li.active a {
        background: #7b4931; }

.lead p, p.lead {
  font-size: 1.25rem !important;
  line-height: 1.6666667 !important; }
  .lead p strong, p.lead strong {
    color: #fa6129;
    font-weight: 400; }
  @media print, screen and (min-width: 60em) {
    .lead p, p.lead {
      font-size: 1.5rem !important; } }

.pageTitle {
  padding-top: 4rem; }
  .pageTitle h1 {
    border-bottom: 1px solid #e6e6e6;
    text-transform: none;
    padding-bottom: 1rem;
    letter-spacing: 3.5px; }

.pageContent {
  padding-bottom: 4rem;
  padding-left: 15px;
  padding-right: 15px; }
  .pageContent.c-block {
    margin-top: 3.5rem !important; }
  .pageContent h2 {
    font-size: 64px;
    text-transform: none;
    border-bottom: 1px solid #e6e6e6;
    scroll-margin-top: 6rem;
    margin-top: 6rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    letter-spacing: 2px; }
    @media print, screen and (max-width: 59.99875em) {
      .pageContent h2 {
        font-size: 56px;
        margin-top: 3rem; } }
    .pageContent h2 strong {
      color: #7b4931;
      font-weight: 400; }
  .pageContent .lead p, .pageContent p.lead {
    font-size: 1.6rem !important;
    line-height: 1.5 !important; }
    .pageContent .lead p strong, .pageContent p.lead strong {
      color: #fa6129;
      font-weight: 400; }
  .pageContent hr {
    margin: 3rem 0;
    border: none;
    height: 1px;
    background: #e6e6e6; }

.careList {
  text-transform: uppercase; }
  .careList li {
    font-size: 14px;
    line-height: 1.5; }

.expertise h1.page-title {
  text-transform: uppercase; }
.expertise .contentpadding {
  padding-top: 3rem;
  padding-bottom: 3rem; }
@media print, screen and (min-width: 60em) {
  .expertise .expertiseBlock.c-block, .expertise .c-block:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem; }
    .expertise .expertiseBlock.c-block p.lead, .expertise .c-block:first-child p.lead {
      font-size: 26px !important;
      line-height: 1.45 !important; } }

.borderY {
  border-bottom: 1px solid #e6e6e6; }
  .borderY h1.page-title {
    border-bottom: none !important; }

section.entry-content {
  min-height: 100px; }

.gfield_required {
  text-indent: -9999px;
  /* hides the text off-screen */
  position: relative; }

.gfield_required:after {
  content: '*';
  text-indent: 0;
  position: absolute;
  left: 0;
  color: #f56565; }

.gfield input.large, .gfield textarea, .gfield input {
  border-color: #ccc !important;
  box-shadow: none; }

.signhover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .signhover h2 {
    font-size: 96px;
    text-shadow: 0 0 15px black; }
    .signhover h2 a {
      text-decoration: none;
      color: white; }

.hoverwrap {
  padding: 32.5px !important; }
  .hoverwrap .wpb_wrapper {
    position: relative; }
  .hoverwrap:hover img {
    opacity: 0.2;
    transition: all 0.5s ease; }
  .hoverwrap .imgHover {
    max-width: 540px;
    margin: 0 auto;
    background: #408922; }

.sideText {
  max-width: 32rem;
  margin: 0 auto; }
  @media print, screen and (max-width: 47.99875em) {
    .sideText {
      padding: 24px 16px; } }

#movingImage {
  position: absolute;
  top: 40%;
  right: 690px;
  width: 126px;
  will-change: transform; }
  #movingImage img {
    width: 126px; }

.floatingArrow {
  overflow: hidden;
  padding-bottom: 0 !important;
  margin-bottom: 100px; }
  @media print, screen and (max-width: 1024px) {
    .floatingArrow {
      margin-top: 3rem; } }

@media print, screen and (max-width: 768px) {
  .leftText {
    max-width: 450px; } }
.expertiseGrid .vc_gitem_row .vc_gitem-col {
  padding: 27px 0 0; }
.expertiseGrid h4 {
  font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  text-transform: none; }
.expertiseGrid p {
  font-size: 14px;
  line-height: 1.5; }
.expertiseGrid a {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700; }

.homeProductItem {
  padding-top: 1rem; }
  .homeProductItem a {
    text-decoration: inherit;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
  transform: rotate(45deg);
  width: 8px;
  height: 8px; }

.cultureGrid h4 {
  font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif; }

@media screen and (min-width: 768px) {
  .post-grid .vc_pageable-slide-wrapper {
    display: flex; }

  .bigFont {
    font-size: 80px !important;
    line-height: .95;
    text-transform: uppercase !important;
    letter-spacing: 2px; } }
.post-grid .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini {
  background: #232121;
  height: 100%; }
.post-grid p {
  font-size: 14px;
  margin: 0;
  line-height: 1.4; }
.post-grid h4 {
  font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: none; }
.post-grid .gridTitle {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0, transparent 40%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px); }

ul.sitemapList li {
  margin: 0; }
ul.sitemapList ul {
  margin-bottom: 1rem; }

h1.project-title {
  font-size: 58px !important;
  line-height: 1;
  text-transform: none;
  padding-bottom: 0 !important;
  letter-spacing: 2px !important; }

.taxonomy-description h2 {
  font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.5rem;
  text-transform: none;
  border-top: none;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
  letter-spacing: 0;
  padding-bottom: 1.55rem;
  margin-bottom: 0; }
  .taxonomy-description h2 strong {
    color: #408922; }

.project-block {
  margin-top: 60px !important; }

.projectNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0; }
  @media print, screen and (max-width: 59.99875em) {
    .projectNav {
      flex-direction: column; } }
  .projectNav .navRight {
    min-width: 256px; }
    .projectNav .navRight input[type="search"] {
      border-color: #000 !important; }

.projectsMenu {
  margin: 10px 0; }
  @media print, screen and (max-width: 59.99875em) {
    .projectsMenu {
      justify-content: center; } }
  .projectsMenu .menu-item {
    margin-right: .5rem; }
    .projectsMenu .menu-item a {
      font-size: 14px;
      line-height: 1.4;
      padding: .75rem;
      color: #0a0a0a; }
      @media print, screen and (max-width: 59.99875em) {
        .projectsMenu .menu-item a {
          padding: .5rem; } }
      .projectsMenu .menu-item a:hover {
        background: #f5e1a4; }
    .projectsMenu .menu-item.active a {
      background: #e6e6e6; }

.rowProject {
  margin-left: -1rem;
  margin-right: -1rem; }

.pageHero .location {
  text-transform: uppercase;
  font-size: 18px !important;
  color: #fefefe;
  margin: 0;
  font-weight: 700;
  letter-spacing: .1em; }

.introTop {
  position: relative; }
  @media print, screen and (max-width: 63.99875em) {
    .introTop {
      margin-top: 1rem; } }
  .introTop .projectDetail {
    padding: 2rem 0;
    min-height: 400px;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 64em) {
      .introTop .projectDetail {
        padding: 3.6rem 3.5rem 3.6rem 0; } }
    @media print, screen and (max-width: 63.99875em) {
      .introTop .projectDetail {
        margin: 0 auto;
        max-width: 48rem; } }
    .introTop .projectDetail p.lead {
      font-size: 1.35rem !important;
      line-height: 1.5 !important; }
  .introTop .summaryProject {
    padding: 1.5rem;
    top: 0;
    right: 0;
    background: #f5e1a4; }
    @media screen and (min-width: 64em) {
      .introTop .summaryProject {
        padding: 4rem;
        position: absolute;
        width: 33.3%;
        height: 100%; } }
    .introTop .summaryProject .grid {
      gap: 1.5rem 1rem; }
    .introTop .summaryProject h3 {
      font-size: 3rem;
      line-height: 1;
      text-transform: none;
      font-weight: 600;
      margin: 0;
      margin-bottom: 1.5rem; }
    .introTop .summaryProject h4 {
      font-size: 16px;
      line-height: 1.5;
      font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
      letter-spacing: .025em;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0; }
    .introTop .summaryProject p {
      font-size: 14px;
      line-height: 20px;
      margin: 0; }

.projectBlock {
  position: relative;
  height: 350px;
  overflow: hidden;
  margin-bottom: 2rem; }
  @media screen and (min-width: 80em) {
    .projectBlock {
      height: 450px; } }
  .projectBlock .vc_column-inner {
    padding: 0; }
  .projectBlock h3 {
    font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: none;
    margin-top: 0;
    line-height: 1.25;
    margin-bottom: 1.5rem; }
  .projectBlock .location {
    text-transform: uppercase;
    font-size: 12px !important; }
  .projectBlock .viewProject {
    opacity: 0;
    display: flex;
    justify-content: space-between;
    transition: opacity .3s ease; }
    .projectBlock .viewProject a {
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      color: #fefefe;
      display: block;
      text-decoration: none; }
      .projectBlock .viewProject a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .projectBlock .viewProject .arrowRight {
      animation: pulse-right 1.5s linear infinite; }
      .projectBlock .viewProject .arrowRight img {
        width: 40px; }
  .projectBlock .projectHover {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .3s ease;
    padding: 2rem;
    color: white;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0, transparent 60%);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .projectBlock .projectHover p {
      opacity: 0;
      transition: opacity .3s ease;
      color: white;
      text-decoration: none;
      font-size: 17px;
      line-height: 1.5; }
    .projectBlock .projectHover:hover {
      background: rgba(64, 137, 34, 0.9); }
      .projectBlock .projectHover:hover p, .projectBlock .projectHover:hover a, .projectBlock .projectHover:hover .viewProject {
        opacity: 1; }
  .projectBlock .proImage {
    height: 100%; }
    .projectBlock .proImage div, .projectBlock .proImage figure, .projectBlock .proImage a {
      height: 350px;
      width: 100%; }
    .projectBlock .proImage img {
      transition: .5s ease-in-out;
      object-fit: cover;
      height: 100%;
      width: 100%;
      object-position: center; }
  .projectBlock:hover img {
    transform: scale(1.075); }
  .projectBlock .proLink {
    position: absolute;
    bottom: 2rem; }
    .projectBlock .proLink a {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 700;
      padding-right: 2rem;
      text-decoration: none; }

.single-project .c-block h2 {
  text-transform: uppercase;
  font-size: 48px !important; }

@-webkit-keyframes pulse-right {
  0%,50%,to {
    transform: translateX(0); }
  25% {
    transform: translateX(3px); }
  75% {
    transform: translateX(-3px); } }
@keyframes pulse-right {
  0%,50%,to {
    transform: translateX(0); }
  25% {
    transform: translateX(3px); }
  75% {
    transform: translateX(-3px); } }
.singleProject .vc_grid-item-mini {
  display: flex;
  background: #0a0a0a;
  color: #fefefe;
  flex-direction: column; }
  .singleProject .vc_grid-item-mini h4 {
    font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: none; }
  .singleProject .vc_grid-item-mini .gridLocation {
    margin-bottom: 2rem;
    font-weight: 700;
    text-transform: uppercase; }
  .singleProject .vc_grid-item-mini .vc_gitem-animate {
    width: 100%; }
  .singleProject .vc_grid-item-mini .vc_gitem-zone-c {
    width: 100%;
    padding: 1rem; }
  .singleProject .vc_grid-item-mini .vc_gitem-zone {
    height: 100%; }
  @media print, screen and (min-width: 48em) {
    .singleProject .vc_grid-item-mini {
      flex-direction: row; }
      .singleProject .vc_grid-item-mini .vc_gitem-animate {
        width: 33.33%; }
      .singleProject .vc_grid-item-mini .vc_gitem-zone-c {
        width: 66.67%;
        padding: 3rem; } }
.singleProject .vc_btn3-style-custom {
  background-image: none !important;
  padding: 0 2.5rem 0 0 !important; }
.singleProject .btn {
  padding-right: 6px; }

.projectGrid {
  font-size: 17px;
  color: #fefefe; }
  @media print, screen and (max-width: 59.99875em) {
    .projectGrid {
      max-width: 480px;
      margin: 0 auto; } }
  .projectGrid h3 {
    color: #fefefe;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1.5rem; }
  .projectGrid .gridTitle {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0, transparent 40%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px); }
  .projectGrid .vc_gitem_row .vc_gitem-col {
    padding: 2rem; }
  .projectGrid .vc_btn3.vc_btn3-style-custom {
    background-image: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 !important;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
    text-align: left;
    position: relative; }
    .projectGrid .vc_btn3.vc_btn3-style-custom:after {
      content: "";
      position: absolute;
      width: 40px;
      height: 100%;
      right: 0;
      top: 0;
      display: block;
      background: url(../../images/arrow-two.svg) 0 center no-repeat;
      animation: pulse-right 1.5s linear infinite; }
  .projectGrid .location, .projectGrid .category {
    display: contents;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-right: 4px; }
  .projectGrid .category:before {
    content: " ◆ "; }
  @media print, screen and (max-width: 79.99875em) {
    .projectGrid .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9::before {
      padding-top: 75% !important; } }
  @media print, screen and (max-width: 63.99875em) {
    .projectGrid .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9::before {
      padding-top: 100% !important; } }
  @media print, screen and (max-width: 59.99875em) {
    .projectGrid {
      font-size: 15px;
      line-height: 1.35; }
      .projectGrid .vc_gitem_row .vc_gitem-col {
        padding: 1rem; }
      .projectGrid h3 {
        font-size: 1.25rem; } }

@media print, screen and (min-width: 48em) {
  .single-project .container .vc_col-sm-6 .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.projectGrid .vc_gitem-zone-b .vc_gitem-row-position-top {
  height: 100%; }
  .projectGrid .vc_gitem-zone-b .vc_gitem-row-position-top .vc_gitem-col {
    height: 100%; }
    .projectGrid .vc_gitem-zone-b .vc_gitem-row-position-top .vc_gitem-col .vc_btn3-left {
      position: absolute;
      bottom: 0;
      width: calc(100% - 60px); }

.valueBlock {
  position: relative;
  min-height: 300px; }
  .valueBlock h3 {
    font-size: 3rem;
    line-height: 1;
    margin: 0;
    font-weight: normal;
    margin-bottom: 1.5rem; }
  .valueBlock p {
    font-size: 15px;
    line-height: 1.5; }
  .valueBlock .valueNumber {
    position: absolute;
    bottom: -34px; }
    .valueBlock .valueNumber p {
      font-family: Dharma Gothic, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
      font-size: 170px;
      opacity: .1;
      line-height: .6; }

.teamBlock .teamImg {
  background: #faf1e2;
  padding-top: 3rem;
  margin-bottom: 2rem;
  overflow: hidden; }
  .teamBlock .teamImg img {
    transition: .3s ease; }
  .teamBlock .teamImg:hover img {
    transform: scale(1.075); }
.teamBlock p {
  margin: 0;
  line-height: 1.2;
  font-size: 16px; }
  .teamBlock p strong {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px; }
.teamBlock .vc_icon_element {
  padding-top: 10px; }

.employeeBlock {
  padding-bottom: 2rem; }
  .employeeBlock h4 {
    font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: none; }
  .employeeBlock p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5; }
    .employeeBlock p.uppercase {
      font-size: 12px;
      letter-spacing: 0.5px;
      font-weight: 700;
      margin-bottom: 12px; }

@media print, screen and (max-width: 59.99875em) {
  #menu-our-people {
    flex-direction: column; } }
#menu-our-people li {
  flex: 1;
  text-align: center;
  margin: 0; }
  #menu-our-people li.active a {
    background: #7b4931; }
  #menu-our-people li a {
    padding: 5px;
    height: 64px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #menu-our-people li a:hover {
      color: #f5e1a4; }

.peopleTitle h2 {
  font-size: 78px;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: .95; }
  @media print, screen and (max-width: 59.99875em) {
    .peopleTitle h2 {
      font-size: 50px !important; } }
  .peopleTitle h2 strong {
    font-size: 105px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ca9c3c; }
    @media print, screen and (max-width: 59.99875em) {
      .peopleTitle h2 strong {
        font-size: 65px; } }

.iconBlock .vc_figure-caption {
  font-size: 18px !important;
  font-weight: 700;
  padding-top: 2rem !important;
  margin-bottom: 1rem;
  margin-top: 0;
  letter-spacing: .1em;
  text-transform: uppercase; }
.iconBlock .wpb_column {
  position: relative; }
  @media print, screen and (min-width: 60em) {
    .iconBlock .wpb_column:after {
      content: "";
      right: 0;
      border-right: 1px solid #f5e1a4;
      position: absolute;
      top: 30%;
      bottom: 40%; } }
  .iconBlock .wpb_column:last-of-type:after {
    display: none; }

.productBlock {
  position: relative;
  height: 350px;
  overflow: hidden; }
  @media screen and (min-width: 64em) {
    .productBlock {
      height: 450px; } }
  .productBlock .vc_column-inner {
    padding: 0; }
  .productBlock h3 {
    font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 1.5rem;
    line-height: 1.25; }
  .productBlock .productHover {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .3s ease;
    padding: 2rem;
    color: white;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0, transparent 60%); }
    .productBlock .productHover p, .productBlock .productHover a {
      opacity: 0;
      transition: opacity .3s ease;
      color: white; }
    .productBlock .productHover:hover {
      background: rgba(76, 35, 14, 0.9); }
      .productBlock .productHover:hover p, .productBlock .productHover:hover a {
        opacity: 1; }
  .productBlock .proImage {
    height: 100%; }
    .productBlock .proImage div, .productBlock .proImage figure, .productBlock .proImage a {
      height: 350px;
      width: 100%; }
      @media screen and (min-width: 64em) {
        .productBlock .proImage div, .productBlock .proImage figure, .productBlock .proImage a {
          height: 450px; } }
    .productBlock .proImage img {
      transition: .5s ease-in-out;
      object-fit: cover;
      height: 100%;
      width: 100%;
      object-position: center; }
  .productBlock .proLink {
    font-size: .85rem; }
    .productBlock .proLink a {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 700;
      padding-right: 3rem;
      text-decoration: none;
      position: relative;
      display: block; }
      .productBlock .proLink a:after {
        content: "";
        position: absolute;
        width: 40px;
        height: 100%;
        right: 0;
        top: 0;
        display: block;
        background: url(../../images/arrow-two.svg) 0 center no-repeat;
        animation: pulse-right 1.5s linear infinite; }
      .productBlock .proLink a:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        display: block; }

.productGrid h4 {
  font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  letter-spacing: 2px;
  margin: 0;
  color: #0a0a0a;
  font-weight: 700;
  font-size: 14px; }
.productGrid p {
  font-size: 13px;
  line-height: 1.35;
  color: #0a0a0a; }

.productMap {
  position: relative; }
  .productMap .productSummary {
    padding: 2rem 0;
    min-height: auto;
    display: flex;
    flex-direction: column; }
    @media print, screen and (min-width: 48em) {
      .productMap .productSummary {
        padding: 3.6rem 2rem 3.6rem 0; } }
    @media print, screen and (min-width: 48em) {
      .productMap .productSummary {
        min-height: 700px; } }
    .productMap .productSummary p.lead {
      font-size: 1.35rem !important;
      line-height: 1.5 !important; }
  .productMap .contactSummary {
    min-height: auto; }
    @media print, screen and (min-width: 48em) {
      .productMap .contactSummary {
        min-height: 600px; } }
  .productMap .productLocation {
    background: #f5e1a4;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media print, screen and (max-width: 47.99875em) {
      .productMap .productLocation {
        margin-left: -1rem;
        margin-right: -1rem; } }
    @media print, screen and (min-width: 48em) {
      .productMap .productLocation {
        position: absolute;
        width: 33.3%;
        height: 100%;
        top: 0;
        right: 0;
        margin-bottom: 0; } }
    .productMap .productLocation .locationForm {
      padding: 4rem 2.5rem;
      min-height: 300px; }
      @media print, screen and (max-width: 47.99875em) {
        .productMap .productLocation .locationForm {
          padding: 1.5rem; } }
      .productMap .productLocation .locationForm h3 {
        font-size: 48px;
        text-transform: none; }
        @media only screen and (min-width: 768px) and (max-width: 1200px) {
          .productMap .productLocation .locationForm h3 {
            font-size: 4vw; } }
      .productMap .productLocation .locationForm p {
        line-height: 1.25;
        font-size: 14px;
        color: #fa6129; }
    .productMap .productLocation .mapLocation {
      background: url(../../images/map-bg.jpg) 0 0 no-repeat;
      background-size: cover;
      min-height: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 2rem;
      padding-right: 2rem;
      flex: 1; }
    .productMap .productLocation #office-list {
      background: #fefefe;
      padding: 1.5rem; }
      @media print, screen and (min-width: 48em) {
        .productMap .productLocation #office-list {
          height: 400px;
          padding: 1rem 2.5rem;
          overflow-y: scroll; } }
  @media print, screen and (max-width: 47.99875em) {
    .productMap .contactLocation {
      margin-left: -1rem;
      margin-right: -1rem;
      margin-bottom: 0; } }

.archiveList .entry-content {
  max-width: 48rem; }
  .archiveList .entry-content p {
    margin: 12px 0;
    line-height: 1.5; }

.arrows {
  background-image: url(../../images/arrow.svg);
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 420px; }
  .arrows.bg-lightgrey {
    height: 12rem; }

.blog h1.page-title, .single h1.page-title, .category h1.page-title {
  margin-bottom: 2.5rem; }
.blog h1, .single h1, .category h1 {
  text-transform: none;
  margin: 4rem 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb; }
  @media print, screen and (max-width: 47.99875em) {
    .blog h1, .single h1, .category h1 {
      margin: 2rem 0 1rem; } }
.blog .time, .single .time, .category .time {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4c230e; }
.blog .category-news, .single .category-news, .category .category-news {
  padding-bottom: 4rem; }
  @media print, screen and (max-width: 47.99875em) {
    .blog .category-news, .single .category-news, .category .category-news {
      padding-bottom: 0; } }

.blogTitle {
  font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  text-transform: none;
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 1rem; }

.single-title {
  text-transform: none; }
  @media print, screen and (max-width: 47.99875em) {
    .single-title {
      letter-spacing: 1px; } }

.archiveList {
  padding-bottom: 0rem; }
  @media print, screen and (max-width: 47.99875em) {
    .archiveList {
      padding-bottom: 2rem; } }

.category-news {
  position: relative; }
  .category-news .byline {
    font-size: 15px;
    text-transform: uppercase;
    color: #4c230e;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px; }
    .category-news .byline.postTime {
      margin-top: 2rem;
      color: #0a0a0a; }
  .category-news .readMore {
    font-size: 12px;
    text-transform: uppercase;
    color: #fa6129;
    text-decoration: none;
    font-weight: 700; }
    .category-news .readMore:hover {
      color: #4c230e; }
  .category-news .newsContent {
    scroll-margin-top: 5rem;
    margin-top: 1.5rem; }
    .category-news .newsContent .lead {
      padding-bottom: 1rem; }

.workTogether {
  max-width: 32rem;
  margin: 0 auto; }
  @media print, screen and (max-width: 59.99875em) {
    .workTogether {
      padding: 24px 16px; } }
  .workTogether h3 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 4rem;
    line-height: .95em;
    font-weight: 400;
    font-family: Dharma Gothic, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif; }
  .workTogether p {
    font-size: 18px !important;
    line-height: 1.7;
    margin: 1.4rem 0; }
  .workTogether p.lead {
    font-size: 22px !important;
    padding-bottom: 0 !important;
    line-height: 32px !important; }

.page-navigation .pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center; }
  .page-navigation .pagination li {
    width: 40px;
    text-align: center;
    line-height: 40px; }
  .page-navigation .pagination a {
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none; }
    .page-navigation .pagination a.prev, .page-navigation .pagination a.next {
      color: white;
      text-indent: 999px;
      background-size: 22px !important; }
      .page-navigation .pagination a.prev:hover, .page-navigation .pagination a.next:hover {
        background-color: #4c230e; }
    .page-navigation .pagination a.prev {
      background: url(../../images/arrow-prev.svg) center no-repeat #7b4931; }
    .page-navigation .pagination a.next {
      background: url(../../images/arrow-wh.svg) center no-repeat #7b4931; }

.searchOut {
  padding: 3rem 0; }

.searchWrap input[type="search"], .searchWrap select, .product-search input[type="search"], .product-search select {
  box-shadow: none;
  border-color: #7b4931; }
.searchWrap select, .product-search select {
  background: url(../../images/dropdown.svg) right 0.5rem center no-repeat #0a0a0a;
  color: #fefefe;
  background-size: 24px; }

.search-form {
  position: relative;
  width: 100%;
  max-width: 670px; }
  .search-form .search-submit.button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 39px;
    color: #fefefe;
    border: none;
    text-indent: 9999px;
    background: url(../../images/arrow-wh.svg) center no-repeat #7b4931;
    background-size: 22px; }
    .search-form .search-submit.button:hover {
      background-color: #4c230e; }
  .search-form .search-field {
    margin-bottom: 0; }

.searchResult {
  padding-bottom: 6rem; }
  .searchResult .searchList {
    padding: 3rem;
    margin-bottom: 2rem; }
    @media print, screen and (max-width: 59.99875em) {
      .searchResult .searchList {
        padding: 1rem; } }
    .searchResult .searchList article {
      display: flex;
      gap: 2rem; }
      .searchResult .searchList article .contentLeft {
        width: 75%;
        flex-grow: 1; }
      .searchResult .searchList article img {
        width: 248px;
        object-fit: cover;
        height: 200px; }
      @media print, screen and (max-width: 59.99875em) {
        .searchResult .searchList article {
          flex-direction: column-reverse; }
          .searchResult .searchList article .contentLeft, .searchResult .searchList article img {
            width: 100%; } }
    .searchResult .searchList:nth-child(odd) {
      background: #f5e1a4; }
    .searchResult .searchList h3 {
      font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
      text-transform: none;
      font-size: 1.5rem;
      font-weight: 700; }
    .searchResult .searchList .searchSummary {
      margin: 1.5rem 0; }
      .searchResult .searchList .searchSummary p {
        font-size: 16px; }
    .searchResult .searchList .readMore {
      color: #fa6129;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-decoration: none;
      font-size: 13px;
      font-weight: 700; }
      .searchResult .searchList .readMore:hover {
        color: #4c230e; }

.head_office {
  padding: 2rem;
  height: 300px; }
  .head_office h4 {
    font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px; }
  .head_office p {
    line-height: 1.5;
    font-size: 14px; }

.officemap {
  hight: 325px; }

.findWrap {
  padding: 4rem 0; }
  .findWrap .prose {
    max-width: 50rem;
    font-size: 1.125rem;
    line-height: 1.7777778; }

.logoWrap {
  padding: 0 1rem; }
  @media print, screen and (min-width: 48em) {
    .logoWrap {
      padding: 0 5rem; } }

.logoBlock .vc_column-inner {
  border: 1px solid #e5e7eb; }

.logoBlock .wpb_single_image .vc_figure {
  padding: 10px; }
  @media print, screen and (min-width: 48em) {
    .logoBlock .wpb_single_image .vc_figure {
      padding: 30px; } }
  @media print, screen and (min-width: 60em) {
    .logoBlock .wpb_single_image .vc_figure {
      padding: 20px; } }
  @media screen and (min-width: 80em) {
    .logoBlock .wpb_single_image .vc_figure {
      padding: 40px; } }

.current .vc_grid-item {
  opacity: 1;
  transform: translateY(0); }

.slideContent .vc_grid-item {
  opacity: 0;
  transform: translateY(150px);
  transition: opacity .8s linear, transform .8s ease; }
  .slideContent .vc_grid-item:first-of-type {
    transition-delay: .4s; }
  .slideContent .vc_grid-item:nth-of-type(2) {
    transition-delay: .8s; }
  .slideContent .vc_grid-item:nth-of-type(3) {
    transition-delay: 1.2s; }

@media print, screen and (min-width: 48em) {
  .search-product, .search-location {
    display: flex;
    gap: 2rem;
    align-items: center; } }
.search-product label, .search-location label {
  color: #8a8a8a; }

.locationPop img {
  float: right;
  margin-left: 10px; }
.locationPop h3 {
  font-size: 18px;
  font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  text-transform: none;
  font-weight: 700;
  color: #7b4931;
  margin-bottom: 1rem;
  letter-spacing: 0; }
.locationPop h4 {
  font-family: "Open Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 6px; }
.locationPop p {
  font-size: 13px;
  line-height: 1.35; }
.locationPop strong {
  font-weight: 400; }
.locationPop .block {
  text-transform: uppercase; }

#offices {
  list-style: none;
  margin: 15px; }
  #offices li span {
    font-size: 12px; }

.locationSearch {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  position: relative; }
  .locationSearch .locationLeft {
    width: 100%; }
    @media print, screen and (min-width: 48em) {
      .locationSearch .locationLeft {
        width: 33.33%;
        max-width: 485px;
        overflow-y: scroll;
        height: 600px;
        background: #fefefe; } }
    .locationSearch .locationLeft #office-list {
      padding: 1rem 1rem 1rem 0; }
      .locationSearch .locationLeft #office-list .subsidiary {
        font-size: 24px;
        font-weight: 700;
        color: #7b4931; }
  .locationSearch .locationRight {
    width: 100%;
    position: relative; }
    .locationSearch .locationRight strong {
      font-weight: 400; }
    @media print, screen and (min-width: 48em) {
      .locationSearch .locationRight {
        width: 66.67%;
        position: absolute;
        top: 0;
        right: 0; } }

#offices {
  margin: 15px 0; }
  #offices li {
    font-size: 13px;
    line-height: 1.35;
    padding: 10px 0;
    border-bottom: 1px solid #ddd; }
    #offices li div {
      margin: 5px 0; }
    #offices li .officeName {
      text-transform: uppercase;
      font-weight: 700;
      text-decoration: underline;
      font-size: 14px;
      cursor: pointer; }
      @media screen and (min-width: 80em) {
        #offices li .officeName {
          padding-right: 30px; } }
      #offices li .officeName:hover {
        color: #fa6129; }
    @media screen and (min-width: 80em) {
      #offices li .address {
        display: grid;
        gap: 1rem;
        grid-template-columns: 1fr 1.6fr;
        padding-right: 30px; } }
    @media print, screen and (max-width: 47.99875em) {
      #offices li .address {
        display: grid;
        gap: 1rem;
        grid-template-columns: 1fr 1.5fr; } }
    #offices li .address div {
      flex: 1; }
    #offices li strong {
      text-transform: uppercase; }
      #offices li strong.block:nth-child(n+2) {
        display: inline-block;
        margin-top: 10px; }

.text-brown {
  color: #7b4931;
  font-weight: 700; }

/*@import "variables";
@import "custom/button";
@import "custom/home";
@import "custom/loading";
@import "custom/menu";
@import "custom/modal";
@import "custom/footer";
@import "custom/page";
*/
