/*!
Theme Name: Leibowitz
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE©
Text Domain: leibowitz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Leibowitz is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* TIP: Search for "Brand Colors" to get the CSS classes for Leibowitz's brand palette! */

@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,400;0,600;1,400;1,600&display=swap");
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.cell.auto {
  flex: 1 1 0px;
}

.cell.shrink {
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

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

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-up-1 > .cell {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

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

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

  .grid-x > .large-1 {
    width: 8.33333%;
  }

  .grid-x > .large-2 {
    width: 16.66667%;
  }

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

  .grid-x > .large-4 {
    width: 33.33333%;
  }

  .grid-x > .large-5 {
    width: 41.66667%;
  }

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

  .grid-x > .large-7 {
    width: 58.33333%;
  }

  .grid-x > .large-8 {
    width: 66.66667%;
  }

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

  .grid-x > .large-10 {
    width: 83.33333%;
  }

  .grid-x > .large-11 {
    width: 91.66667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }

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

  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }

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

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

  .large-up-3 > .cell {
    width: 33.33333%;
  }

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

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

  .large-up-6 > .cell {
    width: 16.66667%;
  }

  .large-up-7 > .cell {
    width: 14.28571%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

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

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

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .large-12 {
    width: 100%;
  }
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

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

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

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

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

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

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

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

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

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

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

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

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

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

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

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 1024px) {
  .large-offset-0 {
    margin-left: 0%;
  }

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

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

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

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

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

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

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

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

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

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

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

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

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

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

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

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

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

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

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

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }

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

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.33333%;
  }

  .grid-y > .medium-2 {
    height: 16.66667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.33333%;
  }

  .grid-y > .medium-5 {
    height: 41.66667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.33333%;
  }

  .grid-y > .medium-8 {
    height: 66.66667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.33333%;
  }

  .grid-y > .medium-11 {
    height: 91.66667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }

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

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.33333%;
  }

  .grid-y > .large-2 {
    height: 16.66667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.33333%;
  }

  .grid-y > .large-5 {
    height: 41.66667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.33333%;
  }

  .grid-y > .large-8 {
    height: 66.66667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.33333%;
  }

  .grid-y > .large-11 {
    height: 91.66667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 1024px) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

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

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

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

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

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

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

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

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

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

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

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

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

@media screen and (min-width: 1024px) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

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

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

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

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

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

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

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

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

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

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

@media screen and (min-width: 1024px) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 1024px) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

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

@media screen and (min-width: 1024px) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1024px) {
  .large-order-1 {
    order: 1;
  }

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

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

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

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

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

.flex-container {
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

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

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

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

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

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

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

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

@media screen and (min-width: 1024px) {
  .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;
  }
}

.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.opacity-0 {
  opacity: 0;
}
#layout-mapped {
  flex-direction: column;
}

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

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

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

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

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

@media screen and (min-width: 1024px) {
  .hide-for-large {
    display: none !important;
  }
}

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

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

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

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

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

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

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

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

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

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

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

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

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

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

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

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.25rem;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic !important;
}

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}

.rounded .switch-paddle {
  border-radius: 5000px !important;
}

.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.1875rem;
}

.bordered {
  border: 0.0625rem solid #cacaca;
}

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
}

.separator-center {
  text-align: center !important;
}

.separator-center::before,
.separator-center::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.separator-center::after {
  clear: both;
}

.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}

.separator-left::before,
.separator-left::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.separator-left::after {
  clear: both;
}

.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}

.separator-right::before,
.separator-right::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.separator-right::after {
  clear: both;
}

.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

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

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.border-box {
  box-sizing: border-box !important;
}

.border-none {
  border: none !important;
}

.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

.width-100 {
  width: 100% !important;
}

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

