@charset "UTF-8";

ul.site-map ul.children {
  padding: 15px 15px 0 !important;
}

ul.site-map ul.children li:last-child {
  padding-bottom: 4px  !important;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* 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: #f1f1f1;
  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. */
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

@media print, screen and (min-width: 40em) {
  .reveal,
  .reveal.tiny,
  .reveal.small,
  .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

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

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

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

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

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

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

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

/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

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

/**
     * Add the correct font size in all browsers.
     */

small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

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

/**
     * Remove the border on images inside links in IE 10-.
     */

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

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

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */

button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

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

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

/**
     * Show the overflow in Edge.
     */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

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

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

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

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
  display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template {
  display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

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

.grid-container {
  max-width: 75rem;
  margin: 0 auto;
}

.grid-container-padded {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container-padded {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .grid-container-padded {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

.cell.auto {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.cell.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-x > .medium-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-y > .cell {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

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

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

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

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

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

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

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

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

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

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

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

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

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

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

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

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

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

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

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

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

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

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

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

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #14679e;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}

.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover,
.button.clear:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success:hover,
.button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

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

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

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

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

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

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

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

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

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

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

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

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

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

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

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}

.badge.primary {
  background: #1779ba;
  color: #fefefe;
}

.badge.secondary {
  background: #767676;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-group::before,
.button-group::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu.vertical {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu.expanded li {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.menu.simple {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.medium-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.medium-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.large-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.large-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

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

.menu.icons a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu.align-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

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

.menu.align-center li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

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

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

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

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

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

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

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

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

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

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

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

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

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

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

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

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

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

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

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

.dropdown.menu a {
  padding: 0.7rem 1rem;
}

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

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

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}

.label.primary {
  background: #1779ba;
  color: #fefefe;
}

.label.secondary {
  background: #767676;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.media-object {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.main-section {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

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

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

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

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

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto;
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
  overflow-y: auto;
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
  overflow-x: auto;
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
  overflow-x: auto;
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }

  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top,
  .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }

  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top,
  .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous,
[data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #1779ba;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #14679e;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

table thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

table tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before,
.tabs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.tabs::after {
  clear: both;
}

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

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

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

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #1779ba;
}

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

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

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

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  clear: both;
}

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

.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.align-center.vertical.menu > li > a {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

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

  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .large-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

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

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

  .large-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

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

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

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

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

.column,
.columns {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.row.small-unstack > .column,
.row.small-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

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

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

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.row.small-unstack > .column,
.row.small-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

@media print, screen and (min-width: 64em) {
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .medium-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .large-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: left !important;
}

.row .column,
.row .columns,
.row .columns {
  margin-right: -1px;
  width: auto;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  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;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* directories */

/* fonts */

/* colors */

/* img path */

/* transitions */

/* box overlays: zag component, heroes, etc */

/* adding underline to links */

/* put on a container box around text that needs multiline ellipse cut off
   add margin-bottom: 0 to the actual text element (h3)
   note: does not work in firefox or ie
         do not use on medium posts */

/* section title with grey background
   zag, team landing, news grid
*/

/* Akrobat */

@font-face {
  font-family: 'AkrobatBlack';
  src: url("../../fonts/akrobat/Akrobat-Black.otf") format("opentype");
  src: url("../../fonts/akrobat/akrobat-black-webfont.woff2") format("woff2"), url("../../fonts/akrobat/akrobat-black-webfont.woff") format("woff"), url("../../fonts/akrobat/akrobat-black-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'AkrobatBold';
  src: url("../../fonts/akrobat/Akrobat-Bold.otf") format("opentype");
  src: url("../../fonts/akrobat/akrobat-bold-webfont.woff2") format("woff2"), url("../../fonts/akrobat/akrobat-bold-webfont.woff") format("woff"), url("../../fonts/akrobat/akrobat-bold-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'AkrobatExtraBold';
  src: url("../../fonts/akrobat/Akrobat-ExtraBold.otf") format("opentype");
  src: url("../../fonts/akrobat/akrobat-extrabold-webfont.woff2") format("woff2"), url("../../fonts/akrobat/akrobat-extrabold-webfont.woff") format("woff"), url("../../fonts/akrobat/akrobat-extrabold-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'AkrobatExtraLight';
  src: url("../../fonts/akrobat/Akrobat-ExtraLight.otf") format("opentype");
  src: url("../../fonts/akrobat/akrobat-extralight-webfont.woff2") format("woff2"), url("../../fonts/akrobat/akrobat-extralight-webfont.woff") format("woff"), url("../../fonts/akrobat/akrobat-extralight-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'AkrobatLight';
  src: url("../../fonts/akrobat/Akrobat-Light.otf") format("opentype");
  src: url("../../fonts/akrobat/akrobat-light-webfont.woff2") format("woff2"), url("../../fonts/akrobat/akrobat-light-webfont.woff") format("woff"), url("../../fonts/akrobat/akrobat-light-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'AkrobatRegular';
  src: url("../../fonts/akrobat/Akrobat-Regular.otf") format("opentype");
  src: url("../../fonts/akrobat/akrobat-regular-webfont.woff2") format("woff2"), url("../../fonts/akrobat/akrobat-regular-webfont.woff") format("woff"), url("../../fonts/akrobat/akrobat-regular-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'AkrobatSemiBold';
  src: url("../../fonts/akrobat/Akrobat-SemiBold.otf") format("opentype");
  src: url("../../fonts/akrobat/akrobat-semibold-webfont.woff2") format("woff2"), url("../../fonts/akrobat/akrobat-semibold-webfont.woff") format("woff"), url("../../fonts/akrobat/akrobat-semibold-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'AkrobatThin';
  src: url("../../fonts/akrobat/Akrobat-Thin.otf") format("opentype");
  src: url("../../fonts/akrobat/akrobat-thin-webfont.woff2") format("woff2"), url("../../fonts/akrobat/akrobat-thin-webfont.woff") format("woff"), url("../../fonts/akrobat/akrobat-thin-webfont.ttf") format("truetype");
}

/* global sizing */

body,
html {
  font-size: 16px;
}

/* headers */

/* listed as names in sketch */

h1 {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 5.313rem;
  letter-spacing: 7.5px;
  line-height: 95px;
  color: #302C2C;
  text-transform: uppercase;
}

@media screen and (max-width: 40em) {
  h1 {
    font-size: 2.25rem;
    letter-spacing: 3.18px;
    line-height: 40px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  h1 {
    font-size: 2.25rem;
    letter-spacing: 3.18px;
    line-height: 40px;
  }
}

h2 {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 3.438rem;
  letter-spacing: 3.75px;
  line-height: 66px;
  color: #302C2C;
  text-transform: uppercase;
}

h2.camel {
  text-transform: none;
  letter-spacing: 1.92px;
}

@media screen and (max-width: 40em) {
  h2 {
    font-size: 1.875rem;
    letter-spacing: 2.65px;
    line-height: 36px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  h2 {
    font-size: 1.875rem;
    letter-spacing: 2.65px;
    line-height: 36px;
  }
}

h3 {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1.875rem;
  letter-spacing: 1.25px;
  line-height: 36px;
  color: #302C2C;
  text-transform: uppercase;
}

@media screen and (max-width: 40em) {
  h3 {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  h3 {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

h4 {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 5px;
  line-height: 24px;
  color: #302C2C;
  text-transform: uppercase;
}

@media screen and (max-width: 40em) {
  h4 {
    font-size: 1rem;
    letter-spacing: 4px;
    line-height: 20px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  h4 {
    font-size: 1rem;
    letter-spacing: 4px;
    line-height: 20px;
  }
}

h5 {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 3.28px;
  line-height: 24px;
  color: #302C2C;
  text-transform: uppercase;
}

h6 {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 2.57px;
  line-height: 22px;
  text-transform: uppercase;
  color: #302C2C;
}

p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.938rem;
  letter-spacing: 0.8px;
  line-height: 23px;
  color: #302C2C;
}

a,
a.btn,
a.cta {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 2.92px;
  line-height: 17px;
  text-transform: uppercase;
  color: #302C2C;
  transition: all 250ms ease-in-out;
}

a:hover,
a:active,
a:focus,
a.btn:hover,
a.btn:active,
a.btn:focus,
a.cta:hover,
a.cta:active,
a.cta:focus {
  color: #ED6C5C;
}

a.filter {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 3.33px;
  line-height: 19px;
  text-transform: uppercase;
  color: #302C2C;
}

blockquote {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.46px;
  line-height: 50px;
  color: #ED6C5C;
  padding: 0 0 0 40px;
  border-left: 2px solid #ED6C5C;
  display: block;
}

@media screen and (max-width: 40em) {
  blockquote {
    font-size: 1.75rem;
    letter-spacing: 0.32px;
    line-height: 34px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  blockquote {
    font-size: 1.75rem;
    letter-spacing: 0.32px;
    line-height: 34px;
  }
}

/* used for testimonials */

/* different color, no border, no indentation */

span.quote,
p.quote {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.46px;
  line-height: 50px;
  color: #ED6C5C;
  padding: 0 0 0 40px;
  border-left: 2px solid #ED6C5C;
  display: block;
  border-left: none;
  padding: 0;
  color: #302C2C;
}

@media screen and (max-width: 40em) {
  span.quote,
  p.quote {
    font-size: 1.75rem;
    letter-spacing: 0.32px;
    line-height: 34px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  span.quote,
  p.quote {
    font-size: 1.75rem;
    letter-spacing: 0.32px;
    line-height: 34px;
  }
}

/* commenting on this since it might not be used */

a.nav {
  font-family: "AkrobatBold", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 3px;
  line-height: 19px;
  text-transform: uppercase;
  color: #302C2C;
}

span.tags,
p.tags {
  font-family: "AkrobatBold", Arial, sans-serif;
  font-size: 0.813rem;
  letter-spacing: 1.86px;
  line-height: 15px;
  text-transform: uppercase;
  color: #302C2C;
}

span.annotation {
  font-family: "AkrobatBold", Arial, sans-serif;
  font-size: 0.625rem;
  letter-spacing: 1.43px;
  line-height: 12px;
  color: #302C2C;
  text-transform: uppercase;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='number'],
input[type='date'],
textarea {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 2.5px;
  line-height: 17px;
  text-transform: uppercase;
  color: #302C2C;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #302C2C;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='date']:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #302C2C;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='date']::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #302C2C;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #302C2C;
}

a.legal {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.54px;
  line-height: 0px;
  text-transform: none;
  color: #302C2C;
}

p.listing {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 29px;
  text-transform: uppercase;
  color: #302C2C;
  margin: 0;
}

@media screen and (max-width: 40em) {
  p.listing {
    font-size: 1rem;
    letter-spacing: 1.25px;
    line-height: 18px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  p.listing {
    font-size: 1rem;
    letter-spacing: 1.25px;
    line-height: 18px;
  }
}

span.herostat {
  font-family: "AkrobatSemiBold", Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 2px;
  line-height: 17px;
  color: #302C2C;
  text-transform: uppercase;
}

@media screen and (max-width: 40em) {
  span.herostat {
    font-size: 0.625rem;
    letter-spacing: 1.43px;
    line-height: 12px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  span.herostat {
    font-size: 0.625rem;
    letter-spacing: 1.43px;
    line-height: 12px;
  }
}

span.sidebar {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 18.750rem;
  letter-spacing: 20px;
  line-height: 360px;
  text-transform: uppercase;
  color: #ED6C5C;
}

@media screen and (max-width: 63.9375em) {
  span.sidebar {
    font-size: 16rem;
  }
}

@media screen and (max-width: 40em) {
  span.sidebar {
    font-size: 10.563rem;
    letter-spacing: 11.27px;
    line-height: 203px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  span.sidebar {
    font-size: 10.563rem;
    letter-spacing: 11.27px;
    line-height: 203px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  span.sidebar {
    opacity: 0.75 !important;
  }
}

p.headlines {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 2.8125rem;
  letter-spacing: 1.57px;
  line-height: 54px;
  color: #302C2C;
  text-transform: uppercase;
}

@media screen and (max-width: 40em) {
  p.headlines {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  p.headlines {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

footer p.tagline {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 29px;
  text-transform: uppercase;
  color: #302C2C;
  margin: 0;
  letter-spacing: 5px;
  line-height: 34px;
}

@media screen and (max-width: 40em) {
  footer p.tagline {
    font-size: 1rem;
    letter-spacing: 1.25px;
    line-height: 18px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  footer p.tagline {
    font-size: 1rem;
    letter-spacing: 1.25px;
    line-height: 18px;
  }
}

@media screen and (max-width: 40em) {
  footer p.tagline {
    font-size: 1.5rem;
    letter-spacing: 5px;
    line-height: 34px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  footer p.tagline {
    font-size: 1.5rem;
    letter-spacing: 5px;
    line-height: 34px;
  }
}

@media screen and (min-width: 48em) {
  .appear,
  .appear-medium,
  .appear-geo {
    position: relative;
    opacity: 0;
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
  }

  .appear.btn,
  .appear-medium.btn,
  .appear-geo.btn {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8), color 0.25s, background-color 0.25s, border 0.25s;
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8), color 0.25s, background-color 0.25s, border 0.25s;
  }

  .appear.visible-element,
  .appear-medium.visible-element,
  .appear-geo.visible-element {
    opacity: 1;
  }

  .appear.visible-element .menu-item,
  .appear.visible-element.header-logo,
  .appear-medium.visible-element .menu-item,
  .appear-medium.visible-element.header-logo,
  .appear-geo.visible-element .menu-item,
  .appear-geo.visible-element.header-logo {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .appear.header-logo,
  .appear-medium.header-logo,
  .appear-geo.header-logo {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition-delay: 50ms;
  }

  .appear .menu-item,
  .appear-medium .menu-item,
  .appear-geo .menu-item {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
  }

  .fly-top {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .fly-top {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@media screen and (min-width: 48em) {
  .fly-top.visible-element {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .fly-right {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .fly-right {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

@media screen and (min-width: 48em) {
  .fly-right.visible-element {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .fly-left {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .fly-left {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@media screen and (min-width: 48em) {
  .fly-left.visible-element {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .fly-bottom {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .fly-bottom {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@media screen and (min-width: 48em) {
  .fly-bottom.visible-element {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  hr.fly-top {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  hr.fly-left {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }

  hr.fly-right {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  hr.fly-bottom {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  /* sidebar text needs to use right still 
  since it already has a transform applied */

  .sidebar.side-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), right 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    right: 100px;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .sidebar.side-fly-right {
    right: 50px;
  }
}

@media screen and (min-width: 48em) {
  .sidebar.side-fly-right.visible-element {
    right: 0;
  }

  .delay-1 {
    transition-delay: 50ms;
  }

  .btn.delay-1:before {
    transition-delay: 150ms;
  }

  .delay-2 {
    transition-delay: 100ms;
  }

  .btn.delay-2:before {
    transition-delay: 300ms;
  }

  .delay-3 {
    transition-delay: 150ms;
  }

  .btn.delay-3:before {
    transition-delay: 450ms;
  }

  .delay-4 {
    transition-delay: 200ms;
  }

  .btn.delay-4:before {
    transition-delay: 600ms;
  }

  .delay-5 {
    transition-delay: 250ms;
  }

  .btn.delay-5:before {
    transition-delay: 750ms;
  }

  .delay-6 {
    transition-delay: 300ms;
  }

  .btn.delay-6:before {
    transition-delay: 900ms;
  }

  .delay-7 {
    transition-delay: 350ms;
  }

  .btn.delay-7:before {
    transition-delay: 1050ms;
  }

  .delay-8 {
    transition-delay: 400ms;
  }

  .btn.delay-8:before {
    transition-delay: 1200ms;
  }

  .delay-9 {
    transition-delay: 450ms;
  }

  .btn.delay-9:before {
    transition-delay: 1350ms;
  }

  .delay-10 {
    transition-delay: 500ms;
  }

  .btn.delay-10:before {
    transition-delay: 1500ms;
  }

  .delay-11 {
    transition-delay: 550ms;
  }

  .btn.delay-11:before {
    transition-delay: 1650ms;
  }

  .delay-12 {
    transition-delay: 600ms;
  }

  .btn.delay-12:before {
    transition-delay: 1800ms;
  }

  .delay-13 {
    transition-delay: 650ms;
  }

  .btn.delay-13:before {
    transition-delay: 1950ms;
  }

  .delay-14 {
    transition-delay: 700ms;
  }

  .btn.delay-14:before {
    transition-delay: 2100ms;
  }

  .delay-15 {
    transition-delay: 750ms;
  }

  .btn.delay-15:before {
    transition-delay: 2250ms;
  }

  .delay-16 {
    transition-delay: 800ms;
  }

  .btn.delay-16:before {
    transition-delay: 2400ms;
  }

  .delay-17 {
    transition-delay: 850ms;
  }

  .btn.delay-17:before {
    transition-delay: 2550ms;
  }

  .delay-18 {
    transition-delay: 900ms;
  }

  .btn.delay-18:before {
    transition-delay: 2700ms;
  }

  .delay-19 {
    transition-delay: 950ms;
  }

  .btn.delay-19:before {
    transition-delay: 2850ms;
  }

  /* custom breakpoints for block grids with diff
      column counts for breakpoints. no need for small */

  .companies .logo-col:nth-of-type(6n+0) {
    transition-delay: 300ms;
  }

  .companies .logo-col:nth-of-type(6n+5) {
    transition-delay: 250ms;
  }

  .companies .logo-col:nth-of-type(6n+4) {
    transition-delay: 200ms;
  }

  .companies .logo-col:nth-of-type(6n+3) {
    transition-delay: 150ms;
  }

  .companies .logo-col:nth-of-type(6n+2) {
    transition-delay: 100ms;
  }

  .companies .logo-col:nth-of-type(6n+1) {
    transition-delay: 50ms;
  }

  .team-grid,
  .service-list {
    /* team grid, team landing */
  }

  .team-grid .team-container:nth-of-type(4n+1),
  .team-grid .list-column:nth-of-type(4n+1),
  .service-list .team-container:nth-of-type(4n+1),
  .service-list .list-column:nth-of-type(4n+1) {
    transition-delay: 50ms;
  }

  .team-grid .team-container:nth-of-type(4n+2),
  .team-grid .list-column:nth-of-type(4n+2),
  .service-list .team-container:nth-of-type(4n+2),
  .service-list .list-column:nth-of-type(4n+2) {
    transition-delay: 100ms;
  }

  .team-grid .team-container:nth-of-type(4n+3),
  .team-grid .list-column:nth-of-type(4n+3),
  .service-list .team-container:nth-of-type(4n+3),
  .service-list .list-column:nth-of-type(4n+3) {
    transition-delay: 150ms;
  }

  .team-grid .team-container:nth-of-type(4n+0),
  .team-grid .list-column:nth-of-type(4n+0),
  .service-list .team-container:nth-of-type(4n+0),
  .service-list .list-column:nth-of-type(4n+0) {
    transition-delay: 200ms;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .team-grid .team-container:nth-of-type(3n+1),
  .team-grid .list-column:nth-of-type(3n+1),
  .service-list .team-container:nth-of-type(3n+1),
  .service-list .list-column:nth-of-type(3n+1) {
    transition-delay: 50ms;
  }

  .team-grid .team-container:nth-of-type(3n+2),
  .team-grid .list-column:nth-of-type(3n+2),
  .service-list .team-container:nth-of-type(3n+2),
  .service-list .list-column:nth-of-type(3n+2) {
    transition-delay: 100ms;
  }

  .team-grid .team-container:nth-of-type(3n+0),
  .team-grid .list-column:nth-of-type(3n+0),
  .service-list .team-container:nth-of-type(3n+0),
  .service-list .list-column:nth-of-type(3n+0) {
    transition-delay: 150ms;
  }
}

@media screen and (min-width: 48em) {
  /* investments grid, team-single */

  .investments .investment-col:nth-of-type(6n+0) {
    transition-delay: 300ms;
  }

  .investments .investment-col:nth-of-type(6n+5) {
    transition-delay: 250ms;
  }

  .investments .investment-col:nth-of-type(6n+4) {
    transition-delay: 200ms;
  }

  .investments .investment-col:nth-of-type(6n+3) {
    transition-delay: 150ms;
  }

  .investments .investment-col:nth-of-type(6n+2) {
    transition-delay: 100ms;
  }

  .investments .investment-col:nth-of-type(6n+1) {
    transition-delay: 50ms;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .investments .investment-col:nth-of-type(4n+0) {
    transition-delay: 200ms;
  }

  .investments .investment-col:nth-of-type(4n+3) {
    transition-delay: 150ms;
  }

  .investments .investment-col:nth-of-type(4n+2) {
    transition-delay: 100ms;
  }

  .investments .investment-col:nth-of-type(4n+1) {
    transition-delay: 50ms;
  }
}

@media screen and (min-width: 48em) {
  .locations .location-container:nth-of-type(3n+1),
  .partners .location-container:nth-of-type(3n+1) {
    transition-delay: 50ms;
  }

  .locations .location-container:nth-of-type(3n+2),
  .partners .location-container:nth-of-type(3n+2) {
    transition-delay: 100ms;
  }

  .locations .location-container:nth-of-type(3n+0),
  .partners .location-container:nth-of-type(3n+0) {
    transition-delay: 150ms;
  }
}

/* custom slide ins for offset hero images 
   about us, team landing, events landing
   work with us landing and deep dive pages 
*/

/* mobile navigation and modal close animations */

@-webkit-keyframes nav-top {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 2px;
  }

  100% {
    top: 13px;
    background-color: #302C2C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 2px;
  }
}

@keyframes nav-top {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 2px;
  }

  100% {
    top: 13px;
    background-color: #302C2C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 2px;
  }
}

@-webkit-keyframes nav-bot {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 2px;
  }

  100% {
    bottom: 10px;
    background-color: #302C2C;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 2px;
  }
}

@keyframes nav-bot {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 2px;
  }

  100% {
    bottom: 10px;
    background-color: #302C2C;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 2px;
  }
}

@-webkit-keyframes nav-mid {
  0% {
    width: 100%;
    opacity: 1;
    margin: auto;
  }

  20% {
    margin: auto;
    width: 0%;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes nav-mid {
  0% {
    width: 100%;
    opacity: 1;
    margin: auto;
  }

  20% {
    margin: auto;
    width: 0%;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes nav-top-close {
  0% {
    top: 12px;
    background-color: #302C2C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #CFCBCA;
  }

  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #CFCBCA;
  }
}

@keyframes nav-top-close {
  0% {
    top: 12px;
    background-color: #302C2C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #CFCBCA;
  }

  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #CFCBCA;
  }
}

@-webkit-keyframes nav-bot-close {
  0% {
    bottom: 10px;
    background-color: #302C2C;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  50% {
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #CFCBCA;
  }

  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #CFCBCA;
  }
}

@keyframes nav-bot-close {
  0% {
    bottom: 10px;
    background-color: #302C2C;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  50% {
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #CFCBCA;
  }

  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #CFCBCA;
  }
}

@-webkit-keyframes nav-mid-close {
  0% {
    opacity: 0;
  }

  60% {
    margin: auto;
    width: 0%;
    opacity: 1;
  }

  80% {
    margin: auto;
    width: 50%;
    opacity: 0.5;
  }

  100% {
    width: 100%;
    opacity: 1;
    margin: auto;
  }
}

@keyframes nav-mid-close {
  0% {
    opacity: 0;
  }

  60% {
    margin: auto;
    width: 0%;
    opacity: 1;
  }

  80% {
    margin: auto;
    width: 50%;
    opacity: 0.5;
  }

  100% {
    width: 100%;
    opacity: 1;
    margin: auto;
  }
}

/* links */

p a,
a.cta {
  position: relative;
  transition: color 250ms ease-in-out;
}

p a:after,
a.cta:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

p a:hover,
p a:active,
a.cta:hover,
a.cta:active {
  color: #ED6C5C;
}

p a:hover:after,
p a:active:after,
a.cta:hover:after,
a.cta:active:after {
  right: 100%;
}

a.icon {
  position: relative;
  transition: color 250ms ease-in-out;
}

a.icon:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 100%;
  bottom: -8px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

a.icon:hover,
a.icon:active {
  color: #ED6C5C;
}

a.icon:hover:after,
a.icon:active:after {
  right: 0;
}

/* buttons */

a.btn {
  border: 2px solid #ED6C5C;
  padding: 14px 18px;
  background-color: transparent;
  transition: all 250ms ease-in-out;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

a.btn:hover,
a.btn:active {
  color: #FFFFFF;
  background-color: #ED6C5C;
}

a.btn:focus {
  outline: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='number'],
input[type='date'],
input,
textarea {
  padding: 0.875rem 1.375rem;
  border: 2px solid #CFCBCA;
  box-shadow: none;
  transition: all 250ms ease-in-out;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: all 250ms ease-in-out;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='date']:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  transition: all 250ms ease-in-out;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  transition: all 250ms ease-in-out;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  transition: all 250ms ease-in-out;
}

input[type='text']:hover,
input[type='text']:focus,
input[type='tel']:hover,
input[type='tel']:focus,
input[type='email']:hover,
input[type='email']:focus,
input[type='number']:hover,
input[type='number']:focus,
input[type='date']:hover,
input[type='date']:focus,
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  box-shadow: none;
  border: 2px solid #ED6C5C;
  outline: none;
}

input[type='text']:hover::-webkit-input-placeholder,
input[type='text']:focus::-webkit-input-placeholder,
input[type='tel']:hover::-webkit-input-placeholder,
input[type='tel']:focus::-webkit-input-placeholder,
input[type='email']:hover::-webkit-input-placeholder,
input[type='email']:focus::-webkit-input-placeholder,
input[type='number']:hover::-webkit-input-placeholder,
input[type='number']:focus::-webkit-input-placeholder,
input[type='date']:hover::-webkit-input-placeholder,
input[type='date']:focus::-webkit-input-placeholder,
input:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 1;
  color: #ED6C5C;
}

input[type='text']:hover:-moz-placeholder,
input[type='text']:focus:-moz-placeholder,
input[type='tel']:hover:-moz-placeholder,
input[type='tel']:focus:-moz-placeholder,
input[type='email']:hover:-moz-placeholder,
input[type='email']:focus:-moz-placeholder,
input[type='number']:hover:-moz-placeholder,
input[type='number']:focus:-moz-placeholder,
input[type='date']:hover:-moz-placeholder,
input[type='date']:focus:-moz-placeholder,
input:hover:-moz-placeholder,
input:focus:-moz-placeholder,
textarea:hover:-moz-placeholder,
textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #ED6C5C;
}

input[type='text']:hover::-moz-placeholder,
input[type='text']:focus::-moz-placeholder,
input[type='tel']:hover::-moz-placeholder,
input[type='tel']:focus::-moz-placeholder,
input[type='email']:hover::-moz-placeholder,
input[type='email']:focus::-moz-placeholder,
input[type='number']:hover::-moz-placeholder,
input[type='number']:focus::-moz-placeholder,
input[type='date']:hover::-moz-placeholder,
input[type='date']:focus::-moz-placeholder,
input:hover::-moz-placeholder,
input:focus::-moz-placeholder,
textarea:hover::-moz-placeholder,
textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #ED6C5C;
}

input[type='text']:hover:-ms-input-placeholder,
input[type='text']:focus:-ms-input-placeholder,
input[type='tel']:hover:-ms-input-placeholder,
input[type='tel']:focus:-ms-input-placeholder,
input[type='email']:hover:-ms-input-placeholder,
input[type='email']:focus:-ms-input-placeholder,
input[type='number']:hover:-ms-input-placeholder,
input[type='number']:focus:-ms-input-placeholder,
input[type='date']:hover:-ms-input-placeholder,
input[type='date']:focus:-ms-input-placeholder,
input:hover:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 1;
  color: #ED6C5C;
}

input[type='text'].error,
input[type='tel'].error,
input[type='email'].error,
input[type='number'].error,
input[type='date'].error,
input.error,
textarea.error {
  background-color: rgba(237, 108, 92, 0.3);
  border: 2px solid #ED6C5C;
}

@media screen and (max-width: 40em) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='number'],
  input[type='date'],
  input,
  textarea {
    padding: 0.875rem 0.6875rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='number'],
  input[type='date'],
  input,
  textarea {
    padding: 0.875rem 0.6875rem;
  }
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='number'],
input[type='date'],
input {
  height: 46px;
}

textarea {
  min-height: 120px;
}

/* newsletter form success */

form.newsletter-form.success .newsletter-arrow:after,
form.newsletter-form.success .newsletter-arrow:before {
  content: none !important;
}

form.newsletter-form.success .newsletter-arrow input {
  border: 2px solid #ED6C5C;
}

form.newsletter-form.success .newsletter-arrow input:disabled {
  border: 2px solid #ED6C5C;
  background-color: transparent;
  opacity: 1;
  -webkit-text-fill-color: #302C2C;
}

/* dropdown */

.dropdown {
  position: relative;
}

.dropdown .ddl-btn {
  cursor: pointer;
  color: #353A41;
  position: relative;
  background-color: #FFFFFF;
  height: 45px;
  max-width: 700px;
  padding-left: 1rem;
  line-height: 40px;
  border: 2px solid #CFCBCA;
  transition: all 250ms ease-in-out;
  /* arrow */
}

.dropdown .ddl-btn a {
  color: #353A41;
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 2.5px;
  line-height: 17px;
  text-transform: uppercase;
  color: #302C2C;
  transition: all 250ms ease-in-out;
}

.dropdown .ddl-btn:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #353A41 transparent transparent transparent;
  right: 13px;
  top: 17px;
  transition: all 250ms ease-in-out;
}

.dropdown .ddl-btn:active,
.dropdown .ddl-btn:focus,
.dropdown .ddl-btn:hover {
  color: #ED6C5C;
  border-color: #ED6C5C;
  text-decoration: none;
  outline: none;
}

.dropdown .ddl-btn:active a,
.dropdown .ddl-btn:focus a,
.dropdown .ddl-btn:hover a {
  color: #ED6C5C;
}

.dropdown .ddl-btn:active:after,
.dropdown .ddl-btn:focus:after,
.dropdown .ddl-btn:hover:after {
  border-color: #ED6C5C transparent transparent transparent;
}

.dropdown .ddl-btn.open {
  background-color: #FFFFFF;
  border-color: #ED6C5C;
  /* arrow */
}

.dropdown .ddl-btn.open a {
  color: #ED6C5C;
}

.dropdown .ddl-btn.open a:active,
.dropdown .ddl-btn.open a:focus,
.dropdown .ddl-btn.open a:hover {
  color: #ED6C5C;
  text-decoration: none;
  outline: none;
}

.dropdown .ddl-btn.open:after {
  border-color: #ED6C5C transparent transparent transparent;
}

.dropdown .dropdown-menu {
  background-color: #FFFFFF;
  position: absolute;
  width: 100%;
  max-width: 700px;
  opacity: 0;
  z-index: -5;
  transition: z-index 450ms, opacity 200ms ease-in-out;
}

.dropdown .dropdown-menu.open {
  opacity: 1;
  z-index: 5;
  transition: z-index 200ms, opacity 450ms ease-in-out;
}

.dropdown ul {
  list-style: none;
  margin-left: 0;
}

.dropdown ul li {
  padding: 0.875rem 1.375rem;
  border-top: none;
  border-right: 2px solid #ED6C5C;
  border-left: 2px solid #ED6C5C;
  border-bottom: 2px solid #ED6C5C;
  transition: all 250ms ease-in-out;
}

.dropdown ul li:hover {
  cursor: pointer;
  background-color: #ED6C5C;
}

.dropdown ul li:hover a {
  color: #FFFFFF;
}

.dropdown ul a {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 2.5px;
  line-height: 17px;
  text-transform: uppercase;
  color: #302C2C;
  color: #353A41;
  display: block;
  transition: all 250ms ease-in-out;
}

#toggle {
  min-width: 500px;
}

#toggle .toggle-link {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 3.33px;
  line-height: 19px;
  text-transform: uppercase;
  color: #302C2C;
  height: 45px;
  width: 250px;
  border: 2px solid #ED6C5C;
  display: inline-block;
  padding: 0.75rem 0.875rem;
  background-color: #FFFFFF;
  transition: all 250ms ease-in-out;
  cursor: pointer;
}

#toggle .toggle-link:hover,
#toggle .toggle-link:active {
  color: #ED6C5C;
}

#toggle .toggle-link.selected {
  background-color: #ED6C5C;
  color: #FFFFFF;
}

#toggle .toggle-link.selected:hover,
#toggle .toggle-link.selected:active {
  color: #FFFFFF;
}

#toggle .toggle-link#news {
  margin-left: -6px;
}

@media screen and (max-width: 40em) {
  #toggle .toggle-link#news {
    margin-left: 0;
    margin-top: -1px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #toggle .toggle-link#news {
    margin-left: 0;
    margin-top: -1px;
  }
}

@media screen and (max-width: 40em) {
  #toggle .toggle-link {
    display: block;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #toggle .toggle-link {
    display: block;
  }
}

/*
   Position relative for the buttons psuedo class will require
   this to have a container if you need to move these objects in the correct
   spot -> <- . classes adding a.btn-arrow.btn-arrow-right etc.
*/

a.btn-arrow,
button.btn-arrow,
.slick-btn-arrow {
  width: 32px;
  height: 15px;
  position: relative;
  cursor: pointer;
  transition: 200ms ease-in-out all;
}

a.btn-arrow:focus,
button.btn-arrow:focus,
.slick-btn-arrow:focus {
  outline: none;
}

a.btn-arrow:active,
button.btn-arrow:active,
.slick-btn-arrow:active {
  outline: none;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

a.btn-arrow:before,
button.btn-arrow:before,
.slick-btn-arrow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 2px;
  background: #ED6C5C;
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

a.btn-arrow:after,
button.btn-arrow:after,
.slick-btn-arrow:after {
  content: '';
  cursor: pointer;
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: -2px;
}

a.btn-arrow.btn-arrow-right:after,
button.btn-arrow.btn-arrow-right:after,
.slick-btn-arrow.btn-arrow-right:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 0px solid transparent;
  border-left: 10px solid #ED6C5C;
  right: -3px;
}

a.btn-arrow.btn-arrow-right:hover:before,
button.btn-arrow.btn-arrow-right:hover:before,
.slick-btn-arrow.btn-arrow-right:hover:before {
  width: 20px;
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}

a.btn-arrow.btn-arrow-left:after,
button.btn-arrow.btn-arrow-left:after,
.slick-btn-arrow.btn-arrow-left:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 0px solid transparent;
  border-right: 10px solid #ED6C5C;
  left: -3px;
}

a.btn-arrow.btn-arrow-left:hover:before,
button.btn-arrow.btn-arrow-left:hover:before,
.slick-btn-arrow.btn-arrow-left:hover:before {
  width: 24px;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

/*
  This is the index numbers for slideshows
*/

.btn-index {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 3.28px;
  line-height: 24px;
  color: #302C2C;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  height: 20px;
  width: 50px;
  color: #ED6C5C;
  text-align: center;
  margin-left: 4px;
}

.btn-index:before {
  content: attr(data-before);
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 3.28px;
  line-height: 24px;
  color: #302C2C;
  text-transform: uppercase;
  color: #ED6C5C;
  position: absolute;
  right: 1px;
  top: 0;
}

.btn-index:after {
  content: attr(data-after);
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 3.28px;
  line-height: 24px;
  color: #302C2C;
  text-transform: uppercase;
  color: #ED6C5C;
  left: 1px;
  position: absolute;
  top: 0;
  transition: 500ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.btn-index.transition-in:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.btn-index.transition-out:after {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 0;
}

.btn-index.reset:after {
  transition: 0ms linear all;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}

#header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 99;
  position: fixed;
  margin: auto;
  top: 0;
  height: 100px;
  width: 100%;
  top: 0;
  background: #FFFFFF;
  transition: 250ms ease-in-out all;
}

@media only screen and (max-width: 900px) {
  #header {
    height: 80px;
  }
}

#header.scrolled {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

#header.scrolled.down {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header .row {
    margin: 0;
  }
}

#header .container {
  position: relative;
  width: 100%;
}

#header .logo-container {
  position: absolute;
  left: 21px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#header .logo-container .header-logo {
  height: 50px;
  width: 195px;
  margin-top: -7px;
  margin-left: -15px;
}

@media only screen and (max-width: 900px) {
  #header .logo-container .header-logo {
    margin-left: 0;
    margin-top: 2px;
  }
}

#header ul {
  position: absolute;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 900px) {
  #header ul {
    height: calc(85vh - 80px);
    padding: 10% 0;
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("../../images//LSVP_Mobile_Background.png");
    background-repeat: no-repeat;
    background-position: -24px 100%;
    background-size: 118%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #header ul {
    overflow-y: scroll;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    background-image: none;
  }
}

#header ul li {
  display: inline;
  position: relative;
  margin: 0 20px;
  color: #302C2C;
  text-transform: uppercase;
}

@media only screen and (max-width: 900px) {
  #header ul li {
    margin: 27px 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    transition: 350ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  }

  #header ul li:nth-child(1) {
    transition-delay: 100ms;
  }

  #header ul li:nth-child(2) {
    transition-delay: 200ms;
  }

  #header ul li:nth-child(3) {
    transition-delay: 300ms;
  }

  #header ul li:nth-child(4) {
    transition-delay: 400ms;
  }

  #header ul li:nth-child(5) {
    transition-delay: 500ms;
  }

  #header ul li:nth-child(6) {
    transition-delay: 600ms;
  }

  #header ul li:nth-child(7) {
    transition-delay: 700ms;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #header ul li {
    margin: 8px 0;
  }
}

#header ul li a {
  font-family: "AkrobatBold", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 3px;
  line-height: 19px;
  text-transform: uppercase;
  color: #302C2C;
  position: relative;
  transition: color 250ms ease-in-out;
}

#header ul li a:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 100%;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

#header ul li a:hover,
#header ul li a:active {
  color: #ED6C5C;
}

#header ul li a:hover:after,
#header ul li a:active:after {
  right: 0;
}

#header ul li.current-menu-item a {
  position: relative;
  transition: color 250ms ease-in-out;
}

#header ul li.current-menu-item a:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

#header ul li.current-menu-item a:hover,
#header ul li.current-menu-item a:active {
  color: #ED6C5C;
}

#header ul li.current-menu-item a:hover:after,
#header ul li.current-menu-item a:active:after {
  right: 100%;
}

@media only screen and (max-width: 900px) {
  #header .navigation-container {
    position: fixed;
    right: 0;
    top: 80px;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    opacity: 0;
    transition: 500ms ease-in-out opacity, 600ms ease-in-out visibility;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
  }
}

#header .navigation-container.active {
  opacity: 1;
  transition: 500ms ease-in-out opacity, 0ms linear visibility;
  visibility: visible;
}

#header .navigation-container.active ul li {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#header .navigation-container .navigation-social {
  display: none;
  position: absolute;
  top: calc(85vh - 80px);
  height: 15vh;
  width: 100%;
}

#header .navigation-container .navigation-social a {
  margin: 0 25px 30px;
}

@media only screen and (max-width: 900px) {
  #header .navigation-container .navigation-social a {
    margin-top: 0;
    margin-bottom: 0;
  }
}

#header .navigation-container .navigation-social a img {
  height: 28px;
  width: 35px;
}

@media only screen and (max-width: 900px) {
  #header .navigation-container .navigation-social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

#header #navigation-mobile {
  display: none;
  position: absolute;
  right: 30px;
  top: calc(50% - 12.5px);
  height: 25px;
  width: 30px;
  cursor: pointer;
}

@media only screen and (max-width: 900px) {
  #header #navigation-mobile {
    display: block;
  }
}

#header #navigation-mobile:focus,
#header #navigation-mobile:active {
  outline: none;
}

#header #navigation-mobile span:nth-child(1) {
  position: absolute;
  background-color: #CFCBCA;
  top: 0;
  right: 0;
  height: 3px;
  width: 100%;
  transition: 250ms ease-in-out all;
}

#header #navigation-mobile span:nth-child(2) {
  position: absolute;
  background-color: #CFCBCA;
  top: calc(50% - 1.5px);
  right: 0;
  height: 3px;
  width: 100%;
  transition: 250ms ease-in-out all;
}

