@charset "UTF-8";
/*!
Theme Name: Brandhouse 1.0
Theme URI: http://underscores.me/
Author: Christian Orry Andersen
Author URI: http://christianorry.com
Description: Brandhouse website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brandhouse
Tags:

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

Brandhouse 1.0 is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grid
# Typography
# Elements
# Decks
  ## Sort menu
# Slider
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Autocomplete
# Infinite scroll
# Media
	## Captions
	## Galleries
# Brandlounge
--------------------------------------------------------------*/
/* Breakpoints */
/* Media query strings */
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
@font-face {
  font-family: 'Conv_Gotham-Light';
  src: url("../fonts/Gotham-Light.eot");
  src: local("☺"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Gotham-LightIta';
  src: url("../fonts/Gotham-LightIta.eot");
  src: local("☺"), url("../fonts/Gotham-LightIta.woff") format("woff"), url("../fonts/Gotham-LightIta.ttf") format("truetype"), url("../fonts/Gotham-LightIta.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Gotham-Medium';
  src: url("../fonts/Gotham-Medium.eot");
  src: local("☺"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Gotham-MediumIta';
  src: url("../fonts/Gotham-MediumIta.eot");
  src: local("☺"), url("../fonts/Gotham-MediumIta.woff") format("woff"), url("../fonts/Gotham-MediumIta.ttf") format("truetype"), url("../fonts/Gotham-MediumIta.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Gotham-Book';
  src: url("../fonts/Gotham-Book.eot");
  src: local("☺"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Gotham-BoldIta';
  src: url("../fonts/Gotham-BoldIta.eot");
  src: local("☺"), url("../fonts/Gotham-BoldIta.woff") format("woff"), url("../fonts/Gotham-BoldIta.ttf") format("truetype"), url("../fonts/Gotham-BoldIta.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Gotham-Bold';
  src: url("../fonts/Gotham-Bold.eot");
  src: local("☺"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Gotham-BookIta';
  src: url("Gotham-BookIta.eot");
  src: local("☺"), url("../fonts/Gotham-BookIta.woff") format("woff"), url("../fonts/Gotham-BookIta.ttf") format("truetype"), url("../fonts/Gotham-BookIta.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Tomato Grotesk Semibold */
@font-face {
  font-family: TomatoGroteskSemiBold;
  src: url("../fonts/Tomato Grotesk Semibold.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

/* Tomato Grotesk Medium */
@font-face {
  font-family: TomatoGroteskMedium;
  src: url("../fonts/Tomato Grotesk Medium.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

/* Tomato Grotesk Regular */
@font-face {
  font-family: TomatoGroteskRegular;
  src: url("../fonts/Tomato Grotesk Regular.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/* Medium used in most of the places that serif used to be used (pre-2021) */
/* Medium used in most of the places that serif used to be used (pre-2021) */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
  box-sizing: border-box; }

html {
  font-family: "TomatoGroteskRegular", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/**
  SASS Grid system
  Author: Christian Orry Andersen
  Author URI: http://christianorry.com
  Description: Custom grid system based on http://responsive.gs
 */
.bh-container {
  max-width: 100%;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 550px) {
    .bh-container {
      /* flex-direction: row; */
      /* Possible use? */ } }

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.bh-container:after,
.bh-row:after,
.bh-col:after {
  content: "";
  display: table;
  clear: both; }

/* 	DEFAULT ROW STYLES */
.bh-row {
  padding-bottom: 0em; }

/* DEFAULT COLUMN STYLES */
.bh-col {
  display: block;
  float: left;
  width: 100%; }

@media only screen and (min-width: 550px) {
  .bh-gutters .bh-col {
    margin-left: 2%; }
  .bh-gutters .bh-col:first-child {
    margin-left: 0; } }

/*	 */
@media only screen and (min-width: 769px) {
  .span_1 {
    width: 8.33333333333%; }
  .span_2 {
    width: 16.6666666667%; }
  .span_3 {
    width: 25%; }
  .span_4 {
    width: 33.3333333333%; }
  .span_5 {
    width: 41.6666666667%; }
  .span_6 {
    width: 50%; }
  .span_7 {
    width: 58.3333333333%; }
  .span_8 {
    width: 66.6666666667%; }
  .span_9 {
    width: 75%; }
  .span_10 {
    width: 83.3333333333%; }
  .span_11 {
    width: 91.6666666667%; }
  .span_12 {
    width: 100%; }
  .bh-gutters .span_1 {
    width: 6.5%; }
  .bh-gutters .span_2 {
    width: 15.0%; }
  .bh-gutters .span_3 {
    width: 23.5%; }
  .bh-gutters .span_4 {
    width: 32.0%; }
  .bh-gutters .span_5 {
    width: 40.5%; }
  .bh-gutters .span_6 {
    width: 49.0%; }
  .bh-gutters .span_7 {
    width: 57.5%; }
  .bh-gutters .span_8 {
    width: 66.0%; }
  .bh-gutters .span_9 {
    width: 74.5%; }
  .bh-gutters .span_10 {
    width: 83.0%; }
  .bh-gutters .span_11 {
    width: 91.5%; }
  .bh-gutters .span_12 {
    width: 100%; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #111;
  font-family: "TomatoGroteskRegular", sans-serif;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1.5; }

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

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

cite {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.938rem;
  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;
  font-size: 15px;
  font-size: 0.938rem; }

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

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
## Line break helper class:
		<p>
		  <span class="line">This text should break</span>
		  <span class="line">after the word "break"</span>
		</p>
--------------------------------------------------------------*/
span.line {
  display: inline-flex; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #F2EEE2;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

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

ul, ol {
  margin: .5em 0 0 2em;
  -webkit-padding-start: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

.deck.large_copy_text_with_columns .deck-text .blog-faktabox {
  padding: 10px 30px;
  font-family: "TomatoGroteskMedium", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 50%;
  float: right;
  margin: 0 0 20px 60px; }
  .deck.large_copy_text_with_columns .deck-text .blog-faktabox b,
  .deck.large_copy_text_with_columns .deck-text .blog-faktabox strong {
    font-family: "TomatoGroteskMedium", sans-serif;
    font-weight: 700;
    font-style: italic; }
  .deck.large_copy_text_with_columns .deck-text .blog-faktabox h1,
  .deck.large_copy_text_with_columns .deck-text .blog-faktabox h2,
  .deck.large_copy_text_with_columns .deck-text .blog-faktabox h3,
  .deck.large_copy_text_with_columns .deck-text .blog-faktabox h4,
  .deck.large_copy_text_with_columns .deck-text .blog-faktabox h5,
  .deck.large_copy_text_with_columns .deck-text .blog-faktabox h6 {
    font-family: "TomatoGroteskRegular", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #c2c2c2;
    display: block;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22.4px;
    line-height: 1.4rem; }
  .deck.large_copy_text_with_columns .deck-text .blog-faktabox:after {
    clear: both; }

/*--------------------------------------------------------------
# Decks
--------------------------------------------------------------*/
@media only screen and (min-width: 769px) {
  .split_media_deck .bh-col:first-child.deck-image {
    -webkit-clip-path: polygon(100% 0px, 90% 100%, 0px 100%, 0px 100%, 0px 0px);
    clip-path: polygon(100% 0px, 90% 100%, 0px 100%, 0px 100%, 0px 0px); }
  .split_media_deck .bh-col:last-child.deck-image {
    -webkit-clip-path: polygon(100% 0px, 100% 100%, 0px 100%, 0px 100%, 10% 0px);
    clip-path: polygon(100% 0px, 100% 100%, 0px 100%, 0px 100%, 10% 0px); } }

.deck {
  /*--------------------------------------------------------------
  ## TOP SUPER SIMPLE HEADLINE
  --------------------------------------------------------------
  Hardcoded in category pages (employees/contact, cases)
  */
  /*--------------------------------------------------------------
  ## TOP MEDIA AND HEADLINE SEPARATE 2021
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## SPLIT MEDIA DECK
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## CONTACT PERSON DECK
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## QUOTE AND TEXT DECK
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## FULL WIDTH TEXT DECK
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## FULL WIDTH IMAGE DECK
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## LOGO COLLECTION DECK
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## TRIPLE DECK WITH TEXT AND ICONS
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## COUNTER DECK
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## EMPLOYEES
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## CASES
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## LARGE COPY TEXT WITH COLUMNS
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## CUSTOMER CENTRIC LIST
  --------------------------------------------------------------*/ }
  .deck h1 {
    font-weight: normal; }
  .deck img {
    display: block; }
  .deck.top_super_simple_headline .headline {
    padding-left: 30px;
    padding-right: 20px;
    font-size: 32px;
    font-size: 2rem;
    line-height: 48px;
    line-height: 3rem;
    margin-top: 2em;
    margin-bottom: .4em; }
    @media only screen and (min-width: 550px) {
      .deck.top_super_simple_headline .headline {
        padding-left: 60px;
        padding-right: 40px; } }
    @media only screen and (min-width: 550px) {
      .deck.top_super_simple_headline .headline {
        /*margin: 0 20%;*/
        font-size: 48px;
        font-size: 3rem;
        line-height: 64px;
        line-height: 4rem; } }
    @media only screen and (min-width: 1000px) {
      .deck.top_super_simple_headline .headline {
        font-size: 64px;
        font-size: 4rem;
        line-height: 80px;
        line-height: 5rem; } }
  .deck.top_media_headline_separate {
    display: flex;
    flex-direction: column; }
    .deck.top_media_headline_separate .deck-video, .deck.top_media_headline_separate .deck-image {
      align-self: flex-end;
      overflow: hidden;
      width: 100%; }
    @media only screen and (min-width: 1000px) {
      .deck.top_media_headline_separate .deck-video, .deck.top_media_headline_separate .deck-image {
        width: 75%; } }
    .deck.top_media_headline_separate .deck-video video {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%; }
    @media (min-width: 1000px) and (max-aspect-ratio: 18 / 10) {
      .deck.top_media_headline_separate .deck-video {
        max-height: 600px; } }
    .deck.top_media_headline_separate .headline {
      align-self: flex-start;
      width: 100%;
      padding: 40px 20px 40px 30px;
      font-size: 32px;
      font-size: 2rem;
      line-height: 48px;
      line-height: 3rem; }
      @media only screen and (min-width: 1300px) {
        .deck.top_media_headline_separate .headline {
          width: 80%;
          max-width: 1100px; } }
      @media only screen and (min-width: 550px) {
        .deck.top_media_headline_separate .headline {
          padding: 60px 40px 60px 60px; } }
      @media only screen and (min-width: 550px) {
        .deck.top_media_headline_separate .headline {
          /*margin: 0 20%;*/
          font-size: 48px;
          font-size: 3rem;
          line-height: 64px;
          line-height: 4rem; } }
      @media only screen and (min-width: 1000px) {
        .deck.top_media_headline_separate .headline {
          font-size: 64px;
          font-size: 4rem;
          line-height: 80px;
          line-height: 5rem; } }
    .deck.top_media_headline_separate.white {
      background: #F2EEE2;
      color: #111; }
      .deck.top_media_headline_separate.white a, .deck.top_media_headline_separate.white a:visited, .deck.top_media_headline_separate.white a:active, .deck.top_media_headline_separate.white a:hover {
        color: #111; }
    .deck.top_media_headline_separate.lgrey {
      background: #f7f7f7;
      color: #111; }
      .deck.top_media_headline_separate.lgrey a, .deck.top_media_headline_separate.lgrey a:visited, .deck.top_media_headline_separate.lgrey a:active, .deck.top_media_headline_separate.lgrey a:hover {
        color: #111; }
    .deck.top_media_headline_separate.mgrey {
      background: #e1e1e1;
      color: #111; }
      .deck.top_media_headline_separate.mgrey a, .deck.top_media_headline_separate.mgrey a:visited, .deck.top_media_headline_separate.mgrey a:active, .deck.top_media_headline_separate.mgrey a:hover {
        color: #111; }
    .deck.top_media_headline_separate.dgrey {
      background: #a0a0a0;
      color: #F2EEE2; }
      .deck.top_media_headline_separate.dgrey a, .deck.top_media_headline_separate.dgrey a:visited, .deck.top_media_headline_separate.dgrey a:active, .deck.top_media_headline_separate.dgrey a:hover {
        color: #F2EEE2; }
    .deck.top_media_headline_separate.ddgrey {
      background: #000000;
      color: #F2EEE2; }
      .deck.top_media_headline_separate.ddgrey a, .deck.top_media_headline_separate.ddgrey a:visited, .deck.top_media_headline_separate.ddgrey a:active, .deck.top_media_headline_separate.ddgrey a:hover {
        color: #F2EEE2; }
    .deck.top_media_headline_separate.orange {
      background: #93ADA5;
      color: #111; }
      .deck.top_media_headline_separate.orange a, .deck.top_media_headline_separate.orange a:visited, .deck.top_media_headline_separate.orange a:active, .deck.top_media_headline_separate.orange a:hover {
        color: #111; }
      .deck.top_media_headline_separate.orange span {
        background-image: url("images/bottom-line-white-animated.gif"); }
    .deck.top_media_headline_separate.orangecontrast {
      background: #87B1A0;
      color: #111; }
      .deck.top_media_headline_separate.orangecontrast a, .deck.top_media_headline_separate.orangecontrast a:visited, .deck.top_media_headline_separate.orangecontrast a:active, .deck.top_media_headline_separate.orangecontrast a:hover {
        color: #111; }
      .deck.top_media_headline_separate.orangecontrast span {
        background-image: url("images/bottom-line-white-animated.gif"); }
    .deck.top_media_headline_separate.green {
      background: #93ADA5;
      color: #111; }
      .deck.top_media_headline_separate.green a, .deck.top_media_headline_separate.green a:visited, .deck.top_media_headline_separate.green a:active, .deck.top_media_headline_separate.green a:hover {
        color: #111; }
      .deck.top_media_headline_separate.green span {
        background-image: url("images/bottom-line-white-animated.gif"); }
    .deck.top_media_headline_separate.greencontrast {
      background: #87B1A0;
      color: #111; }
      .deck.top_media_headline_separate.greencontrast a, .deck.top_media_headline_separate.greencontrast a:visited, .deck.top_media_headline_separate.greencontrast a:active, .deck.top_media_headline_separate.greencontrast a:hover {
        color: #111; }
      .deck.top_media_headline_separate.greencontrast span {
        background-image: url("images/bottom-line-white-animated.gif"); }
  .deck.split_media_deck {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .deck.split_media_deck.textRight {
      flex-direction: column-reverse; }
      @media only screen and (min-width: 769px) {
        .deck.split_media_deck.textRight {
          flex-direction: row; } }
    @media only screen and (min-width: 769px) {
      .deck.split_media_deck {
        flex-direction: row; } }
    .deck.split_media_deck .deck-image {
      line-height: 0;
      /*min-height: $deck-image-min-height + 'px';*/
      min-height: 500px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      align-self: stretch; }
      .deck.split_media_deck .deck-image img {
        width: 100%; }
      .deck.split_media_deck .deck-image .deck-image-img {
        -o-object-fit: cover;
        object-fit: cover;
        max-height: unset;
        height: auto;
        width: unset; }
    .deck.split_media_deck .deck-text {
      padding: 40px 20px 40px 30px; }
      @media only screen and (min-width: 550px) {
        .deck.split_media_deck .deck-text {
          padding: 60px 40px; } }
      .deck.split_media_deck .deck-text h1,
      .deck.split_media_deck .deck-text h2,
      .deck.split_media_deck .deck-text h3,
      .deck.split_media_deck .deck-text h4,
      .deck.split_media_deck .deck-text h5,
      .deck.split_media_deck .deck-text h6 {
        font-family: "TomatoGroteskSemiBold", sans-serif; }
      .deck.split_media_deck .deck-text h3 {
        margin-bottom: 0; }
      .deck.split_media_deck .deck-text p:nth-child(2) {
        margin-top: 0.2em; }
    .deck.split_media_deck div:first-child.deck-text {
      padding: 40px 20px 40px 30px; }
      @media only screen and (min-width: 550px) {
        .deck.split_media_deck div:first-child.deck-text {
          padding: 60px 40px 60px 60px; } }
    .deck.split_media_deck.white {
      background: #F2EEE2;
      color: #111; }
      .deck.split_media_deck.white a, .deck.split_media_deck.white a:visited, .deck.split_media_deck.white a:active, .deck.split_media_deck.white a:hover {
        color: #111; }
      .deck.split_media_deck.white.triangle {
        background: #F2EEE2;
        color: #111;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.split_media_deck.lgrey {
      background: #f7f7f7;
      color: #111; }
      .deck.split_media_deck.lgrey a, .deck.split_media_deck.lgrey a:visited, .deck.split_media_deck.lgrey a:active, .deck.split_media_deck.lgrey a:hover {
        color: #111; }
      .deck.split_media_deck.lgrey.triangle {
        background: #f7f7f7;
        color: #111;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.split_media_deck.mgrey {
      background: #e1e1e1;
      color: #111; }
      .deck.split_media_deck.mgrey a, .deck.split_media_deck.mgrey a:visited, .deck.split_media_deck.mgrey a:active, .deck.split_media_deck.mgrey a:hover {
        color: #111; }
      .deck.split_media_deck.mgrey.triangle {
        background: #e1e1e1;
        color: #111;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.split_media_deck.dgrey {
      background: #a0a0a0;
      color: #F2EEE2; }
      .deck.split_media_deck.dgrey a, .deck.split_media_deck.dgrey a:visited, .deck.split_media_deck.dgrey a:active, .deck.split_media_deck.dgrey a:hover {
        color: #F2EEE2; }
      .deck.split_media_deck.dgrey.triangle {
        background: #a0a0a0;
        color: #F2EEE2;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.split_media_deck.ddgrey {
      background: #000000;
      color: #F2EEE2; }
      .deck.split_media_deck.ddgrey a, .deck.split_media_deck.ddgrey a:visited, .deck.split_media_deck.ddgrey a:active, .deck.split_media_deck.ddgrey a:hover {
        color: #F2EEE2; }
      .deck.split_media_deck.ddgrey.triangle {
        background: #000000;
        color: #F2EEE2;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.split_media_deck.orange {
      background: #93ADA5;
      color: #111; }
      .deck.split_media_deck.orange a, .deck.split_media_deck.orange a:visited, .deck.split_media_deck.orange a:active, .deck.split_media_deck.orange a:hover {
        color: #111; }
      .deck.split_media_deck.orange span {
        background-image: url("images/bottom-line-white-animated.gif"); }
      .deck.split_media_deck.orange.triangle {
        background: #93ADA5;
        color: #111;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.split_media_deck.orangecontrast {
      background: #87B1A0;
      color: #111; }
      .deck.split_media_deck.orangecontrast a, .deck.split_media_deck.orangecontrast a:visited, .deck.split_media_deck.orangecontrast a:active, .deck.split_media_deck.orangecontrast a:hover {
        color: #111; }
      .deck.split_media_deck.orangecontrast span {
        background-image: url("images/bottom-line-white-animated.gif"); }
      .deck.split_media_deck.orangecontrast.triangle {
        background: #87B1A0;
        color: #111;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.split_media_deck.green {
      background: #93ADA5;
      color: #111; }
      .deck.split_media_deck.green a, .deck.split_media_deck.green a:visited, .deck.split_media_deck.green a:active, .deck.split_media_deck.green a:hover {
        color: #111; }
      .deck.split_media_deck.green span {
        background-image: url("images/bottom-line-white-animated.gif"); }
      .deck.split_media_deck.green.triangle {
        background: #93ADA5;
        color: #111;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.split_media_deck.greencontrast {
      background: #87B1A0;
      color: #111; }
      .deck.split_media_deck.greencontrast a, .deck.split_media_deck.greencontrast a:visited, .deck.split_media_deck.greencontrast a:active, .deck.split_media_deck.greencontrast a:hover {
        color: #111; }
      .deck.split_media_deck.greencontrast span {
        background-image: url("images/bottom-line-white-animated.gif"); }
      .deck.split_media_deck.greencontrast.triangle {
        background: #87B1A0;
        color: #111;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
  .deck.contact_person_deck {
    display: flex;
    flex-direction: column;
    background: #000000;
    color: #F2EEE2; }
    @media only screen and (min-width: 550px) {
      .deck.contact_person_deck {
        flex-direction: row; } }
    .deck.contact_person_deck .contact-name {
      font-size: 25.6px;
      font-size: 1.6rem;
      text-transform: none;
      letter-spacing: 2px;
      color: #F2EEE2; }
    .deck.contact_person_deck .contact-title {
      font-size: 20.8px;
      font-size: 1.3rem;
      font-family: "TomatoGroteskMedium", sans-serif;
      color: #aaaaaa;
      margin: 0 0 30px; }
    .deck.contact_person_deck .contact-email,
    .deck.contact_person_deck .contact-phone {
      margin: 0 0 10px;
      color: #aaaaaa;
      position: relative; }
      .deck.contact_person_deck .contact-email a,
      .deck.contact_person_deck .contact-phone a {
        text-decoration: none;
        color: #F2EEE2;
        display: inline-block;
        position: relative; }
        .deck.contact_person_deck .contact-email a:before,
        .deck.contact_person_deck .contact-phone a:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          left: 0;
          bottom: 0;
          background-color: #000000;
          visibility: hidden;
          transform-origin: left;
          transform: scaleX(0);
          transition: all 0.3s ease-in-out 0s; }
        .deck.contact_person_deck .contact-email a:hover,
        .deck.contact_person_deck .contact-phone a:hover {
          color: #000000; }
        .deck.contact_person_deck .contact-email a:hover:before,
        .deck.contact_person_deck .contact-phone a:hover:before {
          visibility: visible;
          transform: scaleX(1); }
    .deck.contact_person_deck .contact-short-bio {
      color: #aaaaaa;
      margin: 0 0 10px;
      font-family: "TomatoGroteskRegular", sans-serif; }
    .deck.contact_person_deck .contact-social {
      padding: 30px 0 20px;
      min-height: 30px; }
      .deck.contact_person_deck .contact-social a {
        display: inline-block;
        line-height: 0;
        margin: 0 10px 0 0;
        background: none;
        cursor: pointer;
        transform-origin: center center;
        transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
        .deck.contact_person_deck .contact-social a:hover {
          background: #000000;
          transform: scale(1.2, 1.2); }
        .deck.contact_person_deck .contact-social a:active {
          background: #000000;
          transform: scale(1, 1); }
        .deck.contact_person_deck .contact-social a img {
          width: 30px; }
    .deck.contact_person_deck .contact-image {
      line-height: 0;
      min-height: calc((550/16)*9)px;
      background-repeat: no-repeat !important;
      background-position: 50% 50% !important;
      background-size: cover !important; }
      .deck.contact_person_deck .contact-image img {
        width: 100%; }
    .deck.contact_person_deck .contact-text {
      padding: 40px 20px 40px 30px; }
      @media only screen and (min-width: 550px) {
        .deck.contact_person_deck .contact-text {
          padding: 60px 40px; } }
  .deck.quote_and_text_deck {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 550px) {
      .deck.quote_and_text_deck {
        flex-direction: row; } }
    .deck.quote_and_text_deck .deck-quote {
      display: flex;
      background-size: cover;
      background-position: center;
      flex-direction: column;
      padding: 40px 20px 40px 30px; }
      @media only screen and (min-width: 550px) {
        .deck.quote_and_text_deck .deck-quote {
          padding: 60px 40px; } }
      .deck.quote_and_text_deck .deck-quote .quotation-mark {
        display: inline-block;
        width: 100%;
        text-align: left;
        clear: both; }
        .deck.quote_and_text_deck .deck-quote .quotation-mark img {
          width: 100px; }
      .deck.quote_and_text_deck .deck-quote cite {
        width: 100%;
        color: #FFF;
        font-family: "TomatoGroteskMedium", sans-serif;
        font-size: 32px;
        font-size: 2rem; }
      .deck.quote_and_text_deck .deck-quote .name_on_quoted {
        color: #FFF;
        font-family: "TomatoGroteskRegular", sans-serif; }
    .deck.quote_and_text_deck .deck-text {
      padding: 40px 20px 40px 30px;
      background: #f7f7f7; }
      @media only screen and (min-width: 550px) {
        .deck.quote_and_text_deck .deck-text {
          padding: 60px 40px; } }
      .deck.quote_and_text_deck .deck-text h1,
      .deck.quote_and_text_deck .deck-text h2,
      .deck.quote_and_text_deck .deck-text h3,
      .deck.quote_and_text_deck .deck-text h4,
      .deck.quote_and_text_deck .deck-text h5,
      .deck.quote_and_text_deck .deck-text h6 {
        font-family: "TomatoGroteskSemiBold", sans-serif; }
  .deck.full_width_text_deck .deck-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .deck.full_width_text_deck .deck-text span {
      /*font-family: $font__medium;*/
      font-family: "TomatoGroteskRegular", sans-serif;
      margin-top: 0;
      margin-bottom: 0.65em;
      font-size: 20.8px;
      font-size: 1.3rem;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: 50px 3px; }
      @media only screen and (min-width: 769px) {
        .deck.full_width_text_deck .deck-text span {
          font-size: 32px;
          font-size: 2rem; } }
      .deck.full_width_text_deck .deck-text span h1 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 48px;
        line-height: 3rem; }
        @media only screen and (min-width: 550px) {
          .deck.full_width_text_deck .deck-text span h1 {
            font-size: 64px;
            font-size: 4rem;
            line-height: 80px;
            line-height: 5rem; } }
        .deck.full_width_text_deck .deck-text span h1.sans {
          font-family: "TomatoGroteskSemiBold", sans-serif;
          font-style: normal;
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 27.2px;
          line-height: 1.7rem; }
          @media only screen and (min-width: 550px) {
            .deck.full_width_text_deck .deck-text span h1.sans {
              font-size: 32px;
              font-size: 2rem;
              line-height: 35.2px;
              line-height: 2.2rem; } }
          @media only screen and (min-width: 769px) {
            .deck.full_width_text_deck .deck-text span h1.sans {
              font-size: 48px;
              font-size: 3rem;
              line-height: 51.2px;
              line-height: 3.2rem; } }
          @media only screen and (min-width: 1000px) {
            .deck.full_width_text_deck .deck-text span h1.sans {
              font-size: 56px;
              font-size: 3.5rem;
              line-height: 59.2px;
              line-height: 3.7rem; } }
    .deck.full_width_text_deck .deck-text.plain_text span {
      font-family: "TomatoGroteskRegular", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 20.8px;
      font-size: 1.3rem;
      /*
          @media only screen and (min-width: 550px) {
            padding: 0 200px 20px 0;
          }
          @media only screen and (min-width: 769px) {
            padding: 0 300px 20px 0;
          }
          @media only screen and (min-width: 1000px) {
            padding: 0 600px 20px 0;
          }
          */ }
    .deck.full_width_text_deck .deck-text.Left {
      align-items: left;
      justify-content: left;
      text-align: left;
      padding: 40px 20px 40px 30px; }
      .deck.full_width_text_deck .deck-text.Left span {
        background-position: left bottom; }
      @media only screen and (min-width: 550px) {
        .deck.full_width_text_deck .deck-text.Left {
          padding: 60px 40px; } }
    .deck.full_width_text_deck .deck-text.Center {
      align-items: center;
      justify-content: center;
      text-align: left;
      /* Highly unintuitive: This used to be centered. The text is now left aligned (2021 reskin), but it is still a centered block on the page */
      padding: 40px 20px 40px 30px; }
      @media only screen and (min-width: 550px) {
        .deck.full_width_text_deck .deck-text.Center {
          padding: 80px 15%; } }
      @media only screen and (min-width: 769px) {
        .deck.full_width_text_deck .deck-text.Center {
          padding: 100px 18%; } }
      @media only screen and (min-width: 1000px) {
        .deck.full_width_text_deck .deck-text.Center {
          padding: 110px 20%; } }
      @media only screen and (min-width: 1300px) {
        .deck.full_width_text_deck .deck-text.Center {
          padding: 120px 22%; } }
    .deck.full_width_text_deck .deck-text.white {
      background: #F2EEE2;
      color: #111; }
      .deck.full_width_text_deck .deck-text.white a, .deck.full_width_text_deck .deck-text.white a:visited, .deck.full_width_text_deck .deck-text.white a:active, .deck.full_width_text_deck .deck-text.white a:hover {
        color: #111; }
      .deck.full_width_text_deck .deck-text.white.triangle {
        background: #F2EEE2;
        color: #111;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.full_width_text_deck .deck-text.lgrey {
      background: #f7f7f7;
      color: #111; }
      .deck.full_width_text_deck .deck-text.lgrey a, .deck.full_width_text_deck .deck-text.lgrey a:visited, .deck.full_width_text_deck .deck-text.lgrey a:active, .deck.full_width_text_deck .deck-text.lgrey a:hover {
        color: #111; }
      .deck.full_width_text_deck .deck-text.lgrey.triangle {
        background: #f7f7f7;
        color: #111;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.full_width_text_deck .deck-text.mgrey {
      background: #e1e1e1;
      color: #111; }
      .deck.full_width_text_deck .deck-text.mgrey a, .deck.full_width_text_deck .deck-text.mgrey a:visited, .deck.full_width_text_deck .deck-text.mgrey a:active, .deck.full_width_text_deck .deck-text.mgrey a:hover {
        color: #111; }
      .deck.full_width_text_deck .deck-text.mgrey.triangle {
        background: #e1e1e1;
        color: #111;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.full_width_text_deck .deck-text.dgrey {
      background: #a0a0a0;
      color: #F2EEE2; }
      .deck.full_width_text_deck .deck-text.dgrey a, .deck.full_width_text_deck .deck-text.dgrey a:visited, .deck.full_width_text_deck .deck-text.dgrey a:active, .deck.full_width_text_deck .deck-text.dgrey a:hover {
        color: #F2EEE2; }
      .deck.full_width_text_deck .deck-text.dgrey.triangle {
        background: #a0a0a0;
        color: #F2EEE2;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.full_width_text_deck .deck-text.ddgrey {
      background: #000000;
      color: #F2EEE2; }
      .deck.full_width_text_deck .deck-text.ddgrey a, .deck.full_width_text_deck .deck-text.ddgrey a:visited, .deck.full_width_text_deck .deck-text.ddgrey a:active, .deck.full_width_text_deck .deck-text.ddgrey a:hover {
        color: #F2EEE2; }
      .deck.full_width_text_deck .deck-text.ddgrey.triangle {
        background: #000000;
        color: #F2EEE2;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.full_width_text_deck .deck-text.orange {
      background: #93ADA5;
      color: #111; }
      .deck.full_width_text_deck .deck-text.orange a, .deck.full_width_text_deck .deck-text.orange a:visited, .deck.full_width_text_deck .deck-text.orange a:active, .deck.full_width_text_deck .deck-text.orange a:hover {
        color: #111; }
      .deck.full_width_text_deck .deck-text.orange span {
        background-image: url("images/bottom-line-white-animated.gif"); }
      .deck.full_width_text_deck .deck-text.orange.triangle {
        background: #93ADA5;
        color: #111;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.full_width_text_deck .deck-text.orangecontrast {
      background: #87B1A0;
      color: #111; }
      .deck.full_width_text_deck .deck-text.orangecontrast a, .deck.full_width_text_deck .deck-text.orangecontrast a:visited, .deck.full_width_text_deck .deck-text.orangecontrast a:active, .deck.full_width_text_deck .deck-text.orangecontrast a:hover {
        color: #111; }
      .deck.full_width_text_deck .deck-text.orangecontrast span {
        background-image: url("images/bottom-line-white-animated.gif"); }
      .deck.full_width_text_deck .deck-text.orangecontrast.triangle {
        background: #87B1A0;
        color: #111;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.full_width_text_deck .deck-text.green {
      background: #93ADA5;
      color: #111; }
      .deck.full_width_text_deck .deck-text.green a, .deck.full_width_text_deck .deck-text.green a:visited, .deck.full_width_text_deck .deck-text.green a:active, .deck.full_width_text_deck .deck-text.green a:hover {
        color: #111; }
      .deck.full_width_text_deck .deck-text.green span {
        background-image: url("images/bottom-line-white-animated.gif"); }
      .deck.full_width_text_deck .deck-text.green.triangle {
        background: #93ADA5;
        color: #111;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
    .deck.full_width_text_deck .deck-text.greencontrast {
      background: #87B1A0;
      color: #111; }
      .deck.full_width_text_deck .deck-text.greencontrast a, .deck.full_width_text_deck .deck-text.greencontrast a:visited, .deck.full_width_text_deck .deck-text.greencontrast a:active, .deck.full_width_text_deck .deck-text.greencontrast a:hover {
        color: #111; }
      .deck.full_width_text_deck .deck-text.greencontrast span {
        background-image: url("images/bottom-line-white-animated.gif"); }
      .deck.full_width_text_deck .deck-text.greencontrast.triangle {
        background: #87B1A0;
        color: #111;
        /* REMOVED IN Redesign:
		background-image: url(images/triangle-orange.svg);*/
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 40px 40px; }
  .deck.full_width_image_deck {
    line-height: 0; }
    .deck.full_width_image_deck img {
      width: 100%; }
  .deck.logo_collection_deck {
    padding: 20px; }
    .deck.logo_collection_deck .deck-logos div {
      line-height: 0;
      padding: 2%;
      text-align: center; }
      .deck.logo_collection_deck .deck-logos div a {
        font-size: 0;
        line-height: 0;
        padding: 0; }
      .deck.logo_collection_deck .deck-logos div img {
        width: 35%;
        min-width: 100px;
        max-width: 300px; }
        @media only screen and (min-width: 550px) {
          .deck.logo_collection_deck .deck-logos div img {
            width: 45%; } }
  .deck.triple_deck_with_text_and_icons {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 550px) {
      .deck.triple_deck_with_text_and_icons {
        flex-direction: row; } }
    .deck.triple_deck_with_text_and_icons a {
      display: flex;
      flex: 1;
      text-decoration: none; }
      .deck.triple_deck_with_text_and_icons a .triple-deck-singular {
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    .deck.triple_deck_with_text_and_icons a:hover .triple-deck-singular {
      box-shadow: inset 0 0 0 10px white; }
    .deck.triple_deck_with_text_and_icons .triple-deck-singular {
      flex-grow: 1;
      padding: 20px;
      text-align: left;
      padding: 40px 20px 40px 30px; }
      @media only screen and (min-width: 550px) {
        .deck.triple_deck_with_text_and_icons .triple-deck-singular {
          text-align: left; } }
      @media only screen and (min-width: 550px) {
        .deck.triple_deck_with_text_and_icons .triple-deck-singular {
          padding: 60px 40px; } }
      .deck.triple_deck_with_text_and_icons .triple-deck-singular h1,
      .deck.triple_deck_with_text_and_icons .triple-deck-singular h2,
      .deck.triple_deck_with_text_and_icons .triple-deck-singular h3,
      .deck.triple_deck_with_text_and_icons .triple-deck-singular h4,
      .deck.triple_deck_with_text_and_icons .triple-deck-singular h5,
      .deck.triple_deck_with_text_and_icons .triple-deck-singular h6 {
        text-transform: none;
        font-family: "TomatoGroteskMedium", sans-serif; }
      .deck.triple_deck_with_text_and_icons .triple-deck-singular h3 {
        font-size: 2.2rem;
        font-family: "TomatoGroteskRegular", sans-serif;
        margin: .7em 0 .5em 0; }
      .deck.triple_deck_with_text_and_icons .triple-deck-singular p {
        margin: 0; }
      .deck.triple_deck_with_text_and_icons .triple-deck-singular.white {
        background: #F2EEE2;
        color: #111; }
        .deck.triple_deck_with_text_and_icons .triple-deck-singular.white a, .deck.triple_deck_with_text_and_icons .triple-deck-singular.white a:visited, .deck.triple_deck_with_text_and_icons .triple-deck-singular.white a:active, .deck.triple_deck_with_text_and_icons .triple-deck-singular.white a:hover {
          color: #111; }
      .deck.triple_deck_with_text_and_icons .triple-deck-singular.lgrey {
        background: #f7f7f7;
        color: #111; }
        .deck.triple_deck_with_text_and_icons .triple-deck-singular.lgrey a, .deck.triple_deck_with_text_and_icons .triple-deck-singular.lgrey a:visited, .deck.triple_deck_with_text_and_icons .triple-deck-singular.lgrey a:active, .deck.triple_deck_with_text_and_icons .triple-deck-singular.lgrey a:hover {
          color: #111; }
      .deck.triple_deck_with_text_and_icons .triple-deck-singular.mgrey {
        background: #e1e1e1;
        color: #111; }
        .deck.triple_deck_with_text_and_icons .triple-deck-singular.mgrey a, .deck.triple_deck_with_text_and_icons .triple-deck-singular.mgrey a:visited, .deck.triple_deck_with_text_and_icons .triple-deck-singular.mgrey a:active, .deck.triple_deck_with_text_and_icons .triple-deck-singular.mgrey a:hover {
          color: #111; }
      .deck.triple_deck_with_text_and_icons .triple-deck-singular.dgrey {
        background: #a0a0a0;
        color: #F2EEE2; }
        .deck.triple_deck_with_text_and_icons .triple-deck-singular.dgrey a, .deck.triple_deck_with_text_and_icons .triple-deck-singular.dgrey a:visited, .deck.triple_deck_with_text_and_icons .triple-deck-singular.dgrey a:active, .deck.triple_deck_with_text_and_icons .triple-deck-singular.dgrey a:hover {
          color: #F2EEE2; }
      .deck.triple_deck_with_text_and_icons .triple-deck-singular.ddgrey {
        background: #000000;
        color: #F2EEE2; }
        .deck.triple_deck_with_text_and_icons .triple-deck-singular.ddgrey a, .deck.triple_deck_with_text_and_icons .triple-deck-singular.ddgrey a:visited, .deck.triple_deck_with_text_and_icons .triple-deck-singular.ddgrey a:active, .deck.triple_deck_with_text_and_icons .triple-deck-singular.ddgrey a:hover {
          color: #F2EEE2; }
      .deck.triple_deck_with_text_and_icons .triple-deck-singular.orange {
        background: #93ADA5;
        color: #111; }
        .deck.triple_deck_with_text_and_icons .triple-deck-singular.orange a, .deck.triple_deck_with_text_and_icons .triple-deck-singular.orange a:visited, .deck.triple_deck_with_text_and_icons .triple-deck-singular.orange a:active, .deck.triple_deck_with_text_and_icons .triple-deck-singular.orange a:hover {
          color: #111; }
      .deck.triple_deck_with_text_and_icons .triple-deck-singular.orangecontrast {
        background: #87B1A0;
        color: #111; }
        .deck.triple_deck_with_text_and_icons .triple-deck-singular.orangecontrast a, .deck.triple_deck_with_text_and_icons .triple-deck-singular.orangecontrast a:visited, .deck.triple_deck_with_text_and_icons .triple-deck-singular.orangecontrast a:active, .deck.triple_deck_with_text_and_icons .triple-deck-singular.orangecontrast a:hover {
          color: #111; }
      .deck.triple_deck_with_text_and_icons .triple-deck-singular.green {
        background: #93ADA5;
        color: #111; }
        .deck.triple_deck_with_text_and_icons .triple-deck-singular.green a, .deck.triple_deck_with_text_and_icons .triple-deck-singular.green a:visited, .deck.triple_deck_with_text_and_icons .triple-deck-singular.green a:active, .deck.triple_deck_with_text_and_icons .triple-deck-singular.green a:hover {
          color: #111; }
      .deck.triple_deck_with_text_and_icons .triple-deck-singular.greencontrast {
        background: #87B1A0;
        color: #111; }
        .deck.triple_deck_with_text_and_icons .triple-deck-singular.greencontrast a, .deck.triple_deck_with_text_and_icons .triple-deck-singular.greencontrast a:visited, .deck.triple_deck_with_text_and_icons .triple-deck-singular.greencontrast a:active, .deck.triple_deck_with_text_and_icons .triple-deck-singular.greencontrast a:hover {
          color: #111; }
      .deck.triple_deck_with_text_and_icons .triple-deck-singular img {
        min-width: 40px;
        max-width: 80px; }
        @media only screen and (min-width: 550px) {
          .deck.triple_deck_with_text_and_icons .triple-deck-singular img {
            min-width: 40px;
            max-width: 75px; } }
  .deck.counter_deck {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 550px) {
      .deck.counter_deck {
        flex-direction: row; } }
    .deck.counter_deck .counter-deck-singular {
      flex-grow: 1;
      padding: 20px;
      text-align: center;
      font-family: "TomatoGroteskMedium", sans-serif; }
      .deck.counter_deck .counter-deck-singular.white {
        background: #F2EEE2;
        color: #111; }
        .deck.counter_deck .counter-deck-singular.white a, .deck.counter_deck .counter-deck-singular.white a:visited, .deck.counter_deck .counter-deck-singular.white a:active, .deck.counter_deck .counter-deck-singular.white a:hover {
          color: #111; }
      .deck.counter_deck .counter-deck-singular.lgrey {
        background: #f7f7f7;
        color: #111; }
        .deck.counter_deck .counter-deck-singular.lgrey a, .deck.counter_deck .counter-deck-singular.lgrey a:visited, .deck.counter_deck .counter-deck-singular.lgrey a:active, .deck.counter_deck .counter-deck-singular.lgrey a:hover {
          color: #111; }
      .deck.counter_deck .counter-deck-singular.mgrey {
        background: #e1e1e1;
        color: #111; }
        .deck.counter_deck .counter-deck-singular.mgrey a, .deck.counter_deck .counter-deck-singular.mgrey a:visited, .deck.counter_deck .counter-deck-singular.mgrey a:active, .deck.counter_deck .counter-deck-singular.mgrey a:hover {
          color: #111; }
      .deck.counter_deck .counter-deck-singular.dgrey {
        background: #a0a0a0;
        color: #F2EEE2; }
        .deck.counter_deck .counter-deck-singular.dgrey a, .deck.counter_deck .counter-deck-singular.dgrey a:visited, .deck.counter_deck .counter-deck-singular.dgrey a:active, .deck.counter_deck .counter-deck-singular.dgrey a:hover {
          color: #F2EEE2; }
        .deck.counter_deck .counter-deck-singular.dgrey .fig-number {
          background-image: url("images/bottom-line-white.png"); }
      .deck.counter_deck .counter-deck-singular.ddgrey {
        background: #000000;
        color: #F2EEE2; }
        .deck.counter_deck .counter-deck-singular.ddgrey a, .deck.counter_deck .counter-deck-singular.ddgrey a:visited, .deck.counter_deck .counter-deck-singular.ddgrey a:active, .deck.counter_deck .counter-deck-singular.ddgrey a:hover {
          color: #F2EEE2; }
        .deck.counter_deck .counter-deck-singular.ddgrey .fig-number {
          background-image: url("images/bottom-line-white.png"); }
      .deck.counter_deck .counter-deck-singular.orange {
        background: #93ADA5;
        color: #111; }
        .deck.counter_deck .counter-deck-singular.orange a, .deck.counter_deck .counter-deck-singular.orange a:visited, .deck.counter_deck .counter-deck-singular.orange a:active, .deck.counter_deck .counter-deck-singular.orange a:hover {
          color: #111; }
        .deck.counter_deck .counter-deck-singular.orange .fig-number {
          background-image: url("images/bottom-line-black.png"); }
      .deck.counter_deck .counter-deck-singular.orangecontrast {
        background: #87B1A0;
        color: #111; }
        .deck.counter_deck .counter-deck-singular.orangecontrast a, .deck.counter_deck .counter-deck-singular.orangecontrast a:visited, .deck.counter_deck .counter-deck-singular.orangecontrast a:active, .deck.counter_deck .counter-deck-singular.orangecontrast a:hover {
          color: #111; }
        .deck.counter_deck .counter-deck-singular.orangecontrast .fig-number {
          background-image: url("images/bottom-line-black.png"); }
      .deck.counter_deck .counter-deck-singular.green {
        background: #93ADA5;
        color: #111; }
        .deck.counter_deck .counter-deck-singular.green a, .deck.counter_deck .counter-deck-singular.green a:visited, .deck.counter_deck .counter-deck-singular.green a:active, .deck.counter_deck .counter-deck-singular.green a:hover {
          color: #111; }
        .deck.counter_deck .counter-deck-singular.green .fig-number {
          background-image: url("images/bottom-line-black.png"); }
      .deck.counter_deck .counter-deck-singular.greencontrast {
        background: #87B1A0;
        color: #111; }
        .deck.counter_deck .counter-deck-singular.greencontrast a, .deck.counter_deck .counter-deck-singular.greencontrast a:visited, .deck.counter_deck .counter-deck-singular.greencontrast a:active, .deck.counter_deck .counter-deck-singular.greencontrast a:hover {
          color: #111; }
        .deck.counter_deck .counter-deck-singular.greencontrast .fig-number {
          background-image: url("images/bottom-line-black.png"); }
      .deck.counter_deck .counter-deck-singular .fig-number {
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 50px 3px;
        padding: 0 0 20px;
        background-image: url("images/bottom-line-black.png"); }
        .deck.counter_deck .counter-deck-singular .fig-number .counter {
          font-family: "TomatoGroteskSemiBold", sans-serif;
          font-style: normal;
          font-size: 40px;
          font-size: 2.5rem;
          visibility: hidden; }
        .deck.counter_deck .counter-deck-singular .fig-number .count_to_extra_text {
          font-family: "TomatoGroteskMedium", sans-serif;
          font-size: 16px;
          font-size: 1rem; }
      .deck.counter_deck .counter-deck-singular .fig-number .counter.counting {
        visibility: visible; }
  .deck.employees {
    margin-right: 20px;
    padding-bottom: 20px; }
    .deck.employees .employee {
      /*background: $color__deck-background-one;*/ }
      .deck.employees .employee:nth-child(odd) {
        /*background: $color__deck-background-two;*/ }
      .deck.employees .employee .emp-container {
        margin: 20px 0 0px 20px;
        background: #000000;
        display: flex;
        flex-direction: column; }
        .deck.employees .employee .emp-container .emp-image {
          overflow: hidden; }
          .deck.employees .employee .emp-container .emp-image img {
            width: 100%; }
        .deck.employees .employee .emp-container .emp-textbox {
          padding: 12px 5px 15px 14px;
          display: flex;
          flex-direction: column;
          flex-grow: 1; }
        .deck.employees .employee .emp-container .emp-nameandtitlebox {
          flex-grow: 1; }
        .deck.employees .employee .emp-container .emp-name {
          margin-bottom: .4em;
          text-transform: none;
          letter-spacing: 2px;
          color: #F2EEE2;
          text-align: left; }
        .deck.employees .employee .emp-container .emp-extra {
          margin-top: 5px;
          text-transform: none;
          letter-spacing: 2px;
          font-family: "TomatoGroteskRegular", sans-serif;
          font-size: .8em;
          text-align: left; }
        .deck.employees .employee .emp-container .emp-title {
          margin-top: 5px;
          font-family: "TomatoGroteskMedium", sans-serif;
          color: #F2EEE2;
          text-align: left;
          font-size: .8em; }
        .deck.employees .employee .emp-container .emp-phone {
          margin-top: 10px;
          font-size: .8em;
          font-family: "TomatoGroteskRegular", sans-serif;
          color: #aaaaaa;
          text-align: left; }
        .deck.employees .employee .emp-container .emp-email {
          font-size: .8em;
          font-family: "TomatoGroteskRegular", sans-serif;
          color: #aaaaaa;
          text-align: left; }
        .deck.employees .employee .emp-container .emp-email a,
        .deck.employees .employee .emp-container .emp-phone a {
          text-decoration: none;
          color: #aaaaaa; }
        .deck.employees .employee .emp-container .emp-email a:hover,
        .deck.employees .employee .emp-container .emp-phone a:hover {
          text-decoration: underline; }
        .deck.employees .employee .emp-container .emp-social {
          text-align: left;
          display: flex;
          min-height: 30px;
          margin-top: 15px;
          margin-left: -3px; }
          .deck.employees .employee .emp-container .emp-social a {
            display: inline-block;
            line-height: 0;
            margin: 0 10px 0 0;
            background: none;
            transform-origin: center center;
            transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
            .deck.employees .employee .emp-container .emp-social a:hover {
              background: #000000;
              transform: scale(1.2, 1.2); }
            .deck.employees .employee .emp-container .emp-social a:active {
              background: #000000;
              transform: scale(1, 1); }
            .deck.employees .employee .emp-container .emp-social a img {
              width: 30px; }
  .deck.blog-list .list-box, .deck.case-list .list-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background: #f7f7f7; }
    .deck.blog-list .list-box:nth-child(odd), .deck.case-list .list-box:nth-child(odd) {
      background: #e1e1e1; }
    .deck.blog-list .list-box .headline, .deck.case-list .list-box .headline {
      position: absolute;
      bottom: 0;
      height: auto;
      text-align: center;
      padding: 20px;
      width: 100%;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 27.2px;
      line-height: 1.7rem;
      color: #F2EEE2;
      font-family: "TomatoGroteskMedium", sans-serif;
      z-index: 10;
      /* Safari only hack - trial and error solution */
      /* Bug seems to be fixed as of Safari 12
          &.safari:not(:root:root) {
            margin-top: 25%;
          }
        */ }
      .deck.blog-list .list-box .headline.box-behind-text, .deck.case-list .list-box .headline.box-behind-text {
        background: rgba(0, 0, 0, 0.8) !important;
        /* background: url("images/quick-case-text-bg.png") repeat-x; */ }
      .deck.blog-list .list-box .headline .author, .deck.case-list .list-box .headline .author {
        display: inline-block;
        position: relative;
        text-align: center;
        width: 100%;
        height: 30px;
        font-size: 12.8px;
        font-size: 0.8rem;
        color: #F2EEE2;
        font-family: "TomatoGroteskMedium", sans-serif; }
    .deck.blog-list .list-box .logo, .deck.case-list .list-box .logo {
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 3; }
    .deck.blog-list .list-box .contact, .deck.case-list .list-box .contact {
      position: absolute;
      z-index: 101;
      width: 100%;
      opacity: 0;
      min-height: 400px;
      background: #000000;
      line-height: normal;
      height: 100%; }
      .deck.blog-list .list-box .contact .contact-text, .deck.case-list .list-box .contact .contact-text {
        margin: 0 0 30px 0; }
      .deck.blog-list .list-box .contact .contact-left, .deck.case-list .list-box .contact .contact-left {
        float: left;
        width: 60%;
        padding: 50px 30px 10px 30px; }
      .deck.blog-list .list-box .contact .contact-right, .deck.case-list .list-box .contact .contact-right {
        float: left;
        width: 40%;
        height: 100%; }
      .deck.blog-list .list-box .contact .contact-text, .deck.case-list .list-box .contact .contact-text {
        color: #F2EEE2; }
      .deck.blog-list .list-box .contact .contact-name, .deck.case-list .list-box .contact .contact-name {
        text-transform: none;
        letter-spacing: 2px;
        color: #F2EEE2; }
      .deck.blog-list .list-box .contact .contact-title, .deck.case-list .list-box .contact .contact-title {
        font-family: "TomatoGroteskMedium", sans-serif;
        color: #F2EEE2;
        margin: 0 0 30px;
        font-size: 16px;
        font-size: 1rem; }
      .deck.blog-list .list-box .contact .contact-phone,
      .deck.blog-list .list-box .contact .contact-email, .deck.case-list .list-box .contact .contact-phone,
      .deck.case-list .list-box .contact .contact-email {
        font-size: 16px;
        font-size: 1rem;
        font-family: "TomatoGroteskRegular", sans-serif;
        color: #aaaaaa; }
      .deck.blog-list .list-box .contact .contact-image, .deck.case-list .list-box .contact .contact-image {
        line-height: 0;
        min-height: 400px;
        background-repeat: no-repeat !important;
        background-position: 50% 50% !important;
        background-size: cover !important; }
      .deck.blog-list .list-box .contact.show, .deck.case-list .list-box .contact.show {
        opacity: 1;
        transition: opacity 0.2s ease-in-out; }
    .deck.blog-list .list-box .image, .deck.case-list .list-box .image {
      width: 100% !important;
      min-height: 400px;
      -o-object-fit: cover;
      object-fit: cover; }
  .deck.blog-list .case-back .image, .deck.case-list .case-back .image {
    background-color: #93ADA5;
    min-height: 250px; }
  .deck.blog-list .case-back .headline:before, .deck.case-list .case-back .headline:before {
    content: '←';
    /* → */
    padding-right: 10px;
    display: inline; }
  .deck.blog-list .case-back .headline, .deck.case-list .case-back .headline {
    color: #111;
    padding: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%); }
    @media only screen and (min-width: 550px) {
      .deck.blog-list .case-back .headline, .deck.case-list .case-back .headline {
        font-size: 32px;
        font-size: 2rem;
        line-height: 35.2px;
        line-height: 2.2rem; } }
  .deck.large_copy_text_with_columns .deck-text {
    padding: 20px 40px; }
    @media only screen and (min-width: 550px) {
      .deck.large_copy_text_with_columns .deck-text {
        padding: 30px 50px; } }
    @media only screen and (min-width: 769px) {
      .deck.large_copy_text_with_columns .deck-text {
        padding: 60px 100px; } }
    @media only screen and (min-width: 1000px) {
      .deck.large_copy_text_with_columns .deck-text {
        padding: 60px 160px; } }
    @media only screen and (min-width: 1300px) {
      .deck.large_copy_text_with_columns .deck-text {
        padding: 60px 320px; } }
    .deck.large_copy_text_with_columns .deck-text h1 {
      font-family: "TomatoGroteskSemiBold", sans-serif;
      font-size: 32px;
      font-size: 2rem;
      line-height: 35.2px;
      line-height: 2.2rem;
      margin: 3rem 0; }
      @media only screen and (min-width: 550px) {
        .deck.large_copy_text_with_columns .deck-text h1 {
          font-size: 48px;
          font-size: 3rem;
          line-height: 51.2px;
          line-height: 3.2rem; } }
      @media only screen and (min-width: 769px) {
        .deck.large_copy_text_with_columns .deck-text h1 {
          font-size: 56px;
          font-size: 3.5rem;
          line-height: 59.2px;
          line-height: 3.7rem; } }
      @media only screen and (min-width: 1000px) {
        .deck.large_copy_text_with_columns .deck-text h1 {
          font-size: 64px;
          font-size: 4rem;
          line-height: 67.2px;
          line-height: 4.2rem; } }
    .deck.large_copy_text_with_columns .deck-text .date {
      font-family: "TomatoGroteskMedium", sans-serif;
      font-size: 12.8px;
      font-size: 0.8rem;
      margin: -10px 0 20px 54px; }
      .deck.large_copy_text_with_columns .deck-text .date .date_txt {
        margin: 0 5px 0 0; }
      .deck.large_copy_text_with_columns .deck-text .date i.material-icons {
        position: relative;
        top: 3px;
        margin: 0 5px;
        font-size: 14.4px;
        font-size: 0.9rem; }
    .deck.large_copy_text_with_columns .deck-text .author {
      border-bottom: 1px dotted #f7f7f7;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: row; }
      .deck.large_copy_text_with_columns .deck-text .author img.avatar {
        display: flex;
        border-radius: 50%;
        width: 40px !important;
        margin: 0 14px 0 0; }
      .deck.large_copy_text_with_columns .deck-text .author a[rel="author"] {
        color: #111;
        letter-spacing: 2px;
        font-size: 12.8px;
        font-size: 0.8rem;
        text-decoration: none;
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
        margin: 0;
        outline: none; }
        .deck.large_copy_text_with_columns .deck-text .author a[rel="author"].selected {
          color: #000000; }
        .deck.large_copy_text_with_columns .deck-text .author a[rel="author"]:last-child {
          margin: 0; }
        @media only screen and (min-width: 550px) {
          .deck.large_copy_text_with_columns .deck-text .author a[rel="author"] {
            margin: 0 20px 0 0; } }
      .deck.large_copy_text_with_columns .deck-text .author a[rel="author"]:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        background-color: #000000;
        visibility: hidden;
        transform-origin: center;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out 0s; }
        @media only screen and (min-width: 550px) {
          .deck.large_copy_text_with_columns .deck-text .author a[rel="author"]:before {
            transform-origin: left; } }
      .deck.large_copy_text_with_columns .deck-text .author a[rel="author"]:hover {
        color: #000000; }
      .deck.large_copy_text_with_columns .deck-text .author a[rel="author"]:hover:before {
        visibility: visible;
        transform: scaleX(1); }
    .deck.large_copy_text_with_columns .deck-text .columns article {
      -moz-columns: 2 500px;
      columns: 2 500px;
      -moz-column-gap: 4em;
      column-gap: 4em; }
    .deck.large_copy_text_with_columns .deck-text article p {
      margin: 0;
      padding: 0; }
    .deck.large_copy_text_with_columns .deck-text article h1,
    .deck.large_copy_text_with_columns .deck-text article h2,
    .deck.large_copy_text_with_columns .deck-text article h3,
    .deck.large_copy_text_with_columns .deck-text article h4,
    .deck.large_copy_text_with_columns .deck-text article h5,
    .deck.large_copy_text_with_columns .deck-text article h6 {
      font-family: "TomatoGroteskSemiBold", sans-serif;
      font-size: 24px;
      font-size: 1.5rem;
      display: inline-block; }
    .deck.large_copy_text_with_columns .deck-text article img {
      max-width: 100%; }
  .deck.customer_centric_list {
    background-color: #000;
    color: #F2EEE2;
    padding-bottom: 100px; }
    .deck.customer_centric_list input {
      font-family: "TomatoGroteskRegular", sans-serif;
      font-size: 24px;
      font-size: 1.5rem;
      width: 100%;
      background: 0 0;
      background-color: #000;
      border: 0;
      border-bottom: 2px solid #F2EEE2;
      color: #F2EEE2;
      outline: 0;
      text-align: center;
      word-break: break-word;
      white-space: pre-wrap; }
      @media only screen and (min-width: 550px) {
        .deck.customer_centric_list input {
          font-size: 48px;
          font-size: 3rem; } }
      .deck.customer_centric_list input.error {
        border-bottom-color: 2px solid #a51d1d; }
      .deck.customer_centric_list input + label .error {
        display: none;
        font-family: "TomatoGroteskSemiBold", sans-serif;
        color: #a51d1d; }
      .deck.customer_centric_list input.error + label .error {
        display: block; }
      .deck.customer_centric_list input:focus {
        border-bottom: 2px solid #F2EEE2;
        background: #111; }
      .deck.customer_centric_list input.disabled {
        border: none; }
      .deck.customer_centric_list input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #b7b7b7;
        font-size: 16px;
        font-size: 1rem; }
        @media only screen and (min-width: 550px) {
          .deck.customer_centric_list input::-webkit-input-placeholder {
            font-size: 32px;
            font-size: 2rem;
            padding-top: 10px;
            /* Hack pga. Safari-bug */ } }
      .deck.customer_centric_list input::-moz-placeholder {
        /* Firefox 19+ */
        color: #b7b7b7;
        font-size: 16px;
        font-size: 1rem; }
        @media only screen and (min-width: 550px) {
          .deck.customer_centric_list input::-moz-placeholder {
            font-size: 32px;
            font-size: 2rem; } }
      .deck.customer_centric_list input:-ms-input-placeholder {
        /* IE 10+ */
        color: #b7b7b7;
        font-size: 16px;
        font-size: 1rem; }
        @media only screen and (min-width: 550px) {
          .deck.customer_centric_list input:-ms-input-placeholder {
            font-size: 32px;
            font-size: 2rem; } }
      .deck.customer_centric_list input:-moz-placeholder {
        /* Firefox 18- */
        color: #b7b7b7;
        font-size: 16px;
        font-size: 1rem; }
        @media only screen and (min-width: 550px) {
          .deck.customer_centric_list input:-moz-placeholder {
            font-size: 32px;
            font-size: 2rem; } }
    .deck.customer_centric_list #result-txt {
      display: none;
      text-align: center;
      padding: 30px 40px; }
      @media only screen and (min-width: 550px) {
        .deck.customer_centric_list #result-txt {
          padding: 60px 140px; } }
      @media only screen and (min-width: 769px) {
        .deck.customer_centric_list #result-txt {
          padding: 60px 180px; } }
      @media only screen and (min-width: 1000px) {
        .deck.customer_centric_list #result-txt {
          padding: 60px 220px; } }
      @media only screen and (min-width: 1300px) {
        .deck.customer_centric_list #result-txt {
          padding: 60px 300px; } }
      .deck.customer_centric_list #result-txt.ready {
        display: block; }
      .deck.customer_centric_list #result-txt .salutation {
        font-family: "TomatoGroteskMedium", sans-serif;
        font-size: 32px;
        font-size: 2rem;
        margin: 0 0 20px 0; }
      .deck.customer_centric_list #result-txt .aftertext {
        font-size: 25.6px;
        font-size: 1.6rem; }
    .deck.customer_centric_list .list-holder, .deck.customer_centric_list .bth-holder, .deck.customer_centric_list .form-holder {
      padding: 30px 40px; }
      @media only screen and (min-width: 550px) {
        .deck.customer_centric_list .list-holder, .deck.customer_centric_list .bth-holder, .deck.customer_centric_list .form-holder {
          padding: 60px 140px; } }
      @media only screen and (min-width: 769px) {
        .deck.customer_centric_list .list-holder, .deck.customer_centric_list .bth-holder, .deck.customer_centric_list .form-holder {
          padding: 60px 180px; } }
      @media only screen and (min-width: 1000px) {
        .deck.customer_centric_list .list-holder, .deck.customer_centric_list .bth-holder, .deck.customer_centric_list .form-holder {
          padding: 60px 220px; } }
      @media only screen and (min-width: 1300px) {
        .deck.customer_centric_list .list-holder, .deck.customer_centric_list .bth-holder, .deck.customer_centric_list .form-holder {
          padding: 60px 300px; } }
    .deck.customer_centric_list .form-holder {
      display: none; }
      .deck.customer_centric_list .form-holder.ready {
        display: block; }
      .deck.customer_centric_list .form-holder label {
        font-family: "TomatoGroteskMedium", sans-serif;
        width: 100%;
        display: inline-block;
        padding: 10px 0 30px 0;
        text-align: center; }
    .deck.customer_centric_list .btn-holder {
      text-align: center; }
      .deck.customer_centric_list .btn-holder .btn {
        display: none;
        border: 0;
        line-height: 2.5em;
        padding: 0 0 0 1em;
        margin-bottom: 1em;
        outline: none;
        text-decoration: none;
        font-family: "TomatoGroteskRegular", sans-serif;
        border-radius: 2em;
        font-size: 16px;
        font-size: 1rem; }
        @media only screen and (min-width: 550px) {
          .deck.customer_centric_list .btn-holder .btn {
            border-radius: 3em;
            font-size: 32px;
            font-size: 2rem; } }
        .deck.customer_centric_list .btn-holder .btn .arrow {
          display: inline-block;
          line-height: 2.5em;
          text-align: center;
          color: #000;
          width: 2.5em;
          transition: margin 200ms;
          margin-left: 0;
          border-radius: 3em; }
          .deck.customer_centric_list .btn-holder .btn .arrow i.material-icons {
            position: relative;
            top: 3px;
            margin: 0 5px;
            font-size: 16px;
            font-size: 1rem; }
            @media only screen and (min-width: 550px) {
              .deck.customer_centric_list .btn-holder .btn .arrow i.material-icons {
                top: 6px;
                margin: 0 5px;
                font-size: 32px;
                font-size: 2rem; } }
        .deck.customer_centric_list .btn-holder .btn.ready {
          display: inline-block; }
        .deck.customer_centric_list .btn-holder .btn:hover .arrow {
          margin-left: 1.25em; }
        .deck.customer_centric_list .btn-holder .btn:active .arrow {
          margin-left: 1.5em; }

.sort-menu {
  width: 100%;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 1em;
  padding-bottom: 2em;
  text-align: left; }
  @media only screen and (min-width: 550px) {
    .sort-menu {
      padding-left: 60px;
      padding-right: 40px; } }
  .sort-menu a {
    color: #111;
    letter-spacing: 2px;
    font-size: 12.8px;
    font-size: 0.8rem;
    text-decoration: none;
    display: block;
    margin: 0 0 4px 0;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    outline: none; }
    @media only screen and (min-width: 550px) {
      .sort-menu a {
        display: inline-block;
        margin: 0 10px 0px 0; } }
    .sort-menu a.selected {
      color: #000000; }
    .sort-menu a:last-child {
      margin: 0 0 0 0; }
    @media only screen and (min-width: 550px) {
      .sort-menu a {
        margin: 0 20px 0 0; } }
  .sort-menu a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #000000;
    visibility: hidden;
    transform-origin: center;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s; }
    @media only screen and (min-width: 550px) {
      .sort-menu a:before {
        transform-origin: left; } }
  .sort-menu a:hover {
    color: #000000; }
  .sort-menu a:hover:before {
    visibility: visible;
    transform: scaleX(1); }

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Slider framwork
  http://kenwheeler.github.io/slick/
  https://github.com/kenwheeler/slick/
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*--------------------------------------------------------------
## Slick slider
--------------------------------------------------------------*/
@-webkit-keyframes moveout-left {
  from {
    background-position: 50% 50%;
    opacity: 1; }
  to {
    background-position: -50% 50%;
    opacity: 0; } }
@keyframes moveout-left {
  from {
    background-position: 50% 50%;
    opacity: 1; }
  to {
    background-position: -50% 50%;
    opacity: 0; } }

@-webkit-keyframes moveout-right {
  from {
    background-position: 50% 50%;
    opacity: 1; }
  to {
    background-position: 150% 50%;
    opacity: 0; } }

@keyframes moveout-right {
  from {
    background-position: 50% 50%;
    opacity: 1; }
  to {
    background-position: 150% 50%;
    opacity: 0; } }

.partial-animation-settings, .bh-top-slider .slick-prev, .bh-top-slider .slick-next {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.bh-top-slider {
  width: 100%;
  min-height: 500px;
  height: 65vh;
  background-color: #000000; }
  .bh-top-slider .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 2;
    min-height: 100%;
    width: 200px;
    background: none;
    border: none;
    outline: none;
    color: transparent !important; }
  .bh-top-slider .slick-prev {
    left: 0;
    background: url(/wp-content/themes/brandhouse/images/cursors/next-cursor-left.png) no-repeat 50% 50%;
    cursor: url(/wp-content/themes/brandhouse/images/cursors/next-cursor-left.png), auto;
    -webkit-animation-name: moveout-left;
    animation-name: moveout-left; }
  .bh-top-slider .slick-next {
    right: 0;
    background: url(/wp-content/themes/brandhouse/images/cursors/next-cursor-right.png) no-repeat 50% 50%;
    cursor: url(/wp-content/themes/brandhouse/images/cursors/next-cursor-right.png), auto;
    -webkit-animation-name: moveout-right;
    animation-name: moveout-right; }
  .bh-top-slider .single-slide {
    position: relative;
    width: 100%;
    min-height: 500px;
    height: 65vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center; }
    .bh-top-slider .single-slide .text-overlay {
      position: absolute;
      left: 0px;
      padding-left: 30px;
      padding-right: 20px;
      bottom: 45px;
      width: 60%;
      z-index: 1;
      text-align: left;
      opacity: 0;
      transition: all 1s cubic-bezier(0, 0.52, 0, 1);
      transform: none;
      /*transform: translate(-50%, calc(-50% + 50px));*/ }
      @media only screen and (min-width: 550px) {
        .bh-top-slider .single-slide .text-overlay {
          padding-left: 60px;
          padding-right: 40px; } }
      .bh-top-slider .single-slide .text-overlay.active {
        opacity: 1;
        /*transform: translate(-50%, -50%);*/ }
      .bh-top-slider .single-slide .text-overlay .text {
        color: #F2EEE2;
        font-family: "TomatoGroteskMedium", sans-serif;
        /*margin: 0 14%;*/
        font-size: 32px;
        font-size: 2rem;
        line-height: 48px;
        line-height: 3rem; }
        @media only screen and (min-width: 550px) {
          .bh-top-slider .single-slide .text-overlay .text {
            /*margin: 0 20%;*/
            font-size: 48px;
            font-size: 3rem;
            line-height: 64px;
            line-height: 4rem; } }
        @media only screen and (min-width: 1000px) {
          .bh-top-slider .single-slide .text-overlay .text {
            font-size: 64px;
            font-size: 4rem;
            line-height: 80px;
            line-height: 5rem; } }
        .bh-top-slider .single-slide .text-overlay .text.shadow {
          text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
      .bh-top-slider .single-slide .text-overlay i.material-icons {
        display: none;
        /*
        display: block;
        padding-right: 40px;
        text-align: center;
        */ }
    .bh-top-slider .single-slide.image {
      background: rgba(0, 0, 0, 0);
      background-position: center center; }
    .bh-top-slider .single-slide.video {
      width: 100%; }
      .bh-top-slider .single-slide.video video {
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        background-size: cover;
        opacity: 0;
        transition: opacity 1s; }
        .bh-top-slider .single-slide.video video.active {
          opacity: 1; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .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: #F2EEE2;
  border: 1px solid #F2EEE2;
  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: #F2EEE2; }

select {
  border: 1px solid #F2EEE2; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000000; }
  a:visited {
    color: #000000; }
  a:hover, a:focus, a:active {
    color: #000000; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Fly in pane
--------------------------------------------------------------*/
@-webkit-keyframes fdsseq {
  100% {
    opacity: 1; } }
@keyframes fdsseq {
  100% {
    opacity: 1; } }

.fly-in-pane {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(28, 28, 28, 0.9);
  z-index: 100;
  top: 0;
  left: 0;
  transform: translate3d(-100vw, 0, 0);
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1); }
  .fly-in-pane.show {
    transform: translate3d(0vw, 0, 0); }
  @media only screen and (min-width: 550px) {
    .fly-in-pane .site-wrapper {
      display: block; } }
  .fly-in-pane .fly-in-pane-content {
    min-height: 100vh;
    background-color: #F2EEE2; }
    @media only screen and (min-width: 550px) {
      .fly-in-pane .fly-in-pane-content {
        min-width: 80%;
        display: inline-block;
        -webkit-clip-path: polygon(100% 0px, 80% 100%, 0px 100%, 0px 100%, 0px 0px);
        clip-path: polygon(100% 0px, 80% 100%, 0px 100%, 0px 100%, 0px 0px); } }
    @media only screen and (min-width: 1300px) {
      .fly-in-pane .fly-in-pane-content {
        min-width: 50%; } }
  .fly-in-pane.show a {
    -webkit-animation: fdsseq 0.5s both;
    animation: fdsseq 0.5s both; }
  .fly-in-pane nav {
    position: relative;
    margin: 150px 0 40px 0;
    max-height: calc(100vh - 150px - 0px);
    overflow: auto;
    text-align: left;
    margin-left: 20px; }
    @media only screen and (min-width: 550px) {
      .fly-in-pane nav {
        margin-left: 40px; } }
    @media only screen and (min-width: 550px) {
      .fly-in-pane nav {
        margin: 150px 0 40px 100px;
        max-height: calc(100vh - 150px - 100px);
        text-align: left; } }
    @media (min-aspect-ratio: 1 / 1) and (max-height: 710px) {
      .fly-in-pane nav {
        margin: 120px 0 40px 80px;
        max-height: calc(100vh - 120px - 80px); } }
    .fly-in-pane nav a {
      opacity: 0;
      color: #000;
      text-decoration: none;
      margin: 10px 0 20px 10px;
      display: inline-block;
      position: relative;
      transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      @media only screen and (min-width: 550px) {
        .fly-in-pane nav a {
          padding: 0;
          margin: 0 0 20px 0;
          font-size: 24px;
          font-size: 1.5rem; } }
      @media only screen and (min-width: 1000px) {
        .fly-in-pane nav a {
          font-size: 32px;
          font-size: 2rem; } }
      @media (min-aspect-ratio: 1 / 1) and (max-height: 710px) {
        .fly-in-pane nav a {
          font-size: 24px;
          font-size: 1.5rem;
          padding: 0;
          margin: 0 0 20px 0; } }
    .fly-in-pane nav a:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      bottom: 0;
      background-color: #000000;
      visibility: hidden;
      transform-origin: center;
      transform: scaleX(0);
      transition: all 0.3s ease-in-out 0s; }
      @media only screen and (min-width: 550px) {
        .fly-in-pane nav a:before {
          transform-origin: left; } }
    .fly-in-pane nav a:hover {
      color: #000000; }
    .fly-in-pane nav a:hover:before {
      visibility: visible;
      transform: scaleX(1); }
  .fly-in-pane .social-sharing {
    margin: 0 0 40px;
    text-align: left;
    margin-left: 20px; }
    @media only screen and (min-width: 550px) {
      .fly-in-pane .social-sharing {
        margin-left: 40px; } }
    @media only screen and (min-width: 550px) {
      .fly-in-pane .social-sharing {
        margin: 0 0 40px 92px;
        text-align: left; } }
    @media (min-aspect-ratio: 1 / 1) and (max-height: 710px) {
      .fly-in-pane .social-sharing {
        margin-left: 72px; } }
    .fly-in-pane .social-sharing a {
      display: inline-block;
      line-height: 0;
      opacity: 0;
      margin: 0 10px 0 0;
      background: none;
      transform-origin: center center;
      transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
      /*
			Removed in new 2021 design
			&:hover {
				background: $color__main-one;
				transform: scale(1.2,1.2);
			}

			&:active {
				background: $color__main-one;
				transform: scale(1,1);
			}
			*/ }
      .fly-in-pane .social-sharing a img {
        width: 30px; }

/*--------------------------------------------------------------
## Top nav incl. hamburger
--------------------------------------------------------------*/
.top-nav {
  position: fixed;
  z-index: 10000;
  transform: translate(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
  margin-left: 0; }
  @media only screen and (min-width: 550px) {
    .top-nav {
      margin-left: 4vw; } }
  @media only screen and (min-width: 1300px) {
    .top-nav {
      margin-left: 40px; } }
  .top-nav.slide-out {
    transform: translate3d(-155px, 0, 0); }
    @media only screen and (min-width: 550px) {
      .top-nav.slide-out {
        transform: translate3d(-170px, 0, 0); } }
    .top-nav.slide-out .logo {
      transform: translate(-100vw, 0);
      opacity: 0; }
  .top-nav .logo {
    background: #F2EEE2;
    width: 155px;
    height: 65px;
    position: absolute;
    left: 0;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate(0, 0); }
	.top-nav {
	height: 65px;
	}
    @media only screen and (min-width: 550px) {
      .top-nav .logo {
        width: 170px; } }
    @media only screen and (min-width: 550px) {
      .top-nav .logo {
        height: 75px; } 
	.top-nav {
	height: 75px;
	}
		}
  .top-nav .logo img {
    display: inline-block;
    width: 100px;
    margin: 13px 0 0 25px; }
    @media only screen and (min-width: 550px) {
      .top-nav .logo img {
        width: 120px; } }

/*
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  position: absolute;
  padding: 20px;
  left: 155px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font-size: 25px;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: visible;
  outline: none;
  background: #000000;
  box-shadow: 0 0 30px rgba(20, 20, 20, 0.2); }
  @media only screen and (min-width: 550px) {
    .hamburger {
      padding: 25px; } }
  @media only screen and (min-width: 550px) {
    .hamburger {
      left: 170px; } }

.hamburger-box {
  width: 40px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 1px; }

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 40px;
  height: 2px;
  background-color: #F2EEE2;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -7px; }

.hamburger-inner::after {
  bottom: -7px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::after,
.hamburger--3dx-r .hamburger-inner::before {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::after,
.hamburger--3dy .hamburger-inner::before {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::after,
.hamburger--3dy-r .hamburger-inner::before {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::after,
.hamburger--boring .hamburger-inner::before {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.333, 0, 0.667, 0.333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.333, 0, 0.667, 0.333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.333, 0, 0.667, 0.333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.333, 0, 0.667, 0.333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.714px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.714px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.333, 0, 0.667, 0.333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.333, 0, 0.667, 0.333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.333, 0, 0.667, 0.333), opacity 0s 0.22s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.333, 0, 0.667, 0.333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::after,
.hamburger--vortex-r .hamburger-inner::before {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::after,
.hamburger--vortex-r.is-active .hamburger-inner::before {
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

/*--------------------------------------------------------------
## Top nav incl. hamburger
--------------------------------------------------------------*/
.top-lang-switcher {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  max-width: 1800px;
  height: 75px;
  text-align: right; }
  .top-lang-switcher .top-lang-switcher-inner {
    position: relative;
    margin: 20px 20px 0 0; }
    .top-lang-switcher .top-lang-switcher-inner .divider {
      color: #FFF; }
    .top-lang-switcher .top-lang-switcher-inner button {
      background: none;
      border: none;
      color: #111;
      font-family: "TomatoGroteskMedium", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 14.4px;
      line-height: 0.9rem;
      padding: 10px;
      transition: all 0.3s ease-in-out 0s;
      outline: none;
      text-decoration: underline; }
      .top-lang-switcher .top-lang-switcher-inner button:hover {
        background: none;
        /*background: rgba(200,200,200,.5);*/
        text-decoration: underline; }
      .top-lang-switcher .top-lang-switcher-inner button.selected {
        /*background: rgba(200,200,200,0.5);*/
        text-decoration: none; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #000000;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Visible module
--------------------------------------------------------------*/
/* Classes to control sliding in elements */
/* Replaced by grayscale filter (still hooks up to come-in class)
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}

.already-visible {
  transform: translateY(0);
  animation: none;
}
@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Global general layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General layout properties
--------------------------------------------------------------*/
body {
  background: #000000; }

/*--------------------------------------------------------------
## Flexbox layout for fluid layoyt and sticky footer content
--------------------------------------------------------------*/
.site {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.site-wrapper {
  width: 100%;
  max-width: 1800px;
  overflow: hidden;
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
  /* Needed for wrapping the inner nav in fly-in-pane */ }

.site-content {
  flex: 1;
  background: #F2EEE2; }

.site-content section:first-child {
  padding-top: 65px; }
  @media only screen and (min-width: 550px) {
    .site-content section:first-child {
      padding-top: 75px; } }

/*--------------------------------------------------------------
## Quick fixes for new 2021 design
--------------------------------------------------------------*/
.contact-image, .emp-image img {
  filter: grayscale(100%);
  transition: filter .2s ease-out .2s; }

.cases .image, .cases .logo {
  filter: grayscale(50%);
  transition: filter .2s ease-out .2s; }

@media (hover: hover) {
  .cases .image, .cases .logo {
    filter: grayscale(100%);
    transition: filter .2s ease-out .2s; }
  .cases:hover .image, .cases:hover .logo {
    filter: grayscale(50%);
    transition: filter .0s ease-in 0s; }
  body[data-pagename=forside] .split_media_deck .deck-image {
    filter: grayscale(100%);
    transition: filter .0s ease-out .0s; }
  body[data-pagename=forside] .split_media_deck:hover .deck-image {
    filter: grayscale(0%);
    transition: filter .0s ease-in .0s; } }

/*--------------------------------------------------------------
## Wordpress fixes
--------------------------------------------------------------*/
.nav-subtitle, .post-navigation .nav-links {
  display: none; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer with contact information and quick links
--------------------------------------------------------------*/
.footer-high {
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 20px 10%;
  color: #F2EEE2; }
  @media only screen and (min-width: 550px) {
    .footer-high {
      flex-direction: row; } }
  .footer-high .contact,
  .footer-high .links,
  .footer-high .logo {
    font-size: 12.8px;
    font-size: 0.8rem; }
    .footer-high .contact a:active, .footer-high .contact a:link, .footer-high .contact a:visited,
    .footer-high .links a:active,
    .footer-high .links a:link,
    .footer-high .links a:visited,
    .footer-high .logo a:active,
    .footer-high .logo a:link,
    .footer-high .logo a:visited {
      color: #F2EEE2;
      text-decoration: none;
      cursor: pointer; }
    .footer-high .contact a:active, .footer-high .contact a:hover,
    .footer-high .links a:active,
    .footer-high .links a:hover,
    .footer-high .logo a:active,
    .footer-high .logo a:hover {
      text-decoration: underline; }
    .footer-high .contact a.persondata,
    .footer-high .links a.persondata,
    .footer-high .logo a.persondata {
      margin: 10px 0 0 0; }
      .footer-high .contact a.persondata:active, .footer-high .contact a.persondata:link, .footer-high .contact a.persondata:visited,
      .footer-high .links a.persondata:active,
      .footer-high .links a.persondata:link,
      .footer-high .links a.persondata:visited,
      .footer-high .logo a.persondata:active,
      .footer-high .logo a.persondata:link,
      .footer-high .logo a.persondata:visited {
        color: #F2EEE2;
        text-decoration: underline;
        cursor: pointer; }
      .footer-high .contact a.persondata:active, .footer-high .contact a.persondata:hover,
      .footer-high .links a.persondata:active,
      .footer-high .links a.persondata:hover,
      .footer-high .logo a.persondata:active,
      .footer-high .logo a.persondata:hover {
        text-decoration: none; }
  .footer-high .logo img {
    width: 100%;
    max-width: 150px;
    color: #F2EEE2; }
  .footer-high .links {
    text-align: left; }
    @media only screen and (min-width: 550px) {
      .footer-high .links {
        text-align: center; } }
    .footer-high .links span {
      padding: 3% 2% 3% 0;
      display: inline-flex; }
      @media only screen and (min-width: 550px) {
        .footer-high .links span {
          padding: 0 2%; } }
  .footer-high .contact .address,
  .footer-high .contact .tel {
    font-family: "TomatoGroteskRegular", sans-serif; }

/*--------------------------------------------------------------
## Footer with copyright information and external image links
--------------------------------------------------------------*/
.footer-low {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  padding: 20px 20%; }
  .footer-low .copyright {
    font-size: 11.2px;
    font-size: 0.7rem;
    text-align: center;
    padding: 0 0 3%; }
    @media only screen and (min-width: 550px) {
      .footer-low .copyright {
        padding: 0;
        text-align: left; } }
  .footer-low .social-icons {
    text-align: center; }
    @media only screen and (min-width: 550px) {
      .footer-low .social-icons {
        text-align: right; } }
    .footer-low .social-icons .icon {
      cursor: pointer;
      display: inline-block;
      width: 20px;
      height: 20px;
      background-size: cover;
      transform: rotate(0) scale(1);
      transition: 0.3s ease-in-out; }
      .footer-low .social-icons .icon:hover {
        transform: rotate(180deg) scale(0.7);
        opacity: 0.5; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Autocomplete
--------------------------------------------------------------*/
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 *
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License:
 */
.easy-autocomplete {
  position: relative; }

.easy-autocomplete a {
  display: block; }

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 20000; }

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
  margin: 0 !important; }

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
  color: black; }

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px; }

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer; }

.easy-autocomplete-container ul li.selected div {
  font-weight: normal; }

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all; }

.easy-autocomplete-container ul li b {
  font-weight: bold; }

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic; }

.eac-description .eac-item span {
  color: #666;
  font-style: italic;
  font-size: 0.9em; }

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px; }

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative; }

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px; }

/*--------------------------------------------------------------
# Sorting (animation etc.)
--------------------------------------------------------------*/
/* No visualing styling. Keep it only structural */
.sort-section .sort-container .sort-box {
  transform-origin: 50% 50%; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.responsive-video {
  /*
    See: embedresponsively.com
  */
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  z-index: 0; }
  .responsive-video embed,
  .responsive-video iframe,
  .responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-video.background-video {
    /* Background loaded via JS */
    background-size: cover;
    background-repeat: no-repeat; }
    .responsive-video.background-video embed,
    .responsive-video.background-video iframe,
    .responsive-video.background-video object {
      box-sizing: border-box;
      height: 56.25vw;
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      width: 177.77777778vh;
      opacity: 0;
      transition: opacity 1s; }
      .responsive-video.background-video embed.active,
      .responsive-video.background-video iframe.active,
      .responsive-video.background-video object.active {
        opacity: 1; }

/*--------------------------------------------------------------
# Brand lounge
--------------------------------------------------------------*/
.brandlounge-form {
  width: 100% !important; }
  .brandlounge-form .brandlounge-submit-button {
    background: #000000 !important;
    border: 0 !important;
    line-height: 1em !important;
    margin-bottom: 1em !important;
    outline: none !important;
    text-decoration: none !important;
    color: #F2EEE2 !important;
    font-family: "TomatoGroteskRegular", sans-serif;
    border-radius: 3px !important;
    padding: 10px 30px  10px 30px !important;
    height: auto !important;
    font-size: 16px;
    font-size: 1rem; }
    @media only screen and (min-width: 550px) {
      .brandlounge-form .brandlounge-submit-button {
        border-radius: 3px  !important;
        font-size: 32px;
        font-size: 2rem; } }