.height-100 {
  height: 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

.margin-0 {
  margin: 0rem !important;
}

.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-left-0 {
  margin-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-1 {
  margin: 1rem !important;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-right-1 {
  margin-right: 1rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.margin-left-1 {
  margin-left: 1rem !important;
}

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.padding-1 {
  padding: 1rem !important;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.padding-right-1 {
  padding-right: 1rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.padding-left-1 {
  padding-left: 1rem !important;
}

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.margin-2 {
  margin: 2rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-right-2 {
  margin-right: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-left-2 {
  margin-left: 2rem !important;
}

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.padding-2 {
  padding: 2rem !important;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.padding-right-2 {
  padding-right: 2rem !important;
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.margin-3 {
  margin: 3rem !important;
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.margin-right-3 {
  margin-right: 3rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-left-3 {
  margin-left: 3rem !important;
}

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.padding-3 {
  padding: 3rem !important;
}

.padding-top-3 {
  padding-top: 3rem !important;
}

.padding-right-3 {
  padding-right: 3rem !important;
}

.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

.padding-left-3 {
  padding-left: 3rem !important;
}

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.text-uc {
  text-transform: uppercase;
}

@font-face {
  font-family: "Breve";
  src: url("../assets/BreveTextBook.otf") format("opentype");
  src: url("../assets/BreveTextBook.ttf") format("ttf");
  src: url("../assets/BreveTextBook.woff") format("woff");
  src: url("../assets/BreveTextBook.woff2") format("woff2");
}

@font-face {
  font-family: "Breve Bold";
  src: url("../assets/BreveTextBold.otf") format("opentype");
  src: url("../assets/BreveTextBold.ttf") format("ttf");
  src: url("../assets/BreveTextBold.woff") format("woff");
  src: url("../assets/BreveTextBold.woff2") format("woff2");
}

@-webkit-keyframes cog {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(180deg);
  }
}

@keyframes cog {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(180deg);
  }
}

@-webkit-keyframes expand {
  from {
    opacity: 0;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes expand {
  from {
    opacity: 0;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes rotate-cw {
  from {
    transform: rotate(-45deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes rotate-cw {
  from {
    transform: rotate(-45deg);
  }

  to {
    transform: rotate(0);
  }
}

@-webkit-keyframes rotate-ccw {
  from {
    transform: rotate(45deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes rotate-ccw {
  from {
    transform: rotate(45deg);
  }

  to {
    transform: rotate(0);
  }
}

@-webkit-keyframes slide-up {
  from {
    transform: translateY(10px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slide-up {
  from {
    transform: translateY(10px);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-left {
  from {
    transform: translateX(20px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slide-left {
  from {
    transform: translateX(20px);
  }

  to {
    transform: translateX(0);
  }
}

@-webkit-keyframes slide-right {
  from {
    transform: translateX(-20px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slide-right {
  from {
    transform: translateX(-20px);
  }

  to {
    transform: translateX(0);
  }
}

@-webkit-keyframes rotate-text {
  4.5% {
    transform: translateY(-100%);
  }

  9% {
    transform: translateY(-200%);
  }

  13.5% {
    transform: translateY(-300%);
  }

  18% {
    transform: translateY(-400%);
  }

  22.5% {
    transform: translateY(-500%);
  }

  27% {
    transform: translateY(-600%);
  }

  31.5% {
    transform: translateY(-700%);
  }

  36% {
    transform: translateY(-800%);
  }

  40.5% {
    transform: translateY(-900%);
  }

  45% {
    transform: translateY(-1000%);
  }

  49.5% {
    transform: translateY(-1100%);
  }

  54% {
    transform: translateY(-1200%);
  }

  58.5% {
    transform: translateY(-1300%);
  }

  63% {
    transform: translateY(-1400%);
  }

  67.5% {
    transform: translateY(-1500%);
  }

  72% {
    transform: translateY(-1600%);
  }

  76.5% {
    transform: translateY(-1700%);
  }

  81% {
    transform: translateY(-1800%);
  }

  85.5% {
    transform: translateY(-1900%);
  }

  90% {
    transform: translateY(-2000%);
  }

  94.5% {
    transform: translateY(-2100%);
  }

  99% {
    transform: translateY(-2200%);
  }

  99.98% {
    transform: translateY(-2300%);
  }

  99.99% {
    transform: translateY(0);
  }
}

@keyframes rotate-text {
  4.5% {
    transform: translateY(-100%);
  }

  9% {
    transform: translateY(-200%);
  }

  13.5% {
    transform: translateY(-300%);
  }

  18% {
    transform: translateY(-400%);
  }

  22.5% {
    transform: translateY(-500%);
  }

  27% {
    transform: translateY(-600%);
  }

  31.5% {
    transform: translateY(-700%);
  }

  36% {
    transform: translateY(-800%);
  }

  40.5% {
    transform: translateY(-900%);
  }

  45% {
    transform: translateY(-1000%);
  }

  49.5% {
    transform: translateY(-1100%);
  }

  54% {
    transform: translateY(-1200%);
  }

  58.5% {
    transform: translateY(-1300%);
  }

  63% {
    transform: translateY(-1400%);
  }

  67.5% {
    transform: translateY(-1500%);
  }

  72% {
    transform: translateY(-1600%);
  }

  76.5% {
    transform: translateY(-1700%);
  }

  81% {
    transform: translateY(-1800%);
  }

  85.5% {
    transform: translateY(-1900%);
  }

  90% {
    transform: translateY(-2000%);
  }

  94.5% {
    transform: translateY(-2100%);
  }

  99% {
    transform: translateY(-2200%);
  }

  99.98% {
    transform: translateY(-2300%);
  }

  99.99% {
    transform: translateY(0);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  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;
}

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

html {
  box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #33374c;
  font-family: "Titillium Web", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

.h1,
.h2 {
  font-family: "Breve Bold";
  font-weight: 400;
  letter-spacing: 0.025em;
}

.h3 {
  font-family: "Breve";
  font-weight: 400;
}

.h4,
.h5 {
  font-family: "Titillium Web", "Helvetica Neue", sans-serif;
  font-weight: 600;
}

.h1,
.contact .primary-content h1 {
  font-size: 1.75rem;
  line-height: 2.125rem;
}

@media print, screen and (min-width: 40em) {
  .h1,
  .contact .primary-content h1 {
    font-size: 2em;
    line-height: 125%;
  }
  .h2 {
    font-size: 1.5em;
    line-height: 100%;
  }
  .h3 {
    font-size: 1em;
  }
  .h4 {
    font-size: 1.25em;
  }
  .h5 {
    font-size: 1em;
    line-height: 125%;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body {
  background: #fff;
  height: 100%;
  margin: 0;
  overflow-y: scroll;
}

body.scroll-lock {
  overflow-y: hidden;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

a {
  color: #5440da;
  text-decoration: none;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: #5440da;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* END HTML element styles, START selector styles */

.no-display {
  display: none !important;
}

/* Table of Contents
 * Vue Style Overwrites
 * Main Navigation
 * About
 * Contact
 * Home
 * General
 * Work (has class of "Archive")
 * Process
 * Case Study
 * Work Filter Labels
*/

/* Vue Style Overwrites */
.tooltip-body {
  font-size: 1.25em !important;
}

.tooltip-tag {
  font-size: 0.75em !important;
}

/* Main Navigation */
.main-navigation {
  align-items: center;
  background-color: white;
  border-left: 1px solid #eee;
  display: flex;
  justify-content: center;
  height: 100vh;
  position: fixed;
  right: -100vw;
  top: 0;
  transition: all 0.3s;
  width: 50vw;
  z-index: 3;
}

.main-navigation.active {
  right: 0;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
}

.main-navigation ul li {
  margin-bottom: 0.625rem;
}

.main-navigation ul a {
  color: #33374c;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.home .site-footer .menu .menu-item > a {
  opacity: 1;
}

.site-footer .menu .menu-item > a {
  opacity: 0.5;
  transition: all 0.5s;
}

.site-footer .menu .menu-item > a:hover {
  opacity: 1;
}

.current_page_item a {
  opacity: 1 !important;
  font-weight: bold;
}

.site-navigation-container.active #menu-toggle {
  border-color: transparent;
}

.site-navigation-container.active #menu-toggle:before {
  transform: rotate(45deg);
  width: 33px;
  left: -2px;
}

.site-navigation-container.active #menu-toggle:after {
  transform: rotate(135deg);
  bottom: 11px;
  width: 33px;
  left: -2px;
}

#menu-toggle {
  cursor: pointer;
  border-top: 2px solid #33374c;
  box-sizing: border-box;
  height: 1.5625rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in;
  width: 1.875rem;
  z-index: 4;
  display: none;
}

#menu-toggle::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  left: 0;
  background: #33374c;
  top: 10px;
  transition: all 0.3s ease-in;
}

#menu-toggle::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  left: 0;
  background: #33374c;
  bottom: 0;
  transition: all 0.3s ease-in;
}

/* About */
@keyframes showTenets {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.page-id-639 .site {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-id-639 #primary {
  padding-bottom: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.about .inner-section {
  margin: 1em auto 0 auto;
  max-width: 1560px;
  display: flex;
}

.about .container {
  margin: 0 0 0 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.about-intro {
  margin: 0 4em 0 0;
  border: 1px solid #000000;
  flex: 0 0 30em;
  height: 82%;
  background-color: #ffb55e;
}

.about-intro > * {
  padding: 3rem 5rem;
}
.about-intro h1 {
  padding-bottom: 0;
}
#about-intro-body {
  margin-bottom: 0;
  padding-top: 0;
}
#about-emphasis {
  margin: 0;
  border-top: 1px solid #000000;
  font-weight: bold;
}

.about .content-block {
  margin: auto 0;
  padding-left: 3.125rem;
  height: 0;
  opacity: 0;
  transition: all 0.75s;
  position: relative;
}

.single-tenet {
}

.single-tenet__icon {
  height: 250px;
  width: 250px;
  float: left;
}

.about #tenet-list {
  padding: 0 10em 0 0;
  animation: showTenets 1.5s ease-in-out;
} /* Hide JS removal of elements */

.content-block .tenet-summary {
  font-size: 1.25em;
  font-weight: bold;
}

.tenet-title:focus {
  outline: none;
}

.about .single-tenet[aria-expanded="false"] {
  display: none;
}
.about .single-tenet[aria-expanded="true"] .tenet-title {
  margin: 0 0 1em 0;
  display: block;
  opacity: 1;
  height: unset;
}

.about .single-tenet[aria-expanded="true"] .content-block {
  height: unset;
  width: calc(100% - 250px);
  display: block;
  opacity: 1;
  float: right;
}

.about .content-block p:first-child {
  margin-top: 0;
}

.content-title {
  font-size: 1.5em;
}

.about #tenet-list .tenet-title {
  cursor: pointer;
  letter-spacing: 0.025em;
  line-height: 1.875rem;
  color: #33374c;
  position: relative;
  transition: opacity 0.75s;
}

/* Text Colors */
.about #tenet-0 .tenet-title,
.about #tenet-0 .tenet-summary {
  color: #33374c;
  fill: #33374c;
}

.about #tenet-1 .tenet-title,
.about #tenet-1 .tenet-summary {
  color: #5440da;
  fill: #5440da;
}

.about #tenet-2 .tenet-title,
.about #tenet-2 .tenet-summary {
  color: #92c2c3;
  fill: #92c2c3;
}

.about #tenet-3 .tenet-title,
.about #tenet-3 .tenet-summary {
  color: #ffb55e;
  fill: #ffb55e;
}

.about #tenet-4 .tenet-title,
.about #tenet-4 .tenet-summary {
  color: #80c99c;
  fill: #80c99c;
}

.about #tenet-5 .tenet-title,
.about #tenet-5 .tenet-summary {
  color: #ff7866;
  fill: #ff7866;
}

/* .about #tenet-list .tenet-title::before {
    border:1px solid #33374C;
    top:0;
    content: '';
    display: block;
    height: 1.625rem;
    left: 0;
    position: absolute;
    transition: opacity .75s;
    width:1.625rem;
    transition:border .75s;
} */

/* Brand Colors */
.bg-color__midnight {
  background-color: #33374c;
}

.color__midnight {
  color: #33374c;
}

.bg-color__purple {
  background-color: #5440da;
}

.color__purple {
  color: #5440da;
}

.bg-color__red {
  background-color: #ff7866;
}

.color__red {
  color: #ff7866;
}

.bg-color__green {
  background-color: #80cb9e;
}

.color__green {
  color: #80cb9e;
}

.bg-color__yellow {
  background-color: #ffb55e;
}

.color__yellow {
  color: #ffb55e;
}

.bg-color__sky {
  background-color: #92c2c3;
}

.color__sky {
  color: #92c2c3;
}

.bg-color__grey {
  background-color: #d3d3d7;
}

.color__grey {
  color: #d3d3d7;
}

/* Box Colors and Logo Color Updates */
.photo-indicators__list-item {
  list-style-type: none;
}
.photo-indicators__list-item button[aria-pressed="true"] {
  background-color: #33374c;
}

.tenet-indicators__list-item button[data-count="0"][aria-pressed="true"],
#Layer_1_1_.color-0,
.color-0 {
  background-color: #33374c !important;
  border-color: #33374c !important;
  fill: #33374c !important;
}
.tenet-indicators__list-item button[data-count="1"][aria-pressed="true"],
#Layer_1_1_.color-1,
.color-1 {
  background-color: #5440da !important;
  border-color: #5440da !important;
  fill: #5440da !important;
}

.tenet-indicators__list-item button[data-count="2"][aria-pressed="true"],
#Layer_1_1_.color-2,
.color-2 {
  background-color: #92c2c3 !important;
  border-color: #92c2c3 !important;
  fill: #92c2c3 !important;
}

.tenet-indicators__list-item button[data-count="3"][aria-pressed="true"],
#Layer_1_1_.color-3,
.color-3 {
  background-color: #ffb55e !important;
  border-color: #ffb55e !important;
  fill: #ffb55e !important;
}

.tenet-indicators__list-item button[data-count="4"][aria-pressed="true"],
#Layer_1_1_.color-4,
.color-4 {
  background-color: #80c99c !important;
  border-color: #80c99c !important;
  fill: #80cb9e !important;
}

.tenet-indicators__list-item button[data-count="5"][aria-pressed="true"],
#Layer_1_1_.color-5,
.color-5 {
  background-color: #ff7866 !important;
  border-color: #ff7866 !important;
  fill: #ff7866 !important;
}

.about .primary-content {
  display: flex;
  flex-direction: column;
}

#tenet-selectors {
  display: flex;
}

#tenet-selectors ul {
  margin: auto;
  width: 1em;
  list-style-type: none;
  z-index: 5;
}

.tenet-indicators__list-item {
  margin: 1rem 0;
}

.tenet-indicators__list-item:first-of-type {
  margin-top: 0;
}

.tenet-indicators__list-item:last-of-type {
  margin-bottom: 0;
}

.tenet-indicators__list-item button,
.photo-indicators__list-item button {
  margin: 0;
  padding: 0;
  height: 10px;
  width: 10px;
  background-color: #d3d3d7;
  border: 1px solid #d3d3d7;
  border-radius: unset;
  cursor: pointer;
}

.tenet-indicators__list-item button:focus,
.photo-indicators__list-item button:focus {
  border-color: #33374c;
  outline: none; /* Poor Accessibility!!! We compromised by adding the border-color one line above. */
}

/* Contact */

#home-map-text {
  margin: 1em auto;
  width: 50%;
}

.contact .contact-info {
  display: flex;
  font-family: "Titillium Web", "Helvetica Neue", sans-serif;
  flex-direction: row;
  justify-content: space-between;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.contact-section .contact-link {
  margin-top: 1.125rem;
  display: block;
}

.contact .container {
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
}

.contact .primary-content p {
  margin: 0.875rem 0 1.5rem 0;
}
.contact .contact-section p {
  margin: 0;
}

.contact .secondary-content {
  margin: 0 0 0 auto;
  padding-left: 6em;
}

.contact .secondary-content .headline {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.contact .secondary-content p {
  margin-top: 0;
}

.contact .primary-content {
  margin-bottom: 6em;
  width: 100%;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}

.contact .primary-content > * {
  margin: 0 5em 0 0;
  flex: 1 0 15em;
}

.contact .primary-content > *:first-of-type {
  flex-grow: 0.25;
}
.contact .primary-content > *:last-of-type {
  margin: 0;
}

.contact-section {
  justify-content: space-between;
}

.office-photos {
  margin: -150px auto 2em auto;
  display: grid;
  grid-template-rows: 50px 350px 1fr 1fr;
  grid-template-columns: 1fr 400px 1fr;
  grid-gap: 1em;
  grid-template-areas:
    ". map ."
    "b map a"
    "b c c"
    "d d e";
}

.office-photos__single {
  height: auto;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

#contact-map {
  grid-area: map;
}

#office-photo-1 {
  grid-area: a;
  margin: auto auto 0 0;
  width: 90%;
}
#office-photo-2 {
  grid-area: b;
  margin-top: auto;
}
#office-photo-3 {
  grid-area: c;
}
#office-photo-4 {
  grid-area: d;
  margin: 0 1em 0 auto;
  width: 90%;
}
#office-photo-5 {
  grid-area: e;
  margin-left: -1em;
  height: 225px;
  width: 330px;
}

@media screen and (max-width: 1023px) {
  .office-photos {
    margin: 0 auto 5em auto;
    display: flex;
    flex-direction: column-reverse;
    grid-gap: unset;
  }

  #office-photo-1,
  #office-photo-2,
  #office-photo-3,
  #office-photo-4,
  #office-photo-5 {
    margin: 1em 0;
    height: unset;
    width: 100%;
  }

  #contact-map {
    height: 300px;
    width: 100%;
    z-index: 2;
  }

  .contact .primary-content,
  .contact .contact-info {
    flex-direction: column;
  }

  .contact .primary-content {
    margin-bottom: 3em;
  }

  .contact .primary-content > * {
    flex-basis: unset;
  }

  .contact .secondary-content {
    margin: 0;
    padding: 0;
  }

  .contact .secondary-content p {
    margin: 0 0 0.5em 0;
  }
}

/* Home */
.home .inner-section {
  max-width: unset;
}

.graphic-container {
  left: 15rem;
  max-height: 1.875rem;
  opacity: 0.6;
  overflow-y: hidden;
  position: absolute;
  top: 1.875rem;
}

.rotating-graphic {
  -webkit-animation: rotate-text 30s infinite 0s;
  animation: rotate-text 30s infinite 0s;
  display: inline-block;
  font-family: "Titillium Web", "Helvetica Neue", sans-serif;
  font-size: 2.25rem;
  font-weight: 200;
  line-height: 2rem;
  margin: 0;
  max-height: 2rem;
  position: relative;
  text-transform: uppercase;
  top: 2rem;
  white-space: nowrap;
}

.rotating-graphic p {
  margin: 0;
}

.home #Layer_1_1_ {
  fill: #33374c;
}

.home {
  overflow-y: hidden;
}

.home .site-main {
  overflow-x: visible;
}

.home #cluster-interface-desktop {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}

#mobile-popout-toggle,
#mobile-popout-close {
  display: none;
}
#map {
  margin: auto;
} /* stopgap for layout purposes until we sort out all map issues */

/* Once Vue component can be styled internally, the two lines below can be removed.  */
.cluster-drawer-item {
  border-color: #33374c !important;
}
.cluster-drawer-item.active {
  background-color: #33374c !important;
}

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

  #menu-toggle {
    display: block !important;
  }
  #mobile-popout-toggle {
    bottom: 3%;
  }
}

@media print, screen and (min-width: 40em) {
  .home .site-header {
    display: none;
  }
  .home #cluster-interface-desktop {
    padding: 32px 0;
  }
}

/* General */
.site-main {
  opacity: 1;
  padding: 0 2.5rem 2rem;
  transform: translateX(0);
  transition: opacity 0.3s transform 0.3s;
}

.site-main.slide {
  opacity: 0.4;
  transform: translateX(-20vw);
}

.site-main.fade {
  opacity: 0.4;
}

.inner-section {
  margin: auto;
  max-width: 75rem;
  position: relative;
  overflow-y: visible;
}

.site-header {
  background-color: white;
  padding: 1rem 2.5rem 2rem 2.5rem;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}

.site-header .inner-section {
  max-width: unset;
}

.site-branding {
  display: inline-block;
}

.custom-logo {
  display: inline-block;
  vertical-align: middle;
  width: 10.9375rem;
  margin: 0 0.4rem 0 0;
}

.main-menu {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  background: #fff;
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-menu > a {
  margin-right: 2%;
}

.site-footer .inner-section {
  max-width: unset;
}

.site-footer {
  background-color: white;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  opacity: 1;
  padding: 0 2.5rem;
  position: fixed;
  right: 0;
  transition: all 0.3s;
  z-index: 1;
}

.site-footer .menu {
  display: flex;
  list-style: none;
  margin: 0;
}

.site-footer .menu .menu-item {
  padding-right: 1.25rem;
}

.site-footer .menu .menu-item > a {
  color: #33374c;
  font-size: 0.75em;
  text-transform: uppercase;
}

.site-footer.slide {
  opacity: 0;
  transform: translateX(-30vw);
}

.footer-navigation {
  border-top: 1px solid #33374c;
  padding: 0.625rem 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Work */
.archive .inner-section {
  max-width: unset;
}

.post-navigation {
  display: flex;
  justify-content: center;
}

.post-navigation > a {
  color: #33374c;
  margin-bottom: 2.5rem;
  padding: 0 2.5rem;
  text-transform: uppercase;
}

/* Process */

/* .page-id-641 .inner-section {
    max-width:unset;
} */

.process .container {
  padding-bottom: 5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
}

.process .figure {
  margin: 0 0 1.5rem 0;
  text-align: center;
}

.process .graphic-section {
  align-items: center;
  display: flex;
  flex: auto;
  max-width: 43.125rem;
}

.process .headline {
  padding: 2rem 0 5.5rem 0;
}

.process .step {
  margin-bottom: 5.5rem;
}

.process .step p {
  margin: 0.3125rem 0 0 0;
}

/* Case Study */
.case-study-image {
  margin: 0 0 2.5rem 0;
  position: relative;
}

.case-study-listing .excerpt {
  color: #33374c;
  font-size: 0.6875em;
  letter-spacing: 0.025em;
  line-height: 1.0625em;
}

.case-study-listing .image {
  margin: 0 0 0.625rem 0;
}

.case-study-listing .title {
  color: #33374c;
  font-size: 0.6875em;
  letter-spacing: 0.085em;
  line-height: 1.0625em;
  text-transform: uppercase;
}

.case-study-popout .content-area strong {
  font-size: 1rem !important;
}

.case-study-popout .content-area p {
  font-size: 0.9em;
}

.case-study-list {
  display: grid;
  grid-gap: 1.875rem;
  grid-template-columns: repeat(auto-fit, minmax(264px, 1fr));
  width: 100%;
}

.case-study-popout {
  background-color: white;
  border: 1px solid #33374c;
  bottom: -100vh;
  position: fixed;
  transition: bottom 0.5s, right 0.5s, opacity 0.3s, transform 0.3s;
  z-index: 2;
  max-height: 80vh;
  right: -100%;
  width: 60vw;
  display: flex;
  flex-direction: column;
}

.case-study-popout.active.slide {
  opacity: 0.4;
  transform: translateX(-120%);
}

.case-study-popout .categories {
  padding: 0.3125rem 0;
}

.case-study-popout .content-area {
  border-bottom: 1px solid #33374c;
  padding: 0.5rem 2.5rem;
  max-height: 40vh;
  overflow-y: scroll;
}

.case-study-popout .title-area {
  border-bottom: 1px solid #33374c;
  padding: 1.25rem 2.5rem 2.5rem 2.5rem;
}

.case-study-popout .title-area h1 {
  margin: 0;
}

.case-study-popout .misc-info {
  padding: 0.625rem 1.625rem 1.5rem 2.5rem;
}

.case-study-popout .misc-info .specifics {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.case-study-popout .misc-info .specifics .item {
  display: flex;
  flex-direction: row;
}

.case-study-popout .misc-info .specifics .item:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.case-study-popout .misc-info .specifics .item .description {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
}

.case-study-popout .misc-info .specifics .item .description p {
  margin: 0;
}

.case-study-popout .misc-info .specifics .icon {
  margin: 0 0.9375rem 0 0;
  width: 3.125rem;
  flex-shrink: 0;
}

.case-study-video {
  width: 100%;
}

.single-case-study .content {
  position: relative;
  max-width: unset;
  width: 100%;
  padding: 0 12.5%;
  background-color: #ffffff;
}

.video-container {
  margin-bottom: 2.5rem;
  position: relative;
}

#desktop-popout-close {
  color: #33374c;
  font-size: 1em;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
}

#desktop-popout-close:visited {
  color: #33374c;
}

#mobile-popout-toggle,
#mobile-popout-close {
  cursor: pointer;
}

#mobile-popout-toggle {
  position: fixed;
  bottom: 8%;
  right: 5%;
  z-index: 1;
}

#popout-toggle-right {
  cursor: pointer;
  position: fixed;
  right: 6.25%;
  top: 6.25rem;
  z-index: 2;
  display: inline-flex;
}

@media screen and (min-width: 1450px) {
  body {
    font-size: 1.25em;
  }

  .process .headline {
    max-width: 20em !important;
  }
  .process .graphic-section {
    margin-top: 8em;
    display: unset;
  }
}

/* Work Filter Labels */
.category-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.category-label {
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.category-list .cat-item {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0.375rem;
  margin-right: 0.375rem;
  text-align: center;
  white-space: nowrap;
}

.category-list .cat-item a:hover,
.category-list .cat-item a:focus,
.category-list .cat-item a:active {
  background-color: #33374c;
}

/* Color Code Categories */
.category-list .cat-item a[data-title="Education"]:hover,
.category-list .cat-item a[data-title="Education"]:focus,
.category-list .cat-item a[data-title="Education"]:active,
.category-list .cat-item a[data-title="Branding"]:hover,
.category-list .cat-item a[data-title="Branding"]:focus,
.category-list .cat-item a[data-title="Branding"]:active {
  background-color: #5440da;
  border-color: #5440da;
}

.category-list .cat-item a[data-title="Financial Services"]:hover,
.category-list .cat-item a[data-title="Financial Services"]:focus,
.category-list .cat-item a[data-title="Financial Services"]:active,
.category-list .cat-item a[data-title="Print"]:hover,
.category-list .cat-item a[data-title="Print"]:focus,
.category-list .cat-item a[data-title="Print"]:active {
  background-color: #92c2c3;
  border-color: #92c2c3;
}

.category-list .cat-item a[data-title="Human Services"]:hover,
.category-list .cat-item a[data-title="Human Services"]:focus,
.category-list .cat-item a[data-title="Human Services"]:active,
.category-list .cat-item a[data-title="Web"]:hover,
.category-list .cat-item a[data-title="Web"]:focus,
.category-list .cat-item a[data-title="Web"]:active {
  background-color: #ff7866;
  border-color: #ff7866;
}

.category-list .cat-item a[data-title="Other"]:hover,
.category-list .cat-item a[data-title="Other"]:focus,
.category-list .cat-item a[data-title="Other"]:active {
  background-color: #ffb55e;
  border-color: #ffb55e;
}

.category-list .cat-item a[data-title="Technology"]:hover,
.category-list .cat-item a[data-title="Technology"]:focus,
.category-list .cat-item a[data-title="Technology"]:active {
  background-color: #80c99c;
  border-color: #80c99c;
}

.category-list .cat-item:hover > a,
.category-list .cat-item:focus > a,
.category-list .cat-item:active > a {
  font-weight: bold;
  color: #ffffff;
}

.category-list .cat-item > a {
  padding: 0.25rem 0.5rem;
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #33374c;
  border: 0.0625rem solid #33374c;
}

.case-study-listing .cat-item a,
.single-case-study .cat-item a {
  padding: 0.125rem 0.5rem;
  font-size: 0.75em;
}

.category-list .cat-item > a::before {
  display: block;
  content: attr(data-title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.category-list .cat-item.current-cat {
  background-color: #33374c;
}

.category-list .cat-item.current-cat > a {
  font-weight: bold;
  color: #ffffff;
}

.category-list.scopes .cat-item a,
.category-list .scope a,
.category-list.scopes .cat-item.current-cat {
  border-radius: 0.625rem;
}

.category-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  .case-study-list {
    margin-bottom: 6.25rem;
  }
  .case-study-popout .title-area {
    padding: 1rem 2.5rem;
  }
  .case-study-popout .misc-info {
    padding: 0.625rem 1.625rem 0.625rem 2.5rem;
  }
  .category-container {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
  .category-nav {
    flex-direction: row;
  }
}

.case-study-listing .image {
  max-width: 325px;
}

@media screen and (max-width: 1024px) {
  .case-study-listing .image {
    max-width: 300px;
  }
  .single-case-study .content {
    padding: 0;
  }
  .case-study-popout {
    bottom: -100%;
    right: 0;
    width: 100%;
  }

  .case-study-popout.active {
    bottom: 0;
  }

  #popout-toggle-right,
  #desktop-popout-close {
    display: none;
  }
  #mobile-popout-toggle {
    display: inline-block;
  }
  #mobile-popout-close {
    display: block;
    text-align: center;
  }

  .about #tenet-list {
    padding: 0;
  }

  #tenet-selectors ul {
    margin: 1em auto;
    width: unset;
  }

  .tenet-indicators__list-item {
    display: inline;
    margin: 0 1.5em;
  }
}

@media screen and (max-width: 900px) {
  .about .inner-section {
    flex-direction: column;
  }
  .single-tenet__icon {
    margin: 0 auto;
    float: unset;
  }

  .about .single-tenet[aria-expanded="true"] .content-block {
    padding: 0;
    width: unset;
  }

  .tenet-indicators__list-item {
    display: inline;
    margin: 0 1em;
  }

  .tenet-indicators__list-item:first-of-type {
    margin-left: 0;
  }

  .tenet-indicators__list-item:last-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 728px) {
  .case-study-listing .image {
    max-width: unset;
  }
}

@media screen and (min-width: 1025px) {
  .about .primary-content {
    flex-direction: row;
    justify-content: center;
  }

  .contact .page-section {
    width: 33%;
  }

  .contact .container {
    flex-direction: column;
    padding-top: 5rem;
  }
  .process .content-section {
    margin-left: 3rem;
  }
  .process .headline {
    padding: 0;
    position: absolute;
    left: 0;
    max-width: 16.25rem;
    top: 6.25rem;
  }
  .process .step {
    width: 23rem;
  }

  .process .step:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }

  .process .step:last-of-type {
    margin-bottom: 0;
  }
  .process .fade-in {
    -webkit-animation: fade-in 0.5s;
    animation: fade-in 0.5s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }

  .process .fade-in__1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  .process .fade-in__2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

  .process .fade-in__2.expand {
    -webkit-animation: expand 0.5s ease-in;
    animation: expand 0.5s ease-in;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    transform-box: fill-box;
    transform-origin: center;
  }

  .process .fade-in__3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }

  .process .fade-in__3 > .slide__up {
    -webkit-animation: slide-up 0.5s ease-out, fade-in 0.5s ease-in;
    animation: slide-up 0.5s ease-out, fade-in 0.5s ease-in;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    transform-box: fill-box;
    transform-origin: center;
  }

  .process .fade-in__3 > .rotate__cw {
    -webkit-animation: rotate-cw 0.5s ease-out, fade-in 0.5s ease-in;
    animation: rotate-cw 0.5s ease-out, fade-in 0.5s ease-in;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    transform-box: fill-box;
    transform-origin: center;
  }

  .process .fade-in__3 > .rotate__ccw {
    -webkit-animation: rotate-ccw 0.5s ease-out, fade-in 0.5s ease-in;
    animation: rotate-ccw 0.5s ease-out, fade-in 0.5s ease-in;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    transform-box: fill-box;
    transform-origin: center;
  }

  .process .fade-in__4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }

  .process .fade-in__4.cog {
    -webkit-animation: cog 0.5s ease-in, fade-in 0.5s ease-in;
    animation: cog 0.5s ease-in, fade-in 0.5s ease-in;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    transform-box: fill-box;
    transform-origin: center;
  }

  .process .fade-in__5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }

  .process .slide {
    transform-box: fill-box;
    transform-origin: center;
  }

  .process .slide__up {
    -webkit-animation: slide-up 0.3s ease-out, fade-in 0.5s ease-in;
    animation: slide-up 0.3s ease-out, fade-in 0.5s ease-in;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }

  .process .slide__left {
    -webkit-animation: slide-left 0.3s ease-out, fade-in 0.3s ease-in;
    animation: slide-left 0.3s ease-out, fade-in 0.3s ease-in;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }

  .process .slide__right {
    -webkit-animation: slide-right 0.3s ease-out, fade-in 0.3s ease-in;
    animation: slide-right 0.3s ease-out, fade-in 0.3s ease-in;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
  .case-study-popout {
    width: 40vw;
    right: -100%;
  }

  .case-study-popout.active {
    /* Pixel subtracted from case study icon to make the conrers touch */
    bottom: auto;
    right: calc(6.25% + 36px - 1px);
    top: calc(6.25rem + 48px - 1px);
  }
  .case-study-popout .misc-info .specifics .icon {
    width: 6.25rem;
  }
  .site-header {
    padding: 2rem 2.5rem 1.625rem 2.5rem;
  }
  .custom-logo {
    height: auto;
    width: 14.0625rem;
  }

  ul.custom-bullets {
    list-style: none;
  }

  ul.custom-bullets li {
    padding-inline-start: 0.75rem;
    position: relative;
  }

  ul.custom-bullets li::before {
    content: "";
    width: 0.35rem;
    aspect-ratio: 1;
    background-color: #33374c;
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 0;
    transform: translateY(-50%);
  }

  .m-0 {
    margin: 0;
  }
}

.cat-item-yellow > a:hover {
  background-color: #ffb55e !important;
  border-color: #ffb55e !important;
}

.cat-item-yellow > a:focus {
  background-color: #ffb55e !important;
  border-color: #ffb55e !important;
}