#header #navigation-mobile span:nth-child(3) {
  position: absolute;
  background-color: #CFCBCA;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 100%;
  transition: 250ms ease-in-out all;
}

#header #navigation-mobile .svg-ring {
  position: absolute;
  left: -5px;
  top: -7px;
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  width: 70px;
  height: 70px;
  transition: 500ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
}

#header #navigation-mobile.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

#header #navigation-mobile.open span:nth-child(1) {
  -webkit-animation: nav-top 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
  animation: nav-top 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header #navigation-mobile.open span:nth-child(1) {
    top: 13px;
  }
}

#header #navigation-mobile.open span:nth-child(2) {
  -webkit-animation: nav-mid 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
  animation: nav-mid 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#header #navigation-mobile.open span:nth-child(3) {
  -webkit-animation: nav-bot 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
  animation: nav-bot 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header #navigation-mobile.open span:nth-child(3) {
    bottom: 9px;
  }
}

#header #navigation-mobile.open .svg-ring {
  transition: 600ms linear all;
  stroke-dashoffset: 0;
}

#header #navigation-mobile.close span:nth-child(1) {
  -webkit-animation: nav-top-close 500ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
  animation: nav-top-close 500ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#header #navigation-mobile.close span:nth-child(2) {
  -webkit-animation: nav-mid-close 500ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
  animation: nav-mid-close 500ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#header #navigation-mobile.close span:nth-child(3) {
  -webkit-animation: nav-bot-close 500ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
  animation: nav-bot-close 500ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

footer {
  padding: 80px 0;
  position: relative;
  min-height: 320px;
  width: 100%;
}

footer .greyblock-container {
  position: relative;
}

footer .greyblock-container:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 40px;
  width: 100%;
  left: -205px;
  top: -78px;
  z-index: -1;
}

@media screen and (max-width: 40em) {
  footer .greyblock-container {
    padding-top: 0;
  }

  footer .greyblock-container:before {
    content: "";
    opacity: 0.1;
    position: absolute;
    background-color: #CFCBCA;
    height: 114px;
    width: 213px;
    left: 0;
    top: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  footer .greyblock-container {
    padding-top: 0;
  }

  footer .greyblock-container:before {
    content: "";
    opacity: 0.1;
    position: absolute;
    background-color: #CFCBCA;
    height: 114px;
    width: 213px;
    left: 0;
    top: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 40em) {
  footer p.tagline {
    margin-top: 15px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  footer p.tagline {
    margin-top: 15px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  footer p.tagline {
    margin-top: 0;
  }
}

footer a:focus,
footer a:active {
  outline: none;
}

footer a #logo-footer {
  height: 40px;
  width: 40px;
  margin-left: -7px;
  margin-top: 70px;
}

@media screen and (max-width: 40em) {
  footer a #logo-footer {
    margin-top: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  footer a #logo-footer {
    margin-top: 0;
  }
}

footer #menu-footer-navigation {
  list-style-type: none;
  margin: 0;
}

@media screen and (max-width: 40em) {
  footer #menu-footer-navigation {
    margin-top: 42px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  footer #menu-footer-navigation {
    margin-top: 42px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  footer #menu-footer-navigation {
    margin-top: 0;
  }
}

footer #menu-footer-navigation li {
  list-style-type: none;
  padding: 12px 0;
}

@media screen and (max-width: 40em) {
  footer #menu-footer-navigation li {
    padding: 12px 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  footer #menu-footer-navigation li {
    padding: 12px 0;
  }
}

footer #menu-footer-navigation li:first-child {
  padding-top: 0;
}

footer #menu-footer-navigation li.current-menu-item a {
  position: relative;
  transition: color 250ms ease-in-out;
}

footer #menu-footer-navigation li.current-menu-item a:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

footer #menu-footer-navigation li.current-menu-item a:hover,
footer #menu-footer-navigation li.current-menu-item a:active {
  color: #ED6C5C;
}

footer #menu-footer-navigation li.current-menu-item a:hover:after,
footer #menu-footer-navigation li.current-menu-item a:active:after {
  right: 100%;
}

footer #menu-footer-navigation li a {
  font-family: "AkrobatBold", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 3px;
  line-height: 19px;
  text-transform: uppercase;
  color: #302C2C;
  position: relative;
  transition: color 250ms ease-in-out;
}

footer #menu-footer-navigation li a:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 100%;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

footer #menu-footer-navigation li a:hover,
footer #menu-footer-navigation li a:active {
  color: #ED6C5C;
}

footer #menu-footer-navigation li a:hover:after,
footer #menu-footer-navigation li a:active:after {
  right: 0;
}

footer .footer-social {
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

footer .footer-social a {
  margin: 0 10px;
  height: 25px;
  width: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

footer .footer-social a:first-child {
  margin-left: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-social a img {
    height: 25px;
    width: 20px;
  }
}

footer .footer-mailchimp .newsletter-arrow {
  position: relative;
  height: 46px;
  /* to give same space as arrow */
}

footer .footer-mailchimp .newsletter-arrow:before {
  content: '';
  position: absolute;
  right: 28px;
  top: 22px;
  width: 32px;
  height: 2px;
  background-color: #353A41;
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width: 700px) {
  footer .footer-mailchimp .newsletter-arrow:before {
    right: 18px;
  }
}

@media screen and (max-width: 40em) {
  footer .footer-mailchimp .newsletter-arrow:before {
    right: 22px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  footer .footer-mailchimp .newsletter-arrow:before {
    right: 22px;
  }
}

footer .footer-mailchimp .newsletter-arrow:after {
  content: '';
  cursor: pointer;
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 15px;
}

footer .footer-mailchimp .newsletter-arrow.btn-arrow-right:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0px solid transparent;
  border-left: 8px solid #353A41;
  right: 20px;
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
}

@media only screen and (max-width: 700px) {
  footer .footer-mailchimp .newsletter-arrow.btn-arrow-right:after {
    right: 10px;
  }
}

@media screen and (max-width: 40em) {
  footer .footer-mailchimp .newsletter-arrow.btn-arrow-right:after {
    right: 14px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  footer .footer-mailchimp .newsletter-arrow.btn-arrow-right:after {
    right: 14px;
  }
}

footer .footer-mailchimp .newsletter-arrow.btn-arrow-right:hover:before {
  width: 20px;
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
  background-color: #ED6C5C;
}

footer .footer-mailchimp .newsletter-arrow.btn-arrow-right:hover:after {
  border-left-color: #ED6C5C;
}

@media only screen and (max-width: 700px) {
  footer .footer-mailchimp .newsletter-arrow input {
    padding-left: 10px;
  }
}

@media screen and (max-width: 40em) {
  footer .footer-mailchimp .newsletter-arrow input {
    padding-left: 14px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  footer .footer-mailchimp .newsletter-arrow input {
    padding-left: 14px;
  }
}

footer .footer-mailchimp .newsletter-arrow:hover input[type='text'] {
  box-shadow: none;
  border: 2px solid #ED6C5C;
  outline: none;
}

footer .footer-mailchimp .newsletter-arrow:hover input[type='text']::-webkit-input-placeholder {
  opacity: 1;
  color: #ED6C5C;
}

footer .footer-mailchimp .newsletter-arrow:hover input[type='text']:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #ED6C5C;
}

footer .footer-mailchimp .newsletter-arrow:hover input[type='text']::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #ED6C5C;
}

footer .footer-mailchimp .newsletter-arrow:hover input[type='text']:-ms-input-placeholder {
  opacity: 1;
  color: #ED6C5C;
}

@media screen and (max-width: 40em) {
  footer .footer-mailchimp {
    margin-top: 59px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  footer .footer-mailchimp {
    margin-top: 59px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  footer .footer-mailchimp {
    margin-top: 0;
  }
}

footer .footer-mailchimp p {
  font-family: "AkrobatBold", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 3px;
  line-height: 19px;
  text-transform: uppercase;
  color: #302C2C;
}

footer .footer-mailchimp form {
  margin-top: 17px;
}

footer .legal-container {
  margin-top: 40px;
}

footer .legal-container p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.54px;
  line-height: 0px;
  text-transform: none;
  color: #302C2C;
  display: inline;
  margin: 0;
}

footer .legal-container ul {
  list-style-type: none;
  display: inline;
  margin: 0;
}

footer .legal-container ul li {
  list-style-type: none;
  display: inline;
}

footer .legal-container ul li:after {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.54px;
  line-height: 0px;
  text-transform: none;
  color: #302C2C;
  content: '|';
  margin: 0 0 0 5px;
}

footer .legal-container ul li:last-child:after {
  content: '';
}

footer .legal-container ul li.bold a {
  font-weight: bold;
}

footer .legal-container ul li a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.54px;
  line-height: 0px;
  text-transform: none;
  color: #302C2C;
  position: relative;
  transition: color 250ms ease-in-out;
}

footer .legal-container ul li a:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 100%;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

footer .legal-container ul li a:hover,
footer .legal-container ul li a:active {
  color: #ED6C5C;
}

footer .legal-container ul li a:hover:after,
footer .legal-container ul li a:active:after {
  right: 0;
}

.zag {
  /* portrait images */
}

.zag .section-title {
  position: relative;
  padding-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  .zag .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .section-title {
    padding-bottom: 3rem;
  }
}

.zag .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  .zag .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  .zag .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

.zag .zag-container {
  position: relative;
  min-height: 550px;
}

.zag .content-container {
  position: absolute;
}

.zag .content-container .content {
  padding: 1rem 2rem;
}

.zag .content-container .content p {
  padding-top: calc(40px - 0.5rem);
  padding-bottom: calc(40px - 1rem);
}

@media screen and (max-width: 40em) {
  .zag .content-container .content p {
    padding-top: calc(40px - 1.75rem);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .content-container .content p {
    padding-top: calc(40px - 1.75rem);
  }
}

@media screen and (max-width: 40em) {
  .zag .content-container .content {
    padding: 1rem 2rem 2rem 2rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .content-container .content {
    padding: 1rem 2rem 2rem 2rem;
  }
}

@media screen and (max-width: 40em) {
  .zag .content-container {
    position: relative;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .content-container {
    position: relative;
  }
}

.zag .port-img {
  padding-bottom: 4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.zag .port-img img {
  max-height: 650px;
  width: auto;
}

@media screen and (max-width: 40em) {
  .zag .port-img img {
    max-height: 500px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .port-img img {
    max-height: 500px;
  }
}

@media screen and (max-width: 40em) {
  .zag .port-content .content-container {
    margin-bottom: -150px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .port-content .content-container {
    margin-bottom: -150px;
  }
}

.zag .image-container {
  position: relative;
}

.zag hr {
  border-bottom: 2.5px solid #ED6C5C;
  width: 115px;
  margin-left: -4rem;
}

.zag .zag-1,
.zag .zag-3 {
  /* flush images against the viewport */
  /* fake containers for landscape mode */
}

.zag .zag-1 .content-container .content,
.zag .zag-3 .content-container .content {
  position: relative;
  min-height: 450px;
  width: 500px;
  z-index: 2;
}

.zag .zag-1 .content-container .content:after,
.zag .zag-3 .content-container .content:after {
  content: "";
  background-color: #FFFFFF;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  .zag .zag-1 .content-container .content,
  .zag .zag-3 .content-container .content {
    position: relative;
    min-height: 350px;
    width: 450px;
    z-index: 2;
  }

  .zag .zag-1 .content-container .content:after,
  .zag .zag-3 .content-container .content:after {
    content: "";
    background-color: #FFFFFF;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 40em) {
  .zag .zag-1 .content-container .content,
  .zag .zag-3 .content-container .content {
    width: 100%;
  }

  .zag .zag-1 .content-container .content hr,
  .zag .zag-3 .content-container .content hr {
    margin-left: -2rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .zag-1 .content-container .content,
  .zag .zag-3 .content-container .content {
    width: 100%;
  }

  .zag .zag-1 .content-container .content hr,
  .zag .zag-3 .content-container .content hr {
    margin-left: -2rem;
  }
}

.zag .zag-1 .port-img,
.zag .zag-3 .port-img {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 63.9375em) {
  .zag .zag-1 .image-container,
  .zag .zag-3 .image-container {
    right: -0.625rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .zag-1 .small-offset-1,
  .zag .zag-3 .small-offset-1 {
    margin-left: 8.3333333333%;
  }
}

.zag .zag-2,
.zag .zag-4 {
  /* flush images against the viewport */
  /* fake containers for landscape mode */
}

.zag .zag-2 .content-container,
.zag .zag-4 .content-container {
  max-width: 500px;
  /* flush text container against the viewport */
}

.zag .zag-2 .content-container .content,
.zag .zag-4 .content-container .content {
  position: relative;
  min-height: 450px;
  width: 100%;
  z-index: 2;
}

.zag .zag-2 .content-container .content:after,
.zag .zag-4 .content-container .content:after {
  content: "";
  background-color: #FFFFFF;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  .zag .zag-2 .content-container .content,
  .zag .zag-4 .content-container .content {
    min-height: 350px;
  }
}

@media screen and (max-width: 40em) {
  .zag .zag-2 .content-container,
  .zag .zag-4 .content-container {
    margin-right: -0.625rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .zag-2 .content-container,
  .zag .zag-4 .content-container {
    margin-right: -0.625rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .zag .zag-2 .image-container,
  .zag .zag-4 .image-container {
    left: -0.625rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .zag-2 .small-offset-2,
  .zag .zag-4 .small-offset-2 {
    margin-left: 16.6666666667%;
  }
}

.zag .zag-container {
  /* fake containers for landscape mode */
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .zag-container .small-11 {
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .zag .zag-container .small-10 {
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

.zag .zag-1 {
  margin-top: 7rem;
  /* need 1 & 2 to account for section titles */
}

.zag .zag-1:nth-child(2),
.zag .zag-1:nth-child(1) {
  margin-top: 0;
}

@media screen and (max-width: 63.9375em) {
  .zag .zag-1 {
    margin-top: 0;
  }
}

.zag .zag-1 .content-container {
  top: 6rem;
}

@media screen and (max-width: 40em) {
  .zag .zag-1 .content-container {
    top: calc(1rem - 54.5px);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .zag-1 .content-container {
    top: calc(1rem - 54.5px);
  }
}

@media screen and (max-width: 40em) {
  .zag .zag-1 .port-content .content-container {
    top: -11rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .zag-1 .port-content .content-container {
    top: -11rem;
  }
}

.zag .zag-1 .image-container {
  top: 0;
}

.zag .zag-1 .pearl-container {
  position: relative;
}

.zag .zag-1 .pearl-container .pearl-block {
  background-color: #FBF9F0;
  min-width: 800px;
  width: 100vw;
  height: 355px;
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: -12rem;
}

.zag .zag-2 {
  margin-top: 9rem;
}

@media screen and (max-width: 63.9375em) {
  .zag .zag-2 {
    margin-top: 7rem;
  }
}

@media screen and (max-width: 40em) {
  .zag .zag-2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .zag-2 {
    margin-top: 0;
  }
}

.zag .zag-2 .content-container {
  top: -2.4rem;
}

@media screen and (max-width: 40em) {
  .zag .zag-2 .content-container {
    top: calc(1rem - 54.5px);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .zag-2 .content-container {
    top: calc(1rem - 54.5px);
  }
}

@media screen and (max-width: 40em) {
  .zag .zag-2 .port-content .content-container {
    top: -11rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .zag-2 .port-content .content-container {
    top: -11rem;
  }
}

.zag .zag-2 .image-container {
  top: 0;
}

.zag .zag-3 {
  margin-top: 7rem;
}

@media screen and (max-width: 63.9375em) {
  .zag .zag-3 {
    margin-top: 0;
  }
}

.zag .zag-3 .content-container {
  top: -2.4rem;
}

@media screen and (max-width: 40em) {
  .zag .zag-3 .content-container {
    top: calc(1rem - 54.5px);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .zag-3 .content-container {
    top: calc(1rem - 54.5px);
  }
}

@media screen and (max-width: 40em) {
  .zag .zag-3 .port-content .content-container {
    top: -11rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .zag-3 .port-content .content-container {
    top: -11rem;
  }
}

.zag .zag-3 .image-container {
  top: 0;
}

.zag .zag-3 .pearl-container {
  position: relative;
}

.zag .zag-3 .pearl-container .pearl-block {
  background-color: #FBF9F0;
  min-width: 800px;
  width: 100vw;
  height: 500px;
  position: absolute;
  z-index: -1;
  top: -12rem;
  bottom: auto;
}

.zag .zag-4 {
  margin-top: 7rem;
}

@media screen and (max-width: 63.9375em) {
  .zag .zag-4 {
    margin-top: 0;
  }
}

.zag .zag-4 .content-container {
  top: 5rem;
}

@media screen and (max-width: 40em) {
  .zag .zag-4 .content-container {
    top: calc(1rem - 54.5px);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .zag-4 .content-container {
    top: calc(1rem - 54.5px);
  }
}

@media screen and (max-width: 40em) {
  .zag .zag-4 .port-content .content-container {
    top: -11rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .zag .zag-4 .port-content .content-container {
    top: -11rem;
  }
}

.zag .zag-4 .image-container {
  top: 0;
}

section.news-grid {
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  section.news-grid {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  section.news-grid {
    padding-bottom: 4rem;
  }
}

section.news-grid .section-title {
  position: relative;
  padding-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  section.news-grid .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  section.news-grid .section-title {
    padding-bottom: 3rem;
  }
}

section.news-grid .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  section.news-grid .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  section.news-grid .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  section.news-grid .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

section.news-grid .news-grid-container .column,
section.news-grid .news-grid-container .columns {
  padding-bottom: 40px;
}

@media screen and (max-width: 40em) {
  section.news-grid .news-grid-container .column,
  section.news-grid .news-grid-container .columns {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  section.news-grid .news-grid-container .column,
  section.news-grid .news-grid-container .columns {
    padding-bottom: 0;
  }
}

section.news-grid .grid-container {
  position: relative;
  min-height: 364px;
}

section.news-grid .grid-container .text-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 204px;
}

@media screen and (max-width: 40em) {
  section.news-grid .grid-container .text-container {
    min-height: 165px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  section.news-grid .grid-container .text-container {
    min-height: 165px;
  }
}

section.news-grid .grid-container .grid-content-container {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 40em) {
  section.news-grid .grid-container .grid-content-container {
    bottom: 20px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  section.news-grid .grid-container .grid-content-container {
    bottom: 20px;
  }
}

section.news-grid .grid-container .grid-content-container .grid-content {
  padding: 15px 42px;
  position: relative;
  min-height: 244px;
  width: 394px;
  z-index: 2;
  /* break early so titles don't run into images */
}

section.news-grid .grid-container .grid-content-container .grid-content:after {
  content: "";
  background-color: #FFFFFF;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 847px) {
  section.news-grid .grid-container .grid-content-container .grid-content {
    width: 100%;
  }
}

@media screen and (max-width: 40em) {
  section.news-grid .grid-container .grid-content-container .grid-content {
    padding: 25px 20px;
    position: relative;
    min-height: 165px;
    width: 100%;
    z-index: 2;
  }

  section.news-grid .grid-container .grid-content-container .grid-content:after {
    content: "";
    background-color: #FFFFFF;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  section.news-grid .grid-container .grid-content-container .grid-content {
    padding: 25px 20px;
    position: relative;
    min-height: 165px;
    width: 100%;
    z-index: 2;
  }

  section.news-grid .grid-container .grid-content-container .grid-content:after {
    content: "";
    background-color: #FFFFFF;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

section.news-grid .grid-container .grid-content-container .grid-content h5 {
  color: #ED6C5C;
  padding-top: 15px;
}

section.news-grid .grid-container .grid-content-container .grid-content .title-container {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 394px;
  line-height: 36px;
}

section.news-grid .grid-container .grid-content-container .grid-content .title-container h3 {
  margin-bottom: 0;
}

section.news-grid .grid-container .grid-cta-container {
  position: absolute;
  right: 0;
  bottom: 15px;
}

section.news-grid .grid-container .pearl-block {
  background-color: #FBF9F0;
  height: 155px;
  width: 352px;
  z-index: -1;
  position: absolute;
  top: 90px;
  left: 145px;
}

@media only screen and (max-width: 1140px) {
  section.news-grid .grid-container .pearl-block {
    width: 60%;
  }
}

@media screen and (max-width: 63.9375em) {
  section.news-grid .grid-container .pearl-block {
    top: 40px;
    height: 200px;
    left: 17%;
    width: 75%;
  }
}

@media screen and (max-width: 40em) {
  section.news-grid .grid-container .pearl-block {
    left: -10%;
    height: 190px;
    top: 40px;
    width: 100vw;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  section.news-grid .grid-container .pearl-block {
    left: -10%;
    height: 190px;
    top: 40px;
    width: 100vw;
  }
}

section.news-grid .grid-container .grid-image-container {
  position: absolute;
  top: 0;
  right: 0;
  /* just a blank space */
}

@media screen and (max-width: 40em) {
  section.news-grid .grid-container .grid-image-container {
    right: -8.3333333333%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  section.news-grid .grid-container .grid-image-container {
    right: -8.3333333333%;
  }
}

section.news-grid .grid-container .grid-image-container .img-container {
  height: 175px;
  width: 290px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

section.news-grid .grid-container .grid-image-container .img-placeholder {
  height: 175px;
  width: 290px;
}

section.news-grid .grid-more-cta {
  padding-top: 50px;
}

section.news-grid .grid-more-cta span.link-arrow {
  font-size: 1.0975rem;
}

.slick .slide-image {
  background-position: 100% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  width: 920px;
}

.slick .slide {
  margin-top: 150px;
}

.slick .slick-prev {
  position: absolute;
  bottom: 0;
}

.slick .slick-active:nth-child(2) {
  margin-top: 150px;
}

.slick .slick-current {
  margin-top: 0;
}

#event-photo-slideshow {
  position: relative;
  height: 685px;
  /* hide on medium, show one image slideshow */
}

@media screen and (max-width: 63.9375em) {
  #event-photo-slideshow {
    height: 585px;
  }
}

@media screen and (max-width: 40em) {
  #event-photo-slideshow {
    height: 380px;
    margin-top: -2rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-photo-slideshow {
    height: 380px;
    margin-top: -2rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-photo-slideshow {
    margin-top: 0;
    height: 520px;
  }
}

#event-photo-slideshow .event-image {
  width: 100%;
  position: absolute;
}

#event-photo-slideshow .img-one {
  top: 0;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  transition-delay: 300ms;
  opacity: 0;
}

#event-photo-slideshow .img-one.reset {
  transition-delay: 0;
  transition: 0ms linear all;
}

#event-photo-slideshow .img-one.transition-in {
  -webkit-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
  opacity: 1;
}

@media screen and (max-width: 63.9375em) {
  #event-photo-slideshow .img-one.transition-in {
    -webkit-transform: translateX(-0.9375rem);
    -ms-transform: translateX(-0.9375rem);
    transform: translateX(-0.9375rem);
  }
}

@media only screen and (max-width: 1175px) {
  #event-photo-slideshow .img-one.transition-in {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

@media screen and (max-width: 40em) {
  #event-photo-slideshow .img-one.transition-in {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-photo-slideshow .img-one.transition-in {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

#event-photo-slideshow .img-one.transition-in.transition-out {
  transition: 550ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  transition-delay: 0ms;
  -webkit-transform: translateX(230px);
  -ms-transform: translateX(230px);
  transform: translateX(230px);
  opacity: 0;
}

@media screen and (max-width: 63.9375em) {
  #event-photo-slideshow .img-two-col {
    display: none;
  }
}

#event-photo-slideshow .img-two {
  top: 155px;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(-650px);
  -ms-transform: translateX(-650px);
  transform: translateX(-650px);
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
}

#event-photo-slideshow .img-two .img-one-content,
#event-photo-slideshow .img-two .img-two-content {
  opacity: 0;
}

#event-photo-slideshow .img-two.reset {
  transition-delay: 0;
  transition: 0ms linear all;
}

#event-photo-slideshow .img-two.transition-in {
  -webkit-transform: translateX(-550px);
  -ms-transform: translateX(-550px);
  transform: translateX(-550px);
  opacity: 1;
}

@media only screen and (max-width: 1175px) {
  #event-photo-slideshow .img-two.transition-in {
    -webkit-transform: translateX(-750px);
    -ms-transform: translateX(-750px);
    transform: translateX(-750px);
  }
}

#event-photo-slideshow .img-two.transition-in.transition-out {
  transition: 550ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  transition-delay: 0ms;
  -webkit-transform: translateX(-450px);
  -ms-transform: translateX(-450px);
  transform: translateX(-450px);
  opacity: 0;
}

#event-photo-slideshow .img-two.transition-in .img-one-content,
#event-photo-slideshow .img-two.transition-in .img-two-content {
  opacity: 1;
}

#event-photo-slideshow .img-one-content,
#event-photo-slideshow .img-two-content {
  min-height: 480px;
  max-height: 550px;
  height: 550px;
  width: 900px;
  background-position: 100% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 63.9375em) {
  #event-photo-slideshow .img-one-content,
  #event-photo-slideshow .img-two-content {
    width: calc(100vw + 0.9375rem);
    background-position: 50%;
  }
}

@media screen and (max-width: 40em) {
  #event-photo-slideshow .img-one-content,
  #event-photo-slideshow .img-two-content {
    background-size: contain;
    min-height: 250px;
    max-height: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-photo-slideshow .img-one-content,
  #event-photo-slideshow .img-two-content {
    background-size: contain;
    min-height: 250px;
    max-height: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-photo-slideshow .img-one-content,
  #event-photo-slideshow .img-two-content {
    min-height: 480px;
    max-height: 500px;
    height: 500px;
  }
}

#event-photo-slideshow .button-container {
  position: absolute;
  bottom: 10px;
  right: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 11;
}

@media only screen and (max-width: 1175px) {
  #event-photo-slideshow .button-container {
    right: 68%;
  }
}

@media screen and (max-width: 63.9375em) {
  #event-photo-slideshow .button-container {
    top: -120px;
    bottom: auto;
    right: 30px;
    height: 100%;
    width: 100%;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 40em) {
  #event-photo-slideshow .button-container {
    right: 30px;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-photo-slideshow .button-container {
    right: 30px;
    top: -50px;
  }
}

@media screen and (max-width: 63.9375em) {
  #event-photo-slideshow .button-container button.btn-arrow:before {
    width: 42px;
  }
}

@media screen and (max-width: 63.9375em) {
  #event-photo-slideshow .button-container button.btn-arrow.btn-arrow-left {
    top: calc(50% + 100px);
    left: 50px;
    position: absolute;
  }
}

@media screen and (max-width: 40em) {
  #event-photo-slideshow .button-container button.btn-arrow.btn-arrow-left {
    top: calc(50% + 30px);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-photo-slideshow .button-container button.btn-arrow.btn-arrow-left {
    top: calc(50% + 30px);
  }
}

@media screen and (max-width: 63.9375em) {
  #event-photo-slideshow .button-container button.btn-arrow.btn-arrow-right {
    top: calc(50% + 100px);
    right: -20px;
  }
}

@media screen and (max-width: 40em) {
  #event-photo-slideshow .button-container button.btn-arrow.btn-arrow-right {
    top: calc(50% + 30px);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-photo-slideshow .button-container button.btn-arrow.btn-arrow-right {
    top: calc(50% + 30px);
  }
}

@media screen and (max-width: 63.9375em) {
  #event-photo-slideshow .button-container button.btn-arrow.btn-arrow-right:before {
    left: -15px;
  }
}

@media screen and (max-width: 63.9375em) {
  #event-photo-slideshow .button-container button.btn-arrow ~ .btn-index {
    font-family: "AkrobatExtraBold", Arial, sans-serif;
    font-size: 1.875rem;
    letter-spacing: 1.25px;
    line-height: 36px;
    color: #302C2C;
    text-transform: uppercase;
    color: #ED6C5C;
    left: 45px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 40em) {
  #event-photo-slideshow .button-container button.btn-arrow ~ .btn-index {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-photo-slideshow .button-container button.btn-arrow ~ .btn-index {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 63.9375em) {
  #event-photo-slideshow .button-container button.btn-arrow ~ .btn-index:before,
  #event-photo-slideshow .button-container button.btn-arrow ~ .btn-index:after {
    font-family: "AkrobatExtraBold", Arial, sans-serif;
    font-size: 1.875rem;
    letter-spacing: 1.25px;
    line-height: 36px;
    color: #302C2C;
    text-transform: uppercase;
    color: #ED6C5C;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 40em) {
  #event-photo-slideshow .button-container button.btn-arrow ~ .btn-index:before,
  #event-photo-slideshow .button-container button.btn-arrow ~ .btn-index:after {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-photo-slideshow .button-container button.btn-arrow ~ .btn-index:before,
  #event-photo-slideshow .button-container button.btn-arrow ~ .btn-index:after {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 63.9375em) {
  #event-photo-slideshow .button-container button.btn-arrow ~ .btn-index:before {
    right: -11px;
  }

  #event-photo-slideshow .button-container button.btn-arrow ~ .btn-index:after {
    left: -11px;
  }
}

#event-photo-slideshow .slideshow {
  display: none;
}

.select2-selection__rendered {
  display: inline;
  min-width: 250px;
  width: 250px;
  max-width: 250px;
}

.select2-hidden-accessible {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .select2-container--default {
    width: 75% !important;
    margin-top: 25px;
    max-width: 500px;
  }
}

@media screen and (max-width: 40em) {
  .select2-container--default {
    width: 100% !important;
    max-width: none;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .select2-container--default {
    width: 100% !important;
    max-width: none;
  }
}

.select2-container--default .select2-selection--multiple:before {
  content: '';
  background: urL("../../images/search-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 200ms ease-in-out all;
}

.select2-container--default.select2-container--open:not(.select2-container--below) {
  margin-top: 0;
}

.select2-container--default.select2-container--open .select2-selection--multiple:before {
  background-image: urL("../../images/search-orange.svg");
}

.select2-container--default .select2-selection--multiple {
  height: 45px;
  border: none;
  border-bottom: 2px solid #CFCBCA;
  border-radius: 0;
  transition: 200ms ease-in-out all;
}

.select2-container--default .select2-selection--multiple:hover {
  border-color: #ED6C5C;
}

.select2-container--default .select2-selection--multiple:hover:before {
  background-image: urL("../../images/search-orange.svg");
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  position: relative;
  margin-left: 45px;
  min-width: 0;
  width: calc(100% - 45px);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  border-bottom: 2px solid #ED6C5C;
}

.select2-container--default .select2-search--inline .select2-search__field {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 3.33px;
  line-height: 19px;
  text-transform: uppercase;
  color: #302C2C;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
  border-bottom: 1px solid #ED6C5C;
}

.select2-container--default .select2-results > .select2-results__options.no-results {
  border-bottom: none;
}

.select2-container--default .select2-results__option[aria-selected] {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 2.5px;
  color: #302C2C;
  text-transform: uppercase;
  border: 1px solid #ED6C5C;
  border-top: none;
  padding: 15px;
}

.select2-container--default .select2-results__option[aria-selected]:last-child {
  border-bottom: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ED6C5C;
  color: #FFFFFF;
}

.select2-dropdown {
  border: none;
}

.select2-dropdown .select2-dropdown--below {
  border: none;
}

.select2-selection__choice,
.select2-selection__clear {
  display: none;
}

.select2-results__option.select2-results__message {
  display: none;
}

.portfolio-filters {
  margin: 75px 0;
}

@media screen and (max-width: 90em) {
  .portfolio-filters {
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 40em) {
  .portfolio-filters {
    padding: 45px 3px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters {
    padding: 45px 3px;
  }
}

.portfolio-filters #no-results {
  display: none;
  padding-top: 4rem;
}

.portfolio-filters #filter-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  /* Fake small on landscape for columns */
}

.portfolio-filters #filter-modal .filter-container {
  margin: 15vh auto;
  padding: 20px;
  width: 60%;
}

@media screen and (max-width: 63.9375em) {
  .portfolio-filters #filter-modal .filter-container {
    width: 90%;
  }
}

@media screen and (max-width: 40em) {
  .portfolio-filters #filter-modal .filter-container {
    width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters #filter-modal .filter-container {
    width: 100%;
    margin-top: 50px;
  }
}

.portfolio-filters #filter-modal .filter-list {
  padding-top: 20px;
  list-style: none;
  margin-left: 0;
}

.portfolio-filters #filter-modal .filter-list li.filter {
  padding-bottom: 30px;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  transition: 350ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
}

.portfolio-filters #filter-modal .filter-list li.filter:nth-child(1) {
  transition-delay: 100ms;
}

.portfolio-filters #filter-modal .filter-list li.filter:nth-child(2) {
  transition-delay: 200ms;
}

.portfolio-filters #filter-modal .filter-list li.filter:nth-child(3) {
  transition-delay: 300ms;
}

.portfolio-filters #filter-modal .filter-list li.filter:nth-child(4) {
  transition-delay: 400ms;
}

.portfolio-filters #filter-modal .filter-list li.filter:nth-child(5) {
  transition-delay: 500ms;
}

.portfolio-filters #filter-modal .filter-list li.filter:nth-child(6) {
  transition-delay: 600ms;
}

.portfolio-filters #filter-modal .filter-list li.filter:nth-child(7) {
  transition-delay: 700ms;
}

@media screen and (max-width: 40em) {
  .portfolio-filters #filter-modal .filter-list li.filter {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters #filter-modal .filter-list li.filter {
    padding-bottom: 15px;
  }
}

.portfolio-filters #filter-modal .filter-list li.filter input {
  position: absolute;
  left: -9999px;
  display: inline;
  height: auto;
  margin: 0;
  padding: 0;
}

.portfolio-filters #filter-modal .filter-list li.filter input:checked + label {
  color: #ED6C5C;
}

.portfolio-filters #filter-modal .filter-list li.filter label {
  font-family: "AkrobatBold", Arial, sans-serif;
  font-size: 0.813rem;
  letter-spacing: 1.86px;
  line-height: 15px;
  text-transform: uppercase;
  color: #302C2C;
  position: relative;
  transition: color 250ms ease-in-out;
  margin-left: 0;
}

.portfolio-filters #filter-modal .filter-list li.filter label:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 100%;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

.portfolio-filters #filter-modal .filter-list li.filter label:hover,
.portfolio-filters #filter-modal .filter-list li.filter label:active {
  color: #ED6C5C;
}

.portfolio-filters #filter-modal .filter-list li.filter label:hover:after,
.portfolio-filters #filter-modal .filter-list li.filter label:active:after {
  right: 0;
}

.portfolio-filters #filter-modal .filter-list li.filter label:hover {
  color: #302C2C;
}

.portfolio-filters #filter-modal.active .filter-list li.filter {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters #filter-modal .row .column.small-12,
  .portfolio-filters #filter-modal .row .small-12.columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .portfolio-filters #filter-modal .row .column.small-6,
  .portfolio-filters #filter-modal .row .small-6.columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 40em) {
  .portfolio-filters #filter-modal .location .filter-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .portfolio-filters #filter-modal .location .filter-list li {
    display: inline-block;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters #filter-modal .location .filter-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .portfolio-filters #filter-modal .location .filter-list li {
    display: inline-block;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
  }
}

.portfolio-filters #filter-modal .divider-line {
  min-height: 230px;
  height: 90%;
  background-color: #CFCBCA;
  width: 2px;
}

@media screen and (max-width: 40em) {
  .portfolio-filters #filter-modal .divider-line {
    display: none;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters #filter-modal .divider-line {
    display: none;
  }
}

.portfolio-filters #filter-modal .modal-buttons {
  padding-top: 20px;
}

.portfolio-filters #filter-modal .modal-buttons a {
  min-width: 130px;
}

@media screen and (max-width: 40em) {
  .portfolio-filters #filter-modal .modal-buttons a {
    min-width: 140px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters #filter-modal .modal-buttons a {
    min-width: 140px;
  }
}

@media screen and (max-width: 40em) {
  .portfolio-filters #filter-modal .modal-buttons {
    padding-top: 0;
  }

  .portfolio-filters #filter-modal .modal-buttons div {
    padding-top: 20px;
  }

  .portfolio-filters #filter-modal .modal-buttons div.shrink {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters #filter-modal .modal-buttons {
    padding-top: 0;
  }

  .portfolio-filters #filter-modal .modal-buttons div {
    padding-top: 20px;
  }

  .portfolio-filters #filter-modal .modal-buttons div.shrink {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.portfolio-filters #filter-modal .modal-close-col {
  position: relative;
}

.portfolio-filters #filter-modal #modal-close {
  position: absolute;
  right: 70px;
  top: -70px;
  height: 25px;
  width: 30px;
  cursor: pointer;
}

@media screen and (max-width: 40em) {
  .portfolio-filters #filter-modal #modal-close {
    top: -50px;
    right: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters #filter-modal #modal-close {
    top: -50px;
    right: 10px;
  }
}

@media only screen and (max-width: 900px) {
  .portfolio-filters #filter-modal #modal-close {
    display: block;
  }
}

.portfolio-filters #filter-modal #modal-close:focus,
.portfolio-filters #filter-modal #modal-close:active {
  outline: none;
}

.portfolio-filters #filter-modal #modal-close span:nth-child(1) {
  position: absolute;
  background-color: #CFCBCA;
  top: 13px;
  right: 0;
  height: 2px;
  width: 100%;
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.portfolio-filters #filter-modal #modal-close span:nth-child(2) {
  position: absolute;
  background-color: #CFCBCA;
  bottom: 10px;
  right: 0;
  height: 2px;
  width: 100%;
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.portfolio-filters #filter-modal #modal-close .svg-ring {
  position: absolute;
  left: -5px;
  top: -6px;
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  width: 70px;
  height: 70px;
  transition: 500ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
}

.portfolio-filters #filter-modal #modal-close.open span:nth-child(1) {
  background-color: #302C2C;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .portfolio-filters #filter-modal #modal-close.open span:nth-child(1) {
    top: 13px;
  }
}

.portfolio-filters #filter-modal #modal-close.open span:nth-child(2) {
  background-color: #302C2C;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .portfolio-filters #filter-modal #modal-close.open span:nth-child(2) {
    bottom: 9px;
  }
}

.portfolio-filters #filter-modal #modal-close.open .svg-ring {
  transition: 600ms linear all;
  stroke-dashoffset: 0;
}

.portfolio-filters .filter-buttons {
  position: relative;
  padding-right: 5px;
}

.portfolio-filters .filter-buttons:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 70%;
  left: -41.6666666667%;
  top: -30px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  .portfolio-filters .filter-buttons:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  .portfolio-filters .filter-buttons {
    width: 100%;
  }

  .portfolio-filters .filter-buttons:before {
    left: -25%;
    top: -30px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters .filter-buttons {
    width: 100%;
  }

  .portfolio-filters .filter-buttons:before {
    left: -25%;
    top: -30px;
  }
}

.portfolio-filters .filter-buttons .filter-button {
  display: inline-block;
  padding-right: 25px;
}

@media screen and (max-width: 40em) {
  .portfolio-filters .filter-buttons .filter-button {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .portfolio-filters .filter-buttons .filter-button a {
    width: 100%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters .filter-buttons .filter-button {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .portfolio-filters .filter-buttons .filter-button a {
    width: 100%;
  }
}

.portfolio-filters .dropdown {
  min-width: 250px;
  position: relative;
}

.portfolio-filters .dropdown:nth-child(2) {
  margin-right: 25px;
  margin-left: 0;
}

@media screen and (max-width: 40em) {
  .portfolio-filters .dropdown:nth-child(2) {
    margin-left: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters .dropdown:nth-child(2) {
    margin-left: 0;
    margin-top: 0;
  }
}

.portfolio-filters .dropdown:nth-child(2) .ddl-btn {
  border-left: none;
}

@media screen and (max-width: 40em) {
  .portfolio-filters .dropdown:nth-child(2) .ddl-btn {
    border-top: none;
    border-left: 2px solid #CFCBCA;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters .dropdown:nth-child(2) .ddl-btn {
    border-top: none;
    border-left: 2px solid #CFCBCA;
  }
}

.portfolio-filters .dropdown:nth-child(2) .ddl-btn:hover {
  box-shadow: inset 2px 0px 0px 0px #ED6C5C;
}

@media screen and (max-width: 40em) {
  .portfolio-filters .dropdown:nth-child(2) .ddl-btn:hover {
    box-shadow: inset 0px 2px 0px 0px #ED6C5C;
    border-color: #ED6C5C;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters .dropdown:nth-child(2) .ddl-btn:hover {
    box-shadow: inset 0px 2px 0px 0px #ED6C5C;
    border-color: #ED6C5C;
  }
}

.portfolio-filters .dropdown:nth-child(2) .ddl-btn.open {
  box-shadow: inset 2px 0px 0px 0px #ED6C5C;
}

@media screen and (max-width: 40em) {
  .portfolio-filters .dropdown:nth-child(2) .ddl-btn.open {
    box-shadow: inset 0px 2px 0px 0px #ED6C5C;
    border-color: #ED6C5C;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters .dropdown:nth-child(2) .ddl-btn.open {
    box-shadow: inset 0px 2px 0px 0px #ED6C5C;
    border-color: #ED6C5C;
  }
}

@media screen and (max-width: 40em) {
  .portfolio-filters .dropdown {
    min-width: 100%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .portfolio-filters .dropdown {
    min-width: 100%;
  }
}

.portfolio-filters .dropdown .ddl-btn:after {
  border-width: 9px 0px 9px 9px;
  border-color: transparent transparent transparent #353A41;
  transition: 200ms ease-in-out all;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 11px;
}

.portfolio-filters .dropdown .ddl-btn.open:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.portfolio-filters .dropdown button {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 2.92px;
  line-height: 17px;
  text-transform: uppercase;
  color: #302C2C;
  transition: all 250ms ease-in-out;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 0;
  cursor: pointer;
  opacity: 0;
  transition: 300ms ease-in-out all;
  visibility: hidden;
  color: #FFFFFF;
  background-color: #ED6C5C;
  right: 0;
  padding-right: 10px;
  padding-left: 14px;
}

.portfolio-filters .dropdown button:hover,
.portfolio-filters .dropdown button:active,
.portfolio-filters .dropdown button:focus {
  color: #ED6C5C;
}

.portfolio-filters .dropdown button:hover {
  color: #353A41;
  background-color: #FFFFFF;
}

.portfolio-filters .dropdown button:focus,
.portfolio-filters .dropdown button:active {
  outline: none;
}

.portfolio-filters .dropdown button.filter-exit {
  opacity: 0;
  z-index: -1;
  right: 7px;
  top: calc(50% - 12.5px);
  height: 25px;
  width: 25px;
}

.portfolio-filters .dropdown button.filter-exit:after,
.portfolio-filters .dropdown button.filter-exit:before {
  content: '';
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  left: 10px;
  bottom: 0;
  height: 18px;
  width: 2px;
  border-radius: 99px;
  background-color: #FFFFFF;
}

.portfolio-filters .dropdown button.filter-exit:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.portfolio-filters .dropdown button.filter-exit:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.portfolio-filters .dropdown.apply-active .ddl-btn {
  background-color: #ED6C5C;
  border-color: transparent;
}

.portfolio-filters .dropdown.apply-active .ddl-btn a {
  color: #FFFFFF;
}

.portfolio-filters .dropdown.apply-active .filter-exit {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

.portfolio-filters .dropdown.apply-active .filter-exit:hover {
  background-color: transparent;
}

.portfolio-filters .dropdown.apply-active .filter-apply {
  display: none;
}

.portfolio-filters .dropdown ul li {
  position: relative;
}

.portfolio-filters .dropdown ul li:after {
  content: '';
  opacity: 0;
  border: 1px solid #ED6C5C;
  background: #ED6C5C;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  height: 10px;
  width: 10px;
  transition: 500ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.portfolio-filters .dropdown ul li.active {
  position: relative;
}

.portfolio-filters .dropdown ul li.active:after {
  border-color: #ED6C5C;
  background: #ED6C5C;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.portfolio-filters .dropdown ul li.active:hover:after {
  border-color: #FFFFFF;
  background: #FFFFFF;
}

.portfolio-filters .dropdown ul li.active a {
  color: #ED6C5C;
}

.portfolio-filters .dropdown ul li.active:hover a {
  color: #FFFFFF;
}

.portfolio-filters .dropdown.active button.filter-apply {
  z-index: 3;
  opacity: 1;
  visibility: visible;
}

.portfolio-filters .dropdown.active .ddl-btn:after {
  z-index: -1;
  opacity: 0;
}

/* Vimeo Video Modal for Programs Single Page */

.reveal-video {
  min-width: 940px;
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  overflow: visible;
}

@media screen and (max-width: 63.9375em) {
  .reveal-video {
    min-width: 90%;
  }
}

@media screen and (max-width: 40em) {
  .reveal-video {
    overflow: hidden;
    min-width: 0;
    background-color: #353A41;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .reveal-video {
    overflow: hidden;
    min-width: 0;
    background-color: #353A41;
  }
}

.reveal-video .flex-video {
  overflow: visible;
  top: 70px;
}

.reveal-video .close-button {
  right: -1.3em;
  top: -1.3em;
  padding: 10px 15px 15px 15px;
  outline: none;
  color: #CFCBCA;
  transition: color 250ms ease-in-out;
}

.reveal-video .close-button:hover {
  color: #ED6C5C;
}

@media screen and (max-width: 40em) {
  .reveal-video .close-button {
    right: -10px;
    top: -1.5em;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .reveal-video .close-button {
    right: -10px;
    top: -1.5em;
  }
}

.reveal-overlay {
  background-color: rgba(255, 255, 255, 0.95);
}

#about-us-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #about-us-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #about-us-page section {
    padding-bottom: 4rem;
  }
}

#about-us-page .hero {
  margin: 0 0 115px 0;
  min-height: 800px;
  position: relative;
}

#about-us-page .hero .content-container {
  position: absolute;
  top: 100px;
}

#about-us-page .hero .content-container .hero-content {
  position: relative;
  min-height: 525px;
  width: 600px;
  z-index: 2;
  padding: 60px 45px;
}

#about-us-page .hero .content-container .hero-content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#about-us-page .hero .content-container .hero-content p {
  padding-top: 45px;
}

@media screen and (max-width: 40em) {
  #about-us-page .hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #about-us-page .hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 40em) {
  #about-us-page .hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #about-us-page .hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #about-us-page .hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #about-us-page .hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 40em) {
  #about-us-page .hero .content-container {
    top: 80px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #about-us-page .hero .content-container {
    top: 80px;
  }
}

#about-us-page .hero .hero-image {
  position: absolute;
}

#about-us-page .hero .img-one {
  top: 0;
  width: 1020px;
  min-height: 700px;
}

#about-us-page .hero .img-one img {
  max-height: 700px;
  height: 700px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#about-us-page .hero .img-two {
  bottom: 0;
  width: 801px;
  min-height: 550px;
}

#about-us-page .hero .img-two img {
  max-height: 550px;
  height: 550px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (min-width: 48em) {
  #about-us-page .hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-110%) translateY(0);
    -ms-transform: translateX(-110%) translateY(0);
    transform: translateX(-110%) translateY(0);
  }
}

@media screen and (max-width: 63.9375em) {
  #about-us-page .hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-110%) translateY(0);
    -ms-transform: translateX(-110%) translateY(0);
    transform: translateX(-110%) translateY(0);
  }
}

#about-us-page .hero .img-two img.hero-fly-right.visible-element {
  -webkit-transform: translateX(-83.3333333333%) translateY(0);
  -ms-transform: translateX(-83.3333333333%) translateY(0);
  transform: translateX(-83.3333333333%) translateY(0);
}

#about-us-page .hero .sidebar-text {
  position: relative;
  z-index: 10;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  mix-blend-mode: multiply;
  left: 90px;
  top: 1075px;
}

@media screen and (min-width: 100.063em) {
  #about-us-page .hero .sidebar-text {
    left: 123px;
  }
}

@media screen and (max-width: 63.9375em) {
  #about-us-page .hero .sidebar-text {
    left: 30px;
    top: 930px;
  }
}

@media screen and (max-width: 40em) {
  #about-us-page .hero .sidebar-text {
    left: 14px;
    top: 610px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #about-us-page .hero .sidebar-text {
    left: 14px;
    top: 610px;
  }
}

#contact-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #contact-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #contact-page section {
    padding-bottom: 4rem;
  }
}

#contact-page section .section-title {
  position: relative;
  padding-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  #contact-page section .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #contact-page section .section-title {
    padding-bottom: 3rem;
  }
}

#contact-page section .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #contact-page section .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #contact-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #contact-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

#contact-page .hero {
  margin: 0 0 115px 0;
  min-height: 700px;
  position: relative;
}

#contact-page .hero .content-container {
  position: absolute;
  top: 100px;
}

@media screen and (max-width: 40em) {
  #contact-page .hero .content-container {
    top: 200px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #contact-page .hero .content-container {
    top: 200px;
  }
}

#contact-page .hero .content-container .hero-content {
  position: relative;
  min-height: 455px;
  width: 600px;
  z-index: 2;
  padding: 60px 45px;
}

#contact-page .hero .content-container .hero-content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#contact-page .hero .content-container .hero-content h6 {
  transition: color ease-in-out 250ms;
  padding-top: 30px;
}

#contact-page .hero .content-container .hero-content h6:hover,
#contact-page .hero .content-container .hero-content h6:active,
#contact-page .hero .content-container .hero-content h6:focus {
  color: #ED6C5C;
}

#contact-page .hero .content-container .hero-content .details-container {
  padding-top: 30px;
  /* fake small on landscape */
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #contact-page .hero .content-container .hero-content .details-container .column.small-12,
  #contact-page .hero .content-container .hero-content .details-container .small-12.columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#contact-page .hero .content-container .hero-content .address-container p {
  margin-bottom: 0;
}

@media screen and (max-width: 40em) {
  #contact-page .hero .content-container .hero-content .address-container {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #contact-page .hero .content-container .hero-content .address-container {
    padding-bottom: 15px;
  }
}

#contact-page .hero .content-container .hero-content .contact-container .phone {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.938rem;
  letter-spacing: 0.8px;
  line-height: 23px;
  color: #302C2C;
}

#contact-page .hero .content-container .hero-content .social-icons {
  padding-top: 15px;
}

@media screen and (max-width: 40em) {
  #contact-page .hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #contact-page .hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #contact-page .hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #contact-page .hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

#contact-page .hero .hero-image {
  position: absolute;
  width: 1122px;
  min-height: 700px;
  top: 0;
}

#contact-page .hero .hero-image img {
  max-height: 700px;
  height: 700px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#contact-page .hero .social-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#contact-page .hero .social-icons a {
  margin: 0 10px;
  height: 25px;
  width: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#contact-page .hero .social-icons a:first-child {
  margin-left: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #contact-page .hero .social-icons a img {
    height: 25px;
    width: 20px;
  }
}

#contact-page section.locations {
  padding-bottom: 0;
}

#contact-page section.partners .section-title:nth-of-type(1n+2) {
  padding-top: 4rem;
}

@media screen and (max-width: 40em) {
  #contact-page section.locations .row.small-up-1,
  #contact-page section.partners .row.small-up-1 {
    background-color: #FFFFFF;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #contact-page section.locations .row.small-up-1,
  #contact-page section.partners .row.small-up-1 {
    background-color: #FFFFFF;
  }
}

#contact-page section.locations .location-container,
#contact-page section.partners .location-container {
  padding-bottom: 70px;
}

@media screen and (max-width: 40em) {
  #contact-page section.locations .location-container,
  #contact-page section.partners .location-container {
    margin-left: 8.3333333333%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #contact-page section.locations .location-container,
  #contact-page section.partners .location-container {
    margin-left: 8.3333333333%;
  }
}

#contact-page section.locations h3,
#contact-page section.partners h3 {
  padding-bottom: 20px;
  transition: color ease-in-out 250ms;
}

#contact-page section.locations h3:hover,
#contact-page section.locations h3:active,
#contact-page section.locations h3:focus,
#contact-page section.partners h3:hover,
#contact-page section.partners h3:active,
#contact-page section.partners h3:focus {
  color: #ED6C5C;
}

#contact-page section.locations p,
#contact-page section.locations a,
#contact-page section.partners p,
#contact-page section.partners a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.938rem;
  letter-spacing: 0.8px;
  line-height: 23px;
  color: #302C2C;
  margin-bottom: 0;
  text-transform: none;
}

#contact-page section.locations p.number,
#contact-page section.partners p.number {
  padding-bottom: 5px;
}

#contact-page section.locations p.partner,
#contact-page section.partners p.partner {
  margin-bottom: 1rem;
  font-weight: bold;
}

#contact-page section.locations .address,
#contact-page section.partners .address {
  padding-bottom: 20px;
}

#contact-page section.locations .site-url,
#contact-page section.partners .site-url {
  margin-bottom: 25px;
  display: inline-block;
}

@media screen and (max-width: 63.9375em) {
  #contact-page section.form h1 {
    padding-bottom: 35px;
  }
}

#contact-page section.form input.name {
  width: calc(50% - 2.5px);
  display: inline;
}

@media screen and (max-width: 63.9375em) {
  #contact-page section.form input.name {
    width: 100%;
    display: block;
  }
}

#contact-page section.form .dropdown {
  margin-bottom: 1rem;
}

#contact-page section.form .dropdown #reason-ddl,
#contact-page section.form .dropdown #reason-menu {
  max-width: none;
}

#contact-page section.form #submit-btn {
  margin-top: 40px;
  width: 140px;
}

#contact-page section.form .form-content {
  display: block;
}

#contact-page section.form .form-content.success {
  display: none;
}

#contact-page section.form .success-message {
  display: none;
  padding-top: 3px;
}

#contact-page section.form .success-message.success {
  display: block;
}

#error-page .error-container {
  background-image: url("../../images//error-lsvp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -50 10px;
  height: 80vh;
  min-height: 500px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media screen and (max-width: 63.9375em) {
  #error-page .error-container {
    height: 600px;
  }
}

@media screen and (max-width: 40em) {
  #error-page .error-container {
    min-height: 0;
    height: 500px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #error-page .error-container {
    min-height: 0;
    height: 500px;
  }
}

#error-page .error-container .pearl-container {
  position: relative;
}

#error-page .error-container .pearl-container .pearl-block {
  background-color: #FBF9F0;
  min-width: 200px;
  width: 100vw;
  height: 157px;
  position: absolute;
  z-index: -1;
  top: -25px;
  bottom: 0;
  width: 350px;
  left: 200px;
}

#error-page .error-container .error-content {
  background-color: #FFFFFF;
  height: 216px;
  width: 500px;
  position: relative;
  padding: 60px;
}

@media screen and (max-width: 40em) {
  #error-page .error-container .error-content {
    width: 100%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #error-page .error-container .error-content {
    width: 100%;
  }
}

#error-page .error-container .error-content a {
  position: absolute;
  right: 25px;
  bottom: 15px;
  width: 143px;
}

#home-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #home-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page section {
    padding-bottom: 4rem;
  }
}

#home-page .hero {
  margin: 0 0 115px 0;
  min-height: 700px;
  position: relative;
}

#home-page .hero .content-container {
  position: absolute;
  top: 100px;
}

@media screen and (max-width: 40em) {
  #home-page .hero .content-container {
    top: 200px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page .hero .content-container {
    top: 200px;
  }
}

#home-page .hero .content-container .hero-content {
  position: relative;
  min-height: 455px;
  width: 600px;
  z-index: 2;
  padding: 60px 45px;
}

#home-page .hero .content-container .hero-content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#home-page .hero .content-container .hero-content h4 {
  max-width: 400px;
  padding-top: 45px;
}

@media screen and (max-width: 40em) {
  #home-page .hero .content-container .hero-content h4 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page .hero .content-container .hero-content h4 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 40em) {
  #home-page .hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #home-page .hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page .hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #home-page .hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

#home-page .hero .hero-image {
  position: absolute;
  width: 1122px;
  min-height: 700px;
  top: 0;
}

#home-page .hero .hero-image img {
  max-height: 700px;
  height: 700px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#home-page .hero .sidebar-text {
  position: relative;
  z-index: 10;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  mix-blend-mode: multiply;
  top: 1310px;
  left: 90px;
}

@media screen and (min-width: 100.063em) {
  #home-page .hero .sidebar-text {
    left: 123px;
  }
}

@media screen and (max-width: 63.9375em) {
  #home-page .hero .sidebar-text {
    top: 1125px;
    left: 30px;
  }
}

@media screen and (max-width: 40em) {
  #home-page .hero .sidebar-text {
    left: 14px;
    top: 750px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page .hero .sidebar-text {
    left: 14px;
    top: 750px;
  }
}

#home-page section.geo-zag {
  display: none;
  opacity: 0;
  transition: ease-in-out 250ms opacity;
}

#home-page section.geo-zag.active {
  opacity: 1;
  display: block;
}

#home-page section.news .section-title {
  padding-bottom: 5rem;
  position: relative;
}

@media screen and (max-width: 40em) {
  #home-page section.news .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page section.news .section-title {
    padding-bottom: 3rem;
  }
}

#home-page section.news .pearl-container {
  position: relative;
}

#home-page section.news .pearl-container .pearl-block {
  background-color: #FBF9F0;
  min-width: 800px;
  width: 100vw;
  height: 200px;
  position: absolute;
  z-index: -1;
  top: 0px;
  bottom: auto;
}

@media screen and (max-width: 40em) {
  #home-page section.news .pearl-container .pearl-block {
    top: -20px;
    left: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page section.news .pearl-container .pearl-block {
    top: -20px;
    left: 0;
  }
}

#home-page section.news .content-container {
  position: relative;
  top: -35px;
  left: -90px;
  /* slick-slider */
}

@media screen and (max-width: 63.9375em) {
  #home-page section.news .content-container {
    left: 0;
  }
}

#home-page section.news .content-container .article-content {
  padding: 1rem;
  position: relative;
  min-height: 200px;
  width: 330px;
  z-index: 2;
}

#home-page section.news .content-container .article-content:after {
  content: "";
  background-color: #FFFFFF;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #home-page section.news .content-container .article-content {
    width: 58.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #home-page section.news .content-container .article-content {
    width: 83.3333333333%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page section.news .content-container .article-content {
    width: 83.3333333333%;
  }
}

#home-page section.news .content-container .article-content h5 {
  color: #ED6C5C;
}

@media screen and (max-width: 63.9375em) {
  #home-page section.news .content-container .article-content h5 {
    margin-top: 5px;
    margin-bottom: 1rem;
  }
}

#home-page section.news .content-container .article-content h4 {
  padding-bottom: 1rem;
  letter-spacing: 1.25px;
}

@media screen and (max-width: 40em) {
  #home-page section.news .content-container .article-content h4 {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page section.news .content-container .article-content h4 {
    letter-spacing: 1px;
  }
}

#home-page section.news #news-carousel * {
  /* to fix default slick slider outlines */
  outline: none;
}

#home-page section.news #news-carousel *:active,
#home-page section.news #news-carousel *:focus {
  outline: none;
}

#home-page section.news #slick-numbers {
  float: right;
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1.875rem;
  letter-spacing: 1.25px;
  line-height: 36px;
  color: #302C2C;
  text-transform: uppercase;
  color: #ED6C5C;
}

@media screen and (max-width: 40em) {
  #home-page section.news #slick-numbers {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page section.news #slick-numbers {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

#home-page section.news #slick-numbers #active-number {
  display: inline-block;
  transition: 250ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#home-page section.news #slick-numbers #active-number.transition-in {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#home-page section.news #slick-numbers #active-number.transition-out {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 0;
}

#home-page section.news #slick-numbers #active-number.reset {
  transition: 0ms linear all;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}

#home-page section.news .slick-btn-arrow {
  z-index: 4;
  position: relative;
}

#home-page section.news .slick-btn-arrow:before {
  width: 42px;
}

#home-page section.news .slick-btn-arrow#l-arrow {
  top: 175px;
  left: -8.3333333333%;
}

@media screen and (max-width: 40em) {
  #home-page section.news .slick-btn-arrow#l-arrow {
    top: 120px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page section.news .slick-btn-arrow#l-arrow {
    top: 120px;
  }
}

#home-page section.news .slick-btn-arrow#l-arrow:before {
  left: 7px;
}

#home-page section.news .slick-btn-arrow#r-arrow {
  top: 160px;
  margin-left: 91.6666666667%;
}

@media screen and (max-width: 40em) {
  #home-page section.news .slick-btn-arrow#r-arrow {
    top: 105px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page section.news .slick-btn-arrow#r-arrow {
    top: 105px;
  }
}

#home-page section.news .slick-btn-arrow#r-arrow:after {
  right: 10px;
}

#home-page section.news .slick-btn-arrow#r-arrow:before {
  left: -30px;
}

#home-page section.newsletter {
  position: relative;
  margin-bottom: 12rem;
}

@media screen and (max-width: 40em) {
  #home-page section.newsletter {
    margin-bottom: 8rem;
  }

  #home-page section.newsletter p {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page section.newsletter {
    margin-bottom: 8rem;
  }

  #home-page section.newsletter p {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

#home-page section.newsletter:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 200px;
  width: 65%;
  left: 0;
  top: 4rem;
  z-index: -1;
}

#home-page section.newsletter .newsletter-form {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (max-width: 40em) {
  #home-page section.newsletter:before {
    content: "";
    opacity: 0.1;
    position: absolute;
    background-color: #CFCBCA;
    height: 225px;
    width: 65%;
    left: 0;
    top: 3rem;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page section.newsletter:before {
    content: "";
    opacity: 0.1;
    position: absolute;
    background-color: #CFCBCA;
    height: 225px;
    width: 65%;
    left: 0;
    top: 3rem;
    z-index: -1;
  }
}

#home-page section.newsletter .newsletter-arrow {
  position: relative;
  height: 46px;
  /* to give same space as arrow */
}

#home-page section.newsletter .newsletter-arrow:before {
  content: '';
  position: absolute;
  right: 28px;
  top: 22px;
  width: 32px;
  height: 2px;
  background-color: #353A41;
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width: 700px) {
  #home-page section.newsletter .newsletter-arrow:before {
    right: 18px;
  }
}

@media screen and (max-width: 40em) {
  #home-page section.newsletter .newsletter-arrow:before {
    right: 22px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page section.newsletter .newsletter-arrow:before {
    right: 22px;
  }
}

#home-page section.newsletter .newsletter-arrow:after {
  content: '';
  cursor: pointer;
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 15px;
}

#home-page section.newsletter .newsletter-arrow.btn-arrow-right:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0px solid transparent;
  border-left: 8px solid #353A41;
  right: 20px;
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
}

@media only screen and (max-width: 700px) {
  #home-page section.newsletter .newsletter-arrow.btn-arrow-right:after {
    right: 10px;
  }
}

@media screen and (max-width: 40em) {
  #home-page section.newsletter .newsletter-arrow.btn-arrow-right:after {
    right: 14px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page section.newsletter .newsletter-arrow.btn-arrow-right:after {
    right: 14px;
  }
}

#home-page section.newsletter .newsletter-arrow.btn-arrow-right:hover:before {
  width: 20px;
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
  background-color: #ED6C5C;
}

#home-page section.newsletter .newsletter-arrow.btn-arrow-right:hover:after {
  border-left-color: #ED6C5C;
}

@media only screen and (max-width: 700px) {
  #home-page section.newsletter .newsletter-arrow input {
    padding-left: 10px;
  }
}

@media screen and (max-width: 40em) {
  #home-page section.newsletter .newsletter-arrow input {
    padding-left: 14px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #home-page section.newsletter .newsletter-arrow input {
    padding-left: 14px;
  }
}

#home-page section.newsletter .newsletter-arrow:hover input[type='text'] {
  box-shadow: none;
  border: 2px solid #ED6C5C;
  outline: none;
}

#home-page section.newsletter .newsletter-arrow:hover input[type='text']::-webkit-input-placeholder {
  opacity: 1;
  color: #ED6C5C;
}

#home-page section.newsletter .newsletter-arrow:hover input[type='text']:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #ED6C5C;
}

#home-page section.newsletter .newsletter-arrow:hover input[type='text']::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #ED6C5C;
}

#home-page section.newsletter .newsletter-arrow:hover input[type='text']:-ms-input-placeholder {
  opacity: 1;
  color: #ED6C5C;
}

#event-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #event-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-page section {
    padding-bottom: 4rem;
  }
}

#event-page section .section-title {
  position: relative;
  padding-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  #event-page section .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-page section .section-title {
    padding-bottom: 3rem;
  }
}

#event-page section .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #event-page section .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #event-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

#event-page .hero {
  margin: 0 0 75px 0;
  min-height: 800px;
  position: relative;
}

@media screen and (max-width: 40em) {
  #event-page .hero {
    min-height: 700px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-page .hero {
    min-height: 700px;
  }
}

#event-page .hero .content-container {
  position: absolute;
  top: 90px;
}

#event-page .hero .content-container .hero-content {
  position: relative;
  min-height: 470px;
  width: 600px;
  z-index: 2;
  padding: 60px 45px;
}

#event-page .hero .content-container .hero-content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#event-page .hero .content-container .hero-content p {
  padding-top: 45px;
}

@media screen and (max-width: 40em) {
  #event-page .hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-page .hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 40em) {
  #event-page .hero .content-container .hero-content {
    position: relative;
    min-height: 450px;
    width: 75%;
    z-index: 2;
    padding: 35px 20px;
  }

  #event-page .hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-page .hero .content-container .hero-content {
    position: relative;
    min-height: 450px;
    width: 75%;
    z-index: 2;
    padding: 35px 20px;
  }

  #event-page .hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 40em) {
  #event-page .hero .content-container {
    top: 70px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-page .hero .content-container {
    top: 70px;
  }
}

#event-page .hero .hero-image {
  position: absolute;
}

#event-page .hero .img-one {
  top: 125px;
  width: 1085px;
  min-height: 600px;
}

@media screen and (max-width: 40em) {
  #event-page .hero .img-one {
    top: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-page .hero .img-one {
    top: 0;
    overflow: hidden;
  }
}

#event-page .hero .img-one img {
  max-height: 600px;
  height: 600px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 40em) {
  #event-page .hero .img-one img {
    -webkit-transform: translateX(-16.6666666667%);
    -ms-transform: translateX(-16.6666666667%);
    transform: translateX(-16.6666666667%);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-page .hero .img-one img {
    -webkit-transform: translateX(-16.6666666667%);
    -ms-transform: translateX(-16.6666666667%);
    transform: translateX(-16.6666666667%);
  }
}

#event-page .hero .img-two {
  top: -80px;
  width: 295px;
  min-height: 555px;
}

@media screen and (max-width: 40em) {
  #event-page .hero .img-two {
    top: auto;
    bottom: 0;
    min-height: 280px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-page .hero .img-two {
    top: auto;
    bottom: 0;
    min-height: 280px;
  }
}

#event-page .hero .img-two img {
  max-height: 555px;
  height: 555px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (min-width: 48em) {
  #event-page .hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-80%) translateY(0);
    -ms-transform: translateX(-80%) translateY(0);
    transform: translateX(-80%) translateY(0);
  }
}

@media screen and (max-width: 63.9375em) {
  #event-page .hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-80%) translateY(0);
    -ms-transform: translateX(-80%) translateY(0);
    transform: translateX(-80%) translateY(0);
  }
}

#event-page .hero .img-two img.hero-fly-right.visible-element {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

@media screen and (max-width: 40em) {
  #event-page .hero .img-two img {
    max-height: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 40em) and (min-width: 48em) {
  #event-page .hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 40em) and (max-width: 63.9375em) {
  #event-page .hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 40em) {
  #event-page .hero .img-two img.hero-fly-right.visible-element {
    -webkit-transform: translateX(-8.3333333333%) translateY(0);
    -ms-transform: translateX(-8.3333333333%) translateY(0);
    transform: translateX(-8.3333333333%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-page .hero .img-two img {
    max-height: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) and (min-width: 48em) {
  #event-page .hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) and (max-width: 63.9375em) {
  #event-page .hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-page .hero .img-two img.hero-fly-right.visible-element {
    -webkit-transform: translateX(-8.3333333333%) translateY(0);
    -ms-transform: translateX(-8.3333333333%) translateY(0);
    transform: translateX(-8.3333333333%) translateY(0);
  }
}

#event-page section.zag {
  /* only load first 10 - add one for section title */
}

#event-page section.zag h2 {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1.875rem;
  letter-spacing: 1.25px;
  line-height: 36px;
  color: #302C2C;
  text-transform: uppercase;
  padding-top: 20px;
}

@media screen and (max-width: 40em) {
  #event-page section.zag h2 {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-page section.zag h2 {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

#event-page section.zag p.tags {
  color: #ED6C5C;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#event-page section.zag .zag-container:nth-of-type(1n+12) {
  display: none;
}

#event-page section.zag #see-all-cta-container {
  padding-top: 4rem;
}

#event-single-page {
  /* to avoid pearl bg and section title bg from overlapping */
}

#event-single-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #event-single-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section {
    padding-bottom: 4rem;
  }
}

#event-single-page section .section-title {
  position: relative;
  padding-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  #event-single-page section .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section .section-title {
    padding-bottom: 3rem;
  }
}

#event-single-page section .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #event-single-page section .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #event-single-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

#event-single-page section.hero {
  margin: 0 0 115px 0;
  min-height: 700px;
  position: relative;
}

#event-single-page section.hero .content-container {
  position: absolute;
  top: 100px;
}

@media screen and (max-width: 40em) {
  #event-single-page section.hero .content-container {
    top: 200px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section.hero .content-container {
    top: 200px;
  }
}

#event-single-page section.hero .content-container .hero-content {
  position: relative;
  min-height: 455px;
  width: 570px;
  z-index: 2;
  padding: 60px 45px;
}

#event-single-page section.hero .content-container .hero-content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#event-single-page section.hero .content-container .hero-content h2 {
  max-width: 450px;
}

#event-single-page section.hero .content-container .hero-content p.body {
  padding-top: 25px;
  padding-bottom: 35px;
}

@media screen and (max-width: 40em) {
  #event-single-page section.hero .content-container .hero-content p.body {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section.hero .content-container .hero-content p.body {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

#event-single-page section.hero .content-container .hero-content p.tags {
  color: #ED6C5C;
  margin-bottom: 5px;
}

@media screen and (max-width: 40em) {
  #event-single-page section.hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #event-single-page section.hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section.hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #event-single-page section.hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

#event-single-page section.hero .hero-image {
  position: absolute;
  width: 1122px;
  min-height: 700px;
  top: 0;
}

#event-single-page section.hero .hero-image img {
  max-height: 700px;
  height: 700px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#event-single-page section.about {
  padding-bottom: 2rem;
}

#event-single-page section.about .zag-3 {
  margin-top: 0;
}

#event-single-page section.about .pearl-container .pearl-block {
  height: 315px;
}

@media screen and (max-width: 63.9375em) {
  #event-single-page section.about .pearl-container .pearl-block {
    height: 400px;
    top: -300px;
  }
}

@media screen and (max-width: 40em) {
  #event-single-page section.about .pearl-container .pearl-block {
    height: 400px;
    top: -400px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section.about .pearl-container .pearl-block {
    height: 400px;
    top: -400px;
  }
}

#event-single-page section.speaker-grid .speaker-container {
  /* adjust column gutters */
  padding-left: 2.969rem;
  padding-right: 2.969rem;
  /* 1160px custom breakpoint */
}

@media screen and (max-width: 72.5rem) {
  #event-single-page section.speaker-grid .speaker-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 63.9375em) {
  #event-single-page section.speaker-grid .speaker-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 40em) {
  #event-single-page section.speaker-grid .speaker-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section.speaker-grid .speaker-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#event-single-page section.speaker-grid .speaker-container .speaker-img {
  min-width: 215px;
  min-height: 200px;
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  #event-single-page section.speaker-grid .speaker-container .speaker-img {
    min-width: 0;
  }
}

#event-single-page section.speaker-grid .speaker-container .speaker-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#event-single-page section.speaker-grid .speaker-container .speaker-img .img-placeholder {
  background-color: rgba(207, 203, 202, 0);
  width: 100%;
  height: 245px;
  transition: background-color 250ms ease-in-out;
}

@media screen and (max-width: 63.9375em) {
  #event-single-page section.speaker-grid .speaker-container .speaker-img .img-placeholder {
    width: 100%;
  }
}

#event-single-page section.speaker-grid .speaker-container .speaker-img:before {
  transition: all 250ms ease-in-out;
  content: '';
  min-height: 245px;
  min-width: 215px;
  height: 100%;
  width: 100%;
  background-color: rgba(207, 203, 202, 0.1);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 63.9375em) {
  #event-single-page section.speaker-grid .speaker-container .speaker-img:before {
    min-width: 0;
  }
}

#event-single-page section.speaker-grid .speaker-container .content-container {
  position: relative;
  top: -30px;
  left: 30px;
}

@media screen and (max-width: 40em) {
  #event-single-page section.speaker-grid .speaker-container .content-container {
    left: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section.speaker-grid .speaker-container .content-container {
    left: 10px;
  }
}

#event-single-page section.speaker-grid .speaker-container .content-container .content {
  padding: 10px 18px;
  position: relative;
  min-height: 100px;
  width: 100%;
  z-index: 2;
  min-width: 215px;
}

#event-single-page section.speaker-grid .speaker-container .content-container .content:after {
  content: "";
  background-color: #FFFFFF;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 72.5rem) {
  #event-single-page section.speaker-grid .speaker-container .content-container .content {
    width: calc(100% - 15px);
  }
}

@media screen and (max-width: 63.9375em) {
  #event-single-page section.speaker-grid .speaker-container .content-container .content {
    width: calc(100% - 15px);
    min-width: 200px;
  }
}

@media screen and (max-width: 40em) {
  #event-single-page section.speaker-grid .speaker-container .content-container .content {
    width: 100%;
    min-width: 0px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section.speaker-grid .speaker-container .content-container .content {
    width: 100%;
    min-width: 0px;
  }
}

#event-single-page section.speaker-grid .speaker-container .content-container .content h4,
#event-single-page section.speaker-grid .speaker-container .content-container .content p.tags,
#event-single-page section.speaker-grid .speaker-container .content-container .content:after {
  transition: 250ms all ease-in-out;
}

#event-single-page section.speaker-grid .speaker-container p.tags {
  color: #ED6C5C;
}

#event-single-page section.about + section.sched-loc {
  padding-top: 6rem;
}

#event-single-page section.sched-loc {
  /* fake small on landscape */
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section.sched-loc .column.small-12,
  #event-single-page section.sched-loc .small-12.columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #event-single-page section.sched-loc .column.small-12 .column.small-5.small-offset-0,
  #event-single-page section.sched-loc .small-12.columns .column.small-5.small-offset-0,
  #event-single-page section.sched-loc .column.small-12 .small-5.small-offset-0.columns,
  #event-single-page section.sched-loc .small-12.columns .small-5.small-offset-0.columns {
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 0%;
  }

  #event-single-page section.sched-loc .column.small-12 .column.small-11.small-offset-1,
  #event-single-page section.sched-loc .small-12.columns .column.small-11.small-offset-1,
  #event-single-page section.sched-loc .column.small-12 .small-11.small-offset-1.columns,
  #event-single-page section.sched-loc .small-12.columns .small-11.small-offset-1.columns {
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 8.3333333333%;
  }
}

#event-single-page section.sched-loc .row .column.medium-6:nth-of-type(1) .section-title h4:before,
#event-single-page section.sched-loc .row .medium-6.columns:nth-of-type(1) .section-title h4:before {
  width: 170%;
}

@media screen and (max-width: 40em) {
  #event-single-page section.sched-loc .row .column.medium-6:nth-of-type(1) .section-title h4:before,
  #event-single-page section.sched-loc .row .medium-6.columns:nth-of-type(1) .section-title h4:before {
    width: 50%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section.sched-loc .row .column.medium-6:nth-of-type(1) .section-title h4:before,
  #event-single-page section.sched-loc .row .medium-6.columns:nth-of-type(1) .section-title h4:before {
    width: 50%;
  }
}

@media screen and (max-width: 40em) {
  #event-single-page section.sched-loc .row .column.medium-6:nth-of-type(2),
  #event-single-page section.sched-loc .row .medium-6.columns:nth-of-type(2) {
    padding-top: 8rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section.sched-loc .row .column.medium-6:nth-of-type(2),
  #event-single-page section.sched-loc .row .medium-6.columns:nth-of-type(2) {
    padding-top: 8rem;
  }
}

#event-single-page section.sched-loc .row .column.medium-6:nth-of-type(2) .section-title h4:before,
#event-single-page section.sched-loc .row .medium-6.columns:nth-of-type(2) .section-title h4:before {
  width: 0%;
}

@media screen and (max-width: 40em) {
  #event-single-page section.sched-loc .row .column.medium-6:nth-of-type(2) .section-title h4:before,
  #event-single-page section.sched-loc .row .medium-6.columns:nth-of-type(2) .section-title h4:before {
    width: 50%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section.sched-loc .row .column.medium-6:nth-of-type(2) .section-title h4:before,
  #event-single-page section.sched-loc .row .medium-6.columns:nth-of-type(2) .section-title h4:before {
    width: 50%;
  }
}

#event-single-page section.sched-loc .row .column.medium-6:only-of-type .section-title h4:before,
#event-single-page section.sched-loc .row .medium-6.columns:only-of-type .section-title h4:before {
  width: 50%;
}

#event-single-page section.sched-loc .schedule h5 {
  margin-bottom: 0;
  padding-bottom: 40px;
  color: #ED6C5C;
}

#event-single-page section.sched-loc .schedule .sched-item {
  position: relative;
  margin-left: 2rem;
}

#event-single-page section.sched-loc .schedule .sched-item:before {
  content: '';
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #ED6C5C;
  position: absolute;
  left: -2rem;
  top: 10px;
}

@media screen and (max-width: 40em) {
  #event-single-page section.sched-loc .schedule .sched-item:before {
    height: 12px;
    width: 12px;
    top: 6px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section.sched-loc .schedule .sched-item:before {
    height: 12px;
    width: 12px;
    top: 6px;
  }
}

#event-single-page section.sched-loc .schedule .sched-item:after {
  content: '';
  width: 2.5px;
  height: 100%;
  background-color: #ED6C5C;
  position: absolute;
  left: -25.5px;
  top: 15px;
}

@media screen and (max-width: 40em) {
  #event-single-page section.sched-loc .schedule .sched-item:after {
    left: -27.5px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #event-single-page section.sched-loc .schedule .sched-item:after {
    left: -27.5px;
  }
}

#event-single-page section.sched-loc .schedule .sched-item:last-of-type:after,
#event-single-page section.sched-loc .schedule .sched-item:only-of-type:after {
  content: none;
}

#event-single-page section.sched-loc .location h3 {
  display: inline-block;
}

#event-single-page section.sched-loc .location #pin-link {
  margin-left: 1rem;
}

#event-single-page section.sched-loc .location #pin-link:hover svg {
  -webkit-animation: bounce 2s 2;
  animation: bounce 2s 2;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  25% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  75% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  25% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  75% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

#event-single-page section.sched-loc .location h5 {
  color: #ED6C5C;
}

#global-presence-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #global-presence-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-page section {
    padding-bottom: 4rem;
  }
}

#global-presence-page .hero {
  margin: 0 0 75px 0;
  min-height: 800px;
  position: relative;
}

@media screen and (max-width: 40em) {
  #global-presence-page .hero {
    min-height: 700px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-page .hero {
    min-height: 700px;
  }
}

#global-presence-page .hero .content-container {
  position: absolute;
  top: 90px;
}

#global-presence-page .hero .content-container .hero-content {
  position: relative;
  min-height: 470px;
  width: 600px;
  z-index: 2;
  padding: 60px 45px;
  /* break words to new line */
}

#global-presence-page .hero .content-container .hero-content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#global-presence-page .hero .content-container .hero-content h1 {
  max-width: 450px;
}

#global-presence-page .hero .content-container .hero-content p {
  padding-top: 45px;
}

@media screen and (max-width: 40em) {
  #global-presence-page .hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-page .hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 40em) {
  #global-presence-page .hero .content-container .hero-content {
    position: relative;
    min-height: 450px;
    width: 75%;
    z-index: 2;
    padding: 35px 20px;
    /* break words to new line */
  }

  #global-presence-page .hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  #global-presence-page .hero .content-container .hero-content h1 {
    max-width: 190px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-page .hero .content-container .hero-content {
    position: relative;
    min-height: 450px;
    width: 75%;
    z-index: 2;
    padding: 35px 20px;
    /* break words to new line */
  }

  #global-presence-page .hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  #global-presence-page .hero .content-container .hero-content h1 {
    max-width: 190px;
  }
}

@media screen and (max-width: 40em) {
  #global-presence-page .hero .content-container {
    top: 70px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-page .hero .content-container {
    top: 70px;
  }
}

#global-presence-page .hero .hero-image {
  position: absolute;
}

#global-presence-page .hero .img-one {
  top: 125px;
  width: 1085px;
  min-height: 600px;
}

@media screen and (max-width: 40em) {
  #global-presence-page .hero .img-one {
    top: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-page .hero .img-one {
    top: 0;
    overflow: hidden;
  }
}

#global-presence-page .hero .img-one img {
  max-height: 600px;
  height: 600px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 40em) {
  #global-presence-page .hero .img-one img {
    -webkit-transform: translateX(-16.6666666667%);
    -ms-transform: translateX(-16.6666666667%);
    transform: translateX(-16.6666666667%);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-page .hero .img-one img {
    -webkit-transform: translateX(-16.6666666667%);
    -ms-transform: translateX(-16.6666666667%);
    transform: translateX(-16.6666666667%);
  }
}

#global-presence-page .hero .img-two {
  top: -80px;
  width: 295px;
  min-height: 555px;
}

@media screen and (max-width: 40em) {
  #global-presence-page .hero .img-two {
    top: auto;
    bottom: 0;
    min-height: 280px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-page .hero .img-two {
    top: auto;
    bottom: 0;
    min-height: 280px;
  }
}

#global-presence-page .hero .img-two img {
  max-height: 555px;
  height: 555px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (min-width: 48em) {
  #global-presence-page .hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-80%) translateY(0);
    -ms-transform: translateX(-80%) translateY(0);
    transform: translateX(-80%) translateY(0);
  }
}

@media screen and (max-width: 63.9375em) {
  #global-presence-page .hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-80%) translateY(0);
    -ms-transform: translateX(-80%) translateY(0);
    transform: translateX(-80%) translateY(0);
  }
}

#global-presence-page .hero .img-two img.hero-fly-right.visible-element {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

@media screen and (max-width: 40em) {
  #global-presence-page .hero .img-two img {
    max-height: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 40em) and (min-width: 48em) {
  #global-presence-page .hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 40em) and (max-width: 63.9375em) {
  #global-presence-page .hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 40em) {
  #global-presence-page .hero .img-two img.hero-fly-right.visible-element {
    -webkit-transform: translateX(-8.3333333333%) translateY(0);
    -ms-transform: translateX(-8.3333333333%) translateY(0);
    transform: translateX(-8.3333333333%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-page .hero .img-two img {
    max-height: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) and (min-width: 48em) {
  #global-presence-page .hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) and (max-width: 63.9375em) {
  #global-presence-page .hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-page .hero .img-two img.hero-fly-right.visible-element {
    -webkit-transform: translateX(-8.3333333333%) translateY(0);
    -ms-transform: translateX(-8.3333333333%) translateY(0);
    transform: translateX(-8.3333333333%) translateY(0);
  }
}

#global-presence-single-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #global-presence-single-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-single-page section {
    padding-bottom: 4rem;
  }
}

#global-presence-single-page section .section-title {
  position: relative;
  padding-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  #global-presence-single-page section .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-single-page section .section-title {
    padding-bottom: 3rem;
  }
}

#global-presence-single-page section .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #global-presence-single-page section .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #global-presence-single-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-single-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

#global-presence-single-page section.hero {
  margin: 0 0 115px 0;
  min-height: 700px;
  position: relative;
}

@media screen and (max-width: 40em) {
  #global-presence-single-page section.hero {
    min-height: 475px;
    margin: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-single-page section.hero {
    min-height: 475px;
    margin: 0;
  }
}

#global-presence-single-page section.hero .content-container {
  position: absolute;
  top: 100px;
}

@media screen and (max-width: 63.9375em) {
  #global-presence-single-page section.hero .content-container {
    top: 250px;
  }
}

@media screen and (max-width: 40em) {
  #global-presence-single-page section.hero .content-container {
    top: 150px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-single-page section.hero .content-container {
    top: 150px;
  }
}

#global-presence-single-page section.hero .content-container .hero-content {
  position: relative;
  min-height: 455px;
  width: 600px;
  z-index: 2;
  padding: 60px 45px;
}

#global-presence-single-page section.hero .content-container .hero-content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 40em) {
  #global-presence-single-page section.hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #global-presence-single-page section.hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-single-page section.hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #global-presence-single-page section.hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

#global-presence-single-page section.hero .hero-image {
  position: absolute;
  width: 1122px;
  min-height: 700px;
}

@media screen and (max-width: 63.9375em) {
  #global-presence-single-page section.hero .hero-image {
    width: auto;
    min-height: 700px;
  }
}

#global-presence-single-page section.hero .hero-image img {
  max-height: 700px;
  height: 700px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 63.9375em) {
  #global-presence-single-page section.hero .hero-image img {
    height: auto;
    width: 100%;
  }
}

#global-presence-single-page section.zag {
  padding-bottom: 10em;
}

@media screen and (max-width: 40em) {
  #global-presence-single-page section.zag {
    margin-bottom: 0;
    padding-bottom: 5em;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-single-page section.zag {
    margin-bottom: 0;
    padding-bottom: 5em;
  }
}

@media screen and (max-width: 63.9375em) {
  #global-presence-single-page section.zag .land-content {
    min-height: 700px;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 40em) {
  #global-presence-single-page section.zag .land-content {
    min-height: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-single-page section.zag .land-content {
    min-height: 0;
    padding-bottom: 0;
  }
}

#global-presence-single-page section.zag .land-content .content .about-link {
  position: relative;
  transition: color 250ms ease-in-out;
}

#global-presence-single-page section.zag .land-content .content .about-link:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

#global-presence-single-page section.zag .land-content .content .about-link:hover,
#global-presence-single-page section.zag .land-content .content .about-link:active {
  color: #ED6C5C;
}

#global-presence-single-page section.zag .land-content .content .about-link:hover:after,
#global-presence-single-page section.zag .land-content .content .about-link:active:after {
  right: 100%;
}

#global-presence-single-page section.zag .social-container {
  padding: 50px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#global-presence-single-page section.zag .social-container a {
  margin: 0 10px;
  height: 25px;
  width: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#global-presence-single-page section.zag .social-container a:first-child {
  margin-left: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #global-presence-single-page section.zag .social-container a img {
    height: 25px;
    width: 20px;
  }
}

#global-presence-single-page section.zag .leadership-content {
  margin-top: 10rem;
}

@media screen and (max-width: 40em) {
  #global-presence-single-page section.zag .leadership-content {
    margin-top: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-single-page section.zag .leadership-content {
    margin-top: 0;
  }
}

#global-presence-single-page section.zag .leadership-content h6 {
  margin-bottom: 5px;
  margin-top: 10px;
}

@media screen and (max-width: 40em) {
  #global-presence-single-page section.zag .leadership-content {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-single-page section.zag .leadership-content {
    padding-top: 2rem;
  }
}

#global-presence-single-page section.zag .leadership-content .leaders-container {
  padding-bottom: 2rem;
}

#global-presence-single-page section.zag .leadership-content .leaders-container h5 {
  color: #ED6C5C;
}

#global-presence-single-page section.zag .leadership-content .leaders-container a h6 {
  transition: color 250ms ease-in-out;
}

#global-presence-single-page section.zag .leadership-content .leaders-container a:hover h6 {
  color: #ED6C5C;
}

#global-presence-single-page section.zag .leadership-content .lsvp-team-container h5 {
  color: #ED6C5C;
}

#global-presence-single-page section.zag .leadership-content .lsvp-team-container a h6 {
  transition: color 250ms ease-in-out;
}

#global-presence-single-page section.zag .leadership-content .lsvp-team-container a:hover h6 {
  color: #ED6C5C;
}

#global-presence-single-page section.zag .team-content {
  position: relative;
}

#global-presence-single-page section.zag .team-content .pearl-block {
  background-color: #FBF9F0;
  z-index: -1;
  min-height: 400px;
  width: 100vw;
  position: absolute;
  top: 13rem;
  left: -3rem;
}

@media screen and (max-width: 40em) {
  #global-presence-single-page section.zag .team-content .pearl-block {
    top: 0;
    height: 500px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-single-page section.zag .team-content .pearl-block {
    top: 0;
    height: 500px;
  }
}

#global-presence-single-page section.locations {
  padding-bottom: 0;
}

#global-presence-single-page section.partners .section-title:nth-of-type(1n+2) {
  padding-top: 4rem;
}

@media screen and (max-width: 40em) {
  #global-presence-single-page section.locations .row.small-up-1,
  #global-presence-single-page section.partners .row.small-up-1 {
    background-color: #FFFFFF;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-single-page section.locations .row.small-up-1,
  #global-presence-single-page section.partners .row.small-up-1 {
    background-color: #FFFFFF;
  }
}

#global-presence-single-page section.locations .location-container,
#global-presence-single-page section.partners .location-container {
  padding-bottom: 70px;
}

@media screen and (max-width: 40em) {
  #global-presence-single-page section.locations .location-container,
  #global-presence-single-page section.partners .location-container {
    margin-left: 8.3333333333%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-single-page section.locations .location-container,
  #global-presence-single-page section.partners .location-container {
    margin-left: 8.3333333333%;
  }
}

#global-presence-single-page section.locations h3,
#global-presence-single-page section.partners h3 {
  padding-bottom: 20px;
  transition: color ease-in-out 250ms;
}

#global-presence-single-page section.locations h3:hover,
#global-presence-single-page section.locations h3:active,
#global-presence-single-page section.locations h3:focus,
#global-presence-single-page section.partners h3:hover,
#global-presence-single-page section.partners h3:active,
#global-presence-single-page section.partners h3:focus {
  color: #ED6C5C;
}

#global-presence-single-page section.locations p,
#global-presence-single-page section.locations a,
#global-presence-single-page section.partners p,
#global-presence-single-page section.partners a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.938rem;
  letter-spacing: 0.8px;
  line-height: 23px;
  color: #302C2C;
  margin-bottom: 0;
  text-transform: none;
}

#global-presence-single-page section.locations p.number,
#global-presence-single-page section.partners p.number {
  padding-bottom: 5px;
}

#global-presence-single-page section.locations p.partner,
#global-presence-single-page section.partners p.partner {
  margin-bottom: 1rem;
  font-weight: bold;
}

#global-presence-single-page section.locations .address,
#global-presence-single-page section.partners .address {
  padding-bottom: 20px;
}

#global-presence-team-single-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #global-presence-team-single-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-team-single-page section {
    padding-bottom: 4rem;
  }
}

#global-presence-team-single-page section .section-title {
  position: relative;
  padding-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  #global-presence-team-single-page section .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-team-single-page section .section-title {
    padding-bottom: 3rem;
  }
}

#global-presence-team-single-page section .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #global-presence-team-single-page section .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #global-presence-team-single-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-team-single-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

#global-presence-team-single-page section.team-info {
  padding-top: 70px;
  min-height: 830px;
}

@media screen and (max-width: 40em) {
  #global-presence-team-single-page section.team-info {
    padding-top: 0;
    min-height: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-team-single-page section.team-info {
    padding-top: 0;
    min-height: 0;
  }
}

#global-presence-team-single-page section.team-info .member-info h5 {
  color: #ED6C5C;
}

#global-presence-team-single-page section.team-info .member-info h5,
#global-presence-team-single-page section.team-info .member-info h2,
#global-presence-team-single-page section.team-info .member-info a {
  z-index: 1;
}

#global-presence-team-single-page section.team-info .social-icons {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#global-presence-team-single-page section.team-info .social-icons a {
  margin: 0 10px;
  height: 25px;
  width: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#global-presence-team-single-page section.team-info .social-icons a:first-child {
  margin-left: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #global-presence-team-single-page section.team-info .social-icons a img {
    height: 25px;
    width: 20px;
  }
}

#global-presence-team-single-page section.team-info .image-col {
  position: relative;
}

#global-presence-team-single-page section.team-info .image-col .image-container {
  position: absolute;
  top: 40px;
  z-index: -1;
}

@media screen and (max-width: 40em) {
  #global-presence-team-single-page section.team-info .image-col .image-container {
    position: relative;
    top: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-team-single-page section.team-info .image-col .image-container {
    position: relative;
    top: 10px;
  }
}

#global-presence-team-single-page section.team-info .image-col .image-container:after {
  content: '';
  background-color: #FBF9F0;
  height: 517px;
  width: calc(100vw + 41.6666666667%);
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: -41.6666666667%;
}

@media screen and (max-width: 63.9375em) {
  #global-presence-team-single-page section.team-info .image-col .image-container:after {
    min-height: 350px;
    height: 90%;
  }
}

@media screen and (max-width: 40em) {
  #global-presence-team-single-page section.team-info .image-col .image-container:after {
    min-height: 0;
    height: 200px;
    left: -66.6666666667%;
    width: calc(100vw + 66.6666666667%);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-team-single-page section.team-info .image-col .image-container:after {
    min-height: 0;
    height: 200px;
    left: -66.6666666667%;
    width: calc(100vw + 66.6666666667%);
  }
}

#global-presence-team-single-page section.team-info .bio-container {
  /* fake small for landscape */
}

#global-presence-team-single-page section.team-info .bio-container .quote-container {
  padding: 75px 0 23px 60px;
}

@media screen and (max-width: 40em) {
  #global-presence-team-single-page section.team-info .bio-container .quote-container {
    padding: 40px 0 12px 40px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-team-single-page section.team-info .bio-container .quote-container {
    padding: 40px 0 12px 40px;
  }
}

#global-presence-team-single-page section.team-info .bio-container .team-bio {
  padding-top: 40px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  /* to remove default wrapped p tags from acf */
}

@media screen and (max-width: 40em) {
  #global-presence-team-single-page section.team-info .bio-container .team-bio {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding-top: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-team-single-page section.team-info .bio-container .team-bio {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding-top: 10px;
  }
}

#global-presence-team-single-page section.team-info .bio-container .team-bio p:empty {
  display: none;
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-team-single-page section.team-info .bio-container {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#global-presence-team-single-page section.team-info .pearl-container {
  position: relative;
}

#global-presence-team-single-page section.team-info .pearl-container .pearl-block {
  position: absolute;
  width: 100vw;
  height: 550px;
  background-color: #FBF9F0;
  z-index: -2;
  top: -4rem;
}

@media screen and (max-width: 40em) {
  #global-presence-team-single-page section.team-info .pearl-container .pearl-block {
    height: 190px;
    top: -13rem;
    left: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-team-single-page section.team-info .pearl-container .pearl-block {
    height: 190px;
    top: -13rem;
    left: 0;
  }
}

#global-presence-team-single-page section.investments .investment-col {
  padding-bottom: 4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#global-presence-team-single-page section.investments .investment-container {
  width: 125px;
  height: 75px;
  position: relative;
}

@media screen and (max-width: 40em) {
  #global-presence-team-single-page section.investments .investment-container {
    height: 55px;
    width: auto;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-team-single-page section.investments .investment-container {
    height: 55px;
    width: auto;
  }
}

#global-presence-team-single-page section.investments .investment-container .investment-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#global-presence-team-single-page section.investments .investment-container .investment-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 40em) {
  #global-presence-team-single-page section.investments .investment-container .investment-logo img {
    height: 55px;
    width: auto;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-team-single-page section.investments .investment-container .investment-logo img {
    height: 55px;
    width: auto;
  }
}

#global-presence-team-single-page section.investments .investment-container .investment-status {
  width: 125px;
  height: 75px;
  position: absolute;
  background-color: #ED6C5C;
  top: 0;
  left: 0;
  transition: opacity 250ms ease-in-out;
  opacity: 0;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

@media screen and (max-width: 40em) {
  #global-presence-team-single-page section.investments .investment-container .investment-status {
    /* force this not to show on mobile */
    display: none;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #global-presence-team-single-page section.investments .investment-container .investment-status {
    /* force this not to show on mobile */
    display: none;
  }
}

#global-presence-team-single-page section.investments .investment-container .investment-status span.annotation {
  color: #FFFFFF;
}

#global-presence-team-single-page section.investments .investment-container:hover .investment-status {
  opacity: 1;
}

#legal-page {
  padding: 4em 0;
}

#legal-page .section-title {
  position: relative;
  padding-bottom: 5rem;
  padding-bottom: 2em;
}

@media screen and (max-width: 40em) {
  #legal-page .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #legal-page .section-title {
    padding-bottom: 3rem;
  }
}

#legal-page .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #legal-page .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #legal-page .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #legal-page .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

#legal-page .legal-content hr {
  border-bottom: 2.5px solid #ED6C5C;
  width: 115px;
  margin-left: -3rem;
  margin-bottom: 4em;
}

#legal-page .legal-content h6 {
  margin-top: 25px;
  margin-bottom: 20px;
}

#portfolio-page {
  min-height: 100vh;
}

#portfolio-page .sidebar-container {
  height: 0;
}

#portfolio-page .sidebar-container .sidebar-text {
  position: relative;
  z-index: 10;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  mix-blend-mode: multiply;
  top: 450px;
  left: 150px;
}

@media screen and (min-width: 100.063em) {
  #portfolio-page .sidebar-container .sidebar-text {
    left: 125px;
  }
}

@media screen and (max-width: 90em) {
  #portfolio-page .sidebar-container .sidebar-text {
    left: 110px;
  }
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .sidebar-container .sidebar-text {
    left: -10px;
    top: -650px;
  }

  #portfolio-page .sidebar-container .sidebar-text span {
    font-size: 10.563rem;
    letter-spacing: 11.27px;
    line-height: 203px;
  }
}

@media screen and (max-width: 40em) {
  #portfolio-page .sidebar-container .sidebar-text {
    left: -10px;
    top: -670px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolio-page .sidebar-container .sidebar-text {
    left: -10px;
    top: -670px;
  }
}

@media screen and (max-height: 798px) and (min-width: 63.9375em) {
  #portfolio-page .sidebar-container .sidebar-text {
    top: 550px;
  }
}

@media only screen and (max-width: 460px) {
  #portfolio-page .sidebar-container .sidebar-text {
    top: -470px;
  }
}

#portfolio-page .section-title {
  position: relative;
  padding-bottom: 5rem;
  display: none;
}

@media screen and (max-width: 40em) {
  #portfolio-page .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolio-page .section-title {
    padding-bottom: 3rem;
  }
}

#portfolio-page .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #portfolio-page .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolio-page .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 40em) {
  #portfolio-page .section-title {
    margin-top: 30px;
    margin-left: 0.625rem;
    margin-bottom: 0;
    position: relative;
    display: block;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolio-page .section-title {
    margin-top: 30px;
    margin-left: 0.625rem;
    margin-bottom: 0;
    position: relative;
    display: block;
    padding-bottom: 0;
  }
}

#portfolio-page .hero:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 30px;
  width: 605px;
  left: calc(100% - 605px);
  top: 0;
  z-index: -1;
}

#portfolio-page .hero:before {
  content: none;
}

#portfolio-page .hero .hero-container {
  min-height: 650px;
  max-height: 800px;
  height: calc(100vh - 100px);
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .hero-container {
    max-height: none;
    min-height: 0;
    height: auto;
  }
}

#portfolio-page .hero .hero-mobile-container {
  height: 800px;
  display: none;
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .hero-mobile-container {
    display: block;
  }
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .hero-mobile-container .hero-content-mobile {
    width: auto;
    max-width: 550px;
  }
}

#portfolio-page .hero .hero-mobile-container .hero-content-mobile .content {
  padding: 60px 45px;
  margin-top: 70px;
  position: relative;
  min-height: 400px;
  width: 580px;
  z-index: 2;
  width: auto;
}

#portfolio-page .hero .hero-mobile-container .hero-content-mobile .content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#portfolio-page .hero .hero-mobile-container .hero-image-mobile {
  position: absolute;
  height: auto;
  width: auto;
}

#portfolio-page .hero .hero-mobile-container .hero-image-mobile img {
  width: auto;
  height: 370px;
}

#portfolio-page .hero .hero-mobile-container .hero-image-mobile.mobile-img-one {
  right: -320px;
  top: 0;
}

@media only screen and (max-width: 860px) {
  #portfolio-page .hero .hero-mobile-container .hero-image-mobile.mobile-img-one {
    right: -500px;
  }
}

@media only screen and (max-width: 668px) {
  #portfolio-page .hero .hero-mobile-container .hero-image-mobile.mobile-img-one {
    right: -500px;
  }
}

@media only screen and (max-width: 540px) {
  #portfolio-page .hero .hero-mobile-container .hero-image-mobile.mobile-img-one {
    right: -680px;
  }
}

#portfolio-page .hero .hero-mobile-container .hero-image-mobile.mobile-img-one img {
  height: 566px;
}

#portfolio-page .hero .hero-mobile-container .hero-image-mobile.mobile-img-two {
  left: -200px;
  top: 380px;
}

@media screen and (max-width: 40em) {
  #portfolio-page .hero .hero-mobile-container .hero-image-mobile.mobile-img-two {
    left: -330px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolio-page .hero .hero-mobile-container .hero-image-mobile.mobile-img-two {
    left: -330px;
  }
}

#portfolio-page .hero .hero-desktop-container {
  display: block;
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .hero-desktop-container {
    display: none;
  }
}

#portfolio-page .hero .hero-content {
  position: absolute;
  top: 10%;
}

#portfolio-page .hero .hero-content .content {
  position: relative;
  min-height: 400px;
  width: 580px;
  z-index: 2;
  height: 40vh;
  min-height: 450px;
  max-height: 550px;
  padding: 65px 54px 35px;
}

#portfolio-page .hero .hero-content .content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#portfolio-page .hero .hero-content .content p {
  margin-top: 50px;
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .hero-slideshow {
    height: 650px;
  }
}

@media only screen and (max-width: 668px) {
  #portfolio-page .hero .hero-slideshow {
    height: 600px;
  }
}

@media only screen and (max-width: 525px) {
  #portfolio-page .hero .hero-slideshow {
    height: 440px;
  }
}

@media only screen and (max-width: 460px) {
  #portfolio-page .hero .hero-slideshow {
    height: 330px;
  }
}

#portfolio-page .hero .hero-image,
#portfolio-page .hero .hero-content {
  width: 100%;
  position: absolute;
}

#portfolio-page .hero .img-one {
  bottom: 0;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  transition-delay: 300ms;
  opacity: 0;
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .img-one {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

#portfolio-page .hero .img-one.reset {
  transition-delay: 0;
  transition: 0ms linear all;
}

#portfolio-page .hero .img-one.transition-in {
  -webkit-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
  opacity: 1;
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .img-one.transition-in {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

#portfolio-page .hero .img-one.transition-in .container span {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#portfolio-page .hero .img-one.transition-in.transition-out {
  transition: 550ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  transition-delay: 0ms;
  -webkit-transform: translateX(230px);
  -ms-transform: translateX(230px);
  transform: translateX(230px);
  opacity: 0;
}

#portfolio-page .hero .img-one.transition-in.transition-out .container span {
  transition: 400ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

#portfolio-page .hero .img-one .container {
  position: relative;
  min-height: 85px;
  width: 278px;
  z-index: 2;
  position: absolute;
  bottom: 30px;
  left: -80px;
  border: 1px solid transparent;
  transition: 300ms ease-in-out all;
  z-index: 11;
}

#portfolio-page .hero .img-one .container:after {
  content: "";
  background-color: #FFFFFF;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .img-one .container {
    bottom: -50px;
  }
}

#portfolio-page .hero .img-one .container:hover {
  border: 1px solid #ED6C5C;
}

#portfolio-page .hero .img-one .container:hover span {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

#portfolio-page .hero .img-one .container a {
  padding: 13px 35px;
  display: block;
  position: relative;
}

#portfolio-page .hero .img-one .container span {
  display: block;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  opacity: 0;
}

#portfolio-page .hero .img-one .container span.tags {
  color: #ED6C5C;
  margin-bottom: 4px;
}

#portfolio-page .hero .img-one .container span.names {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 2.57px;
  line-height: 22px;
  text-transform: uppercase;
  color: #302C2C;
  margin-bottom: 9px;
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .img-one .container span {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}

#portfolio-page .hero .img-one .container span:nth-child(1) {
  transition-delay: 150ms;
}

#portfolio-page .hero .img-one .container span:nth-child(2) {
  transition-delay: 300ms;
}

#portfolio-page .hero .img-one .container span:nth-child(3) {
  transition-delay: 450ms;
}

#portfolio-page .hero .img-two {
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(-650px);
  -ms-transform: translateX(-650px);
  transform: translateX(-650px);
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .img-two {
    bottom: 0;
    top: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#portfolio-page .hero .img-two .img-one-content,
#portfolio-page .hero .img-two .img-two-content {
  opacity: 0;
}

#portfolio-page .hero .img-two.reset {
  transition-delay: 0;
  transition: 0ms linear all;
}

#portfolio-page .hero .img-two.transition-in {
  -webkit-transform: translateX(-550px);
  -ms-transform: translateX(-550px);
  transform: translateX(-550px);
  opacity: 1;
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .img-two.transition-in {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#portfolio-page .hero .img-two.transition-in.transition-out {
  transition: 550ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  transition-delay: 0ms;
  -webkit-transform: translateX(-450px);
  -ms-transform: translateX(-450px);
  transform: translateX(-450px);
  opacity: 0;
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .img-two.transition-in.transition-out {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#portfolio-page .hero .img-two.transition-in .img-one-content,
#portfolio-page .hero .img-two.transition-in .img-two-content {
  opacity: 1;
}

#portfolio-page .hero .img-one-content,
#portfolio-page .hero .img-two-content {
  min-height: 480px;
  max-height: 550px;
  height: 60vh;
  width: 900px;
  background-position: 100% 20%;
  background-size: cover;
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .img-one-content,
  #portfolio-page .hero .img-two-content {
    min-height: 450px;
    width: auto;
    background-position: 50%;
  }
}

@media only screen and (max-width: 525px) {
  #portfolio-page .hero .img-one-content,
  #portfolio-page .hero .img-two-content {
    height: 400px;
    min-height: 300px;
  }
}

@media only screen and (max-width: 460px) {
  #portfolio-page .hero .img-one-content,
  #portfolio-page .hero .img-two-content {
    height: 300px;
  }
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .img-one-content {
    background-position: -70px 100%;
  }
}

@media screen and (max-width: 40em) {
  #portfolio-page .hero .img-one-content {
    background-position: -150px 100%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolio-page .hero .img-one-content {
    background-position: -150px 100%;
  }
}

@media only screen and (max-width: 460px) {
  #portfolio-page .hero .img-one-content {
    background-position: -70px 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .img-two-content {
    background-position: 150px 100%;
  }
}

#portfolio-page .hero .button-container {
  position: absolute;
  bottom: 40px;
  left: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 11;
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .button-container {
    width: 100%;
    bottom: -4px;
  }
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .button-container button.btn-arrow {
    position: absolute;
    top: -250px;
  }

  #portfolio-page .hero .button-container button.btn-arrow:before {
    width: 42px;
  }
}

@media only screen and (max-width: 460px) {
  #portfolio-page .hero .button-container button.btn-arrow {
    top: -160px;
  }
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .button-container button.btn-arrow.btn-arrow-left {
    left: 0;
  }

  #portfolio-page .hero .button-container button.btn-arrow.btn-arrow-left:before {
    left: 4px;
  }
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .button-container button.btn-arrow.btn-arrow-right {
    right: 30px;
  }

  #portfolio-page .hero .button-container button.btn-arrow.btn-arrow-right:before {
    left: -16px;
  }
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index {
    font-family: "AkrobatExtraBold", Arial, sans-serif;
    font-size: 1.875rem;
    letter-spacing: 1.25px;
    line-height: 36px;
    color: #302C2C;
    text-transform: uppercase;
    color: #ED6C5C;
    position: absolute;
    right: 45px;
    top: 9px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 40em) {
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index:after,
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index:before {
    font-family: "AkrobatExtraBold", Arial, sans-serif;
    font-size: 1.875rem;
    letter-spacing: 1.25px;
    line-height: 36px;
    color: #302C2C;
    text-transform: uppercase;
    color: #ED6C5C;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 40em) {
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index:after,
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index:before {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index:after,
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index:before {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index:before {
    right: -7px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 63.9375em) {
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index:before {
    right: -14px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 40em) {
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index:before {
    right: -7px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index:before {
    right: -7px;
  }
}

@media screen and (max-width: 63.9375em) {
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index:after {
    left: -9px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 63.9375em) {
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index:after {
    left: -15px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 40em) {
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index:after {
    left: -9px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolio-page .hero .button-container button.btn-arrow ~ .btn-index:after {
    left: -9px;
  }
}

#portfolio-page .hero .slideshow {
  display: none;
}

@media screen and (max-width: 40em) {
  #portfolio-page .companies-section .section-title {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolio-page .companies-section .section-title {
    margin-bottom: 3rem;
  }
}

#portfolio-page .companies-section .portfolio-list {
  list-style-type: none;
}

#portfolio-page .companies-section .portfolio-list li {
  list-style-type: none;
  padding: 0 30px 4px 0;
  margin-bottom: 40px;
  position: relative;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media screen and (max-width: 90em) {
  #portfolio-page .companies-section .portfolio-list li {
    padding: 0 30px 4px 0.9375rem;
  }
}

@media screen and (max-width: 40em) {
  #portfolio-page .companies-section .portfolio-list li {
    padding: 0 15px;
    margin-bottom: 25px;
  }

  #portfolio-page .companies-section .portfolio-list li:nth-child(1n+29) {
    display: none;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolio-page .companies-section .portfolio-list li {
    padding: 0 15px;
    margin-bottom: 25px;
  }

  #portfolio-page .companies-section .portfolio-list li:nth-child(1n+29) {
    display: none;
  }
}

#portfolio-page .companies-section .portfolio-list li a {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 29px;
  text-transform: uppercase;
  color: #302C2C;
  margin: 0;
  transition: 250ms ease-in-out all;
}

@media screen and (max-width: 40em) {
  #portfolio-page .companies-section .portfolio-list li a {
    font-size: 1rem;
    letter-spacing: 1.25px;
    line-height: 18px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolio-page .companies-section .portfolio-list li a {
    font-size: 1rem;
    letter-spacing: 1.25px;
    line-height: 18px;
  }
}

#portfolio-page .companies-section .portfolio-list li a:hover {
  color: #ED6C5C;
}

#portfolio-page .companies-section .portfolio-list li a:hover ~ hr {
  border-color: #ED6C5C;
}

#portfolio-page .companies-section .portfolio-list li hr {
  position: absolute;
  width: calc(100% - 60px);
  bottom: -30px;
  left: 0px;
  transition: 250ms ease-in-out all;
}

@media screen and (max-width: 90em) {
  #portfolio-page .companies-section .portfolio-list li hr {
    left: 0.9375rem;
  }
}

@media screen and (max-width: 40em) {
  #portfolio-page .companies-section .portfolio-list li hr {
    left: 15px;
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolio-page .companies-section .portfolio-list li hr {
    left: 15px;
    width: calc(100% - 30px);
  }
}

#portfolio-page .row.mobile-cta-container {
  display: none;
}

@media screen and (max-width: 40em) {
  #portfolio-page .row.mobile-cta-container {
    display: block;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolio-page .row.mobile-cta-container {
    display: block;
  }
}

#portfolio-page #see-all-cta-container a {
  position: relative;
}

#portfolio-page #see-all-cta-container a:after {
  content: '';
  border-style: solid;
  border-width: 7.5px 7.5px 0 7.5px;
  border-color: #ED6C5C transparent transparent transparent;
  position: absolute;
  top: 3px;
  right: -25px;
}

#portfolios-single-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #portfolios-single-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolios-single-page section {
    padding-bottom: 4rem;
  }
}

#portfolios-single-page section.hero {
  padding-bottom: 6rem;
}

#portfolios-single-page section.hero .portfolio-content h5,
#portfolios-single-page section.hero .leadership-content h5 {
  color: #ED6C5C;
}

#portfolios-single-page section.hero .hero-container {
  padding-top: 135px;
  padding-bottom: 45px;
  position: relative;
}

@media screen and (max-width: 40em) {
  #portfolios-single-page section.hero .hero-container {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolios-single-page section.hero .hero-container {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

#portfolios-single-page section.hero .hero-container .logo-container {
  width: 85%;
}

@media screen and (max-width: 40em) {
  #portfolios-single-page section.hero .hero-container .logo-container {
    width: 90%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolios-single-page section.hero .hero-container .logo-container {
    width: 90%;
  }
}

#portfolios-single-page section.hero .hero-container .medium-down-bio {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  #portfolios-single-page section.hero .hero-container .medium-down-bio {
    display: block;
  }
}

#portfolios-single-page section.hero .hero-container .desktop-bio {
  display: block;
}

@media screen and (max-width: 63.9375em) {
  #portfolios-single-page section.hero .hero-container .desktop-bio {
    display: none;
  }
}

#portfolios-single-page section.hero .portfolio-content .portfolio-bio {
  padding-right: 50px;
}

#portfolios-single-page section.hero .portfolio-content .sub-category-container {
  padding-top: 1rem;
}

#portfolios-single-page section.hero .portfolio-content .sub-category-container p.tags {
  display: inline-block;
}

#portfolios-single-page section.hero .portfolio-content .sub-category-container p.tags:after {
  content: ", ";
}

#portfolios-single-page section.hero .portfolio-content .sub-category-container p.tags:last-of-type:after {
  content: none;
}

#portfolios-single-page section.hero .leadership-content h6 {
  margin-bottom: 5px;
  margin-top: 10px;
}

@media screen and (max-width: 40em) {
  #portfolios-single-page section.hero .leadership-content {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolios-single-page section.hero .leadership-content {
    padding-top: 2rem;
  }
}

#portfolios-single-page section.hero .leadership-content .leaders-container {
  padding-bottom: 2rem;
}

#portfolios-single-page section.hero .leadership-content .lsvp-team-container a h6 {
  transition: color 250ms ease-in-out;
}

#portfolios-single-page section.hero .leadership-content .lsvp-team-container a:hover h6 {
  color: #ED6C5C;
}

#portfolios-single-page section.hero .pearl-block {
  background-color: #FBF9F0;
  z-index: -1;
  min-height: 400px;
  width: 100vw;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 40em) {
  #portfolios-single-page section.hero .pearl-block {
    height: 500px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #portfolios-single-page section.hero .pearl-block {
    height: 500px;
  }
}

#portfolios-single-page section.hero .portfolio-bio {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 63.9375em) {
  #portfolios-single-page section.hero .portfolio-bio {
    padding-top: 2rem;
  }
}

#pota-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #pota-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #pota-page section {
    padding-bottom: 4rem;
  }
}

#pota-page section .section-title {
  position: relative;
  padding-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  #pota-page section .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #pota-page section .section-title {
    padding-bottom: 3rem;
  }
}

#pota-page section .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #pota-page section .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #pota-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #pota-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

#pota-page section.hero {
  margin: 0 0 115px 0;
  min-height: 700px;
  position: relative;
}

@media screen and (max-width: 40em) {
  #pota-page section.hero {
    min-height: 475px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #pota-page section.hero {
    min-height: 475px;
  }
}

#pota-page section.hero .content-container {
  position: absolute;
  top: 100px;
}

@media screen and (max-width: 63.9375em) {
  #pota-page section.hero .content-container {
    top: 250px;
  }
}

@media screen and (max-width: 40em) {
  #pota-page section.hero .content-container {
    top: 150px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #pota-page section.hero .content-container {
    top: 150px;
  }
}

#pota-page section.hero .content-container .hero-content {
  position: relative;
  min-height: 455px;
  width: 600px;
  z-index: 2;
  padding: 60px 45px;
}

#pota-page section.hero .content-container .hero-content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#pota-page section.hero .content-container .hero-content h4 {
  max-width: 400px;
  padding-top: 45px;
}

@media screen and (max-width: 40em) {
  #pota-page section.hero .content-container .hero-content h4 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #pota-page section.hero .content-container .hero-content h4 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 40em) {
  #pota-page section.hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #pota-page section.hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #pota-page section.hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #pota-page section.hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

#pota-page section.hero .hero-image {
  position: absolute;
  width: 1122px;
  min-height: 700px;
  top: 0;
}

@media screen and (max-width: 63.9375em) {
  #pota-page section.hero .hero-image {
    width: auto;
    min-height: 700px;
  }
}

#pota-page section.hero .hero-image img {
  max-height: 700px;
  height: 700px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 63.9375em) {
  #pota-page section.hero .hero-image img {
    height: auto;
    width: 100%;
  }
}

#pota-page section.zag .zag-container {
  min-height: 500px;
}

#pota-page section.zag .pearl-container .pearl-block {
  height: 330px;
  width: 852px;
  top: -130px;
  bottom: auto;
}

@media screen and (max-width: 63.9375em) {
  #pota-page section.zag .pearl-container .pearl-block {
    top: -150px;
  }
}

@media only screen and (max-width: 850px) {
  #pota-page section.zag .pearl-container {
    display: none;
  }
}

#pota-page section.team-grid .team-container {
  /* adjust column gutters */
  padding-left: 2.969rem;
  padding-right: 2.969rem;
  /* 1160px custom breakpoint */
}

@media screen and (max-width: 72.5rem) {
  #pota-page section.team-grid .team-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 63.9375em) {
  #pota-page section.team-grid .team-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 40em) {
  #pota-page section.team-grid .team-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #pota-page section.team-grid .team-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

#pota-page section.team-grid .team-container:hover .content-container .content h4 {
  color: #FFFFFF;
}

#pota-page section.team-grid .team-container:hover .content-container .content p.tags {
  color: #353A41;
}

#pota-page section.team-grid .team-container:hover .content-container .content:after {
  background-color: rgba(237, 108, 92, 0.9);
}

#pota-page section.team-grid .team-container:hover .team-img img {
  -webkit-filter: none;
  filter: none;
}

#pota-page section.team-grid .team-container:hover .team-img:before {
  content: none;
}

#pota-page section.team-grid .team-container:hover .team-img .img-placeholder {
  background-color: rgba(207, 203, 202, 0.05);
}

#pota-page section.team-grid .team-container .team-img {
  min-width: 215px;
  min-height: 200px;
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  #pota-page section.team-grid .team-container .team-img {
    min-width: 0;
  }
}

#pota-page section.team-grid .team-container .team-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#pota-page section.team-grid .team-container .team-img .img-placeholder {
  background-color: rgba(207, 203, 202, 0);
  width: 100%;
  height: 245px;
  transition: background-color 250ms ease-in-out;
}

@media screen and (max-width: 63.9375em) {
  #pota-page section.team-grid .team-container .team-img .img-placeholder {
    width: 100%;
  }
}

#pota-page section.team-grid .team-container .team-img:before {
  transition: all 250ms ease-in-out;
  content: '';
  min-height: 245px;
  min-width: 215px;
  height: 100%;
  width: 100%;
  background-color: rgba(207, 203, 202, 0.1);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 63.9375em) {
  #pota-page section.team-grid .team-container .team-img:before {
    min-width: 0;
  }
}

#pota-page section.team-grid .team-container .content-container {
  position: relative;
  top: -30px;
  left: 30px;
}

@media screen and (max-width: 40em) {
  #pota-page section.team-grid .team-container .content-container {
    left: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #pota-page section.team-grid .team-container .content-container {
    left: 10px;
  }
}

#pota-page section.team-grid .team-container .content-container .content {
  padding: 10px 18px;
  position: relative;
  min-height: 100px;
  width: 100%;
  z-index: 2;
  min-width: 215px;
}

#pota-page section.team-grid .team-container .content-container .content:after {
  content: "";
  background-color: #FFFFFF;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 72.5rem) {
  #pota-page section.team-grid .team-container .content-container .content {
    width: calc(100% - 15px);
  }
}

@media screen and (max-width: 63.9375em) {
  #pota-page section.team-grid .team-container .content-container .content {
    width: calc(100% - 15px);
    min-width: 200px;
  }
}

@media screen and (max-width: 40em) {
  #pota-page section.team-grid .team-container .content-container .content {
    width: 100%;
    min-width: 0px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #pota-page section.team-grid .team-container .content-container .content {
    width: 100%;
    min-width: 0px;
  }
}

#pota-page section.team-grid .team-container .content-container .content h4,
#pota-page section.team-grid .team-container .content-container .content p.tags,
#pota-page section.team-grid .team-container .content-container .content:after {
  transition: 250ms all ease-in-out;
}

#pota-page section.team-grid .team-container p.tags {
  color: #ED6C5C;
}

#press-kit-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #press-kit-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section {
    padding-bottom: 4rem;
  }
}

#press-kit-page section .section-title {
  position: relative;
  padding-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  #press-kit-page section .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section .section-title {
    padding-bottom: 3rem;
  }
}

#press-kit-page section .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #press-kit-page section .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #press-kit-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

#press-kit-page section.hero {
  margin: 0 0 115px 0;
  min-height: 670px;
  position: relative;
}

#press-kit-page section.hero .content-container {
  position: absolute;
  top: 100px;
}

#press-kit-page section.hero .content-container .hero-content {
  position: relative;
  min-height: 525px;
  width: 650px;
  z-index: 2;
  padding: 60px 45px;
}

#press-kit-page section.hero .content-container .hero-content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#press-kit-page section.hero .content-container .hero-content h1 {
  margin-bottom: 20px;
}

#press-kit-page section.hero .content-container .hero-content h3 {
  margin-bottom: 0;
}

#press-kit-page section.hero .content-container .hero-content p {
  padding-top: 45px;
}

@media screen and (max-width: 40em) {
  #press-kit-page section.hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 40em) {
  #press-kit-page section.hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #press-kit-page section.hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #press-kit-page section.hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 40em) {
  #press-kit-page section.hero .content-container {
    top: 80px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.hero .content-container {
    top: 80px;
  }
}

#press-kit-page section.hero .hero-image {
  position: absolute;
}

#press-kit-page section.hero .img-one {
  top: 0;
  width: 1020px;
  min-height: 700px;
}

#press-kit-page section.hero .img-one img {
  max-height: 700px;
  height: 700px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#press-kit-page section.hero .stats {
  padding-bottom: 1em;
}

#press-kit-page section.zag {
  min-height: 850px;
}

@media screen and (max-width: 40em) {
  #press-kit-page section.zag {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.zag {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

#press-kit-page section.zag .zag-container {
  min-height: 850px;
}

#press-kit-page section.zag .land-img .image-container {
  position: relative;
}

#press-kit-page section.zag .land-img .image-container:after {
  content: '';
  height: 500px;
  width: 100%;
  position: absolute;
  bottom: -60%;
  right: -15%;
  background-color: #FBF9F0;
  z-index: -1;
}

#press-kit-page section.zag .social-container {
  padding-bottom: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#press-kit-page section.zag .social-container a {
  margin: 0 10px;
  height: 25px;
  width: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#press-kit-page section.zag .social-container a:first-child {
  margin-left: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #press-kit-page section.zag .social-container a img {
    height: 25px;
    width: 20px;
  }
}

#press-kit-page section.zag .contact-info .content {
  min-height: 200px;
  height: 200px;
  width: auto;
  padding: 0;
}

#press-kit-page section.zag .contact-info .content p {
  padding-bottom: 0;
  padding-top: 15px;
  margin: 0;
}

#press-kit-page section.zag .contact-info .content a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.938rem;
  letter-spacing: 0.8px;
  line-height: 23px;
  color: #302C2C;
  text-transform: none;
}

@media screen and (max-width: 40em) {
  #press-kit-page section.zag .updates {
    height: 100px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.zag .updates {
    height: 100px;
  }
}

#press-kit-page section.zag .updates .content {
  min-height: 200px;
  height: 200px;
  width: auto;
  padding: 0;
}

@media screen and (max-width: 40em) {
  #press-kit-page section.zag .updates .content {
    height: 100px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.zag .updates .content {
    height: 100px;
  }
}

#press-kit-page section.zag .updates .content a {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-top: 15px;
  position: relative;
  transition: color 250ms ease-in-out;
}

#press-kit-page section.zag .updates .content a:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

#press-kit-page section.zag .updates .content a:hover,
#press-kit-page section.zag .updates .content a:active {
  color: #ED6C5C;
}

#press-kit-page section.zag .updates .content a:hover:after,
#press-kit-page section.zag .updates .content a:active:after {
  right: 100%;
}

#press-kit-page section.zag .pearl-container .pearl-block {
  height: 330px;
  width: 852px;
  top: -130px;
  bottom: auto;
}

@media screen and (max-width: 63.9375em) {
  #press-kit-page section.zag .pearl-container .pearl-block {
    top: -150px;
  }
}

@media only screen and (max-width: 850px) {
  #press-kit-page section.zag .pearl-container {
    display: none;
  }
}

#press-kit-page section.links-section {
  position: relative;
}

#press-kit-page section.links-section:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 220px;
  width: 80%;
  left: -205px;
  top: -80px;
  z-index: -1;
}

@media screen and (max-width: 40em) {
  #press-kit-page section.links-section {
    padding-top: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.links-section {
    padding-top: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 40em) {
  #press-kit-page section.links-section .links-container {
    padding-top: 4em;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.links-section .links-container {
    padding-top: 4em;
  }
}

#press-kit-page section.links-section .links-container h3 {
  margin-bottom: 26px;
}

#press-kit-page section.links-section .links-container ul {
  margin: 0;
  padding: 0;
}

#press-kit-page section.links-section .links-container ul li {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 2.92px;
  line-height: 17px;
  text-transform: uppercase;
  color: #302C2C;
  transition: all 250ms ease-in-out;
  list-style-type: none;
  padding: 16px 0;
}

#press-kit-page section.links-section .links-container ul li:hover,
#press-kit-page section.links-section .links-container ul li:active,
#press-kit-page section.links-section .links-container ul li:focus {
  color: #ED6C5C;
}

#press-kit-page section.links-section .links-container ul li:first-child {
  padding-top: 0;
}

#press-kit-page section.links-section .links-container ul li a {
  position: relative;
  transition: color 250ms ease-in-out;
}

#press-kit-page section.links-section .links-container ul li a:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

#press-kit-page section.links-section .links-container ul li a:hover,
#press-kit-page section.links-section .links-container ul li a:active {
  color: #ED6C5C;
}

#press-kit-page section.links-section .links-container ul li a:hover:after,
#press-kit-page section.links-section .links-container ul li a:active:after {
  right: 100%;
}

#press-kit-page section.team-grid {
  padding-bottom: 5rem;
}

#press-kit-page section.team-grid .team-region-tabs,
#press-kit-page section.team-grid .subtext,
#press-kit-page section.team-grid .team-container {
  /* adjust column gutters */
  padding-left: 2.969rem;
  padding-right: 2.969rem;
  /* 1160px custom breakpoint */
}

@media screen and (max-width: 72.5rem) {
  #press-kit-page section.team-grid .team-region-tabs,
  #press-kit-page section.team-grid .subtext,
  #press-kit-page section.team-grid .team-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 63.9375em) {
  #press-kit-page section.team-grid .team-region-tabs,
  #press-kit-page section.team-grid .subtext,
  #press-kit-page section.team-grid .team-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 40em) {
  #press-kit-page section.team-grid .team-region-tabs,
  #press-kit-page section.team-grid .subtext,
  #press-kit-page section.team-grid .team-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.team-grid .team-region-tabs,
  #press-kit-page section.team-grid .subtext,
  #press-kit-page section.team-grid .team-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#press-kit-page section.team-grid .team-region-tabs {
  padding-top: 0;
  padding-bottom: 2rem;
}

#press-kit-page section.team-grid .team-region-tabs a.tab {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1.875rem;
  letter-spacing: 1.25px;
  line-height: 36px;
  color: #302C2C;
  text-transform: uppercase;
  position: relative;
  transition: color 250ms ease-in-out;
}

@media screen and (max-width: 40em) {
  #press-kit-page section.team-grid .team-region-tabs a.tab {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.team-grid .team-region-tabs a.tab {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

#press-kit-page section.team-grid .team-region-tabs a.tab:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 100%;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

#press-kit-page section.team-grid .team-region-tabs a.tab:hover,
#press-kit-page section.team-grid .team-region-tabs a.tab:active {
  color: #ED6C5C;
}

#press-kit-page section.team-grid .team-region-tabs a.tab:hover:after,
#press-kit-page section.team-grid .team-region-tabs a.tab:active:after {
  right: 0;
}

#press-kit-page section.team-grid .team-region-tabs a.tab:hover,
#press-kit-page section.team-grid .team-region-tabs a.tab:active,
#press-kit-page section.team-grid .team-region-tabs a.tab:focus {
  color: #ED6C5C;
}

#press-kit-page section.team-grid .team-region-tabs a.tab.active {
  color: #ED6C5C;
  position: relative;
  transition: color 250ms ease-in-out;
}

#press-kit-page section.team-grid .team-region-tabs a.tab.active:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

#press-kit-page section.team-grid .team-region-tabs a.tab.active:hover,
#press-kit-page section.team-grid .team-region-tabs a.tab.active:active {
  color: #ED6C5C;
}

#press-kit-page section.team-grid .team-region-tabs a.tab.active:hover:after,
#press-kit-page section.team-grid .team-region-tabs a.tab.active:active:after {
  right: 0;
}

#press-kit-page section.team-grid .region-grid {
  display: none;
  opacity: 0;
  transition: opacity ease-in-out 250ms;
}

#press-kit-page section.team-grid .region-grid.active {
  display: block;
  opacity: 1;
}

#press-kit-page section.team-grid .region-grid .subtext {
  padding-bottom: 3rem;
}

#press-kit-page section.team-grid .region-grid .subtext h6 {
  color: #CFCBCA;
}

#press-kit-page section.team-grid .team-container {
  /* only load first 6 on mobile */
}

#press-kit-page section.team-grid .team-container:hover .content-container .content h4 {
  color: #FFFFFF;
}

#press-kit-page section.team-grid .team-container:hover .content-container .content p.tags {
  color: #353A41;
}

#press-kit-page section.team-grid .team-container:hover .content-container .content:after {
  background-color: rgba(237, 108, 92, 0.9);
}

#press-kit-page section.team-grid .team-container:hover .content-container .content .team-links a {
  position: relative;
  transition: color 250ms ease-in-out;
  color: #FFFFFF;
}

#press-kit-page section.team-grid .team-container:hover .content-container .content .team-links a:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -4px;
  background: #FFFFFF;
  height: 2px;
  transition: right 250ms ease-in-out;
}

#press-kit-page section.team-grid .team-container:hover .content-container .content .team-links a:hover,
#press-kit-page section.team-grid .team-container:hover .content-container .content .team-links a:active {
  color: #ED6C5C;
}

#press-kit-page section.team-grid .team-container:hover .content-container .content .team-links a:hover:after,
#press-kit-page section.team-grid .team-container:hover .content-container .content .team-links a:active:after {
  right: 100%;
}

#press-kit-page section.team-grid .team-container:hover .content-container .content .team-links a:hover {
  color: #FFFFFF;
}

#press-kit-page section.team-grid .team-container:hover .team-img img {
  -webkit-filter: none;
  filter: none;
}

#press-kit-page section.team-grid .team-container:hover .team-img:before {
  content: none;
}

#press-kit-page section.team-grid .team-container:hover .team-img .img-placeholder {
  background-color: rgba(207, 203, 202, 0.05);
}

#press-kit-page section.team-grid .team-container .team-img {
  min-width: 215px;
  min-height: 200px;
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  #press-kit-page section.team-grid .team-container .team-img {
    min-width: 0;
  }
}

#press-kit-page section.team-grid .team-container .team-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#press-kit-page section.team-grid .team-container .team-img .img-placeholder {
  background-color: rgba(207, 203, 202, 0);
  width: 100%;
  height: 245px;
  transition: background-color 250ms ease-in-out;
}

@media screen and (max-width: 63.9375em) {
  #press-kit-page section.team-grid .team-container .team-img .img-placeholder {
    width: 100%;
  }
}

#press-kit-page section.team-grid .team-container .team-img:before {
  transition: all 250ms ease-in-out;
  content: '';
  min-height: 245px;
  min-width: 215px;
  height: 100%;
  width: 100%;
  background-color: rgba(207, 203, 202, 0.1);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 63.9375em) {
  #press-kit-page section.team-grid .team-container .team-img:before {
    min-width: 0;
  }
}

#press-kit-page section.team-grid .team-container .content-container {
  position: relative;
  top: -30px;
  left: 30px;
}

@media screen and (max-width: 40em) {
  #press-kit-page section.team-grid .team-container .content-container {
    left: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.team-grid .team-container .content-container {
    left: 10px;
  }
}

#press-kit-page section.team-grid .team-container .content-container .content {
  padding: 10px 18px;
  position: relative;
  min-height: 150px;
  width: 100%;
  z-index: 2;
  min-width: 215px;
}

#press-kit-page section.team-grid .team-container .content-container .content:after {
  content: "";
  background-color: #FFFFFF;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 72.5rem) {
  #press-kit-page section.team-grid .team-container .content-container .content {
    width: calc(100% - 15px);
  }
}

@media screen and (max-width: 63.9375em) {
  #press-kit-page section.team-grid .team-container .content-container .content {
    width: calc(100% - 15px);
    min-width: 200px;
  }
}

@media screen and (max-width: 40em) {
  #press-kit-page section.team-grid .team-container .content-container .content {
    width: 100%;
    min-width: 0px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.team-grid .team-container .content-container .content {
    width: 100%;
    min-width: 0px;
  }
}

#press-kit-page section.team-grid .team-container .content-container .content h4,
#press-kit-page section.team-grid .team-container .content-container .content p.tags,
#press-kit-page section.team-grid .team-container .content-container .content:after {
  transition: 250ms all ease-in-out;
}

#press-kit-page section.team-grid .team-container .content-container .press-kit-team {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

@media screen and (max-width: 40em) {
  #press-kit-page section.team-grid .team-container .content-container .press-kit-team {
    min-height: 170px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.team-grid .team-container .content-container .press-kit-team {
    min-height: 170px;
  }
}

#press-kit-page section.team-grid .team-container .content-container .press-kit-team .team-links-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-top: auto;
}

@media screen and (max-width: 40em) {
  #press-kit-page section.team-grid .team-container .content-container .press-kit-team .team-links-container {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.team-grid .team-container .content-container .press-kit-team .team-links-container {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}

#press-kit-page section.team-grid .team-container .content-container .press-kit-team .team-links-container .team-links {
  width: 50%;
}

@media screen and (max-width: 40em) {
  #press-kit-page section.team-grid .team-container .content-container .press-kit-team .team-links-container .team-links {
    width: 100%;
  }

  #press-kit-page section.team-grid .team-container .content-container .press-kit-team .team-links-container .team-links.bio-link {
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.team-grid .team-container .content-container .press-kit-team .team-links-container .team-links {
    width: 100%;
  }

  #press-kit-page section.team-grid .team-container .content-container .press-kit-team .team-links-container .team-links.bio-link {
    padding-bottom: 3px;
  }
}

#press-kit-page section.team-grid .team-container p.tags {
  color: #ED6C5C;
  margin-bottom: 10px;
}

#press-kit-page section.team-grid .team-container .team-links a {
  position: relative;
  transition: color 250ms ease-in-out;
}

#press-kit-page section.team-grid .team-container .team-links a:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

#press-kit-page section.team-grid .team-container .team-links a:hover,
#press-kit-page section.team-grid .team-container .team-links a:active {
  color: #ED6C5C;
}

#press-kit-page section.team-grid .team-container .team-links a:hover:after,
#press-kit-page section.team-grid .team-container .team-links a:active:after {
  right: 100%;
}

#press-kit-page section.team-grid .team-container .team-links a:hover {
  color: #FFFFFF;
}

@media screen and (max-width: 40em) {
  #press-kit-page section.team-grid .team-container:nth-child(1n+7) {
    display: none;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.team-grid .team-container:nth-child(1n+7) {
    display: none;
  }
}

#press-kit-page section.team-grid .row.mobile-cta-container {
  display: none;
}

@media screen and (max-width: 40em) {
  #press-kit-page section.team-grid .row.mobile-cta-container {
    display: block;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #press-kit-page section.team-grid .row.mobile-cta-container {
    display: block;
  }
}

#press-kit-page section.team-grid #see-all-cta-container a,
#press-kit-page section.team-grid .team-all-cta-container a {
  position: relative;
}

#press-kit-page section.team-grid #see-all-cta-container a:after,
#press-kit-page section.team-grid .team-all-cta-container a:after {
  content: '';
  border-style: solid;
  border-width: 7.5px 7.5px 0 7.5px;
  border-color: #ED6C5C transparent transparent transparent;
  position: absolute;
  top: 3px;
  right: -25px;
}

#service-single-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #service-single-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section {
    padding-bottom: 4rem;
  }
}

#service-single-page section .section-title {
  position: relative;
  padding-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  #service-single-page section .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section .section-title {
    padding-bottom: 3rem;
  }
}

#service-single-page section .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #service-single-page section .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #service-single-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

#service-single-page section.hero {
  margin: 0 0 75px 0;
  min-height: 800px;
  position: relative;
  padding-top: 0;
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero {
    min-height: 700px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero {
    min-height: 700px;
  }
}

#service-single-page section.hero .content-container {
  position: absolute;
  top: 90px;
}

#service-single-page section.hero .content-container .hero-content {
  position: relative;
  min-height: 470px;
  width: 600px;
  z-index: 2;
  padding: 60px 45px;
}

#service-single-page section.hero .content-container .hero-content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#service-single-page section.hero .content-container .hero-content p {
  padding-top: 45px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

#service-single-page section.hero .content-container .hero-content .hero-cta-container {
  padding-top: 15px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .content-container .hero-content {
    position: relative;
    min-height: 450px;
    width: 75%;
    z-index: 2;
    padding: 35px 20px;
  }

  #service-single-page section.hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .content-container .hero-content {
    position: relative;
    min-height: 450px;
    width: 75%;
    z-index: 2;
    padding: 35px 20px;
  }

  #service-single-page section.hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .content-container {
    top: 70px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .content-container {
    top: 70px;
  }
}

#service-single-page section.hero .hero-image {
  position: absolute;
}

#service-single-page section.hero .img-one {
  top: 125px;
  width: 1085px;
  min-height: 600px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .img-one {
    top: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .img-one {
    top: 0;
    overflow: hidden;
  }
}

#service-single-page section.hero .img-one img {
  max-height: 600px;
  height: 600px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .img-one img {
    -webkit-transform: translateX(-16.6666666667%);
    -ms-transform: translateX(-16.6666666667%);
    transform: translateX(-16.6666666667%);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .img-one img {
    -webkit-transform: translateX(-16.6666666667%);
    -ms-transform: translateX(-16.6666666667%);
    transform: translateX(-16.6666666667%);
  }
}

#service-single-page section.hero .img-two {
  top: -80px;
  width: 295px;
  min-height: 555px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .img-two {
    top: auto;
    bottom: 0;
    min-height: 280px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .img-two {
    top: auto;
    bottom: 0;
    min-height: 280px;
  }
}

#service-single-page section.hero .img-two img {
  max-height: 555px;
  height: 555px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (min-width: 48em) {
  #service-single-page section.hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-80%) translateY(0);
    -ms-transform: translateX(-80%) translateY(0);
    transform: translateX(-80%) translateY(0);
  }
}

@media screen and (max-width: 63.9375em) {
  #service-single-page section.hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-80%) translateY(0);
    -ms-transform: translateX(-80%) translateY(0);
    transform: translateX(-80%) translateY(0);
  }
}

#service-single-page section.hero .img-two img.hero-fly-right.visible-element {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .img-two img {
    max-height: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 40em) and (min-width: 48em) {
  #service-single-page section.hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 40em) and (max-width: 63.9375em) {
  #service-single-page section.hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .img-two img.hero-fly-right.visible-element {
    -webkit-transform: translateX(-8.3333333333%) translateY(0);
    -ms-transform: translateX(-8.3333333333%) translateY(0);
    transform: translateX(-8.3333333333%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .img-two img {
    max-height: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) and (min-width: 48em) {
  #service-single-page section.hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) and (max-width: 63.9375em) {
  #service-single-page section.hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .img-two img.hero-fly-right.visible-element {
    -webkit-transform: translateX(-8.3333333333%) translateY(0);
    -ms-transform: translateX(-8.3333333333%) translateY(0);
    transform: translateX(-8.3333333333%) translateY(0);
  }
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-grid .column:nth-child(even) .grid-content-container,
  #service-single-page section.service-grid .columns:nth-child(even) .grid-content-container {
    -webkit-transform: translateX(8.3333333333%);
    -ms-transform: translateX(8.3333333333%);
    transform: translateX(8.3333333333%);
    padding-right: 1.25rem;
  }

  #service-single-page section.service-grid .column:nth-child(even) .pearl-block,
  #service-single-page section.service-grid .columns:nth-child(even) .pearl-block {
    right: auto;
    left: -0.625rem;
  }

  #service-single-page section.service-grid .column:nth-child(odd) .grid-content-container,
  #service-single-page section.service-grid .columns:nth-child(odd) .grid-content-container {
    left: -0.625rem;
  }

  #service-single-page section.service-grid .column:nth-child(odd) .pearl-block,
  #service-single-page section.service-grid .columns:nth-child(odd) .pearl-block {
    -webkit-transform: translateX(8.3333333333%);
    -ms-transform: translateX(8.3333333333%);
    transform: translateX(8.3333333333%);
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-grid .column:nth-child(even) .grid-content-container,
  #service-single-page section.service-grid .columns:nth-child(even) .grid-content-container {
    -webkit-transform: translateX(8.3333333333%);
    -ms-transform: translateX(8.3333333333%);
    transform: translateX(8.3333333333%);
    padding-right: 1.25rem;
  }

  #service-single-page section.service-grid .column:nth-child(even) .pearl-block,
  #service-single-page section.service-grid .columns:nth-child(even) .pearl-block {
    right: auto;
    left: -0.625rem;
  }

  #service-single-page section.service-grid .column:nth-child(odd) .grid-content-container,
  #service-single-page section.service-grid .columns:nth-child(odd) .grid-content-container {
    left: -0.625rem;
  }

  #service-single-page section.service-grid .column:nth-child(odd) .pearl-block,
  #service-single-page section.service-grid .columns:nth-child(odd) .pearl-block {
    -webkit-transform: translateX(8.3333333333%);
    -ms-transform: translateX(8.3333333333%);
    transform: translateX(8.3333333333%);
    padding-right: 1.25rem;
  }
}

#service-single-page section.service-grid .grid-container {
  position: relative;
  min-height: 290px;
  padding-bottom: 50px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-grid .grid-container {
    min-height: 200px;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-grid .grid-container {
    min-height: 200px;
    padding-bottom: 75px;
  }
}

#service-single-page section.service-grid .grid-container .grid-content-container {
  position: relative;
  top: 40px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-grid .grid-container .grid-content-container {
    top: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-grid .grid-container .grid-content-container {
    top: 0;
  }
}

#service-single-page section.service-grid .grid-container .grid-content-container .grid-content {
  padding: 60px 60px 60px 20px;
  position: relative;
  min-height: 250px;
  width: 520px;
  z-index: 2;
}

#service-single-page section.service-grid .grid-container .grid-content-container .grid-content:after {
  content: "";
  background-color: #FFFFFF;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #service-single-page section.service-grid .grid-container .grid-content-container .grid-content {
    width: 100%;
  }
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-grid .grid-container .grid-content-container .grid-content {
    position: relative;
    min-height: 200px;
    width: 100%;
    z-index: 2;
    padding: 12px;
  }

  #service-single-page section.service-grid .grid-container .grid-content-container .grid-content:after {
    content: "";
    background-color: #FFFFFF;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-grid .grid-container .grid-content-container .grid-content {
    position: relative;
    min-height: 200px;
    width: 100%;
    z-index: 2;
    padding: 12px;
  }

  #service-single-page section.service-grid .grid-container .grid-content-container .grid-content:after {
    content: "";
    background-color: #FFFFFF;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

#service-single-page section.service-grid .grid-container .grid-content-container .grid-content p {
  padding-right: 20px;
}

@media screen and (max-width: 63.9375em) {
  #service-single-page section.service-grid .grid-container .grid-content-container .grid-content p {
    padding-right: 0;
  }
}

#service-single-page section.service-grid .grid-container .pearl-block {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 350px;
  min-height: 150px;
  background-color: #FBF9F0;
  z-index: -1;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-grid .grid-container .pearl-block {
    top: 25px;
    min-height: 200px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-grid .grid-container .pearl-block {
    top: 25px;
    min-height: 200px;
  }
}

#service-single-page section.service-list .list-column {
  padding-bottom: 25px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-list .list-column {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-list .list-column {
    padding-bottom: 10px;
  }
}

#service-single-page section.service-list .list-column h6 {
  word-break: break-word;
}

#service-single-page section.service-info .download-section p {
  padding-bottom: 30px;
  margin-bottom: 0;
}

#service-single-page section.service-info .download-section p.headlines {
  padding-right: 5%;
}

@media screen and (max-width: 63.9375em) {
  #service-single-page section.service-info .download-section p.headlines {
    padding-right: 0;
  }
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-info .download-section p.headlines {
    padding-right: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-info .download-section p.headlines {
    padding-right: 0;
  }
}

#service-single-page section.service-info .download-section p.download-body {
  padding-right: 40%;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-info .download-section p.download-body {
    padding-right: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-info .download-section p.download-body {
    padding-right: 0;
  }
}

#service-single-page section.service-info .contact-section h4 {
  margin-bottom: 0;
  padding-bottom: 25px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-info .contact-section h4 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-info .contact-section h4 {
    padding-bottom: 10px;
  }
}

#service-single-page section.service-info .contact-section p {
  margin-bottom: 0;
  padding-bottom: 10px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-info .contact-section p {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-info .contact-section p {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-info .contact-section {
    padding-top: 40px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-info .contact-section {
    padding-top: 40px;
  }
}

#service-single-page section.service-info .issues-section {
  padding-top: 30px;
}

#service-single-page section.service-info .issues-section h4 {
  margin-bottom: 0;
  padding-bottom: 35px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-info .issues-section h4 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-info .issues-section h4 {
    padding-bottom: 10px;
  }
}

#service-single-page section.service-info .issues-section div.column,
#service-single-page section.service-info .issues-section div.columns {
  padding-bottom: 30px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-info .issues-section div.column,
  #service-single-page section.service-info .issues-section div.columns {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-info .issues-section div.column,
  #service-single-page section.service-info .issues-section div.columns {
    padding-bottom: 0;
  }
}

#styleguide section {
  padding: 2em 4em;
}

@media screen and (max-width: 63.9375em) {
  #styleguide section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 40em) {
  #styleguide section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #styleguide section {
    padding-left: 0;
    padding-right: 0;
  }
}

#styleguide .section-header hr {
  border-color: #353A41;
}

#styleguide .expanded hr {
  max-width: none;
}

#styleguide .title {
  color: #CFCBCA;
}

#styleguide .header {
  position: relative;
}

#styleguide .header h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 33.4%;
  left: -16.7%;
  top: -45px;
  z-index: -1;
}

#styleguide code {
  font-family: "AkrobatBold", Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  background-color: #353A41;
  color: #FBF9F0;
  padding-bottom: 0.125rem;
}

#styleguide .typography .column,
#styleguide .typography .columns {
  padding-bottom: 1em;
}

#styleguide .typography p.tagline {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 29px;
  text-transform: uppercase;
  color: #302C2C;
  margin: 0;
  letter-spacing: 5px;
  line-height: 34px;
}

@media screen and (max-width: 40em) {
  #styleguide .typography p.tagline {
    font-size: 1rem;
    letter-spacing: 1.25px;
    line-height: 18px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #styleguide .typography p.tagline {
    font-size: 1rem;
    letter-spacing: 1.25px;
    line-height: 18px;
  }
}

@media screen and (max-width: 40em) {
  #styleguide .typography p.tagline {
    font-size: 1.5rem;
    letter-spacing: 5px;
    line-height: 34px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #styleguide .typography p.tagline {
    font-size: 1.5rem;
    letter-spacing: 5px;
    line-height: 34px;
  }
}

#styleguide a.nav {
  position: relative;
  transition: color 250ms ease-in-out;
}

#styleguide a.nav:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 100%;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

#styleguide a.nav:hover,
#styleguide a.nav:active {
  color: #ED6C5C;
}

#styleguide a.nav:hover:after,
#styleguide a.nav:active:after {
  right: 0;
}

#styleguide a.legal {
  position: relative;
  transition: color 250ms ease-in-out;
}

#styleguide a.legal:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 100%;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

#styleguide a.legal:hover,
#styleguide a.legal:active {
  color: #ED6C5C;
}

#styleguide a.legal:hover:after,
#styleguide a.legal:active:after {
  right: 0;
}

#styleguide .color-block-container {
  padding-bottom: 1em;
  text-align: center;
}

#styleguide .color-block-container div:first-of-type {
  height: 85px;
  border: 0.5px solid #0a0a0a;
}

#styleguide .color-block-container div {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.938rem;
  letter-spacing: 0.8px;
  line-height: 23px;
  color: #302C2C;
}

#styleguide .color-block-container div:nth-of-type(2) {
  padding: 0.5em 0;
}

#styleguide .color-block-container .ash {
  background-color: #353A41;
}

#styleguide .color-block-container .charcoal {
  background-color: #302C2C;
}

#styleguide .color-block-container .clover {
  background-color: #56BE92;
}

#styleguide .color-block-container .cortez {
  background-color: #4993CF;
}

#styleguide .color-block-container .pearl {
  background-color: #FBF9F0;
}

#styleguide .color-block-container .white {
  background-color: #FFFFFF;
}

#styleguide .color-block-container .terra {
  background-color: #ED6C5C;
}

#styleguide .color-block-container .lunar {
  background-color: #CFCBCA;
}

#styleguide .buttons .row {
  padding-bottom: 1em;
}

#styleguide .buttons .body-link a.hover {
  color: #ED6C5C;
}

#styleguide .buttons .body-link a.hover:after {
  right: 100%;
}

#styleguide .buttons .nav-link a.hover {
  color: #ED6C5C;
}

#styleguide .buttons .nav-link a.hover:after {
  right: 0;
}

#styleguide .buttons .btns a.hover {
  color: #FFFFFF;
  background-color: #ED6C5C;
}

#styleguide .buttons .social a {
  margin-right: 0.75rem;
}

#styleguide .buttons .social a.hover:after {
  right: 0;
}

#styleguide .text-fields input.hover,
#styleguide .text-fields textarea.hover {
  box-shadow: none;
  border: 2px solid #ED6C5C;
}

#styleguide .text-fields input.hover::-webkit-input-placeholder,
#styleguide .text-fields textarea.hover::-webkit-input-placeholder {
  opacity: 1;
  color: #ED6C5C;
}

#styleguide .text-fields input.hover:-moz-placeholder,
#styleguide .text-fields textarea.hover:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #ED6C5C;
}

#styleguide .text-fields input.hover::-moz-placeholder,
#styleguide .text-fields textarea.hover::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #ED6C5C;
}

#styleguide .text-fields input.hover:-ms-input-placeholder,
#styleguide .text-fields textarea.hover:-ms-input-placeholder {
  opacity: 1;
  color: #ED6C5C;
}

#styleguide section.dropdown {
  height: 400px;
}

#styleguide section.dropdown #reason-menu-open {
  z-index: 3;
}

@media screen and (max-width: 40em) {
  #styleguide section.dropdown {
    height: 500px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #styleguide section.dropdown {
    height: 500px;
  }
}

#styleguide .toggle .hover {
  color: #ED6C5C;
}

#styleguide .mobile h1 {
  font-size: 2.25rem;
  letter-spacing: 3.18px;
  line-height: 40px;
}

#styleguide .mobile h2 {
  font-size: 1.875rem;
  letter-spacing: 2.65px;
  line-height: 36px;
}

#styleguide .mobile h3 {
  font-size: 1.25rem;
  letter-spacing: 5px;
  line-height: 24px;
}

#styleguide .mobile h4 {
  font-size: 1rem;
  letter-spacing: 4px;
  line-height: 20px;
}

#styleguide .mobile h5 {
  font-size: 0.75rem;
  letter-spacing: 2.62px;
  line-height: 18px;
}

#styleguide .mobile a.cta,
#styleguide .mobile a.btn {
  font-size: 0.75rem;
  letter-spacing: 2.5px;
  line-height: 14px;
}

#styleguide .mobile blockquote,
#styleguide .mobile p.quote,
#styleguide .mobile span.quote {
  font-size: 1.75rem;
  letter-spacing: 0.32px;
  line-height: 34px;
}

#styleguide .mobile p.listing {
  font-size: 0.938rem;
  letter-spacing: 1.25px;
  line-height: 18px;
}

#styleguide .mobile span.herostat {
  font-size: 0.625rem;
  letter-spacing: 1.43px;
  line-height: 12px;
}

#team-landing-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #team-landing-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-landing-page section {
    padding-bottom: 4rem;
  }
}

#team-landing-page section .section-title {
  position: relative;
  padding-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  #team-landing-page section .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-landing-page section .section-title {
    padding-bottom: 3rem;
  }
}

#team-landing-page section .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #team-landing-page section .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #team-landing-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-landing-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

#team-landing-page .hero {
  margin: 0 0 115px 0;
  min-height: 700px;
  position: relative;
}

#team-landing-page .hero .content-container {
  position: absolute;
  top: 100px;
}

#team-landing-page .hero .content-container .hero-content {
  position: relative;
  min-height: 525px;
  width: 615px;
  z-index: 2;
  padding: 60px 45px;
}

#team-landing-page .hero .content-container .hero-content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#team-landing-page .hero .content-container .hero-content p {
  padding-top: 45px;
}

@media screen and (max-width: 40em) {
  #team-landing-page .hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-landing-page .hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 40em) {
  #team-landing-page .hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #team-landing-page .hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-landing-page .hero .content-container .hero-content {
    position: relative;
    min-height: 250px;
    width: 83.3333333333%;
    z-index: 2;
  }

  #team-landing-page .hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 40em) {
  #team-landing-page .hero .content-container {
    top: 80px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-landing-page .hero .content-container {
    top: 80px;
  }
}

#team-landing-page .hero .hero-image {
  position: absolute;
}

#team-landing-page .hero .img-one {
  top: 0;
  width: 1020px;
  max-height: 185px;
  overflow: hidden;
}

@media screen and (min-width: 48em) {
  #team-landing-page .hero .img-one {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-40%) translateY(0);
    -ms-transform: translateX(-40%) translateY(0);
    transform: translateX(-40%) translateY(0);
  }
}

@media screen and (max-width: 63.9375em) {
  #team-landing-page .hero .img-one {
    -webkit-transform: translateX(-40%) translateY(0);
    -ms-transform: translateX(-40%) translateY(0);
    transform: translateX(-40%) translateY(0);
  }
}

#team-landing-page .hero .img-one.visible-element {
  -webkit-transform: translateX(-16.6666666667%) translateY(0);
  -ms-transform: translateX(-16.6666666667%) translateY(0);
  transform: translateX(-16.6666666667%) translateY(0);
}

#team-landing-page .hero .img-one img {
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translateY(-135px);
  -ms-transform: translateY(-135px);
  transform: translateY(-135px);
}

#team-landing-page .hero .img-two {
  top: 275px;
  width: 1124px;
  max-height: 405px;
  overflow: hidden;
}

#team-landing-page .hero .img-two img {
  top: -171px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#team-landing-page .hero .sidebar-text {
  position: relative;
  z-index: 10;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  mix-blend-mode: multiply;
  left: 90px;
  top: 495px;
}

@media screen and (min-width: 100.063em) {
  #team-landing-page .hero .sidebar-text {
    left: 123px;
  }
}

@media screen and (max-width: 63.9375em) {
  #team-landing-page .hero .sidebar-text {
    left: 30px;
    top: 495px;
  }
}

@media screen and (max-width: 40em) {
  #team-landing-page .hero .sidebar-text {
    left: 14px;
    top: 305px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-landing-page .hero .sidebar-text {
    left: 14px;
    top: 305px;
  }
}

#team-landing-page section.team-grid {
  padding-bottom: 5rem;
}

#team-landing-page section.team-grid .team-region-tabs,
#team-landing-page section.team-grid .subtext,
#team-landing-page section.team-grid .team-container {
  /* adjust column gutters */
  padding-left: 2.969rem;
  padding-right: 2.969rem;
  /* 1160px custom breakpoint */
}

@media screen and (max-width: 72.5rem) {
  #team-landing-page section.team-grid .team-region-tabs,
  #team-landing-page section.team-grid .subtext,
  #team-landing-page section.team-grid .team-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 63.9375em) {
  #team-landing-page section.team-grid .team-region-tabs,
  #team-landing-page section.team-grid .subtext,
  #team-landing-page section.team-grid .team-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 40em) {
  #team-landing-page section.team-grid .team-region-tabs,
  #team-landing-page section.team-grid .subtext,
  #team-landing-page section.team-grid .team-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-landing-page section.team-grid .team-region-tabs,
  #team-landing-page section.team-grid .subtext,
  #team-landing-page section.team-grid .team-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#team-landing-page section.team-grid .team-region-tabs {
  padding-top: 0;
  padding-bottom: 2rem;
}

#team-landing-page section.team-grid .team-region-tabs .region-tab {
  padding-right: 100px;
}

@media screen and (max-width: 63.9375em) {
  #team-landing-page section.team-grid .team-region-tabs .region-tab {
    padding-right: 75px;
  }
}

@media screen and (max-width: 40em) {
  #team-landing-page section.team-grid .team-region-tabs .region-tab {
    padding-right: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-landing-page section.team-grid .team-region-tabs .region-tab {
    padding-right: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

#team-landing-page section.team-grid .team-region-tabs a.tab {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 29px;
  text-transform: uppercase;
  color: #302C2C;
  margin: 0;
  position: relative;
  transition: color 250ms ease-in-out;
}

@media screen and (max-width: 40em) {
  #team-landing-page section.team-grid .team-region-tabs a.tab {
    font-size: 1rem;
    letter-spacing: 1.25px;
    line-height: 18px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-landing-page section.team-grid .team-region-tabs a.tab {
    font-size: 1rem;
    letter-spacing: 1.25px;
    line-height: 18px;
  }
}

#team-landing-page section.team-grid .team-region-tabs a.tab:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 100%;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

#team-landing-page section.team-grid .team-region-tabs a.tab:hover,
#team-landing-page section.team-grid .team-region-tabs a.tab:active {
  color: #ED6C5C;
}

#team-landing-page section.team-grid .team-region-tabs a.tab:hover:after,
#team-landing-page section.team-grid .team-region-tabs a.tab:active:after {
  right: 0;
}

#team-landing-page section.team-grid .team-region-tabs a.tab:hover,
#team-landing-page section.team-grid .team-region-tabs a.tab:active,
#team-landing-page section.team-grid .team-region-tabs a.tab:focus {
  color: #ED6C5C;
}

#team-landing-page section.team-grid .team-region-tabs a.tab.active {
  color: #ED6C5C;
  position: relative;
  transition: color 250ms ease-in-out;
}

#team-landing-page section.team-grid .team-region-tabs a.tab.active:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -4px;
  background: #ED6C5C;
  height: 2px;
  transition: right 250ms ease-in-out;
}

#team-landing-page section.team-grid .team-region-tabs a.tab.active:hover,
#team-landing-page section.team-grid .team-region-tabs a.tab.active:active {
  color: #ED6C5C;
}

#team-landing-page section.team-grid .team-region-tabs a.tab.active:hover:after,
#team-landing-page section.team-grid .team-region-tabs a.tab.active:active:after {
  right: 0;
}

#team-landing-page section.team-grid .region-grid {
  display: none;
  opacity: 0;
  transition: opacity ease-in-out 250ms;
}

#team-landing-page section.team-grid .region-grid.active {
  display: block;
  opacity: 1;
}

#team-landing-page section.team-grid .region-grid .subtext {
  padding-bottom: 3rem;
  min-height: 78px;
}

#team-landing-page section.team-grid .region-grid .subtext h6 {
  color: #CFCBCA;
}

#team-landing-page section.team-grid .team-container {
  /* only load first 6 on mobile */
}

#team-landing-page section.team-grid .team-container:hover .content-container .content h4 {
  color: #FFFFFF;
}

#team-landing-page section.team-grid .team-container:hover .content-container .content p.tags {
  color: #353A41;
}

#team-landing-page section.team-grid .team-container:hover .content-container .content:after {
  background-color: rgba(237, 108, 92, 0.9);
}

#team-landing-page section.team-grid .team-container:hover .team-img img {
  -webkit-filter: none;
  filter: none;
}

#team-landing-page section.team-grid .team-container:hover .team-img:before {
  content: none;
}

#team-landing-page section.team-grid .team-container:hover .team-img .img-placeholder {
  background-color: rgba(207, 203, 202, 0.05);
}

#team-landing-page section.team-grid .team-container .team-img {
  min-width: 215px;
  min-height: 200px;
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  #team-landing-page section.team-grid .team-container .team-img {
    min-width: 0;
  }
}

#team-landing-page section.team-grid .team-container .team-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#team-landing-page section.team-grid .team-container .team-img .img-placeholder {
  background-color: rgba(207, 203, 202, 0);
  width: 100%;
  height: 245px;
  transition: background-color 250ms ease-in-out;
}

@media screen and (max-width: 63.9375em) {
  #team-landing-page section.team-grid .team-container .team-img .img-placeholder {
    width: 100%;
  }
}

#team-landing-page section.team-grid .team-container .team-img:before {
  transition: all 250ms ease-in-out;
  content: '';
  min-height: 245px;
  min-width: 215px;
  height: 100%;
  width: 100%;
  background-color: rgba(207, 203, 202, 0.1);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 63.9375em) {
  #team-landing-page section.team-grid .team-container .team-img:before {
    min-width: 0;
  }
}

#team-landing-page section.team-grid .team-container .content-container {
  position: relative;
  top: -30px;
  left: 30px;
}

@media screen and (max-width: 40em) {
  #team-landing-page section.team-grid .team-container .content-container {
    left: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-landing-page section.team-grid .team-container .content-container {
    left: 10px;
  }
}

#team-landing-page section.team-grid .team-container .content-container .content {
  padding: 10px 18px;
  position: relative;
  min-height: 100px;
  width: 100%;
  z-index: 2;
  min-width: 215px;
}

#team-landing-page section.team-grid .team-container .content-container .content:after {
  content: "";
  background-color: #FFFFFF;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 72.5rem) {
  #team-landing-page section.team-grid .team-container .content-container .content {
    width: calc(100% - 15px);
  }
}

@media screen and (max-width: 63.9375em) {
  #team-landing-page section.team-grid .team-container .content-container .content {
    width: calc(100% - 15px);
    min-width: 200px;
  }
}

@media screen and (max-width: 40em) {
  #team-landing-page section.team-grid .team-container .content-container .content {
    width: 100%;
    min-width: 0px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-landing-page section.team-grid .team-container .content-container .content {
    width: 100%;
    min-width: 0px;
  }
}

#team-landing-page section.team-grid .team-container .content-container .content h4,
#team-landing-page section.team-grid .team-container .content-container .content p.tags,
#team-landing-page section.team-grid .team-container .content-container .content:after {
  transition: 250ms all ease-in-out;
}

#team-landing-page section.team-grid .team-container p.tags {
  color: #ED6C5C;
}

@media screen and (max-width: 40em) {
  #team-landing-page section.team-grid .team-container:nth-child(1n+7) {
    display: none;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-landing-page section.team-grid .team-container:nth-child(1n+7) {
    display: none;
  }
}

#team-landing-page section.team-grid .row.mobile-cta-container {
  display: none;
}

@media screen and (max-width: 40em) {
  #team-landing-page section.team-grid .row.mobile-cta-container {
    display: block;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-landing-page section.team-grid .row.mobile-cta-container {
    display: block;
  }
}

#team-landing-page section.team-grid #see-all-cta-container a,
#team-landing-page section.team-grid .team-all-cta-container a {
  position: relative;
}

#team-landing-page section.team-grid #see-all-cta-container a:after,
#team-landing-page section.team-grid .team-all-cta-container a:after {
  content: '';
  border-style: solid;
  border-width: 7.5px 7.5px 0 7.5px;
  border-color: #ED6C5C transparent transparent transparent;
  position: absolute;
  top: 3px;
  right: -25px;
}

#team-landing-page section.global-links {
  padding-bottom: 7rem;
}

#team-landing-page section.global-links h3 {
  padding-right: 2em;
  transition: 250ms ease-in-out all;
}

@media screen and (max-width: 40em) {
  #team-landing-page section.global-links h3 {
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-landing-page section.global-links h3 {
    padding-bottom: 1.5rem;
  }
}

#team-landing-page section.global-links h3:hover {
  color: #ED6C5C;
}

#team-single-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #team-single-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-single-page section {
    padding-bottom: 4rem;
  }
}

#team-single-page section .section-title {
  position: relative;
  padding-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  #team-single-page section .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-single-page section .section-title {
    padding-bottom: 3rem;
  }
}

#team-single-page section .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #team-single-page section .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #team-single-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-single-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

#team-single-page section.team-info {
  padding-top: 70px;
  min-height: 830px;
}

@media screen and (max-width: 40em) {
  #team-single-page section.team-info {
    padding-top: 0;
    min-height: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-single-page section.team-info {
    padding-top: 0;
    min-height: 0;
  }
}

#team-single-page section.team-info .member-info h5 {
  color: #ED6C5C;
}

#team-single-page section.team-info .member-info h5,
#team-single-page section.team-info .member-info h2,
#team-single-page section.team-info .member-info a {
  z-index: 1;
}

#team-single-page section.team-info .social-icons {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#team-single-page section.team-info .social-icons a {
  margin: 0 10px;
  height: 25px;
  width: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#team-single-page section.team-info .social-icons a:first-child {
  margin-left: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #team-single-page section.team-info .social-icons a img {
    height: 25px;
    width: 20px;
  }
}

#team-single-page section.team-info .image-col {
  position: relative;
}

#team-single-page section.team-info .image-col .image-container {
  position: absolute;
  top: 40px;
  z-index: -1;
}

@media screen and (max-width: 40em) {
  #team-single-page section.team-info .image-col .image-container {
    position: relative;
    top: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-single-page section.team-info .image-col .image-container {
    position: relative;
    top: 10px;
  }
}

#team-single-page section.team-info .image-col .image-container:after {
  content: '';
  background-color: #FBF9F0;
  height: 517px;
  width: calc(100vw + 41.6666666667%);
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: -41.6666666667%;
}

@media screen and (max-width: 63.9375em) {
  #team-single-page section.team-info .image-col .image-container:after {
    min-height: 350px;
    height: 90%;
  }
}

@media screen and (max-width: 40em) {
  #team-single-page section.team-info .image-col .image-container:after {
    min-height: 0;
    height: 200px;
    left: -66.6666666667%;
    width: calc(100vw + 66.6666666667%);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-single-page section.team-info .image-col .image-container:after {
    min-height: 0;
    height: 200px;
    left: -66.6666666667%;
    width: calc(100vw + 66.6666666667%);
  }
}

#team-single-page section.team-info .bio-container {
  /* fake small for landscape */
}

#team-single-page section.team-info .bio-container .quote-container {
  padding: 75px 0 23px 60px;
}

@media screen and (max-width: 40em) {
  #team-single-page section.team-info .bio-container .quote-container {
    padding: 40px 0 12px 40px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-single-page section.team-info .bio-container .quote-container {
    padding: 40px 0 12px 40px;
  }
}

#team-single-page section.team-info .bio-container .team-bio {
  padding-top: 40px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  /* to remove default wrapped p tags from acf */
}

@media screen and (max-width: 40em) {
  #team-single-page section.team-info .bio-container .team-bio {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding-top: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-single-page section.team-info .bio-container .team-bio {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding-top: 10px;
  }
}

#team-single-page section.team-info .bio-container .team-bio p:empty {
  display: none;
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-single-page section.team-info .bio-container {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#team-single-page section.team-info .pearl-container {
  position: relative;
}

#team-single-page section.team-info .pearl-container .pearl-block {
  position: absolute;
  width: 100vw;
  height: 550px;
  background-color: #FBF9F0;
  z-index: -2;
  top: -4rem;
}

@media screen and (max-width: 40em) {
  #team-single-page section.team-info .pearl-container .pearl-block {
    height: 190px;
    top: -13rem;
    left: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-single-page section.team-info .pearl-container .pearl-block {
    height: 190px;
    top: -13rem;
    left: 0;
  }
}

#team-single-page section.investments .investment-col {
  padding-bottom: 4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#team-single-page section.investments .investment-container {
  width: 125px;
  height: 75px;
  position: relative;
}

@media screen and (max-width: 40em) {
  #team-single-page section.investments .investment-container {
    height: 55px;
    width: auto;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-single-page section.investments .investment-container {
    height: 55px;
    width: auto;
  }
}

#team-single-page section.investments .investment-container .investment-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#team-single-page section.investments .investment-container .investment-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 40em) {
  #team-single-page section.investments .investment-container .investment-logo img {
    height: 55px;
    width: auto;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-single-page section.investments .investment-container .investment-logo img {
    height: 55px;
    width: auto;
  }
}

#team-single-page section.investments .investment-container .investment-status {
  width: 125px;
  height: 75px;
  position: absolute;
  background-color: #ED6C5C;
  top: 0;
  left: 0;
  transition: opacity 250ms ease-in-out;
  opacity: 0;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

@media screen and (max-width: 40em) {
  #team-single-page section.investments .investment-container .investment-status {
    /* force this not to show on mobile */
    display: none;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #team-single-page section.investments .investment-container .investment-status {
    /* force this not to show on mobile */
    display: none;
  }
}

#team-single-page section.investments .investment-container .investment-status span.annotation {
  color: #FFFFFF;
}

#team-single-page section.investments .investment-container:hover .investment-status {
  opacity: 1;
}

#news-page .hero:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 30px;
  width: 605px;
  left: calc(100% - 605px);
  top: 0;
  z-index: -1;
}

#news-page .hero:before {
  content: none;
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero {
    height: 850px;
  }
}

@media only screen and (max-width: 525px) {
  #news-page .hero {
    height: 680px;
  }
}

#news-page .hero .hero-container {
  min-height: 700px;
  max-height: 800px;
  height: calc(100vh - 100px);
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .hero-container {
    max-height: none;
    min-height: 0;
    height: auto;
  }
}

#news-page .hero .hero-desktop-container {
  display: block;
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .hero-desktop-container .hero-content {
    top: 440px;
  }
}

@media only screen and (max-width: 525px) {
  #news-page .hero .hero-desktop-container .hero-content {
    top: 260px;
  }
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .hero-desktop-container .hero-content.hero-content-large p {
    display: none;
  }
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .hero-desktop-container .hero-content.hero-content-large a {
    margin-top: 24px;
  }
}

#news-page .hero .hero-desktop-container .hero-content.hero-content-large h2,
#news-page .hero .hero-desktop-container .hero-content.hero-content-large h5,
#news-page .hero .hero-desktop-container .hero-content.hero-content-large p,
#news-page .hero .hero-desktop-container .hero-content.hero-content-large a {
  transition: 250ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
}

#news-page .hero .hero-desktop-container .hero-content.hero-content-large h2.tags {
  transition-delay: 100ms;
}

#news-page .hero .hero-desktop-container .hero-content.hero-content-large h5.names {
  margin-top: 17px;
  transition-delay: 150ms;
}

#news-page .hero .hero-desktop-container .hero-content.hero-content-large p.annotation {
  margin-top: 25px;
  margin-bottom: 0;
  transition-delay: 200ms;
}

#news-page .hero .hero-desktop-container .hero-content.hero-content-large a.permalink {
  margin-top: 47px;
  transition-delay: 250ms;
}

#news-page .hero .hero-desktop-container .hero-content.hero-content-large.reset h2,
#news-page .hero .hero-desktop-container .hero-content.hero-content-large.reset h5,
#news-page .hero .hero-desktop-container .hero-content.hero-content-large.reset p,
#news-page .hero .hero-desktop-container .hero-content.hero-content-large.reset a {
  transition-delay: 0ms;
  transition: none;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

#news-page .hero .hero-desktop-container .hero-content.hero-content-large.transition-in h2,
#news-page .hero .hero-desktop-container .hero-content.hero-content-large.transition-in h5,
#news-page .hero .hero-desktop-container .hero-content.hero-content-large.transition-in p,
#news-page .hero .hero-desktop-container .hero-content.hero-content-large.transition-in a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#news-page .hero .hero-desktop-container .hero-content.hero-content-large.transition-in.transition-out h2,
#news-page .hero .hero-desktop-container .hero-content.hero-content-large.transition-in.transition-out h5,
#news-page .hero .hero-desktop-container .hero-content.hero-content-large.transition-in.transition-out p,
#news-page .hero .hero-desktop-container .hero-content.hero-content-large.transition-in.transition-out a {
  transition-delay: 0ms;
  transition: 150ms linear all;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .hero-desktop-container .hero-content .content {
    min-width: 270px;
    width: 85%;
    padding: 40px 30px 30px;
    min-height: 300px;
    height: 400px;
  }
}

#news-page .hero .hero-content {
  position: absolute;
  top: 10%;
}

#news-page .hero .hero-content .content {
  position: relative;
  min-height: 400px;
  width: 580px;
  z-index: 2;
  height: 550px;
  min-height: 500px;
  max-height: 550px;
  padding: 65px 54px 35px;
}

#news-page .hero .hero-content .content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#news-page .hero .hero-content .content h5 {
  color: #ED6C5C;
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .hero-slideshow {
    height: 580px;
  }
}

@media only screen and (max-width: 668px) {
  #news-page .hero .hero-slideshow {
    height: 600px;
  }
}

@media only screen and (max-width: 525px) {
  #news-page .hero .hero-slideshow {
    height: 440px;
  }
}

@media only screen and (max-width: 460px) {
  #news-page .hero .hero-slideshow {
    height: 330px;
  }
}

#news-page .hero .hero-image,
#news-page .hero .hero-content {
  width: 100%;
  position: absolute;
}

#news-page .hero .img-one {
  bottom: 0;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  transition-delay: 300ms;
  opacity: 0;
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .img-one {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

#news-page .hero .img-one.reset {
  transition-delay: 0;
  transition: 0ms linear all;
}

#news-page .hero .img-one.transition-in {
  -webkit-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
  opacity: 1;
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .img-one.transition-in {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

#news-page .hero .img-one.transition-in .container span {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#news-page .hero .img-one.transition-in.transition-out {
  transition: 550ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  transition-delay: 0ms;
  -webkit-transform: translateX(230px);
  -ms-transform: translateX(230px);
  transform: translateX(230px);
  opacity: 0;
}

#news-page .hero .img-one.transition-in.transition-out .container span {
  transition: 400ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

#news-page .hero .img-one .container {
  position: relative;
  min-height: 85px;
  width: 278px;
  z-index: 2;
  position: absolute;
  bottom: 30px;
  left: -80px;
  border: 1px solid transparent;
  transition: 300ms ease-in-out all;
  z-index: 11;
}

#news-page .hero .img-one .container:after {
  content: "";
  background-color: #FFFFFF;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .img-one .container {
    bottom: -50px;
  }
}

#news-page .hero .img-one .container:hover {
  border: 1px solid #ED6C5C;
}

#news-page .hero .img-one .container:hover span {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

#news-page .hero .img-one .container a {
  padding: 13px 35px;
  display: block;
  position: relative;
}

#news-page .hero .img-two {
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(-650px);
  -ms-transform: translateX(-650px);
  transform: translateX(-650px);
  transition: 800ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .img-two {
    bottom: 0;
    top: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#news-page .hero .img-two .img-one-content,
#news-page .hero .img-two .img-two-content {
  opacity: 0;
}

#news-page .hero .img-two.reset {
  transition-delay: 0;
  transition: 0ms linear all;
}

#news-page .hero .img-two.transition-in {
  -webkit-transform: translateX(-550px);
  -ms-transform: translateX(-550px);
  transform: translateX(-550px);
  opacity: 1;
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .img-two.transition-in {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#news-page .hero .img-two.transition-in.transition-out {
  transition: 550ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  transition-delay: 0ms;
  -webkit-transform: translateX(-450px);
  -ms-transform: translateX(-450px);
  transform: translateX(-450px);
  opacity: 0;
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .img-two.transition-in.transition-out {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#news-page .hero .img-two.transition-in .img-one-content,
#news-page .hero .img-two.transition-in .img-two-content {
  opacity: 1;
}

#news-page .hero .img-one-content,
#news-page .hero .img-two-content {
  min-height: 480px;
  max-height: 550px;
  height: 60vh;
  width: 900px;
  background-position: 100% 20%;
  background-size: cover;
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .img-one-content,
  #news-page .hero .img-two-content {
    min-height: 450px;
    width: auto;
    background-position: 50%;
  }
}

@media only screen and (max-width: 525px) {
  #news-page .hero .img-one-content,
  #news-page .hero .img-two-content {
    height: 400px;
    min-height: 300px;
  }
}

@media only screen and (max-width: 460px) {
  #news-page .hero .img-one-content,
  #news-page .hero .img-two-content {
    height: 300px;
  }
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .img-one-content {
    background-position: -70px 100%;
  }
}

@media screen and (max-width: 40em) {
  #news-page .hero .img-one-content {
    background-position: -150px 100%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #news-page .hero .img-one-content {
    background-position: -150px 100%;
  }
}

@media only screen and (max-width: 460px) {
  #news-page .hero .img-one-content {
    background-position: -70px 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .img-two-content {
    background-position: 150px 100%;
  }
}

#news-page .hero .button-container {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 11;
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .button-container {
    width: 100%;
    bottom: -4px;
  }
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .button-container button.btn-arrow {
    position: absolute;
    top: -250px;
  }

  #news-page .hero .button-container button.btn-arrow:before {
    width: 42px;
  }
}

@media only screen and (max-width: 460px) {
  #news-page .hero .button-container button.btn-arrow {
    top: -160px;
  }
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .button-container button.btn-arrow.btn-arrow-left {
    left: 0;
  }

  #news-page .hero .button-container button.btn-arrow.btn-arrow-left:before {
    left: 4px;
  }
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .button-container button.btn-arrow.btn-arrow-right {
    right: 30px;
  }

  #news-page .hero .button-container button.btn-arrow.btn-arrow-right:before {
    left: -16px;
  }
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .button-container button.btn-arrow ~ .btn-index {
    display: none;
    font-family: "AkrobatExtraBold", Arial, sans-serif;
    font-size: 1.875rem;
    letter-spacing: 1.25px;
    line-height: 36px;
    color: #302C2C;
    text-transform: uppercase;
    color: #ED6C5C;
    position: absolute;
    right: 45px;
    top: 9px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 40em) {
  #news-page .hero .button-container button.btn-arrow ~ .btn-index {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #news-page .hero .button-container button.btn-arrow ~ .btn-index {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .button-container button.btn-arrow ~ .btn-index:after,
  #news-page .hero .button-container button.btn-arrow ~ .btn-index:before {
    font-family: "AkrobatExtraBold", Arial, sans-serif;
    font-size: 1.875rem;
    letter-spacing: 1.25px;
    line-height: 36px;
    color: #302C2C;
    text-transform: uppercase;
    color: #ED6C5C;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 40em) {
  #news-page .hero .button-container button.btn-arrow ~ .btn-index:after,
  #news-page .hero .button-container button.btn-arrow ~ .btn-index:before {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #news-page .hero .button-container button.btn-arrow ~ .btn-index:after,
  #news-page .hero .button-container button.btn-arrow ~ .btn-index:before {
    font-size: 1.25rem;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .button-container button.btn-arrow ~ .btn-index:before {
    right: -7px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 63.9375em) {
  #news-page .hero .button-container button.btn-arrow ~ .btn-index:before {
    right: -14px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 40em) {
  #news-page .hero .button-container button.btn-arrow ~ .btn-index:before {
    right: -7px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #news-page .hero .button-container button.btn-arrow ~ .btn-index:before {
    right: -7px;
  }
}

@media screen and (max-width: 63.9375em) {
  #news-page .hero .button-container button.btn-arrow ~ .btn-index:after {
    left: -9px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 63.9375em) {
  #news-page .hero .button-container button.btn-arrow ~ .btn-index:after {
    left: -15px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 40em) {
  #news-page .hero .button-container button.btn-arrow ~ .btn-index:after {
    left: -9px;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #news-page .hero .button-container button.btn-arrow ~ .btn-index:after {
    left: -9px;
  }
}

#news-page .hero .slideshow {
  display: none;
}

#news-page section.blog-filters {
  padding: 2em;
  margin-bottom: 8em;
}

@media screen and (max-width: 63.9375em) {
  #news-page section.blog-filters {
    margin-bottom: 4em;
  }
}

@media screen and (max-width: 40em) {
  #news-page section.blog-filters {
    padding: 1em;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #news-page section.blog-filters {
    padding: 1em;
  }
}

#news-page section.blog-filters .blog-filter-container {
  position: relative;
  padding: 0;
}

#news-page section.blog-filters .blog-filter-container:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 385px;
  left: -205px;
  top: -36px;
  z-index: -1;
}

@media screen and (max-width: 40em) {
  #news-page section.blog-filters .blog-filter-container .toggle-link {
    width: 100%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #news-page section.blog-filters .blog-filter-container .toggle-link {
    width: 100%;
  }
}

@media screen and (max-width: 40em) {
  #news-page section.blog-filters .blog-filter-container #toggle {
    min-width: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #news-page section.blog-filters .blog-filter-container #toggle {
    min-width: 0;
  }
}

#news-page section.post .news-post {
  margin-bottom: 4em;
  position: relative;
}

@media screen and (max-width: 40em) {
  #news-page section.post .news-post {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #news-page section.post .news-post {
    margin-bottom: 1em;
  }
}

#news-page section.post .news-post:nth-child(1n+11) {
  display: none;
}

#news-page section.post .news-post .overlay {
  position: relative;
  min-height: 250px;
  width: 250px;
  z-index: 2;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}

#news-page section.post .news-post .overlay:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#news-page section.post .news-post .overlay:after {
  position: absolute;
  right: 25px;
  top: -30px;
  height: 185px;
  width: 350px;
  left: auto;
}

#news-page section.post .news-post .content {
  padding: 2em 4em 2em 2em;
  margin-bottom: 1em;
  position: relative;
  width: 90%;
  height: 350px;
  background-color: #FFFFFF;
  z-index: auto;
}

@media screen and (max-width: 40em) {
  #news-page section.post .news-post .content {
    height: 300px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #news-page section.post .news-post .content {
    height: 300px;
  }
}

#news-page section.post .news-post .content .source {
  color: #ED6C5C;
}

#news-page section.post .news-post .content .date {
  position: absolute;
  right: 2em;
  top: 2em;
  color: #CFCBCA;
}

@media screen and (max-width: 63.9375em) {
  #news-page section.post .news-post .content .date {
    position: relative;
    right: auto;
    top: auto;
  }
}

#news-page section.post .news-post .content .title-container {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  line-height: 36px;
}

#news-page section.post .news-post .content .title-container .title {
  margin-bottom: 0;
}

#news-page section.post .news-post .content .btn {
  position: absolute;
  right: 6em;
  bottom: 3em;
}

@media screen and (max-width: 63.9375em) {
  #news-page section.post .news-post .content .btn {
    right: auto;
  }
}

#news-page .medium-post-container {
  display: none;
}

#news-page .medium-post-container .medium-post .grid-container {
  min-height: 300px;
  position: relative;
}

#news-page .medium-post-container .medium-post .grid-container .grid-content-container {
  background-color: #FFFFFF;
  padding: 2em 8em 2em 2em;
  width: 80%;
}

@media screen and (max-width: 40em) {
  #news-page .medium-post-container .medium-post .grid-container .grid-content-container {
    padding: 2em 4em 2em 2em;
    width: 90%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #news-page .medium-post-container .medium-post .grid-container .grid-content-container {
    padding: 2em 4em 2em 2em;
    width: 90%;
  }
}

#news-page .medium-post-container .medium-post .grid-container .grid-content-container .title-container {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 394px;
  line-height: 36px;
}

#news-page .medium-post-container .medium-post .grid-container .grid-content-container .title-container h3 {
  margin-bottom: 0;
}

#news-page .medium-post-container .medium-post .grid-container .grid-image-container {
  position: absolute;
  right: -100px;
  top: -100px;
  width: 250px;
  height: 100%;
  z-index: -1;
}

#news-page .medium-post-container .medium-post .grid-container .grid-image-container .img-placeholder {
  width: 250px;
  height: 100%;
  background-color: #FBF9F0;
}

#news-page .medium-post-container .medium-post .grid-container .grid-image-container .img-container {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 250px;
  height: 100%;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

#service-single-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #service-single-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section {
    padding-bottom: 4rem;
  }
}

#service-single-page section .section-title {
  position: relative;
  padding-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  #service-single-page section .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section .section-title {
    padding-bottom: 3rem;
  }
}

#service-single-page section .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #service-single-page section .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #service-single-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

#service-single-page section.hero {
  margin: 0 0 75px 0;
  min-height: 800px;
  position: relative;
  padding-top: 0;
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero {
    min-height: 700px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero {
    min-height: 700px;
  }
}

#service-single-page section.hero .content-container {
  position: absolute;
  top: 90px;
}

#service-single-page section.hero .content-container .hero-content {
  position: relative;
  min-height: 470px;
  width: 600px;
  z-index: 2;
  padding: 60px 45px;
}

#service-single-page section.hero .content-container .hero-content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#service-single-page section.hero .content-container .hero-content p {
  padding-top: 45px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

#service-single-page section.hero .content-container .hero-content .hero-cta-container {
  padding-top: 15px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .content-container .hero-content {
    position: relative;
    min-height: 450px;
    width: 75%;
    z-index: 2;
    padding: 35px 20px;
  }

  #service-single-page section.hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .content-container .hero-content {
    position: relative;
    min-height: 450px;
    width: 75%;
    z-index: 2;
    padding: 35px 20px;
  }

  #service-single-page section.hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .content-container {
    top: 70px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .content-container {
    top: 70px;
  }
}

#service-single-page section.hero .hero-image {
  position: absolute;
}

#service-single-page section.hero .img-one {
  top: 125px;
  width: 1085px;
  min-height: 600px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .img-one {
    top: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .img-one {
    top: 0;
    overflow: hidden;
  }
}

#service-single-page section.hero .img-one img {
  max-height: 600px;
  height: 600px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .img-one img {
    -webkit-transform: translateX(-16.6666666667%);
    -ms-transform: translateX(-16.6666666667%);
    transform: translateX(-16.6666666667%);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .img-one img {
    -webkit-transform: translateX(-16.6666666667%);
    -ms-transform: translateX(-16.6666666667%);
    transform: translateX(-16.6666666667%);
  }
}

#service-single-page section.hero .img-two {
  top: -80px;
  width: 295px;
  min-height: 555px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .img-two {
    top: auto;
    bottom: 0;
    min-height: 280px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .img-two {
    top: auto;
    bottom: 0;
    min-height: 280px;
  }
}

#service-single-page section.hero .img-two img {
  max-height: 555px;
  height: 555px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (min-width: 48em) {
  #service-single-page section.hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-80%) translateY(0);
    -ms-transform: translateX(-80%) translateY(0);
    transform: translateX(-80%) translateY(0);
  }
}

@media screen and (max-width: 63.9375em) {
  #service-single-page section.hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-80%) translateY(0);
    -ms-transform: translateX(-80%) translateY(0);
    transform: translateX(-80%) translateY(0);
  }
}

#service-single-page section.hero .img-two img.hero-fly-right.visible-element {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .img-two img {
    max-height: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 40em) and (min-width: 48em) {
  #service-single-page section.hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 40em) and (max-width: 63.9375em) {
  #service-single-page section.hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 40em) {
  #service-single-page section.hero .img-two img.hero-fly-right.visible-element {
    -webkit-transform: translateX(-8.3333333333%) translateY(0);
    -ms-transform: translateX(-8.3333333333%) translateY(0);
    transform: translateX(-8.3333333333%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .img-two img {
    max-height: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) and (min-width: 48em) {
  #service-single-page section.hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) and (max-width: 63.9375em) {
  #service-single-page section.hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.hero .img-two img.hero-fly-right.visible-element {
    -webkit-transform: translateX(-8.3333333333%) translateY(0);
    -ms-transform: translateX(-8.3333333333%) translateY(0);
    transform: translateX(-8.3333333333%) translateY(0);
  }
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-grid .column:nth-child(even) .grid-content-container,
  #service-single-page section.service-grid .columns:nth-child(even) .grid-content-container {
    -webkit-transform: translateX(8.3333333333%);
    -ms-transform: translateX(8.3333333333%);
    transform: translateX(8.3333333333%);
    padding-right: 1.25rem;
  }

  #service-single-page section.service-grid .column:nth-child(even) .pearl-block,
  #service-single-page section.service-grid .columns:nth-child(even) .pearl-block {
    right: auto;
    left: -0.625rem;
  }

  #service-single-page section.service-grid .column:nth-child(odd) .grid-content-container,
  #service-single-page section.service-grid .columns:nth-child(odd) .grid-content-container {
    left: -0.625rem;
  }

  #service-single-page section.service-grid .column:nth-child(odd) .pearl-block,
  #service-single-page section.service-grid .columns:nth-child(odd) .pearl-block {
    -webkit-transform: translateX(8.3333333333%);
    -ms-transform: translateX(8.3333333333%);
    transform: translateX(8.3333333333%);
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-grid .column:nth-child(even) .grid-content-container,
  #service-single-page section.service-grid .columns:nth-child(even) .grid-content-container {
    -webkit-transform: translateX(8.3333333333%);
    -ms-transform: translateX(8.3333333333%);
    transform: translateX(8.3333333333%);
    padding-right: 1.25rem;
  }

  #service-single-page section.service-grid .column:nth-child(even) .pearl-block,
  #service-single-page section.service-grid .columns:nth-child(even) .pearl-block {
    right: auto;
    left: -0.625rem;
  }

  #service-single-page section.service-grid .column:nth-child(odd) .grid-content-container,
  #service-single-page section.service-grid .columns:nth-child(odd) .grid-content-container {
    left: -0.625rem;
  }

  #service-single-page section.service-grid .column:nth-child(odd) .pearl-block,
  #service-single-page section.service-grid .columns:nth-child(odd) .pearl-block {
    -webkit-transform: translateX(8.3333333333%);
    -ms-transform: translateX(8.3333333333%);
    transform: translateX(8.3333333333%);
    padding-right: 1.25rem;
  }
}

#service-single-page section.service-grid .grid-container {
  position: relative;
  min-height: 290px;
  padding-bottom: 50px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-grid .grid-container {
    min-height: 200px;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-grid .grid-container {
    min-height: 200px;
    padding-bottom: 75px;
  }
}

#service-single-page section.service-grid .grid-container .grid-content-container {
  position: relative;
  top: 40px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-grid .grid-container .grid-content-container {
    top: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-grid .grid-container .grid-content-container {
    top: 0;
  }
}

#service-single-page section.service-grid .grid-container .grid-content-container .grid-content {
  padding: 60px 60px 60px 20px;
  position: relative;
  min-height: 250px;
  width: 520px;
  z-index: 2;
}

#service-single-page section.service-grid .grid-container .grid-content-container .grid-content:after {
  content: "";
  background-color: #FFFFFF;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #service-single-page section.service-grid .grid-container .grid-content-container .grid-content {
    width: 100%;
  }
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-grid .grid-container .grid-content-container .grid-content {
    position: relative;
    min-height: 200px;
    width: 100%;
    z-index: 2;
    padding: 12px;
  }

  #service-single-page section.service-grid .grid-container .grid-content-container .grid-content:after {
    content: "";
    background-color: #FFFFFF;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-grid .grid-container .grid-content-container .grid-content {
    position: relative;
    min-height: 200px;
    width: 100%;
    z-index: 2;
    padding: 12px;
  }

  #service-single-page section.service-grid .grid-container .grid-content-container .grid-content:after {
    content: "";
    background-color: #FFFFFF;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

#service-single-page section.service-grid .grid-container .grid-content-container .grid-content p {
  padding-right: 20px;
}

@media screen and (max-width: 63.9375em) {
  #service-single-page section.service-grid .grid-container .grid-content-container .grid-content p {
    padding-right: 0;
  }
}

#service-single-page section.service-grid .grid-container .pearl-block {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 350px;
  min-height: 150px;
  background-color: #FBF9F0;
  z-index: -1;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-grid .grid-container .pearl-block {
    top: 25px;
    min-height: 200px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-grid .grid-container .pearl-block {
    top: 25px;
    min-height: 200px;
  }
}

#service-single-page section.service-list .list-column {
  padding-bottom: 25px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-list .list-column {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-list .list-column {
    padding-bottom: 10px;
  }
}

#service-single-page section.service-list .list-column h6 {
  word-break: break-word;
}

#service-single-page section.service-info .download-section p {
  padding-bottom: 30px;
  margin-bottom: 0;
}

#service-single-page section.service-info .download-section p.headlines {
  padding-right: 5%;
}

@media screen and (max-width: 63.9375em) {
  #service-single-page section.service-info .download-section p.headlines {
    padding-right: 0;
  }
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-info .download-section p.headlines {
    padding-right: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-info .download-section p.headlines {
    padding-right: 0;
  }
}

#service-single-page section.service-info .download-section p.download-body {
  padding-right: 40%;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-info .download-section p.download-body {
    padding-right: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-info .download-section p.download-body {
    padding-right: 0;
  }
}

#service-single-page section.service-info .contact-section h4 {
  margin-bottom: 0;
  padding-bottom: 25px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-info .contact-section h4 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-info .contact-section h4 {
    padding-bottom: 10px;
  }
}

#service-single-page section.service-info .contact-section p {
  margin-bottom: 0;
  padding-bottom: 10px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-info .contact-section p {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-info .contact-section p {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-info .contact-section {
    padding-top: 40px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-info .contact-section {
    padding-top: 40px;
  }
}

#service-single-page section.service-info .issues-section {
  padding-top: 30px;
}

#service-single-page section.service-info .issues-section h4 {
  margin-bottom: 0;
  padding-bottom: 35px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-info .issues-section h4 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-info .issues-section h4 {
    padding-bottom: 10px;
  }
}

#service-single-page section.service-info .issues-section div.column,
#service-single-page section.service-info .issues-section div.columns {
  padding-bottom: 30px;
}

@media screen and (max-width: 40em) {
  #service-single-page section.service-info .issues-section div.column,
  #service-single-page section.service-info .issues-section div.columns {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #service-single-page section.service-info .issues-section div.column,
  #service-single-page section.service-info .issues-section div.columns {
    padding-bottom: 0;
  }
}

#program-single-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #program-single-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section {
    padding-bottom: 4rem;
  }
}

#program-single-page section .section-title {
  position: relative;
  padding-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  #program-single-page section .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section .section-title {
    padding-bottom: 3rem;
  }
}

#program-single-page section .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #program-single-page section .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #program-single-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

#program-single-page section.hero {
  margin: 0 0 75px 0;
  min-height: 800px;
  position: relative;
  padding-top: 0;
}

@media screen and (max-width: 40em) {
  #program-single-page section.hero {
    min-height: 700px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.hero {
    min-height: 700px;
  }
}

#program-single-page section.hero .content-container {
  position: absolute;
  top: 90px;
}

#program-single-page section.hero .content-container .hero-content {
  position: relative;
  min-height: 470px;
  width: 600px;
  z-index: 2;
  padding: 60px 45px;
}

#program-single-page section.hero .content-container .hero-content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#program-single-page section.hero .content-container .hero-content p {
  padding-top: 45px;
}

@media screen and (max-width: 40em) {
  #program-single-page section.hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

#program-single-page section.hero .content-container .hero-content .hero-cta-container {
  padding-top: 15px;
}

@media screen and (max-width: 40em) {
  #program-single-page section.hero .content-container .hero-content {
    position: relative;
    min-height: 450px;
    width: 75%;
    z-index: 2;
    padding: 35px 20px;
  }

  #program-single-page section.hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.hero .content-container .hero-content {
    position: relative;
    min-height: 450px;
    width: 75%;
    z-index: 2;
    padding: 35px 20px;
  }

  #program-single-page section.hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 40em) {
  #program-single-page section.hero .content-container {
    top: 70px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.hero .content-container {
    top: 70px;
  }
}

#program-single-page section.hero .hero-image {
  position: absolute;
}

#program-single-page section.hero .img-one {
  top: 125px;
  width: 1085px;
  min-height: 600px;
  /* vimeo modal */
}

@media screen and (max-width: 40em) {
  #program-single-page section.hero .img-one {
    top: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.hero .img-one {
    top: 0;
    overflow: hidden;
  }
}

#program-single-page section.hero .img-one img {
  max-height: 600px;
  height: 600px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 40em) {
  #program-single-page section.hero .img-one img {
    -webkit-transform: translateX(-16.6666666667%);
    -ms-transform: translateX(-16.6666666667%);
    transform: translateX(-16.6666666667%);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.hero .img-one img {
    -webkit-transform: translateX(-16.6666666667%);
    -ms-transform: translateX(-16.6666666667%);
    transform: translateX(-16.6666666667%);
  }
}

#program-single-page section.hero .img-one:hover #programs-cta #play #play-fill {
  fill: #ED6C5C;
}

#program-single-page section.hero .img-one:hover #programs-cta #play #play-circle {
  stroke: #ED6C5C;
}

#program-single-page section.hero .img-one #programs-cta {
  cursor: pointer;
  position: relative;
}

#program-single-page section.hero .img-one #programs-cta:focus,
#program-single-page section.hero .img-one #programs-cta:active {
  outline: none;
}

@media screen and (max-width: 63.9375em) {
  #program-single-page section.hero .img-one #programs-cta {
    pointer-events: none;
  }
}

#program-single-page section.hero .img-one #programs-cta #play #play-fill,
#program-single-page section.hero .img-one #programs-cta #play #play-circle {
  transition: all 250ms ease-in-out;
}

#program-single-page section.hero .img-one #programs-cta img {
  width: 100%;
}

#program-single-page section.hero .img-one #programs-cta .play-btn {
  position: absolute;
  width: 1085px;
  height: 600px;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media screen and (max-width: 63.9375em) {
  #program-single-page section.hero .img-one #programs-cta .play-btn {
    display: none;
  }
}

#program-single-page section.hero .img-one #programs-cta .play-btn img {
  width: 101px;
  height: 101px;
}

#program-single-page section.hero .img-two {
  top: -80px;
  width: 295px;
  min-height: 555px;
}

@media screen and (max-width: 40em) {
  #program-single-page section.hero .img-two {
    top: auto;
    bottom: 0;
    min-height: 280px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.hero .img-two {
    top: auto;
    bottom: 0;
    min-height: 280px;
  }
}

#program-single-page section.hero .img-two img {
  max-height: 555px;
  height: 555px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (min-width: 48em) {
  #program-single-page section.hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-80%) translateY(0);
    -ms-transform: translateX(-80%) translateY(0);
    transform: translateX(-80%) translateY(0);
  }
}

@media screen and (max-width: 63.9375em) {
  #program-single-page section.hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-80%) translateY(0);
    -ms-transform: translateX(-80%) translateY(0);
    transform: translateX(-80%) translateY(0);
  }
}

#program-single-page section.hero .img-two img.hero-fly-right.visible-element {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

@media screen and (max-width: 40em) {
  #program-single-page section.hero .img-two img {
    max-height: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 40em) and (min-width: 48em) {
  #program-single-page section.hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 40em) and (max-width: 63.9375em) {
  #program-single-page section.hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 40em) {
  #program-single-page section.hero .img-two img.hero-fly-right.visible-element {
    -webkit-transform: translateX(-8.3333333333%) translateY(0);
    -ms-transform: translateX(-8.3333333333%) translateY(0);
    transform: translateX(-8.3333333333%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.hero .img-two img {
    max-height: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) and (min-width: 48em) {
  #program-single-page section.hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) and (max-width: 63.9375em) {
  #program-single-page section.hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.hero .img-two img.hero-fly-right.visible-element {
    -webkit-transform: translateX(-8.3333333333%) translateY(0);
    -ms-transform: translateX(-8.3333333333%) translateY(0);
    transform: translateX(-8.3333333333%) translateY(0);
  }
}

#program-single-page section.mobile-vimeo-container {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  #program-single-page section.mobile-vimeo-container {
    display: block;
  }
}

#program-single-page section.details-dates .details-hr hr {
  border-bottom: 2.5px solid #ED6C5C;
  width: 115px;
  margin-left: -4rem;
  position: relative;
  top: -18px;
}

#program-single-page section.details-dates .details {
  position: relative;
  background-color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 35px;
  /* fake small for landscape */
}

@media screen and (max-width: 40em) {
  #program-single-page section.details-dates .details {
    background-color: transparent;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.details-dates .details {
    background-color: transparent;
  }
}

#program-single-page section.details-dates .details:before {
  content: '';
  left: 66.6666666667%;
  background-color: #FBF9F0;
  min-width: 500px;
  width: 100vw;
  height: calc(100% + 70px);
  position: absolute;
  z-index: -1;
  top: -40px;
  bottom: auto;
}

@media screen and (max-width: 40em) {
  #program-single-page section.details-dates .details:before {
    left: 50%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.details-dates .details:before {
    left: 50%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.details-dates .details div.small-12.medium-6.column,
  #program-single-page section.details-dates .details div.small-12.medium-6.columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#program-single-page section.details-dates ul {
  margin-left: 2rem;
  list-style: none;
}

#program-single-page section.details-dates ul li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.938rem;
  letter-spacing: 0.8px;
  line-height: 23px;
  color: #302C2C;
}

#program-single-page section.details-dates ul li:before {
  content: '\2022';
  color: #ED6C5C;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}

#program-single-page section.details-dates h5.title {
  color: #ED6C5C;
  padding-bottom: 30px;
}

#program-single-page section.details-dates .program-details h3 {
  padding-bottom: 15px;
  margin-bottom: 0;
}

#program-single-page section.details-dates .program-details ul {
  padding-bottom: 10px;
}

#program-single-page section.details-dates .program-details ul li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.8px;
  line-height: 18px;
  color: #302C2C;
  padding-bottom: 10px;
}

#program-single-page section.details-dates .program-details p {
  margin-bottom: 0;
  padding-bottom: 30px;
}

@media screen and (max-width: 40em) {
  #program-single-page section.details-dates .program-details {
    padding: 2rem 0 5rem 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.details-dates .program-details {
    padding: 2rem 0 5rem 0;
  }
}

#program-single-page section.details-dates .program-details:before {
  bottom: 31px;
}

#program-single-page section.details-dates .program-details:after {
  bottom: 36px;
}

@media screen and (max-width: 40em) {
  #program-single-page section.details-dates .program-overview,
  #program-single-page section.details-dates .program-dates {
    padding: 2rem 0;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.details-dates .program-overview,
  #program-single-page section.details-dates .program-dates {
    padding: 2rem 0;
  }
}

#program-single-page section.details-dates .program-overview:before,
#program-single-page section.details-dates .program-dates:before {
  bottom: 35px;
}

#program-single-page section.details-dates .program-overview:after,
#program-single-page section.details-dates .program-dates:after {
  bottom: 42px;
}

@media screen and (max-width: 40em) {
  #program-single-page section.details-dates .program-details,
  #program-single-page section.details-dates .program-overview,
  #program-single-page section.details-dates .program-dates {
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 2rem;
  }

  #program-single-page section.details-dates .program-details .details-container,
  #program-single-page section.details-dates .program-overview .details-container,
  #program-single-page section.details-dates .program-dates .details-container {
    max-height: 223px;
    overflow: hidden;
  }

  #program-single-page section.details-dates .program-details .overview-container,
  #program-single-page section.details-dates .program-details .dates-container,
  #program-single-page section.details-dates .program-overview .overview-container,
  #program-single-page section.details-dates .program-overview .dates-container,
  #program-single-page section.details-dates .program-dates .overview-container,
  #program-single-page section.details-dates .program-dates .dates-container {
    max-height: 24px;
    overflow: hidden;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }

  #program-single-page section.details-dates .program-details:before,
  #program-single-page section.details-dates .program-overview:before,
  #program-single-page section.details-dates .program-dates:before {
    content: "Read More";
    position: absolute;
    right: 36px;
    font-family: "AkrobatExtraBold", Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 2.92px;
    line-height: 17px;
    text-transform: uppercase;
    color: #302C2C;
    transition: all 250ms ease-in-out;
  }

  #program-single-page section.details-dates .program-details:before:hover,
  #program-single-page section.details-dates .program-details:before:active,
  #program-single-page section.details-dates .program-details:before:focus,
  #program-single-page section.details-dates .program-overview:before:hover,
  #program-single-page section.details-dates .program-overview:before:active,
  #program-single-page section.details-dates .program-overview:before:focus,
  #program-single-page section.details-dates .program-dates:before:hover,
  #program-single-page section.details-dates .program-dates:before:active,
  #program-single-page section.details-dates .program-dates:before:focus {
    color: #ED6C5C;
  }

  #program-single-page section.details-dates .program-details:after,
  #program-single-page section.details-dates .program-overview:after,
  #program-single-page section.details-dates .program-dates:after {
    content: '';
    position: absolute;
    right: 10px;
    border-style: solid;
    border-width: 7.5px 7.5px 0 7.5px;
    border-color: #ED6C5C transparent transparent transparent;
  }

  #program-single-page section.details-dates .program-details.opened,
  #program-single-page section.details-dates .program-overview.opened,
  #program-single-page section.details-dates .program-dates.opened {
    padding-bottom: 1rem;
  }

  #program-single-page section.details-dates .program-details.opened .details-container,
  #program-single-page section.details-dates .program-details.opened .overview-container,
  #program-single-page section.details-dates .program-details.opened .dates-container,
  #program-single-page section.details-dates .program-overview.opened .details-container,
  #program-single-page section.details-dates .program-overview.opened .overview-container,
  #program-single-page section.details-dates .program-overview.opened .dates-container,
  #program-single-page section.details-dates .program-dates.opened .details-container,
  #program-single-page section.details-dates .program-dates.opened .overview-container,
  #program-single-page section.details-dates .program-dates.opened .dates-container {
    max-height: none;
    overflow: visible;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #program-single-page section.details-dates .program-details.opened:before,
  #program-single-page section.details-dates .program-details.opened:after,
  #program-single-page section.details-dates .program-overview.opened:before,
  #program-single-page section.details-dates .program-overview.opened:after,
  #program-single-page section.details-dates .program-dates.opened:before,
  #program-single-page section.details-dates .program-dates.opened:after {
    content: none;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.details-dates .program-details,
  #program-single-page section.details-dates .program-overview,
  #program-single-page section.details-dates .program-dates {
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 2rem;
  }

  #program-single-page section.details-dates .program-details .details-container,
  #program-single-page section.details-dates .program-overview .details-container,
  #program-single-page section.details-dates .program-dates .details-container {
    max-height: 223px;
    overflow: hidden;
  }

  #program-single-page section.details-dates .program-details .overview-container,
  #program-single-page section.details-dates .program-details .dates-container,
  #program-single-page section.details-dates .program-overview .overview-container,
  #program-single-page section.details-dates .program-overview .dates-container,
  #program-single-page section.details-dates .program-dates .overview-container,
  #program-single-page section.details-dates .program-dates .dates-container {
    max-height: 24px;
    overflow: hidden;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }

  #program-single-page section.details-dates .program-details:before,
  #program-single-page section.details-dates .program-overview:before,
  #program-single-page section.details-dates .program-dates:before {
    content: "Read More";
    position: absolute;
    right: 36px;
    font-family: "AkrobatExtraBold", Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 2.92px;
    line-height: 17px;
    text-transform: uppercase;
    color: #302C2C;
    transition: all 250ms ease-in-out;
  }

  #program-single-page section.details-dates .program-details:before:hover,
  #program-single-page section.details-dates .program-details:before:active,
  #program-single-page section.details-dates .program-details:before:focus,
  #program-single-page section.details-dates .program-overview:before:hover,
  #program-single-page section.details-dates .program-overview:before:active,
  #program-single-page section.details-dates .program-overview:before:focus,
  #program-single-page section.details-dates .program-dates:before:hover,
  #program-single-page section.details-dates .program-dates:before:active,
  #program-single-page section.details-dates .program-dates:before:focus {
    color: #ED6C5C;
  }

  #program-single-page section.details-dates .program-details:after,
  #program-single-page section.details-dates .program-overview:after,
  #program-single-page section.details-dates .program-dates:after {
    content: '';
    position: absolute;
    right: 10px;
    border-style: solid;
    border-width: 7.5px 7.5px 0 7.5px;
    border-color: #ED6C5C transparent transparent transparent;
  }

  #program-single-page section.details-dates .program-details.opened,
  #program-single-page section.details-dates .program-overview.opened,
  #program-single-page section.details-dates .program-dates.opened {
    padding-bottom: 1rem;
  }

  #program-single-page section.details-dates .program-details.opened .details-container,
  #program-single-page section.details-dates .program-details.opened .overview-container,
  #program-single-page section.details-dates .program-details.opened .dates-container,
  #program-single-page section.details-dates .program-overview.opened .details-container,
  #program-single-page section.details-dates .program-overview.opened .overview-container,
  #program-single-page section.details-dates .program-overview.opened .dates-container,
  #program-single-page section.details-dates .program-dates.opened .details-container,
  #program-single-page section.details-dates .program-dates.opened .overview-container,
  #program-single-page section.details-dates .program-dates.opened .dates-container {
    max-height: none;
    overflow: visible;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #program-single-page section.details-dates .program-details.opened:before,
  #program-single-page section.details-dates .program-details.opened:after,
  #program-single-page section.details-dates .program-overview.opened:before,
  #program-single-page section.details-dates .program-overview.opened:after,
  #program-single-page section.details-dates .program-dates.opened:before,
  #program-single-page section.details-dates .program-dates.opened:after {
    content: none;
  }
}

@media screen and (max-width: 40em) {
  #program-single-page section.details-dates .submit-section {
    background-color: #FFFFFF;
    padding: 2rem 0;
    position: relative;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.details-dates .submit-section {
    background-color: #FFFFFF;
    padding: 2rem 0;
    position: relative;
  }
}

#program-single-page section.details-dates .program-overview,
#program-single-page section.details-dates .program-dates,
#program-single-page section.details-dates .submit-section {
  /* font is smaller for this section */
}

#program-single-page section.details-dates .program-overview p,
#program-single-page section.details-dates .program-overview ul li,
#program-single-page section.details-dates .program-dates p,
#program-single-page section.details-dates .program-dates ul li,
#program-single-page section.details-dates .submit-section p,
#program-single-page section.details-dates .submit-section ul li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.8px;
  line-height: 18px;
  color: #302C2C;
}

#program-single-page section.details-dates .program-overview ul li,
#program-single-page section.details-dates .program-dates ul li,
#program-single-page section.details-dates .submit-section ul li {
  padding-bottom: 10px;
}

#program-single-page section.details-dates .program-overview ul {
  margin-bottom: 30px;
}

#program-single-page section.details-dates .program-overview h6 {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

#program-single-page section.details-dates .program-dates {
  padding-top: 30px;
  padding-right: 1rem;
}

#program-single-page section.details-dates .program-dates .col-header-container hr {
  border-bottom: 1.5px solid #353A41;
  margin: 15px auto 0 auto;
}

#program-single-page section.details-dates .program-dates .date-container {
  padding-top: 30px;
  padding-bottom: 0px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#program-single-page section.details-dates .program-dates .date-container:last-of-type hr {
  display: none;
}

#program-single-page section.details-dates .program-dates .date-container hr {
  border-bottom: 1px solid #353A41;
  margin: 1.25rem auto 0 auto;
}

#program-single-page section.details-dates .program-dates p.tags {
  color: #ED6C5C;
}

#program-single-page section.details-dates .submit-section {
  padding-top: 50px;
}

#program-single-page section.details-dates .submit-section h6.title {
  padding-bottom: 25px;
}

#program-single-page section.testimonials #quote-carousel {
  padding-top: 60px;
}

@media screen and (max-width: 40em) {
  #program-single-page section.testimonials #quote-carousel {
    padding-top: 30px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.testimonials #quote-carousel {
    padding-top: 30px;
  }
}

#program-single-page section.testimonials #quote-carousel:before {
  content: '';
  left: 8.3333333333%;
  background-color: #FBF9F0;
  min-width: 800px;
  width: 100vw;
  height: 187px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: auto;
}

@media screen and (max-width: 40em) {
  #program-single-page section.testimonials #quote-carousel:before {
    height: calc(100% + 60px);
    left: 50%;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.testimonials #quote-carousel:before {
    height: calc(100% + 60px);
    left: 50%;
  }
}

#program-single-page section.testimonials #quote-carousel * {
  /* to fix default slick slider outlines */
  outline: none;
}

#program-single-page section.testimonials #quote-carousel *:active,
#program-single-page section.testimonials #quote-carousel *:focus {
  outline: none;
}

#program-single-page section.testimonials .author-container {
  padding-top: 40px;
}

#program-single-page section.testimonials .arrow-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  top: -32px;
}

@media screen and (max-width: 40em) {
  #program-single-page section.testimonials .arrow-container {
    top: 15px;
    left: 0.625rem;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.testimonials .arrow-container {
    top: 15px;
    left: 0.625rem;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#program-single-page section.testimonials .arrow-container #l-arrow:before,
#program-single-page section.testimonials .arrow-container #r-arrow:before {
  top: 6.5px;
}

@media screen and (max-width: 40em) {
  #program-single-page section.testimonials .arrow-container #l-arrow:before,
  #program-single-page section.testimonials .arrow-container #r-arrow:before {
    top: 6px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.testimonials .arrow-container #l-arrow:before,
  #program-single-page section.testimonials .arrow-container #r-arrow:before {
    top: 6px;
  }
}

#program-single-page section.testimonials .arrow-container #l-arrow:after,
#program-single-page section.testimonials .arrow-container #r-arrow:after {
  top: -3px;
}

#program-single-page section.testimonials .arrow-container #l-arrow:after {
  left: -9px;
}

#program-single-page section.testimonials .arrow-container #r-arrow:hover:before {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px);
}

#program-single-page section.testimonials .arrow-container #r-arrow:after {
  right: -9px;
}

#program-single-page section.testimonials .arrow-container #slick-numbers {
  padding: 0 10px;
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 3.28px;
  line-height: 24px;
  color: #302C2C;
  text-transform: uppercase;
  color: #ED6C5C;
}

#program-single-page section.testimonials .arrow-container #slick-numbers #active-number {
  display: inline-block;
  transition: 250ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#program-single-page section.testimonials .arrow-container #slick-numbers #active-number.transition-in {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#program-single-page section.testimonials .arrow-container #slick-numbers #active-number.transition-out {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 0;
}

#program-single-page section.testimonials .arrow-container #slick-numbers #active-number.reset {
  transition: 0ms linear all;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}

#program-single-page section.companies .logo-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-bottom: 4rem;
}

#program-single-page section.companies .logo-col .logo-container {
  width: 125px;
  height: 75px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#program-single-page section.companies .logo-col .logo-container img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 40em) {
  #program-single-page section.companies .logo-col .logo-container img {
    height: 75px;
    width: auto;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.companies .logo-col .logo-container img {
    height: 75px;
    width: auto;
  }
}

#program-single-page section.faq {
  padding-bottom: 1rem;
}

#program-single-page section.faq ol.accordion {
  list-style-type: decimal;
  background-color: #FFFFFF;
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 2.57px;
  line-height: 22px;
  text-transform: uppercase;
  color: #302C2C;
}

@media screen and (max-width: 63.9375em) {
  #program-single-page section.faq ol.accordion {
    padding-right: 8.3333333333%;
  }
}

#program-single-page section.faq ol.accordion li.accordion-item {
  margin-left: 2rem;
  cursor: pointer;
  padding-bottom: 30px;
}

#program-single-page section.faq ol.accordion li.accordion-item.is-active a.question:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#program-single-page section.faq ol.accordion li.accordion-item a.question {
  font-family: "AkrobatExtraBold", Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 2.57px;
  line-height: 22px;
  text-transform: uppercase;
  color: #302C2C;
  position: relative;
  /* remove default accordion styling */
  border: none;
  padding: 0;
}

#program-single-page section.faq ol.accordion li.accordion-item a.question:before {
  content: none;
}

#program-single-page section.faq ol.accordion li.accordion-item a.question:after {
  content: '';
  cursor: pointer;
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  border-top: 8px solid #ED6C5C;
  border-bottom: 0px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transition: 500ms cubic-bezier(0.41, 0.87, 0.54, 0.8) all;
  top: 6px;
  margin-left: 10px;
}

@media screen and (max-width: 63.9375em) {
  #program-single-page section.faq ol.accordion li.accordion-item a.question:after {
    right: -8.3333333333%;
  }
}

#program-single-page section.faq ol.accordion li.accordion-item a.question:hover {
  background-color: #FFFFFF;
}

#program-single-page section.faq ol.accordion li.accordion-item a.question:hover:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 40em) {
  #program-single-page section.faq ol.accordion li.accordion-item a.question:hover:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #program-single-page section.faq ol.accordion li.accordion-item a.question:hover:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

#program-single-page section.faq ol.accordion li.accordion-item .accordion-content {
  padding: 1rem 0 0 0;
  border: none;
  background-color: #FFFFFF;
  color: #353A41;
}

#program-single-page section.faq ol.accordion li.accordion-item .accordion-content p.answer {
  text-transform: none;
  margin-bottom: 0;
}

#program-single-page section.more-details {
  padding-top: 1rem;
}

#program-single-page section.more-details p {
  font-family: "AkrobatBold", Arial, sans-serif;
  font-size: 0.813rem;
  letter-spacing: 1.86px;
  line-height: 15px;
  text-transform: uppercase;
  color: #302C2C;
}

#program-single-page section.more-details p a {
  font-family: "AkrobatBold", Arial, sans-serif;
  font-size: 0.813rem;
  letter-spacing: 1.86px;
  line-height: 15px;
  text-transform: uppercase;
  color: #302C2C;
}

#work-with-us-page section {
  margin: 2rem 0;
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 40em) {
  #work-with-us-page section {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #work-with-us-page section {
    padding-bottom: 4rem;
  }
}

#work-with-us-page section .section-title {
  position: relative;
  padding-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  #work-with-us-page section .section-title {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #work-with-us-page section .section-title {
    padding-bottom: 3rem;
  }
}

#work-with-us-page section .section-title h4:before {
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: #CFCBCA;
  height: 60px;
  width: 50%;
  left: -41.6666666667%;
  top: -45px;
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  #work-with-us-page section .section-title h4:before {
    left: -33.3333333333%;
  }
}

@media screen and (max-width: 40em) {
  #work-with-us-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #work-with-us-page section .section-title h4:before {
    left: -25%;
    top: -50px;
  }
}

#work-with-us-page .hero {
  margin: 0 0 75px 0;
  min-height: 800px;
  position: relative;
}

@media screen and (max-width: 40em) {
  #work-with-us-page .hero {
    min-height: 700px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #work-with-us-page .hero {
    min-height: 700px;
  }
}

#work-with-us-page .hero .content-container {
  position: absolute;
  top: 90px;
}

#work-with-us-page .hero .content-container .hero-content {
  position: relative;
  min-height: 470px;
  width: 600px;
  z-index: 2;
  padding: 60px 45px;
  /* break words to new line */
}

#work-with-us-page .hero .content-container .hero-content:after {
  content: "";
  background-color: #FBF9F0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#work-with-us-page .hero .content-container .hero-content h1 {
  max-width: 450px;
}

#work-with-us-page .hero .content-container .hero-content p {
  padding-top: 45px;
}

@media screen and (max-width: 40em) {
  #work-with-us-page .hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #work-with-us-page .hero .content-container .hero-content p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 40em) {
  #work-with-us-page .hero .content-container .hero-content {
    position: relative;
    min-height: 450px;
    width: 75%;
    z-index: 2;
    padding: 35px 20px;
    /* break words to new line */
  }

  #work-with-us-page .hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  #work-with-us-page .hero .content-container .hero-content h1 {
    max-width: 190px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #work-with-us-page .hero .content-container .hero-content {
    position: relative;
    min-height: 450px;
    width: 75%;
    z-index: 2;
    padding: 35px 20px;
    /* break words to new line */
  }

  #work-with-us-page .hero .content-container .hero-content:after {
    content: "";
    background-color: #FBF9F0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  #work-with-us-page .hero .content-container .hero-content h1 {
    max-width: 190px;
  }
}

@media screen and (max-width: 40em) {
  #work-with-us-page .hero .content-container {
    top: 70px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #work-with-us-page .hero .content-container {
    top: 70px;
  }
}

#work-with-us-page .hero .hero-image {
  position: absolute;
}

#work-with-us-page .hero .img-one {
  top: 125px;
  width: 1085px;
  min-height: 600px;
}

@media screen and (max-width: 40em) {
  #work-with-us-page .hero .img-one {
    top: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #work-with-us-page .hero .img-one {
    top: 0;
    overflow: hidden;
  }
}

#work-with-us-page .hero .img-one img {
  max-height: 600px;
  height: 600px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 40em) {
  #work-with-us-page .hero .img-one img {
    -webkit-transform: translateX(-16.6666666667%);
    -ms-transform: translateX(-16.6666666667%);
    transform: translateX(-16.6666666667%);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #work-with-us-page .hero .img-one img {
    -webkit-transform: translateX(-16.6666666667%);
    -ms-transform: translateX(-16.6666666667%);
    transform: translateX(-16.6666666667%);
  }
}

#work-with-us-page .hero .img-two {
  top: -80px;
  width: 295px;
  min-height: 555px;
}

@media screen and (max-width: 40em) {
  #work-with-us-page .hero .img-two {
    top: auto;
    bottom: 0;
    min-height: 280px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #work-with-us-page .hero .img-two {
    top: auto;
    bottom: 0;
    min-height: 280px;
  }
}

#work-with-us-page .hero .img-two img {
  max-height: 555px;
  height: 555px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (min-width: 48em) {
  #work-with-us-page .hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-80%) translateY(0);
    -ms-transform: translateX(-80%) translateY(0);
    transform: translateX(-80%) translateY(0);
  }
}

@media screen and (max-width: 63.9375em) {
  #work-with-us-page .hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-80%) translateY(0);
    -ms-transform: translateX(-80%) translateY(0);
    transform: translateX(-80%) translateY(0);
  }
}

#work-with-us-page .hero .img-two img.hero-fly-right.visible-element {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

@media screen and (max-width: 40em) {
  #work-with-us-page .hero .img-two img {
    max-height: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 40em) and (min-width: 48em) {
  #work-with-us-page .hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 40em) and (max-width: 63.9375em) {
  #work-with-us-page .hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 40em) {
  #work-with-us-page .hero .img-two img.hero-fly-right.visible-element {
    -webkit-transform: translateX(-8.3333333333%) translateY(0);
    -ms-transform: translateX(-8.3333333333%) translateY(0);
    transform: translateX(-8.3333333333%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #work-with-us-page .hero .img-two img {
    max-height: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) and (min-width: 48em) {
  #work-with-us-page .hero .img-two img.hero-fly-right {
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), -webkit-transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    transition: opacity 700ms cubic-bezier(0.41, 0.87, 0.54, 0.8), transform 600ms cubic-bezier(0.41, 0.87, 0.54, 0.8);
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) and (max-width: 63.9375em) {
  #work-with-us-page .hero .img-two img.hero-fly-right {
    -webkit-transform: translateX(-20%) translateY(0);
    -ms-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  #work-with-us-page .hero .img-two img.hero-fly-right.visible-element {
    -webkit-transform: translateX(-8.3333333333%) translateY(0);
    -ms-transform: translateX(-8.3333333333%) translateY(0);
    transform: translateX(-8.3333333333%) translateY(0);
  }
}

#work-with-us-page section.zag:nth-of-type(3) {
  padding-top: 75px;
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #FFFFFF;
}

.main-wrapper-container {
  max-width: 1600px;
  margin: 100px auto 0 auto;
  overflow-x: hidden;
}

@media screen and (max-width: 40em) {
  .main-wrapper-container {
    margin: 80px auto 0 auto;
  }
}

@media screen and (max-width: 46em) and (max-height: 25.875em) and (orientation: landscape) {
  .main-wrapper-container {
    margin: 80px auto 0 auto;
  }
}

/* to remove scrollbar shadow */

::-webkit-scrollbar {
  display: none;
}