@charset "UTF-8";
/*! 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 {
  -webkit-box-sizing: content-box;
          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.nice-select.open,
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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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
 * Version 6.7.5
 * https://get.foundation
 * 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.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

.foundation-mq {
  font-family: "xsmall=0em&small=20em&medium=40em&xmedium=50em&large=64em&xlarge=80em&xxlarge=90em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #F7F7F7;
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #505050;
  -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 {
  -webkit-box-sizing: border-box;
          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;
  cursor: auto;
}

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

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

[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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #999;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(28, 28, 28, 0.1);
          box-shadow: inset 0 1px 2px rgba(28, 28, 28, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1c1c1c;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -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 #505050;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

[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: #1c1c1c;
}

label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

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

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

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

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

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #999;
  background: #ccc;
  color: #1c1c1c;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: 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-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -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 {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

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

.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 #999;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1c1c1c;
  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%2880, 80, 80%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@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 #505050;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

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

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

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

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

.form-error.is-visible {
  display: block;
}

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1c1c1c;
  text-rendering: optimizeLegibility;
}

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

h1, .h1, .h1, .h1 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h2, .h2, .h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

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

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

h6, .h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

@media print, screen and (min-width: 20em) {
  h1, .h1, .h1, .h1 {
    font-size: 2.75rem;
  }
  h2, .h2, .h2, .h2 {
    font-size: 1.5625rem;
  }
  h3, .h3 {
    font-size: 1.1875rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 1.0625rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 40em) {
  h1, .h1, .h1, .h1 {
    font-size: 3.375rem;
  }
  h2, .h2, .h2, .h2 {
    font-size: 2.1875rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 1.0625rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

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

a:hover, a:focus {
  color: #3d788a;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 80rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #999;
  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 #999;
}

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

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

figure {
  margin: 0;
}

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

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

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

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

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

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

cite, .cite-block {
  display: block;
  color: #505050;
  font-size: 0.8125rem;
}

cite:before, .cite-block:before {
  content: "— ";
}

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

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

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

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

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

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

@media print, screen and (min-width: 20em) {
  .small-text-left {
    text-align: left;
  }
  .small-text-right {
    text-align: right;
  }
  .small-text-center {
    text-align: center;
  }
  .small-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: 50em) {
  .xmedium-text-left {
    text-align: left;
  }
  .xmedium-text-right {
    text-align: right;
  }
  .xmedium-text-center {
    text-align: center;
  }
  .xmedium-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;
  }
}

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

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #505050;
    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;
  }
}

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

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

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

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

@media print, screen and (min-width: 20em) {
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

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

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

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

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

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

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

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

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

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

@media print, screen and (min-width: 20em) {
  .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 {
    -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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-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: 20em) {
  .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: 20em) {
  .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 > .xsmall-1 {
  width: calc(8.3333333333% - 1.25rem);
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 20em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .xsmall-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .xsmall-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .xsmall-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-12 {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x > .small-auto {
    width: auto;
  }
  .grid-margin-x > .small-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 > .xsmall-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xsmall-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xsmall-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xsmall-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .small-auto {
    width: auto;
  }
  .grid-margin-x > .small-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: 50em) {
  .grid-margin-x > .xmedium-auto {
    width: auto;
  }
  .grid-margin-x > .xmedium-shrink {
    width: auto;
  }
  .grid-margin-x > .xmedium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xmedium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xmedium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xmedium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-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);
  }
}

@media screen and (min-width: 80em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-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: 20em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

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

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

@media print, screen and (min-width: 20em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

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

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

@media print, screen and (min-width: 20em) {
  .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;
  }
}

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 20em) {
  .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: 50em) {
  .xmedium-up-1 > .cell {
    width: 100%;
  }
  .xmedium-up-2 > .cell {
    width: 50%;
  }
  .xmedium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xmedium-up-4 > .cell {
    width: 25%;
  }
  .xmedium-up-5 > .cell {
    width: 20%;
  }
  .xmedium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xmedium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xmedium-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%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

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

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

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

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

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

@media screen and (min-width: 80em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .xsmall-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

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

.grid-margin-x > .xsmall-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

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

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

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

.grid-margin-x > .xsmall-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

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

.grid-margin-x > .xsmall-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .xsmall-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .xsmall-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

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

.grid-margin-x > .xsmall-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .xsmall-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .xsmall-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

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

.grid-margin-x > .xsmall-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .xsmall-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

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

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

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

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

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

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

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

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

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

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

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

@media print, screen and (min-width: 20em) {
  .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 {
    -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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 20em) {
  .grid-y > .small-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .small-shrink, .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-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .small-shrink {
    height: 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-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

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

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

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

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

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

@media print, screen and (min-width: 20em) {
  .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: 20em) {
  .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: 20em) {
  .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: 20em) {
  .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 > .xsmall-1 {
  height: calc(8.3333333333% - 1.25rem);
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 20em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-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 > .xsmall-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-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: 50em) {
  .grid-margin-y > .xmedium-auto {
    height: auto;
  }
  .grid-margin-y > .xmedium-shrink {
    height: auto;
  }
  .grid-margin-y > .xmedium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xmedium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-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);
  }
}

@media screen and (min-width: 80em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 20em) {
  .cell .grid-y.small-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: 50em) {
  .cell .grid-y.xmedium-grid-frame {
    height: 100%;
  }
}

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

@media screen and (min-width: 80em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

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

@media print, screen and (min-width: 20em) {
  .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: 20em) {
  .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 > .xsmall-1 {
  height: calc(8.3333333333% - 1.25rem);
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 20em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-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 > .xsmall-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-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: 50em) {
  .grid-margin-y > .xmedium-auto {
    height: auto;
  }
  .grid-margin-y > .xmedium-shrink {
    height: auto;
  }
  .grid-margin-y > .xmedium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xmedium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-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);
  }
}

@media screen and (min-width: 80em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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: 20em) {
  .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: 50em) {
  .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;
  }
}

@media screen and (min-width: 80em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  .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-box-flex: 1;
      -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: 20em) {
  .column, .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

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

.xsmall-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.xsmall-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.xsmall-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

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

.xsmall-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.xsmall-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.xsmall-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

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

.xsmall-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.xsmall-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.xsmall-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

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

.xsmall-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.xsmall-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.xsmall-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

.xsmall-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xsmall-up-1 > .column, .xsmall-up-1 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.xsmall-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xsmall-up-2 > .column, .xsmall-up-2 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.xsmall-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xsmall-up-3 > .column, .xsmall-up-3 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.xsmall-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xsmall-up-4 > .column, .xsmall-up-4 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.xsmall-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xsmall-up-5 > .column, .xsmall-up-5 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.xsmall-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xsmall-up-6 > .column, .xsmall-up-6 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.xsmall-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xsmall-up-7 > .column, .xsmall-up-7 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.xsmall-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xsmall-up-8 > .column, .xsmall-up-8 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

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

.xsmall-uncollapse > .column, .xsmall-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 20em) {
  .small-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .small-offset-0 {
    margin-left: 0%;
  }
  .small-2 {
    -webkit-box-flex: 0;
        -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-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .small-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-5 {
    -webkit-box-flex: 0;
        -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-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .small-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-8 {
    -webkit-box-flex: 0;
        -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-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .small-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-11 {
    -webkit-box-flex: 0;
        -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-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .small-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .small-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .small-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .small-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .small-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .small-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .small-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .small-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 20em) and (min-width: 20em) {
  .small-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.small-unstack > .column, .row.small-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 20em) {
  .row.small-unstack > .column, .row.small-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 20em) {
  .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-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-box-flex: 0;
        -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-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
        -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-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
        -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-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
        -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-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-box-flex: 0;
        -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-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 50em) {
  .xmedium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xmedium-offset-0 {
    margin-left: 0%;
  }
  .xmedium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xmedium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xmedium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xmedium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xmedium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xmedium-offset-3 {
    margin-left: 25%;
  }
  .xmedium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xmedium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xmedium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xmedium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xmedium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xmedium-offset-6 {
    margin-left: 50%;
  }
  .xmedium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xmedium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xmedium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .xmedium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xmedium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xmedium-offset-9 {
    margin-left: 75%;
  }
  .xmedium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xmedium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xmedium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xmedium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xmedium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xmedium-up-1 > .column, .xmedium-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xmedium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xmedium-up-2 > .column, .xmedium-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xmedium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xmedium-up-3 > .column, .xmedium-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xmedium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xmedium-up-4 > .column, .xmedium-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xmedium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xmedium-up-5 > .column, .xmedium-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .xmedium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xmedium-up-6 > .column, .xmedium-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xmedium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xmedium-up-7 > .column, .xmedium-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xmedium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xmedium-up-8 > .column, .xmedium-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 50em) and (min-width: 50em) {
  .xmedium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.xmedium-unstack > .column, .row.xmedium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 50em) {
  .row.xmedium-unstack > .column, .row.xmedium-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 50em) {
  .xmedium-collapse > .column, .xmedium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xmedium-uncollapse > .column, .xmedium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-box-flex: 0;
        -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-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
        -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-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
        -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-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
        -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-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-box-flex: 0;
        -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-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 80em) and (min-width: 80em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 80em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xxlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xxlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xxlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xxlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xxlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xxlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xxlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xxlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .xxlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xxlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xxlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 90em) {
  .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  -webkit-box-flex: 0;
      -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: 20em) {
  .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;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

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

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #478ca0;
  color: #fefefe;
}

.button:hover, .button:focus {
  background-color: #3c7788;
  color: #fefefe;
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #478ca0;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #397080;
  color: #fefefe;
}

.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #777;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #1c1c1c;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #1c1c1c;
}

.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #1c1c1c;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #1c1c1c;
}

.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #ec5840;
  color: #1c1c1c;
}

.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #1c1c1c;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #478ca0;
  color: #478ca0;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #244650;
  color: #244650;
}

.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #478ca0;
  color: #478ca0;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #244650;
  color: #244650;
}

.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3b3b;
  color: #3c3b3b;
}

.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #478ca0;
}

.button.clear:hover, .button.clear:focus {
  color: #244650;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #478ca0;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  color: #244650;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #777;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3c3b3b;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #ec5840;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  color: #881f0e;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: '';
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #478ca0;
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #478ca0;
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #777;
}

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #ec5840;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.close-button {
  position: absolute;
  z-index: 10;
  color: #505050;
  cursor: pointer;
}

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

.close-button:hover, .close-button:focus {
  color: #1c1c1c;
}

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

.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 #ccc;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: foreground(#fefefe, #478ca0);
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #ccc;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #ccc;
  border-bottom: 0;
  background-color: #fefefe;
  color: foreground(#fefefe, #505050);
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #ccc;
}

.tabs {
  margin: 0;
  border: 1px solid #ccc;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -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: #478ca0;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #438598;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #478ca0;
}

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #3d788a;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #ccc;
  color: #478ca0;
}

.tabs-content {
  border: 1px solid #ccc;
  border-top: 0;
  background: #fefefe;
  color: foreground(#fefefe, #478ca0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

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

.tabs-panel.is-active {
  display: block;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}

.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}

.menu.simple {
  -webkit-box-align: 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: 20em) {
  .menu.small-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.small-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.small-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.small-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 50em) {
  .menu.xmedium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xmedium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xmedium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xmedium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 80em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xxlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

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

.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a, .menu.nested.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a, .menu.nested.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -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, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a, .menu.nested.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #478ca0;
  color: #fefefe;
}

.menu .active > a {
  background: #478ca0;
  color: #fefefe;
}

.menu.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-box-pack: 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.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}

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

.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: 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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

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

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #999;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[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: 80rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 80rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 80rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 80rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media print, screen and (max-width: 19.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

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

.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: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.clearfix::after {
  clear: both;
}

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

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

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.xsmall-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.xsmall-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.xsmall-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.xsmall-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.xsmall-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.xsmall-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 20em) {
  .small-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .small-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .small-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .small-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .small-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .small-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 50em) {
  .xmedium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xmedium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xmedium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xmedium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xmedium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xmedium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

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

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 20em) {
  .small-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .small-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .small-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .small-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .small-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .small-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .small-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .small-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

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

@media print, screen and (min-width: 50em) {
  .xmedium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xmedium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xmedium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xmedium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xmedium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xmedium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xmedium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xmedium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

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

@media screen and (min-width: 80em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-ie {
  display: none;
}

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

.show-for-sticky {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/**
 * Takeover
 */
.js-no-scroll {
  overflow: hidden !important;
}

.show-takeover .takeover-hide {
  display: none !important;
}

.takeover-show {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.show-takeover .takeover-show {
  visibility: visible;
  opacity: 1;
}

.takeover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}

.takeover.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.admin-bar .takeover {
  top: 32px;
}

.show-takeover .takeover {
  pointer-events: auto;
}

.takeover .toggle-takeover {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 999;
}

.takeover .takeover-content {
  height: 100%;
}

.takeover.takeover-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
}

.takeover.takeover-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.takeover.takeover-slidedown {
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  -webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
}

.takeover.takeover-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.takeover.takeover-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}

.takeover.takeover-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.takeover.takeover-simplegenie {
  visibility: hidden;
  -webkit-transform: translateY(60%) scale(0);
  transform: translateY(60%) scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.4s, visibility 0s 0.4s;
  -webkit-transition: opacity 0.5s, visibility 0s 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.5s, visibility 0s 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.5s, transform 0.4s, visibility 0s 0.4s;
  transition: opacity 0.5s, transform 0.4s, visibility 0s 0.4s, -webkit-transform 0.4s;
}

.takeover.takeover-simplegenie.open {
  visibility: visible;
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.takeover {
  background-color: rgba(255, 255, 255, 0.8);
}

.takeover .toggle-takeover {
  color: #444;
  padding: 2rem 1rem;
}

.takeover .takeover-content {
  padding: 2rem;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 1rem;
  padding-right: 13rem;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 91;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 1rem;
  padding-right: 12rem;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.pum-theme-3008 .pum-container, .pum-theme-content-optin-sitewide .pum-container {
  margin-bottom: 10px;
}

@media screen and (max-height: 600px) {
  .pum-theme-3008 .pum-container, .pum-theme-content-optin-sitewide .pum-container {
    top: 10px !important;
  }
}

.clear::before, .clear::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.clear::after {
  clear: both;
}

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

.hold-stuff {
  position: relative;
}

.u-no-break {
  white-space: nowrap;
}

.vert-center {
  display: table;
  height: 100%;
}

.vert-center > * {
  display: table-cell;
  vertical-align: middle;
}

.height100 {
  height: 100%;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.clr-white {
  color: white !important;
}

.clr-primary {
  color: #478ca0 !important;
}

.clr-secondary {
  color: #203327 !important;
}

.clr-gray {
  color: #6b6f7e !important;
}

.bg-gray {
  background-color: #6b6f7e;
}

.is-serif {
  font-family: "utopia", serif;
}

.is-sans {
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
}

.is-caps {
  text-transform: uppercase;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.lh1 {
  line-height: 1;
}

.lh125 {
  line-height: 1.25;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
  margin-top: 20px;
}

.mt60 {
  margin-top: 60px;
  margin-top: 30px;
}

.mt80 {
  margin-top: 80px;
  margin-top: 40px;
}

.mt100 {
  margin-top: 100px;
  margin-top: 50px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
  margin-bottom: 20px;
}

.mb60 {
  margin-bottom: 60px;
  margin-bottom: 30px;
}

.mb80 {
  margin-bottom: 80px;
  margin-bottom: 40px;
}

.mb100 {
  margin-bottom: 100px;
  margin-bottom: 50px;
}

.pt0 {
  padding-top: 0;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
  padding-top: 20px;
}

.pt60 {
  padding-top: 60px;
  padding-top: 30px;
}

.pt80 {
  padding-top: 80px;
  padding-top: 40px;
}

.pt100 {
  padding-top: 100px;
  padding-top: 50px;
}

.pt120 {
  padding-top: 120px;
  padding-top: 60px;
}

.pt160 {
  padding-top: 160px !important;
  padding-top: 80px !important;
}

.pb0 {
  padding-bottom: 0;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.pb40 {
  padding-bottom: 40px;
  padding-bottom: 20px;
}

.pb60 {
  padding-bottom: 60px;
  padding-bottom: 30px;
}

.pb80 {
  padding-bottom: 80px;
  padding-bottom: 40px;
}

.pb100 {
  padding-bottom: 100px;
  padding-bottom: 50px;
}

.pb120 {
  padding-bottom: 120px;
  padding-bottom: 60px;
}

.pb160 {
  padding-bottom: 160px !important;
  padding-bottom: 80px !important;
}

.padd80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .padd80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padd100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .padd100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.padd120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .padd120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pr0 {
  padding-right: 0;
}

@media (max-width: 1600px) {
  .hide-xxl {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hide-lg {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hide-md {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hide-sm {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-xs {
    display: none;
  }
}

.push-page {
  min-height: 600px;
}

/*
.overlay {

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;


  &:before {
    content:'';
    background-color: @brand-primary;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    z-index: -1;

    opacity: 0.9;

  }
}
*/
.altrows > div:nth-child(2n) div {
  float: right;
}

.altrows > div:nth-child(2n) div + div {
  float: left;
}

.altrows > div:nth-child(2n) div > div {
  float: left;
}

.altrows > div:nth-child(2n) div > div + div {
  float: right;
}

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

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

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

.js-no-scroll {
  overflow: hidden !important;
}

.js-body-fixed {
  overflow: hidden;
  margin-right: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fade {
  opacity: 0 !important;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.no-js .fade {
  opacity: 1 !important;
}

.fade.in {
  opacity: 1 !important;
}

.uppercase {
  text-transform: uppercase;
}

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}

.wp-caption.alignleft, .wp-caption.alignright {
  display: table;
}

.wp-caption.alignleft figcaption, .wp-caption.alignright figcaption {
  display: table-caption;
  caption-side: bottom;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  margin: 0;
  margin-right: 2rem;
}

.alignright {
  float: right;
  margin: 0;
  margin-left: 2rem;
}

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

html :focus,
body :focus {
  outline: none !important;
}

/*
Barba Transision
 */
.canvas-wrapper .fade-out {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 0;
}

.canvas-wrapper .fade-in {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 1 !important;
}

.canvas-wrapper .fade-in.fade-out {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 0 !important;
}

button {
  cursor: pointer;
}

.default-centered-container .heading .h1 {
  font-size: 42px;
  padding: 40px 0 0 0;
}

@media print, screen and (max-width: 49.99875em) {
  .default-centered-container .heading .h1 {
    font-size: 33px;
  }
}

@media print, screen and (max-width: 19.99875em) {
  .default-centered-container .heading .h1 {
    font-size: 25px;
  }
}

.default-centered-container .default-centered {
  padding: 40px;
  background-color: #ffffff;
}

@media print, screen and (max-width: 49.99875em) {
  .default-centered-container .default-centered {
    padding: 20px;
  }
}

.default-centered-container .default-centered p:first-child {
  margin-bottom: 0px;
  color: #2d6c82;
  font-size: 26px;
  line-height: 28px;
  padding-left: 0;
  font-weight: 700;
  padding: 0 0 2rem 0;
  text-align: left;
}

@media print, screen and (max-width: 49.99875em) {
  .default-centered-container .default-centered p:first-child {
    font-size: 18px;
    line-height: 21px;
    padding: 0 0 1rem 0;
  }
}

.default-centered-container .default-centered p:last-child {
  margin-bottom: 0px;
}

.default-centered-container .default-centered blockquote {
  color: #2d6c82;
  font-size: 26px;
  line-height: 28px;
  margin: 0;
  padding-left: 0;
}

.default-centered-container .default-centered blockquote:before {
  display: none;
}

.default-centered-container .default-centered blockquote p {
  color: #2d6c82;
  font-size: 26px;
  line-height: 28px;
}

.default-centered-container .default-centered hr {
  margin: 2.25rem auto;
}

.orbit .orbit-container {
  display: contents;
}

body .canvas-wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

body h1,
body .h1 {
  margin-bottom: 2rem;
  line-height: 1.1em;
}

body img {
  max-width: 100%;
}

body a {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body blockquote {
  position: relative;
  margin: 0;
  padding: 0 0 2rem 2rem;
  text-align: left;
  font-size: 1.75rem;
  border: 0;
  color: #2d6c82;
  line-height: 1.1em;
  font-weight: 700;
}

body blockquote:before {
  position: absolute;
  width: 1rem;
  height: 1rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #1c1c1c;
  font-family: 'theme-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  left: 0;
  content: "\e90c";
}

body .large:not(h1):not(input) {
  font-size: 1.25rem;
  color: #1c1c1c;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 64em) {
  body h1.large {
    font-size: 5.375rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body ul.menu.vertical li {
    margin-bottom: 0.5rem;
  }
}

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

.one-col-default-heading {
  padding-bottom: 2em;
}

.one-col-default-heading .row .h1 {
  margin: 0;
}

.one-col-default-slider {
  margin-top: 80px;
}

.one-col-default-form {
  margin-top: 80px;
}

/* Popup Maker Core Styles */
.pum-container,
.pum-content,
.pum-content + .pum-close,
.pum-content + .pum-close:active,
.pum-content + .pum-close.nice-select.open,
.pum-content + .pum-close:focus,
.pum-overlay,
.pum-title {
  background: 0 0;
  border: none;
  bottom: auto;
  clear: none;
  cursor: default;
  float: none;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  overflow: visible;
  position: static;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  top: auto;
  visibility: visible;
  white-space: normal;
  width: auto;
  z-index: auto;
}

.pum-container .pum-content + .pum-close > span,
.pum-content,
.pum-title {
  position: relative;
  z-index: 1;
}

.pum-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999999999;
  overflow: initial;
  display: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.pum-overlay.pum-form-submission-detected,
.pum-overlay.pum-preview {
  display: block;
}

.pum-overlay,
.pum-overlay *,
.pum-overlay:after,
.pum-overlay:before,
.pum-overlay:after,
.pum-overlay:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pum-container {
  top: 100px;
  position: absolute;
  margin-bottom: 3em;
  z-index: 1999999999;
}

.pum-container.pum-responsive {
  left: 50%;
  margin-left: -47.5%;
  width: 95%;
  height: auto;
  overflow: visible;
}

.pum-container.pum-responsive img {
  max-width: 100%;
  height: auto;
}

.pum-container.custom-position {
  left: auto;
  top: auto;
  margin-left: inherit;
}

.pum-container .pum-content > :last-child {
  margin-bottom: 0;
}

.pum-container .pum-content + .pum-close {
  text-decoration: none;
  text-align: center;
  line-height: 1;
  position: absolute;
  cursor: pointer;
  min-width: 1em;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .pum-container .pum-content + .pum-close {
    color: #000000;
  }
}

.pum-container.pum-scrollable .pum-content {
  overflow: auto;
  overflow-y: scroll;
  max-height: 95%;
}

.pum-overlay-disabled {
  visibility: hidden;
}

.pum-overlay-disabled::-webkit-scrollbar {
  display: block;
}

.pum-overlay-disabled .pum-container {
  visibility: visible;
}

html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
  overflow: hidden;
}

html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
  position: fixed;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 15px;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow-y: scroll;
}

html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active {
  position: static;
  height: auto;
  width: auto;
}

#gform_8 {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .pum-theme-7822 .pum-container {
    padding: 60px 0 0 0 !important;
  }
  .pum-theme-7822 .pum-container .text-container {
    min-height: 520px;
  }
}

.pum-theme-7822 .pum-container .image-container {
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
  .pum-theme-7822 .pum-container .image-container {
    display: none;
  }
}

.pum-theme-7822 .pum-container .text-container {
  padding: 60px;
}

@media only screen and (min-width: 1024px) {
  .pum-theme-7822 .pum-container:before {
    background-color: #478ca0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 25%;
  }
}

.pum-container iframe.formidable {
  width: 100%;
  overflow: visible;
}

#pum-3281 {
  z-index: 100 !important;
}

.pika-single,
body div#ui-datepicker-div[style] {
  z-index: 9999999999 !important;
}

.popmake-close {
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .pum-container.pum-responsive.pum-responsive-nano {
    margin-left: -5%;
    width: 10%;
  }
  .pum-container.pum-responsive.pum-responsive-micro {
    margin-left: -10%;
    width: 20%;
  }
  .pum-container.pum-responsive.pum-responsive-tiny {
    margin-left: -15%;
    width: 30%;
  }
  .pum-container.pum-responsive.pum-responsive-small {
    margin-left: -20%;
    width: 40%;
  }
  .pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -30%;
    width: 60%;
  }
  .pum-container.pum-responsive.pum-responsive-normal {
    margin-left: -30%;
    width: 70%;
  }
  .pum-container.pum-responsive.pum-responsive-large {
    margin-left: -35%;
    width: 80%;
  }
  .pum-container.pum-responsive.pum-responsive-xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
  .pum-container.pum-responsive.pum-position-fixed {
    position: fixed;
  }
}

@media only screen and (max-width: 1024px) {
  .pum-container.pum-responsive.pum-position-fixed {
    position: absolute;
  }
  .pum-theme-exit-intent-no-bg-image .pum-container.pum-responsive {
    padding: 20px !important;
  }
  .pum-theme-exit-intent-no-bg-image .pum-container.pum-responsive h4 {
    font-size: 1.5rem !important;
  }
  .pum-theme-exit-intent-no-bg-image .pum-container.pum-responsive #gform_8 .gform_footer.top_label {
    width: auto !important;
  }
}

/**
 * Colors
 */
.teal {
  color: #478ca0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.teal.underline {
  text-decoration: underline;
}

.medium-gray {
  color: #999;
}

/**
 * Widgets
 */
.long-dash {
  display: inline-block;
  width: 2em;
  border-bottom: 1px solid #999;
  vertical-align: super;
  margin: 0 0.5rem;
}

.set-bg {
  background-repeat: no-repeat;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.set-bg + .container {
  z-index: 10;
  position: relative;
}

.bg-loaded .set-bg {
  opacity: 1;
}

.set-bg-color {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.set-bg-color + .container {
  z-index: 10;
  position: relative;
}

.content-connector {
  width: 100px;
  border-bottom: 2px solid #2d6c82;
  z-index: 9;
}

@media print, screen and (max-width: 39.99875em) {
  .content-connector {
    display: none;
  }
}

.section-label {
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #999;
  font-weight: 500;
}

.section-label:after {
  content: " ";
  display: inline-block;
  width: 2em;
  border-bottom: 1px solid #ccc;
  vertical-align: super;
  margin: 0 0.5rem;
}

/**
 * Buttons
 */
.button-link-arrow {
  font-weight: 500;
}

.button-link-arrow:before {
  content: "\e908";
  font-family: 'theme-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 1em;
}

.button-link-arrow.community:before {
  content: '';
}

.button-link-arrow.community img {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.button-link-arrow.button-link-arrow-left:before {
  content: "\e90b";
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/**
 * Content
 */
#content {
  min-height: 800px;
}

#content .back-to-index {
  display: block;
  font-size: 13px;
  padding-top: 2rem;
  text-transform: uppercase;
  /*color: $white;*/
}

#content .heading p {
  font-weight: 500;
}

#content main > section:first-child,
#content main > section:first-of-type {
  padding-top: 150px;
  padding-bottom: 4em;
}

@media print, screen and (max-width: 39.99875em) {
  #content main > section:first-child,
  #content main > section:first-of-type {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 80em) {
  .row {
    max-width: 94%;
  }
  .row .row {
    max-width: 100%;
  }
}

/**
 * Boxes (ticky tacky)
 */
.box-minimal {
  margin-bottom: 6em;
}

@media print, screen and (max-width: 39.99875em) {
  .box-minimal {
    margin-bottom: 3em;
  }
}

.box-minimal h4 {
  text-transform: uppercase;
  font-size: 0.875rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.box-grow {
  position: relative;
  visibility: hidden;
}

.box-grow .states {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.box-grow .states .state-initial,
.box-grow .states .state-hover {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fefefe;
}

.box-grow .states .state-initial p,
.box-grow .states .state-initial h2,
.box-grow .states .state-initial h3,
.box-grow .states .state-initial h4,
.box-grow .states .state-initial h5,
.box-grow .states .state-initial a,
.box-grow .states .state-hover p,
.box-grow .states .state-hover h2,
.box-grow .states .state-hover h3,
.box-grow .states .state-hover h4,
.box-grow .states .state-hover h5,
.box-grow .states .state-hover a {
  color: #fefefe;
}

@media screen and (min-width: 80em) {
  .box-grow .states .state-initial h4,
  .box-grow .states .state-hover h4 {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 79.99875em) {
  .box-grow .states .state-initial h4,
  .box-grow .states .state-hover h4 {
    font-size: 1.525rem;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 49.99875em) {
  .box-grow .states .state-initial h4,
  .box-grow .states .state-hover h4 {
    font-size: 1.725rem;
  }
}

.box-grow .states .state-initial {
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.box-grow .states .state-initial i {
  font-size: 1.5rem;
}

.box-grow .states .state-hover {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  top: 55%;
  padding: 20% 10%;
  font-size: 0.875rem;
}

.box-grow img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.box-grow:hover .states {
  width: 70%;
  height: 70%;
  background-color: rgba(71, 140, 160, 0.8);
}

@media print, screen and (max-width: 89.99875em) {
  .box-grow:hover .states {
    width: 80%;
    height: 80%;
  }
}

@media print, screen and (max-width: 79.99875em) {
  .box-grow:hover .states {
    width: 90%;
    height: 90%;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .box-grow:hover .states {
    width: 80%;
    height: 80%;
  }
}

.box-grow:hover .states .state-initial {
  opacity: 0;
}

.box-grow:hover .states .state-hover {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.box-grow:hover img {
  opacity: 0;
}

/* .box-grow {
  position: relative;

  .states {
    @include global-transition;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background-color: rgba(71,140,160,0.7);
    transition-delay: 0.25s;

    @include breakpoint(xlarge down) {
      width: 60%;
      height: 60%;
    }

    @include breakpoint(large down) {
      width: 70%;
      height: 70%;
    }

    @include breakpoint(medium down) {
      width: 50%;
      height: 50%;
    }


    .state-initial, .state-hover {
      @include global-transition;
      position: absolute;
      display: block;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;

      text-align: center;
      color: $white;

      p, h2, h3, h4, h5, a {
        color:$white;
      }
    }

    .state-initial {
      opacity: 1;
      @include global-transition;

      i {
        font-size: 1.5rem;
      }
    }

    .state-hover {
      opacity: 0;
      transition: all 0.25s ease-out;

      top: 55%;

      // border-radius: 50%;
      // background-color: $brand-teal;
      // margin:5%;
      // width:90%;
      // height: 90%;

      padding:20% 10%;

      font-size: 0.875rem;
    }

  }

  img {
    width: 100%;
    opacity: 1;
    @include global-transition;
  }

  &:hover .states {
    width: 70%;
    height: 70%;
    background-color: rgba(71,140,160,0.8);

    @include breakpoint(xlarge down) {
      width: 80%;
      height: 80%;
    }

    @include breakpoint(large down) {
      width: 90%;
      height: 90%;
    }

    @include breakpoint(medium down) {
      width: 80%;
      height: 80%;
    }

    .state-initial {
      opacity: 0;
    }

    .state-hover {
      opacity: 1;
      transition-delay: 0.5s;
    }
  } 

  &:hover img {
    filter: grayscale(100%);
  }
  } */
/**
 * grid takeover
 */
.show-grid-takeover .grid-takeover-hide {
  display: none !important;
}

.grid-takeover-show {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.show-grid-takeover .grid-takeover-show {
  visibility: visible;
  opacity: 1;
}

.show-grid-takeover .m-scene .scene_element {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

.grid-takeover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: visibility 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s, background 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s, opacity 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: visibility 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s, background 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s, opacity 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: visibility 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s, background 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s, opacity 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: visibility 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s, background 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s, opacity 0.25s ease-out, box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  overflow-y: auto;
}

.show-grid-takeover .grid-takeover {
  background: #F7F7F7;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.show-grid-takeover .is-exiting .grid-takeover {
  opacity: 0;
}

.grid-takeover .toggle-takeover {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 999;
  color: #1c1c1c;
  background: #fff;
  border: 2px solid #ccc;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 39px;
  border-radius: 21px;
}

.grid-takeover .content {
  height: 100%;
}

/**
 * Growth Bar
 */
#growthbar {
  background-color: #1c1c1c;
  height: 67px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 90;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media print, screen and (max-width: 39.99875em) {
  #growthbar {
    display: none;
  }
}

.has-scrolled #growthbar {
  visibility: visible;
  opacity: 1;
}

.has-scrolled.hide-growthbar #growthbar, #growthbar.growthbar-hidden {
  visibility: hidden;
  opacity: 0;
}

#growthbar p {
  line-height: 67px;
}

#growthbar a {
  color: #fefefe;
}

#growthbar a:hover, #growthbar a:focus,
#growthbar a:hover .teal,
#growthbar a:focus .teal {
  color: #fefefe;
}

#growthbar .growth-area {
  font-size: 1.5rem;
  font-weight: 500;
}

#growthbar .growth-description {
  font-weight: 500;
  display: inline-block;
  margin-right: 0.5rem;
}

#growthbar .nav {
  position: absolute;
  height: 67px;
  line-height: 71px;
  padding: 0 1rem;
  color: #6f6f6f;
  font-size: 1.3em;
  top: 0;
  -webkit-transform: none;
          transform: none;
}

#growthbar .nav.prev {
  left: 0px;
}

#growthbar .nav.next {
  right: 0px;
}

#growthbar .nav:hover, #growthbar .nav:focus {
  color: #fefefe;
  outline: none;
}

#growthbar .close-growthbar {
  position: absolute;
  height: 67px;
  line-height: 71px;
  padding: 0 1rem;
  color: #6f6f6f;
  font-size: 1.3em;
  top: 0;
  -webkit-transform: none;
          transform: none;
  right: 0px;
  width: 70px;
}

#growthbar .close-growthbar .close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

#growthbar .close-growthbar .close:before, #growthbar .close-growthbar .close:after {
  height: 3px;
  width: 30px;
  content: '';
  background-color: #6f6f6f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 15px);
}

#growthbar .close-growthbar .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/**
  * Grow Nav
  */
#grow_nav {
  position: fixed;
  top: 20%;
  background-color: #fff;
  padding-right: 1rem;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 110px;
  -webkit-transition: max-width 0.15s linear;
  transition: max-width 0.15s linear;
  z-index: 999;
}

@media print, screen and (min-width: 64em) and (max-width: 79.99875em) {
  #grow_nav {
    top: 70%;
  }
}

@media print, screen and (max-width: 49.99875em) {
  #grow_nav {
    max-width: 100%;
    top: auto;
    bottom: 0;
    z-index: 10;
  }
}

#grow_nav .heading {
  padding-right: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

#grow_nav .heading a {
  position: relative;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  margin-right: 2rem;
  cursor: pointer;
  font-weight: bold;
  padding-left: 1.5rem;
  line-height: 3rem;
}

#grow_nav .heading a span {
  position: absolute;
  right: -5px;
  height: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#grow_nav ul {
  padding-left: 2rem;
  padding-right: 1rem;
  margin-bottom: 0;
}

#grow_nav ul li {
  line-height: 1.4rem;
}

#grow_nav ul li a {
  font-size: 1.4rem;
  color: #999;
  font-weight: bold;
}

#grow_nav ul li a:hover {
  color: #1c1c1c;
}

#grow_nav ul li.current a {
  color: #1c1c1c;
}

#grow_nav.open {
  max-width: 220px;
}

@media print, screen and (max-width: 49.99875em) {
  #grow_nav.open {
    max-width: 100%;
  }
}

#grow_nav.open .heading i:before {
  content: "";
}

#grow_nav.open .grow-link {
  display: block !important;
  position: absolute;
  height: 3rem;
  width: 8rem;
  border-width: 0;
  top: 0;
}

#grow_nav.open ul {
  padding-bottom: 1rem;
  max-height: 180px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.25s linear, max-height 0.15s ease-out;
  transition: visibility 0s linear 0s, opacity 0.25s linear, max-height 0.15s ease-out;
}

#grow_nav.open .burg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  width: 20px;
  right: -12px;
  height: 3px;
}

#grow_nav.open .burg:before, #grow_nav.open .burg:after {
  top: 0;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #478ca0;
}

#grow_nav.open .burg:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#grow_nav:not(.open) .heading {
  margin-bottom: 0;
}

#grow_nav:not(.open) .heading a {
  border-width: 0;
}

#grow_nav:not(.open) ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear, max-height 0.15s ease-out;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear, max-height 0.15s ease-out;
}

#grow_nav .burg {
  float: right;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  top: calc(100% - 3px);
  right: -1px;
  background-color: #478ca0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.25s ease-out, background-color 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s;
  transition: all 0.25s ease-out, background-color 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s;
  transition: all 0.25s ease-out, transform 0.25s ease-out 0.4s, background-color 0.25s ease-out 0.4s;
  transition: all 0.25s ease-out, transform 0.25s ease-out 0.4s, background-color 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s;
}

#grow_nav .burg:before, #grow_nav .burg:after {
  display: block;
  content: "";
  height: 4px;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  background-color: #478ca0;
  top: -8px;
  -webkit-transition: all 0.25s ease-out, top 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s;
  transition: all 0.25s ease-out, top 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s;
  transition: all 0.25s ease-out, transform 0.25s ease-out 0.4s, top 0.25s ease-out 0.4s;
  transition: all 0.25s ease-out, transform 0.25s ease-out 0.4s, top 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s;
}

#grow_nav .burg:after {
  top: 8px;
}

/**
 * Team Member blurb
 */
.team-member-blurb {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1c1c1c;
  font-size: 14px;
}

.team-member-blurb img {
  max-width: 80px;
  border-radius: 50%;
  margin-bottom: 0.75rem;
}

/**
 * Rows for bg
 */
.row-bg {
  max-width: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .row-bg {
    display: none;
  }
  .row-bg div[data-equal-watch] {
    height: 0 !important;
  }
}

.row-bg .bg-white {
  background-color: #fff;
}

.row-bg .bg-white-half {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(51%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 51%);
}

.row-bg + .row {
  position: relative;
  z-index: 10;
}

.row-bg .row {
  margin-left: auto;
  margin-right: auto;
}

/**
 * Form
 */
select {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #2d6c82;
  color: #2d6c82;
  outline: none;
  font-weight: 500;
  background-position: 108% 11px;
  background-image: url("../img/downarrow.svg");
  background-size: 5% auto;
  padding-left: 0;
  display: none;
}

select option {
  line-height: 41px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.nice-select {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #2d6c82;
  border-radius: 0;
  padding-left: 0;
  height: 39px;
  color: #2d6c82;
  outline: none;
  font-weight: 500;
  font-size: 1rem;
  float: none;
}

.nice-select:after {
  background-position: center;
  background-image: url(../img/downarrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
  border: 0;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 0;
  z-index: -1;
  right: 0;
  margin: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.nice-select:hover {
  border-color: #2d6c82;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #2d6c82;
}

.nice-select.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nice-select .list {
  border-radius: 0;
  border: 0;
  margin-left: 0;
  width: 100%;
}

.nice-select .list .option {
  border-left: 5px solid #fff;
}

.nice-select .list .option:hover, .nice-select .list .option.focus, .nice-select .list .option.selected {
  border-left: 5px solid #2d6c82;
}

.nice-select .list .option.selected {
  color: #1c1c1c;
}

.nice-select .option {
  padding-right: 1rem;
}

input[type="text"],
input[type="search"],
input[type="email"] {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #2d6c82;
  color: #2d6c82;
  outline: none;
  font-weight: 500;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding-left: 0;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #2d6c82;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #2d6c82 !important;
}

input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #2d6c82 !important;
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #2d6c82 !important;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #2d6c82 !important;
}

.radio-toggle label {
  cursor: pointer;
  display: inline-block;
  padding: 0 1rem;
  border-bottom: 2px solid transparent;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  color: #2d6c82;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.radio-toggle label.selected {
  border-bottom-color: #2d6c82;
  color: #1c1c1c;
}

@media print, screen and (max-width: 39.99875em) {
  .radio-toggle label {
    text-align: left;
    display: block;
  }
}

.radio-toggle input[type="radio"] {
  display: none;
}

/**
 * Grid Filters
 */
.grid-filters .filter-search .input-group-button {
  position: relative;
  height: 39px;
}

.grid-filters .filter-search .input-group-button button[type="submit"] {
  background-color: transparent;
  color: #2d6c82;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  outline: none;
  font-size: 1.4em;
  position: absolute;
  right: 2px;
  top: 6px;
  padding: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .grid-filters .filter-status {
    margin-bottom: 1rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .grid-filters .filter-industry {
    margin-bottom: 1rem;
  }
}

/**
 * Gravity Forms
 */
.gform_wrapper.gf_browser_chrome .gform_body {
  max-width: 100%;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type='file']) {
  padding-left: 0 !important;
}

.gform_wrapper#gform_wrapper_3 li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type='file']),
.gform_wrapper#gform_wrapper_3 li.gfield_error textarea {
  padding-left: 5px !important;
}

.gform_wrapper#gform_wrapper_3 #field_3_16 {
  width: 100% !important;
}

.gform_wrapper#gform_wrapper_3 #field_3_15 .gchoice_3_15_1 {
  overflow: visible !important;
}

.gform_wrapper#gform_wrapper_3 .gform_footer {
  margin-top: 0;
}

@media print, screen and (min-width: 40em) {
  .gform_wrapper#gform_wrapper_3 .gform_footer input.button,
  .gform_wrapper#gform_wrapper_3 .gform_footer input[type=submit],
  .gform_wrapper#gform_wrapper_3 .gform_footer input.button,
  .gform_wrapper#gform_wrapper_3 .gform_footer input[type=submit],
  .gform_wrapper#gform_wrapper_3 .gform_footer button {
    background: transparent;
    color: #1c1c1c;
    font-weight: 500;
    outline: none;
    padding-left: 0;
    position: relative;
    padding-right: 1.5rem;
    font-size: 1rem;
  }
  .gform_wrapper#gform_wrapper_3 .gform_footer input.button:after,
  .gform_wrapper#gform_wrapper_3 .gform_footer input[type=submit]:after,
  .gform_wrapper#gform_wrapper_3 .gform_footer input.button:after,
  .gform_wrapper#gform_wrapper_3 .gform_footer input[type=submit]:after,
  .gform_wrapper#gform_wrapper_3 .gform_footer button:after {
    position: absolute;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1;
    color: #1c1c1c;
    font-family: 'theme-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 12px;
    right: 0;
    content: "\e908";
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .gform_wrapper#gform_wrapper_3 .gform_footer input.button:hover:after,
  .gform_wrapper#gform_wrapper_3 .gform_footer input[type=submit]:hover:after,
  .gform_wrapper#gform_wrapper_3 .gform_footer input.button:hover:after,
  .gform_wrapper#gform_wrapper_3 .gform_footer input[type=submit]:hover:after,
  .gform_wrapper#gform_wrapper_3 .gform_footer button:hover:after {
    right: -8px;
  }
}

.gform_wrapper#gform_wrapper_2 {
  position: relative;
}

.gform_wrapper#gform_wrapper_2 li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type='file']),
.gform_wrapper#gform_wrapper_2 li.gfield_error textarea {
  padding-left: 5px !important;
}

.gform_wrapper#gform_wrapper_2 .gform_footer {
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  right: 0;
  width: auto;
}

@media print, screen and (min-width: 40em) {
  .gform_wrapper#gform_wrapper_2 .gform_footer input.button,
  .gform_wrapper#gform_wrapper_2 .gform_footer input[type=submit],
  .gform_wrapper#gform_wrapper_2 .gform_footer input.button,
  .gform_wrapper#gform_wrapper_2 .gform_footer input[type=submit],
  .gform_wrapper#gform_wrapper_2 .gform_footer button {
    background: transparent;
    color: #2d6c82;
    font-weight: 500;
    outline: none;
    padding-left: 0;
    position: relative;
    padding-right: 1.5rem;
    font-size: 1rem;
    min-width: 4rem;
  }
  .gform_wrapper#gform_wrapper_2 .gform_footer input.button span,
  .gform_wrapper#gform_wrapper_2 .gform_footer input[type=submit] span,
  .gform_wrapper#gform_wrapper_2 .gform_footer input.button span,
  .gform_wrapper#gform_wrapper_2 .gform_footer input[type=submit] span,
  .gform_wrapper#gform_wrapper_2 .gform_footer button span {
    display: none;
  }
  .gform_wrapper#gform_wrapper_2 .gform_footer input.button:after,
  .gform_wrapper#gform_wrapper_2 .gform_footer input[type=submit]:after,
  .gform_wrapper#gform_wrapper_2 .gform_footer input.button:after,
  .gform_wrapper#gform_wrapper_2 .gform_footer input[type=submit]:after,
  .gform_wrapper#gform_wrapper_2 .gform_footer button:after {
    position: absolute;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1;
    color: #2d6c82;
    font-family: 'theme-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 12px;
    right: 20px;
    content: "\e908";
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .gform_wrapper#gform_wrapper_2 .gform_footer input.button:hover:after,
  .gform_wrapper#gform_wrapper_2 .gform_footer input[type=submit]:hover:after,
  .gform_wrapper#gform_wrapper_2 .gform_footer input.button:hover:after,
  .gform_wrapper#gform_wrapper_2 .gform_footer input[type=submit]:hover:after,
  .gform_wrapper#gform_wrapper_2 .gform_footer button:hover:after {
    right: 10px;
  }
}

.gform_wrapper#gform_wrapper_7 #field_7_28 .gchoice_7_28_1 {
  overflow: visible !important;
}

.gform_wrapper#gform_wrapper_12 #field_12_28 .gchoice_12_28_1 {
  overflow: visible !important;
}

/**
 * blazy transistion
 */
.b-lazy {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.b-lazy.b-loaded {
  opacity: 1;
}

h1.fourofour {
  color: #e7e7e7;
  font-size: 1640%;
  margin-bottom: 0;
  position: relative;
  top: 70px;
}

@media print, screen and (max-width: 39.99875em) {
  h1.fourofour {
    display: none;
  }
}

.geoip-continent-EU #gform_8 .gform_footer.top_label {
  position: relative !important;
  right: auto !important;
  margin-top: 20px !important;
}

.geoip-continent-EU #gform_8 #input_8_11 .gchoice_8_11_1 {
  overflow: visible !important;
}

.geoip-continent-EU #gform_8 #input_8_11 .gchoice_8_11_1 #label_8_11_1 {
  margin-left: 5px;
}

.geoip-continent-EU #gform_11 .gform_footer.top_label {
  float: none !important;
}

.geoip-continent-EU #gform_11 .gform_footer.top_label .gform_button {
  margin-top: 25px;
}

.geoip-continent-EU #gform_11 #field_11_16 {
  margin-top: 15px !important;
}

.geoip-continent-EU #gform_11 #input_11_15 .gchoice_11_15_1 {
  overflow: visible !important;
}

.geoip-continent-EU #gform_11 #input_11_15 .gchoice_11_15_1 #label_11_15_1 {
  margin-left: 5px;
}

/*temp stuff will delete or move later*/
/*.single-portfolio_company div {
  outline: yellow solid 1px;

  .row-bg {
    outline: green solid 1px;
  }

}

*/
.theme-8505, .theme-13264 {
  padding: 0 !important;
  border-radius: 8px 0px 0px 8px !important;
  overflow: hidden !important;
  border-right: none !important;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

@media print, screen and (max-width: 49.99875em) {
  .theme-8505, .theme-13264 {
    top: auto !important;
    bottom: 100px !important;
  }
}

.theme-8505 p, .theme-13264 p {
  margin-bottom: 10px;
}

.theme-8505 img, .theme-13264 img {
  height: 69px;
  -o-object-fit: cover;
     object-fit: cover;
}

.theme-8505 .tag, .theme-13264 .tag {
  color: #478CA0;
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  padding-left: 14px;
  padding-right: 14px;
}

.theme-8505 .title, .theme-13264 .title {
  color: #505050;
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 28px;
  padding-left: 14px;
  padding-right: 24px;
}

.theme-8505 .link-contain, .theme-13264 .link-contain {
  padding-left: 23px;
  padding-right: 14px;
  padding-bottom: 20px;
}

.theme-8505 .link-contain i, .theme-13264 .link-contain i {
  padding-right: 10px;
}

.theme-8505 .link-contain a, .theme-13264 .link-contain a {
  color: #568E9E;
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.theme-8505 .pum-close, .theme-13264 .pum-close {
  right: 5px !important;
  top: 5px !important;
  padding: 0px !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 43px !important;
  border: 0px none #000000 !important;
  border-radius: 0px !important;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0) !important;
          box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0) !important;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
  background-color: rgba(255, 255, 255, 0) !important;
}

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 94px;
  z-index: 98;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.site-header .no-bullet {
  margin-bottom: 2rem;
}

@media print, screen and (max-width: 39.99875em) {
  .site-header .first-col {
    margin-left: 10px !important;
  }
}

.site-header .wrapper {
  height: 94px;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 11;
  max-width: 94%;
}

@media print, screen and (max-width: 79.99875em) {
  .site-header .wrapper {
    max-width: 95%;
  }
}

.show-takeover .site-header .wrapper {
  background: #F7F7F7;
}

.site-header .logo {
  width: 100%;
  max-width: 52px;
  /* LLR */
}

@media print, screen and (max-width: 79.99875em) {
  .site-header .logo {
    margin-left: 0.9375rem;
  }
}

.site-header .logo img {
  width: 100%;
  height: 68px;
}

.site-header .logo a {
  height: 94px;
  display: inline-block;
  line-height: 94px;
}

.site-header .main-navigation {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-header .main-navigation .top-bar-title .nav-takeover {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 2rem;
  color: #1c1c1c;
  display: block !important;
}

.show-takeover .site-header .main-navigation .top-bar-title .nav-takeover.nav-takeover-open {
  display: none !important;
}

.site-header .main-navigation .top-bar-title .nav-takeover.nav-takeover-close {
  display: none !important;
  color: #1c1c1c;
}

.show-takeover .site-header .main-navigation .top-bar-title .nav-takeover.nav-takeover-close {
  display: block !important;
}

@media print, screen and (min-width: 50em) {
  .show-takeover .site-header .main-navigation .top-bar-title .nav-takeover.nav-takeover-close {
    display: none !important;
  }
}

@media print, screen and (min-width: 50em) {
  .site-header .main-navigation .top-bar-title .nav-takeover {
    display: none !important;
  }
}

.site-header .main-navigation .top-bar-title .investor-login {
  display: none !important;
  position: absolute;
  top: 0;
  right: 6rem;
  padding: 0 2rem;
}

.show-takeover .site-header .main-navigation .top-bar-title .investor-login {
  display: block !important;
}

@media print, screen and (min-width: 50em) {
  .show-takeover .site-header .main-navigation .top-bar-title .investor-login {
    display: none !important;
  }
}

@media screen and (max-width: 23.75em) {
  .show-takeover .site-header .main-navigation .top-bar-title .investor-login {
    display: none !important;
  }
}

.site-header .main-navigation .top-bar-right {
  position: relative;
  padding-right: 120px;
}

.site-header .main-navigation .top-bar-right .takeover-hide > .menu {
  padding-left: 10px;
}

@media print, screen and (max-width: 39.99875em) {
  .site-header .main-navigation .top-bar-right {
    margin-left: 0.9375rem;
  }
}

.site-header .main-navigation .top-bar-right .pipe {
  position: absolute;
  left: 0px;
  display: block;
  border-left: 1px solid #ccc;
  height: 47px;
  top: 23.5px;
}

.site-header .main-navigation .top-bar-right.takeover-show .pipe {
  position: relative;
  left: 0;
  display: block;
  border-left: 1px solid #ccc;
  height: 47px;
  top: auto;
  margin: 0 2rem;
}

.site-header .main-navigation .menu > li > a {
  color: #1c1c1c;
  font-weight: 500;
  border-bottom: 6px solid transparent;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding-top: 38.5px;
  padding-bottom: 32.5px;
}

.show-takeover .site-header .main-navigation .menu > li > a {
  color: #478ca0;
}

.show-takeover .site-header .main-navigation .menu > li > a.nav-takeover {
  color: #1c1c1c;
}

.show-takeover .site-header .main-navigation .menu > li > a.nav-takeover i {
  margin-left: 1rem;
}

.site-header .main-navigation .menu > li > a:hover,
.site-header .main-navigation .menu > li.current-menu-item a {
  border-bottom: 6px solid #478ca0;
}

.show-takeover .site-header .main-navigation .menu > li > a:hover, .show-takeover
.site-header .main-navigation .menu > li.current-menu-item a {
  border-bottom: 6px solid transparent;
}

.site-header.is-top {
  visibility: visible;
  opacity: 1;
}

.site-header.fixed-nav {
  height: 65px;
  position: fixed !important;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.05);
}

.site-header.fixed-nav .wrapper {
  height: 65px;
  border-bottom: 0;
}

.site-header.fixed-nav .main-navigation .top-bar-right .pipe {
  height: 32.5px;
  top: 16.25px;
}

.site-header.fixed-nav .main-navigation .top-bar-right.takeover-show .pipe {
  top: auto;
  height: 32.5px;
}

.site-header.fixed-nav .logo img {
  width: 100%;
  height: 65px;
}

.site-header.fixed-nav .logo a {
  height: 65px;
  line-height: 65px;
}

.site-header.fixed-nav .menu > li > a {
  padding-top: 24px;
  padding-bottom: 18px;
}

.has-scrolled .site-header {
  visibility: visible;
  opacity: .97;
}

.admin-bar.has-scrolled .site-header {
  top: 32px;
}

.show-takeover .site-header .takeover-hide {
  display: none !important;
}

.site-header .takeover-show {
  visibility: hidden;
  opacity: 0;
  position: fixed !important;
}

.show-takeover .site-header .takeover-show {
  position: relative !important;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.site-header .takeover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: visibility 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s, background 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s, opacity 0.25s ease-out;
  transition: visibility 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s, background 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s, opacity 0.25s ease-out;
  overflow-y: auto;
}

.show-takeover .site-header .takeover {
  background: #F7F7F7;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.show-takeover .is-exiting .site-header .takeover {
  opacity: 0;
}

.site-header .takeover .content {
  position: relative !important;
  padding-top: 194px;
  max-width: 94%;
}

@media print and (max-height: 750px), screen and (min-width: 64em) and (max-height: 750px) {
  .site-header .takeover .content {
    padding-top: 134px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .site-header .takeover .content {
    padding-top: 144px;
  }
}

.site-header .takeover .content .section-label {
  margin-bottom: 2rem;
  letter-spacing: 1.5px;
}

.site-header .takeover .content .section-label.no-dash {
  font-weight: 400;
}

.site-header .takeover .content .section-label.no-dash:after {
  display: none;
}

@media print, screen and (max-width: 19.99875em) {
  .site-header .takeover .content .section-label {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .site-header .takeover .content .section-label:after {
    width: 0;
  }
}

.site-header .takeover .content .main-nav {
  font-weight: 700;
}

.site-header .takeover .content .main-nav li a {
  font-size: 65px;
  line-height: 1.3;
}

@media print and (max-height: 750px), screen and (min-width: 64em) and (max-height: 750px) {
  .site-header .takeover .content .main-nav li a {
    font-size: 55px;
    line-height: 1.2;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .site-header .takeover .content .main-nav li a {
    font-size: 2.375rem;
  }
}

.site-header .takeover .content .section-industries ul li {
  line-height: 1.7rem;
}

.site-header .takeover .content .section-industries ul a {
  font-size: 1.75rem;
  line-height: 1.5rem;
  display: table;
  margin-bottom: 10px;
  color: #1c1c1c;
  font-weight: bold;
}

@media print, screen and (min-width: 64em) {
  .site-header .takeover .content .section-industries ul a {
    font-size: 33px;
    line-height: 1;
  }
}

@media print and (max-height: 750px), screen and (min-width: 64em) and (max-height: 750px) {
  .site-header .takeover .content .section-industries ul a {
    font-size: 30px;
  }
}

.site-header .takeover .content .section-industries ul a:hover, .site-header .takeover .content .section-industries ul a:focus {
  color: #2d6c82;
}

@media print, screen and (min-width: 64em) {
  .site-header .takeover .content .section-social {
    padding-right: 0;
  }
}

@media screen and (min-width: 80em) {
  .site-header .takeover .content .section-social {
    padding: 0;
  }
}

.site-header .takeover .content .section-social a {
  color: #1c1c1c;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.site-header .takeover .content .section-social a:hover, .site-header .takeover .content .section-social a:focus {
  color: #2d6c82;
}

.site-header .takeover .content .section-contact {
  font-weight: 500;
  color: #1c1c1c;
}

@media print, screen and (max-width: 63.99875em) {
  .site-header .takeover .content .section-contact {
    margin-top: 30px;
  }
}

@media screen and (min-width: 80em) {
  .site-header .takeover .content .section-contact {
    padding: 0;
  }
}

.site-header .takeover .content .section-contact p a {
  color: #1c1c1c;
  display: table;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}

.site-header .takeover .content .section-contact p a img {
  position: relative;
  top: -2px;
  margin-right: 10px;
  width: 18px;
}

.site-header .takeover .content .section-contact p a:hover {
  color: #2d6c82 !important;
}

.site-header .takeover .content .section-find-us {
  font-weight: 500;
  color: #1c1c1c;
  margin-top: 60px;
}

@media print, screen and (min-width: 64em) {
  .site-header .takeover .content .section-find-us {
    padding-right: 0;
  }
}

@media screen and (min-width: 80em) {
  .site-header .takeover .content .section-find-us {
    padding: 0;
  }
}

@media (max-height: 750px) {
  .site-header .takeover .content .section-find-us {
    margin-top: 20px;
  }
}

.site-header .takeover .content .section-find-us.no-label {
  margin-top: calc(2rem + 75px);
}

@media print, screen and (max-width: 63.99875em) {
  .site-header .takeover .content .section-find-us.no-label {
    margin-top: 0;
  }
}

@media print and (max-height: 750px), screen and (min-width: 64em) and (max-height: 750px) {
  .site-header .takeover .content .section-find-us.no-label {
    margin-top: calc(2rem + 35px);
  }
}

.site-header .takeover .content .section-find-us a {
  display: table;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
}

.site-header .takeover .content .section-find-us a:hover, .site-header .takeover .content .section-find-us a:focus {
  color: #2d6c82;
}

.site-header .takeover .content .section-find-us span {
  display: table;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
}

.site-header .takeover .content .section-find-us .section-title {
  color: #1c1c1c;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  display: table;
  max-width: 220px;
}

.site-header .takeover .copyright-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 94%;
}

@media screen and (max-width: 79.9375em) {
  .site-header .takeover .copyright-container {
    padding: 1rem 0;
    position: relative !important;
    float: none;
  }
}

.site-header .takeover .copyright {
  padding: 2rem 0 2rem 0;
  text-transform: uppercase;
  -webkit-transition: none;
  transition: none;
  width: 100%;
  padding: 1rem 0;
  position: relative !important;
  float: none;
}

.site-header .takeover .copyright.stack {
  position: relative !important;
  float: right;
  margin-top: 2rem;
}

.site-header .takeover .copyright .menu {
  color: #999;
  font-size: 0.75em;
}

@media print, screen and (max-width: 39.99875em) {
  .site-header .takeover .copyright .menu {
    display: block;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .site-header .takeover .copyright .menu li a {
    padding-left: 0;
    padding-bottom: 0;
  }
  .site-header .takeover .copyright .menu li span {
    padding-left: 0 !important;
  }
}

.site-header .takeover .copyright .menu li {
  padding-right: 1rem;
}

@media screen and (max-width: 45.3125em) {
  .site-header .takeover .copyright .menu li {
    padding-right: 2px;
  }
}

.site-header .takeover .copyright .menu li span {
  padding: 0.7rem 1rem;
  display: block;
  line-height: 1;
}

.mobile-menu-icon-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 100%;
}

.mobile-menu-icon {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  cursor: pointer;
  display: block;
  pointer-events: initial;
  z-index: 900;
}

.mobile-menu-icon .text {
  position: absolute;
  right: 45px;
  top: calc(50% - 10px);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: #1c1c1c;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media print, screen and (max-width: 49.99875em) {
  .mobile-menu-icon .text {
    top: 0;
  }
}

.mobile-menu-icon .text.text-close {
  opacity: 0;
  top: calc(50% - 0px);
}

@media print, screen and (max-width: 49.99875em) {
  .mobile-menu-icon .text.text-close {
    top: 10px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .mobile-menu-icon {
    right: 0.625rem;
  }
}

.mobile-menu-icon .burg {
  float: right;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  top: calc(50% - 3px);
  right: 20px;
  background-color: #1c1c1c;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.25s ease-out, background-color 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s;
  transition: all 0.25s ease-out, background-color 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s;
  transition: all 0.25s ease-out, transform 0.25s ease-out 0.4s, background-color 0.25s ease-out 0.4s;
  transition: all 0.25s ease-out, transform 0.25s ease-out 0.4s, background-color 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s;
}

.mobile-menu-icon .burg:before, .mobile-menu-icon .burg:after {
  display: block;
  content: "";
  height: 4px;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  background-color: #1c1c1c;
  top: -8px;
  -webkit-transition: all 0.25s ease-out, top 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s;
  transition: all 0.25s ease-out, top 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s;
  transition: all 0.25s ease-out, transform 0.25s ease-out 0.4s, top 0.25s ease-out 0.4s;
  transition: all 0.25s ease-out, transform 0.25s ease-out 0.4s, top 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s;
}

.mobile-menu-icon .burg:after {
  top: 8px;
}

.mobile-menu-icon.is-open .text.text-menu {
  opacity: 0;
  top: calc(50% - 20px);
}

@media print, screen and (max-width: 49.99875em) {
  .mobile-menu-icon.is-open .text.text-menu {
    top: -10px;
  }
}

.mobile-menu-icon.is-open .text.text-close {
  opacity: 1;
  top: calc(50% - 10px);
}

@media print, screen and (max-width: 49.99875em) {
  .mobile-menu-icon.is-open .text.text-close {
    top: 0px;
  }
}

.mobile-menu-icon.is-open .burg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  width: 25px;
  right: 10px;
  height: 3px;
}

.mobile-menu-icon.is-open .burg:before, .mobile-menu-icon.is-open .burg:after {
  top: 0;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #1c1c1c;
}

.mobile-menu-icon.is-open .burg:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media print, screen and (min-width: 64em) {
  .section-contact-social {
    margin-top: 15px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .section-contact-spacer {
    display: none;
  }
}

.menu .menu-item.sector-menu {
  padding-left: 15px;
  position: relative;
}

.menu .menu-item.sector-menu:after {
  content: "";
  position: absolute;
  left: 8px;
  display: block;
  border-left: 1px solid #ccc;
  height: 47px;
  top: 23.5px;
}

.site-header.fixed-nav .menu .menu-item.sector-menu:after {
  height: 32.5px;
  top: 16.25px;
}

.main-nav-takeover .section-industries .sector-link {
  margin-bottom: 2rem;
  display: block;
  color: #1c1c1c;
}

.main-nav-takeover .section-industries .sector-link:hover {
  color: #2d6c82;
}

.site-footer {
  position: relative;
  width: 100%;
  bottom: 0;
  height: 400px;
  overflow: hidden;
  z-index: 90;
}

@media print, screen and (max-width: 49.99875em) {
  .site-footer {
    height: 250px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .site-footer {
    height: 120px;
  }
}

.site-footer p.partners {
  position: absolute;
  margin: 0;
  text-align: center;
  font-size: 14em;
  font-weight: bold;
  color: #1c1c1c;
  line-height: 1em;
  bottom: -66px;
  width: 100%;
  letter-spacing: -10px;
  background-color: #F7F7F7;
}

@media print, screen and (max-width: 49.99875em) {
  .site-footer p.partners {
    font-size: 9em;
    letter-spacing: -8px;
    bottom: -36px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .site-footer p.partners {
    font-size: 5em;
    letter-spacing: -6px;
    bottom: -20px;
  }
}

@media print, screen and (max-width: 19.99875em) {
  .site-footer p.partners {
    font-size: 4em;
    letter-spacing: -4px;
    bottom: -16px;
  }
}

.page-template-template-home #growthbits .alm-load-more-btn {
  margin-bottom: 10px;
}

.home #aspot {
  padding-top: 119px !important;
  padding-bottom: 0 !important;
  height: 100vh;
  min-height: 790px;
  overflow: hidden;
}

.home #aspot .set-bg {
  max-height: 1088px;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  min-height: 790px;
  overflow: hidden;
}

@media print, screen and (max-width: 79.99875em) {
  .home #aspot {
    overflow: hidden;
    min-height: 800px;
  }
  .home #aspot .set-bg {
    min-height: 800px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .home #aspot {
    overflow: hidden;
    min-height: 730px;
  }
  .home #aspot .set-bg {
    min-height: 730px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home #aspot {
    overflow: hidden;
    min-height: 480px;
  }
  .home #aspot .set-bg {
    min-height: 480px;
  }
}

.home #aspot.bg-loaded .set-bg {
  opacity: 1;
}

.home #aspot .container {
  height: 100%;
}

.home #aspot .content {
  position: relative;
  height: 938px;
  height: 100%;
}

@media print, screen and (max-width: 39.99875em) {
  .home #aspot .content {
    max-height: none;
  }
}

.home #aspot .content h1 {
  position: absolute;
  z-index: 6;
  left: 2%;
  top: 250px;
  font-size: 2.375rem;
  width: 56%;
  line-height: 1.2em;
  visibility: hidden;
}

.home #aspot .content h1 .break {
  display: block;
  margin-bottom: 1rem;
}

@media print, screen and (max-width: 79.99875em) {
  .home #aspot .content h1 {
    width: 48%;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .home #aspot .content h1 {
    font-size: 1.9rem;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .home #aspot .content h1 {
    top: 200px;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home #aspot .content h1 {
    font-size: 1.5rem;
    margin-left: 5%;
    margin-right: auto;
    top: 100px;
    width: 80%;
  }
}

@media print, screen and (max-width: 19.99875em) {
  .home #aspot .content h1 {
    font-size: 1.75rem;
  }
}

@media print, screen and (max-width: 79.99875em) {
  .home #aspot .content h1 br {
    display: none;
  }
}

.home #aspot .content h2 {
  text-align: center;
  font-size: 14em;
  font-weight: bold;
  letter-spacing: -10px;
  line-height: 1em;
  visibility: hidden;
}

@media print, screen and (max-width: 79.99875em) {
  .home #aspot .content h2 {
    font-size: 11em;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .home #aspot .content h2 {
    font-size: 9em;
    text-align: left;
    letter-spacing: -6px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home #aspot .content h2 {
    font-size: 4em;
    margin-left: 5%;
    letter-spacing: -2px;
  }
}

@media print, screen and (max-width: 19.99875em) {
  .home #aspot .content h2 {
    font-size: 3em;
  }
}

.home #aspot .content h2 span {
  display: inline-block;
  font-family: serif;
}

.home #aspot .content .figures {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: -5%;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: auto;
  visibility: hidden;
}

@media print, screen and (max-width: 49.99875em) {
  .home #aspot .content .figures {
    right: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home #aspot .content .figures {
    display: none;
  }
}

@media screen and (orientation: portrait) {
  .home #aspot .content .figures {
    right: -15%;
    height: 85%;
  }
}

.home #aspot .content .scroll-arrow {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0.9375rem;
  width: 80px;
  height: 20%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: auto;
  visibility: hidden;
  color: #2d6c82;
  padding-top: 0px;
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}

.home #aspot .content .scroll-arrow:hover {
  padding-top: 20px;
}

.home #aspot .content .scroll-arrow:hover .arrow {
  height: calc(50% - 75px);
}

.home #aspot .content .scroll-arrow .arrow {
  content: '';
  width: 1px;
  height: calc(50% - 55px);
  position: absolute;
  bottom: 50%;
  left: 17px;
  right: 0;
  background: #2d6c82;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.home #aspot .content .scroll-arrow .arrow:before, .home #aspot .content .scroll-arrow .arrow:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
  width: 8px;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: -6px;
  background: #2d6c82;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.home #aspot .content .scroll-arrow .arrow:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -1px;
}

.home #aspot .content .scroll-arrow .text {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  top: 7px;
  left: 7px;
  color: #2d6c82;
  padding: 6px 0 0 30px;
}

.home #aspot .content .scroll-arrow .text i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 35px;
}

.home #growthbits .view-all-gb-btn {
  background-color: #2B6573;
  -webkit-box-shadow: 0 3px 0 0 #1C515D;
  box-shadow: 0 3px 0 0 #1C515D;
  text-align: center;
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 0.8rem;
  padding: 15px 25px 12px 25px;
  font-weight: 500;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
  display: table;
  margin: 20px auto 0 auto;
  -webkit-transition: background-color 0.5s, top 0.5, -webkit-box-shadow 0.5;
  transition: background-color 0.5s, top 0.5, -webkit-box-shadow 0.5;
  transition: background-color 0.5s, top 0.5, box-shadow 0.5;
  transition: background-color 0.5s, top 0.5, box-shadow 0.5, -webkit-box-shadow 0.5;
}

.home #growthbits .view-all-gb-btn:hover {
  background-color: #1C515D;
}

.home #growthbits .grid-item {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px !important;
  border-bottom: 0px solid transparent !important;
}

@media print, screen and (max-width: 49.99875em) {
  .home #growthbits .grid-item {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
}

.home #growthbits .grid-item .featured-tag-container {
  padding: 30px 60px 0px 60px;
  position: relative;
  top: 10px;
}

@media print, screen and (max-width: 49.99875em) {
  .home #growthbits .grid-item .featured-tag-container {
    padding: 30px 30px 0px 30px;
  }
}

.home #growthbits .grid-item .featured-tag-container .featured-tag {
  display: table;
  background-color: #488CA1;
  left: 0px;
  top: 0;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2px;
  color: #fff;
}

.home #growthbits .grid-item .featured-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

@media print, screen and (max-width: 49.99875em) {
  .home #growthbits .grid-item .featured-container {
    padding: 30px 30px;
  }
}

.home #growthbits .grid-item .featured-container.sales-color .image-container .image {
  border: 4px solid #808066;
}

.home #growthbits .grid-item .featured-container.sales-color .text-container .category {
  color: #808066;
}

.home #growthbits .grid-item .featured-container.finance-color .image-container .image {
  border: 4px solid #0f813c;
}

.home #growthbits .grid-item .featured-container.finance-color .text-container .category {
  color: #0f813c;
}

.home #growthbits .grid-item .featured-container.technology-color .image-container .image {
  border: 4px solid #488ca1;
}

.home #growthbits .grid-item .featured-container.technology-color .text-container .category {
  color: #488ca1;
}

.home #growthbits .grid-item .featured-container.marketing-color .image-container .image {
  border: 4px solid #4747a1;
}

.home #growthbits .grid-item .featured-container.marketing-color .text-container .category {
  color: #4747a1;
}

.home #growthbits .grid-item .featured-container.leadership-color .image-container .image {
  border: 4px solid #478CCC;
}

.home #growthbits .grid-item .featured-container.leadership-color .text-container .category {
  color: #478CCC;
}

.home #growthbits .grid-item .featured-container .image-container {
  width: 120px;
  display: table-cell;
  vertical-align: middle;
}

@media print, screen and (max-width: 49.99875em) {
  .home #growthbits .grid-item .featured-container .image-container {
    display: table;
  }
}

.home #growthbits .grid-item .featured-container .image-container .image {
  height: 90px;
  width: 90px;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #488CA1;
  display: table;
}

.home #growthbits .grid-item .featured-container .text-container {
  width: calc(100% - 120px);
}

@media print, screen and (max-width: 49.99875em) {
  .home #growthbits .grid-item .featured-container .text-container {
    width: 100%;
  }
}

.home #growthbits .grid-item .featured-container .text-container .category {
  color: #488CA1;
  font-size: 16px;
  line-height: 16px;
}

.home #growthbits .grid-item .featured-container .text-container .bit-title {
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0px;
  color: #505050;
}

@media print, screen and (max-width: 49.99875em) {
  .home #growthbits .grid-item .featured-container .text-container .bit-title {
    font-size: 19px;
    line-height: 23px;
  }
}

.home #growthbits .grid-item .featured-container .text-container .bit-title a {
  color: #505050;
  display: table;
}

.home #growthbits .grid-item .featured-container .text-container .bit-title a:hover {
  color: #000000;
}

.home #growthbits .grid-item .featured-container .text-container .author {
  color: #999999;
  font-size: 18px;
  line-height: 18px;
  top: 0;
  text-align: left;
}

.home #introduction {
  position: relative;
  margin-top: 100px;
}

@media print, screen and (max-width: 49.99875em) {
  .home #introduction {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home #introduction {
    margin-top: 40px;
  }
}

.home #introduction .set-bg-color {
  background-color: #fefefe;
  width: 38%;
  right: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .home #introduction .set-bg-color {
    display: none;
  }
}

.home #introduction .container {
  padding-top: 3rem;
  padding-bottom: 0rem;
}

@media print, screen and (max-width: 39.99875em) {
  .home #introduction .container {
    padding-top: 3rem;
  }
}

.home #introduction .container .headerrow h3 a i {
  font-size: 30px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.home #introduction .section-label {
  margin-bottom: 2rem;
}

.home #introduction .content h2 {
  margin-bottom: 2rem;
}

.home #introduction .sidebar {
  padding-top: 0rem;
  position: relative;
  top: -3rem;
}

@media print, screen and (max-width: 39.99875em) {
  .home #introduction .sidebar {
    display: none;
  }
}

.home #introduction .sidebar .content-connector {
  position: absolute;
  left: -19rem;
  top: 15%;
  width: 18rem;
}

@media print, screen and (max-width: 79.99875em) {
  .home #introduction .sidebar .content-connector {
    left: -16rem;
    top: 44%;
    width: 15rem;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .home #introduction .sidebar .content-connector {
    left: -10rem;
    top: 44%;
    width: 9rem;
  }
}

.home #introduction .sidebar ul {
  margin-bottom: 3em;
}

.home #introduction .sidebar ul li {
  line-height: 1.8rem;
}

.home #introduction .sidebar ul a {
  font-size: 1.75rem;
  color: #1c1c1c;
  font-weight: bold;
  margin-bottom: 30px;
  display: table;
}

.home #introduction .sidebar ul a i {
  margin-right: 10px;
  width: 30px;
  font-size: 90%;
  position: relative;
  top: -3px;
}

.home #introduction .sidebar ul a:hover, .home #introduction .sidebar ul a:focus {
  color: #2d6c82;
}

.home #introduction .sidebar hr {
  max-width: 100px;
  margin: 0 0 50px 0;
}

.home #slideshow {
  position: relative;
}

.home #slideshow .set-bg-color {
  background-color: #fefefe;
  width: 38%;
  right: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .home #slideshow .set-bg-color {
    display: none;
  }
}

.home #slideshow .container {
  padding-top: 0px;
  padding-bottom: 5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .home #slideshow .container {
    padding-bottom: 0;
  }
}

.home #slideshow .section-label {
  margin-bottom: 2rem;
}

.home #slideshow .content .orbit .orbit-container {
  overflow: visible;
}

.home #slideshow .content .orbit .orbit-previous, .home #slideshow .content .orbit .orbit-next {
  left: -7%;
  right: auto;
  top: 20%;
  width: 40px;
  height: 40px;
  border: 2px solid #999;
  color: #1c1c1c;
  border-radius: 20px;
  padding: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.home #slideshow .content .orbit .orbit-previous i, .home #slideshow .content .orbit .orbit-next i {
  line-height: 36.5px;
}

.home #slideshow .content .orbit .orbit-previous:hover, .home #slideshow .content .orbit .orbit-previous:focus, .home #slideshow .content .orbit .orbit-next:hover, .home #slideshow .content .orbit .orbit-next:focus {
  background-color: transparent;
  border-color: #2d6c82;
  outline: none;
}

.home #slideshow .content .orbit .orbit-previous {
  top: 30%;
}

.home #slideshow .content .orbit .orbit-image {
  height: 100%;
  max-height: 700px;
}

.home #slideshow .content .orbit .slidebox {
  position: absolute;
  width: 50%;
  max-height: 100%;
  right: 0;
  bottom: 0;
  background-color: #1c1c1c;
  padding: 35px 50px;
  color: #fefefe;
}

@media print, screen and (max-width: 49.99875em) {
  .home #slideshow .content .orbit .slidebox {
    width: 70%;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home #slideshow .content .orbit .slidebox {
    width: 100%;
    position: relative;
    padding: 25px 30px;
  }
}

.home #slideshow .content .orbit .slidebox p {
  color: #bfbfbf;
}

.home #slideshow .content .orbit .slidebox h2, .home #slideshow .content .orbit .slidebox h3, .home #slideshow .content .orbit .slidebox h4, .home #slideshow .content .orbit .slidebox h5 {
  color: #fefefe;
}

.home #slideshow .content .orbit .slidebox h3.subtitle {
  color: #2d6c82;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 500;
}

.home #slideshow .content .orbit .slidebox h2.title {
  font-size: 2.75rem;
}

.home #grow {
  position: relative;
  padding-bottom: 5rem;
}

@media print, screen and (max-width: 63.99875em) {
  .home #grow {
    padding-bottom: 0rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home #grow {
    padding-bottom: 0;
  }
}

.home #grow .container {
  padding-top: 5rem;
}

.home #grow .container {
  padding-top: 3rem;
  padding-bottom: 0rem;
}

@media print, screen and (max-width: 39.99875em) {
  .home #grow .container {
    padding-top: 3rem;
  }
}

.home #grow .container .headerrow h3 a i {
  font-size: 30px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.home #grow .section-label {
  margin-bottom: 2rem;
}

.home #grow .content h2 {
  margin-bottom: 2rem;
}

.home #grow .grow-boxes {
  margin-top: 60px;
}

@media print, screen and (max-width: 63.99875em) {
  .home #grow .grow-boxes {
    margin-top: 20px;
  }
}

.home #grow .grow-boxes .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.home #grow .grow-boxes .row .box-grow {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  .home #grow .grow-boxes .row .box-grow {
    margin-bottom: 30px;
  }
}

.home #grow .grow-boxes .row .box-grow:hover .image-container i, .home #grow .grow-boxes .row .box-grow:focus .image-container i {
  top: 0;
  opacity: 1;
}

.home #grow .grow-boxes .row .box-grow .image-container {
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% - 30px);
  display: table;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.home #grow .grow-boxes .row .box-grow .image-container i {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  color: #fff;
  font-size: 25px;
  opacity: 0;
  position: relative;
  top: 10px;
  -webkit-transition: top 0.5s, opacity 0.5s;
  transition: top 0.5s, opacity 0.5s;
}

.home #grow .grow-boxes .row .box-grow .image-container i:before {
  display: table;
  margin: auto;
}

.home #grow .grow-boxes .row .box-grow .text-container {
  background-color: #ffffff;
  height: 100%;
  padding: 220px 20px 20px 20px;
  display: table;
}

.home #grow .grow-boxes .row .box-grow .text-container h4 {
  font-size: 25px;
  font-weight: 600;
}

.home #grow .grow-boxes .row .box-grow .text-container .content {
  color: #999999;
  font-weight: 500;
  line-height: 1.2;
  font-size: 16px;
}

.home #grow .grow-boxes .row .box-grow .text-container .arrow-container {
  margin-top: 10px;
  font-size: 18px;
}

.home #grow .grow-boxes .row .box-grow .text-container .arrow-container i {
  padding-left: 0;
  -webkit-transition: padding-left 0.5s;
  transition: padding-left 0.5s;
}

.home #grow .grow-boxes .row .box-grow .text-container .arrow-container i:hover {
  padding-left: 10px;
}

.home #grow .section-label {
  margin-bottom: 2rem;
}

.home #grow .content h2 {
  margin-bottom: 2rem;
}

.home #connect {
  position: relative;
}

.home #connect > .set-bg {
  left: 30%;
  width: 70%;
  top: 30%;
  max-height: 80%;
  background-position: left top;
}

@media print, screen and (max-width: 39.99875em) {
  .home #connect > .set-bg {
    display: none;
  }
}

.home #connect .container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.home #connect .section-label {
  margin-bottom: 2rem;
}

.home #connect .content h2 {
  margin-bottom: 2rem;
}

.home #connect .sidebar {
  padding-top: 40px;
  position: relative;
  font-weight: bold;
  color: #fefefe;
}

.home #connect .sidebar p, .home #connect .sidebar h2, .home #connect .sidebar h3, .home #connect .sidebar h4, .home #connect .sidebar h5, .home #connect .sidebar a {
  color: #fefefe;
}

.home #connect .sidebar .content-connector {
  position: absolute;
  left: -6rem;
  top: 45.5%;
  width: 18rem;
}

.home #connect .sidebar .set-bg {
  height: 570px;
  width: 470px;
  max-width: 100%;
  padding: 10% 0 0 40%;
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .home #connect .sidebar .set-bg {
    padding: 0;
  }
  .home #connect .sidebar .set-bg .content {
    position: absolute;
    right: 20px;
    top: 10%;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home #connect .sidebar .set-bg {
    background: none !important;
    width: auto;
    height: auto;
    padding: 0;
  }
  .home #connect .sidebar .set-bg p, .home #connect .sidebar .set-bg h2, .home #connect .sidebar .set-bg h3, .home #connect .sidebar .set-bg h4, .home #connect .sidebar .set-bg h5, .home #connect .sidebar .set-bg a {
    color: #1c1c1c;
  }
}

.home #connect .right-side {
  margin-top: 30px;
}

.home #connect .right-side .section-label {
  margin-bottom: 2rem;
  letter-spacing: 1.5px;
}

.home #connect .right-side .section-label.no-dash {
  font-weight: 400;
}

.home #connect .right-side .section-label.no-dash:after {
  display: none;
}

@media print, screen and (max-width: 19.99875em) {
  .home #connect .right-side .section-label {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .home #connect .right-side .section-label:after {
    width: 0;
  }
}

.home #connect .right-side .section-industries ul li {
  line-height: 1.7rem;
}

.home #connect .right-side .section-industries ul a {
  font-size: 1.75rem;
  line-height: 1.5rem;
  display: table;
  margin-bottom: 10px;
  color: #1c1c1c;
  font-weight: bold;
}

@media print, screen and (min-width: 64em) {
  .home #connect .right-side .section-industries ul a {
    font-size: 33px;
    line-height: 1;
  }
}

@media print and (max-height: 750px), screen and (min-width: 64em) and (max-height: 750px) {
  .home #connect .right-side .section-industries ul a {
    font-size: 30px;
  }
}

.home #connect .right-side .section-industries ul a:hover, .home #connect .right-side .section-industries ul a:focus {
  color: #2d6c82 !important;
}

@media print, screen and (min-width: 64em) {
  .home #connect .right-side .section-social {
    padding-right: 0;
  }
}

.home #connect .right-side .section-social a {
  color: #1c1c1c;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.home #connect .right-side .section-social a:hover, .home #connect .right-side .section-social a:focus {
  color: #2d6c82 !important;
}

.home #connect .right-side .section-contact {
  font-weight: 500;
  color: #1c1c1c;
}

.home #connect .right-side .section-contact p a {
  color: #1c1c1c;
  display: table;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}

.home #connect .right-side .section-contact p a:hover, .home #connect .right-side .section-contact p a:focus {
  color: #2d6c82 !important;
}

.home #connect .right-side .section-contact p a img {
  position: relative;
  top: -2px;
  margin-right: 10px;
  width: 18px;
}

.home #connect .right-side .section-engaged {
  font-weight: 500;
  color: #1c1c1c;
}

@media print, screen and (max-width: 39.99875em) {
  .home #connect .right-side .section-engaged {
    margin-top: 20px;
  }
}

.home #connect .right-side .section-engaged p a {
  color: #1c1c1c;
  display: table;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}

.home #connect .right-side .section-engaged p a:hover, .home #connect .right-side .section-engaged p a:focus {
  color: #2d6c82 !important;
}

.home #connect .right-side .section-engaged p a img {
  position: relative;
  top: -2px;
  margin-right: 10px;
  width: 18px;
}

.home #connect .right-side .section-find-us {
  font-weight: 500;
  color: #1c1c1c;
  margin-top: 60px;
}

@media print, screen and (min-width: 64em) {
  .home #connect .right-side .section-find-us {
    padding-right: 0;
  }
}

@media (max-height: 750px) {
  .home #connect .right-side .section-find-us {
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home #connect .right-side .section-find-us {
    margin-top: 20px;
  }
}

.home #connect .right-side .section-find-us.no-label {
  margin-top: calc(2rem + 75px);
}

@media print and (max-height: 750px), screen and (min-width: 64em) and (max-height: 750px) {
  .home #connect .right-side .section-find-us.no-label {
    margin-top: calc(2rem + 35px);
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home #connect .right-side .section-find-us.no-label {
    margin-top: 20px;
  }
}

.home #connect .right-side .section-find-us a {
  display: table;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
}

.home #connect .right-side .section-find-us a:hover, .home #connect .right-side .section-find-us a:focus {
  color: #2d6c82 !important;
}

.home #connect .right-side .section-find-us span {
  display: table;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
}

.home #connect .right-side .section-find-us .section-title {
  color: #1c1c1c;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  display: table;
  max-width: 220px;
}

.blog .blog-loop article {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 64em) {
  .blog .blog-loop article {
    margin-bottom: calc(0.9375rem + 40px);
    padding-right: 40px;
    padding-left: 0.9375rem;
  }
}

.blog .blog-loop article .bg-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  line-height: 1.6;
  background-color: #ffffff;
  display: table;
  padding: 25px;
  position: relative;
}

.blog .blog-loop article .bg-wrapper .header .icons-container {
  color: #ffffff;
  background: #478CA0;
  border: 2px solid #478CA0;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 39px;
  border-radius: 21px;
  font-size: 19px;
}

.blog .blog-loop article .bg-wrapper .header .category {
  display: table;
  position: absolute;
  right: 30px;
  top: 30px;
  color: #999999;
  font-size: 13px;
  line-height: 1;
  padding: 7px 0px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: calc(100% - 120px);
  text-align: right;
  display: table;
  width: auto;
}

.blog .blog-loop article .bg-wrapper:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.blog .blog-loop article .content-type {
  text-align: center;
  font-size: 1.7em;
  padding-top: 0;
  margin-bottom: 0;
}

.blog .blog-loop article .content-type .circle {
  position: relative;
  background-color: #2d6c82;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: -30px;
  border-radius: 30px;
}

.blog .blog-loop article .content-wrapper {
  top: 0;
  position: relative;
  margin-top: 30px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 0;
  background-color: #fff;
}

.blog .blog-loop article h2 {
  font-size: 1em;
  color: #1c1c1c;
  font-weight: 500;
}

.blog .blog-loop article h2 a {
  color: #1c1c1c;
  font-weight: 500;
}

.blog .blog-loop article .date {
  color: #2d6c82;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.8em;
  margin-bottom: 10px;
}

.blog .blog-loop article .category {
  font-size: 0.8em;
  color: #505050;
  margin-bottom: 1rem;
}

.blog .blog-loop article .category a {
  font-size: 0.8em;
  color: #505050;
}

.blog .blog-loop article .excerpt {
  font-size: 0.8em;
  color: #999;
  margin-top: 25px;
}

.blog .blog-loop article .view-article {
  visibility: hidden;
  opacity: 0;
  margin-top: 1rem;
  text-transform: lowercase;
  font-size: .9rem;
  position: absolute;
  left: 2rem;
  bottom: 2.5rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.alm-load-more-btn {
  display: block;
  margin: 1rem 0;
  width: 100%;
  background-color: #ECECEC;
  line-height: 4rem;
  color: #2d6c82;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.alm-load-more-btn:before {
  display: inline-block;
  content: "\e913";
  font-family: 'theme-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 1rem;
}

.alm-load-more-btn.loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.alm-load-more-btn:hover {
  background-color: #fff;
}

.alm-load-more-btn.done {
  opacity: 0;
}

main.everyday-blog #sidebar,
body.archive.category #sidebar,
body.single-post #sidebar,
body.archive.date #sidebar {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

@media print, screen and (max-width: 49.99875em) {
  main.everyday-blog #sidebar,
  body.archive.category #sidebar,
  body.single-post #sidebar,
  body.archive.date #sidebar {
    display: none;
  }
}

@media print, screen and (max-width: 39.99875em) {
  main.everyday-blog #sidebar,
  body.archive.category #sidebar,
  body.single-post #sidebar,
  body.archive.date #sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#sidebar .sidebar_content_container {
  position: absolute;
  top: 300px;
  right: 0.9375rem;
  display: table;
  width: calc(100% - 1.875rem);
}

@media print, screen and (max-width: 39.99875em) {
  #sidebar .sidebar_content_container {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    display: none;
  }
}

#sidebar .sidebar_content_container .more-details {
  font-size: 0.8rem;
  line-height: 1rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#sidebar .sidebar_content_container .more-on-topic .content-heading {
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

#sidebar .sidebar_content_container .more-on-topic ul {
  list-style: none;
  margin: 0;
  padding-top: 10px;
}

#sidebar .sidebar_content_container .more-on-topic ul li a {
  font-size: 0.875rem;
  line-height: 1.3rem;
  color: #000000;
  padding-left: 20px;
  display: table;
  border-left: 3px solid transparent;
  font-weight: 100;
  margin-bottom: 20px;
}

#sidebar .sidebar_content_container .more-on-topic ul li.current a {
  font-weight: 500;
  border-left: 3px solid #2d6c82;
}

#sidebar .more-on-topic-button {
  background-color: rgba(73, 132, 146, 0.1);
  color: #000000;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 500;
  padding: 15px 0 15px 40px;
  display: none;
  position: relative;
}

#sidebar .more-on-topic-button:after {
  position: absolute;
  left: 15px;
  top: 16px;
  content: "\e908";
  font-family: 'theme-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 0.8rem;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}

@media print, screen and (max-width: 39.99875em) {
  #sidebar .more-on-topic-button {
    display: table;
  }
}

@media print, screen and (min-width: 40em) {
  #sidebar {
    display: block !important;
  }
}

#sidebar .search {
  position: relative;
  margin-bottom: 2rem;
}

#sidebar .search .input-group {
  height: 39px;
}

#sidebar .search .input-group-button {
  position: absolute;
  right: 0;
  height: 39px;
  z-index: 11;
}

#sidebar .search .input-group-button button[type="submit"] {
  background-color: transparent;
  color: #2d6c82;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  outline: none;
  font-size: 1.4em;
  position: absolute;
  right: 2px;
  top: 8px;
  padding: 0;
}

#sidebar .search input {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
  opacity: 1;
  position: absolute;
  right: 0;
  z-index: 10;
}

#sidebar .search.inactive input {
  width: 0;
  opacity: 0;
}

#sidebar .search.inactive .input-group-button button[type="submit"] {
  color: #999;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#sidebar .search.inactive .input-group-button button[type="submit"]:hover {
  color: #1c1c1c;
}

#sidebar .sidebar-heading {
  text-align: right;
  color: teal;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

#sidebar .column ul, #sidebar .columns ul {
  margin-bottom: 2rem;
}

#sidebar .column ul li, #sidebar .columns ul li {
  color: #999;
  font-size: 0.825rem;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#sidebar .column ul li:hover, #sidebar .columns ul li:hover, #sidebar .column ul li:focus, #sidebar .columns ul li:focus, #sidebar .column ul li.current-item, #sidebar .columns ul li.current-item {
  color: #1c1c1c;
}

#sidebar .column ul li a, #sidebar .columns ul li a {
  color: #999;
  font-size: 0.825rem;
  font-weight: 500;
  text-transform: uppercase;
}

#sidebar .column ul li a:hover, #sidebar .columns ul li a:hover, #sidebar .column ul li a:focus, #sidebar .columns ul li a:focus, #sidebar .column ul li a.current-item, #sidebar .columns ul li a.current-item {
  color: #1c1c1c;
}

#sidebar .column ul li a i, #sidebar .columns ul li a i {
  font-size: 1.2rem;
}

@media print, screen and (max-width: 39.99875em) {
  #sidebar .column ul li.text-right, #sidebar .columns ul li.text-right {
    text-align: left;
  }
}

@media print, screen and (max-width: 39.99875em) {
  #sidebar .column ul.archives-current, #sidebar .columns ul.archives-current {
    padding-left: 1rem;
  }
  #sidebar .column ul.archives-past, #sidebar .columns ul.archives-past {
    padding-left: 1rem;
  }
}

@media print, screen and (max-width: 19.99875em) {
  #sidebar .column ul.archives-current, #sidebar .columns ul.archives-current {
    padding-left: 0;
  }
  #sidebar .column ul.archives-past, #sidebar .columns ul.archives-past {
    padding-left: 0;
  }
}

#sidebar .growthbits-logo {
  max-height: 26px;
  vertical-align: baseline;
}

.sidebar-toggle {
  padding: 1rem 1.5rem 1rem 1rem;
}

.sidebar-toggle i {
  position: relative;
  font-size: 1.4rem;
}

.sidebar-toggle i:first-child {
  right: -12px;
  background: #F7F7F7;
  z-index: 10;
  border-radius: 1.4rem;
}

.single-post h1,
.single-post .h1 {
  line-height: 1.2em;
}

.single-post article {
  margin-top: 7rem;
}

@media print, screen and (max-width: 39.99875em) {
  .single-post article {
    margin-top: 0rem;
  }
}

.single-post article h1 a {
  color: #1c1c1c;
  font-size: 1.2em;
}

.single-post article .date {
  color: #2d6c82;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.8em;
}

.single-post article blockquote {
  color: #2d6c82;
  line-height: 1.2em;
}

.single-post article blockquote p {
  color: #2d6c82;
  line-height: 1.2em;
}

@media print, screen and (min-width: 64em) {
  .single-post article blockquote {
    width: 53.33rem;
    max-width: 53.33rem;
    position: relative;
  }
}

.single-post article figure.wp-caption {
  margin-left: 0;
  margin-right: 0;
}

.single-post article figure.wp-caption figcaption {
  color: #999;
}

@media print, screen and (min-width: 64em) {
  .single-post article .size-xlarge {
    width: 53.33rem;
    max-width: 53.33rem;
    position: relative;
  }
}

@media print, screen and (min-width: 64em) {
  .single-post article .size-xwide {
    width: 80rem;
    max-width: 80rem;
    position: relative;
    left: -20rem;
  }
}

.single-growth_bit #sidebar {
  position: relative;
}

.single-growth_bit h1,
.single-growth_bit .h1 {
  line-height: 1.2em;
}

.single-growth_bit .heading {
  position: relative;
  padding-top: 150px;
  padding-bottom: 4em;
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .single-growth_bit .heading {
    padding-bottom: 2rem;
  }
}

.single-growth_bit .heading .back {
  margin-bottom: 4rem;
  display: inline-block;
}

@media print, screen and (max-width: 39.99875em) {
  .single-growth_bit .heading .back {
    margin-bottom: 1rem;
  }
}

.single-growth_bit .heading .category {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .single-growth_bit .heading .category {
    font-size: 19px;
  }
}

.single-growth_bit .heading .category a.Sales {
  color: #808066;
}

.single-growth_bit .heading .category a.Healthcare {
  color: #B61212;
}

.single-growth_bit .heading .category a.Finance {
  color: #0f813c;
}

.single-growth_bit .heading .category a.Technology {
  color: #488ca1;
}

.single-growth_bit .heading .category a.Fintech {
  color: #1FC7A8;
}

.single-growth_bit .heading .category a.FinTech {
  color: #1FC7A8;
}

.single-growth_bit .heading .category a.Marketing {
  color: #4747a1;
}

.single-growth_bit .heading .category a.Leadership {
  color: #478CCC;
}

.single-growth_bit .heading .category a.Bestof {
  color: #A14848;
}

.single-growth_bit .heading .category a.BestOf {
  color: #A14848;
}

.single-growth_bit .heading .category a.Best-of {
  color: #A14848;
}

.single-growth_bit .heading .category a.Custsuccess {
  color: #48A191;
}

.single-growth_bit .heading .category a.Customer {
  color: #48A191;
}

.single-growth_bit .heading .category a.Ebooks {
  color: #85A148;
}

.single-growth_bit .heading .category a.Learningdev {
  color: #56B954;
}

.single-growth_bit .heading .category a.Learning {
  color: #56B954;
}

.single-growth_bit .heading .category a.Learninganddevelopment {
  color: #56B954;
}

.single-growth_bit .heading .category a.Ma {
  color: #1D78AB;
}

.single-growth_bit .heading .category a.Mergersandacquisitions {
  color: #1D78AB;
}

.single-growth_bit .heading .category a.mergersandacquisitions {
  color: #1D78AB;
}

.single-growth_bit .heading .category a.Product {
  color: #B69212;
}

.single-growth_bit .heading .category a.Strategy {
  color: #B61274;
}

.single-growth_bit .heading .category a.Talent {
  color: #6412B6;
}

.single-growth_bit .heading .category a.Hr {
  color: #97BF6F;
}

.single-growth_bit .heading .category a.Hr-technology {
  color: #97BF6F;
}

.single-growth_bit .heading .category a.Hrtechnology {
  color: #97BF6F;
}

.single-growth_bit .heading .category a.Industtech {
  color: #1C317D;
}

.single-growth_bit .heading .category a.Industrial-technology {
  color: #1C317D;
}

.single-growth_bit .heading .category a.Industrial {
  color: #1C317D;
}

.single-growth_bit .heading .category a.Industrialtechnology {
  color: #1C317D;
}

.single-growth_bit .heading .category a.Security {
  color: #B67412;
}

.single-growth_bit .heading .category a.Software {
  color: #B76692;
}

.single-growth_bit .heading .category a.HR {
  color: #97BF6F;
}

.single-growth_bit .heading h1 {
  font-size: 42px;
  margin: 0;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit .heading h1 {
    font-size: 33px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .single-growth_bit .heading h1 {
    font-size: 25px;
  }
}

.single-growth_bit .heading .menu {
  margin-top: 5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .single-growth_bit .heading .menu {
    margin-top: 1rem;
  }
}

.single-growth_bit .heading .menu li {
  color: #1c1c1c;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
}

.single-growth_bit .heading .menu li.date {
  margin-right: 2rem;
}

.single-growth_bit .heading .menu li i {
  vertical-align: text-bottom;
  margin-right: 0.25rem;
}

.single-growth_bit .heading .growthbits-logo {
  position: absolute;
  right: 1rem;
  max-width: 250px;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit .heading .growthbits-logo {
    right: 2rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .single-growth_bit .heading .growthbits-logo {
    max-width: 200px;
  }
}

@media screen and (max-width: 25em) {
  .single-growth_bit .heading .growthbits-logo {
    max-width: 200px;
    margin-bottom: 2rem;
    position: relative;
    right: 0;
  }
}

.single-growth_bit #body {
  position: relative;
}

.single-growth_bit #body:after {
  background-color: rgba(73, 132, 146, 0.1);
  width: 100%;
  position: absolute;
  left: 0;
  height: calc(100% - 50px);
  content: '';
  z-index: -1;
  top: 250px;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit #body:after {
    display: none;
  }
}

.single-growth_bit #body .content-container {
  background: #fff;
  padding: 30px 50px;
  position: relative;
}

.single-growth_bit #body .content-container .wayfinder-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 5px;
  z-index: 50;
  margin-left: -50px;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit #body .content-container .wayfinder-container {
    margin-left: -20px;
  }
}

.single-growth_bit #body .content-container .wayfinder-container.stick {
  position: fixed;
  top: 65px;
}

.single-growth_bit #body .content-container .wayfinder-container .wayfinder {
  content: '';
  height: 5px;
  width: 0;
  background-color: #2d6c82;
  position: absolute;
  top: 0px;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit #body .content-container {
    padding: 20px 20px;
  }
}

.single-growth_bit #body .content-container .top-content .menu {
  display: inline-block;
  width: auto;
}

.single-growth_bit #body .content-container .top-content .menu .readtime {
  font-size: 0.8rem;
  color: #999999;
}

.single-growth_bit #body .content-container .top-content .menu .readtime img {
  max-width: 15px;
  position: relative;
  top: -1px;
  margin-right: 2px;
}

.single-growth_bit #body .content-container .top-content .menu .readtime i {
  margin-right: 5px;
}

.single-growth_bit #body .content-container .top-content .social-icons {
  display: inline-block;
  text-align: right;
  margin: 0;
  float: right;
}

.single-growth_bit #body .content-container .top-content .social-icons li {
  display: inline-block;
}

.single-growth_bit #body .content-container .top-content .social-icons li a {
  font-size: 16px;
  padding: 0 5px;
  color: #999999;
}

.single-growth_bit #body .content-container .top-content .social-icons li a:hover {
  color: #000000;
}

.single-growth_bit #body .content-container .top-content .social-icons li.title {
  font-size: 0.8rem;
  color: #999999;
}

.single-growth_bit #body .content-container .main-content blockquote {
  color: #2d6c82;
  line-height: 1.2em;
  position: relative;
  padding: 0 0 0 100px;
  left: 0;
  margin-bottom: 40px;
  margin-top: 3rem !important;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit #body .content-container .main-content blockquote {
    padding: 0 0 0 80px;
  }
}

.single-growth_bit #body .content-container .main-content blockquote:before {
  background-color: #2d6c82;
  color: #fff;
  text-align: center;
  width: 80px;
  height: 80px;
  padding-top: 20px;
  font-size: 70px;
  line-height: 40px;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit #body .content-container .main-content blockquote:before {
    width: 60px;
    height: 60px;
    padding-top: 20px;
    font-size: 47px;
    line-height: 23px;
  }
}

.single-growth_bit #body .content-container .main-content blockquote p {
  color: #2d6c82;
  font-size: 26px;
  line-height: 28px;
  margin: 0;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit #body .content-container .main-content blockquote p {
    font-size: 20px;
    line-height: 24px;
  }
}

@media print, screen and (min-width: 64em) {
  .single-growth_bit #body .content-container .main-content blockquote {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
}

@media print, screen and (min-width: 64em) {
  .single-growth_bit #body .content-container .main-content h2 {
    font-size: 2rem;
  }
}

.single-growth_bit #body .content-container .main-content img {
  position: relative;
  margin-bottom: 20px;
}

.single-growth_bit #body .content-container .main-content img.wide {
  width: 120%;
  max-width: 120%;
  left: -10%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit #body .content-container .main-content img.wide {
    width: 110%;
    max-width: 110%;
    left: -5%;
  }
}

.single-growth_bit #body .content-container .main-content img.small {
  width: 110%;
  max-width: 110%;
  left: -5%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.single-growth_bit #body .content-container .main-content .gb-figure-container,
.single-growth_bit #body .content-container .main-content .gb-figure-container-lite {
  -webkit-box-shadow: 0 6px 0 0 #25606E;
          box-shadow: 0 6px 0 0 #25606E;
  padding: 40px !important;
  background-color: #478ca0 !important;
  width: 120%;
  max-width: 120%;
  border-radius: 0px !important;
  position: relative;
  left: -10%;
  margin-bottom: 50px !important;
}

.single-growth_bit #body .content-container .main-content .gb-figure-container p,
.single-growth_bit #body .content-container .main-content .gb-figure-container-lite p {
  font-size: 1rem;
  text-align: left;
  color: #303030;
  font-weight: bold;
}

.single-growth_bit #body .content-container .main-content .gb-figure-container ul,
.single-growth_bit #body .content-container .main-content .gb-figure-container-lite ul {
  margin: 0px !important;
  padding-left: 80px !important;
  font-size: 0.9rem;
}

@media print, screen and (max-width: 39.99875em) {
  .single-growth_bit #body .content-container .main-content .gb-figure-container ul,
  .single-growth_bit #body .content-container .main-content .gb-figure-container-lite ul {
    padding-left: 20px !important;
  }
}

.single-growth_bit #body .content-container .main-content .gb-figure-container ul li,
.single-growth_bit #body .content-container .main-content .gb-figure-container-lite ul li {
  line-height: 1.8rem;
  color: #ffffff;
}

.single-growth_bit #body .content-container .main-content .gb-figure-container-lite {
  -webkit-box-shadow: 0 0px 0 0 transparent;
          box-shadow: 0 0px 0 0 transparent;
  border: 3px solid #ccc;
  background-color: #fff !important;
}

.single-growth_bit #body .content-container .main-content .gb-figure-container-lite p {
  font-weight: normal;
}

.single-growth_bit #body .content-container .main-content .gb-figure-container-lite p:last-child {
  margin-bottom: 0;
}

.single-growth_bit #body .content-container .main-content .gb-figure-container-lite a {
  color: #2d6c82;
  text-decoration: underline;
  font-weight: 500;
}

.single-growth_bit #body .extra-content {
  padding: 40px;
  font-size: 15px;
  line-height: 25px;
  color: #505050;
  font-style: italic;
  /* TEMP */
  display: none;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit #body .extra-content {
    padding: 40px 20px;
  }
}

.single-growth_bit #body .author {
  margin: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .single-growth_bit #body .author {
    margin-bottom: 2rem;
  }
}

.single-growth_bit #body .author .text-container .author {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.single-growth_bit #body .author .text-container .position-title {
  font-size: 0.9rem;
}

.single-growth_bit #body .author .text-container .company {
  font-size: 0.9rem;
}

.single-growth_bit #body .author .image {
  min-width: 120px;
  width: 120px;
  max-width: 120px;
  margin-bottom: 10px;
}

.single-growth_bit #body .author img {
  vertical-align: middle;
  margin-right: 1rem;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 45px;
}

@media print, screen and (max-width: 39.99875em) {
  .single-growth_bit #body .author img {
    display: block;
    margin-bottom: 0.5rem;
  }
}

.single-growth_bit #body figure.wp-caption {
  margin-left: 0;
  margin-right: 0;
}

.single-growth_bit #body figure.wp-caption figcaption {
  color: #999;
}

@media print, screen and (min-width: 64em) {
  .single-growth_bit #body .size-xlarge {
    width: 53.33rem;
    max-width: 53.33rem;
    position: relative;
  }
}

@media print, screen and (min-width: 64em) {
  .single-growth_bit #body .size-xwide {
    width: 80rem;
    max-width: 80rem;
    position: relative;
    left: -20rem;
  }
}

.single-growth_bit .growthbits-related-content {
  margin-top: 80px;
}

@media print, screen and (max-width: 39.99875em) {
  .single-growth_bit .growthbits-related-content {
    margin-top: 30px;
  }
}

.single-growth_bit .growthbits-related-content .content-heading {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #505050;
  text-align: center;
  margin-bottom: 40px;
}

.single-growth_bit .growthbits-related-content .row .column:nth-child(2n) .content-container, .single-growth_bit .growthbits-related-content .row .columns:nth-child(2n) .content-container {
  margin: auto;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit .growthbits-related-content .row .column:nth-child(2n), .single-growth_bit .growthbits-related-content .row .columns:nth-child(2n) {
    display: none;
  }
}

.single-growth_bit .growthbits-related-content .row .column:nth-child(3n) .content-container, .single-growth_bit .growthbits-related-content .row .columns:nth-child(3n) .content-container {
  float: right;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit .growthbits-related-content .row .column:nth-child(3n), .single-growth_bit .growthbits-related-content .row .columns:nth-child(3n) {
    display: none;
  }
}

.single-growth_bit .growthbits-related-content .row .content-container {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 0 0 #488CA1, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #488CA1, 0 0 14px 0 rgba(0, 0, 0, 0.13);
  padding: 20px;
  height: 100%;
  width: calc(100% - 30px);
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  position: relative;
  display: block;
  overflow: hidden;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit .growthbits-related-content .row .content-container {
    width: 100%;
    height: calc(100% + 60px);
  }
}

.single-growth_bit .growthbits-related-content .row .content-container.marketing-color {
  -webkit-box-shadow: 0 4px 0 0 #4747a1, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #4747a1, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.leadership-color {
  -webkit-box-shadow: 0 4px 0 0 #478CCC, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #478CCC, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.default-color {
  -webkit-box-shadow: 0 4px 0 0 #488CA1, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #488CA1, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.sales-color {
  -webkit-box-shadow: 0 4px 0 0 #808066, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #808066, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.finance-color {
  -webkit-box-shadow: 0 4px 0 0 #0f813c, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #0f813c, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.technology-color {
  -webkit-box-shadow: 0 4px 0 0 #488ca1, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #488ca1, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.fintech-color {
  -webkit-box-shadow: 0 4px 0 0 #1FC7A8, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #1FC7A8, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.marketing-color {
  -webkit-box-shadow: 0 4px 0 0 #4747a1, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #4747a1, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.leadership-color {
  -webkit-box-shadow: 0 4px 0 0 #478CCC, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #478CCC, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.healthcare-color {
  -webkit-box-shadow: 0 4px 0 0 #B61212, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #B61212, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.bestof-color {
  -webkit-box-shadow: 0 4px 0 0 #A14848, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #A14848, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.custsuccess-color {
  -webkit-box-shadow: 0 4px 0 0 #48A191, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #48A191, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.ebooks-color {
  -webkit-box-shadow: 0 4px 0 0 #85A148, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #85A148, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.learningdev-color {
  -webkit-box-shadow: 0 4px 0 0 #56B954, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #56B954, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.ma-color {
  -webkit-box-shadow: 0 4px 0 0 #1D78AB, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #1D78AB, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.product-color {
  -webkit-box-shadow: 0 4px 0 0 #B69212, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #B69212, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.strategy-color {
  -webkit-box-shadow: 0 4px 0 0 #B61274, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #B61274, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.talent-color {
  -webkit-box-shadow: 0 4px 0 0 #6412B6, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #6412B6, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.hr-color {
  -webkit-box-shadow: 0 4px 0 0 #97BF6F, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #97BF6F, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.industtech-color {
  -webkit-box-shadow: 0 4px 0 0 #1C317D, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #1C317D, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.security-color {
  -webkit-box-shadow: 0 4px 0 0 #B67412, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #B67412, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container.software-color {
  -webkit-box-shadow: 0 4px 0 0 #B76692, 0 0 14px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 0 0 #B76692, 0 0 14px 0 rgba(0, 0, 0, 0.13);
}

.single-growth_bit .growthbits-related-content .row .content-container:hover {
  height: calc(100% + 60px);
}

.single-growth_bit .growthbits-related-content .row .content-container:hover .read-more-button {
  bottom: 35px;
  left: 20px;
  opacity: 1;
}

.single-growth_bit .growthbits-related-content .row .content-container .image {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.single-growth_bit .growthbits-related-content .row .content-container .title {
  color: #505050;
  font-size: 18px;
  line-height: 27px;
  margin-top: 10px;
}

.single-growth_bit .growthbits-related-content .row .content-container .excerpt {
  color: #999999;
  font-size: 15px;
  line-height: 21px;
  margin-top: 5px;
}

.single-growth_bit .growthbits-related-content .row .content-container .read-more-button {
  background: transparent;
  color: #2d6c82;
  font-weight: 400;
  outline: none;
  padding-left: 0;
  position: absolute;
  left: 0px;
  bottom: -25px;
  padding-left: 1.8rem;
  font-size: 1rem;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit .growthbits-related-content .row .content-container .read-more-button {
    bottom: 35px;
    left: 20px;
    opacity: 1;
  }
}

.single-growth_bit .growthbits-related-content .row .content-container .read-more-button:hover {
  padding-left: 2.2rem;
}

.single-growth_bit .growthbits-related-content .row .content-container .read-more-button:after {
  position: absolute;
  width: 1rem;
  height: 1rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #2d6c82;
  font-family: 'theme-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  top: 8px;
  left: 0;
  content: "\e908";
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.single-growth_bit #more-on-topic {
  background-color: #E4EAEC;
}

.single-growth_bit #more-on-topic ul {
  list-style: none;
  margin: 0;
  padding-top: 50px;
}

.single-growth_bit #more-on-topic ul li a {
  font-size: 1rem;
  line-height: 1.7rem;
  color: #000000;
  padding-left: 20px;
  display: table;
  border-left: 3px solid transparent;
  font-weight: 100;
  margin-bottom: 20px;
}

.single-growth_bit #more-on-topic ul li.current a {
  font-weight: 500;
  border-left: 3px solid #2d6c82;
}

.single-growth_bit #more-on-topic .close-button {
  left: 1rem;
  right: auto;
  font-size: 0.9rem;
  line-height: 0.9rem;
  color: #000;
  font-weight: 500;
}

.single-growth_bit #more-on-topic .close-button span {
  font-size: 2rem;
  line-height: 1.5rem;
  position: relative;
  top: 6px;
  margin-right: 10px;
  font-weight: 100;
}

.single-growth_bit .next-post-up {
  position: fixed;
  right: 0;
  bottom: 20vh;
  width: 230px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media print, screen and (max-width: 79.99875em) {
  .single-growth_bit .next-post-up {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit .next-post-up {
    margin-top: 120px;
  }
}

.single-growth_bit .next-post-up .text-container {
  color: #CCCCCC;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding: 20px;
}

.single-growth_bit .next-post-up .text-container .title {
  color: #505050;
  margin-top: 10px;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
}

.single-growth_bit .next-post-up .link {
  color: #ffffff;
  background-color: #505050;
  position: relative;
  display: table;
  width: 100%;
  padding: 15px 20px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
}

.single-growth_bit .next-post-up .link:hover:after {
  right: -10px;
}

.single-growth_bit .next-post-up .link:after {
  position: relative;
  right: -5px;
  content: "\e908";
  font-family: 'theme-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 1rem;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}

.single-growth_bit .growthbits-form {
  margin-top: 100px;
}

.single-growth_bit .growthbits-form .content-container {
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
  padding: 40px 60px 40px 60px;
}

@media print, screen and (max-width: 79.99875em) {
  .single-growth_bit .growthbits-form .content-container {
    padding: 40px 30px 40px 30px;
  }
}

.single-growth_bit .growthbits-form .content-container h3 {
  display: inline-block;
}

.single-growth_bit .growthbits-form .content-container h3 img {
  height: 38px;
  width: auto;
  position: relative;
  top: -13px;
}

.single-growth_bit .growthbits-form .content-container .tag {
  display: inline-block;
  color: #999999;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #999999;
}

@media print, screen and (max-width: 79.99875em) {
  .single-growth_bit .growthbits-form .content-container .tag {
    display: table;
    border-left: 0px solid #999999;
    padding-left: 0;
    margin-left: 0;
  }
}

.single-growth_bit .growthbits-form .content-container .gform_wrapper {
  margin: 0;
}

.single-growth_bit .growthbits-form .content-container .gform_wrapper .gform_body {
  width: 78%;
  display: inline-block;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit .growthbits-form .content-container .gform_wrapper .gform_body {
    display: block;
    width: 100%;
  }
}

.single-growth_bit .growthbits-form .content-container .gform_wrapper ul.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-growth_bit .growthbits-form .content-container .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 25%;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit .growthbits-form .content-container .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 10px;
    width: 100%;
  }
}

.single-growth_bit .growthbits-form .content-container .gform_wrapper .gform_footer {
  width: 20%;
  display: inline-block;
  clear: none;
}

@media print, screen and (max-width: 49.99875em) {
  .single-growth_bit .growthbits-form .content-container .gform_wrapper .gform_footer {
    display: block;
    width: 100%;
  }
}

.single-growth_bit .growthbits-form .content-container .gform_wrapper .gform_footer .button {
  margin: 0 0 0.5rem 0;
}

@media print, screen and (max-width: 79.99875em) {
  .single-post:not(.has-scrolled) .et_social_sidebar_networks,
  .single-growth_bit:not(.has-scrolled) .et_social_sidebar_networks {
    display: none;
  }
}

@media print, screen and (max-width: 79.99875em) {
  .single-post.has-scrolled .et_social_sidebar_networks,
  .single-growth_bit.has-scrolled .et_social_sidebar_networks {
    display: block;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .single-post.has-scrolled .et_social_sidebar_networks,
  .single-growth_bit.has-scrolled .et_social_sidebar_networks {
    display: none;
  }
}

.page-template-template-we section.heading {
  padding-bottom: 2em !important;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-we section.heading {
    position: relative;
    padding-bottom: 2rem !important;
    margin-bottom: 4rem;
  }
}

.page-template-template-we section.heading .set-bg {
  max-height: 636px;
}

@media screen and (max-width: 46.375em) {
  .page-template-template-we section.heading .set-bg {
    max-height: 690px;
  }
}

.page-template-template-we section.heading .menu {
  font-weight: 500;
}

.page-template-template-we section.heading .menu li {
  margin-right: 1.5rem;
}

.page-template-template-we section.heading .sidebar {
  position: relative;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-we section.heading .sidebar {
    display: none;
  }
}

.page-template-template-we section.heading .sidebar .content-connector {
  position: absolute;
  left: -6rem;
  top: 35.5%;
  width: 13rem;
}

.page-template-template-we section.heading .sidebar img {
  visibility: hidden;
}

.page-template-template-we #team .container {
  padding-bottom: 80px;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-we #team .container {
    padding-bottom: 2rem;
  }
}

.page-template-template-we #team .section-label {
  margin-bottom: 2rem;
}

.page-template-template-we #team .content h2 {
  margin-bottom: 2rem;
}

.page-template-template-we #team .sidebar {
  padding-top: 80px;
  position: relative;
}

.page-template-template-we #team .sidebar .content-connector {
  position: absolute;
  left: -12rem;
  top: 44%;
  width: 10rem;
  border-color: #ccc;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-we #team .sidebar .content-connector {
    display: none;
  }
}

.page-template-template-we #team .sidebar ul {
  margin-bottom: 3em;
}

.page-template-template-we #team .sidebar ul li {
  line-height: 1.8rem;
}

.page-template-template-we #team .sidebar ul a {
  font-size: 1.75rem;
  color: #1c1c1c;
  font-weight: bold;
}

.page-template-template-we #team .sidebar ul a:hover, .page-template-template-we #team .sidebar ul a:focus {
  color: #2d6c82;
}

.page-template-template-we #culture {
  position: relative;
}

.page-template-template-we #culture .set-bg-color {
  background-color: #fefefe;
  width: 42%;
  right: 0;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-we #culture .set-bg-color {
    display: none;
  }
}

.page-template-template-we #culture .container {
  padding-bottom: 0px;
  z-index: 10;
  position: relative;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-we #culture .container {
    padding-top: 2rem;
  }
}

.page-template-template-we #culture .section-label {
  margin-bottom: 2rem;
}

.page-template-template-we #culture .content h2 {
  margin-bottom: 2rem;
}

.page-template-template-we #culture .sidebar {
  padding-top: 0px;
  position: relative;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-we #culture .sidebar {
    padding-top: 2rem;
  }
}

.page-template-template-we #culture .collage .column, .page-template-template-we #culture .collage .columns {
  position: relative;
}

.page-template-template-we #culture .collage .column img, .page-template-template-we #culture .collage .columns img {
  width: 100%;
}

.page-template-template-we #culture .collage .overlay {
  position: absolute;
  width: 50%;
  height: 50%;
  bottom: 0;
  right: 0;
}

.page-template-template-we #culture .collage .tweet {
  padding: 3rem 2rem;
  color: #fff;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-we #culture .collage .tweet {
    padding: 1rem 1rem;
    font-size: 0.85rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-we #culture .collage .tweet {
    font-size: 0.8rem;
  }
  .page-template-template-we #culture .collage .tweet p {
    margin-bottom: 0;
  }
}

.page-template-template-we #culture .collage .tweet i {
  opacity: 0.5;
  font-size: 1.8em;
}

.page-template-template-we #culture .collage .tweet.tweet-1 {
  background-color: #488CA1;
}

.page-template-template-we #culture .collage .tweet.tweet-1 a {
  color: #A1D3DD;
}

.page-template-template-we #culture .collage .tweet.tweet-2 {
  background-color: #1C1C1C;
}

.page-template-template-we #career .container {
  padding-top: 10rem;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-we #career .container {
    padding-bottom: 5rem;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-we #career .container {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

.page-template-template-we #career .section-label {
  margin-bottom: 2rem;
}

.page-template-template-we #career .content h2 {
  margin-bottom: 2rem;
}

.page-template-template-we #career .sidebar {
  padding-top: 5rem;
  position: relative;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-we #career .sidebar {
    padding-top: 2rem;
  }
}

.page-template-template-we #career .sidebar .content-connector {
  position: absolute;
  left: -10rem;
  top: 24%;
  width: 13rem;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-we #career .sidebar .content-connector {
    display: none;
  }
}

.page-template-template-we #career .sidebar .content-box {
  background-color: #fefefe;
  padding: 2rem 0 2rem 4rem;
  font-size: 0.8rem;
  text-transform: uppercase;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-we #career .sidebar .content-box {
    padding: 2rem;
  }
}

.page-template-template-we #career .sidebar .content-box a:not(.button-link-arrow) {
  color: #505050;
}

.page-template-template-we #career .sidebar .content-box a:not(.button-link-arrow):hover, .page-template-template-we #career .sidebar .content-box a:not(.button-link-arrow):focus {
  color: #478ca0;
}

.page-template-template-we #career .sidebar .content-box img {
  max-width: 75px;
  margin-bottom: 0.5rem;
}

.page-template-template-we #career .sidebar .content-box .button-link-arrow {
  text-transform: none;
  font-size: 1rem;
}

.page-template-template-we #career .sidebar .content-box.second {
  margin-top: 40px;
}

.call-out-career {
  background-color: #478CA0;
  padding: 100px 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 98.75em) {
  .call-out-career {
    padding: 100px 90px;
  }
}

@media screen and (max-width: 87.5em) {
  .call-out-career {
    padding: 100px 55px;
  }
}

@media screen and (max-width: 53.75em) {
  .call-out-career {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 50px 55px;
  }
}

@media screen and (max-width: 36.25em) {
  .call-out-career {
    padding: 50px 25px;
  }
}

.call-out-career .call-out-heading {
  color: #FFFFFF;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.2;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  margin: auto;
}

@media screen and (max-width: 81.25em) {
  .call-out-career .call-out-heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 68.75em) {
  .call-out-career .call-out-heading {
    font-size: 22px;
  }
}

@media screen and (max-width: 53.75em) {
  .call-out-career .call-out-heading {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 36.25em) {
  .call-out-career .call-out-heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 31.25em) {
  .call-out-career .call-out-heading {
    font-size: 17px;
  }
}

.call-out-career .call-out-btn {
  white-space: nowrap;
  margin: auto;
  text-transform: uppercase;
  max-width: 248px;
  min-width: 248px;
  height: 44px;
  background-color: #2B6573;
  -webkit-box-shadow: 0 3px 0 0 #1C515D;
          box-shadow: 0 3px 0 0 #1C515D;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  text-align: center;
  padding: 10px 20px;
}

@media screen and (max-width: 68.75em) {
  .call-out-career .call-out-btn {
    max-width: 220px;
    min-width: 214px;
    height: 42px;
  }
}

@media screen and (max-width: 53.75em) {
  .call-out-career .call-out-btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 36.25em) {
  .call-out-career .call-out-btn {
    height: 28px;
  }
}

@media screen and (max-width: 31.25em) {
  .call-out-career .call-out-btn {
    max-width: 200px;
    min-width: 185px;
  }
}

.call-out-career .call-out-btn span {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  height: 100%;
  width: 100%;
  text-align: center;
  margin: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 68.75em) {
  .call-out-career .call-out-btn span {
    font-size: 14px;
  }
}

@media screen and (max-width: 36.25em) {
  .call-out-career .call-out-btn span {
    font-size: 13px;
  }
}

.call-out-career .call-out-btn:hover {
  background-color: #1C515D;
}

.page-template-template-we .menu.medium-horizontal {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}

.page-template-template-we .menu.medium-horizontal li {
  margin-right: 0.5rem !important;
}

@media screen and (min-width: 87.5em) {
  .page-template-template-we .menu.medium-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }
  .page-template-template-we .menu.medium-horizontal li {
    margin-right: 1rem !important;
  }
}

@media screen and (max-width: 75em) {
  .page-template-template-we .menu.medium-horizontal {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    white-space: initial !important;
  }
  .page-template-template-we .menu.medium-horizontal li {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
}

.page-template-template-digest .back-arrow {
  padding-bottom: 5px;
}

.page-template-template-digest .back-arrow i {
  padding-right: 5px;
  position: relative;
  left: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.page-template-template-digest .back-arrow a:hover i {
  left: -7px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.page-template-template-digest section.heading {
  position: relative;
  z-index: 11;
}

.page-template-template-digest section.heading .set-bg {
  max-height: 736px;
}

@media screen and (max-width: 49.99875em) {
  .page-template-template-digest section.heading {
    position: relative;
    padding-bottom: 2rem !important;
    margin-bottom: 4rem;
  }
}

.digest-bit {
  padding-top: 75px;
}

.digest-bit .container {
  position: relative;
}

.digest-bit .container:after {
  content: "";
  bottom: -40px;
  left: 15px;
  position: absolute;
  height: 2px;
  width: calc(100% - 30px);
  background-color: #CCCCCC;
}

.digest-bit .column, .digest-bit .columns {
  margin-bottom: 30px;
}

.digest-bit .grid-item {
  height: 100%;
}

.digest-bit .grid-item .featured-container {
  height: 100%;
}

.digest-bit .grid-item .featured-container .text-container.info {
  padding-left: 20px;
}

.digest-bit .grid-item .featured-container.default-color .image-container .image {
  border: 4px solid #488CA1;
}

.digest-bit .grid-item .featured-container.default-color .text-container .category {
  color: #488CA1;
}

.digest-bit .grid-item .featured-container.sales-color .image-container .image {
  border: 4px solid #808066;
}

.digest-bit .grid-item .featured-container.sales-color .text-container .category {
  color: #808066;
}

.digest-bit .grid-item .featured-container.finance-color .image-container .image {
  border: 4px solid #0f813c;
}

.digest-bit .grid-item .featured-container.finance-color .text-container .category {
  color: #0f813c;
}

.digest-bit .grid-item .featured-container.technology-color .image-container .image {
  border: 4px solid #488ca1;
}

.digest-bit .grid-item .featured-container.technology-color .text-container .category {
  color: #488ca1;
}

.digest-bit .grid-item .featured-container.fintech-color .image-container .image {
  border: 4px solid #1FC7A8;
}

.digest-bit .grid-item .featured-container.fintech-color .text-container .category {
  color: #1FC7A8;
}

.digest-bit .grid-item .featured-container.marketing-color .image-container .image {
  border: 4px solid #4747a1;
}

.digest-bit .grid-item .featured-container.marketing-color .text-container .category {
  color: #4747a1;
}

.digest-bit .grid-item .featured-container.leadership-color .image-container .image {
  border: 4px solid #478CCC;
}

.digest-bit .grid-item .featured-container.leadership-color .text-container .category {
  color: #478CCC;
}

.digest-bit .grid-item .featured-container.healthcare-color .image-container .image {
  border: 4px solid #B61212;
}

.digest-bit .grid-item .featured-container.healthcare-color .text-container .category {
  color: #B61212;
}

.digest-bit .grid-item .featured-container.bestof-color .image-container .image {
  border: 4px solid #A14848;
}

.digest-bit .grid-item .featured-container.bestof-color .text-container .category {
  color: #A14848;
}

.digest-bit .grid-item .featured-container.custsuccess-color .image-container .image {
  border: 4px solid #48A191;
}

.digest-bit .grid-item .featured-container.custsuccess-color .text-container .category {
  color: #48A191;
}

.digest-bit .grid-item .featured-container.ebooks-color .image-container .image {
  border: 4px solid #85A148;
}

.digest-bit .grid-item .featured-container.ebooks-color .text-container .category {
  color: #85A148;
}

.digest-bit .grid-item .featured-container.learningdev-color .image-container .image {
  border: 4px solid #56B954;
}

.digest-bit .grid-item .featured-container.learningdev-color .text-container .category {
  color: #56B954;
}

.digest-bit .grid-item .featured-container.ma-color .image-container .image {
  border: 4px solid #1D78AB;
}

.digest-bit .grid-item .featured-container.ma-color .text-container .category {
  color: #1D78AB;
}

.digest-bit .grid-item .featured-container.product-color .image-container .image {
  border: 4px solid #B69212;
}

.digest-bit .grid-item .featured-container.product-color .text-container .category {
  color: #B69212;
}

.digest-bit .grid-item .featured-container.strategy-color .image-container .image {
  border: 4px solid #B61274;
}

.digest-bit .grid-item .featured-container.strategy-color .text-container .category {
  color: #B61274;
}

.digest-bit .grid-item .featured-container.talent-color .image-container .image {
  border: 4px solid #6412B6;
}

.digest-bit .grid-item .featured-container.talent-color .text-container .category {
  color: #6412B6;
}

.digest-bit .grid-item .featured-container.hr-color .image-container .image {
  border: 4px solid #97BF6F;
}

.digest-bit .grid-item .featured-container.hr-color .text-container .category {
  color: #97BF6F;
}

.digest-bit .grid-item .featured-container.industtech-color .image-container .image {
  border: 4px solid #1C317D;
}

.digest-bit .grid-item .featured-container.industtech-color .text-container .category {
  color: #1C317D;
}

.digest-bit .grid-item .featured-container.security-color .image-container .image {
  border: 4px solid #B67412;
}

.digest-bit .grid-item .featured-container.security-color .text-container .category {
  color: #B67412;
}

.digest-bit .grid-item .featured-container.software-color .image-container .image {
  border: 4px solid #B76692;
}

.digest-bit .grid-item .featured-container.software-color .text-container .category {
  color: #B76692;
}

.page-template-template-grow #grow {
  position: relative;
  padding-bottom: 5rem;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-grow #grow {
    padding-bottom: 0rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-grow #grow {
    padding-bottom: 0;
  }
}

.page-template-template-grow #grow .container {
  padding-top: 5rem;
}

.page-template-template-grow #grow .grow-boxes > .row {
  margin-right: 0;
  max-width: 100%;
  margin-left: 3%;
}

.page-template-template-grow #grow .grow-boxes > .row .side-text-container {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 550px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-grow #grow .grow-boxes > .row .side-text-container {
    min-height: auto;
  }
}

.page-template-template-grow #grow .grow-boxes > .row .open-text {
  position: absolute;
  opacity: 0;
  padding: 50px 40px;
  height: auto;
  min-height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #478CA0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-grow #grow .grow-boxes > .row .open-text {
    position: relative;
    min-height: auto;
    padding: 30px 30px;
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
  }
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.is-active {
  opacity: 1;
  z-index: 1;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container {
  padding: 0;
  background-color: transparent;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-arrow {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  right: 40px;
  bottom: 30px;
  z-index: 1;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
  padding: 10px;
  background-color: #478CA0;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-arrow:hover {
  color: #ffffff;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-arrow.slick-prev {
  right: 80px;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list {
    position: relative;
  }
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track {
  height: 100%;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider {
  padding: 130px 0 100px 0;
  background-color: #478CA0;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 100%;
  left: 0px;
  top: 0;
  background-color: #478CA0;
  opacity: 0;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider.has-logo {
  background-color: #ffffff;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider.has-logo:before {
  opacity: 1;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider.has-logo .content {
  color: #999999;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider.has-logo .content:before {
  opacity: 0;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider.has-logo .content .logo-image {
  max-width: 220px;
  position: absolute;
  top: -90px;
  left: 40px;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider.has-logo .content .logo-image img {
  max-height: 70px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider.has-logo .content .logo-image {
    font-size: 50px;
    top: -60px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider {
    padding: 80px 0 100px 0;
  }
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider .content {
  padding: 0 40px;
  position: relative;
  color: #FFFFFF;
  list-style: none;
  font-weight: 600;
  line-height: 1.8;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider .content ul {
  line-height: 1.4;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider .content ul li {
  margin-bottom: 15px;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider .content:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 100%;
  left: 0px;
  top: 0;
  background-color: #13586C;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider .content .icon-quote {
  font-size: 70px;
  position: absolute;
  top: -90px;
  left: 40px;
  color: #13586C;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider .content .icon-quote {
    font-size: 50px;
    top: -60px;
  }
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider .author {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: calc(100% - 170px);
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider .author .name {
  color: #2F2F2F;
  text-transform: uppercase;
  font-weight: 600;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text.quote-slider-container .slick-list .slick-track .quote-slider .author .title {
  color: #0F455E;
  font-weight: 400;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text .text .content h2, .page-template-template-grow #grow .grow-boxes > .row .open-text .text .content h3, .page-template-template-grow #grow .grow-boxes > .row .open-text .text .content h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #A2C7D2;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text .text .content ul {
  margin: 0;
  color: #FFFFFF;
  padding-left: 19px;
  position: relative;
  font-weight: 400;
  line-height: 2;
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.4;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-grow #grow .grow-boxes > .row .open-text .text .content ul {
    margin-top: 20px;
    font-size: 16px;
  }
}

.page-template-template-grow #grow .grow-boxes > .row .open-text .text .content ul:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 100%;
  left: -40px;
  top: 0;
  background-color: #13586C;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-grow #grow .grow-boxes > .row .open-text .text .content ul:before {
    left: -30px;
  }
}

.page-template-template-grow #grow .grow-boxes > .row .open-text .text .content ul li {
  margin-bottom: 15px;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text .text .content p:last-child {
  margin-bottom: 0;
}

.page-template-template-grow #grow .grow-boxes > .row .open-text .text .content a {
  background-color: #2B6573;
  -webkit-box-shadow: 0 3px 0 0 #1C515D;
          box-shadow: 0 3px 0 0 #1C515D;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  padding: 20px 40px 18px 40px;
  font-weight: 500;
  position: relative;
  right: 0;
  top: 0;
  display: table;
  margin: 60px 0 0 0;
  -webkit-transition: background-color 0.5s, top 0.5, -webkit-box-shadow 0.5;
  transition: background-color 0.5s, top 0.5, -webkit-box-shadow 0.5;
  transition: background-color 0.5s, top 0.5, box-shadow 0.5;
  transition: background-color 0.5s, top 0.5, box-shadow 0.5, -webkit-box-shadow 0.5;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-grow #grow .grow-boxes > .row .open-text .text .content a {
    font-size: 16px;
    margin-top: 20px;
  }
}

.page-template-template-grow #grow .grow-boxes > .row .open-text .text .content a:hover {
  background-color: #1C515D;
}

.page-template-template-grow #grow .grow-boxes > .row .box {
  margin-bottom: 20px;
  cursor: pointer;
  padding-right: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-grow #grow .grow-boxes > .row .box {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}

.page-template-template-grow #grow .grow-boxes > .row .box .mobile-container {
  height: 0;
  overflow: hidden;
}

.page-template-template-grow #grow .grow-boxes > .row .box.is-active .mobile-container {
  height: auto;
}

.page-template-template-grow #grow .grow-boxes > .row .box.is-active .text-container {
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.page-template-template-grow #grow .grow-boxes > .row .box.is-active .text-container:before {
  background-color: #478CA0;
}

.page-template-template-grow #grow .grow-boxes > .row .box:hover .text-container:before {
  background-color: #478CA0;
}

.page-template-template-grow #grow .grow-boxes > .row .box .text-container {
  background-color: transparent;
  height: 100%;
  padding: 30px 40px 30px 60px;
  display: table;
  border-radius: 6px;
  position: relative;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.5s, -webkit-box-shadow 0.5s;
  transition: background-color 0.5s, -webkit-box-shadow 0.5s;
  transition: background-color 0.5s, box-shadow 0.5s;
  transition: background-color 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-grow #grow .grow-boxes > .row .box .text-container {
    padding: 20px 20px 20px 60px;
    width: 100%;
  }
}

.page-template-template-grow #grow .grow-boxes > .row .box .text-container:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 30px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #E8E8E8;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.page-template-template-grow #grow .grow-boxes > .row .box .text-container h4 {
  font-size: 25px;
  font-weight: 600;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-grow #grow .grow-boxes > .row .box .text-container h4 {
    font-size: 19px;
  }
}

.page-template-template-grow #grow .grow-boxes > .row .box .text-container .content {
  color: #999999;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
}

.page-template-template-grow #grow .grow-boxes > .row .box .text-container .arrow-container {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  left: -10px;
  opacity: 0;
  -webkit-transition: left 0.5s, opacity 0.5s;
  transition: left 0.5s, opacity 0.5s;
}

.page-template-template-grow #grow .grow-boxes > .row .box .text-container .arrow-container i {
  padding-right: 10px;
}

.page-template-template-grow #grow .section-label {
  margin-bottom: 2rem;
}

.page-template-template-grow #grow .content h2 {
  margin-bottom: 2rem;
}

#growthbits {
  padding-top: 10rem;
  padding-bottom: 2rem;
}

@media print, screen and (max-width: 49.99875em) {
  #growthbits {
    padding-top: 6rem;
  }
}

.references-growthbit {
  border: 1px solid #CCCCCC;
  padding: 26px;
  margin-bottom: 30px;
}

.references-growthbit .label {
  color: #1C1C1C;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  background: none;
  padding-bottom: 23px;
  padding-left: 0;
  font-weight: 600;
}

.references-growthbit ol {
  list-style: none;
  counter-reset: mycounter;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.references-growthbit .reference-growthbit {
  color: #505050;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
  margin-left: 25px;
  padding: 5px 0;
}

.references-growthbit .reference-growthbit p:before {
  content: counter(mycounter);
  counter-increment: mycounter;
  position: absolute;
  top: 5px;
  left: -25px;
  height: 24px;
  font-weight: 500;
  width: 7px;
  color: #999999;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.references-growthbit .reference-growthbit a:before {
  display: none;
}

.is-author-set-relative {
  position: relative !important;
  top: 0 !important;
}

.optional-outline {
  padding-bottom: 10px;
}

@media screen and (max-width: 39.9375em) {
  .optional-outline {
    display: none;
  }
}

.optional-outline .outline-heading {
  color: #333;
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 18px;
}

@media screen and (min-width: 96.25em) {
  .optional-outline .links {
    max-width: 230px;
  }
}

.optional-outline .links .link {
  margin-top: 2px;
  margin-bottom: 10px;
  position: relative;
}

.optional-outline .links .link a {
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
  color: #333;
  font-size: 12.58px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: 0.95px;
}

.optional-outline .links .link:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 70%;
  background-color: #478CA0;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  opacity: 0;
}

.optional-outline .links .link:before {
  content: 'Jump To';
  position: absolute;
  height: 14px;
  top: 7px;
  left: -70px;
  color: #478CA0;
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
  font-size: 12.58px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.95px;
  opacity: 0;
  top: 54%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

@media screen and (max-width: 50em) {
  .optional-outline .links .link:before {
    display: none;
  }
}

.optional-outline .links .link:hover:after, .optional-outline .links .link:hover:before {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.optional-outline .links .link.is-active:after {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.optional-outline .links .sublinks .sublink {
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
  color: #333;
  font-weight: 350;
  font-size: 12.58px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.95px;
  margin-bottom: 10px;
  position: relative;
}

.optional-outline .links .sublinks .sublink a {
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
  color: #333;
  font-weight: 350;
  font-size: 12.58px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.95px;
}

.optional-outline .links .sublinks .sublink:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #478CA0;
  top: 0;
  left: -20px;
  opacity: 0;
}

.optional-outline .links .sublinks .sublink:before {
  content: 'Jump To';
  position: absolute;
  height: 14px;
  top: 1px;
  left: -80px;
  color: #478CA0;
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
  font-size: 12.58px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.95px;
  opacity: 0;
}

@media screen and (max-width: 50em) {
  .optional-outline .links .sublinks .sublink:before {
    display: none;
  }
}

.optional-outline .links .sublinks .sublink:hover:after, .optional-outline .links .sublinks .sublink:hover:before {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.optional-outline .links .sublinks .sublink.is-active:after {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.optional-outline.is-fixed {
  position: fixed;
  top: 150px;
}

.optional-outline.is-absolute {
  position: absolute;
  top: auto;
  bottom: 0;
}

.yir-card-img {
  display: none !important;
}

.page-template-template-2024 .yir-card-img,
.page-template-template-2025 .yir-card-img {
  display: block !important;
}

.page-template-template-2024 .yir-card-img img,
.page-template-template-2025 .yir-card-img img {
  max-height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-template-2024 .has-card-img .featured-container .flex-card.non-featured,
.page-template-template-2025 .has-card-img .featured-container .flex-card.non-featured {
  bottom: 230px;
}

.page-template-template-case-index .case-stats {
  padding-top: 70px;
}

@media screen and (max-width: 49.9375em) {
  .page-template-template-case-index .case-stats {
    padding-top: 10px;
  }
}

.page-template-template-case-index .case-stats .stat-heading {
  color: #1C1C1C;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.625px;
  padding-bottom: 30px;
}

.page-template-template-case-index .case-stats .case-stat-cards {
  border-radius: 20px;
  border: 2px solid #478CA0;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-left: 0;
  margin-right: 0;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-case-index .case-stats .case-stat-cards {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media print, screen and (max-width: 19.99875em) {
  .page-template-template-case-index .case-stats .case-stat-cards {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.page-template-template-case-index .case-stats .case-stat-cards .stat {
  margin-bottom: 25px;
}

.page-template-template-case-index .case-stats .case-stat-cards .stat .num {
  color: #478CA0;
  text-align: center;
  font-size: clamp(2.25rem, 5vw, 4.0625rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 5px;
}

.page-template-template-case-index .case-stats .case-stat-cards .stat .info {
  color: #1C1C1C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.625px;
  position: relative;
  margin: auto;
  max-width: 291px;
}

.page-template-template-case-index .case-body {
  padding-top: 80px;
}

.page-template-template-case-index .case-body .case-cards .case-card {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  border-radius: 8px;
  border: 2px solid #478CA0;
  padding-bottom: 54px;
}

.page-template-template-case-index .case-body .case-cards .case-card .bg-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 105px;
  height: 105px;
}

.page-template-template-case-index .case-body .case-cards .case-card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.page-template-template-case-index .case-body .case-cards .case-card .case-card-content {
  padding: 0 24px 0 24px;
  position: relative;
}

.page-template-template-case-index .case-body .case-cards .case-card .case-card-content .case-card-logos {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-template-case-index .case-body .case-cards .case-card .case-card-content .case-card-logos .spacer {
  padding-left: 15px;
  padding-right: 15px;
}

.page-template-template-case-index .case-body .case-cards .case-card .case-card-content .card-info {
  padding-top: 5px;
  color: #505050;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.page-template-template-case-index .case-body .case-cards .case-card .case-card-content .card-info p {
  color: #505050;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.page-template-template-case-index .case-body .case-cards .case-card .card-link {
  position: absolute;
  bottom: 25px;
  left: 24px;
  z-index: 1;
  color: #568E9E;
  font-size: 15px;
  font-style: normal;
  font-weight: 450;
  line-height: 25px;
}

.page-template-template-case-index .case-body .case-cards .case-card:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.case-references {
  margin-top: 180px;
}

@media print, screen and (max-width: 79.99875em) {
  .case-references {
    margin-top: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .case-references {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .case-references {
    margin-top: 60px;
  }
}

.case-references .references {
  background-color: #fefefe;
  padding: 35px 40px;
  overflow: hidden;
}

@media print, screen and (max-width: 63.99875em) {
  .case-references .references {
    padding: 35px 30px;
  }
}

.case-references .references h2 {
  margin: 0;
}

.case-references .references .references-content {
  color: #505050;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  margin-top: 50px;
}

@media print, screen and (max-width: 63.99875em) {
  .case-references .references .references-content {
    margin-top: 20px;
  }
}

.case-references .references .references-content a {
  color: #505050;
  text-decoration: underline;
}

.case-references .references .references-content ul li {
  margin-bottom: 10px;
}

.case-references .references .references-content ul li:last-child {
  margin-bottom: 0;
}

.case-references .references .references-disclaimer {
  color: #505050;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: 400;
  margin-top: 50px;
  font-style: italic;
  padding-top: 35px;
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  .case-references .references .references-disclaimer {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.case-references .references .references-disclaimer:before {
  content: '';
  position: absolute;
  left: -50vw;
  width: 200vw;
  background-color: #F7F7F7;
  height: 2px;
  top: 0;
}

.case-references .references .references-disclaimer .references-disclaimer-title {
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
}

.page-template-template-companies section.heading .menu li, .page-template-template-industry section.heading .menu li {
  margin-right: 2rem;
  font-weight: 600;
}

.page-template-template-companies #criteria, .page-template-template-industry #criteria {
  padding-bottom: 10rem;
}

.page-template-template-companies #criteria h2, .page-template-template-industry #criteria h2 {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .page-template-template-companies #criteria, .page-template-template-industry #criteria {
    padding-bottom: 5rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-companies #criteria, .page-template-template-industry #criteria {
    padding-bottom: 2rem;
  }
}

.page-template-template-companies #companies .portfolio-container, .page-template-template-industry #companies .portfolio-container {
  max-width: 300px;
}

@media print, screen and (min-width: 64em) {
  .page-template-template-companies #companies .filter-by-container, .page-template-template-industry #companies .filter-by-container {
    max-width: 115px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.page-template-template-companies #companies .filter-search-container, .page-template-template-industry #companies .filter-search-container {
  max-width: 400px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-companies #companies .filter-search-container, .page-template-template-industry #companies .filter-search-container {
    max-width: 23%;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-companies #companies .filter-search-container, .page-template-template-industry #companies .filter-search-container {
    max-width: 100%;
  }
}

.page-template-template-companies #companies .text-right, .page-template-template-industry #companies .text-right {
  text-align: left !important;
  padding: 10px 0px 0px 15px;
}

@media print, screen and (min-width: 64em) {
  .page-template-template-companies #companies .text-right, .page-template-template-industry #companies .text-right {
    text-align: right !important;
  }
}

@media screen and (max-width: 75em) {
  .page-template-template-companies #companies .text-right, .page-template-template-industry #companies .text-right {
    padding: 10px 0px 0px 5px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-companies #companies .text-right .control-label, .page-template-template-industry #companies .text-right .control-label {
    padding-left: 10px;
  }
}

@media screen and (max-width: 39.9375em) {
  .page-template-template-companies #companies .text-right .control-label, .page-template-template-industry #companies .text-right .control-label {
    padding-left: 10px;
  }
}

.page-template-template-companies #companies .company-filter, .page-template-template-industry #companies .company-filter {
  padding-top: 4px;
}

.page-template-template-companies #companies .control-label, .page-template-template-industry #companies .control-label {
  font-size: 13px;
  font-weight: bold;
  color: #999999;
}

.page-template-template-companies #companies .clear-filters, .page-template-template-industry #companies .clear-filters {
  position: relative;
  top: 6px;
  opacity: 0;
  display: none;
  font-size: 0.875rem;
  color: #2d6c82;
  cursor: pointer;
  padding: 14px 0px;
}

.page-template-template-companies #companies .clear-filters-container, .page-template-template-industry #companies .clear-filters-container {
  padding-top: 8px;
  margin-bottom: 12px;
}

.page-template-template-companies #companies .svg-line, .page-template-template-industry #companies .svg-line {
  position: relative;
  top: -4px;
}

.page-template-template-companies #companies .filter-field, .page-template-template-industry #companies .filter-field {
  width: 40%;
  padding-right: 40px;
  font-size: 0.875rem;
  font-weight: bold;
}

@media print, screen and (min-width: 64em) {
  .page-template-template-companies #companies .filter-field, .page-template-template-industry #companies .filter-field {
    width: 95%;
  }
}

@media screen and (max-width: 31.1875em) {
  .page-template-template-companies #companies .filter-field, .page-template-template-industry #companies .filter-field {
    width: 50%;
  }
}

.page-template-template-companies #companies .filter-field .list, .page-template-template-industry #companies .filter-field .list {
  max-height: 300px;
  overflow: auto;
  min-width: 155px;
}

.page-template-template-companies #companies .filter-field:after, .page-template-template-industry #companies .filter-field:after {
  width: 15px;
}

@media screen and (max-width: 39.9375em) {
  .page-template-template-companies #companies .filter-state, .page-template-template-industry #companies .filter-state {
    margin-bottom: 1rem;
  }
}

.page-template-template-companies #companies .filter-status, .page-template-template-industry #companies .filter-status {
  min-width: 100px;
}

.page-template-template-companies #companies .filter-status .filter-field .list, .page-template-template-industry #companies .filter-status .filter-field .list {
  min-width: 90px !important;
}

.page-template-template-companies #companies .filter-search, .page-template-template-industry #companies .filter-search {
  width: 40%;
}

@media print, screen and (min-width: 64em) {
  .page-template-template-companies #companies .filter-search, .page-template-template-industry #companies .filter-search {
    width: 95%;
  }
}

@media screen and (max-width: 31.1875em) {
  .page-template-template-companies #companies .filter-search, .page-template-template-industry #companies .filter-search {
    width: 50%;
  }
}

.page-template-template-companies #companies .filter-search input, .page-template-template-industry #companies .filter-search input {
  font-size: 0.875rem !important;
  font-weight: bold !important;
}

.page-template-template-companies #companies .view-mode, .page-template-template-industry #companies .view-mode {
  padding: 7px 0px 0px 15px;
}

@media print, screen and (min-width: 64em) {
  .page-template-template-companies #companies .view-mode, .page-template-template-industry #companies .view-mode {
    max-width: 115px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-companies #companies .view-mode .radio-toggle label, .page-template-template-industry #companies .view-mode .radio-toggle label {
    display: inline-block;
    text-align: center;
  }
}

@media screen and (max-width: 39.9375em) {
  .page-template-template-companies #companies .view-mode, .page-template-template-industry #companies .view-mode {
    padding: 7px 0px 0px 10px;
  }
}

.page-template-template-companies #companies .view-mode-btn, .page-template-template-industry #companies .view-mode-btn {
  width: 40px;
  padding: 0px;
}

.page-template-template-companies #companies .hide-view-mode, .page-template-template-industry #companies .hide-view-mode {
  display: none !important;
}

.page-template-template-companies #companies .companies-grid, .page-template-template-industry #companies .companies-grid {
  padding-top: 5rem;
}

@media print, screen and (min-width: 40em) {
  .page-template-template-companies #companies .companies-grid, .page-template-template-industry #companies .companies-grid {
    padding-top: 2rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-companies #companies .companies-grid, .page-template-template-industry #companies .companies-grid {
    padding-top: 1rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-companies #companies .companies-grid .grid-column, .page-template-template-industry #companies .companies-grid .grid-column {
    width: 45%;
    height: 45vw !important;
    float: left;
  }
}

.page-template-template-companies #companies .companies-grid .grid-column .grid-item, .page-template-template-industry #companies .companies-grid .grid-column .grid-item {
  height: 100%;
}

.page-template-template-companies #companies .companies-grid .grid-column a, .page-template-template-industry #companies .companies-grid .grid-column a {
  display: block;
  height: 100%;
  position: relative;
}

.page-template-template-companies #companies .companies-grid .grid-column a img, .page-template-template-industry #companies .companies-grid .grid-column a img {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  display: inline-block;
  position: absolute;
  top: 50%;
  max-width: 80%;
  max-height: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-template-template-companies #companies .companies-grid .grid-column a.medium img, .page-template-template-industry #companies .companies-grid .grid-column a.medium img {
  max-width: 70%;
  max-height: 40%;
}

.page-template-template-companies #companies .companies-grid .grid-column a.small img, .page-template-template-industry #companies .companies-grid .grid-column a.small img {
  max-width: 70%;
  max-height: 30%;
}

.page-template-template-companies #companies .companies-grid .grid-column a:hover, .page-template-template-industry #companies .companies-grid .grid-column a:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.page-template-template-companies #companies .companies-grid .grid-column a:hover img, .page-template-template-industry #companies .companies-grid .grid-column a:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

@media only screen and (max-width: 1080px) {
  .page-template-template-companies .svg-line, .page-template-template-industry .svg-line {
    width: 10px;
  }
}

.page-template-template-companies #map, .page-template-template-industry #map {
  height: 740px;
  width: 92%;
  margin: auto;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-companies #map, .page-template-template-industry #map {
    width: 100%;
  }
}

.page-template-template-companies .map-marker-info, .page-template-template-industry .map-marker-info {
  width: 180px;
  height: 120px;
  cursor: pointer;
  -webkit-transition: 0.5;
  transition: 0.5;
  position: relative;
}

.page-template-template-companies .map-marker-info:hover, .page-template-template-industry .map-marker-info:hover {
  opacity: 0.8;
}

.page-template-template-companies .map-marker-info img, .page-template-template-industry .map-marker-info img {
  width: 120px;
  height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-template-template-companies .company-grid, .page-template-template-industry .company-grid {
  display: block;
}

.page-template-template-companies .companies-list, .page-template-template-industry .companies-list {
  display: none;
}

.page-template-template-companies .grid-takeover .toggle-takeover, .page-template-template-industry .grid-takeover .toggle-takeover {
  top: 20%;
  position: absolute !important;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-companies .grid-takeover .toggle-takeover, .page-template-template-industry .grid-takeover .toggle-takeover {
    top: 2rem;
  }
}

.page-template-template-companies .grid-takeover .content section.info .company-info, .page-template-template-industry .grid-takeover .content section.info .company-info {
  padding-top: 10rem;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-companies .grid-takeover .content section.info .company-info, .page-template-template-industry .grid-takeover .content section.info .company-info {
    padding-top: 5rem;
  }
}

.page-template-template-companies .grid-takeover .content section.info .company-info h1, .page-template-template-industry .grid-takeover .content section.info .company-info h1 {
  margin-bottom: 1rem;
}

.page-template-template-companies .grid-takeover .content section.info .company-info .blurb, .page-template-template-industry .grid-takeover .content section.info .company-info .blurb {
  margin-top: 5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-companies .grid-takeover .content section.info .company-info .blurb, .page-template-template-industry .grid-takeover .content section.info .company-info .blurb {
    margin-top: 0;
  }
}

.page-template-template-companies .grid-takeover .content section.info .company-info h5, .page-template-template-industry .grid-takeover .content section.info .company-info h5 {
  margin-top: 2rem;
}

.page-template-template-companies .grid-takeover .content section.info .company-info .company-logo img, .page-template-template-industry .grid-takeover .content section.info .company-info .company-logo img {
  max-width: 180px;
  max-height: 180px;
  width: 50%;
  float: right;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-companies .grid-takeover .content section.info .company-info .company-logo img, .page-template-template-industry .grid-takeover .content section.info .company-info .company-logo img {
    float: none;
  }
}

@media print, screen and (max-width: 19.99875em) {
  .page-template-template-companies .grid-takeover .content section.info .company-info .company-logo img, .page-template-template-industry .grid-takeover .content section.info .company-info .company-logo img {
    float: none;
    width: 100%;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-companies .grid-takeover .content section.info .company-info .company-logo, .page-template-template-industry .grid-takeover .content section.info .company-info .company-logo {
    text-align: center;
  }
}

.page-template-template-companies .grid-takeover .content section.info .company-meta, .page-template-template-industry .grid-takeover .content section.info .company-meta {
  padding-top: 10rem;
  padding-bottom: 5rem;
  margin-bottom: 2rem;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-companies .grid-takeover .content section.info .company-meta, .page-template-template-industry .grid-takeover .content section.info .company-meta {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.page-template-template-companies .grid-takeover .content section.info .company-meta .company-logo, .page-template-template-industry .grid-takeover .content section.info .company-meta .company-logo {
  margin-top: 3rem;
}

.page-template-template-companies .grid-takeover .content section.info .company-meta .company-logo img, .page-template-template-industry .grid-takeover .content section.info .company-meta .company-logo img {
  max-width: 180px;
  max-height: 180px;
}

.page-template-template-companies .grid-takeover .content section.info .company-meta .related-articles, .page-template-template-industry .grid-takeover .content section.info .company-meta .related-articles {
  margin-top: 3rem;
}

.page-template-template-companies .grid-takeover .content section.info .company-meta-bg, .page-template-template-industry .grid-takeover .content section.info .company-meta-bg {
  margin-bottom: 2rem;
}

.page-template-template-companies .grid-takeover .content section.info .company-contact, .page-template-template-industry .grid-takeover .content section.info .company-contact {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-companies .grid-takeover .content section.info .company-contact, .page-template-template-industry .grid-takeover .content section.info .company-contact {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.page-template-template-companies .grid-takeover .content section.info .company-contact .team-member-cta, .page-template-template-industry .grid-takeover .content section.info .company-contact .team-member-cta {
  margin-top: 3rem;
}

.page-template-template-companies .grid-takeover.company-takeover, .page-template-template-industry .grid-takeover.company-takeover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
}

@media print, screen and (min-width: 64em) {
  .page-template-template-companies .grid-takeover.company-takeover, .page-template-template-industry .grid-takeover.company-takeover {
    top: 5%;
    left: 10%;
    width: 80%;
    height: 90%;
  }
}

@media screen and (min-width: 80em) {
  .page-template-template-companies .grid-takeover.company-takeover, .page-template-template-industry .grid-takeover.company-takeover {
    top: 10%;
    left: 20%;
    width: 60%;
    height: 80%;
  }
}

.show-grid-takeover.page-template-template-companies .grid-takeover.company-takeover, .page-template-template-industry .grid-takeover.company-takeover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
}

.page-template-template-companies .grid-takeover.company-takeover .content section.info .company-info, .page-template-template-industry .grid-takeover.company-takeover .content section.info .company-info {
  padding-top: 5rem;
}

.page-template-template-companies .grid-takeover.company-takeover .content section.info .company-meta, .page-template-template-industry .grid-takeover.company-takeover .content section.info .company-meta {
  padding-top: 5rem;
}

.page-template-template-companies:not(.show-grid-takeover) .grid-takeover.company-takeover, .page-template-template-industry:not(.show-grid-takeover) .grid-takeover.company-takeover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
}

.single-portfolio_company section.info .company-info {
  padding-top: 5rem;
}

.single-portfolio_company section.info .company-info h1 {
  margin-bottom: 1rem;
}

.single-portfolio_company section.info .company-info .blurb {
  margin-top: 5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .single-portfolio_company section.info .company-info .blurb {
    margin-top: 0;
  }
}

.single-portfolio_company section.info .company-info h5 {
  margin-top: 2rem;
}

.single-portfolio_company section.info .company-info .company-logo img {
  max-width: 180px;
  max-height: 180px;
  width: 50%;
  float: right;
}

.single-portfolio_company section.info .company-meta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 2rem;
}

@media print, screen and (max-width: 39.99875em) {
  .single-portfolio_company section.info .company-meta {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.single-portfolio_company section.info .company-meta .company-logo {
  margin-top: 3rem;
}

.single-portfolio_company section.info .company-meta .company-logo img {
  max-width: 180px;
  max-height: 180px;
}

.single-portfolio_company section.info .company-meta .related-articles {
  margin-top: 3rem;
}

.single-portfolio_company section.info .company-meta-bg {
  margin-bottom: 2rem;
}

.single-portfolio_company section.info .company-contact {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .single-portfolio_company section.info .company-contact {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.single-portfolio_company section.info .company-contact .team-member-cta {
  margin-top: 3rem;
}

.latest-news-links li a {
  line-height: 20px;
  font-size: 16px;
  display: block;
  margin-bottom: 9px;
}

.page-template-template-team .team-grid,
.page-template-template-network .team-grid,
.tax-team .team-grid,
.page-template-template-industry .team-grid {
  padding-top: 4rem;
}

@media print, screen and (min-width: 40em) {
  .page-template-template-team .team-grid,
  .page-template-template-network .team-grid,
  .tax-team .team-grid,
  .page-template-template-industry .team-grid {
    padding-top: 2rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-team .team-grid,
  .page-template-template-network .team-grid,
  .tax-team .team-grid,
  .page-template-template-industry .team-grid {
    padding-top: 1rem;
  }
}

.page-template-template-team .team-grid .grid-column,
.page-template-template-network .team-grid .grid-column,
.tax-team .team-grid .grid-column,
.page-template-template-industry .team-grid .grid-column {
  margin-bottom: 2rem;
}

.page-template-template-team .team-grid .grid-item,
.page-template-template-network .team-grid .grid-item,
.tax-team .team-grid .grid-item,
.page-template-template-industry .team-grid .grid-item {
  position: relative;
}

.page-template-template-team .team-grid .grid-item .image-container,
.page-template-template-network .team-grid .grid-item .image-container,
.tax-team .team-grid .grid-item .image-container,
.page-template-template-industry .team-grid .grid-item .image-container {
  display: table;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.page-template-template-team .team-grid .grid-item:hover .image-container,
.page-template-template-network .team-grid .grid-item:hover .image-container,
.tax-team .team-grid .grid-item:hover .image-container,
.page-template-template-industry .team-grid .grid-item:hover .image-container {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.page-template-template-team .team-grid .grid-item h2,
.page-template-template-network .team-grid .grid-item h2,
.tax-team .team-grid .grid-item h2,
.page-template-template-industry .team-grid .grid-item h2 {
  position: relative;
  top: auto;
  left: 0;
  bottom: 0px;
  margin-bottom: 0;
  margin-top: 0.5rem;
  font-weight: 500;
  color: #1c1c1c;
  font-size: 1em;
}

.page-template-template-team .team-grid .grid-item h2 a br,
.page-template-template-network .team-grid .grid-item h2 a br,
.tax-team .team-grid .grid-item h2 a br,
.page-template-template-industry .team-grid .grid-item h2 a br {
  display: none;
}

.page-template-template-team .team-grid .grid-item h2 a,
.page-template-template-network .team-grid .grid-item h2 a,
.tax-team .team-grid .grid-item h2 a,
.page-template-template-industry .team-grid .grid-item h2 a {
  color: #1c1c1c;
}

@media screen and (min-width: 64em) and (max-width: 75em) {
  .page-template-template-team .team-grid .grid-item h2,
  .page-template-template-network .team-grid .grid-item h2,
  .tax-team .team-grid .grid-item h2,
  .page-template-template-industry .team-grid .grid-item h2 {
    position: relative;
    top: auto;
    left: 0;
    bottom: 0px;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
  .page-template-template-team .team-grid .grid-item h2 a br,
  .page-template-template-network .team-grid .grid-item h2 a br,
  .tax-team .team-grid .grid-item h2 a br,
  .page-template-template-industry .team-grid .grid-item h2 a br {
    display: none;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-team .team-grid .grid-item h2,
  .page-template-template-network .team-grid .grid-item h2,
  .tax-team .team-grid .grid-item h2,
  .page-template-template-industry .team-grid .grid-item h2 {
    position: relative;
    top: auto;
    left: 0;
    bottom: 0px;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
  .page-template-template-team .team-grid .grid-item h2 a br,
  .page-template-template-network .team-grid .grid-item h2 a br,
  .tax-team .team-grid .grid-item h2 a br,
  .page-template-template-industry .team-grid .grid-item h2 a br {
    display: none;
  }
}

@media screen and (min-width: 40em) and (max-width: 50em) {
  .page-template-template-team .team-grid .grid-item h2,
  .page-template-template-network .team-grid .grid-item h2,
  .tax-team .team-grid .grid-item h2,
  .page-template-template-industry .team-grid .grid-item h2 {
    position: relative;
    top: 0.5rem;
    left: 0.5rem;
  }
  .page-template-template-team .team-grid .grid-item h2 a br,
  .page-template-template-network .team-grid .grid-item h2 a br,
  .tax-team .team-grid .grid-item h2 a br,
  .page-template-template-industry .team-grid .grid-item h2 a br {
    display: none;
  }
}

@media screen and (min-width: 20em) and (max-width: 28.125em) {
  .page-template-template-team .team-grid .grid-item h2,
  .page-template-template-network .team-grid .grid-item h2,
  .tax-team .team-grid .grid-item h2,
  .page-template-template-industry .team-grid .grid-item h2 {
    position: relative;
  }
  .page-template-template-team .team-grid .grid-item h2 a br,
  .page-template-template-network .team-grid .grid-item h2 a br,
  .tax-team .team-grid .grid-item h2 a br,
  .page-template-template-industry .team-grid .grid-item h2 a br {
    display: none;
  }
}

@media print, screen and (max-width: 19.99875em) {
  .page-template-template-team .team-grid .grid-item h2,
  .page-template-template-network .team-grid .grid-item h2,
  .tax-team .team-grid .grid-item h2,
  .page-template-template-industry .team-grid .grid-item h2 {
    position: relative;
  }
  .page-template-template-team .team-grid .grid-item h2 a br,
  .page-template-template-network .team-grid .grid-item h2 a br,
  .tax-team .team-grid .grid-item h2 a br,
  .page-template-template-industry .team-grid .grid-item h2 a br {
    display: none;
  }
}

.page-template-template-team .grid-takeover .toggle-takeover,
.page-template-template-network .grid-takeover .toggle-takeover,
.tax-team .grid-takeover .toggle-takeover,
.page-template-template-industry .grid-takeover .toggle-takeover {
  top: 40px;
  position: absolute !important;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-team .grid-takeover .toggle-takeover,
  .page-template-template-network .grid-takeover .toggle-takeover,
  .tax-team .grid-takeover .toggle-takeover,
  .page-template-template-industry .grid-takeover .toggle-takeover {
    top: 2rem;
  }
}

.page-template-template-team .grid-takeover .content section.image,
.page-template-template-network .grid-takeover .content section.image,
.tax-team .grid-takeover .content section.image,
.page-template-template-industry .grid-takeover .content section.image {
  height: 80%;
  position: relative;
  margin-bottom: 5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-team .grid-takeover .content section.image,
  .page-template-template-network .grid-takeover .content section.image,
  .tax-team .grid-takeover .content section.image,
  .page-template-template-industry .grid-takeover .content section.image {
    max-height: 400px;
  }
}

.page-template-template-team .grid-takeover .content section.image .set-bg,
.page-template-template-network .grid-takeover .content section.image .set-bg,
.tax-team .grid-takeover .content section.image .set-bg,
.page-template-template-industry .grid-takeover .content section.image .set-bg {
  background-position: 0% 32%;
  background-size: 110%;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-team .grid-takeover .content section.image .set-bg,
  .page-template-template-network .grid-takeover .content section.image .set-bg,
  .tax-team .grid-takeover .content section.image .set-bg,
  .page-template-template-industry .grid-takeover .content section.image .set-bg {
    background-position: center 40%;
    background-size: cover;
  }
}

.page-template-template-team .grid-takeover .content section.image .container,
.page-template-template-network .grid-takeover .content section.image .container,
.tax-team .grid-takeover .content section.image .container,
.page-template-template-industry .grid-takeover .content section.image .container {
  top: 40%;
}

.page-template-template-team .grid-takeover .content section.image .section-label,
.page-template-template-network .grid-takeover .content section.image .section-label,
.tax-team .grid-takeover .content section.image .section-label,
.page-template-template-industry .grid-takeover .content section.image .section-label {
  margin-bottom: 2rem;
}

.page-template-template-team .grid-takeover .content section.info,
.page-template-template-network .grid-takeover .content section.info,
.tax-team .grid-takeover .content section.info,
.page-template-template-industry .grid-takeover .content section.info {
  padding-bottom: 5rem;
}

.page-template-template-team .view-network,
.page-template-template-network .view-network,
.tax-team .view-network,
.page-template-template-industry .view-network {
  position: relative;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-team .view-network,
  .page-template-template-network .view-network,
  .tax-team .view-network,
  .page-template-template-industry .view-network {
    top: -9px;
  }
}

.page-template-template-team .view-network a,
.page-template-template-network .view-network a,
.tax-team .view-network a,
.page-template-template-industry .view-network a {
  display: table;
  position: relative;
  top: 10px;
}

.page-template-template-team .view-network a:hover:after,
.page-template-template-network .view-network a:hover:after,
.tax-team .view-network a:hover:after,
.page-template-template-industry .view-network a:hover:after {
  color: #2d6c82;
}

.page-template-template-team .view-network a:after,
.page-template-template-network .view-network a:after,
.tax-team .view-network a:after,
.page-template-template-industry .view-network a:after {
  content: "Senior Operating Advisors";
  left: 29px;
  position: relative;
  top: 0px;
  opacity: 1;
  font-size: 14px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-team .view-network a:after,
  .page-template-template-network .view-network a:after,
  .tax-team .view-network a:after,
  .page-template-template-industry .view-network a:after {
    top: 4px;
  }
}

.page-template-template-team .view-network a img,
.page-template-template-network .view-network a img,
.tax-team .view-network a img,
.page-template-template-industry .view-network a img {
  position: absolute;
  top: 3px;
  width: 18px;
}

.page-template-template-network section.heading .set-bg,
.tax-team section.heading .set-bg {
  max-height: 636px;
}

.page-template-template-network #additional > .row > .column > h2, .page-template-template-network #additional > .row > .columns > h2,
.tax-team #additional > .row > .column > h2,
.tax-team #additional > .row > .columns > h2 {
  margin-bottom: 2rem;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-network #additional > .row > .column > h2, .page-template-template-network #additional > .row > .columns > h2,
  .tax-team #additional > .row > .column > h2,
  .tax-team #additional > .row > .columns > h2 {
    margin-bottom: 1rem;
  }
}

.page-template-template-network .network-grid .grid-column,
.tax-team .network-grid .grid-column {
  margin-bottom: 2rem;
}

.page-template-template-network .network-grid .grid-column .grid-item:before,
.tax-team .network-grid .grid-column .grid-item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #28A7D1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.page-template-template-network .network-grid .grid-column .grid-item:hover:before,
.tax-team .network-grid .grid-column .grid-item:hover:before {
  opacity: 1;
}

.page-template-template-network .network-grid .grid-column .grid-item:hover a.image,
.tax-team .network-grid .grid-column .grid-item:hover a.image {
  position: relative;
  z-index: 25;
}

.page-template-template-network .network-grid .grid-column .grid-item:hover a.image img,
.tax-team .network-grid .grid-column .grid-item:hover a.image img {
  opacity: 0;
}

.page-template-template-network .network-grid .grid-column .grid-item:hover a.icons,
.tax-team .network-grid .grid-column .grid-item:hover a.icons {
  z-index: 20;
  color: #fff;
  display: block;
  opacity: 1;
}

.page-template-template-network .network-grid .grid-column .grid-item:hover h2,
.page-template-template-network .network-grid .grid-column .grid-item:hover h2 a,
.tax-team .network-grid .grid-column .grid-item:hover h2,
.tax-team .network-grid .grid-column .grid-item:hover h2 a {
  z-index: 20;
  color: #fff;
}

.page-template-template-network .network-grid .grid-column .grid-item a.image,
.tax-team .network-grid .grid-column .grid-item a.image {
  display: block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.page-template-template-network .network-grid .grid-column .grid-item h2,
.tax-team .network-grid .grid-column .grid-item h2 {
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: 1rem;
  margin-bottom: 0;
}

.page-template-template-network .network-grid .grid-column .grid-item h2 a,
.tax-team .network-grid .grid-column .grid-item h2 a {
  color: #2d6c82;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-network .network-grid .grid-column .grid-item h2,
  .tax-team .network-grid .grid-column .grid-item h2 {
    top: auto;
    bottom: 0.5rem;
    left: 0.5rem;
  }
}

.page-template-template-network .network-grid .grid-column .grid-item .icons,
.tax-team .network-grid .grid-column .grid-item .icons {
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 0;
}

.page-template-template-network .network-grid .grid-column .grid-item .icons a,
.tax-team .network-grid .grid-column .grid-item .icons a {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-network .network-grid .grid-column .grid-item .icons,
  .tax-team .network-grid .grid-column .grid-item .icons {
    top: 0.5rem;
    right: 0.5rem;
  }
}

.page-template-template-network .network-grid .grid-column > h2,
.tax-team .network-grid .grid-column > h2 {
  font-size: 1rem;
  margin-top: 18px;
  margin-bottom: 28px;
  font-weight: 500;
}

.page-template-template-network .team-grid.pt0,
.tax-team .team-grid.pt0 {
  padding-top: 0;
}

.single-team_member section.image {
  height: 80vh;
  position: relative;
  margin-bottom: 5rem;
}

.single-team_member section.image .set-bg {
  background-position: center 26%;
}

.single-team_member section.image .container {
  top: 35%;
}

.single-team_member section.image .section-label {
  margin-bottom: 2rem;
}

.tax-team .view-more-teams {
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding: 0;
}

.tax-team #teams {
  margin-bottom: 5rem;
}

.tax-team #teams .column, .tax-team #teams .columns {
  margin-bottom: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
}

.tax-team #teams .column .grid-item, .tax-team #teams .columns .grid-item {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 1.5rem 1rem;
  height: 100%;
  background-color: #ECECEC;
}

.tax-team #teams .column .grid-item h5, .tax-team #teams .columns .grid-item h5 {
  margin-bottom: 5px;
}

.tax-team #teams .column .grid-item:hover, .tax-team #teams .columns .grid-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.tax-team #teams .column .grid-item:hover .read-more .text, .tax-team #teams .columns .grid-item:hover .read-more .text {
  width: auto;
  visibility: visible;
  opacity: 1;
  color: #999;
}

.tax-team #teams .column .grid-item h3, .tax-team #teams .columns .grid-item h3 {
  margin-bottom: 0;
}

.tax-team #teams .column .grid-item .read-more, .tax-team #teams .columns .grid-item .read-more {
  font-size: 0.75rem;
}

.tax-team #teams .column .grid-item .read-more .text, .tax-team #teams .columns .grid-item .read-more .text {
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  width: 0;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}

.tax-team #teams .column .grid-item p:last-of-type, .tax-team #teams .columns .grid-item p:last-of-type {
  margin-bottom: 0;
}

.page-template-template-network section.heading {
  position: relative;
  margin-bottom: 5rem;
  padding-bottom: 2rem !important;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-network section.heading {
    margin-bottom: 2rem;
  }
}

.page-template-template-network #primary {
  margin-bottom: 5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-network #primary {
    margin-bottom: 2rem;
  }
}

.page-template-template-network #primary h2 {
  margin-bottom: 2rem;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-network #primary h2 {
    margin-bottom: 1rem;
  }
}

.page-template-template-network #primary h2 a {
  font-size: 1rem;
  margin-top: 18px;
  margin-bottom: 28px;
  font-weight: 500;
}

.page-template-template-network #primary .team-takeover h1 {
  color: #fefefe;
}

.page-template-template-network #primary .team-takeover .section-label {
  display: none;
}

.page-template-template-network .team-takeover .toggle-takeover {
  top: 22px !important;
  background: none !important;
  border: none !important;
}

@media screen and (max-width: 49.9375em) {
  .page-template-template-network .team-takeover .toggle-takeover.hide-x-mobile {
    display: none;
  }
}

.page-template-template-network .team-takeover .toggle-takeover.show-x-mobile {
  display: none;
}

@media screen and (max-width: 49.9375em) {
  .page-template-template-network .team-takeover .toggle-takeover.show-x-mobile {
    display: block;
  }
}

@media screen and (min-width: 49.9375em) {
  .team-takeover.new {
    background-color: #00000054;
  }
}

@media screen and (min-width: 49.9375em) {
  .team-modal {
    max-width: 1315px;
    max-height: 901px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.team-modal .container {
  max-width: 100%;
}

.team-modal .container .modal-left {
  width: auto;
  padding: 0;
  background-color: #FFFFFF;
}

.team-modal .container .modal-left .large {
  font-size: 54px;
  letter-spacing: -0.3px;
  line-height: 1.1;
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
}

@media screen and (max-width: 36.25em) {
  .team-modal .container .modal-left .large {
    font-size: 34px;
  }
}

.team-modal .container .modal-left .modal-image {
  position: relative;
}

.team-modal .container .modal-left .modal-image > .container {
  min-height: 410px;
  padding: 40px;
}

.team-modal .container .modal-left .modal-image:after {
  content: "";
  width: 40%;
  height: 410px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.team-modal .container .modal-left .modal-text {
  padding: 40px;
}

.team-modal .container .modal-left .modal-text .row {
  padding-bottom: 10px;
}

.team-modal .container .modal-left.fade-effect {
  position: relative;
}

.team-modal .container .modal-left .section-label {
  position: relative;
  top: 40px;
}

@media screen and (max-width: 36.25em) {
  .team-modal .container .modal-left .section-label {
    top: -50px;
  }
}

.team-modal .container .modal-left .position-title {
  position: relative;
  top: -15px;
}

.team-modal .container .modal-left .hero-row {
  width: 100%;
  position: relative;
  top: 50px;
}

.team-modal .container .modal-right {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  padding: 0;
  background-color: #F7F7F7;
}

.team-modal .container .modal-right .right-container {
  padding: 65px 40px 40px 40px;
}

@media (min-width: 800px) {
  .team-modal .container .modal-right .right-container {
    padding: 100px 40px 40px 40px;
  }
}

.team-modal .container .modal-right .right-container h5 {
  margin-bottom: 6px;
}

.team-modal .container .modal-right .right-container p {
  margin-bottom: 22px;
}

.team-modal .container .modal-right .right-container .section-label {
  margin-bottom: 5px;
}

.team-modal .container .modal-right .latest-news {
  padding-top: 35px;
}

.team-modal .container .modal-right .latest-news-links {
  padding-top: 10px;
}

.team-modal .container .modal-right .latest-news-links li {
  margin-bottom: 20px;
}

.team-modal .container .modal-right .mail-link a i {
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.team-modal .container .modal-right .linkedin a img {
  -webkit-filter: invert(50%) sepia(72%) saturate(310%) hue-rotate(147deg) brightness(86%) contrast(85%);
          filter: invert(50%) sepia(72%) saturate(310%) hue-rotate(147deg) brightness(86%) contrast(85%);
  position: relative;
  top: -1px;
  margin-right: 5px;
}

@media (min-height: 768px) and (min-width: 800px) {
  .team-modal .container .modal-right .socials {
    bottom: 30px;
    position: absolute;
  }
}

.page-template-template-team #team {
  margin-top: -300px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-team #team {
    margin-top: 0px;
  }
}

.page-template-template-team .teammates-grid {
  margin-top: 300px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-team .teammates-grid {
    margin-top: 0px;
  }
}

.page-template-template-team .heading {
  padding-bottom: 0;
}

.page-template-template-team .team-takeover .toggle-takeover {
  top: 22px !important;
  background: none !important;
  border: none !important;
}

@media screen and (max-width: 49.9375em) {
  .page-template-template-team .team-takeover .toggle-takeover.hide-x-mobile {
    display: none;
  }
}

.page-template-template-team .team-takeover .toggle-takeover.show-x-mobile {
  display: none;
}

@media screen and (max-width: 49.9375em) {
  .page-template-template-team .team-takeover .toggle-takeover.show-x-mobile {
    display: block;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-team .team-grid-intro {
    margin-top: 40px;
  }
}

.page-template-template-team .team-grid-intro .grid-intro-tag {
  font-size: 0.8125rem;
  line-height: 1;
  position: relative;
  color: #999999;
  padding-right: 35px;
  text-transform: uppercase;
  font-weight: 500;
  display: table;
  margin-bottom: 5px;
}

.page-template-template-team .team-grid-intro .grid-intro-tag:after {
  content: '';
  height: 1px;
  width: 26px;
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: 50%;
}

.page-template-template-team .team-grid-intro .grid-intro-heading {
  margin-top: 30px;
  font-size: 3.375rem;
  line-height: 3.6875rem;
  color: #1C1C1C;
  font-weight: 600;
}

.page-template-template-team .team-grid-intro .grid-intro-content {
  margin-top: 30px;
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #505050;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-team .team-grid-view {
    margin-top: 40px;
  }
}

.page-template-template-team .team-grid-view h2 {
  margin: 0;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-team .team-grid-view h2 {
    margin-bottom: 10px;
  }
}

.page-template-template-team .team-grid-view .clear-view {
  padding-left: 25px;
  position: relative;
}

.page-template-template-team .team-grid-view .clear-view:hover:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page-template-template-team .team-grid-view .clear-view:hover:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-template-template-team .team-grid-view .clear-view:before, .page-template-template-team .team-grid-view .clear-view:after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 20px;
  height: 1px;
  background-color: #2d6c82;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: width 0.5s, -webkit-transform 0.5s;
  transition: width 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s, -webkit-transform 0.5s;
}

.page-template-template-team .team-grid-view .clear-view:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-team .team-grid-view .grid-list-heading {
    width: 100%;
  }
}

.page-template-template-team .team-grid-view .grid-list-view {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #505050;
  font-weight: 500;
  display: table;
  position: relative;
  padding-bottom: 10px;
}

.page-template-template-team .team-grid-view .grid-list-view:hover {
  color: #2d6c82;
}

.page-template-template-team .team-grid-view .grid-list-view:hover:before {
  width: 10px;
}

.page-template-template-team .team-grid-view .grid-list-view.is-active {
  color: #2d6c82;
}

.page-template-template-team .team-grid-view .grid-list-view.is-active:hover {
  color: #2d6c82;
}

.page-template-template-team .team-grid-view .grid-list-view.is-active:hover:before {
  width: 100%;
}

.page-template-template-team .team-grid-view .grid-list-view.is-active:before {
  width: 100%;
  background-color: #2d6c82;
}

.page-template-template-team .team-grid-view .grid-list-view:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  background-color: #2d6c82;
  height: 4px;
  content: '';
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.page-template-template-team .team-grid-view .grid-list-view.list-view:before {
  right: auto;
  left: 0;
}

.page-template-template-team .team-grid-no-items {
  text-align: center;
  font-size: 1.125rem;
}

.page-template-template-team .team-grid {
  padding-top: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-team .team-grid {
    padding-top: 40px;
  }
}

.page-template-template-team .team-grid .grid-column .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.page-template-template-team .team-grid .grid-column .grid-item .cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.page-template-template-team .team-grid .grid-column .grid-item .grid-item-name a {
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: 0.63px;
  color: #1C1C1C;
  font-weight: 500;
  margin-top: 8px;
  display: table;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-team .team-grid .grid-column .grid-item .grid-item-name a {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.page-template-template-team .team-grid .grid-column .grid-item .grid-item-job {
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #999999;
  display: none;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 30px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-team .team-grid .grid-column .grid-item .grid-item-job {
    margin-left: 0px;
    margin-top: 5px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-team .team-grid .grid-column .grid-item .grid-item-job {
    font-size: 0.75rem;
  }
}

.page-template-template-team .team-grid .grid-column .grid-item .grid-item-contact,
.page-template-template-team .team-grid .grid-column .grid-item .grid-item-linkedin,
.page-template-template-team .team-grid .grid-column .grid-item .grid-item-view {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #478CA0;
  display: none;
  margin-left: 24px;
}

.page-template-template-team .team-grid .grid-column .grid-item .grid-item-contact img,
.page-template-template-team .team-grid .grid-column .grid-item .grid-item-linkedin img,
.page-template-template-team .team-grid .grid-column .grid-item .grid-item-view img {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.page-template-template-team .team-grid.is-list .grid-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.page-template-template-team .team-grid.is-list .grid-column .grid-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}

.page-template-template-team .team-grid.is-list .grid-column .grid-item .auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  width: auto;
}

.page-template-template-team .team-grid.is-list .grid-column .grid-item .shrink {
  width: auto;
}

.page-template-template-team .team-grid.is-list .grid-column .grid-item .grid-item-image {
  width: 56px;
  border-radius: 100px;
  overflow: hidden;
  display: block;
}

.page-template-template-team .team-grid.is-list .grid-column .grid-item .grid-item-name {
  display: block;
  min-width: 220px;
  margin-left: 30px;
  margin-top: 0;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-team .team-grid.is-list .grid-column .grid-item .grid-item-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
    min-width: auto;
  }
}

.page-template-template-team .team-grid.is-list .grid-column .grid-item .grid-item-job {
  display: block;
}

.page-template-template-team .team-grid.is-list .grid-column .grid-item .grid-item-contact {
  display: block;
}

.page-template-template-team .team-grid.is-list .grid-column .grid-item .grid-item-linkedin {
  display: block;
}

.page-template-template-team .team-grid.is-list .grid-column .grid-item .grid-item-view {
  display: block;
}

.page-template-template-team .team-filter .grid-filters {
  padding: 110px 0 110px 70px;
  background-color: #ffffff;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-team .team-filter .grid-filters {
    padding: 60px 0 60px 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-team .team-filter .grid-filters {
    padding: 30px 20px;
  }
}

.page-template-template-team .team-filter .grid-filters:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #ffffff;
  width: 100vw;
  height: 100%;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-team .team-filter .grid-filters:before {
    display: none;
  }
}

.page-template-template-team .team-filter .grid-filters label {
  font-size: 0.8125rem;
  line-height: 1;
  position: relative;
  color: #999999;
  padding-right: 35px;
  text-transform: uppercase;
  font-weight: 500;
  display: table;
  margin-bottom: 5px;
}

.page-template-template-team .team-filter .grid-filters label:after {
  content: '';
  height: 1px;
  width: 26px;
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: 50%;
}

.page-template-template-team .team-filter .grid-filters .filter-heading {
  font-size: clamp(20px, calc(0.5vw + 1rem), 30px);
  color: #1C1C1C;
  line-height: 1;
  font-weight: 600;
}

.page-template-template-team .team-filter .grid-filters .filter-industry {
  margin-top: 40px;
}

.page-template-template-team .team-filter .grid-filters .filter-industry .nice-select {
  position: relative;
  z-index: 91;
}

.page-template-template-team .team-filter .grid-filters .filter-industry .nice-select:after {
  width: 15px;
}

.page-template-template-team .team-filter .grid-filters .filter-search .input-group {
  margin: 40px 0 0 0;
  display: table;
  position: relative;
}

.page-template-template-team .team-filter .grid-filters .filter-search .input-group .input-group-field {
  padding-right: 39px;
}

.page-template-template-team .team-filter .grid-filters .filter-search .input-group .input-group-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-template-template-team .team-filter .grid-filters .view-network {
  margin-top: 40px;
}

.page-template-template-team .team-filter .grid-filters .view-network a {
  top: 0;
  margin-top: 10px;
}

.page-template-template-team .team-featured-grid {
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-team .team-featured-grid {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-team .team-featured-grid {
    margin-top: 40px;
  }
}

.page-template-template-team .team-featured-grid .featured-grid-member {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.page-template-template-team .team-featured-grid .featured-grid-member:hover .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-template-template-team .team-featured-grid .featured-grid-member:hover .member-text {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.page-template-template-team .team-featured-grid .featured-grid-member .image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100%;
  position: relative;
  display: table;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.3, 0, 0.34, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.3, 0, 0.34, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0.34, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0.34, 1), -webkit-transform 0.5s cubic-bezier(0.3, 0, 0.34, 1);
}

.page-template-template-team .team-featured-grid .featured-grid-member .member-text {
  position: absolute;
  left: 15px;
  background-color: #ffffff;
  bottom: 15px;
  padding: 12px 15px;
  max-width: calc(100% - 30px);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.page-template-template-team .team-featured-grid .featured-grid-member .member-text .member-text-name {
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.63px;
  color: #1C1C1C;
  font-weight: 500;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-team .team-featured-grid .featured-grid-member .member-text .member-text-name {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.page-template-template-team .team-featured-grid .featured-grid-member .member-text .member-text-job {
  font-size: 0.8125rem;
  line-height: 1;
  text-transform: uppercase;
  color: #999999;
  font-weight: 500;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-team .team-featured-grid .featured-grid-member .member-text .member-text-job {
    font-size: 0.75rem;
  }
}

.page-template-template-team .team-featured-grid .featured-grid-image .image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-team_member #content main > section:first-child,
.single-team_member #content main > section:first-of-type {
  padding-top: 94px !important;
}

@media screen and (min-width: 49.9375em) {
  .single-team_member .team-modal {
    max-width: 100%;
    max-height: 100%;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (min-height: 768px) and (min-width: 800px) {
  .single-team_member .team-modal .container .modal-right .socials {
    bottom: -10px;
    position: relative;
  }
}

.single-team_member .site-footer {
  height: 235px;
}

.single-team_member .toggle-takeover {
  display: none !important;
}

.page-template-template-industry section.heading .set-bg {
  max-height: 550px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-industry section.heading .set-bg {
    max-height: 98%;
    max-height: calc(100% - 4em);
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-industry section.heading .set-bg {
    max-height: 98%;
    max-height: calc(100% - 2em);
  }
}

.page-template-template-industry section.heading .container {
  min-height: 456px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-industry section.heading .container {
    min-height: 100px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-industry section.heading {
    position: relative;
  }
}

.page-template-template-industry #targets .container {
  padding-bottom: 80px;
}

.page-template-template-industry #targets .container .section-label,
.page-template-template-industry #targets .container h2 {
  margin-bottom: 3rem;
}

.page-template-template-industry .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.page-template-template-industry .slick-track .slick-slide {
  height: inherit !important;
}

.page-template-template-industry .slick-list {
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 100px;
}

@media screen and (max-width: 56.25em) {
  .page-template-template-industry .slick-list {
    margin-top: 0;
  }
}

.page-template-template-industry .slick-prev,
.page-template-template-industry .slick-next {
  position: absolute;
  left: auto;
  right: 0;
  top: calc(50% - 21px);
  color: #1c1c1c;
  background: transparent;
  font-size: 30px;
  border: 0px solid #ccc;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 39px;
  border-radius: 21px;
}

.page-template-template-industry .slick-prev i:before,
.page-template-template-industry .slick-next i:before {
  content: "";
}

@media print, screen and (max-width: 19.99875em) {
  .page-template-template-industry .slick-prev,
  .page-template-template-industry .slick-next {
    top: 1rem;
  }
}

.page-template-template-industry .slick-prev {
  left: 0;
  right: auto;
}

.page-template-template-industry .slick-prev i:before {
  content: "";
}

@media print, screen and (max-width: 19.99875em) {
  .page-template-template-industry .slick-prev {
    top: 4rem;
  }
}

.page-template-template-industry #team {
  margin-bottom: 5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-industry #team {
    margin-bottom: 2rem;
  }
}

.page-template-template-industry #team .team-takeover .toggle-takeover {
  top: 22px !important;
  background: none !important;
  border: none !important;
}

@media screen and (max-width: 49.9375em) {
  .page-template-template-industry #team .team-takeover .toggle-takeover.hide-x-mobile {
    display: none;
  }
}

.page-template-template-industry #team .team-takeover .toggle-takeover.show-x-mobile {
  display: none;
}

@media screen and (max-width: 49.9375em) {
  .page-template-template-industry #team .team-takeover .toggle-takeover.show-x-mobile {
    display: block;
  }
}

.page-template-template-industry #team .container .section-label {
  margin-bottom: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-industry #team .container .section-label {
    margin-bottom: 30px;
  }
}

.page-template-template-industry #team .team-grid .grid-item {
  margin: 0 1rem;
}

.page-template-template-industry #team .team-grid .grid-item:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
}

.page-template-template-industry #team .team-grid .grid-item a {
  display: table;
}

.page-template-template-industry #team .team-grid .grid-item a:hover img {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.page-template-template-industry #team .team-grid .grid-item a img {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.page-template-template-industry #team .team-grid .grid-item a h2 {
  font-size: 16px;
  margin-top: 15px;
  position: relative;
  top: 0;
  left: 0;
}

.page-template-template-industry #companies {
  margin-bottom: 5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-industry #companies {
    margin-bottom: 2rem;
  }
}

.page-template-template-industry #industry_news {
  padding-top: 100px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-industry #industry_news {
    padding-top: 60px;
  }
}

.page-template-template-industry #industry_news .grid-item {
  padding: 20px 40px;
  height: 100%;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-industry #industry_news .grid-item {
    padding: 20px 20px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-industry #industry_news .grid-item {
    margin-top: 2rem;
  }
}

.page-template-template-industry #industry_news .grid-item .bg-wrapper {
  background-color: #ffffff;
  display: table;
  padding: 25px;
  position: relative;
  border-radius: 6px;
  height: 100%;
}

.page-template-template-industry #industry_news .grid-item .bg-wrapper:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.page-template-template-industry #industry_news .grid-item .bg-wrapper .header .icons-container {
  color: #ffffff;
  background: #478CA0;
  border: 2px solid #478CA0;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 39px;
  border-radius: 21px;
  font-size: 19px;
}

.page-template-template-industry #industry_news .grid-item .bg-wrapper .header .category {
  display: table;
  position: absolute;
  right: 30px;
  top: 30px;
  color: #999999;
  font-size: 13px;
  line-height: 1;
  padding: 7px 0px;
  font-weight: 400;
  text-transform: uppercase;
}

.page-template-template-industry #industry_news .grid-item .bg-wrapper .content-wrapper .date {
  color: #478CA0;
  font-size: 0.8em;
  line-height: 1;
  margin-top: 30px;
  text-transform: uppercase;
}

.page-template-template-industry #industry_news .grid-item .bg-wrapper .content-wrapper .title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin-top: 20px;
}

.page-template-template-industry #industry_news .grid-item .bg-wrapper .content-wrapper .excerpt {
  color: #999999;
  font-size: 0.8em;
  margin-top: 30px;
}

.page-template-template-industry #growthbits {
  padding-top: 4rem;
}

.page-template-template-industry #growthbits .view-all-gb-btn {
  background-color: #2B6573;
  -webkit-box-shadow: 0 3px 0 0 #1C515D;
  box-shadow: 0 3px 0 0 #1C515D;
  text-align: center;
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 0.8rem;
  padding: 15px 25px 12px 25px;
  font-weight: 500;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
  display: table;
  margin: 20px auto 0 auto;
}

.page-template-template-industry #growthbits .alm-load-more-btn {
  display: table;
  width: auto;
  padding: 0 60px;
  margin: 40px auto 0 auto;
  line-height: 3.5rem;
}

.page-template-template-industry #growthbits .alm-load-more-btn:before {
  display: none;
}

.page-template-template-industry #growthbits .grid-item {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px !important;
  border-bottom: 0px solid transparent !important;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-industry #growthbits .grid-item {
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
}

.page-template-template-industry #growthbits .grid-item .featured-tag-container {
  padding: 30px 60px 0px 60px;
  position: relative;
  top: 10px;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-industry #growthbits .grid-item .featured-tag-container {
    padding: 30px 30px 0px 30px;
  }
}

.page-template-template-industry #growthbits .grid-item .featured-tag-container .featured-tag {
  display: table;
  background-color: #488CA1;
  left: 0px;
  top: 0;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2px;
  color: #fff;
}

.page-template-template-industry #growthbits .grid-item .featured-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-industry #growthbits .grid-item .featured-container {
    padding: 30px 30px;
  }
}

.page-template-template-industry #growthbits .grid-item .featured-container.sales-color .image-container .image {
  border: 4px solid #808066;
}

.page-template-template-industry #growthbits .grid-item .featured-container.sales-color .text-container .category {
  color: #808066;
}

.page-template-template-industry #growthbits .grid-item .featured-container.finance-color .image-container .image {
  border: 4px solid #0f813c;
}

.page-template-template-industry #growthbits .grid-item .featured-container.finance-color .text-container .category {
  color: #0f813c;
}

.page-template-template-industry #growthbits .grid-item .featured-container.technology-color .image-container .image {
  border: 4px solid #488ca1;
}

.page-template-template-industry #growthbits .grid-item .featured-container.technology-color .text-container .category {
  color: #488ca1;
}

.page-template-template-industry #growthbits .grid-item .featured-container.marketing-color .image-container .image {
  border: 4px solid #4747a1;
}

.page-template-template-industry #growthbits .grid-item .featured-container.marketing-color .text-container .category {
  color: #4747a1;
}

.page-template-template-industry #growthbits .grid-item .featured-container.leadership-color .image-container .image {
  border: 4px solid #478CCC;
}

.page-template-template-industry #growthbits .grid-item .featured-container.leadership-color .text-container .category {
  color: #478CCC;
}

.page-template-template-industry #growthbits .grid-item .featured-container .image-container {
  width: 120px;
  display: table-cell;
  vertical-align: middle;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-industry #growthbits .grid-item .featured-container .image-container {
    display: table;
    margin-bottom: 10px;
  }
}

.page-template-template-industry #growthbits .grid-item .featured-container .image-container .image {
  height: 90px;
  width: 90px;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #488CA1;
  display: table;
}

.page-template-template-industry #growthbits .grid-item .featured-container .text-container {
  width: calc(100% - 120px);
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-industry #growthbits .grid-item .featured-container .text-container {
    width: 100%;
  }
}

.page-template-template-industry #growthbits .grid-item .featured-container .text-container .category {
  color: #488CA1;
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-bottom: 10px;
}

.page-template-template-industry #growthbits .grid-item .featured-container .text-container .bit-title {
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0px;
  color: #505050;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-industry #growthbits .grid-item .featured-container .text-container .bit-title {
    font-size: 19px;
    line-height: 23px;
  }
}

.page-template-template-industry #growthbits .grid-item .featured-container .text-container .bit-title a {
  color: #505050;
  display: table;
}

.page-template-template-industry #growthbits .grid-item .featured-container .text-container .bit-title a:hover {
  color: #000000;
}

.page-template-template-industry #growthbits .grid-item .featured-container .text-container .author {
  color: #999999;
  font-size: 18px;
  line-height: 18px;
  top: 0;
  margin: 10px 0 0 0;
  text-align: left;
}

#grow_nav.industry-subnav {
  padding-right: 0rem;
  z-index: 12 !important;
  max-width: 160px;
}

#grow_nav.industry-subnav.open {
  max-width: 220px;
}

#grow_nav.industry-subnav ul li.current-menu-item {
  display: none;
}

#grow_nav.industry-subnav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

#grow_nav.industry-subnav .heading a {
  padding-left: 1rem;
  font-size: 14px;
}

#grow_nav.industry-subnav .heading a span i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-sector-index .sectors {
    margin-bottom: 30px;
  }
}

.page-template-template-sector-index .sectors-section {
  margin-bottom: -100px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-sector-index .sectors-section {
    margin-bottom: -50px;
  }
}

.page-template-template-sector-index .sectors-section .sector-sections {
  padding-bottom: 70px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-sector-index .sectors-section .sector-sections {
    padding-bottom: 25px;
  }
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-heading {
  color: #1C1C1C;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
  padding-bottom: 25px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-heading img {
  position: relative;
  top: -3px;
}

.page-template-template-sector-index .sectors-section .sector-sections a.sector-heading:after {
  content: "\e908";
  font-family: 'theme-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #478CA0;
  font-size: 23px;
  position: relative;
  top: -2px;
  left: 11px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-template-template-sector-index .sectors-section .sector-sections a.sector-heading:hover:after {
  left: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-template-template-sector-index .sectors-section .sector-sections .section-label-contain {
  margin-bottom: 20px;
  border-bottom: 1px solid #CFCFCF;
}

.page-template-template-sector-index .sectors-section .sector-sections .section-label-contain .section-label {
  background-color: #478CA0;
  border-radius: 6px 6px 0px 0px;
  padding: 7px 8px 6px 8px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #CFCFCF;
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none !important;
}

.page-template-template-sector-index .sectors-section .sector-sections .section-label-contain .section-label:after {
  display: none;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card {
  border-radius: 3px;
  background: #FFF;
  min-height: 85px;
  position: relative;
  width: 100%;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card .card {
  padding: 15px;
  text-align: center;
}

@media screen and (min-width: 90em) {
  .page-template-template-sector-index .sectors-section .sector-sections .sector-card .card {
    padding: 6px;
  }
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card .card .card-label {
  color: #000;
  text-align: center;
  font-family: "neue-hass-grotesk", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  word-break: break-word;
  letter-spacing: 1px;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card .card .card-click {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #cfcfcf9e;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card .card .card-click:hover {
  -webkit-box-shadow: 0px 1.66035px 2.21381px 0px rgba(0, 0, 0, 0.01), 0px 3.99006px 5.32008px 0px rgba(0, 0, 0, 0.02), 0px 7.51293px 10.01724px 0px rgba(0, 0, 0, 0.03), 0px 13.40179px 17.86905px 0px rgba(0, 0, 0, 0.03), 0px 25.06657px 33.42209px 0px rgba(0, 0, 0, 0.04), 0px 60px 80px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1.66035px 2.21381px 0px rgba(0, 0, 0, 0.01), 0px 3.99006px 5.32008px 0px rgba(0, 0, 0, 0.02), 0px 7.51293px 10.01724px 0px rgba(0, 0, 0, 0.03), 0px 13.40179px 17.86905px 0px rgba(0, 0, 0, 0.03), 0px 25.06657px 33.42209px 0px rgba(0, 0, 0, 0.04), 0px 60px 80px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #CFCFCF;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card-inner {
  margin-top: 20px;
  margin-bottom: 30px;
  display: none;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card-parent {
  display: block;
  padding-top: 10px;
  position: relative;
  padding-left: 15px;
  padding-bottom: 20px;
  min-height: 100px;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card-parent .link-card {
  padding-left: 0 !important;
  text-align: left !important;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card-parent .view-link {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  color: #A4A4A4;
  bottom: 11px;
  left: 15px;
  z-index: 99;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card-parent .view-link .thesis-arrow {
  position: relative;
  margin-right: 10px;
  left: 0;
  top: -1px;
  -webkit-transition: left .3s;
  transition: left .3s;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card-parent .view-link:hover {
  color: #478ca0;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card-parent .view-link:hover img {
  left: 4px;
  -webkit-filter: brightness(0) saturate(100%) invert(46%) sepia(79%) saturate(249%) hue-rotate(147deg) brightness(93%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(46%) sepia(79%) saturate(249%) hue-rotate(147deg) brightness(93%) contrast(98%);
  -webkit-transition: left .3s;
  transition: left .3s;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card-parent .card-label {
  position: relative;
  padding-right: 20px;
  text-align: left !important;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card-parent .card-label .thesis-plus {
  position: absolute;
  right: 0;
  top: -1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card-parent.thesis-active .view-link {
  opacity: .4;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-template-template-sector-index .sectors-section .sector-sections .sector-card-parent.thesis-active .thesis-plus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-template-template-network #grow_nav {
  padding-right: 0;
  z-index: 11;
}

.page-template-template-network #grow_nav .heading {
  padding-right: 6px;
}

.page-template-template-explore #grow_nav, .page-template-template-home #grow_nav, .page-template-template-case-index #grow_nav {
  padding-right: 0;
  z-index: 11;
}

.page-template-template-explore #grow_nav .heading, .page-template-template-home #grow_nav .heading, .page-template-template-case-index #grow_nav .heading {
  padding-right: 6px;
}

.page-template-template-explore #gform_wrapper_3, .page-template-template-home #gform_wrapper_3, .page-template-template-case-index #gform_wrapper_3 {
  margin-bottom: 0;
}

.page-template-template-explore .gform_footer button, .page-template-template-home .gform_footer button, .page-template-template-case-index .gform_footer button {
  margin-bottom: 0;
}

.page-template-template-explore section.heading, .page-template-template-home section.heading, .page-template-template-case-index section.heading {
  position: relative;
  z-index: 11;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-explore section.heading, .page-template-template-home section.heading, .page-template-template-case-index section.heading {
    position: relative;
    padding-bottom: 2rem !important;
    margin-bottom: 4rem;
  }
}

.page-template-template-explore section.heading .set-bg, .page-template-template-home section.heading .set-bg, .page-template-template-case-index section.heading .set-bg {
  max-height: 736px;
}

.page-template-template-explore section.heading .heading-area, .page-template-template-home section.heading .heading-area, .page-template-template-case-index section.heading .heading-area {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-explore section.heading .heading-area, .page-template-template-home section.heading .heading-area, .page-template-template-case-index section.heading .heading-area {
    padding-bottom: 2rem;
  }
}

.page-template-template-explore section.heading .grid-filters, .page-template-template-home section.heading .grid-filters, .page-template-template-case-index section.heading .grid-filters {
  padding-top: 3rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  position: relative;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-explore section.heading .grid-filters, .page-template-template-home section.heading .grid-filters, .page-template-template-case-index section.heading .grid-filters {
    padding-top: 0rem;
  }
}

.page-template-template-explore section.heading .subscribe-form-top p, .page-template-template-home section.heading .subscribe-form-top p, .page-template-template-case-index section.heading .subscribe-form-top p {
  margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
  .page-template-template-explore section.heading .subscribe-form-top, .page-template-template-home section.heading .subscribe-form-top, .page-template-template-case-index section.heading .subscribe-form-top {
    padding-top: 2rem;
  }
}

.page-template-template-explore section.heading .subscribe-form-top .growthbits-logo, .page-template-template-home section.heading .subscribe-form-top .growthbits-logo, .page-template-template-case-index section.heading .subscribe-form-top .growthbits-logo {
  max-height: 26px;
  vertical-align: baseline;
}

.featured-container {
  height: 100%;
}

.featured-container .flex-card-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 43.75em) {
  .featured-container .flex-card-main {
    display: block;
  }
}

.featured-container .flex-card-main .featured-heading {
  position: relative;
  top: -10px;
  font-weight: 500;
  color: #F7F7F7;
  font-size: 12px;
  letter-spacing: 2px;
  background-color: #505050;
  padding: 10px 24px;
  text-transform: uppercase;
}

@media screen and (max-width: 43.75em) {
  .featured-container .flex-card-main .featured-heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px;
    top: -3px;
    font-size: 11px;
    padding: 9px 20px;
  }
}

@media screen and (max-width: 31.3125em) {
  .featured-container .flex-card-main .featured-heading {
    font-size: 9px;
    padding: 9px 16px;
  }
}

.featured-container .flex-card-main .card-info {
  padding-left: 25px;
}

.featured-container .flex-card-main .card-info .flex-card .text-container {
  padding-left: 15px;
}

@media screen and (max-width: 43.75em) {
  .featured-container .flex-card-main .card-info {
    padding-left: 0;
  }
  .featured-container .flex-card-main .card-info .flex-card .text-container {
    padding-left: 15px;
  }
}

.featured-container .flex-card {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 50.0625em) {
  .featured-container .flex-card.non-featured {
    position: absolute;
    width: 85%;
    bottom: 30px;
    left: 30px;
  }
}

.featured-container .flex-card.non-featured .text-container {
  padding-left: 15px;
}

section.featured-bit {
  background-color: #f7f7f7;
}

section.featured-bit .column, section.featured-bit .columns {
  padding-left: 10px;
  padding-right: 10px;
}

section.featured-bit .featured-title {
  color: #999999;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

section.featured-bit .featured-container {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 0 #75288E;
          box-shadow: inset 0 0 0 0 #75288E;
  display: inline-block;
  width: 100%;
  padding: 40px;
  position: relative;
}

@media screen and (max-width: 43.75em) {
  section.featured-bit .featured-container {
    padding: 30px 50px;
  }
}

@media screen and (max-width: 39.9375em) {
  section.featured-bit .featured-container {
    padding: 20px;
  }
}

section.featured-bit .featured-container .featured-card-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 40;
}

section.featured-bit .featured-container.digest-card {
  padding: 30px;
  position: relative;
}

@media screen and (min-width: 50.0625em) {
  section.featured-bit .featured-container.digest-card .bit-title {
    padding-bottom: 85px !important;
  }
}

section.featured-bit .featured-container.Sales .image-container .image {
  border: 4px solid #808066;
}

section.featured-bit .featured-container.Sales .text-container .category {
  color: #808066;
}

section.featured-bit .featured-container.Healthcare .image-container .image {
  border: 4px solid #B61212;
}

section.featured-bit .featured-container.Healthcare .text-container .category {
  color: #B61212;
}

section.featured-bit .featured-container.Finance .image-container .image {
  border: 4px solid #0f813c;
}

section.featured-bit .featured-container.Finance .text-container .category {
  color: #0f813c;
}

section.featured-bit .featured-container.Fintech .image-container .image {
  border: 4px solid #1FC7A8;
}

section.featured-bit .featured-container.Fintech .text-container .category {
  color: #1FC7A8;
}

section.featured-bit .featured-container.FinTech .image-container .image {
  border: 4px solid #1FC7A8;
}

section.featured-bit .featured-container.FinTech .text-container .category {
  color: #1FC7A8;
}

section.featured-bit .featured-container.Technology .image-container .image {
  border: 4px solid #488ca1;
}

section.featured-bit .featured-container.Technology .text-container .category {
  color: #488ca1;
}

section.featured-bit .featured-container.Marketing .image-container .image {
  border: 4px solid #4747a1;
}

section.featured-bit .featured-container.Marketing .text-container .category {
  color: #4747a1;
}

section.featured-bit .featured-container.Leadership .image-container .image {
  border: 4px solid #478CCC;
}

section.featured-bit .featured-container.Leadership .text-container .category {
  color: #478CCC;
}

section.featured-bit .featured-container.Bestof .image-container .image {
  border: 4px solid #A14848;
}

section.featured-bit .featured-container.Bestof .text-container .category {
  color: #A14848;
}

section.featured-bit .featured-container.BestOf .image-container .image {
  border: 4px solid #A14848;
}

section.featured-bit .featured-container.BestOf .text-container .category {
  color: #A14848;
}

section.featured-bit .featured-container.Best-of .image-container .image {
  border: 4px solid #A14848;
}

section.featured-bit .featured-container.Best-of .text-container .category {
  color: #A14848;
}

section.featured-bit .featured-container.Custsuccess .image-container .image {
  border: 4px solid #48A191;
}

section.featured-bit .featured-container.Custsuccess .text-container .category {
  color: #48A191;
}

section.featured-bit .featured-container.customer-success .image-container .image {
  border: 4px solid #48A191;
}

section.featured-bit .featured-container.customer-success .text-container .category {
  color: #48A191;
}

section.featured-bit .featured-container.customer-success-color .image-container .image {
  border: 4px solid #48A191;
}

section.featured-bit .featured-container.customer-success-color .text-container .category {
  color: #48A191;
}

section.featured-bit .featured-container.Customer .image-container .image {
  border: 4px solid #48A191;
}

section.featured-bit .featured-container.Customer .text-container .category {
  color: #48A191;
}

section.featured-bit .featured-container.Ebooks .image-container .image {
  border: 4px solid #85A148;
}

section.featured-bit .featured-container.Ebooks .text-container .category {
  color: #85A148;
}

section.featured-bit .featured-container.eBooks .image-container .image {
  border: 4px solid #85A148;
}

section.featured-bit .featured-container.eBooks .text-container .category {
  color: #85A148;
}

section.featured-bit .featured-container.E-books .image-container .image {
  border: 4px solid #85A148;
}

section.featured-bit .featured-container.E-books .text-container .category {
  color: #85A148;
}

section.featured-bit .featured-container.Leadership .image-container .image {
  border: 4px solid #478CCC;
}

section.featured-bit .featured-container.Leadership .text-container .category {
  color: #478CCC;
}

section.featured-bit .featured-container.Learningdev .image-container .image {
  border: 4px solid #56B954;
}

section.featured-bit .featured-container.Learningdev .text-container .category {
  color: #56B954;
}

section.featured-bit .featured-container.Learninganddevelopment .image-container .image {
  border: 4px solid #56B954;
}

section.featured-bit .featured-container.Learninganddevelopment .text-container .category {
  color: #56B954;
}

section.featured-bit .featured-container.mergersandacquisitions .image-container .image {
  border: 4px solid #1D78AB;
}

section.featured-bit .featured-container.mergersandacquisitions .text-container .category {
  color: #1D78AB;
}

section.featured-bit .featured-container.Ma .image-container .image {
  border: 4px solid #1D78AB;
}

section.featured-bit .featured-container.Ma .text-container .category {
  color: #1D78AB;
}

section.featured-bit .featured-container.Mergersandacquisitions .image-container .image {
  border: 4px solid #1D78AB;
}

section.featured-bit .featured-container.Mergersandacquisitions .text-container .category {
  color: #1D78AB;
}

section.featured-bit .featured-container.Product .image-container .image {
  border: 4px solid #B69212;
}

section.featured-bit .featured-container.Product .text-container .category {
  color: #B69212;
}

section.featured-bit .featured-container.Strategy .image-container .image {
  border: 4px solid #B61274;
}

section.featured-bit .featured-container.Strategy .text-container .category {
  color: #B61274;
}

section.featured-bit .featured-container.Hr .image-container .image {
  border: 4px solid #97BF6F;
}

section.featured-bit .featured-container.Hr .text-container .category {
  color: #97BF6F;
}

section.featured-bit .featured-container.Hr-technology .image-container .image {
  border: 4px solid #97BF6F;
}

section.featured-bit .featured-container.Hr-technology .text-container .category {
  color: #97BF6F;
}

section.featured-bit .featured-container.Hrtechnology .image-container .image {
  border: 4px solid #97BF6F;
}

section.featured-bit .featured-container.Hrtechnology .text-container .category {
  color: #97BF6F;
}

section.featured-bit .featured-container.Industtech .image-container .image {
  border: 4px solid #1C317D;
}

section.featured-bit .featured-container.Industtech .text-container .category {
  color: #1C317D;
}

section.featured-bit .featured-container.Industrial-technology .image-container .image {
  border: 4px solid #1C317D;
}

section.featured-bit .featured-container.Industrial-technology .text-container .category {
  color: #1C317D;
}

section.featured-bit .featured-container.Industrialtechnology .image-container .image {
  border: 4px solid #1C317D;
}

section.featured-bit .featured-container.Industrialtechnology .text-container .category {
  color: #1C317D;
}

section.featured-bit .featured-container.Security .image-container .image {
  border: 4px solid #B67412;
}

section.featured-bit .featured-container.Security .text-container .category {
  color: #B67412;
}

section.featured-bit .featured-container.Software .image-container .image {
  border: 4px solid #B76692;
}

section.featured-bit .featured-container.Software .text-container .category {
  color: #B76692;
}

section.featured-bit .featured-container.Talent .image-container .image {
  border: 4px solid #6412B6;
}

section.featured-bit .featured-container.Talent .text-container .category {
  color: #6412B6;
}

section.featured-bit .featured-container.technology-color .image-container .image {
  border: 4px solid #488ca1;
}

section.featured-bit .featured-container.technology-color .text-container .category {
  color: #488ca1;
}

section.featured-bit .featured-container .image-container {
  width: 64px;
  display: table-cell;
  vertical-align: middle;
}

@media print, screen and (max-width: 49.99875em) {
  section.featured-bit .featured-container .image-container {
    display: table;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 49.9375em) {
  section.featured-bit .featured-container .image-container {
    position: absolute;
    left: 0;
  }
}

section.featured-bit .featured-container .image-container .image {
  height: 64px;
  width: 64px;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #488CA1;
  display: table;
}

section.featured-bit .featured-container .image-container.second-image {
  position: relative;
  left: -11px;
}

section.featured-bit .featured-container .image-container.second-image .image {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 49.9375em) {
  section.featured-bit .featured-container .image-container.second-image {
    position: absolute;
    left: 30px;
  }
}

@media screen and (max-width: 49.9375em) {
  section.featured-bit .featured-container .image-container.multi-author2 {
    position: absolute;
    left: 0;
  }
}

section.featured-bit .featured-container .image-container.multi-author3 {
  position: relative;
  left: -15px;
}

section.featured-bit .featured-container .image-container.multi-author3 .image {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 49.9375em) {
  section.featured-bit .featured-container .image-container.multi-author3 {
    position: absolute;
    left: 7px;
  }
}

section.featured-bit .featured-container .image-container.multi-author4 {
  position: relative;
  left: -30px;
}

section.featured-bit .featured-container .image-container.multi-author4 .image {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 49.9375em) {
  section.featured-bit .featured-container .image-container.multi-author4 {
    position: absolute;
    left: 14px;
  }
}

section.featured-bit .featured-container .image-container.multi-author5 {
  position: relative;
  left: -45px;
}

section.featured-bit .featured-container .image-container.multi-author5 .image {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 49.9375em) {
  section.featured-bit .featured-container .image-container.multi-author5 {
    position: absolute;
    left: 21px;
  }
}

section.featured-bit .featured-container .image-container.multi-author6 {
  position: relative;
  left: -60px;
}

section.featured-bit .featured-container .image-container.multi-author6 .image {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 49.9375em) {
  section.featured-bit .featured-container .image-container.multi-author6 {
    position: absolute;
    left: 28px;
  }
}

section.featured-bit .featured-container .image-container.multi-author7 {
  position: relative;
  left: -75px;
}

section.featured-bit .featured-container .image-container.multi-author7 .image {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 49.9375em) {
  section.featured-bit .featured-container .image-container.multi-author7 {
    position: absolute;
    left: 35px;
  }
}

section.featured-bit .featured-container .image-container.multi-author8 {
  position: relative;
  left: -90px;
}

section.featured-bit .featured-container .image-container.multi-author8 .image {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 49.9375em) {
  section.featured-bit .featured-container .image-container.multi-author8 {
    position: absolute;
    left: 42px;
  }
}

section.featured-bit .featured-container .image-container.multi-author9 {
  position: relative;
  left: -105px;
}

section.featured-bit .featured-container .image-container.multi-author9 .image {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 49.9375em) {
  section.featured-bit .featured-container .image-container.multi-author9 {
    position: absolute;
    left: 47px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  section.featured-bit .featured-container .text-container {
    width: 100%;
  }
}

section.featured-bit .featured-container .text-container .category {
  color: #488CA1;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 500;
}

section.featured-bit .featured-container .text-container .bit-title {
  font-size: 48px;
  letter-spacing: 0;
  line-height: 50px;
  font-weight: 500;
  margin-top: 10px;
  color: #505050;
  padding-top: 10px;
}

@media screen and (max-width: 75em) {
  section.featured-bit .featured-container .text-container .bit-title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  section.featured-bit .featured-container .text-container .bit-title {
    font-size: 19px;
    line-height: 23px;
  }
}

section.featured-bit .featured-container .text-container .bit-title.non-feat {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 500;
  margin-top: 0;
  color: #505050;
}

@media screen and (max-width: 75em) {
  section.featured-bit .featured-container .text-container .bit-title.non-feat {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 50.0625em) {
  section.featured-bit .featured-container .text-container .bit-title.non-feat {
    padding-bottom: 65px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  section.featured-bit .featured-container .text-container .bit-title.non-feat {
    font-size: 16px;
    line-height: 23px;
  }
}

section.featured-bit .featured-container .text-container .bit-title a {
  color: #505050;
  display: table;
}

section.featured-bit .featured-container .text-container .bit-title a:hover {
  color: #000000;
}

section.featured-bit .featured-container .text-container .author {
  color: #999999;
  font-size: 18px;
  line-height: 18px;
}

body.show-growthbar .growthbits-bottom-bar {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.show-growthbar .growthbits-bottom-bar.slide-down {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.growthbits-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #488CA1;
  z-index: 90;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.growthbits-bottom-bar .bottom-bar-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}

.growthbits-bottom-bar .bottom-bar-close:before, .growthbits-bottom-bar .bottom-bar-close:after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 13px);
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.growthbits-bottom-bar .bottom-bar-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.growthbits-bottom-bar .column, .growthbits-bottom-bar .columns {
  position: relative;
}

.growthbits-bottom-bar .text-container {
  width: calc(100% - 200px);
  padding: 30px 20px 30px 0;
}

.growthbits-bottom-bar .text-container .title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.growthbits-bottom-bar .text-container .title i {
  font-size: 1.8rem;
  margin-right: 5px;
}

.growthbits-bottom-bar .text-container .details {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #fff;
  font-weight: 400;
  margin-top: 8px;
}

.growthbits-bottom-bar .sign-up-button {
  width: 200px;
  background-color: #2B6573;
  -webkit-box-shadow: 0 3px 0 0 #1C515D;
          box-shadow: 0 3px 0 0 #1C515D;
  text-align: center;
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 0.8rem;
  padding: 12px 0;
  font-weight: 500;
  position: absolute;
  right: 0.9375rem;
  top: calc(50% - 16px);
}

.page-template-template-explore #growthbits .sidebar-toggle, .page-template-template-case-index #growthbits .sidebar-toggle {
  display: none;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-explore #growthbits .sidebar-toggle, .page-template-template-case-index #growthbits .sidebar-toggle {
    display: table;
    width: 100%;
  }
}

.page-template-template-explore #growthbits #sidebar, .page-template-template-case-index #growthbits #sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-explore #growthbits #sidebar, .page-template-template-case-index #growthbits #sidebar {
    display: none;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-explore #growthbits #sidebar, .page-template-template-case-index #growthbits #sidebar {
    display: none;
  }
  .page-template-template-explore #growthbits #sidebar .search input, .page-template-template-case-index #growthbits #sidebar .search input {
    width: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    z-index: 10;
  }
}

.page-template-template-explore #growthbits #sidebar .sidebar-heading, .page-template-template-case-index #growthbits #sidebar .sidebar-heading {
  text-align: left;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-explore #growthbits #sidebar .sidebar-heading, .page-template-template-case-index #growthbits #sidebar .sidebar-heading {
    text-align: left;
  }
}

/**
 * Growth Bits layout
 * V1
 */
.page-template-template-industry #growthbits, .page-template-template-createvalue .page-template-template-home #growthbits, .page-template-template-industry #growthbits {
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 64em) {
  .page-template-template-industry #growthbits, .page-template-template-createvalue .page-template-template-home #growthbits, .page-template-template-industry #growthbits {
    min-height: 550px;
  }
}

.page-template-template-industry #growthbits .masonry-grid .grid-item, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item, .page-template-template-industry #growthbits .masonry-grid .grid-item {
  margin-bottom: 2rem;
  border-bottom-style: solid;
  border-bottom-width: 14px;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .bg-wrapper, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .bg-wrapper, .page-template-template-industry #growthbits .masonry-grid .grid-item .bg-wrapper {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .bg-wrapper:hover, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .bg-wrapper:hover, .page-template-template-industry #growthbits .masonry-grid .grid-item .bg-wrapper:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .bg-wrapper:hover .view-article, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .bg-wrapper:hover .view-article, .page-template-template-industry #growthbits .masonry-grid .grid-item .bg-wrapper:hover .view-article {
  visibility: visible;
  opacity: 1;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .bg-wrapper:hover .content-wrapper, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .bg-wrapper:hover .content-wrapper, .page-template-template-industry #growthbits .masonry-grid .grid-item .bg-wrapper:hover .content-wrapper {
  top: -3rem;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .header, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .header, .page-template-template-industry #growthbits .masonry-grid .grid-item .header {
  position: relative;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .header h3, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .header h3, .page-template-template-industry #growthbits .masonry-grid .grid-item .header h3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 20;
  color: #fff;
  font-size: 1.45rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .header .tint, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .header .tint, .page-template-template-industry #growthbits .masonry-grid .grid-item .header .tint {
  position: relative;
  display: block;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .header .tint img, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .header .tint img, .page-template-template-industry #growthbits .masonry-grid .grid-item .header .tint img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: relative;
  z-index: 1;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .header .tint:before, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .header .tint:before, .page-template-template-industry #growthbits .masonry-grid .grid-item .header .tint:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.35;
  background-color: #444;
  -webkit-transition: opacity .25s ease-out, background .25s ease-out;
  transition: opacity .25s ease-out, background .25s ease-out;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .header .link, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .header .link, .page-template-template-industry #growthbits .masonry-grid .grid-item .header .link {
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item:hover .header .tint:before, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item:hover .header .tint:before, .page-template-template-industry #growthbits .masonry-grid .grid-item:hover .header .tint:before {
  opacity: 0.5;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item:hover .header h3, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item:hover .header h3, .page-template-template-industry #growthbits .masonry-grid .grid-item:hover .header h3 {
  top: 40%;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .content-wrapper, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .content-wrapper, .page-template-template-industry #growthbits .masonry-grid .grid-item .content-wrapper {
  top: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 0 3rem;
  background-color: #fff;
  z-index: 30;
  padding-bottom: 20px;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .author, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .author, .page-template-template-industry #growthbits .masonry-grid .grid-item .author {
  text-align: center;
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  top: -45px;
  z-index: 30;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .author img, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .author img, .page-template-template-industry #growthbits .masonry-grid .grid-item .author img {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 45px;
  margin-bottom: 0.25rem;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .author .name, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .author .name, .page-template-template-industry #growthbits .masonry-grid .grid-item .author .name {
  font-size: 0.8em;
  color: #999;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item h2, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item h2, .page-template-template-industry #growthbits .masonry-grid .grid-item h2 {
  font-size: 1.2rem;
  text-align: center;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item h2 a, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item h2 a, .page-template-template-industry #growthbits .masonry-grid .grid-item h2 a {
  font-weight: 500;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .date, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .date, .page-template-template-industry #growthbits .masonry-grid .grid-item .date {
  text-align: center;
  color: #505050;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.8em;
  margin-bottom: 10px;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .category, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .category {
  margin-bottom: 10px;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .category a, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .category a, .page-template-template-industry #growthbits .masonry-grid .grid-item .category a {
  font-size: 0.8em;
  color: #505050;
  display: none;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .excerpt, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .excerpt, .page-template-template-industry #growthbits .masonry-grid .grid-item .excerpt {
  font-size: 0.8em;
  color: #999;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .excerpt p, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .excerpt p, .page-template-template-industry #growthbits .masonry-grid .grid-item .excerpt p {
  padding-bottom: 1.5rem;
}

.page-template-template-industry #growthbits .masonry-grid .grid-item .view-article, .page-template-template-createvalue .page-template-template-home #growthbits .masonry-grid .grid-item .view-article, .page-template-template-industry #growthbits .masonry-grid .grid-item .view-article {
  visibility: hidden;
  opacity: 0;
  margin-top: 0;
  text-transform: lowercase;
  font-size: .9rem;
  position: absolute;
  left: 3rem;
  bottom: 20px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/**
 * Growth Bits layout
 * V2
 */
.page-template-template-home .alm-load-more-btn, .page-template-template-industry .alm-load-more-btn {
  margin-top: 55px !important;
}

.page-template-template-explore #growthbits, .page-template-template-home #growthbits, .page-template-template-createvalue #growthbits, .page-template-template-industry #growthbits, .page-template-template-case-index #growthbits, .page-template-template-2022 #growthbits, .page-template-template-2024 #growthbits, .page-template-template-2025 #growthbits {
  position: relative;
  z-index: 10;
  padding-top: 5rem;
}

@media print, screen and (min-width: 64em) {
  .page-template-template-explore #growthbits, .page-template-template-home #growthbits, .page-template-template-createvalue #growthbits, .page-template-template-industry #growthbits, .page-template-template-case-index #growthbits, .page-template-template-2022 #growthbits, .page-template-template-2024 #growthbits, .page-template-template-2025 #growthbits {
    min-height: 550px;
  }
}

.page-template-template-explore #growthbits .masonry-grid, .page-template-template-home #growthbits .masonry-grid, .page-template-template-createvalue #growthbits .masonry-grid, .page-template-template-industry #growthbits .masonry-grid, .page-template-template-case-index #growthbits .masonry-grid, .page-template-template-2022 #growthbits .masonry-grid, .page-template-template-2024 #growthbits .masonry-grid, .page-template-template-2025 #growthbits .masonry-grid {
  margin-top: 20px;
}

.page-template-template-explore #growthbits .masonry-grid .column, .page-template-template-explore #growthbits .masonry-grid .columns, .page-template-template-home #growthbits .masonry-grid .column, .page-template-template-home #growthbits .masonry-grid .columns, .page-template-template-createvalue #growthbits .masonry-grid .column, .page-template-template-createvalue #growthbits .masonry-grid .columns, .page-template-template-industry #growthbits .masonry-grid .column, .page-template-template-industry #growthbits .masonry-grid .columns, .page-template-template-case-index #growthbits .masonry-grid .column, .page-template-template-case-index #growthbits .masonry-grid .columns, .page-template-template-2022 #growthbits .masonry-grid .column, .page-template-template-2022 #growthbits .masonry-grid .columns, .page-template-template-2024 #growthbits .masonry-grid .column, .page-template-template-2024 #growthbits .masonry-grid .columns, .page-template-template-2025 #growthbits .masonry-grid .column, .page-template-template-2025 #growthbits .masonry-grid .columns {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 50em) {
  .page-template-template-explore #growthbits .masonry-grid .column, .page-template-template-explore #growthbits .masonry-grid .columns, .page-template-template-home #growthbits .masonry-grid .column, .page-template-template-home #growthbits .masonry-grid .columns, .page-template-template-createvalue #growthbits .masonry-grid .column, .page-template-template-createvalue #growthbits .masonry-grid .columns, .page-template-template-industry #growthbits .masonry-grid .column, .page-template-template-industry #growthbits .masonry-grid .columns, .page-template-template-case-index #growthbits .masonry-grid .column, .page-template-template-case-index #growthbits .masonry-grid .columns, .page-template-template-2022 #growthbits .masonry-grid .column, .page-template-template-2022 #growthbits .masonry-grid .columns, .page-template-template-2024 #growthbits .masonry-grid .column, .page-template-template-2024 #growthbits .masonry-grid .columns, .page-template-template-2025 #growthbits .masonry-grid .column, .page-template-template-2025 #growthbits .masonry-grid .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.page-template-template-explore #growthbits .masonry-grid .column.small, .page-template-template-explore #growthbits .masonry-grid .small.columns, .page-template-template-home #growthbits .masonry-grid .column.small, .page-template-template-home #growthbits .masonry-grid .small.columns, .page-template-template-createvalue #growthbits .masonry-grid .column.small, .page-template-template-createvalue #growthbits .masonry-grid .small.columns, .page-template-template-industry #growthbits .masonry-grid .column.small, .page-template-template-industry #growthbits .masonry-grid .small.columns, .page-template-template-case-index #growthbits .masonry-grid .column.small, .page-template-template-case-index #growthbits .masonry-grid .small.columns, .page-template-template-2022 #growthbits .masonry-grid .column.small, .page-template-template-2022 #growthbits .masonry-grid .small.columns, .page-template-template-2024 #growthbits .masonry-grid .column.small, .page-template-template-2024 #growthbits .masonry-grid .small.columns, .page-template-template-2025 #growthbits .masonry-grid .column.small, .page-template-template-2025 #growthbits .masonry-grid .small.columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

@media screen and (min-width: 50.0625em) {
  .page-template-template-explore #growthbits .masonry-grid .column.small .image-container, .page-template-template-explore #growthbits .masonry-grid .small.columns .image-container, .page-template-template-home #growthbits .masonry-grid .column.small .image-container, .page-template-template-home #growthbits .masonry-grid .small.columns .image-container, .page-template-template-createvalue #growthbits .masonry-grid .column.small .image-container, .page-template-template-createvalue #growthbits .masonry-grid .small.columns .image-container, .page-template-template-industry #growthbits .masonry-grid .column.small .image-container, .page-template-template-industry #growthbits .masonry-grid .small.columns .image-container, .page-template-template-case-index #growthbits .masonry-grid .column.small .image-container, .page-template-template-case-index #growthbits .masonry-grid .small.columns .image-container, .page-template-template-2022 #growthbits .masonry-grid .column.small .image-container, .page-template-template-2022 #growthbits .masonry-grid .small.columns .image-container, .page-template-template-2024 #growthbits .masonry-grid .column.small .image-container, .page-template-template-2024 #growthbits .masonry-grid .small.columns .image-container, .page-template-template-2025 #growthbits .masonry-grid .column.small .image-container, .page-template-template-2025 #growthbits .masonry-grid .small.columns .image-container {
    display: none !important;
  }
  .page-template-template-explore #growthbits .masonry-grid .column.small .text-container, .page-template-template-explore #growthbits .masonry-grid .small.columns .text-container, .page-template-template-home #growthbits .masonry-grid .column.small .text-container, .page-template-template-home #growthbits .masonry-grid .small.columns .text-container, .page-template-template-createvalue #growthbits .masonry-grid .column.small .text-container, .page-template-template-createvalue #growthbits .masonry-grid .small.columns .text-container, .page-template-template-industry #growthbits .masonry-grid .column.small .text-container, .page-template-template-industry #growthbits .masonry-grid .small.columns .text-container, .page-template-template-case-index #growthbits .masonry-grid .column.small .text-container, .page-template-template-case-index #growthbits .masonry-grid .small.columns .text-container, .page-template-template-2022 #growthbits .masonry-grid .column.small .text-container, .page-template-template-2022 #growthbits .masonry-grid .small.columns .text-container, .page-template-template-2024 #growthbits .masonry-grid .column.small .text-container, .page-template-template-2024 #growthbits .masonry-grid .small.columns .text-container, .page-template-template-2025 #growthbits .masonry-grid .column.small .text-container, .page-template-template-2025 #growthbits .masonry-grid .small.columns .text-container {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 87.5em) {
  .page-template-template-explore #growthbits .masonry-grid .column.small, .page-template-template-explore #growthbits .masonry-grid .small.columns, .page-template-template-home #growthbits .masonry-grid .column.small, .page-template-template-home #growthbits .masonry-grid .small.columns, .page-template-template-createvalue #growthbits .masonry-grid .column.small, .page-template-template-createvalue #growthbits .masonry-grid .small.columns, .page-template-template-industry #growthbits .masonry-grid .column.small, .page-template-template-industry #growthbits .masonry-grid .small.columns, .page-template-template-case-index #growthbits .masonry-grid .column.small, .page-template-template-case-index #growthbits .masonry-grid .small.columns, .page-template-template-2022 #growthbits .masonry-grid .column.small, .page-template-template-2022 #growthbits .masonry-grid .small.columns, .page-template-template-2024 #growthbits .masonry-grid .column.small, .page-template-template-2024 #growthbits .masonry-grid .small.columns, .page-template-template-2025 #growthbits .masonry-grid .column.small, .page-template-template-2025 #growthbits .masonry-grid .small.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
}

@media screen and (max-width: 75em) {
  .page-template-template-explore #growthbits .masonry-grid .column.small, .page-template-template-explore #growthbits .masonry-grid .small.columns, .page-template-template-home #growthbits .masonry-grid .column.small, .page-template-template-home #growthbits .masonry-grid .small.columns, .page-template-template-createvalue #growthbits .masonry-grid .column.small, .page-template-template-createvalue #growthbits .masonry-grid .small.columns, .page-template-template-industry #growthbits .masonry-grid .column.small, .page-template-template-industry #growthbits .masonry-grid .small.columns, .page-template-template-case-index #growthbits .masonry-grid .column.small, .page-template-template-case-index #growthbits .masonry-grid .small.columns, .page-template-template-2022 #growthbits .masonry-grid .column.small, .page-template-template-2022 #growthbits .masonry-grid .small.columns, .page-template-template-2024 #growthbits .masonry-grid .column.small, .page-template-template-2024 #growthbits .masonry-grid .small.columns, .page-template-template-2025 #growthbits .masonry-grid .column.small, .page-template-template-2025 #growthbits .masonry-grid .small.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media screen and (max-width: 50em) {
  .page-template-template-explore #growthbits .masonry-grid .column.small, .page-template-template-explore #growthbits .masonry-grid .small.columns, .page-template-template-home #growthbits .masonry-grid .column.small, .page-template-template-home #growthbits .masonry-grid .small.columns, .page-template-template-createvalue #growthbits .masonry-grid .column.small, .page-template-template-createvalue #growthbits .masonry-grid .small.columns, .page-template-template-industry #growthbits .masonry-grid .column.small, .page-template-template-industry #growthbits .masonry-grid .small.columns, .page-template-template-case-index #growthbits .masonry-grid .column.small, .page-template-template-case-index #growthbits .masonry-grid .small.columns, .page-template-template-2022 #growthbits .masonry-grid .column.small, .page-template-template-2022 #growthbits .masonry-grid .small.columns, .page-template-template-2024 #growthbits .masonry-grid .column.small, .page-template-template-2024 #growthbits .masonry-grid .small.columns, .page-template-template-2025 #growthbits .masonry-grid .column.small, .page-template-template-2025 #growthbits .masonry-grid .small.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.page-template-template-explore #growthbits .masonry-grid .column.large, .page-template-template-explore #growthbits .masonry-grid .large.columns, .page-template-template-home #growthbits .masonry-grid .column.large, .page-template-template-home #growthbits .masonry-grid .large.columns, .page-template-template-createvalue #growthbits .masonry-grid .column.large, .page-template-template-createvalue #growthbits .masonry-grid .large.columns, .page-template-template-industry #growthbits .masonry-grid .column.large, .page-template-template-industry #growthbits .masonry-grid .large.columns, .page-template-template-case-index #growthbits .masonry-grid .column.large, .page-template-template-case-index #growthbits .masonry-grid .large.columns, .page-template-template-2022 #growthbits .masonry-grid .column.large, .page-template-template-2022 #growthbits .masonry-grid .large.columns, .page-template-template-2024 #growthbits .masonry-grid .column.large, .page-template-template-2024 #growthbits .masonry-grid .large.columns, .page-template-template-2025 #growthbits .masonry-grid .column.large, .page-template-template-2025 #growthbits .masonry-grid .large.columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}

@media screen and (max-width: 87.5em) {
  .page-template-template-explore #growthbits .masonry-grid .column.large, .page-template-template-explore #growthbits .masonry-grid .large.columns, .page-template-template-home #growthbits .masonry-grid .column.large, .page-template-template-home #growthbits .masonry-grid .large.columns, .page-template-template-createvalue #growthbits .masonry-grid .column.large, .page-template-template-createvalue #growthbits .masonry-grid .large.columns, .page-template-template-industry #growthbits .masonry-grid .column.large, .page-template-template-industry #growthbits .masonry-grid .large.columns, .page-template-template-case-index #growthbits .masonry-grid .column.large, .page-template-template-case-index #growthbits .masonry-grid .large.columns, .page-template-template-2022 #growthbits .masonry-grid .column.large, .page-template-template-2022 #growthbits .masonry-grid .large.columns, .page-template-template-2024 #growthbits .masonry-grid .column.large, .page-template-template-2024 #growthbits .masonry-grid .large.columns, .page-template-template-2025 #growthbits .masonry-grid .column.large, .page-template-template-2025 #growthbits .masonry-grid .large.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
}

@media screen and (max-width: 75em) {
  .page-template-template-explore #growthbits .masonry-grid .column.large, .page-template-template-explore #growthbits .masonry-grid .large.columns, .page-template-template-home #growthbits .masonry-grid .column.large, .page-template-template-home #growthbits .masonry-grid .large.columns, .page-template-template-createvalue #growthbits .masonry-grid .column.large, .page-template-template-createvalue #growthbits .masonry-grid .large.columns, .page-template-template-industry #growthbits .masonry-grid .column.large, .page-template-template-industry #growthbits .masonry-grid .large.columns, .page-template-template-case-index #growthbits .masonry-grid .column.large, .page-template-template-case-index #growthbits .masonry-grid .large.columns, .page-template-template-2022 #growthbits .masonry-grid .column.large, .page-template-template-2022 #growthbits .masonry-grid .large.columns, .page-template-template-2024 #growthbits .masonry-grid .column.large, .page-template-template-2024 #growthbits .masonry-grid .large.columns, .page-template-template-2025 #growthbits .masonry-grid .column.large, .page-template-template-2025 #growthbits .masonry-grid .large.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media screen and (max-width: 50em) {
  .page-template-template-explore #growthbits .masonry-grid .column.large, .page-template-template-explore #growthbits .masonry-grid .large.columns, .page-template-template-home #growthbits .masonry-grid .column.large, .page-template-template-home #growthbits .masonry-grid .large.columns, .page-template-template-createvalue #growthbits .masonry-grid .column.large, .page-template-template-createvalue #growthbits .masonry-grid .large.columns, .page-template-template-industry #growthbits .masonry-grid .column.large, .page-template-template-industry #growthbits .masonry-grid .large.columns, .page-template-template-case-index #growthbits .masonry-grid .column.large, .page-template-template-case-index #growthbits .masonry-grid .large.columns, .page-template-template-2022 #growthbits .masonry-grid .column.large, .page-template-template-2022 #growthbits .masonry-grid .large.columns, .page-template-template-2024 #growthbits .masonry-grid .column.large, .page-template-template-2024 #growthbits .masonry-grid .large.columns, .page-template-template-2025 #growthbits .masonry-grid .column.large, .page-template-template-2025 #growthbits .masonry-grid .large.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.page-template-template-explore #growthbits .masonry-grid .grid-item, .page-template-template-home #growthbits .masonry-grid .grid-item, .page-template-template-createvalue #growthbits .masonry-grid .grid-item, .page-template-template-industry #growthbits .masonry-grid .grid-item, .page-template-template-case-index #growthbits .masonry-grid .grid-item, .page-template-template-2022 #growthbits .masonry-grid .grid-item, .page-template-template-2024 #growthbits .masonry-grid .grid-item, .page-template-template-2025 #growthbits .masonry-grid .grid-item {
  height: 100%;
  margin-bottom: 2rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 0 0 0 #478CA0;
          box-shadow: inset 0 0 0 0 #478CA0;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container {
  display: table;
  width: 100%;
  padding: 30px;
  position: relative;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container {
    padding: 30px 50px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container {
    padding: 20px 20px;
  }
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .featured-card-link, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .featured-card-link, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .featured-card-link, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .featured-card-link, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .featured-card-link, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .featured-card-link, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .featured-card-link, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .featured-card-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 40;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .new-tag, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .new-tag, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .new-tag, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .new-tag, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .new-tag, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .new-tag, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .new-tag, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .new-tag {
  display: none;
  background-color: #F5A623;
  position: absolute;
  left: 0px;
  top: 0;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2px;
  color: #fff;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.new .new-tag, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.new .new-tag, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.new .new-tag, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.new .new-tag, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.new .new-tag, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.new .new-tag, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.new .new-tag, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.new .new-tag {
  display: block;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .image-container .image {
  border: 4px solid #97BF6F;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .text-container .category {
  color: #97BF6F;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .image-container .image {
  border: 4px solid #1C317D;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .text-container .category {
  color: #1C317D;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.fintech-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.fintech-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.fintech-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.fintech-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.fintech-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.fintech-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.fintech-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.fintech-color .image-container .image {
  border: 4px solid #1FC7A8;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.fintech-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.fintech-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.fintech-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.fintech-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.fintech-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.fintech-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.fintech-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.fintech-color .text-container .category {
  color: #1FC7A8;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.software-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.software-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.software-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.software-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.software-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.software-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.software-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.software-color .image-container .image {
  border: 4px solid #B76692;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.software-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.software-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.software-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.software-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.software-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.software-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.software-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.software-color .text-container .category {
  color: #B76692;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.security-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.security-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.security-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.security-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.security-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.security-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.security-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.security-color .image-container .image {
  border: 4px solid #B67412;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.security-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.security-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.security-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.security-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.security-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.security-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.security-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.security-color .text-container .category {
  color: #B67412;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .image-container .image {
  border: 4px solid #B61212;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.healthcare-color .text-container .category {
  color: #B61212;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.sales-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.sales-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.sales-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.sales-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.sales-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.sales-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.sales-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.sales-color .image-container .image {
  border: 4px solid #808066;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.sales-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.sales-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.sales-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.sales-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.sales-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.sales-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.sales-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.sales-color .text-container .category {
  color: #808066;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.finance-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.finance-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.finance-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.finance-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.finance-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.finance-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.finance-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.finance-color .image-container .image {
  border: 4px solid #0f813c;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.finance-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.finance-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.finance-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.finance-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.finance-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.finance-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.finance-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.finance-color .text-container .category {
  color: #0f813c;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.technology-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.technology-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.technology-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.technology-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.technology-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.technology-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.technology-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.technology-color .image-container .image {
  border: 4px solid #488ca1;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.technology-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.technology-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.technology-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.technology-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.technology-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.technology-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.technology-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.technology-color .text-container .category {
  color: #488ca1;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.marketing-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.marketing-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.marketing-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.marketing-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.marketing-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.marketing-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.marketing-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.marketing-color .image-container .image {
  border: 4px solid #4747a1;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.marketing-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.marketing-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.marketing-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.marketing-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.marketing-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.marketing-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.marketing-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.marketing-color .text-container .category {
  color: #4747a1;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image {
  border: 4px solid #478CCC;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category {
  color: #478CCC;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.bestof-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.bestof-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.bestof-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.bestof-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.bestof-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.bestof-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.bestof-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.bestof-color .image-container .image {
  border: 4px solid #A14848;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.bestof-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.bestof-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.bestof-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.bestof-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.bestof-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.bestof-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.bestof-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.bestof-color .text-container .category {
  color: #A14848;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.best-of-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.best-of-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.best-of-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.best-of-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.best-of-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.best-of-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.best-of-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.best-of-color .image-container .image {
  border: 4px solid #A14848;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.best-of-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.best-of-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.best-of-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.best-of-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.best-of-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.best-of-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.best-of-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.best-of-color .text-container .category {
  color: #A14848;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .image-container .image {
  border: 4px solid #48A191;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .text-container .category {
  color: #48A191;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .image-container .image {
  border: 4px solid #85A148;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.ebooks-color .text-container .category {
  color: #85A148;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image {
  border: 4px solid #478CCC;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category {
  color: #478CCC;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .image-container .image {
  border: 4px solid #56B954;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.learningdev-color .text-container .category {
  color: #56B954;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .image-container .image {
  border: 4px solid #56B954;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .text-container .category {
  color: #56B954;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.ma-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.ma-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.ma-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.ma-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.ma-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.ma-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.ma-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.ma-color .image-container .image {
  border: 4px solid #1D78AB;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.ma-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.ma-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.ma-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.ma-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.ma-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.ma-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.ma-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.ma-color .text-container .category {
  color: #1D78AB;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .image-container .image {
  border: 4px solid #1D78AB;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .text-container .category {
  color: #1D78AB;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.product-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.product-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.product-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.product-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.product-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.product-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.product-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.product-color .image-container .image {
  border: 4px solid #B69212;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.product-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.product-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.product-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.product-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.product-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.product-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.product-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.product-color .text-container .category {
  color: #B69212;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.strategy-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.strategy-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.strategy-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.strategy-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.strategy-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.strategy-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.strategy-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.strategy-color .image-container .image {
  border: 4px solid #B61274;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.strategy-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.strategy-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.strategy-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.strategy-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.strategy-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.strategy-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.strategy-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.strategy-color .text-container .category {
  color: #B61274;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.talent-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.talent-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.talent-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.talent-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.talent-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.talent-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.talent-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.talent-color .image-container .image {
  border: 4px solid #6412B6;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.talent-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.talent-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.talent-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.talent-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.talent-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.talent-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.talent-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.talent-color .text-container .category {
  color: #6412B6;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.hr-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.hr-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.hr-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.hr-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.hr-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.hr-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.hr-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.hr-color .image-container .image {
  border: 4px solid #97BF6F;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.hr-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.hr-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.hr-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.hr-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.hr-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.hr-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.hr-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.hr-color .text-container .category {
  color: #97BF6F;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.hr-technology .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.hr-technology .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.hr-technology .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.hr-technology .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.hr-technology .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.hr-technology .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.hr-technology .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.hr-technology .image-container .image {
  border: 4px solid #97BF6F;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.hr-technology .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.hr-technology .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.hr-technology .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.hr-technology .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.hr-technology .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.hr-technology .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.hr-technology .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.hr-technology .text-container .category {
  color: #97BF6F;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.industtech-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.industtech-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.industtech-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.industtech-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.industtech-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.industtech-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.industtech-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.industtech-color .image-container .image {
  border: 4px solid #1C317D;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.industtech-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.industtech-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.industtech-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.industtech-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.industtech-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.industtech-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.industtech-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.industtech-color .text-container .category {
  color: #1C317D;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .image-container .image {
  border: 4px solid #48A191;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container.customer-success-color .text-container .category {
  color: #48A191;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container {
  width: 64px;
  display: table-cell;
  vertical-align: middle;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container {
    display: table;
    vertical-align: none;
    margin-bottom: 10px;
  }
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container .image {
  height: 64px;
  width: 64px;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #488CA1;
  display: table;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image {
  position: relative;
  left: -11px;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.second-image .image {
  z-index: 1;
  position: relative;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author2, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author2, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author2, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author2, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author2, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author2, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author2, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author2 {
  position: absolute;
  left: 0;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3 {
  position: absolute;
  left: 15%;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3 .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3 .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3 .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3 .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3 .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3 .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3 .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3 .image {
  z-index: 1;
  position: relative;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4 {
  position: absolute;
  left: 30%;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4 .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4 .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4 .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4 .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4 .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4 .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4 .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4 .image {
  z-index: 1;
  position: relative;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5 {
  position: absolute;
  left: 45%;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5 .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5 .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5 .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5 .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5 .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5 .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5 .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5 .image {
  z-index: 1;
  position: relative;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6 {
  position: absolute;
  left: 60%;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6 .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6 .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6 .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6 .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6 .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6 .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6 .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6 .image {
  z-index: 1;
  position: relative;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7 {
  position: absolute;
  left: 75%;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7 .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7 .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7 .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7 .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7 .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7 .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7 .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7 .image {
  z-index: 1;
  position: relative;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8 {
  position: absolute;
  left: 90%;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8 .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8 .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8 .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8 .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8 .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8 .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8 .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8 .image {
  z-index: 1;
  position: relative;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9 {
  position: absolute;
  left: 100%;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9 .image, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9 .image, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9 .image, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9 .image, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9 .image, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9 .image, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9 .image, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9 .image {
  z-index: 1;
  position: relative;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .text-container, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .text-container, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .text-container, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .text-container, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .text-container, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .text-container, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .text-container, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .text-container {
    width: 100%;
  }
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .text-container .category, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .text-container .category, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .text-container .category, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .text-container .category, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .text-container .category, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .text-container .category, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .text-container .category, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .text-container .category {
  color: #488CA1;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 500;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-top: 10px;
  color: #505050;
}

@media screen and (max-width: 75em) {
  .page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 50.0625em) {
  .page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title {
    padding-bottom: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title {
    font-size: 16px;
    line-height: 23px;
  }
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a {
  color: #505050;
  display: table;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a:hover, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a:hover, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a:hover, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a:hover, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a:hover, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a:hover, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a:hover, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a:hover {
  color: #000000;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .text-container .author, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .text-container .author, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .text-container .author, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .text-container .author, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .text-container .author, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .text-container .author, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .text-container .author, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .text-container .author {
  color: #999999;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-explore #growthbits .masonry-grid .grid-item .featured-container .text-container .author, .page-template-template-home #growthbits .masonry-grid .grid-item .featured-container .text-container .author, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .featured-container .text-container .author, .page-template-template-industry #growthbits .masonry-grid .grid-item .featured-container .text-container .author, .page-template-template-case-index #growthbits .masonry-grid .grid-item .featured-container .text-container .author, .page-template-template-2022 #growthbits .masonry-grid .grid-item .featured-container .text-container .author, .page-template-template-2024 #growthbits .masonry-grid .grid-item .featured-container .text-container .author, .page-template-template-2025 #growthbits .masonry-grid .grid-item .featured-container .text-container .author {
    font-size: 16px;
  }
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .bg-wrapper, .page-template-template-home #growthbits .masonry-grid .grid-item .bg-wrapper, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .bg-wrapper, .page-template-template-industry #growthbits .masonry-grid .grid-item .bg-wrapper, .page-template-template-case-index #growthbits .masonry-grid .grid-item .bg-wrapper, .page-template-template-2022 #growthbits .masonry-grid .grid-item .bg-wrapper, .page-template-template-2024 #growthbits .masonry-grid .grid-item .bg-wrapper, .page-template-template-2025 #growthbits .masonry-grid .grid-item .bg-wrapper {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .bg-wrapper:hover, .page-template-template-home #growthbits .masonry-grid .grid-item .bg-wrapper:hover, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .bg-wrapper:hover, .page-template-template-industry #growthbits .masonry-grid .grid-item .bg-wrapper:hover, .page-template-template-case-index #growthbits .masonry-grid .grid-item .bg-wrapper:hover, .page-template-template-2022 #growthbits .masonry-grid .grid-item .bg-wrapper:hover, .page-template-template-2024 #growthbits .masonry-grid .grid-item .bg-wrapper:hover, .page-template-template-2025 #growthbits .masonry-grid .grid-item .bg-wrapper:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .bg-wrapper:hover .view-article, .page-template-template-home #growthbits .masonry-grid .grid-item .bg-wrapper:hover .view-article, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .bg-wrapper:hover .view-article, .page-template-template-industry #growthbits .masonry-grid .grid-item .bg-wrapper:hover .view-article, .page-template-template-case-index #growthbits .masonry-grid .grid-item .bg-wrapper:hover .view-article, .page-template-template-2022 #growthbits .masonry-grid .grid-item .bg-wrapper:hover .view-article, .page-template-template-2024 #growthbits .masonry-grid .grid-item .bg-wrapper:hover .view-article, .page-template-template-2025 #growthbits .masonry-grid .grid-item .bg-wrapper:hover .view-article {
  visibility: visible;
  opacity: 1;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .bg-wrapper:hover .content-wrapper, .page-template-template-home #growthbits .masonry-grid .grid-item .bg-wrapper:hover .content-wrapper, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .bg-wrapper:hover .content-wrapper, .page-template-template-industry #growthbits .masonry-grid .grid-item .bg-wrapper:hover .content-wrapper, .page-template-template-case-index #growthbits .masonry-grid .grid-item .bg-wrapper:hover .content-wrapper, .page-template-template-2022 #growthbits .masonry-grid .grid-item .bg-wrapper:hover .content-wrapper, .page-template-template-2024 #growthbits .masonry-grid .grid-item .bg-wrapper:hover .content-wrapper, .page-template-template-2025 #growthbits .masonry-grid .grid-item .bg-wrapper:hover .content-wrapper {
  top: -3rem;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .header, .page-template-template-home #growthbits .masonry-grid .grid-item .header, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .header, .page-template-template-industry #growthbits .masonry-grid .grid-item .header, .page-template-template-case-index #growthbits .masonry-grid .grid-item .header, .page-template-template-2022 #growthbits .masonry-grid .grid-item .header, .page-template-template-2024 #growthbits .masonry-grid .grid-item .header, .page-template-template-2025 #growthbits .masonry-grid .grid-item .header {
  position: relative;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .header h3, .page-template-template-home #growthbits .masonry-grid .grid-item .header h3, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .header h3, .page-template-template-industry #growthbits .masonry-grid .grid-item .header h3, .page-template-template-case-index #growthbits .masonry-grid .grid-item .header h3, .page-template-template-2022 #growthbits .masonry-grid .grid-item .header h3, .page-template-template-2024 #growthbits .masonry-grid .grid-item .header h3, .page-template-template-2025 #growthbits .masonry-grid .grid-item .header h3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 20;
  color: #fff;
  font-size: 1.45rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .header .tint, .page-template-template-home #growthbits .masonry-grid .grid-item .header .tint, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .header .tint, .page-template-template-industry #growthbits .masonry-grid .grid-item .header .tint, .page-template-template-case-index #growthbits .masonry-grid .grid-item .header .tint, .page-template-template-2022 #growthbits .masonry-grid .grid-item .header .tint, .page-template-template-2024 #growthbits .masonry-grid .grid-item .header .tint, .page-template-template-2025 #growthbits .masonry-grid .grid-item .header .tint {
  position: relative;
  display: block;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .header .tint img, .page-template-template-home #growthbits .masonry-grid .grid-item .header .tint img, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .header .tint img, .page-template-template-industry #growthbits .masonry-grid .grid-item .header .tint img, .page-template-template-case-index #growthbits .masonry-grid .grid-item .header .tint img, .page-template-template-2022 #growthbits .masonry-grid .grid-item .header .tint img, .page-template-template-2024 #growthbits .masonry-grid .grid-item .header .tint img, .page-template-template-2025 #growthbits .masonry-grid .grid-item .header .tint img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: relative;
  z-index: 1;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .header .tint:before, .page-template-template-home #growthbits .masonry-grid .grid-item .header .tint:before, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .header .tint:before, .page-template-template-industry #growthbits .masonry-grid .grid-item .header .tint:before, .page-template-template-case-index #growthbits .masonry-grid .grid-item .header .tint:before, .page-template-template-2022 #growthbits .masonry-grid .grid-item .header .tint:before, .page-template-template-2024 #growthbits .masonry-grid .grid-item .header .tint:before, .page-template-template-2025 #growthbits .masonry-grid .grid-item .header .tint:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.35;
  background-color: #444;
  -webkit-transition: opacity .25s ease-out, background .25s ease-out;
  transition: opacity .25s ease-out, background .25s ease-out;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .header .link, .page-template-template-home #growthbits .masonry-grid .grid-item .header .link, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .header .link, .page-template-template-industry #growthbits .masonry-grid .grid-item .header .link, .page-template-template-case-index #growthbits .masonry-grid .grid-item .header .link, .page-template-template-2022 #growthbits .masonry-grid .grid-item .header .link, .page-template-template-2024 #growthbits .masonry-grid .grid-item .header .link, .page-template-template-2025 #growthbits .masonry-grid .grid-item .header .link {
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item:hover .header .tint:before, .page-template-template-home #growthbits .masonry-grid .grid-item:hover .header .tint:before, .page-template-template-createvalue #growthbits .masonry-grid .grid-item:hover .header .tint:before, .page-template-template-industry #growthbits .masonry-grid .grid-item:hover .header .tint:before, .page-template-template-case-index #growthbits .masonry-grid .grid-item:hover .header .tint:before, .page-template-template-2022 #growthbits .masonry-grid .grid-item:hover .header .tint:before, .page-template-template-2024 #growthbits .masonry-grid .grid-item:hover .header .tint:before, .page-template-template-2025 #growthbits .masonry-grid .grid-item:hover .header .tint:before {
  opacity: 0.5;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item:hover .header h3, .page-template-template-home #growthbits .masonry-grid .grid-item:hover .header h3, .page-template-template-createvalue #growthbits .masonry-grid .grid-item:hover .header h3, .page-template-template-industry #growthbits .masonry-grid .grid-item:hover .header h3, .page-template-template-case-index #growthbits .masonry-grid .grid-item:hover .header h3, .page-template-template-2022 #growthbits .masonry-grid .grid-item:hover .header h3, .page-template-template-2024 #growthbits .masonry-grid .grid-item:hover .header h3, .page-template-template-2025 #growthbits .masonry-grid .grid-item:hover .header h3 {
  top: 40%;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .content-wrapper, .page-template-template-home #growthbits .masonry-grid .grid-item .content-wrapper, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .content-wrapper, .page-template-template-industry #growthbits .masonry-grid .grid-item .content-wrapper, .page-template-template-case-index #growthbits .masonry-grid .grid-item .content-wrapper, .page-template-template-2022 #growthbits .masonry-grid .grid-item .content-wrapper, .page-template-template-2024 #growthbits .masonry-grid .grid-item .content-wrapper, .page-template-template-2025 #growthbits .masonry-grid .grid-item .content-wrapper {
  top: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 0 3rem;
  background-color: #fff;
  z-index: 30;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item h2, .page-template-template-home #growthbits .masonry-grid .grid-item h2, .page-template-template-createvalue #growthbits .masonry-grid .grid-item h2, .page-template-template-industry #growthbits .masonry-grid .grid-item h2, .page-template-template-case-index #growthbits .masonry-grid .grid-item h2, .page-template-template-2022 #growthbits .masonry-grid .grid-item h2, .page-template-template-2024 #growthbits .masonry-grid .grid-item h2, .page-template-template-2025 #growthbits .masonry-grid .grid-item h2 {
  font-size: 1.2rem;
  text-align: center;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item h2 a, .page-template-template-home #growthbits .masonry-grid .grid-item h2 a, .page-template-template-createvalue #growthbits .masonry-grid .grid-item h2 a, .page-template-template-industry #growthbits .masonry-grid .grid-item h2 a, .page-template-template-case-index #growthbits .masonry-grid .grid-item h2 a, .page-template-template-2022 #growthbits .masonry-grid .grid-item h2 a, .page-template-template-2024 #growthbits .masonry-grid .grid-item h2 a, .page-template-template-2025 #growthbits .masonry-grid .grid-item h2 a {
  font-weight: 500;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .date, .page-template-template-home #growthbits .masonry-grid .grid-item .date, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .date, .page-template-template-industry #growthbits .masonry-grid .grid-item .date, .page-template-template-case-index #growthbits .masonry-grid .grid-item .date, .page-template-template-2022 #growthbits .masonry-grid .grid-item .date, .page-template-template-2024 #growthbits .masonry-grid .grid-item .date, .page-template-template-2025 #growthbits .masonry-grid .grid-item .date {
  text-align: center;
  color: #505050;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.8em;
  margin-bottom: 0;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .category a, .page-template-template-home #growthbits .masonry-grid .grid-item .category a, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .category a, .page-template-template-industry #growthbits .masonry-grid .grid-item .category a, .page-template-template-case-index #growthbits .masonry-grid .grid-item .category a, .page-template-template-2022 #growthbits .masonry-grid .grid-item .category a, .page-template-template-2024 #growthbits .masonry-grid .grid-item .category a, .page-template-template-2025 #growthbits .masonry-grid .grid-item .category a {
  font-size: 0.8em;
  color: #505050;
  display: none;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .excerpt, .page-template-template-home #growthbits .masonry-grid .grid-item .excerpt, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .excerpt, .page-template-template-industry #growthbits .masonry-grid .grid-item .excerpt, .page-template-template-case-index #growthbits .masonry-grid .grid-item .excerpt, .page-template-template-2022 #growthbits .masonry-grid .grid-item .excerpt, .page-template-template-2024 #growthbits .masonry-grid .grid-item .excerpt, .page-template-template-2025 #growthbits .masonry-grid .grid-item .excerpt {
  font-size: 0.8em;
  color: #999;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .excerpt p, .page-template-template-home #growthbits .masonry-grid .grid-item .excerpt p, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .excerpt p, .page-template-template-industry #growthbits .masonry-grid .grid-item .excerpt p, .page-template-template-case-index #growthbits .masonry-grid .grid-item .excerpt p, .page-template-template-2022 #growthbits .masonry-grid .grid-item .excerpt p, .page-template-template-2024 #growthbits .masonry-grid .grid-item .excerpt p, .page-template-template-2025 #growthbits .masonry-grid .grid-item .excerpt p {
  padding-bottom: 1.5rem;
}

.page-template-template-explore #growthbits .masonry-grid .grid-item .view-article, .page-template-template-home #growthbits .masonry-grid .grid-item .view-article, .page-template-template-createvalue #growthbits .masonry-grid .grid-item .view-article, .page-template-template-industry #growthbits .masonry-grid .grid-item .view-article, .page-template-template-case-index #growthbits .masonry-grid .grid-item .view-article, .page-template-template-2022 #growthbits .masonry-grid .grid-item .view-article, .page-template-template-2024 #growthbits .masonry-grid .grid-item .view-article, .page-template-template-2025 #growthbits .masonry-grid .grid-item .view-article {
  visibility: hidden;
  opacity: 0;
  margin-top: 0;
  text-transform: lowercase;
  font-size: .9rem;
  position: absolute;
  left: 3rem;
  bottom: 2.5rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.headline-bits .masonry-grid {
  padding-left: 0;
  padding-right: 0;
}

.headline-bits .headline-header {
  color: #1C1C1C;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 42px;
  padding-top: 80px;
  padding-bottom: 45px;
  font-weight: 500;
}

.headline-bits .slick-grid {
  padding-top: 10px;
}

.headline-bits .slick-grid .slick-next {
  position: absolute;
  right: 20px;
  top: -40px;
}

.headline-bits .slick-grid .slick-prev {
  position: absolute;
  right: 60px;
  top: -40px;
}

.headline-bits .slick-grid .headline-card {
  height: 170px;
  position: relative;
}

.headline-bits .slick-grid .headline-card .bg-card-image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item {
  padding: 0 10px;
  height: 100%;
  width: 100%;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
}

.headline-bits .slick-grid .headline-card .grid-item .card-content .card-label {
  z-index: 1;
  padding: 0 45px;
  width: 100%;
  color: #478CA0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 86px solid #478CA0;
  border-right: 86px solid transparent;
  border-bottom: 86px solid transparent;
  clear: both;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content .card-icon {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(1097%) hue-rotate(215deg) brightness(114%) contrast(85%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(1097%) hue-rotate(215deg) brightness(114%) contrast(85%);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.blue:after {
  border-left: 86px solid #4747A1;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.blue:hover:after {
  border-left: 86px solid #ffffff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.blue:hover .bg-card-image img {
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.blue:hover .card-label {
  color: #ffffff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.blue:hover .card-icon {
  -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(92%) saturate(1126%) hue-rotate(220deg) brightness(91%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(23%) sepia(92%) saturate(1126%) hue-rotate(220deg) brightness(91%) contrast(86%);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.green:after {
  border-left: 86px solid #0F813C;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.green:hover:after {
  border-left: 86px solid #ffffff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.green:hover .bg-card-image img {
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.green:hover .card-label {
  color: #ffffff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.green:hover .card-icon {
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(98%) saturate(3016%) hue-rotate(146deg) brightness(102%) contrast(88%);
          filter: brightness(0) saturate(100%) invert(17%) sepia(98%) saturate(3016%) hue-rotate(146deg) brightness(102%) contrast(88%);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.light-blue:after {
  border-left: 86px solid #478CA0;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.light-blue:hover:after {
  border-left: 86px solid #ffffff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.light-blue:hover .bg-card-image img {
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.light-blue:hover .card-label {
  color: #ffffff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.light-blue:hover .card-icon {
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(39%) saturate(539%) hue-rotate(147deg) brightness(94%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(39%) saturate(539%) hue-rotate(147deg) brightness(94%) contrast(86%);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.bronze:after {
  border-left: 86px solid #808066;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.bronze:hover:after {
  border-left: 86px solid #ffffff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.bronze:hover .bg-card-image img {
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.bronze:hover .card-label {
  color: #ffffff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.headline-bits .slick-grid .headline-card .grid-item .card-content.bronze:hover .card-icon {
  -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(3%) saturate(2841%) hue-rotate(22deg) brightness(103%) contrast(73%);
          filter: brightness(0) saturate(100%) invert(48%) sepia(3%) saturate(2841%) hue-rotate(22deg) brightness(103%) contrast(73%);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.multi-authors-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.multi-authors-posts .image-container.second-image {
  position: relative;
  left: -11px;
  margin-right: -11px;
}

.multi-authors-posts .image-container.second-image .image {
  z-index: 1;
  position: relative;
}

.multi-authors-posts .image-container.multi-author3 {
  position: relative;
  left: -30px;
}

.multi-authors-posts .image-container.multi-author3 .image {
  z-index: 1;
  position: relative;
}

.multi-authors-posts .image-container.multi-author4 {
  position: relative;
  left: -60px;
}

.multi-authors-posts .image-container.multi-author4 .image {
  z-index: 1;
  position: relative;
}

.multi-authors-posts .image-container.multi-author5 {
  position: relative;
  left: -90px;
}

.multi-authors-posts .image-container.multi-author5 .image {
  z-index: 1;
  position: relative;
}

.multi-authors-posts .image-container.multi-author6 {
  position: relative;
  left: -120px;
}

.multi-authors-posts .image-container.multi-author6 .image {
  z-index: 1;
  position: relative;
}

.multi-authors-posts .image-container.multi-author7 {
  position: relative;
  left: -150px;
}

.multi-authors-posts .image-container.multi-author7 .image {
  z-index: 1;
  position: relative;
}

.multi-authors-posts .image-container.multi-author8 {
  position: relative;
  left: -180px;
}

.multi-authors-posts .image-container.multi-author8 .image {
  z-index: 1;
  position: relative;
}

.multi-authors-posts .image-container.multi-author9 {
  position: relative;
  left: -210px;
}

.multi-authors-posts .image-container.multi-author9 .image {
  z-index: 1;
  position: relative;
}

.author-container.author-container-multi .text-container {
  padding-bottom: 15px;
}

@media screen and (max-width: 39.9375em) {
  .author-container.author-container-multi .author-single-wrap {
    width: 100%;
  }
}

.multi-author-images-featured {
  max-width: 260px;
  position: relative;
}

@media screen and (max-width: 49.9375em) {
  .multi-author-images-featured {
    height: 64px;
    width: 115px;
  }
}

.multi-author-images-cards.card-images {
  height: 64px;
  width: 50%;
  position: relative;
}

@media screen and (max-width: 29.375em) {
  .multi-author-images-cards.card-images {
    width: 50%;
  }
}

.multi-author-images-cards.text-container {
  width: 60%;
}

@media screen and (max-width: 29.375em) {
  .multi-author-images-cards.text-container {
    width: 70% !important;
  }
}

.page-template-template-thesis #thesis-growthbits {
  position: relative;
  z-index: 10;
  padding-top: 5rem;
}

@media print, screen and (min-width: 64em) {
  .page-template-template-thesis #thesis-growthbits {
    min-height: 550px;
  }
}

.page-template-template-thesis #thesis-growthbits .masonry-grid {
  margin-top: 20px;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .column, .page-template-template-thesis #thesis-growthbits .masonry-grid .columns {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 50em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .column, .page-template-template-thesis #thesis-growthbits .masonry-grid .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .column.small, .page-template-template-thesis #thesis-growthbits .masonry-grid .small.columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

@media screen and (min-width: 50.0625em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .column.small .image-container, .page-template-template-thesis #thesis-growthbits .masonry-grid .small.columns .image-container {
    display: none !important;
  }
  .page-template-template-thesis #thesis-growthbits .masonry-grid .column.small .text-container, .page-template-template-thesis #thesis-growthbits .masonry-grid .small.columns .text-container {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 87.5em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .column.small, .page-template-template-thesis #thesis-growthbits .masonry-grid .small.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
}

@media screen and (max-width: 75em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .column.small, .page-template-template-thesis #thesis-growthbits .masonry-grid .small.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media screen and (max-width: 50em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .column.small, .page-template-template-thesis #thesis-growthbits .masonry-grid .small.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .column.large, .page-template-template-thesis #thesis-growthbits .masonry-grid .large.columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}

@media screen and (max-width: 87.5em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .column.large, .page-template-template-thesis #thesis-growthbits .masonry-grid .large.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
}

@media screen and (max-width: 75em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .column.large, .page-template-template-thesis #thesis-growthbits .masonry-grid .large.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media screen and (max-width: 50em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .column.large, .page-template-template-thesis #thesis-growthbits .masonry-grid .large.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item {
  height: 100%;
  margin-bottom: 2rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 0 0 0 #478CA0;
          box-shadow: inset 0 0 0 0 #478CA0;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container {
  display: table;
  width: 100%;
  padding: 30px;
  position: relative;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container {
    padding: 30px 50px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container {
    padding: 20px 20px;
  }
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .featured-card-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 40;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .new-tag {
  display: none;
  background-color: #F5A623;
  position: absolute;
  left: 0px;
  top: 0;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2px;
  color: #fff;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.new .new-tag {
  display: block;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .image-container .image {
  border: 4px solid #97BF6F;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.hr-technology-color .text-container .category {
  color: #97BF6F;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .image-container .image {
  border: 4px solid #1C317D;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.industrial-technology-color .text-container .category {
  color: #1C317D;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.fintech-color .image-container .image {
  border: 4px solid #1FC7A8;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.fintech-color .text-container .category {
  color: #1FC7A8;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.software-color .image-container .image {
  border: 4px solid #B76692;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.software-color .text-container .category {
  color: #B76692;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.security-color .image-container .image {
  border: 4px solid #B67412;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.security-color .text-container .category {
  color: #B67412;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.healthcare-color .image-container .image {
  border: 4px solid #B61212;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.healthcare-color .text-container .category {
  color: #B61212;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.sales-color .image-container .image {
  border: 4px solid #808066;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.sales-color .text-container .category {
  color: #808066;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.finance-color .image-container .image {
  border: 4px solid #0f813c;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.finance-color .text-container .category {
  color: #0f813c;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.technology-color .image-container .image {
  border: 4px solid #488ca1;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.technology-color .text-container .category {
  color: #488ca1;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.marketing-color .image-container .image {
  border: 4px solid #4747a1;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.marketing-color .text-container .category {
  color: #4747a1;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image {
  border: 4px solid #478CCC;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category {
  color: #478CCC;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.bestof-color .image-container .image {
  border: 4px solid #A14848;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.bestof-color .text-container .category {
  color: #A14848;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.best-of-color .image-container .image {
  border: 4px solid #A14848;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.best-of-color .text-container .category {
  color: #A14848;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .image-container .image {
  border: 4px solid #48A191;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.custsuccess-color .text-container .category {
  color: #48A191;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.ebooks-color .image-container .image {
  border: 4px solid #85A148;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.ebooks-color .text-container .category {
  color: #85A148;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.leadership-color .image-container .image {
  border: 4px solid #478CCC;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.leadership-color .text-container .category {
  color: #478CCC;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.learningdev-color .image-container .image {
  border: 4px solid #56B954;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.learningdev-color .text-container .category {
  color: #56B954;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .image-container .image {
  border: 4px solid #56B954;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.learninganddevelopment-color .text-container .category {
  color: #56B954;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.ma-color .image-container .image {
  border: 4px solid #1D78AB;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.ma-color .text-container .category {
  color: #1D78AB;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .image-container .image {
  border: 4px solid #1D78AB;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.mergersandacquisitions-color .text-container .category {
  color: #1D78AB;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.product-color .image-container .image {
  border: 4px solid #B69212;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.product-color .text-container .category {
  color: #B69212;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.strategy-color .image-container .image {
  border: 4px solid #B61274;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.strategy-color .text-container .category {
  color: #B61274;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.talent-color .image-container .image {
  border: 4px solid #6412B6;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.talent-color .text-container .category {
  color: #6412B6;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.hr-color .image-container .image {
  border: 4px solid #97BF6F;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.hr-color .text-container .category {
  color: #97BF6F;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.hr-technology .image-container .image {
  border: 4px solid #97BF6F;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.hr-technology .text-container .category {
  color: #97BF6F;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.industtech-color .image-container .image {
  border: 4px solid #1C317D;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.industtech-color .text-container .category {
  color: #1C317D;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.customer-success-color .image-container .image {
  border: 4px solid #48A191;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container.customer-success-color .text-container .category {
  color: #48A191;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container {
  width: 64px;
  display: table-cell;
  vertical-align: middle;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container {
    display: table;
    vertical-align: none;
    margin-bottom: 10px;
  }
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container .image {
  height: 64px;
  width: 64px;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #488CA1;
  display: table;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.second-image {
  position: relative;
  left: -11px;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.second-image .image {
  z-index: 1;
  position: relative;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author2 {
  position: absolute;
  left: 0;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3 {
  position: absolute;
  left: 15%;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author3 .image {
  z-index: 1;
  position: relative;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4 {
  position: absolute;
  left: 30%;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author4 .image {
  z-index: 1;
  position: relative;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5 {
  position: absolute;
  left: 45%;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author5 .image {
  z-index: 1;
  position: relative;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6 {
  position: absolute;
  left: 60%;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author6 .image {
  z-index: 1;
  position: relative;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7 {
  position: absolute;
  left: 75%;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author7 .image {
  z-index: 1;
  position: relative;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8 {
  position: absolute;
  left: 90%;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author8 .image {
  z-index: 1;
  position: relative;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9 {
  position: absolute;
  left: 100%;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .image-container.multi-author9 .image {
  z-index: 1;
  position: relative;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .text-container {
    width: 100%;
  }
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .text-container .category {
  color: #488CA1;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 500;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-top: 10px;
  color: #505050;
}

@media screen and (max-width: 75em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 50.0625em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title {
    padding-bottom: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title {
    font-size: 16px;
    line-height: 23px;
  }
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a {
  color: #505050;
  display: table;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .text-container .bit-title a:hover {
  color: #000000;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .text-container .author {
  color: #999999;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .featured-container .text-container .author {
    font-size: 16px;
  }
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .bg-wrapper {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .bg-wrapper:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .bg-wrapper:hover .view-article {
  visibility: visible;
  opacity: 1;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .bg-wrapper:hover .content-wrapper {
  top: -3rem;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .header {
  position: relative;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .header h3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 20;
  color: #fff;
  font-size: 1.45rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .header .tint {
  position: relative;
  display: block;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .header .tint img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: relative;
  z-index: 1;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .header .tint:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.35;
  background-color: #444;
  -webkit-transition: opacity .25s ease-out, background .25s ease-out;
  transition: opacity .25s ease-out, background .25s ease-out;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .header .link {
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item:hover .header .tint:before {
  opacity: 0.5;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item:hover .header h3 {
  top: 40%;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .content-wrapper {
  top: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 0 3rem;
  background-color: #fff;
  z-index: 30;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item h2 {
  font-size: 1.2rem;
  text-align: center;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item h2 a {
  font-weight: 500;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .date {
  text-align: center;
  color: #505050;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.8em;
  margin-bottom: 0;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .category a {
  font-size: 0.8em;
  color: #505050;
  display: none;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .excerpt {
  font-size: 0.8em;
  color: #999;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .excerpt p {
  padding-bottom: 1.5rem;
}

.page-template-template-thesis #thesis-growthbits .masonry-grid .grid-item .view-article {
  visibility: hidden;
  opacity: 0;
  margin-top: 0;
  text-transform: lowercase;
  font-size: .9rem;
  position: absolute;
  left: 3rem;
  bottom: 2.5rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.page-template-template-collaborate #grow_nav {
  padding-right: 0;
  z-index: 9;
}

.page-template-template-collaborate #grow_nav .heading {
  padding-right: 6px;
}

.page-template-template-collaborate h5 {
  margin-bottom: 5px;
}

.page-template-template-collaborate section.heading .set-bg {
  max-height: 636px;
}

.page-template-template-collaborate #eventcategories {
  margin-bottom: 3rem;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-collaborate #eventcategories {
    margin-bottom: 1rem;
  }
}

.page-template-template-collaborate #eventcategories .container.with-logos .grid-item {
  display: block;
  background-color: transparent;
}

.page-template-template-collaborate #eventcategories .container.with-logos .grid-item img {
  max-height: 55px;
}

.page-template-template-collaborate #eventcategories .column, .page-template-template-collaborate #eventcategories .columns {
  margin-bottom: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
}

.page-template-template-collaborate #eventcategories .column .grid-item, .page-template-template-collaborate #eventcategories .columns .grid-item {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 1.5rem 2rem;
  height: 100%;
}

.page-template-template-collaborate #eventcategories .column .grid-item:hover, .page-template-template-collaborate #eventcategories .columns .grid-item:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
}

.page-template-template-collaborate #eventcategories .column .grid-item:hover .read-more, .page-template-template-collaborate #eventcategories .columns .grid-item:hover .read-more {
  opacity: 1;
}

.page-template-template-collaborate #eventcategories .column .grid-item:hover .read-more i, .page-template-template-collaborate #eventcategories .columns .grid-item:hover .read-more i {
  margin-left: 10px;
}

.page-template-template-collaborate #eventcategories .column .grid-item h3, .page-template-template-collaborate #eventcategories .columns .grid-item h3 {
  margin-bottom: 0;
}

.page-template-template-collaborate #eventcategories .column .grid-item .image-container, .page-template-template-collaborate #eventcategories .columns .grid-item .image-container {
  min-height: 55px;
}

.page-template-template-collaborate #eventcategories .column .grid-item .read-more, .page-template-template-collaborate #eventcategories .columns .grid-item .read-more {
  font-size: 0.75rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin-top: 15px;
}

.page-template-template-collaborate #eventcategories .column .grid-item .read-more .text, .page-template-template-collaborate #eventcategories .columns .grid-item .read-more .text {
  line-height: 0;
  opacity: 1;
  visibility: visible;
  display: inline-block;
  font-weight: 600;
}

.page-template-template-collaborate #eventcategories .column .grid-item .read-more i, .page-template-template-collaborate #eventcategories .columns .grid-item .read-more i {
  margin-left: 0px;
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.page-template-template-collaborate #eventcategories .column .grid-item p:last-of-type, .page-template-template-collaborate #eventcategories .columns .grid-item p:last-of-type {
  margin-bottom: 0;
}

.page-template-template-collaborate #gridfilters {
  position: relative;
}

.page-template-template-collaborate #gridfilters > .container {
  border-top: 2px solid #CCCCCC;
}

.page-template-template-collaborate #gridfilters .grid-filters {
  margin-bottom: 4rem;
  padding: 5rem 2rem 2rem 0rem;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-collaborate #gridfilters .grid-filters {
    padding: 5rem 2rem 2rem 2rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-collaborate #gridfilters .grid-filters {
    margin-bottom: 1rem;
    padding: 2rem 2rem 2rem 2rem;
  }
}

.page-template-template-collaborate #gridfilters .grid-filters h3 {
  margin-top: 0.5rem;
}

@media print, screen and (min-width: 64em) {
  .page-template-template-collaborate #gridfilters .grid-filters h3 {
    text-align: right;
    font-size: 1.45rem;
  }
}

.page-template-template-collaborate .masonry-grid .grid-item {
  margin-bottom: 2rem;
  border-bottom-style: solid;
  border-bottom-width: 14px;
}

.page-template-template-collaborate .masonry-grid .grid-item .bg-wrapper {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.page-template-template-collaborate .masonry-grid .grid-item .bg-wrapper:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}

.page-template-template-collaborate .masonry-grid .grid-item .bg-wrapper:hover .view-article {
  visibility: visible;
  opacity: 1;
}

.page-template-template-collaborate .masonry-grid .grid-item .bg-wrapper:hover .content-wrapper {
  top: -3rem;
}

.page-template-template-collaborate .masonry-grid .grid-item .header {
  position: relative;
}

.page-template-template-collaborate .masonry-grid .grid-item .header h3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 20;
  color: #fff;
  font-size: 1.45rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.page-template-template-collaborate .masonry-grid .grid-item .header .tint {
  position: relative;
  display: block;
}

.page-template-template-collaborate .masonry-grid .grid-item .header .tint img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: relative;
  z-index: 1;
}

.page-template-template-collaborate .masonry-grid .grid-item .header .tint:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.35;
  background-color: #444;
  -webkit-transition: opacity .25s ease-out, background .25s ease-out;
  transition: opacity .25s ease-out, background .25s ease-out;
}

.page-template-template-collaborate .masonry-grid .grid-item:hover .header .tint:before {
  opacity: 0.5;
}

.page-template-template-collaborate .masonry-grid .grid-item:hover .header h3 {
  top: 40%;
}

.page-template-template-collaborate .masonry-grid .grid-item .content-wrapper {
  top: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 0 3rem;
  background-color: #fff;
  z-index: 30;
  padding-bottom: 30px;
}

.page-template-template-collaborate .masonry-grid .grid-item .author {
  text-align: center;
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  top: -45px;
  z-index: 30;
  margin-bottom: -1rem;
}

.page-template-template-collaborate .masonry-grid .grid-item .author img {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 45px;
  margin-bottom: 0.25rem;
}

.page-template-template-collaborate .masonry-grid .grid-item .author .name {
  font-size: 0.8em;
  color: #999;
}

.page-template-template-collaborate .masonry-grid .grid-item h2 {
  font-size: 1.2rem;
  text-align: center;
}

.page-template-template-collaborate .masonry-grid .grid-item h2 a {
  font-weight: 500;
}

.page-template-template-collaborate .masonry-grid .grid-item .date {
  text-align: center;
  color: #505050;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.8em;
  margin-bottom: 0;
}

.page-template-template-collaborate .masonry-grid .grid-item .category a {
  /*font-size: 0.8em;
					color:$dark-gray;*/
  display: none;
}

.page-template-template-collaborate .masonry-grid .grid-item .excerpt {
  font-size: 0.8em;
  color: #999;
}

.page-template-template-collaborate .masonry-grid .grid-item .excerpt p {
  padding-bottom: 1.5rem;
}

.page-template-template-collaborate .masonry-grid .grid-item .view-article {
  visibility: hidden;
  opacity: 0;
  margin-top: 0;
  text-transform: lowercase;
  font-size: .9rem;
  position: absolute;
  left: 3rem;
  bottom: 1.5rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.page-template-template-collaborate #events .blog-loop article {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 64em) {
  .page-template-template-collaborate #events .blog-loop article {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 0;
  }
}

.page-template-template-collaborate #events .blog-loop article .bg-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  line-height: 1.6;
  background-color: #ffffff;
  display: table;
  padding: 25px;
  position: relative;
  width: 100%;
}

.page-template-template-collaborate #events .blog-loop article .bg-wrapper .header .icons-container {
  color: #ffffff;
  background: #478CA0;
  border: 2px solid #478CA0;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 39px;
  border-radius: 21px;
  font-size: 19px;
}

.page-template-template-collaborate #events .blog-loop article .bg-wrapper .header .category {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #999999;
  font-size: 13px;
  line-height: 1;
  padding: 7px 0px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: calc(100% - 120px);
  text-align: right;
  display: none;
  width: auto;
}

.page-template-template-collaborate #events .blog-loop article .bg-wrapper:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.page-template-template-collaborate #events .blog-loop article .content-type {
  text-align: center;
  font-size: 1.7em;
  padding-top: 0;
  margin-bottom: 0;
}

.page-template-template-collaborate #events .blog-loop article .content-type .circle {
  position: relative;
  background-color: #2d6c82;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: -30px;
  border-radius: 30px;
}

.page-template-template-collaborate #events .blog-loop article .content-wrapper {
  top: 0;
  position: relative;
  margin-top: 30px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 0;
  background-color: #fff;
}

.page-template-template-collaborate #events .blog-loop article h2 {
  font-size: 1em;
  color: #1c1c1c;
  font-weight: 500;
}

.page-template-template-collaborate #events .blog-loop article h2 a {
  color: #1c1c1c;
  font-weight: 500;
}

.page-template-template-collaborate #events .blog-loop article .date {
  color: #2d6c82;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.8em;
  margin-bottom: 10px;
}

.page-template-template-collaborate #events .blog-loop article .category {
  font-size: 0.8em;
  color: #505050;
  margin-bottom: 1rem;
}

.page-template-template-collaborate #events .blog-loop article .category a {
  font-size: 0.8em;
  color: #505050;
}

.page-template-template-collaborate #events .blog-loop article .excerpt {
  font-size: 0.8em;
  color: #999;
  margin-top: 25px;
}

.page-template-template-collaborate #events .blog-loop article .view-article {
  visibility: hidden;
  opacity: 0;
  margin-top: 1rem;
  text-transform: lowercase;
  font-size: .9rem;
  position: absolute;
  left: 2rem;
  bottom: 2.5rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.page-template-template-collaborate #getbits {
  margin-top: 5rem;
}

.page-template-template-collaborate #getbits .subscribe-form {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.page-template-template-collaborate #getbits .subscribe-form .gfield_label {
  display: none;
}

.page-template-template-createvalue #grow_nav .heading a span {
  right: -2rem;
}

.page-template-template-createvalue section.heading .set-bg {
  max-height: 550px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-createvalue section.heading .set-bg {
    max-height: 98%;
    max-height: calc(100% - 4em);
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-createvalue section.heading .set-bg {
    max-height: 98%;
    max-height: calc(100% - 2em);
  }
}

.page-template-template-createvalue section.heading .container {
  min-height: 456px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-createvalue section.heading .container {
    min-height: 100px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-createvalue section.heading {
    position: relative;
  }
}

.page-template-template-createvalue #targets .container {
  padding-bottom: 80px;
}

.page-template-template-createvalue #targets .container .section-label,
.page-template-template-createvalue #targets .container h2 {
  margin-bottom: 3rem;
}

.page-template-template-createvalue .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.page-template-template-createvalue .slick-track .slick-slide {
  height: inherit !important;
}

.page-template-template-createvalue .slick-list {
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 100px;
}

.page-template-template-createvalue .slick-prev,
.page-template-template-createvalue .slick-next {
  position: absolute;
  left: auto;
  right: 0;
  top: calc(50% - 21px);
  color: #1c1c1c;
  background: transparent;
  font-size: 30px;
  border: 0px solid #ccc;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 39px;
  border-radius: 21px;
}

.page-template-template-createvalue .slick-prev i:before,
.page-template-template-createvalue .slick-next i:before {
  content: "";
}

@media print, screen and (max-width: 19.99875em) {
  .page-template-template-createvalue .slick-prev,
  .page-template-template-createvalue .slick-next {
    top: 1rem;
  }
}

.page-template-template-createvalue .slick-prev {
  left: 0;
  right: auto;
}

.page-template-template-createvalue .slick-prev i:before {
  content: "";
}

@media print, screen and (max-width: 19.99875em) {
  .page-template-template-createvalue .slick-prev {
    top: 4rem;
  }
}

.page-template-template-createvalue #team {
  margin-bottom: 5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-createvalue #team {
    margin-bottom: 2rem;
  }
}

.page-template-template-createvalue #team .container .section-label {
  margin-bottom: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-createvalue #team .container .section-label {
    margin-bottom: 30px;
  }
}

.page-template-template-createvalue #team .team-takeover .toggle-takeover {
  top: 22px !important;
  background: none !important;
  border: none !important;
}

@media screen and (max-width: 49.9375em) {
  .page-template-template-createvalue #team .team-takeover .toggle-takeover.hide-x-mobile {
    display: none;
  }
}

.page-template-template-createvalue #team .team-takeover .toggle-takeover.show-x-mobile {
  display: none;
}

@media screen and (max-width: 49.9375em) {
  .page-template-template-createvalue #team .team-takeover .toggle-takeover.show-x-mobile {
    display: block;
  }
}

.page-template-template-createvalue #team .team-grid .grid-item {
  margin: 0 1rem;
}

.page-template-template-createvalue #team .team-grid .grid-item:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
}

.page-template-template-createvalue #team .team-grid .grid-item a {
  display: table;
}

.page-template-template-createvalue #team .team-grid .grid-item a:hover img {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.page-template-template-createvalue #team .team-grid .grid-item a img {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.page-template-template-createvalue #team .team-grid .grid-item a h2 {
  font-size: 16px;
  margin-top: 15px;
  position: relative;
  top: 0;
  left: 0;
}

.page-template-template-createvalue #companies {
  margin-bottom: 5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-createvalue #companies {
    margin-bottom: 2rem;
  }
}

.page-template-template-createvalue #industry_news {
  padding-top: 100px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-createvalue #industry_news {
    padding-top: 60px;
  }
}

.page-template-template-createvalue #industry_news .grid-item {
  padding: 20px 40px;
  height: 100%;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-createvalue #industry_news .grid-item {
    padding: 20px 20px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-createvalue #industry_news .grid-item {
    margin-top: 2rem;
  }
}

.page-template-template-createvalue #industry_news .grid-item .bg-wrapper {
  background-color: #ffffff;
  display: table;
  padding: 25px;
  position: relative;
  border-radius: 6px;
  height: 100%;
}

.page-template-template-createvalue #industry_news .grid-item .bg-wrapper:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.page-template-template-createvalue #industry_news .grid-item .bg-wrapper .header .icons-container {
  color: #ffffff;
  background: #478CA0;
  border: 2px solid #478CA0;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 39px;
  border-radius: 21px;
  font-size: 19px;
}

.page-template-template-createvalue #industry_news .grid-item .bg-wrapper .header .category {
  display: table;
  position: absolute;
  right: 30px;
  top: 30px;
  color: #999999;
  font-size: 13px;
  line-height: 1;
  padding: 7px 0px;
  font-weight: 400;
  text-transform: uppercase;
}

.page-template-template-createvalue #industry_news .grid-item .bg-wrapper .content-wrapper .date {
  color: #478CA0;
  font-size: 0.8em;
  line-height: 1;
  margin-top: 30px;
  text-transform: uppercase;
}

.page-template-template-createvalue #industry_news .grid-item .bg-wrapper .content-wrapper .title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin-top: 20px;
}

.page-template-template-createvalue #industry_news .grid-item .bg-wrapper .content-wrapper .excerpt {
  color: #999999;
  font-size: 0.8em;
  margin-top: 30px;
}

.page-template-template-createvalue #growthbits {
  padding-top: 4rem;
  padding-right: 15px;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-createvalue #growthbits {
    padding-left: 15px;
  }
}

.page-template-template-createvalue #growthbits .view-all-gb-btn {
  background-color: #2B6573;
  -webkit-box-shadow: 0 3px 0 0 #1C515D;
  box-shadow: 0 3px 0 0 #1C515D;
  text-align: center;
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 0.8rem;
  padding: 15px 25px 12px 25px;
  font-weight: 500;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
  display: table;
  margin: 20px auto 0 auto;
}

.page-template-template-createvalue #growthbits .alm-load-more-btn {
  display: table;
  width: auto;
  padding: 0 60px;
  margin: 40px auto 0 auto;
  line-height: 3.5rem;
}

.page-template-template-createvalue #growthbits .alm-load-more-btn:before {
  display: none;
}

.page-template-template-createvalue #growthbits .alm-load-more-btn.more {
  display: none !important;
}

.page-template-template-createvalue #growthbits .grid-item {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px !important;
  border-bottom: 0px solid transparent !important;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-createvalue #growthbits .grid-item {
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
}

.page-template-template-createvalue #growthbits .grid-item .featured-tag-container {
  padding: 30px 60px 0px 60px;
  position: relative;
  top: 10px;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-createvalue #growthbits .grid-item .featured-tag-container {
    padding: 30px 30px 0px 30px;
  }
}

.page-template-template-createvalue #growthbits .grid-item .featured-tag-container .featured-tag {
  display: table;
  background-color: #488CA1;
  left: 0px;
  top: 0;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2px;
  color: #fff;
}

.page-template-template-createvalue #growthbits .grid-item .featured-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-createvalue #growthbits .grid-item .featured-container {
    padding: 30px 30px;
  }
}

.page-template-template-createvalue #growthbits .grid-item .featured-container.sales-color .image-container .image {
  border: 4px solid #808066;
}

.page-template-template-createvalue #growthbits .grid-item .featured-container.sales-color .text-container .category {
  color: #808066;
}

.page-template-template-createvalue #growthbits .grid-item .featured-container.finance-color .image-container .image {
  border: 4px solid #0f813c;
}

.page-template-template-createvalue #growthbits .grid-item .featured-container.finance-color .text-container .category {
  color: #0f813c;
}

.page-template-template-createvalue #growthbits .grid-item .featured-container.technology-color .image-container .image {
  border: 4px solid #488ca1;
}

.page-template-template-createvalue #growthbits .grid-item .featured-container.technology-color .text-container .category {
  color: #488ca1;
}

.page-template-template-createvalue #growthbits .grid-item .featured-container.marketing-color .image-container .image {
  border: 4px solid #4747a1;
}

.page-template-template-createvalue #growthbits .grid-item .featured-container.marketing-color .text-container .category {
  color: #4747a1;
}

.page-template-template-createvalue #growthbits .grid-item .featured-container.leadership-color .image-container .image {
  border: 4px solid #478CCC;
}

.page-template-template-createvalue #growthbits .grid-item .featured-container.leadership-color .text-container .category {
  color: #478CCC;
}

.page-template-template-createvalue #growthbits .grid-item .featured-container .image-container {
  width: 120px;
  display: table-cell;
  vertical-align: middle;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-createvalue #growthbits .grid-item .featured-container .image-container {
    display: table;
    margin-bottom: 10px;
  }
}

.page-template-template-createvalue #growthbits .grid-item .featured-container .image-container .image {
  height: 90px;
  width: 90px;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #488CA1;
  display: table;
}

.page-template-template-createvalue #growthbits .grid-item .featured-container .text-container {
  width: calc(100% - 120px);
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-createvalue #growthbits .grid-item .featured-container .text-container {
    width: 100%;
  }
}

.page-template-template-createvalue #growthbits .grid-item .featured-container .text-container .category {
  color: #488CA1;
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-bottom: 10px;
}

.page-template-template-createvalue #growthbits .grid-item .featured-container .text-container .bit-title {
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0px;
  color: #505050;
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-createvalue #growthbits .grid-item .featured-container .text-container .bit-title {
    font-size: 19px;
    line-height: 23px;
  }
}

.page-template-template-createvalue #growthbits .grid-item .featured-container .text-container .bit-title a {
  color: #505050;
  display: table;
}

.page-template-template-createvalue #growthbits .grid-item .featured-container .text-container .bit-title a:hover {
  color: #000000;
}

.page-template-template-createvalue #growthbits .grid-item .featured-container .text-container .author {
  color: #999999;
  font-size: 18px;
  line-height: 18px;
  top: 0;
  margin: 10px 0 0 0;
  text-align: left;
}

#grow_nav.industry-subnav {
  padding-right: 0rem;
  z-index: 12 !important;
  max-width: 160px;
}

#grow_nav.industry-subnav.open {
  max-width: 220px;
}

#grow_nav.industry-subnav ul li.current-menu-item {
  display: none;
}

#grow_nav.industry-subnav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

#grow_nav.industry-subnav .heading a {
  padding-left: 1rem;
  font-size: 14px;
}

#grow_nav.industry-subnav .heading a span i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

body.page-template-template-2018-yir.ie section.create-value .bio-container .image-container .center .image,
body.page-template-template-2018-yir.ie section.create-value2 .bio-container .image-container .center .image,
body.page-template-template-2018-yir.ie section.create-value3 .bio-container .image-container .center .image {
  width: 100%;
}

body.page-template-template-2018-yir .row {
  max-width: 1550px;
}

body.page-template-template-2018-yir .site-header {
  display: none;
}

body.page-template-template-2018-yir .site-footer {
  display: none;
}

body.page-template-template-2018-yir.fp-viewing-top .yir-side-nav {
  background-color: transparent;
}

body.page-template-template-2018-yir.fp-viewing-top .yir-side-nav .logo img {
  left: 10px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir.fp-viewing-top .yir-side-nav .logo img {
    left: 4px;
  }
}

body.page-template-template-2018-yir.fp-viewing-top .yir-side-nav .yir-mobile-menu {
  opacity: 0;
}

body.page-template-template-2018-yir.fp-viewing-top .yir-side-nav .yir-menu,
body.page-template-template-2018-yir.fp-viewing-top .yir-side-nav .slide-num-container,
body.page-template-template-2018-yir.fp-viewing-top .yir-side-nav .vertical-logo-container {
  opacity: 0;
}

body.page-template-template-2018-yir.fp-viewing-whats-next .yir-side-nav .slide-num-container .move.moveSectionDown {
  opacity: 0;
}

body.page-template-template-2018-yir .yir-side-nav {
  position: fixed;
  height: 100vh;
  width: 140px;
  z-index: 1;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: background-color 0.5s, width 0.5s;
  transition: background-color 0.5s, width 0.5s;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir .yir-side-nav {
    width: 120px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir .yir-side-nav {
    width: 45px;
  }
}

body.page-template-template-2018-yir .yir-side-nav.is-open {
  width: 120px;
}

body.page-template-template-2018-yir .yir-side-nav.is-open .yir-mobile-menu .burg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: transparent;
}

body.page-template-template-2018-yir .yir-side-nav.is-open .yir-mobile-menu .burg:before, body.page-template-template-2018-yir .yir-side-nav.is-open .yir-mobile-menu .burg:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000000;
}

body.page-template-template-2018-yir .yir-side-nav.is-open .yir-mobile-menu .burg:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.page-template-template-2018-yir .yir-side-nav.is-open .yir-menu li a span {
  opacity: 1;
}

body.page-template-template-2018-yir .yir-side-nav .logo {
  display: table;
  width: 70px;
  margin-left: 20px;
  margin-top: 30px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir .yir-side-nav .logo {
    width: 35px;
    margin-left: 5px;
    margin-top: 15px;
  }
}

body.page-template-template-2018-yir .yir-side-nav .logo img {
  max-width: 50px;
  position: relative;
  left: 0px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

body.page-template-template-2018-yir .yir-side-nav .yir-mobile-menu {
  display: table;
  width: 45px;
  height: 45px;
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir .yir-side-nav .yir-mobile-menu {
    display: block;
  }
}

body.page-template-template-2018-yir .yir-side-nav .yir-mobile-menu .burg {
  position: relative;
  width: 25px;
  margin: 10px auto 0 auto;
  display: block;
  height: 1px;
  top: 11px;
  background-color: #CECECE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.page-template-template-2018-yir .yir-side-nav .yir-mobile-menu .burg:before, body.page-template-template-2018-yir .yir-side-nav .yir-mobile-menu .burg:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #CECECE;
  top: -7px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.page-template-template-2018-yir .yir-side-nav .yir-mobile-menu .burg:after {
  top: 7px;
}

body.page-template-template-2018-yir .yir-side-nav .yir-menu {
  opacity: 1;
  margin: 0;
  margin-top: 100px;
  list-style: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir .yir-side-nav .yir-menu {
    margin-top: 60px;
  }
}

body.page-template-template-2018-yir .yir-side-nav .yir-menu.small-menu {
  display: none;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir .yir-side-nav .yir-menu {
    margin-top: 10px;
  }
  body.page-template-template-2018-yir .yir-side-nav .yir-menu.large-menu {
    display: none;
  }
  body.page-template-template-2018-yir .yir-side-nav .yir-menu.small-menu {
    display: block;
  }
}

body.page-template-template-2018-yir .yir-side-nav .yir-menu li {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}

body.page-template-template-2018-yir .yir-side-nav .yir-menu li.active a {
  font-weight: 600;
}

body.page-template-template-2018-yir .yir-side-nav .yir-menu li.active a:after {
  height: 100%;
}

body.page-template-template-2018-yir .yir-side-nav .yir-menu li.before a:after {
  height: 0;
  -webkit-transition: height 0s;
  transition: height 0s;
}

body.page-template-template-2018-yir .yir-side-nav .yir-menu li.small-top a {
  height: 10px;
}

body.page-template-template-2018-yir .yir-side-nav .yir-menu li.small a {
  height: 10px;
  text-indent: -9999px;
}

body.page-template-template-2018-yir .yir-side-nav .yir-menu li.top {
  display: none;
}

body.page-template-template-2018-yir .yir-side-nav .yir-menu li a {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  padding-left: 25px;
  display: table;
  width: 100%;
  height: 40px;
  position: relative;
  font-weight: 600;
  -webkit-transition: font-weight 0.5s;
  transition: font-weight 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir .yir-side-nav .yir-menu li a {
    display: block;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir .yir-side-nav .yir-menu li a {
    width: 120px;
  }
}

body.page-template-template-2018-yir .yir-side-nav .yir-menu li a span {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir .yir-side-nav .yir-menu li a span {
    width: 90px;
    opacity: 0;
  }
}

body.page-template-template-2018-yir .yir-side-nav .yir-menu li a:before, body.page-template-template-2018-yir .yir-side-nav .yir-menu li a:after {
  content: '';
  height: 100%;
  width: 2px;
  background-color: #CECECE;
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

body.page-template-template-2018-yir .yir-side-nav .yir-menu li a:after {
  height: 100%;
  background-color: #478ca0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir .yir-side-nav .yir-menu li a:after {
    height: 0;
  }
}

body.page-template-template-2018-yir .yir-side-nav .yir-menu li a.active {
  font-weight: 600;
}

body.page-template-template-2018-yir .yir-side-nav .yir-menu li a.active:after {
  height: 100%;
}

body.page-template-template-2018-yir .yir-side-nav .vertical-logo-container {
  height: calc(100vh - 570px);
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir .yir-side-nav .vertical-logo-container {
    height: calc(100vh - 390px);
    bottom: 0;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir .yir-side-nav .vertical-logo-container {
    bottom: 0;
    height: calc(100vh - 370px);
    width: 45px;
  }
}

body.page-template-template-2018-yir .yir-side-nav .vertical-logo-container img {
  max-height: 190px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir .yir-side-nav .vertical-logo-container img {
    max-height: 160px;
  }
}

body.page-template-template-2018-yir .yir-side-nav .slide-num-container {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 100px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir .yir-side-nav .slide-num-container {
    display: none;
  }
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir .yir-side-nav .slide-num-container {
    display: none !important;
  }
}

body.page-template-template-2018-yir .yir-side-nav .slide-num-container .move {
  cursor: pointer;
  max-width: 30px;
  display: block;
  margin: auto;
  padding: 5px 6px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body.page-template-template-2018-yir .yir-side-nav .slide-num-container .move img {
  position: relative;
  top: 0;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

body.page-template-template-2018-yir .yir-side-nav .slide-num-container .move:hover img {
  top: 5px;
}

body.page-template-template-2018-yir .yir-side-nav .slide-num-container .move.moveSectionUp {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body.page-template-template-2018-yir .yir-side-nav .slide-num-container #slide-num {
  text-align: center;
  color: #606060;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 0;
  opacity: 0.5;
}

body.page-template-template-2018-yir main {
  max-width: calc(100vw - 140px);
  float: right;
  width: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir main {
    max-width: calc(100vw - 120px);
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir main {
    max-width: calc(100vw - 45px);
  }
}

body.page-template-template-2018-yir section {
  min-height: 820px !important;
  padding: 0 0 0 15px !important;
  height: 100vh;
  position: relative;
}

body.page-template-template-2018-yir section .fp-tableCell {
  min-height: 820px !important;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section {
    padding: 0 15px !important;
    min-height: 700px !important;
  }
  body.page-template-template-2018-yir section .fp-tableCell {
    min-height: 700px !important;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section {
    height: 100% !important;
  }
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section {
    min-height: auto !important;
  }
  body.page-template-template-2018-yir section .fp-tableCell {
    min-height: auto !important;
  }
}

body.page-template-template-2018-yir section .corner-img {
  width: 100%;
  max-width: 1500px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

body.page-template-template-2018-yir section .corner-img.bottom {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

body.page-template-template-2018-yir section .top-heading {
  color: #1C1C1C;
  font-size: 44px;
  font-weight: 600;
  margin-top: 100px;
  margin-bottom: 25px;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section .top-heading {
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section .top-heading {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section .top-heading {
    font-size: 36px;
    line-height: 40px;
    margin-top: 50px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir section .top-heading {
    font-size: 30px;
  }
}

body.page-template-template-2018-yir section .top-heading span {
  color: #478ca0;
}

body.page-template-template-2018-yir section .top-details {
  font-size: 18px;
  color: #1C1C1C;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section .top-details {
    font-size: 22px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section .top-details {
    font-size: 16px;
  }
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section .top-details {
    font-size: 16px;
  }
}

@-webkit-keyframes mousemove {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}

@keyframes mousemove {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}

body.page-template-template-2018-yir section.top {
  padding: 0 !important;
}

body.page-template-template-2018-yir section.top .image {
  height: 100vh;
  width: 100vw;
  position: relative;
  left: -140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.top .image {
    left: -120px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir section.top .image {
    left: -45px;
  }
}

body.page-template-template-2018-yir section.top .image .container {
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

body.page-template-template-2018-yir section.top .llr-logo {
  max-width: 400px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.top .llr-logo {
    max-width: 450px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.top .llr-logo {
    max-width: 300px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.top .llr-logo {
    max-width: 250px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2018-yir section.top .llr-logo {
    max-width: 200px;
  }
}

body.page-template-template-2018-yir section.top .llr-graphic {
  max-width: 500px;
  display: table;
  margin: auto;
  margin-top: 60px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.top .llr-graphic {
    max-width: 550px;
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.top .llr-graphic {
    margin-top: 40px;
    max-width: 400px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.top .llr-graphic {
    max-width: 300px;
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2018-yir section.top .llr-graphic {
    max-width: 220px;
    margin-top: 20px;
  }
}

body.page-template-template-2018-yir section.top .bottom-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

body.page-template-template-2018-yir section.top .bottom-arrow a {
  width: 100px;
  display: table;
  margin: auto;
  padding-bottom: 20px;
}

body.page-template-template-2018-yir section.top .bottom-arrow a:hover .down-arrow {
  top: -5px;
}

body.page-template-template-2018-yir section.top .bottom-arrow a .mouse {
  display: table;
  margin: auto;
  position: relative;
  top: 0px;
  -webkit-animation: mousemove 3s infinite;
          animation: mousemove 3s infinite;
}

body.page-template-template-2018-yir section.top .bottom-arrow a .down-arrow {
  margin: auto;
  margin-top: 30px;
  display: table;
  position: relative;
  top: 5px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.top .bottom-arrow a .down-arrow {
    width: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.intro .top-heading {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

body.page-template-template-2018-yir section.intro .pie-chart {
  max-width: 150px;
  float: right;
  margin-right: 30px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.intro .pie-chart {
    margin-right: 0px;
  }
}

body.page-template-template-2018-yir section.intro .content-container {
  margin-top: 100px;
  padding-bottom: 100px;
}

body.page-template-template-2018-yir section.intro .content-container .image-container {
  display: none;
  padding: 0 60px 0 0;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.intro .content-container {
    margin-top: 0;
    padding-bottom: 80px;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-2018-yir section.intro .content-container .image-container {
    display: block;
  }
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.intro .content-container {
    margin-top: 0;
  }
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.intro .box-container {
    padding-left: 60px;
  }
}

body.page-template-template-2018-yir section.intro .box-container .box {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  color: #478CA0;
  font-size: 18px;
  padding: 20px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

body.page-template-template-2018-yir section.intro .box-container .box:hover {
  -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.intro .box-container .box {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.intro .box-container .box {
    font-size: 13px;
    padding: 15px;
  }
}

body.page-template-template-2018-yir section.intro .box-container .box .title {
  color: #1C1C1C;
  font-size: 48px;
  line-height: 48px;
  font-weight: 100;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2018-yir section.intro .box-container .box .title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.intro .box-container .box .title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.intro .box-container .box .title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

body.page-template-template-2018-yir section.learn .content-container {
  margin-top: 80px;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.learn .content-container {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.learn .content-container {
    margin-top: 40px;
  }
}

body.page-template-template-2018-yir section.learn .growthbits-logo {
  max-width: 300px;
  width: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.learn .growthbits-logo {
    max-width: 160px;
    display: block;
    margin: 20px auto 0 auto;
  }
}

body.page-template-template-2018-yir section.learn .top-details {
  color: #1C1C1C;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.learn .top-details {
    font-size: 22px;
  }
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.learn .top-details {
    font-size: 16px;
  }
}

body.page-template-template-2018-yir section.learn .box-container .box {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  color: #505050;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 40px 20px 40px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  position: relative;
  display: table;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

body.page-template-template-2018-yir section.learn .box-container .box:hover {
  -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.learn .box-container .box {
    padding: 25px 40px 30px 75px;
    line-height: 24px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.learn .box-container .box {
    padding: 20px 25px 20px 25px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.learn .box-container .box {
    padding: 25px 40px 30px 75px;
  }
}

body.page-template-template-2018-yir section.learn .box-container .box .quote {
  color: #498492;
  font-weight: 600;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.learn .box-container .box .quote {
    font-size: 17px;
    line-height: 26px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.learn .box-container .box .quote {
    padding-left: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.learn .box-container .box .quote {
    padding-left: 0px;
  }
}

body.page-template-template-2018-yir section.learn .box-container .box .quote .icon {
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 0;
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.learn .box-container .box .quote .icon {
    top: 25px;
    width: 55px;
    height: 55px;
  }
}

body.page-template-template-2018-yir section.learn .box-container .box .title {
  margin-top: 20px;
  color: #498492;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.learn .box-container .box .title {
    margin-top: 30px;
  }
}

body.page-template-template-2018-yir section.network .content-container {
  margin-top: 20px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir section.network .content-container {
    padding-bottom: 40px;
  }
}

body.page-template-template-2018-yir section.network .text-container {
  margin-top: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.network .text-container {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir section.network .text-container {
    margin-top: 0px;
  }
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.network .text-container {
    margin-top: 20px;
  }
}

body.page-template-template-2018-yir section.network .text-container .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  position: relative;
  padding-bottom: 10px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir section.network .text-container .text > .column > .row, body.page-template-template-2018-yir section.network .text-container .text > .columns > .row {
    margin: 0;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir section.network .text-container .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 40px;
  }
}

body.page-template-template-2018-yir section.network .text-container .text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: calc(100% - 1.875rem);
  left: 0.9375rem;
  background-color: #478CA0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir section.network .text-container .text:after {
    width: calc(100% - 1.25rem);
    left: 0.625rem;
  }
}

body.page-template-template-2018-yir section.network .text-container .text.first {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir section.network .text-container .text.first {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

body.page-template-template-2018-yir section.network .text-container .text div {
  color: #478CA0;
  font-size: 16px;
  line-height: 20px;
  max-width: 600px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir section.network .bio-container {
    margin-bottom: 20px;
  }
}

body.page-template-template-2018-yir section.network .bio-container .bio {
  position: relative;
  height: 100%;
  background-color: #FFFFFF;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.network .bio-container .bio img {
    max-width: 150px;
    margin: 0px auto 0 auto;
    display: block;
    padding: 10px 0 0 0;
  }
}

body.page-template-template-2018-yir section.network .bio-container .bio .text {
  color: #1C1C1C;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  padding: 20px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.network .bio-container .bio .text {
    padding: 15px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.network .bio-container .bio .text {
    font-size: 12px;
    line-height: 15px;
    padding: 15px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.network .bio-container .bio .text {
    font-size: 10px;
    line-height: 14px;
    padding: 10px;
  }
}

body.page-template-template-2018-yir section.network .bio-container .bio .text .name {
  color: #478CA0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: none;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.network .bio-container .bio .text .name {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 7px;
  }
}

body.page-template-template-2018-yir section.network2 .content-container,
body.page-template-template-2018-yir section.network3 .content-container {
  margin-top: 50px;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.network2 .content-container,
  body.page-template-template-2018-yir section.network3 .content-container {
    margin-top: 20px;
  }
}

body.page-template-template-2018-yir section.network2 .bio-container .bio,
body.page-template-template-2018-yir section.network3 .bio-container .bio {
  position: relative;
  height: 100%;
}

body.page-template-template-2018-yir section.network2 .bio-container .bio .text,
body.page-template-template-2018-yir section.network3 .bio-container .bio .text {
  color: #1C1C1C;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
  padding: 10px 0 30px 0;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.network2 .bio-container .bio .text,
  body.page-template-template-2018-yir section.network3 .bio-container .bio .text {
    padding: 15px 0 30px 0;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-2018-yir section.network2 .bio-container .bio .text,
  body.page-template-template-2018-yir section.network3 .bio-container .bio .text {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.network2 .bio-container .bio .text,
  body.page-template-template-2018-yir section.network3 .bio-container .bio .text {
    padding: 15px 0 0px 0;
  }
}

body.page-template-template-2018-yir section.network2 .bio-container .bio .text .name,
body.page-template-template-2018-yir section.network3 .bio-container .bio .text .name {
  color: #478CA0;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: none;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.network2 .bio-container .bio .text .name,
  body.page-template-template-2018-yir section.network3 .bio-container .bio .text .name {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
  }
}

body.page-template-template-2018-yir section.network3 .content-container {
  margin-top: 90px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.network3 .content-container {
    margin-top: 50px;
  }
}

body.page-template-template-2018-yir section.network3 .box-container {
  padding-right: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.network3 .box-container {
    padding-right: 0.9375rem;
  }
}

body.page-template-template-2018-yir section.network3 .right-side-box {
  background-color: #EEEEEE;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
  padding: 0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir section.network3 .right-side-box {
    position: relative;
    height: auto;
  }
}

body.page-template-template-2018-yir section.network3 .right-side-box .text-container {
  padding: 100px 40px 0 40px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.network3 .right-side-box .text-container {
    padding: 40px 25px 40px 25px;
  }
}

body.page-template-template-2018-yir section.network3 .right-side-box .text-container .title {
  color: #1C1C1C;
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.network3 .right-side-box .text-container .title {
    font-size: 23px;
    line-height: 33px;
  }
}

body.page-template-template-2018-yir section.network3 .right-side-box .text-container .title span {
  color: #478CA0;
}

body.page-template-template-2018-yir section.network3 .right-side-box .text-container .details {
  font-size: 17px;
  line-height: 25px;
  margin-top: 15px;
  max-width: 250px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.network3 .right-side-box .text-container .details {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
}

body.page-template-template-2018-yir section.network3 .right-side-box .text-container .details a {
  color: #478CA0;
}

body.page-template-template-2018-yir section.network3 .right-side-box .text-container .hash {
  margin-top: 60px;
  font-size: 15px;
  line-height: 35px;
  font-weight: 500;
  color: #478CA0;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.network3 .right-side-box .text-container .hash {
    margin-top: 40px;
  }
}

body.page-template-template-2018-yir section.collaborate .content-container {
  margin-top: 60px;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.collaborate .content-container {
    margin-top: 30px;
  }
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.collaborate .content-container {
    margin-top: 20px;
  }
}

body.page-template-template-2018-yir section.collaborate .growthbits-logo {
  max-width: 300px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.collaborate .box-container {
    padding-right: 100px;
  }
}

body.page-template-template-2018-yir section.collaborate .box-container .column, body.page-template-template-2018-yir section.collaborate .box-container .columns {
  padding-top: 70px;
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.collaborate .box-container .column, body.page-template-template-2018-yir section.collaborate .box-container .columns {
    padding-top: 50px;
  }
}

body.page-template-template-2018-yir section.collaborate .box-container .top-logo {
  display: block;
  margin: auto;
  width: auto;
  max-height: 47px;
  margin-bottom: 20px;
  max-width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.collaborate .box-container .top-logo {
    max-width: 320px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.collaborate .box-container .top-logo {
    margin-bottom: 0px;
    max-height: 40px;
    max-width: 200px;
  }
}

body.page-template-template-2018-yir section.collaborate .box-container .box {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  color: #505050;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 40px 20px 65px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  position: relative;
  display: table;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

body.page-template-template-2018-yir section.collaborate .box-container .box:hover {
  -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.collaborate .box-container .box {
    padding: 25px 40px 30px 75px;
    line-height: 24px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2018-yir section.collaborate .box-container .box {
    padding: 20px 25px 20px 25px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.collaborate .box-container .box {
    padding: 25px 40px 30px 75px;
  }
}

body.page-template-template-2018-yir section.collaborate .box-container .box .quote {
  color: #498492;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2018-yir section.collaborate .box-container .box .quote {
    padding-left: 40px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media print, screen and (max-width: 89.99875em) and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.collaborate .box-container .box .quote {
    padding-left: 0;
  }
}

body.page-template-template-2018-yir section.collaborate .box-container .box .quote .icon {
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 0;
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.collaborate .box-container .box .quote .icon {
    top: 25px;
    width: 55px;
    height: 55px;
  }
}

body.page-template-template-2018-yir section.collaborate .box-container .box ul {
  margin-top: 30px;
  font-size: 15px;
  line-height: 19px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.collaborate .box-container .box ul {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

body.page-template-template-2018-yir section.collaborate .box-container .box ul li {
  margin-bottom: 15px;
  padding-left: 10px;
}

body.page-template-template-2018-yir section.collaborate .box-container .box ul li:last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.collaborate .box-container .box ul li {
    margin-bottom: 10px;
  }
}

body.page-template-template-2018-yir section.collaborate .box-container .box .title {
  margin-top: 20px;
  color: #498492;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

body.page-template-template-2018-yir section.create-value .content-container,
body.page-template-template-2018-yir section.create-value2 .content-container,
body.page-template-template-2018-yir section.create-value3 .content-container {
  margin-top: 30px;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.create-value .content-container,
  body.page-template-template-2018-yir section.create-value2 .content-container,
  body.page-template-template-2018-yir section.create-value3 .content-container {
    margin-top: 0px;
  }
}

body.page-template-template-2018-yir section.create-value .bio-container,
body.page-template-template-2018-yir section.create-value2 .bio-container,
body.page-template-template-2018-yir section.create-value3 .bio-container {
  margin-bottom: 20px;
}

body.page-template-template-2018-yir section.create-value .bio-container .image-container,
body.page-template-template-2018-yir section.create-value2 .bio-container .image-container,
body.page-template-template-2018-yir section.create-value3 .bio-container .image-container {
  max-width: 250px;
  padding: 20px 20px 10px 20px;
  display: table;
  margin: auto;
  height: 110px;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.create-value .bio-container .image-container,
  body.page-template-template-2018-yir section.create-value2 .bio-container .image-container,
  body.page-template-template-2018-yir section.create-value3 .bio-container .image-container {
    padding: 10px 10px 10px 10px;
    height: 80px;
    max-width: 150px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.create-value .bio-container .image-container,
  body.page-template-template-2018-yir section.create-value2 .bio-container .image-container,
  body.page-template-template-2018-yir section.create-value3 .bio-container .image-container {
    height: 100px;
    padding: 10px;
  }
}

body.page-template-template-2018-yir section.create-value .bio-container .image-container .center,
body.page-template-template-2018-yir section.create-value2 .bio-container .image-container .center,
body.page-template-template-2018-yir section.create-value3 .bio-container .image-container .center {
  display: table-cell;
  vertical-align: middle;
}

body.page-template-template-2018-yir section.create-value .bio-container .image-container .center .image,
body.page-template-template-2018-yir section.create-value2 .bio-container .image-container .center .image,
body.page-template-template-2018-yir section.create-value3 .bio-container .image-container .center .image {
  max-height: 80px;
  display: block;
  margin: auto;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.create-value .bio-container .image-container .center .image,
  body.page-template-template-2018-yir section.create-value2 .bio-container .image-container .center .image,
  body.page-template-template-2018-yir section.create-value3 .bio-container .image-container .center .image {
    max-height: 60px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.create-value .bio-container .image-container .center .image,
  body.page-template-template-2018-yir section.create-value2 .bio-container .image-container .center .image,
  body.page-template-template-2018-yir section.create-value3 .bio-container .image-container .center .image {
    max-height: 70px;
  }
}

body.page-template-template-2018-yir section.create-value .bio-container .bio,
body.page-template-template-2018-yir section.create-value2 .bio-container .bio,
body.page-template-template-2018-yir section.create-value3 .bio-container .bio {
  position: relative;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

body.page-template-template-2018-yir section.create-value .bio-container .bio .text,
body.page-template-template-2018-yir section.create-value2 .bio-container .bio .text,
body.page-template-template-2018-yir section.create-value3 .bio-container .bio .text {
  color: #1C1C1C;
  font-size: 15px;
  line-height: 25px;
  padding: 5px 20px 40px 20px;
  font-weight: 300;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.create-value .bio-container .bio .text,
  body.page-template-template-2018-yir section.create-value2 .bio-container .bio .text,
  body.page-template-template-2018-yir section.create-value3 .bio-container .bio .text {
    padding: 0px 15px 15px 15px;
    line-height: 20px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.create-value .bio-container .bio .text,
  body.page-template-template-2018-yir section.create-value2 .bio-container .bio .text,
  body.page-template-template-2018-yir section.create-value3 .bio-container .bio .text {
    font-size: 13px;
    line-height: 17px;
    padding: 0px 10px 10px 10px;
    letter-spacing: 1px;
  }
}

body.page-template-template-2018-yir section.create-value .right-side-box,
body.page-template-template-2018-yir section.create-value2 .right-side-box,
body.page-template-template-2018-yir section.create-value3 .right-side-box {
  background-color: #EEEEEE;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
  padding: 0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2018-yir section.create-value .right-side-box,
  body.page-template-template-2018-yir section.create-value2 .right-side-box,
  body.page-template-template-2018-yir section.create-value3 .right-side-box {
    position: relative;
    height: auto;
    padding-bottom: 40px;
  }
}

body.page-template-template-2018-yir section.create-value .right-side-box img,
body.page-template-template-2018-yir section.create-value2 .right-side-box img,
body.page-template-template-2018-yir section.create-value3 .right-side-box img {
  max-width: 120px;
  margin: 60px auto 0 auto;
  width: 100%;
  display: block;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.create-value .right-side-box img,
  body.page-template-template-2018-yir section.create-value2 .right-side-box img,
  body.page-template-template-2018-yir section.create-value3 .right-side-box img {
    max-width: 80px;
  }
}

body.page-template-template-2018-yir section.create-value .right-side-box .text-container,
body.page-template-template-2018-yir section.create-value2 .right-side-box .text-container,
body.page-template-template-2018-yir section.create-value3 .right-side-box .text-container {
  padding: 60px 40px 0 40px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.create-value .right-side-box .text-container,
  body.page-template-template-2018-yir section.create-value2 .right-side-box .text-container,
  body.page-template-template-2018-yir section.create-value3 .right-side-box .text-container {
    padding: 40px 25px 0 25px;
  }
}

body.page-template-template-2018-yir section.create-value .right-side-box .text-container .title,
body.page-template-template-2018-yir section.create-value2 .right-side-box .text-container .title,
body.page-template-template-2018-yir section.create-value3 .right-side-box .text-container .title {
  color: #1C1C1C;
  font-size: 25px;
  line-height: 31px;
  font-weight: 600;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.create-value .right-side-box .text-container .title,
  body.page-template-template-2018-yir section.create-value2 .right-side-box .text-container .title,
  body.page-template-template-2018-yir section.create-value3 .right-side-box .text-container .title {
    font-size: 27px;
    line-height: 37px;
    font-weight: 600;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.create-value .right-side-box .text-container .title,
  body.page-template-template-2018-yir section.create-value2 .right-side-box .text-container .title,
  body.page-template-template-2018-yir section.create-value3 .right-side-box .text-container .title {
    font-size: 23px;
    line-height: 33px;
  }
}

body.page-template-template-2018-yir section.create-value .right-side-box .text-container .title span,
body.page-template-template-2018-yir section.create-value2 .right-side-box .text-container .title span,
body.page-template-template-2018-yir section.create-value3 .right-side-box .text-container .title span {
  color: #478CA0;
}

body.page-template-template-2018-yir section.create-value .right-side-box .text-container .details,
body.page-template-template-2018-yir section.create-value2 .right-side-box .text-container .details,
body.page-template-template-2018-yir section.create-value3 .right-side-box .text-container .details {
  font-size: 15px;
  line-height: 22px;
  margin-top: 15px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.create-value .right-side-box .text-container .details,
  body.page-template-template-2018-yir section.create-value2 .right-side-box .text-container .details,
  body.page-template-template-2018-yir section.create-value3 .right-side-box .text-container .details {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
}

body.page-template-template-2018-yir section.create-value .right-side-box .text-container .details a,
body.page-template-template-2018-yir section.create-value2 .right-side-box .text-container .details a,
body.page-template-template-2018-yir section.create-value3 .right-side-box .text-container .details a {
  color: #478CA0;
}

body.page-template-template-2018-yir section.create-value .right-side-box .text-container .hash,
body.page-template-template-2018-yir section.create-value2 .right-side-box .text-container .hash,
body.page-template-template-2018-yir section.create-value3 .right-side-box .text-container .hash {
  margin-top: 60px;
  font-size: 15px;
  line-height: 35px;
  font-weight: 500;
  color: #478CA0;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.create-value .right-side-box .text-container .hash,
  body.page-template-template-2018-yir section.create-value2 .right-side-box .text-container .hash,
  body.page-template-template-2018-yir section.create-value3 .right-side-box .text-container .hash {
    margin-top: 40px;
  }
}

body.page-template-template-2018-yir section.create-value3 .box-container {
  padding-right: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2018-yir section.create-value3 .box-container {
    padding-right: 30px;
  }
}

body.page-template-template-2018-yir section.whats-next .content-container {
  margin-top: 60px;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.whats-next .content-container {
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2018-yir section.whats-next .content-container {
    margin-top: 40px;
  }
}

body.page-template-template-2018-yir section.whats-next .bio-container {
  margin-bottom: 20px;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.whats-next .bio-container {
    margin-bottom: 0px;
  }
}

body.page-template-template-2018-yir section.whats-next .bio-container .bio {
  position: relative;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

body.page-template-template-2018-yir section.whats-next .bio-container .bio .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 170px;
  display: table;
  width: 100%;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.whats-next .bio-container .bio .image {
    height: 120px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2018-yir section.whats-next .bio-container .bio .image {
    height: 140px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.whats-next .bio-container .bio .image {
    height: 100px;
  }
}

body.page-template-template-2018-yir section.whats-next .bio-container .bio .image span {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.whats-next .bio-container .bio .image span {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.whats-next .bio-container .bio .image span {
    font-size: 20px;
    line-height: 25px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2018-yir section.whats-next .bio-container .bio .image span {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 20px;
  }
}

body.page-template-template-2018-yir section.whats-next .bio-container .bio .text {
  font-size: 14px;
  line-height: 17px;
  padding: 20px 20px 100px 20px;
  color: #979797;
  font-weight: 600;
  position: relative;
  height: calc(100% - 170px);
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.whats-next .bio-container .bio .text {
    font-size: 16px;
    line-height: 21px;
  }
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.whats-next .bio-container .bio .text {
    height: calc(100% - 120px);
    padding: 20px 20px 80px 20px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2018-yir section.whats-next .bio-container .bio .text {
    padding: 15px 15px 80px 15px;
    height: calc(100% - 140px);
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.whats-next .bio-container .bio .text {
    height: calc(100% - 100px);
  }
}

body.page-template-template-2018-yir section.whats-next .bio-container .bio .text .bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #1C1C1C;
  font-size: 14px;
  line-height: 14px;
  width: calc(100% - 40px);
  font-weight: 400;
}

body.page-template-template-2018-yir section.whats-next .bio-container .bio .text .bottom a {
  color: #478CA0;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

body.page-template-template-2018-yir section.whats-next .bio-container .bio .text .bottom a:after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #478CA0;
  width: 100%;
  content: '';
}

body.page-template-template-2018-yir section.whats-next .bottom-container {
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
}

body.page-template-template-2018-yir section.whats-next .bottom-container .bottom-link {
  display: table;
  margin: 40px auto 0 auto;
  text-align: center;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.whats-next .bottom-container .bottom-link {
    margin: 20px auto 0 auto;
  }
}

@media screen and (min-width: 80em) {
  body.page-template-template-2018-yir section.whats-next .bottom-container {
    font-size: 19px;
  }
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2018-yir section.whats-next .bottom-container {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2018-yir section.whats-next .bottom-container {
    margin-top: 20px;
    font-size: 17px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2018-yir section.whats-next .bottom-container {
    margin-top: 10px;
    font-size: 16px;
    padding-bottom: 40px;
  }
}

body.page-template-template-2019-yir.ie section.create-value .bio-container .image-container .center .image,
body.page-template-template-2019-yir.ie section.create-value2 .bio-container .image-container .center .image,
body.page-template-template-2019-yir.ie section.create-value3 .bio-container .image-container .center .image {
  width: 100%;
}

body.page-template-template-2019-yir .row {
  max-width: 1550px;
}

body.page-template-template-2019-yir .site-header {
  display: none;
}

body.page-template-template-2019-yir .site-footer {
  display: none;
}

body.page-template-template-2019-yir.fp-viewing-top .yir-side-nav {
  background-color: transparent;
}

body.page-template-template-2019-yir.fp-viewing-top .yir-side-nav .logo img {
  left: 10px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir.fp-viewing-top .yir-side-nav .logo img {
    left: 4px;
  }
}

body.page-template-template-2019-yir.fp-viewing-top .yir-side-nav .yir-mobile-menu {
  opacity: 0;
}

body.page-template-template-2019-yir.fp-viewing-top .yir-side-nav .yir-menu,
body.page-template-template-2019-yir.fp-viewing-top .yir-side-nav .slide-num-container,
body.page-template-template-2019-yir.fp-viewing-top .yir-side-nav .vertical-logo-container {
  opacity: 0;
}

body.page-template-template-2019-yir.fp-viewing-whats-next .yir-side-nav .slide-num-container .move.moveSectionDown {
  opacity: 0;
}

body.page-template-template-2019-yir .yir-side-nav {
  position: fixed;
  height: 100vh;
  width: 140px;
  z-index: 1;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: background-color 0.5s, width 0.5s;
  transition: background-color 0.5s, width 0.5s;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir .yir-side-nav {
    width: 120px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir .yir-side-nav {
    width: 45px;
  }
}

body.page-template-template-2019-yir .yir-side-nav.is-open {
  width: 120px;
}

body.page-template-template-2019-yir .yir-side-nav.is-open .yir-mobile-menu .burg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: transparent;
}

body.page-template-template-2019-yir .yir-side-nav.is-open .yir-mobile-menu .burg:before, body.page-template-template-2019-yir .yir-side-nav.is-open .yir-mobile-menu .burg:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000000;
}

body.page-template-template-2019-yir .yir-side-nav.is-open .yir-mobile-menu .burg:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.page-template-template-2019-yir .yir-side-nav.is-open .yir-menu li a span {
  opacity: 1;
}

body.page-template-template-2019-yir .yir-side-nav .logo {
  display: table;
  width: 70px;
  margin-left: 20px;
  margin-top: 30px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir .yir-side-nav .logo {
    width: 35px;
    margin-left: 5px;
    margin-top: 15px;
  }
}

body.page-template-template-2019-yir .yir-side-nav .logo img {
  max-width: 50px;
  position: relative;
  left: 0px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

body.page-template-template-2019-yir .yir-side-nav .yir-mobile-menu {
  display: table;
  width: 45px;
  height: 45px;
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir .yir-side-nav .yir-mobile-menu {
    display: block;
  }
}

body.page-template-template-2019-yir .yir-side-nav .yir-mobile-menu .burg {
  position: relative;
  width: 25px;
  margin: 10px auto 0 auto;
  display: block;
  height: 1px;
  top: 11px;
  background-color: #CECECE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.page-template-template-2019-yir .yir-side-nav .yir-mobile-menu .burg:before, body.page-template-template-2019-yir .yir-side-nav .yir-mobile-menu .burg:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #CECECE;
  top: -7px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.page-template-template-2019-yir .yir-side-nav .yir-mobile-menu .burg:after {
  top: 7px;
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu {
  opacity: 1;
  margin: 0;
  margin-top: 100px;
  list-style: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir .yir-side-nav .yir-menu {
    margin-top: 60px;
  }
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu.small-menu {
  display: none;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir .yir-side-nav .yir-menu {
    margin-top: 10px;
  }
  body.page-template-template-2019-yir .yir-side-nav .yir-menu.large-menu {
    display: none;
  }
  body.page-template-template-2019-yir .yir-side-nav .yir-menu.small-menu {
    display: block;
  }
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu li {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu li.active a {
  font-weight: 600;
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu li.active a:after {
  height: 100%;
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu li.before a:after {
  height: 0;
  -webkit-transition: height 0s;
  transition: height 0s;
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu li.small-top a {
  height: 10px;
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu li.small-top-half a {
  height: 20px;
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu li.small-half a {
  height: 20px;
  text-indent: -9999px;
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu li.small a {
  height: 10px;
  text-indent: -9999px;
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu li.top {
  display: none;
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu li a {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  padding-left: 25px;
  display: table;
  width: 100%;
  height: 40px;
  position: relative;
  font-weight: 600;
  -webkit-transition: font-weight 0.5s;
  transition: font-weight 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir .yir-side-nav .yir-menu li a {
    display: block;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir .yir-side-nav .yir-menu li a {
    width: 120px;
  }
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu li a span {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir .yir-side-nav .yir-menu li a span {
    width: 90px;
    opacity: 0;
  }
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu li a:before, body.page-template-template-2019-yir .yir-side-nav .yir-menu li a:after {
  content: '';
  height: 100%;
  width: 2px;
  background-color: #CECECE;
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu li a:after {
  height: 100%;
  background-color: #478ca0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir .yir-side-nav .yir-menu li a:after {
    height: 0;
  }
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu li a.active {
  font-weight: 600;
}

body.page-template-template-2019-yir .yir-side-nav .yir-menu li a.active:after {
  height: 100%;
}

body.page-template-template-2019-yir .yir-side-nav .vertical-logo-container {
  height: calc(100vh - 570px);
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir .yir-side-nav .vertical-logo-container {
    height: calc(100vh - 390px);
    bottom: 0;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir .yir-side-nav .vertical-logo-container {
    bottom: 0;
    height: calc(100vh - 370px);
    width: 45px;
  }
}

body.page-template-template-2019-yir .yir-side-nav .vertical-logo-container img {
  max-height: 190px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir .yir-side-nav .vertical-logo-container img {
    max-height: 160px;
  }
}

body.page-template-template-2019-yir .yir-side-nav .slide-num-container {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 100px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir .yir-side-nav .slide-num-container {
    display: none;
  }
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir .yir-side-nav .slide-num-container {
    display: none !important;
  }
}

body.page-template-template-2019-yir .yir-side-nav .slide-num-container .move {
  cursor: pointer;
  max-width: 30px;
  display: block;
  margin: auto;
  padding: 5px 6px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body.page-template-template-2019-yir .yir-side-nav .slide-num-container .move img {
  position: relative;
  top: 0;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

body.page-template-template-2019-yir .yir-side-nav .slide-num-container .move:hover img {
  top: 5px;
}

body.page-template-template-2019-yir .yir-side-nav .slide-num-container .move.moveSectionUp {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body.page-template-template-2019-yir .yir-side-nav .slide-num-container #slide-num {
  text-align: center;
  color: #606060;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 0;
  opacity: 0.5;
}

body.page-template-template-2019-yir main {
  max-width: calc(100vw - 140px);
  float: right;
  width: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir main {
    max-width: calc(100vw - 120px);
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir main {
    max-width: calc(100vw - 45px);
  }
}

body.page-template-template-2019-yir section {
  min-height: 820px !important;
  padding: 0 0 0 15px !important;
  height: 100vh;
  position: relative;
}

body.page-template-template-2019-yir section .fp-tableCell {
  min-height: 820px !important;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section {
    padding: 0 15px !important;
    min-height: 700px !important;
  }
  body.page-template-template-2019-yir section .fp-tableCell {
    min-height: 700px !important;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section {
    height: 100% !important;
  }
  body.page-template-template-2019-yir section .fp-tableCell {
    height: 100% !important;
  }
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section {
    min-height: auto !important;
  }
  body.page-template-template-2019-yir section .fp-tableCell {
    min-height: auto !important;
  }
}

body.page-template-template-2019-yir section .corner-img {
  width: 100%;
  max-width: 1500px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

body.page-template-template-2019-yir section .corner-img.bottom {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

body.page-template-template-2019-yir section .top-heading {
  color: #1C1C1C;
  font-size: 44px;
  font-weight: 600;
  margin-top: 100px;
  margin-bottom: 25px;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section .top-heading {
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section .top-heading {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section .top-heading {
    font-size: 36px;
    line-height: 40px;
    margin-top: 50px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section .top-heading {
    font-size: 30px;
  }
}

@media screen and (min-width: 50em) and (max-height: 875px) {
  body.page-template-template-2019-yir section .top-heading {
    margin-bottom: 5px;
  }
}

body.page-template-template-2019-yir section .top-heading span {
  color: #478ca0;
}

body.page-template-template-2019-yir section .top-details {
  font-size: 18px;
  color: #1C1C1C;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section .top-details {
    font-size: 22px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section .top-details {
    font-size: 16px;
  }
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section .top-details {
    font-size: 16px;
  }
}

@-webkit-keyframes mousemove {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}

@keyframes mousemove {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}

body.page-template-template-2019-yir section.top {
  padding: 0 !important;
}

body.page-template-template-2019-yir section.top .image {
  height: 100vh;
  width: 100vw;
  position: relative;
  left: -140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.top .image {
    left: -120px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section.top .image {
    left: -45px;
  }
}

body.page-template-template-2019-yir section.top .image .container {
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

body.page-template-template-2019-yir section.top .llr-logo {
  max-width: 400px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.top .llr-logo {
    max-width: 450px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.top .llr-logo {
    max-width: 300px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.top .llr-logo {
    max-width: 250px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2019-yir section.top .llr-logo {
    max-width: 200px;
  }
}

body.page-template-template-2019-yir section.top .llr-graphic {
  max-width: 500px;
  display: table;
  margin: auto;
  margin-top: 60px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.top .llr-graphic {
    max-width: 550px;
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.top .llr-graphic {
    margin-top: 40px;
    max-width: 400px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.top .llr-graphic {
    max-width: 300px;
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2019-yir section.top .llr-graphic {
    max-width: 220px;
    margin-top: 20px;
  }
}

body.page-template-template-2019-yir section.top .bottom-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

body.page-template-template-2019-yir section.top .bottom-arrow a {
  width: 100px;
  display: table;
  margin: auto;
  padding-bottom: 20px;
}

body.page-template-template-2019-yir section.top .bottom-arrow a:hover .down-arrow {
  top: -5px;
}

body.page-template-template-2019-yir section.top .bottom-arrow a .mouse {
  display: table;
  margin: auto;
  position: relative;
  top: 0px;
  -webkit-animation: mousemove 3s infinite;
          animation: mousemove 3s infinite;
}

body.page-template-template-2019-yir section.top .bottom-arrow a .down-arrow {
  margin: auto;
  margin-top: 30px;
  display: table;
  position: relative;
  top: 5px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.top .bottom-arrow a .down-arrow {
    width: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.intro .top-heading {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

body.page-template-template-2019-yir section.intro .pie-chart {
  max-width: 150px;
  float: right;
  margin-right: 30px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.intro .pie-chart {
    margin-right: 0px;
  }
}

body.page-template-template-2019-yir section.intro .content-container {
  margin-top: 100px;
  padding-bottom: 100px;
}

body.page-template-template-2019-yir section.intro .content-container .image-container {
  display: none;
  padding: 0 60px 0 0;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.intro .content-container {
    margin-top: 0;
    padding-bottom: 80px;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-2019-yir section.intro .content-container .image-container {
    display: block;
  }
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.intro .content-container {
    margin-top: 0;
  }
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.intro .box-container {
    padding-left: 60px;
  }
}

body.page-template-template-2019-yir section.intro .box-container .box {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  color: #478CA0;
  font-size: 18px;
  padding: 20px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

body.page-template-template-2019-yir section.intro .box-container .box:hover {
  -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.intro .box-container .box {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.intro .box-container .box {
    font-size: 13px;
    padding: 15px;
  }
}

body.page-template-template-2019-yir section.intro .box-container .box .title {
  color: #1C1C1C;
  font-size: 48px;
  line-height: 48px;
  font-weight: 100;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2019-yir section.intro .box-container .box .title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.intro .box-container .box .title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.intro .box-container .box .title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

body.page-template-template-2019-yir section.learn .content-container {
  margin-top: 80px;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.learn .content-container {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.learn .content-container {
    margin-top: 40px;
  }
}

body.page-template-template-2019-yir section.learn .growthbits-logo {
  max-width: 300px;
  width: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.learn .growthbits-logo {
    max-width: 160px;
    display: block;
    margin: 20px auto 0 auto;
  }
}

body.page-template-template-2019-yir section.learn .top-details {
  color: #1C1C1C;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.learn .top-details {
    font-size: 22px;
  }
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.learn .top-details {
    font-size: 16px;
  }
}

body.page-template-template-2019-yir section.learn .box-container .box {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  color: #505050;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 40px 20px 40px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  position: relative;
  display: table;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

body.page-template-template-2019-yir section.learn .box-container .box:hover {
  -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.learn .box-container .box {
    padding: 25px 40px 30px 75px;
    line-height: 24px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.learn .box-container .box {
    padding: 20px 25px 20px 25px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.learn .box-container .box {
    padding: 25px 40px 30px 75px;
  }
}

body.page-template-template-2019-yir section.learn .box-container .box .quote {
  color: #498492;
  font-weight: 600;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.learn .box-container .box .quote {
    font-size: 17px;
    line-height: 26px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.learn .box-container .box .quote {
    padding-left: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.learn .box-container .box .quote {
    padding-left: 0px;
  }
}

body.page-template-template-2019-yir section.learn .box-container .box .quote .icon {
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 0;
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.learn .box-container .box .quote .icon {
    top: 25px;
    width: 55px;
    height: 55px;
  }
}

body.page-template-template-2019-yir section.learn .box-container .box .title {
  margin-top: 20px;
  color: #498492;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.learn .box-container .box .title {
    margin-top: 30px;
  }
}

body.page-template-template-2019-yir section.learn2 .right-side-box {
  background-color: #EEEEEE;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
  padding: 0;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.learn2 .right-side-box {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section.learn2 .right-side-box {
    position: relative;
    height: auto;
  }
}

body.page-template-template-2019-yir section.learn2 .right-side-box .text-container {
  padding: 100px 40px 0 40px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.learn2 .right-side-box .text-container {
    padding: 40px 25px 40px 25px;
  }
}

body.page-template-template-2019-yir section.learn2 .right-side-box .text-container .title {
  color: #1C1C1C;
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.learn2 .right-side-box .text-container .title {
    font-size: 23px;
    line-height: 33px;
  }
}

body.page-template-template-2019-yir section.learn2 .right-side-box .text-container .title span {
  color: #478CA0;
}

body.page-template-template-2019-yir section.learn2 .right-side-box .text-container .details {
  font-size: 17px;
  line-height: 25px;
  margin-top: 15px;
  max-width: 250px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.learn2 .right-side-box .text-container .details {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
}

body.page-template-template-2019-yir section.learn2 .right-side-box .text-container .details a {
  color: #478CA0;
}

body.page-template-template-2019-yir section.learn2 .right-side-box .text-container .growthbit-link {
  display: table;
  position: relative;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

body.page-template-template-2019-yir section.learn2 .right-side-box .text-container .growthbit-link img {
  position: absolute;
  left: 0px;
  top: calc(50% - 7px);
  width: 20px;
}

body.page-template-template-2019-yir section.learn2 .right-side-box .text-container .hash {
  margin-top: 20px;
}

body.page-template-template-2019-yir section.learn2 .right-side-box .text-container .hash p {
  line-height: 2.1;
  font-size: 16px;
  font-weight: 500;
  color: #1C1C1C;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.learn2 .right-side-box .text-container .hash {
    margin-top: 40px;
  }
}

body.page-template-template-2019-yir section.learn2 .content-container .box-container .screen {
  margin-top: 40px;
}

@media screen and (min-width: 64em) and (max-height: 1000px) {
  body.page-template-template-2019-yir section.learn2 .content-container .box-container .screen {
    max-height: 450px;
  }
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2019-yir section.learn2 .content-container .box-container .screen {
    max-height: 400px;
  }
}

body.page-template-template-2019-yir section.learn2 .content-container .box-container .bottom-link {
  display: table;
  padding: 15px 60px 15px 30px;
  background: #fff;
  position: relative;
  margin-top: 30px;
  font-size: 20px;
  color: #1C1C1C;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

body.page-template-template-2019-yir section.learn2 .content-container .box-container .bottom-link:hover {
  -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
}

body.page-template-template-2019-yir section.learn2 .content-container .box-container .bottom-link img {
  position: absolute;
  right: 28px;
  top: calc(50% - 7px);
  width: 18px;
}

body.page-template-template-2019-yir section.network.create-value4 .text-container .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

body.page-template-template-2019-yir section.network .content-container {
  margin-top: 20px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section.network .content-container {
    padding-bottom: 40px;
  }
}

body.page-template-template-2019-yir section.network .text-container {
  margin-top: 10px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.network .text-container {
    margin-top: 10px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section.network .text-container {
    margin-top: 0px;
  }
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.network .text-container {
    margin-top: 20px;
  }
}

body.page-template-template-2019-yir section.network .text-container .text {
  position: relative;
  padding-bottom: 10px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section.network .text-container .text > .column > .row, body.page-template-template-2019-yir section.network .text-container .text > .columns > .row {
    margin: 0;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section.network .text-container .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 40px;
  }
}

body.page-template-template-2019-yir section.network .text-container .text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: calc(100% - 1.875rem);
  left: 0.9375rem;
  background-color: #478CA0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section.network .text-container .text:after {
    width: calc(100% - 1.25rem);
    left: 0.625rem;
  }
}

body.page-template-template-2019-yir section.network .text-container .text.first {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section.network .text-container .text.first {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

body.page-template-template-2019-yir section.network .text-container .text div {
  color: #478CA0;
  font-size: 14px;
  line-height: 20px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section.network .bio-container {
    margin-bottom: 20px;
  }
}

body.page-template-template-2019-yir section.network .bio-container .bio {
  position: relative;
  height: 100%;
  background-color: #FFFFFF;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-2019-yir section.network .bio-container .bio img {
    max-width: 150px;
    margin: 0px auto 0 auto;
    display: block;
    padding: 10px 0 0 0;
  }
}

body.page-template-template-2019-yir section.network .bio-container .bio .text {
  color: #1C1C1C;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  padding: 20px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.network .bio-container .bio .text {
    padding: 15px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.network .bio-container .bio .text {
    font-size: 12px;
    line-height: 15px;
    padding: 15px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.network .bio-container .bio .text {
    font-size: 10px;
    line-height: 14px;
    padding: 10px;
  }
}

body.page-template-template-2019-yir section.network .bio-container .bio .text .name {
  color: #478CA0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: none;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.network .bio-container .bio .text .name {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 7px;
  }
}

body.page-template-template-2019-yir section.network2 .content-container,
body.page-template-template-2019-yir section.network3 .content-container {
  margin-top: 50px;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.network2 .content-container,
  body.page-template-template-2019-yir section.network3 .content-container {
    margin-top: 20px;
  }
}

body.page-template-template-2019-yir section.network2 .bio-container .bio,
body.page-template-template-2019-yir section.network3 .bio-container .bio {
  position: relative;
  height: 100%;
}

@media screen and (min-width: 64em) and (max-height: 1120px) {
  body.page-template-template-2019-yir section.network2 .bio-container .bio img,
  body.page-template-template-2019-yir section.network3 .bio-container .bio img {
    max-width: 135px;
    margin: 0px;
    display: block;
  }
}

@media screen and (min-width: 64em) and (max-height: 1060px) {
  body.page-template-template-2019-yir section.network2 .bio-container .bio img,
  body.page-template-template-2019-yir section.network3 .bio-container .bio img {
    max-width: 135px;
    margin: 0px;
    display: block;
  }
}

@media screen and (min-width: 64em) and (max-height: 970px) {
  body.page-template-template-2019-yir section.network2 .bio-container .bio img,
  body.page-template-template-2019-yir section.network3 .bio-container .bio img {
    max-width: 120px;
    margin: 0px;
    display: block;
  }
}

@media screen and (min-width: 50em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.network2 .bio-container .bio img,
  body.page-template-template-2019-yir section.network3 .bio-container .bio img {
    max-width: 100px;
  }
}

body.page-template-template-2019-yir section.network2 .bio-container .bio .text,
body.page-template-template-2019-yir section.network3 .bio-container .bio .text {
  color: #1C1C1C;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
  padding: 10px 0 30px 0;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.network2 .bio-container .bio .text,
  body.page-template-template-2019-yir section.network3 .bio-container .bio .text {
    padding: 15px 0 30px 0;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-2019-yir section.network2 .bio-container .bio .text,
  body.page-template-template-2019-yir section.network3 .bio-container .bio .text {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (min-width: 64em) and (max-height: 1060px) {
  body.page-template-template-2019-yir section.network2 .bio-container .bio .text,
  body.page-template-template-2019-yir section.network3 .bio-container .bio .text {
    padding: 8px 0 10px 0;
  }
}

@media screen and (min-width: 64em) and (max-height: 970px) {
  body.page-template-template-2019-yir section.network2 .bio-container .bio .text,
  body.page-template-template-2019-yir section.network3 .bio-container .bio .text {
    padding: 8px 0 10px 0;
  }
}

body.page-template-template-2019-yir section.network2 .bio-container .bio .text .name,
body.page-template-template-2019-yir section.network3 .bio-container .bio .text .name {
  color: #478CA0;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: none;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.network2 .bio-container .bio .text .name,
  body.page-template-template-2019-yir section.network3 .bio-container .bio .text .name {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 80em) and (max-height: 970px) {
  body.page-template-template-2019-yir section.network2 .bio-container .bio .text .name,
  body.page-template-template-2019-yir section.network3 .bio-container .bio .text .name {
    margin-bottom: 2px;
  }
}

body.page-template-template-2019-yir section.network3 .content-container {
  margin-top: 10px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.network3 .content-container {
    margin-top: 10px;
  }
}

body.page-template-template-2019-yir section.network3 .top-details {
  margin-bottom: 20px;
}

body.page-template-template-2019-yir section.network3 .text-container {
  margin-top: 0px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.network3 .text-container {
    margin-top: 0px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section.network3 .text-container {
    margin-top: 0px;
  }
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.network3 .text-container {
    margin-top: 0px;
  }
}

body.page-template-template-2019-yir section.network3 .text-container .text {
  position: relative;
  padding-bottom: 10px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section.network3 .text-container .text > .column > .row, body.page-template-template-2019-yir section.network3 .text-container .text > .columns > .row {
    margin: 0;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section.network3 .text-container .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 40px;
  }
}

body.page-template-template-2019-yir section.network3 .text-container .text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: calc(100% - 0.875rem);
  left: 0.9375rem;
  background-color: #478CA0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section.network3 .text-container .text:after {
    width: calc(100% - 1.25rem);
    left: 0.625rem;
  }
}

body.page-template-template-2019-yir section.network3 .text-container .text.first {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section.network3 .text-container .text.first {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

body.page-template-template-2019-yir section.network3 .text-container .text div {
  color: #478CA0;
  font-size: 16px;
  line-height: 20px;
  max-width: 600px;
}

body.page-template-template-2019-yir section.collaborate .content-container {
  margin-top: 20px;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.collaborate .content-container {
    margin-top: 20px;
  }
}

@media screen and (min-width: 50em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.collaborate .content-container {
    margin-top: 20px;
  }
}

body.page-template-template-2019-yir section.collaborate .growthbits-logo {
  max-width: 300px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.collaborate .box-container {
    padding-right: 100px;
  }
}

@media screen and (min-width: 50em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.collaborate .box-container {
    padding-right: 0.9375rem;
  }
}

body.page-template-template-2019-yir section.collaborate .box-container .logo-container .top-logo {
  display: block;
  width: auto;
  max-height: 47px;
  margin-bottom: 20px;
  max-width: 250px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.collaborate .box-container .logo-container .top-logo {
    max-width: 320px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.collaborate .box-container .logo-container .top-logo {
    max-height: 40px;
    max-width: 200px;
  }
}

body.page-template-template-2019-yir section.collaborate .box-container .box {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  color: #505050;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 40px 20px 65px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  position: relative;
  display: table;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

body.page-template-template-2019-yir section.collaborate .box-container .box:hover {
  -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.collaborate .box-container .box {
    padding: 25px 40px 30px 75px;
    line-height: 24px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2019-yir section.collaborate .box-container .box {
    padding: 20px 25px 20px 75px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.collaborate .box-container .box {
    padding: 25px 40px 30px 75px;
  }
}

@media screen and (min-width: 50em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.collaborate .box-container .box {
    padding: 20px 15px 10px 75px;
  }
}

body.page-template-template-2019-yir section.collaborate .box-container .box .quote {
  color: #498492;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  position: relative;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2019-yir section.collaborate .box-container .box .quote {
    font-size: 16px;
    line-height: 20px;
  }
}

@media print, screen and (max-width: 89.99875em) and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.collaborate .box-container .box .quote {
    padding-left: 0;
  }
}

body.page-template-template-2019-yir section.collaborate .box-container .box .quote .icon {
  position: absolute;
  top: 0px;
  left: -75px;
  width: 55px;
  height: 55px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2019-yir section.collaborate .box-container .box .quote .icon {
    top: 0px;
    left: -75px;
    width: 50px;
    height: 50px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.collaborate .box-container .box .quote .icon {
    top: 0px;
    left: -75px;
    width: 50px;
    height: 50px;
  }
}

body.page-template-template-2019-yir section.collaborate .box-container .box ul {
  margin-top: 30px;
  font-size: 15px;
  line-height: 19px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.collaborate .box-container .box ul {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 50em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.collaborate .box-container .box ul {
    margin-top: 10px;
  }
}

body.page-template-template-2019-yir section.collaborate .box-container .box ul li {
  margin-bottom: 5px;
  padding-left: 10px;
  line-height: 17px;
}

body.page-template-template-2019-yir section.collaborate .box-container .box ul li:last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.collaborate .box-container .box ul li {
    margin-bottom: 5px;
  }
}

body.page-template-template-2019-yir section.collaborate .box-container .box .title {
  margin-top: 20px;
  color: #498492;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

body.page-template-template-2019-yir section.create-value .content-container,
body.page-template-template-2019-yir section.create-value2 .content-container,
body.page-template-template-2019-yir section.create-value3 .content-container {
  margin-top: 30px;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.create-value .content-container,
  body.page-template-template-2019-yir section.create-value2 .content-container,
  body.page-template-template-2019-yir section.create-value3 .content-container {
    margin-top: 0px;
  }
}

body.page-template-template-2019-yir section.create-value .bio-container,
body.page-template-template-2019-yir section.create-value2 .bio-container,
body.page-template-template-2019-yir section.create-value3 .bio-container {
  margin-bottom: 20px;
}

body.page-template-template-2019-yir section.create-value .bio-container .image-container,
body.page-template-template-2019-yir section.create-value2 .bio-container .image-container,
body.page-template-template-2019-yir section.create-value3 .bio-container .image-container {
  max-width: 250px;
  padding: 20px 20px 10px 20px;
  display: table;
  margin: auto;
  height: 100px;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.create-value .bio-container .image-container,
  body.page-template-template-2019-yir section.create-value2 .bio-container .image-container,
  body.page-template-template-2019-yir section.create-value3 .bio-container .image-container {
    padding: 10px 10px 10px 10px;
    height: 80px;
    max-width: 150px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.create-value .bio-container .image-container,
  body.page-template-template-2019-yir section.create-value2 .bio-container .image-container,
  body.page-template-template-2019-yir section.create-value3 .bio-container .image-container {
    height: 100px;
    padding: 10px;
  }
}

body.page-template-template-2019-yir section.create-value .bio-container .image-container .center,
body.page-template-template-2019-yir section.create-value2 .bio-container .image-container .center,
body.page-template-template-2019-yir section.create-value3 .bio-container .image-container .center {
  display: table-cell;
  vertical-align: middle;
}

body.page-template-template-2019-yir section.create-value .bio-container .image-container .center .image,
body.page-template-template-2019-yir section.create-value2 .bio-container .image-container .center .image,
body.page-template-template-2019-yir section.create-value3 .bio-container .image-container .center .image {
  max-height: 80px;
  display: block;
  margin: auto;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.create-value .bio-container .image-container .center .image,
  body.page-template-template-2019-yir section.create-value2 .bio-container .image-container .center .image,
  body.page-template-template-2019-yir section.create-value3 .bio-container .image-container .center .image {
    max-height: 60px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.create-value .bio-container .image-container .center .image,
  body.page-template-template-2019-yir section.create-value2 .bio-container .image-container .center .image,
  body.page-template-template-2019-yir section.create-value3 .bio-container .image-container .center .image {
    max-height: 70px;
  }
}

body.page-template-template-2019-yir section.create-value .bio-container .bio,
body.page-template-template-2019-yir section.create-value2 .bio-container .bio,
body.page-template-template-2019-yir section.create-value3 .bio-container .bio {
  position: relative;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

body.page-template-template-2019-yir section.create-value .bio-container .bio .text,
body.page-template-template-2019-yir section.create-value2 .bio-container .bio .text,
body.page-template-template-2019-yir section.create-value3 .bio-container .bio .text {
  color: #1C1C1C;
  font-size: 16px;
  line-height: 21px;
  padding: 5px 20px 20px 20px;
  font-weight: 300;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.create-value .bio-container .bio .text,
  body.page-template-template-2019-yir section.create-value2 .bio-container .bio .text,
  body.page-template-template-2019-yir section.create-value3 .bio-container .bio .text {
    padding: 0px 15px 15px 15px;
    line-height: 20px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.create-value .bio-container .bio .text,
  body.page-template-template-2019-yir section.create-value2 .bio-container .bio .text,
  body.page-template-template-2019-yir section.create-value3 .bio-container .bio .text {
    font-size: 13px;
    line-height: 17px;
    padding: 0px 10px 10px 10px;
    letter-spacing: 1px;
  }
}

body.page-template-template-2019-yir section.create-value .right-side-box,
body.page-template-template-2019-yir section.create-value2 .right-side-box,
body.page-template-template-2019-yir section.create-value3 .right-side-box {
  background-color: #EEEEEE;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
  padding: 0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2019-yir section.create-value .right-side-box,
  body.page-template-template-2019-yir section.create-value2 .right-side-box,
  body.page-template-template-2019-yir section.create-value3 .right-side-box {
    position: relative;
    height: auto;
    padding-bottom: 40px;
  }
}

body.page-template-template-2019-yir section.create-value .right-side-box img,
body.page-template-template-2019-yir section.create-value2 .right-side-box img,
body.page-template-template-2019-yir section.create-value3 .right-side-box img {
  max-width: 120px;
  margin: 60px auto 0 auto;
  width: 100%;
  display: block;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.create-value .right-side-box img,
  body.page-template-template-2019-yir section.create-value2 .right-side-box img,
  body.page-template-template-2019-yir section.create-value3 .right-side-box img {
    max-width: 80px;
  }
}

body.page-template-template-2019-yir section.create-value .right-side-box .text-container,
body.page-template-template-2019-yir section.create-value2 .right-side-box .text-container,
body.page-template-template-2019-yir section.create-value3 .right-side-box .text-container {
  padding: 60px 40px 0 40px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.create-value .right-side-box .text-container,
  body.page-template-template-2019-yir section.create-value2 .right-side-box .text-container,
  body.page-template-template-2019-yir section.create-value3 .right-side-box .text-container {
    padding: 40px 25px 0 25px;
  }
}

body.page-template-template-2019-yir section.create-value .right-side-box .text-container .title,
body.page-template-template-2019-yir section.create-value2 .right-side-box .text-container .title,
body.page-template-template-2019-yir section.create-value3 .right-side-box .text-container .title {
  color: #1C1C1C;
  font-size: 25px;
  line-height: 31px;
  font-weight: 600;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.create-value .right-side-box .text-container .title,
  body.page-template-template-2019-yir section.create-value2 .right-side-box .text-container .title,
  body.page-template-template-2019-yir section.create-value3 .right-side-box .text-container .title {
    font-size: 27px;
    line-height: 37px;
    font-weight: 600;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.create-value .right-side-box .text-container .title,
  body.page-template-template-2019-yir section.create-value2 .right-side-box .text-container .title,
  body.page-template-template-2019-yir section.create-value3 .right-side-box .text-container .title {
    font-size: 23px;
    line-height: 33px;
  }
}

body.page-template-template-2019-yir section.create-value .right-side-box .text-container .title span,
body.page-template-template-2019-yir section.create-value2 .right-side-box .text-container .title span,
body.page-template-template-2019-yir section.create-value3 .right-side-box .text-container .title span {
  color: #478CA0;
}

body.page-template-template-2019-yir section.create-value .right-side-box .text-container .details,
body.page-template-template-2019-yir section.create-value2 .right-side-box .text-container .details,
body.page-template-template-2019-yir section.create-value3 .right-side-box .text-container .details {
  font-size: 15px;
  line-height: 22px;
  margin-top: 15px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.create-value .right-side-box .text-container .details,
  body.page-template-template-2019-yir section.create-value2 .right-side-box .text-container .details,
  body.page-template-template-2019-yir section.create-value3 .right-side-box .text-container .details {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
}

body.page-template-template-2019-yir section.create-value .right-side-box .text-container .details a,
body.page-template-template-2019-yir section.create-value2 .right-side-box .text-container .details a,
body.page-template-template-2019-yir section.create-value3 .right-side-box .text-container .details a {
  color: #478CA0;
}

body.page-template-template-2019-yir section.create-value .right-side-box .text-container .hash,
body.page-template-template-2019-yir section.create-value2 .right-side-box .text-container .hash,
body.page-template-template-2019-yir section.create-value3 .right-side-box .text-container .hash {
  margin-top: 60px;
  font-size: 15px;
  line-height: 35px;
  font-weight: 500;
  color: #478CA0;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.create-value .right-side-box .text-container .hash,
  body.page-template-template-2019-yir section.create-value2 .right-side-box .text-container .hash,
  body.page-template-template-2019-yir section.create-value3 .right-side-box .text-container .hash {
    margin-top: 40px;
  }
}

body.page-template-template-2019-yir section.create-value3 .bio-container .bio .text {
  padding: 5px 20px 20px 20px;
}

body.page-template-template-2019-yir section.create-value3 .content-container {
  margin-top: 0px;
}

body.page-template-template-2019-yir section.create-value3 .top-heading {
  margin-bottom: 10px;
}

body.page-template-template-2019-yir section.create-value3 .top-heading.ipo {
  margin-top: 30px;
}

body.page-template-template-2019-yir section.create-value3 .box-container {
  padding-right: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2019-yir section.create-value3 .box-container {
    padding-right: 30px;
  }
}

body.page-template-template-2019-yir section.whats-next.create-value5 .bio-container a {
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

body.page-template-template-2019-yir section.whats-next.create-value5 .bio-container a:hover {
  -webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.3);
}

body.page-template-template-2019-yir section.whats-next.create-value5 .bio-container .bio {
  display: table;
}

body.page-template-template-2019-yir section.whats-next.create-value5 .bio-container .bio .text {
  padding: 20px 20px 20px 20px;
}

body.page-template-template-2019-yir section.whats-next .content-container {
  margin-top: 60px;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.whats-next .content-container {
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2019-yir section.whats-next .content-container {
    margin-top: 40px;
  }
}

body.page-template-template-2019-yir section.whats-next .bio-container {
  margin-bottom: 20px;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.whats-next .bio-container {
    margin-bottom: 0px;
  }
}

body.page-template-template-2019-yir section.whats-next .bio-container .bio {
  position: relative;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

body.page-template-template-2019-yir section.whats-next .bio-container .bio .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 170px;
  display: table;
  width: 100%;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.whats-next .bio-container .bio .image {
    height: 120px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2019-yir section.whats-next .bio-container .bio .image {
    height: 140px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.whats-next .bio-container .bio .image {
    height: 100px;
  }
}

body.page-template-template-2019-yir section.whats-next .bio-container .bio .image span {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.whats-next .bio-container .bio .image span {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.whats-next .bio-container .bio .image span {
    font-size: 20px;
    line-height: 25px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2019-yir section.whats-next .bio-container .bio .image span {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 20px;
  }
}

body.page-template-template-2019-yir section.whats-next .bio-container .bio .text {
  font-size: 14px;
  line-height: 17px;
  padding: 20px 20px 100px 20px;
  color: #979797;
  font-weight: 600;
  position: relative;
  height: calc(100% - 170px);
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.whats-next .bio-container .bio .text {
    font-size: 16px;
    line-height: 21px;
  }
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.whats-next .bio-container .bio .text {
    height: calc(100% - 120px);
    padding: 20px 20px 80px 20px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2019-yir section.whats-next .bio-container .bio .text {
    padding: 15px 15px 80px 15px;
    height: calc(100% - 140px);
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.whats-next .bio-container .bio .text {
    height: calc(100% - 100px);
  }
}

body.page-template-template-2019-yir section.whats-next .bio-container .bio .text .bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #1C1C1C;
  font-size: 14px;
  line-height: 14px;
  width: calc(100% - 40px);
  font-weight: 400;
}

body.page-template-template-2019-yir section.whats-next .bio-container .bio .text .bottom a {
  color: #478CA0;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

body.page-template-template-2019-yir section.whats-next .bio-container .bio .text .bottom a:after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #478CA0;
  width: 100%;
  content: '';
}

body.page-template-template-2019-yir section.whats-next .bottom-container {
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
}

body.page-template-template-2019-yir section.whats-next .bottom-container .bottom-link {
  display: table;
  margin: 40px auto 0 auto;
  text-align: center;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.whats-next .bottom-container .bottom-link {
    margin: 20px auto 0 auto;
  }
}

@media screen and (min-width: 80em) {
  body.page-template-template-2019-yir section.whats-next .bottom-container {
    font-size: 19px;
  }
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2019-yir section.whats-next .bottom-container {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2019-yir section.whats-next .bottom-container {
    margin-top: 20px;
    font-size: 17px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2019-yir section.whats-next .bottom-container {
    margin-top: 10px;
    font-size: 16px;
    padding-bottom: 40px;
  }
}

body.page-template-template-2020-yir {
  /**
  * wow overrides
  */
}

body.page-template-template-2020-yir.has-scrolled .yir-side-nav .yir-menu {
  opacity: 1;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(-3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(-3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1 * 3%), 0);
    transform: translate3d(0, calc(-1 * 3%), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1 * 3%), 0);
    transform: translate3d(0, calc(-1 * 3%), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

body.page-template-template-2020-yir .row {
  max-width: 1550px;
}

body.page-template-template-2020-yir .growthbits-bottom-bar {
  display: none;
}

body.page-template-template-2020-yir .height100 {
  height: 100%;
}

body.page-template-template-2020-yir .relative {
  position: relative;
}

body.page-template-template-2020-yir .site-header {
  display: none;
}

body.page-template-template-2020-yir .site-footer {
  display: none;
}

body.page-template-template-2020-yir .yir-side-nav {
  position: fixed;
  height: 100vh;
  width: 140px;
  z-index: 1;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: background-color 0.5s, width 0.5s;
  transition: background-color 0.5s, width 0.5s;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir .yir-side-nav {
    width: 120px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir .yir-side-nav {
    width: 45px;
  }
}

body.page-template-template-2020-yir .yir-side-nav.is-open {
  width: 120px;
}

body.page-template-template-2020-yir .yir-side-nav.is-open .yir-mobile-menu .burg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: transparent;
}

body.page-template-template-2020-yir .yir-side-nav.is-open .yir-mobile-menu .burg:before, body.page-template-template-2020-yir .yir-side-nav.is-open .yir-mobile-menu .burg:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000000;
}

body.page-template-template-2020-yir .yir-side-nav.is-open .yir-mobile-menu .burg:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.page-template-template-2020-yir .yir-side-nav.is-open .yir-menu li a span {
  opacity: 1;
}

body.page-template-template-2020-yir .yir-side-nav .logo {
  display: table;
  width: 70px;
  margin-left: 20px;
  margin-top: 30px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir .yir-side-nav .logo {
    width: 35px;
    margin-left: 5px;
    margin-top: 15px;
  }
}

body.page-template-template-2020-yir .yir-side-nav .logo img {
  max-width: 50px;
  position: relative;
  left: 0px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

body.page-template-template-2020-yir .yir-side-nav .yir-mobile-menu {
  display: table;
  width: 45px;
  height: 45px;
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir .yir-side-nav .yir-mobile-menu {
    display: block;
  }
}

body.page-template-template-2020-yir .yir-side-nav .yir-mobile-menu .burg {
  position: relative;
  width: 25px;
  margin: 10px auto 0 auto;
  display: block;
  height: 1px;
  top: 11px;
  background-color: #CECECE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.page-template-template-2020-yir .yir-side-nav .yir-mobile-menu .burg:before, body.page-template-template-2020-yir .yir-side-nav .yir-mobile-menu .burg:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #CECECE;
  top: -7px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.page-template-template-2020-yir .yir-side-nav .yir-mobile-menu .burg:after {
  top: 7px;
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu {
  opacity: 0;
  margin: 0;
  margin-top: 100px;
  list-style: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2020-yir .yir-side-nav .yir-menu {
    margin-top: 60px;
  }
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu.small-menu {
  display: none;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir .yir-side-nav .yir-menu {
    margin-top: 10px;
  }
  body.page-template-template-2020-yir .yir-side-nav .yir-menu.large-menu {
    display: none;
  }
  body.page-template-template-2020-yir .yir-side-nav .yir-menu.small-menu {
    display: block;
  }
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu li {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu li.is-active a {
  font-weight: 600;
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu li.is-active a:after {
  height: 100%;
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu li.before a:after {
  height: 0;
  -webkit-transition: height 0s;
  transition: height 0s;
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu li.small-top a {
  height: 10px;
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu li.small-top-half a {
  height: 20px;
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu li.small-half a {
  height: 20px;
  text-indent: -9999px;
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu li.small a {
  height: 10px;
  text-indent: -9999px;
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu li.top {
  display: none;
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu li a {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  padding-left: 25px;
  display: table;
  width: 100%;
  height: 40px;
  position: relative;
  font-weight: 600;
  -webkit-transition: font-weight 0.5s;
  transition: font-weight 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2020-yir .yir-side-nav .yir-menu li a {
    display: block;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir .yir-side-nav .yir-menu li a {
    width: 120px;
  }
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu li a span {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir .yir-side-nav .yir-menu li a span {
    width: 90px;
    opacity: 0;
  }
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu li a:before, body.page-template-template-2020-yir .yir-side-nav .yir-menu li a:after {
  content: '';
  height: 100%;
  width: 2px;
  background-color: #CECECE;
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu li a:after {
  height: 0;
  background-color: #478ca0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir .yir-side-nav .yir-menu li a:after {
    height: 0;
  }
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu li a.is-active {
  font-weight: 600;
}

body.page-template-template-2020-yir .yir-side-nav .yir-menu li a.is-active:after {
  height: 100%;
}

body.page-template-template-2020-yir .yir-side-nav .vertical-logo-container {
  height: calc(100vh - 570px);
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2020-yir .yir-side-nav .vertical-logo-container {
    height: calc(100vh - 390px);
    bottom: 0;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir .yir-side-nav .vertical-logo-container {
    bottom: 0;
    height: calc(100vh - 370px);
    width: 45px;
  }
}

body.page-template-template-2020-yir .yir-side-nav .vertical-logo-container img {
  max-height: 190px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir .yir-side-nav .vertical-logo-container img {
    max-height: 160px;
  }
}

body.page-template-template-2020-yir main {
  max-width: calc(100vw - 140px);
  float: right;
  width: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir main {
    max-width: calc(100vw - 120px);
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir main {
    max-width: calc(100vw - 45px);
  }
}

body.page-template-template-2020-yir section {
  min-height: 820px !important;
  margin-top: 40px;
  padding: 150px 0 150px 15px !important;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section {
    padding: 100px 0 100px 15px !important;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section {
    padding: 80px 0 80px 15px !important;
    min-height: 600px !important;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir section {
    padding: 60px 0 60px 15px !important;
    min-height: 0px !important;
  }
}

body.page-template-template-2020-yir section .top-heading {
  color: #1C1C1C;
  font-size: 54px;
  line-height: 64px;
  font-weight: 600;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section .top-heading {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section .top-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir section .top-heading {
    font-size: 30px;
  }
}

body.page-template-template-2020-yir section .top-heading span {
  color: #478ca0;
}

body.page-template-template-2020-yir section .top-details {
  font-size: 18px;
  color: #1C1C1C;
  margin-top: 20px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2020-yir section .top-details {
    font-size: 22px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section .top-details {
    font-size: 16px;
  }
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2020-yir section .top-details {
    font-size: 16px;
  }
}

body.page-template-template-2020-yir section .section-heading {
  color: #999999;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  display: table;
}

body.page-template-template-2020-yir section .section-heading:after {
  background-color: #999999;
  content: '';
  position: absolute;
  right: -20px;
  top: calc(50% - 1px);
  width: 26px;
  height: 1px;
}

body.page-template-template-2020-yir section.top {
  padding: 0 !important;
  position: relative;
  margin-top: 0px;
}

body.page-template-template-2020-yir section.top .toast {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

body.page-template-template-2020-yir section.top .toast img {
  max-width: 400px;
}

body.page-template-template-2020-yir section.top .image {
  height: 100vh;
  width: 100vw;
  position: relative;
  left: -140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section.top .image {
    left: -120px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir section.top .image {
    left: -45px;
  }
}

body.page-template-template-2020-yir section.top .image .container {
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

body.page-template-template-2020-yir section.top .llr-logo {
  max-width: 400px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2020-yir section.top .llr-logo {
    max-width: 550px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.top .llr-logo {
    max-width: 300px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section.top .llr-logo {
    max-width: 250px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2020-yir section.top .llr-logo {
    max-width: 200px;
  }
}

body.page-template-template-2020-yir section.top .llr-graphic {
  max-width: 500px;
  display: table;
  margin: auto;
  margin-top: 60px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2020-yir section.top .llr-graphic {
    max-width: 550px;
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.top .llr-graphic {
    margin-top: 40px;
    max-width: 400px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section.top .llr-graphic {
    max-width: 300px;
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2020-yir section.top .llr-graphic {
    max-width: 220px;
    margin-top: 20px;
  }
}

body.page-template-template-2020-yir section.top .bottom-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

body.page-template-template-2020-yir section.top .bottom-arrow a {
  width: 100px;
  display: table;
  margin: auto;
  padding-bottom: 20px;
}

body.page-template-template-2020-yir section.top .bottom-arrow a:hover .down-arrow {
  top: -5px;
}

body.page-template-template-2020-yir section.top .bottom-arrow a .mouse {
  display: table;
  margin: auto;
  position: relative;
  top: 0px;
  -webkit-animation: mousemove 3s infinite;
          animation: mousemove 3s infinite;
}

body.page-template-template-2020-yir section.top .bottom-arrow a .down-arrow {
  margin: auto;
  margin-top: 30px;
  display: table;
  position: relative;
  top: 5px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.top .bottom-arrow a .down-arrow {
    width: 40px;
  }
}

body.page-template-template-2020-yir section.intro .tls-title {
  color: #1C1C1C;
  font-size: 52px;
  line-height: 54px;
  margin-top: 60px;
  font-weight: 600;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir section.intro .tls-title {
    font-size: 22px;
    line-height: 33px;
    margin-top: 20px;
  }
}

body.page-template-template-2020-yir section.intro .tls-title span {
  color: #478CA0;
}

body.page-template-template-2020-yir section.intro .tls-subtitle {
  color: #1C1C1C;
  font-size: 28px;
  line-height: 36px;
  margin-top: 40px;
  font-weight: 600;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir section.intro .tls-subtitle {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
}

body.page-template-template-2020-yir section.intro .tls-subtitle span {
  color: #478CA0;
}

body.page-template-template-2020-yir section.intro .stats-container {
  margin-top: 100px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.intro .stats-container {
    margin-top: 40px;
  }
}

body.page-template-template-2020-yir section.intro .box-container .box {
  color: #1C1C1C;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 60px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.intro .box-container .box {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section.intro .box-container .box {
    font-size: 13px;
    padding: 15px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir section.intro .box-container .box {
    padding: 15px 0;
    margin-bottom: 10px;
  }
}

body.page-template-template-2020-yir section.intro .box-container .box .title {
  color: #478CA0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2020-yir section.intro .box-container .box .title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.intro .box-container .box .title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section.intro .box-container .box .title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

body.page-template-template-2020-yir section.new-investments .stats-container {
  margin-top: 100px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.new-investments .stats-container {
    margin-top: 40px;
  }
}

body.page-template-template-2020-yir section.new-investments .box-container {
  margin-bottom: 40px;
}

body.page-template-template-2020-yir section.new-investments .box-container .box {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  color: #1C1C1C;
  font-size: 17px;
  line-height: 1.5;
  padding: 20px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

body.page-template-template-2020-yir section.new-investments .box-container .box:hover {
  -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.new-investments .box-container .box {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section.new-investments .box-container .box {
    font-size: 13px;
    padding: 15px;
  }
}

body.page-template-template-2020-yir section.new-investments .box-container .box .image-container {
  min-height: 50px;
  margin-bottom: 20px;
  padding: 10px 0;
}

body.page-template-template-2020-yir section.new-investments .box-container .box .image-container img {
  max-height: 50px;
  margin: auto;
  display: block;
}

body.page-template-template-2020-yir section.new-investments .box-container .box .title {
  color: #1C1C1C;
  font-size: 48px;
  line-height: 48px;
  font-weight: 100;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2020-yir section.new-investments .box-container .box .title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.new-investments .box-container .box .title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section.new-investments .box-container .box .title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

body.page-template-template-2020-yir section.team .team-bg-container {
  position: absolute;
  width: 100%;
  z-index: -1;
  left: -155px;
  top: 400px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir section.team .team-bg-container {
    left: -58px;
    top: 300px;
  }
}

body.page-template-template-2020-yir section.team .team-bg-container .team-bg {
  width: 100%;
  height: calc(200vh - 300px);
  min-height: 2100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir section.team .team-bg-container .team-bg {
    height: calc(200vh - 300px);
    min-height: 3660px;
  }
}

body.page-template-template-2020-yir section.team .content-container {
  margin-top: 50px;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2020-yir section.team .content-container {
    margin-top: 20px;
  }
}

body.page-template-template-2020-yir section.team .bottom-text {
  font-size: 14px;
  line-height: 16px;
  color: #9C9C9C;
}

body.page-template-template-2020-yir section.team .bio-container .bio {
  position: relative;
  height: 100%;
}

body.page-template-template-2020-yir section.team .bio-container .bio .text {
  color: #1C1C1C;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
  padding: 15px 0 30px 0;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2020-yir section.team .bio-container .bio .text {
    padding: 15px 0 30px 0;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-2020-yir section.team .bio-container .bio .text {
    font-size: 12px;
    line-height: 15px;
  }
}

body.page-template-template-2020-yir section.team .bio-container .bio .text .name {
  color: #478CA0;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: none;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2020-yir section.team .bio-container .bio .text .name {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 80em) and (max-height: 970px) {
  body.page-template-template-2020-yir section.team .bio-container .bio .text .name {
    margin-bottom: 2px;
  }
}

body.page-template-template-2020-yir section.growthbits .featured-bit {
  padding: 0 !important;
  min-height: auto !important;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section.growthbits .featured-bit {
    margin-top: 40px;
  }
}

body.page-template-template-2020-yir section.growthbits .featured-bit .featured-container {
  margin-bottom: 40px;
}

body.page-template-template-2020-yir section.growthbits .right-side-box {
  background-color: #ffffff;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  min-height: 100%;
  padding: 0;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.growthbits .right-side-box {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section.growthbits .right-side-box {
    position: relative;
    height: auto;
    margin-top: 0px;
  }
}

body.page-template-template-2020-yir section.growthbits .right-side-box .side-links {
  margin-top: 40px;
}

body.page-template-template-2020-yir section.growthbits .right-side-box .side-links .text {
  font-size: 18px;
  line-height: 24px;
  color: #1C1C1C;
  font-weight: 500;
  margin-bottom: 40px;
}

body.page-template-template-2020-yir section.growthbits .right-side-box .text-container {
  padding: 40px 40px 40px 40px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.growthbits .right-side-box .text-container {
    padding: 40px 25px 40px 25px;
  }
}

body.page-template-template-2020-yir section.growthbits .right-side-box .text-container .title {
  color: #1C1C1C;
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.growthbits .right-side-box .text-container .title {
    font-size: 23px;
    line-height: 33px;
  }
}

body.page-template-template-2020-yir section.growthbits .right-side-box .text-container .title span {
  color: #478CA0;
}

body.page-template-template-2020-yir section.growthbits .right-side-box .text-container .details {
  font-size: 17px;
  line-height: 25px;
  margin-top: 15px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.growthbits .right-side-box .text-container .details {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
}

body.page-template-template-2020-yir section.growthbits .right-side-box .text-container .details a {
  color: #478CA0;
}

body.page-template-template-2020-yir section.growthbits .right-side-box .text-container .growthbit-link {
  display: table;
  position: relative;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

body.page-template-template-2020-yir section.growthbits .right-side-box .text-container .growthbit-link img {
  position: absolute;
  left: 0px;
  top: calc(50% - 7px);
  width: 20px;
}

body.page-template-template-2020-yir section.featured-bit .featured-container .text-container {
  width: 100%;
}

body.page-template-template-2020-yir section.featured-bit .featured-container .text-container .author {
  color: #1C1C1C;
  font-size: 16px;
  line-height: 16px;
}

body.page-template-template-2020-yir section.featured-bit .featured-container .text-container .bit-title a {
  font-size: 20px;
  color: #1C1C1C;
}

body.page-template-template-2020-yir section.milestones .milestones-gallery {
  margin-top: 100px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.milestones .milestones-gallery {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section.milestones .milestones-gallery {
    margin-top: 40px;
  }
}

body.page-template-template-2020-yir section.milestones .milestones-gallery .image-container {
  height: 60vh;
  min-height: 650px;
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section.milestones .milestones-gallery .image-container {
    height: auto;
    min-height: auto;
  }
}

body.page-template-template-2020-yir section.milestones .milestones-gallery .image-container .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section.milestones .milestones-gallery .image-container .image {
    height: 370px;
  }
}

body.page-template-template-2020-yir section.milestones .milestones-gallery .image-container .text-container {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50vw;
  max-width: 500px;
  background-color: #1C1C1C;
  padding: 40px 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.milestones .milestones-gallery .image-container .text-container {
    width: 60vw;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section.milestones .milestones-gallery .image-container .text-container {
    width: 100%;
    padding: 20px 30px;
    max-width: 100%;
    position: relative;
  }
}

body.page-template-template-2020-yir section.milestones .milestones-gallery .image-container .text-container .title {
  font-size: 28px;
  line-height: 33px;
  color: #ffffff;
  font-weight: 600;
}

@media print, screen and (min-width: 50em) {
  body.page-template-template-2020-yir section.milestones .milestones-gallery .image-container .text-container .title {
    font-size: 22px;
  }
}

body.page-template-template-2020-yir section.milestones .milestones-gallery .image-container .text-container .subtitle {
  font-size: 18px;
  line-height: 22px;
  color: #478CA0;
  font-weight: 500;
}

body.page-template-template-2020-yir section.milestones .milestones-gallery .image-container .text-container .details {
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 100;
  margin-top: 10px;
}

body.page-template-template-2020-yir section.milestones .milestones-gallery .image-container .text-container .details p {
  font-size: 20px;
  line-height: 25px;
}

body.page-template-template-2020-yir section.milestones .milestones-gallery .image-container .text-container .details p:last-child {
  margin-bottom: 0;
}

body.page-template-template-2020-yir section.milestones .milestones-gallery .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin-top: 20px;
}

body.page-template-template-2020-yir section.milestones .milestones-gallery .slick-dots li {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  display: block;
  margin-left: 10px;
  border: 1px solid #478CA0;
  background-color: transparent;
  border-radius: 20px;
}

body.page-template-template-2020-yir section.milestones .milestones-gallery .slick-dots li.slick-active {
  background-color: #478CA0;
}

body.page-template-template-2020-yir section.portfolio .portfolio-responses {
  margin-top: 60px;
}

@media print, screen and (min-width: 50em) {
  body.page-template-template-2020-yir section.portfolio .portfolio-responses {
    margin-top: 0;
  }
}

body.page-template-template-2020-yir section.portfolio .portfolio-responses .response {
  padding: 40px 60px 0px 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  min-height: 455px;
}

body.page-template-template-2020-yir section.portfolio .portfolio-responses .response .text-container {
  background-color: #ffffff;
  padding: 30px 30px;
  max-width: 100%;
}

body.page-template-template-2020-yir section.portfolio .portfolio-responses .response .text-container .title {
  font-size: 20px;
  line-height: 25px;
  color: #478CA0;
  font-weight: 600;
  margin-bottom: 10px;
}

body.page-template-template-2020-yir section.portfolio .portfolio-responses .response .text-container .details {
  font-size: 18px;
  line-height: 32px;
  color: #1C1C1C;
  font-weight: 400;
}

body.page-template-template-2020-yir section.portfolio .portfolio-responses .response .text-container .details p {
  word-wrap: break-word;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

body.page-template-template-2020-yir section.portfolio .portfolio-responses .response .text-container .details p:last-child {
  margin-bottom: 0;
}

body.page-template-template-2020-yir section.portfolio .portfolio-responses .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin-top: 20px;
  margin-right: 60px;
}

body.page-template-template-2020-yir section.portfolio .portfolio-responses .slick-dots li {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  display: block;
  margin-left: 10px;
  border: 1px solid #478CA0;
  background-color: transparent;
  border-radius: 20px;
}

body.page-template-template-2020-yir section.portfolio .portfolio-responses .slick-dots li.slick-active {
  background-color: #478CA0;
}

body.page-template-template-2020-yir section.whats-next {
  padding: 150px 0 300px 15px !important;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.whats-next {
    padding: 100px 0 200px 15px !important;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section.whats-next {
    padding: 80px 0 150px 15px !important;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir section.whats-next {
    padding: 60px 0 170px 15px !important;
  }
}

body.page-template-template-2020-yir section.whats-next .partners {
  position: absolute;
  margin: 0;
  text-align: center;
  font-size: 14em;
  font-weight: bold;
  color: #1c1c1c;
  line-height: 1em;
  bottom: -66px;
  width: 100%;
  letter-spacing: -10px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2020-yir section.whats-next .partners {
    font-size: 9em;
    letter-spacing: -8px;
    bottom: -36px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2020-yir section.whats-next .partners {
    font-size: 5em;
    letter-spacing: -6px;
    bottom: -20px;
  }
}

@media print, screen and (max-width: 19.99875em) {
  body.page-template-template-2020-yir section.whats-next .partners {
    font-size: 4em;
    letter-spacing: -4px;
    bottom: -16px;
  }
}

body.page-template-template-2020-yir section.whats-next .link-container {
  margin: 0;
  list-style: none;
}

body.page-template-template-2020-yir section.whats-next .link-container li a {
  margin-top: 70px;
  font-size: 25px;
  line-height: 34px;
  font-weight: 500;
  display: table;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2020-yir section.whats-next .link-container li a {
    margin-top: 40px;
    font-size: 22px;
    line-height: 27px;
  }
}

body.page-template-template-2020-yir section.whats-next .link-container li a:hover img {
  margin-right: 20px;
}

body.page-template-template-2020-yir section.whats-next .link-container li a img {
  margin-right: 15px;
  position: relative;
  top: -2px;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2020-yir section.whats-next .link-container li a img {
    width: 26px;
  }
}

body.page-template-template-2021-yir {
  /**
  * wow overrides
  */
}

body.page-template-template-2021-yir.has-scrolled .yir-side-nav .yir-menu {
  opacity: 1;
  pointer-events: all;
}

body.page-template-template-2021-yir.has-scrolled .yir-side-nav .logo {
  opacity: 1;
  pointer-events: all;
}

body.page-template-template-2021-yir.has-scrolled section.top .bottom-arrow a {
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(-3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(-3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1 * 3%), 0);
    transform: translate3d(0, calc(-1 * 3%), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1 * 3%), 0);
    transform: translate3d(0, calc(-1 * 3%), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

body.page-template-template-2021-yir .row {
  max-width: 1550px;
}

body.page-template-template-2021-yir .growthbits-bottom-bar {
  display: none;
}

body.page-template-template-2021-yir .height100 {
  height: 100%;
}

body.page-template-template-2021-yir .relative {
  position: relative;
}

body.page-template-template-2021-yir .site-header {
  display: none;
}

body.page-template-template-2021-yir .site-footer {
  display: none;
}

body.page-template-template-2021-yir .yir-side-nav {
  position: fixed;
  height: 100vh;
  width: 140px;
  z-index: 1;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: background-color 0.5s, width 0.5s;
  transition: background-color 0.5s, width 0.5s;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir .yir-side-nav {
    width: 120px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir .yir-side-nav {
    width: 55px;
  }
}

body.page-template-template-2021-yir .yir-side-nav.is-open {
  width: 120px;
}

body.page-template-template-2021-yir .yir-side-nav.is-open .yir-mobile-menu .burg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: transparent;
}

body.page-template-template-2021-yir .yir-side-nav.is-open .yir-mobile-menu .burg:before, body.page-template-template-2021-yir .yir-side-nav.is-open .yir-mobile-menu .burg:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000000;
}

body.page-template-template-2021-yir .yir-side-nav.is-open .yir-mobile-menu .burg:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.page-template-template-2021-yir .yir-side-nav.is-open .yir-menu li a span {
  opacity: 1;
}

body.page-template-template-2021-yir .yir-side-nav .logo {
  display: table;
  width: 70px;
  margin-left: 20px;
  margin-top: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir .yir-side-nav .logo {
    width: 35px;
    margin-left: 13px;
    margin-top: 15px;
  }
}

body.page-template-template-2021-yir .yir-side-nav .logo img {
  max-width: 50px;
  position: relative;
  left: 0px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

body.page-template-template-2021-yir .yir-side-nav .yir-mobile-menu {
  display: table;
  width: 45px;
  height: 45px;
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir .yir-side-nav .yir-mobile-menu {
    display: block;
  }
}

body.page-template-template-2021-yir .yir-side-nav .yir-mobile-menu .burg {
  position: relative;
  width: 25px;
  margin: 10px auto 0 auto;
  display: block;
  height: 1px;
  top: 11px;
  background-color: #CECECE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.page-template-template-2021-yir .yir-side-nav .yir-mobile-menu .burg:before, body.page-template-template-2021-yir .yir-side-nav .yir-mobile-menu .burg:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #CECECE;
  top: -7px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.page-template-template-2021-yir .yir-side-nav .yir-mobile-menu .burg:after {
  top: 7px;
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu {
  opacity: 0;
  margin: 0;
  margin-top: 100px;
  list-style: none;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2021-yir .yir-side-nav .yir-menu {
    margin-top: 60px;
  }
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu.small-menu {
  display: none;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir .yir-side-nav .yir-menu {
    margin-top: 10px;
  }
  body.page-template-template-2021-yir .yir-side-nav .yir-menu.large-menu {
    display: none;
  }
  body.page-template-template-2021-yir .yir-side-nav .yir-menu.small-menu {
    display: block;
  }
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu li {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu li.is-active a {
  font-weight: 600;
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu li.is-active a:after {
  height: 100%;
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu li.before a:after {
  height: 0;
  -webkit-transition: height 0s;
  transition: height 0s;
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu li.small-top a {
  height: 10px;
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu li.small-top-half a {
  height: 20px;
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu li.small-half a {
  height: 20px;
  text-indent: -9999px;
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu li.small a {
  height: 10px;
  text-indent: -9999px;
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu li.top {
  display: none;
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu li a {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  padding-left: 25px;
  display: table;
  width: 100%;
  height: 40px;
  position: relative;
  font-weight: 600;
  -webkit-transition: font-weight 0.5s;
  transition: font-weight 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2021-yir .yir-side-nav .yir-menu li a {
    display: block;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir .yir-side-nav .yir-menu li a {
    width: 120px;
  }
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu li a span {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir .yir-side-nav .yir-menu li a span {
    width: 90px;
    opacity: 0;
  }
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu li a:before, body.page-template-template-2021-yir .yir-side-nav .yir-menu li a:after {
  content: '';
  height: 100%;
  width: 2px;
  background-color: #CECECE;
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu li a:after {
  height: 0;
  background-color: #478ca0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir .yir-side-nav .yir-menu li a:after {
    height: 0;
  }
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu li a.is-active {
  font-weight: 600;
}

body.page-template-template-2021-yir .yir-side-nav .yir-menu li a.is-active:after {
  height: 100%;
}

body.page-template-template-2021-yir .yir-side-nav .vertical-logo-container {
  height: calc(100vh - 570px);
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2021-yir .yir-side-nav .vertical-logo-container {
    height: calc(100vh - 390px);
    bottom: 0;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir .yir-side-nav .vertical-logo-container {
    bottom: 0;
    height: calc(100vh - 370px);
    width: 45px;
  }
}

body.page-template-template-2021-yir .yir-side-nav .vertical-logo-container img {
  max-height: 190px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir .yir-side-nav .vertical-logo-container img {
    max-height: 160px;
  }
}

body.page-template-template-2021-yir main {
  max-width: calc(100vw - 140px);
  float: right;
  width: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir main {
    max-width: calc(100vw - 120px);
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir main {
    max-width: calc(100vw - 45px);
  }
}

body.page-template-template-2021-yir section {
  min-height: 820px !important;
  margin-top: 40px;
  padding: 100px 0 100px 15px !important;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section {
    padding: 100px 0 100px 15px !important;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section {
    padding: 80px 0 80px 15px !important;
    min-height: 600px !important;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir section {
    padding: 60px 0 60px 15px !important;
    min-height: 0px !important;
  }
}

body.page-template-template-2021-yir section.no-p-top {
  padding-top: 0 !important;
}

body.page-template-template-2021-yir section.no-p-bottom {
  padding-bottom: 0 !important;
}

body.page-template-template-2021-yir section .top-heading {
  color: #1C1C1C;
  font-size: 54px;
  line-height: 64px;
  font-weight: 600;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section .top-heading {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section .top-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir section .top-heading {
    font-size: 30px;
  }
}

body.page-template-template-2021-yir section .top-heading span {
  color: #478ca0;
}

body.page-template-template-2021-yir section .top-heading h1.yir-heading {
  margin-bottom: 0;
  color: #1C1C1C;
  font-size: 54px;
  line-height: 64px;
  font-weight: 600;
}

@media screen and (max-width: 92.1875em) {
  body.page-template-template-2021-yir section .top-heading h1.yir-heading {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section .top-heading h1.yir-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir section .top-heading h1.yir-heading {
    font-size: 29px;
  }
}

body.page-template-template-2021-yir section .top-heading h1.yir-heading span {
  color: #478ca0;
}

body.page-template-template-2021-yir section .top-details {
  font-size: 18px;
  color: #1C1C1C;
  margin-top: 20px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2021-yir section .top-details {
    font-size: 22px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section .top-details {
    font-size: 16px;
  }
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2021-yir section .top-details {
    font-size: 16px;
  }
}

body.page-template-template-2021-yir section .section-heading {
  color: #999999;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  display: table;
}

body.page-template-template-2021-yir section .section-heading.no-dash:after {
  display: none;
}

body.page-template-template-2021-yir section .section-heading:after {
  background-color: #999999;
  content: '';
  position: absolute;
  right: -20px;
  top: calc(50% - 1px);
  width: 26px;
  height: 1px;
}

body.page-template-template-2021-yir section.top {
  padding: 0 !important;
  position: relative;
  margin-top: 0px;
}

body.page-template-template-2021-yir section.top .image {
  height: 100vh;
  width: 100vw;
  position: relative;
  left: -140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.top .image {
    left: -120px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir section.top .image {
    left: -45px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2021-yir section.top .image .align-middle {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

body.page-template-template-2021-yir section.top .image .container {
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2021-yir section.top .image .container {
    padding-bottom: 80px;
    padding-left: 40px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2021-yir section.top .image .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 60px;
  }
}

body.page-template-template-2021-yir section.top .content {
  height: 100%;
  text-align: left;
  position: relative;
}

body.page-template-template-2021-yir section.top .content .top-heading {
  position: absolute;
  top: calc(100% - 50px);
  width: 100%;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2021-yir section.top .content .top-heading {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.top .content .top-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.top .content .top-heading {
    top: calc(100% - 38px);
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir section.top .content .top-heading {
    font-size: 30px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2021-yir section.top .content .top-heading {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}

body.page-template-template-2021-yir section.top .content .top-heading .line {
  content: '';
  position: absolute;
  left: -40%;
  top: 30px;
  width: calc(40% - 40px);
  height: 2px;
  background-color: #478CA0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.top .content .top-heading .line {
    top: 18px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2021-yir section.top .content .top-heading .line {
    display: none;
  }
}

body.page-template-template-2021-yir section.top .content .top-heading h1.yir-heading {
  margin-bottom: 0;
  color: #1C1C1C;
  font-size: 54px;
  line-height: 64px;
  font-weight: 600;
}

@media screen and (max-width: 92.1875em) {
  body.page-template-template-2021-yir section.top .content .top-heading h1.yir-heading {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.top .content .top-heading h1.yir-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir section.top .content .top-heading h1.yir-heading {
    font-size: 29px;
  }
}

body.page-template-template-2021-yir section.top .content .top-heading h1.yir-heading span {
  color: #478ca0;
}

body.page-template-template-2021-yir section.top .content .text {
  color: #6A6A6A;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  margin-top: 10px;
  position: absolute;
  top: calc(100% + 14px);
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.top .content .text {
    top: calc(100% + 5px);
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir section.top .content .text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2021-yir section.top .content .text {
    position: relative;
    top: 0;
  }
}

body.page-template-template-2021-yir section.top .bottom-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

body.page-template-template-2021-yir section.top .bottom-arrow a {
  width: 100px;
  display: table;
  margin: 30px;
  z-index: 2;
  position: relative;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2021-yir section.top .bottom-arrow a {
    margin: 30px 30px 50px 30px;
  }
}

body.page-template-template-2021-yir section.top .bottom-arrow a:hover .down-arrow {
  top: -5px;
}

body.page-template-template-2021-yir section.top .bottom-arrow a .mouse {
  display: table;
  margin: auto;
  position: relative;
  top: 0px;
  -webkit-animation: mousemove 3s infinite;
          animation: mousemove 3s infinite;
}

body.page-template-template-2021-yir section.top .bottom-arrow a .down-arrow {
  margin: auto;
  margin-top: 30px;
  display: table;
  position: relative;
  top: 5px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.top .bottom-arrow a .down-arrow {
    width: 40px;
  }
}

body.page-template-template-2021-yir section.intro {
  margin-top: 85px;
  padding: 55px 0 100px 15px !important;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.intro {
    padding: 55px 0 100px 15px !important;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.intro {
    padding: 35px 0 80px 15px !important;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir section.intro {
    padding: 35px 0 60px 15px !important;
  }
}

body.page-template-template-2021-yir section.intro .grow-heading {
  color: #999999;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-align: right;
  position: absolute;
  width: 100%;
  top: -20px;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.intro .grow-heading {
    font-size: 20px;
    line-height: 25px;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    display: none;
  }
}

body.page-template-template-2021-yir section.intro .tls-title {
  color: #1C1C1C;
  font-size: 38px;
  line-height: 45px;
  margin-top: 60px;
  font-weight: 600;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir section.intro .tls-title {
    font-size: 22px;
    line-height: 33px;
    margin-top: 20px;
  }
}

body.page-template-template-2021-yir section.intro .tls-title span {
  color: #478CA0;
}

body.page-template-template-2021-yir section.intro .stats-container {
  margin-top: 100px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.intro .stats-container {
    margin-top: 40px;
  }
}

body.page-template-template-2021-yir section.intro .box-container .box {
  color: #1C1C1C;
  font-size: 28px;
  line-height: 32px;
  font-weight: 100;
  max-width: 420px;
  margin-bottom: 60px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.intro .box-container .box {
    font-size: 18px;
    line-height: 26px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.intro .box-container .box {
    font-size: 16px;
    padding: 15px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir section.intro .box-container .box {
    padding: 15px 0;
    margin-bottom: 10px;
  }
}

body.page-template-template-2021-yir section.intro .box-container .box .title {
  color: #478CA0;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2021-yir section.intro .box-container .box .title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.intro .box-container .box .title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.intro .box-container .box .title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

body.page-template-template-2021-yir section.new-investments .top-heading.not-first-item {
  margin-top: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.new-investments .top-heading.not-first-item {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.new-investments .top-heading {
    margin-top: 40px;
  }
}

body.page-template-template-2021-yir section.new-investments .stats-container {
  margin-top: 40px;
  background-color: #ffffff;
  padding: 40px 30px;
}

body.page-template-template-2021-yir section.new-investments .stats-container.first-item {
  margin-top: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.new-investments .stats-container.first-item {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.new-investments .stats-container {
    margin-top: 40px;
    padding: 30px 20px;
  }
}

body.page-template-template-2021-yir section.new-investments .box-container {
  margin-bottom: 0;
}

body.page-template-template-2021-yir section.new-investments .box-container .box {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0);
  background-color: #FFFFFF;
  color: #1C1C1C;
  font-size: 17px;
  line-height: 1.5;
  padding: 20px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.new-investments .box-container .box {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.new-investments .box-container .box {
    padding: 15px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2021-yir section.new-investments .box-container .box {
    padding: 0;
    margin-bottom: 40px;
  }
}

body.page-template-template-2021-yir section.new-investments .box-container .box .image-container {
  min-height: 50px;
  margin-bottom: 20px;
  padding: 10px 0;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2021-yir section.new-investments .box-container .box .image-container {
    padding: 0;
    margin-bottom: 10px;
  }
}

body.page-template-template-2021-yir section.new-investments .box-container .box .image-container img {
  max-height: 60px;
  display: block;
  max-width: 180px;
}

body.page-template-template-2021-yir section.new-investments .box-container .box .title {
  color: #1C1C1C;
  font-size: 48px;
  line-height: 48px;
  font-weight: 100;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2021-yir section.new-investments .box-container .box .title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.new-investments .box-container .box .title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.new-investments .box-container .box .title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

body.page-template-template-2021-yir section.team .team-bg-container {
  position: absolute;
  width: 100%;
  z-index: -1;
  left: -155px;
  top: 370px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir section.team .team-bg-container {
    left: -58px;
    top: 300px;
  }
}

body.page-template-template-2021-yir section.team .team-bg-container .team-bg {
  width: 100%;
  height: calc(100% + 190px);
  background-color: #ffffff;
}

body.page-template-template-2021-yir section.team .content-container {
  margin-top: 50px;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2021-yir section.team .content-container {
    margin-top: 20px;
  }
}

body.page-template-template-2021-yir section.team .content-container > .column, body.page-template-template-2021-yir section.team .content-container > .columns {
  padding-left: 0;
}

body.page-template-template-2021-yir section.team .bottom-text {
  font-size: 14px;
  line-height: 16px;
  color: #9C9C9C;
}

body.page-template-template-2021-yir section.team .bio-container .bio {
  position: relative;
  height: 100%;
}

body.page-template-template-2021-yir section.team .bio-container .bio .text {
  color: #1C1C1C;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
  padding: 15px 0 30px 0;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2021-yir section.team .bio-container .bio .text {
    padding: 15px 0 30px 0;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-2021-yir section.team .bio-container .bio .text {
    font-size: 12px;
    line-height: 15px;
  }
}

body.page-template-template-2021-yir section.team .bio-container .bio .text .name {
  color: #478CA0;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: none;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2021-yir section.team .bio-container .bio .text .name {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 80em) and (max-height: 970px) {
  body.page-template-template-2021-yir section.team .bio-container .bio .text .name {
    margin-bottom: 2px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2021-yir section.growthbits .gb-logo {
    max-width: 200px;
  }
}

body.page-template-template-2021-yir section.growthbits .featured-bit {
  padding: 0 !important;
  min-height: auto !important;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.growthbits .featured-bit {
    margin-top: 40px;
  }
}

body.page-template-template-2021-yir section.growthbits .featured-bit .featured-container {
  margin-bottom: 40px;
  padding: 25px 40px;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2021-yir section.growthbits .featured-bit .featured-container {
    padding: 20px 20px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2021-yir section.growthbits .featured-bit > .container > .column, body.page-template-template-2021-yir section.growthbits .featured-bit > .container > .columns {
    padding-left: 0;
  }
}

body.page-template-template-2021-yir section.growthbits .right-side-box {
  background-color: #ffffff;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  padding: 0;
  margin-top: 40px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.growthbits .right-side-box {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.growthbits .right-side-box {
    position: relative;
    height: auto;
    margin-top: 0px;
  }
}

body.page-template-template-2021-yir section.growthbits .right-side-box .text-container {
  padding: 40px 40px 40px 40px;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.growthbits .right-side-box .text-container {
    padding: 40px 25px 40px 25px;
  }
}

body.page-template-template-2021-yir section.growthbits .right-side-box .text-container:before {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 100%;
  top: 0;
}

body.page-template-template-2021-yir section.growthbits .right-side-box .text-container .logo {
  max-width: 90%;
  margin-bottom: 15px;
}

body.page-template-template-2021-yir section.growthbits .right-side-box .text-container .title {
  color: #1C1C1C;
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.growthbits .right-side-box .text-container .title {
    font-size: 23px;
    line-height: 33px;
  }
}

body.page-template-template-2021-yir section.growthbits .right-side-box .text-container .title span {
  color: #478CA0;
}

body.page-template-template-2021-yir section.growthbits .right-side-box .text-container .details {
  font-size: 18px;
  line-height: 24px;
  color: #1C1C1C;
  margin-top: 15px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.growthbits .right-side-box .text-container .details {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
}

body.page-template-template-2021-yir section.growthbits .right-side-box .text-container .details a {
  color: #478CA0;
}

body.page-template-template-2021-yir section.growthbits .right-side-box .text-container .growthbit-link {
  display: table;
  position: relative;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

body.page-template-template-2021-yir section.growthbits .right-side-box .text-container .growthbit-link img {
  position: absolute;
  left: 0px;
  top: calc(50% - 7px);
  width: 20px;
}

body.page-template-template-2021-yir section.featured-bit .featured-container .text-container {
  width: 100%;
}

body.page-template-template-2021-yir section.featured-bit .featured-container .text-container .author {
  color: #1C1C1C;
  font-size: 16px;
  line-height: 16px;
}

body.page-template-template-2021-yir section.featured-bit .featured-container .text-container .bit-title a {
  font-size: 20px;
  color: #1C1C1C;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2021-yir section.milestones .gallery-container {
    padding-left: 0;
  }
}

body.page-template-template-2021-yir section.milestones .milestones-gallery {
  margin-top: 40px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.milestones .milestones-gallery {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.milestones .milestones-gallery {
    margin-top: 30px;
  }
}

body.page-template-template-2021-yir section.milestones .milestones-gallery .image-container {
  position: relative;
}

body.page-template-template-2021-yir section.milestones .milestones-gallery .image-container .image {
  width: 100%;
}

body.page-template-template-2021-yir section.milestones .milestones-gallery .image-container .text-container {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50vw;
  max-width: 500px;
  background-color: #1C1C1C;
  padding: 40px 60px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2021-yir section.milestones .milestones-gallery .image-container .text-container {
    width: 60vw;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.milestones .milestones-gallery .image-container .text-container {
    width: 100%;
    padding: 20px 30px;
    max-width: 100%;
    position: relative;
  }
}

body.page-template-template-2021-yir section.milestones .milestones-gallery .image-container .text-container .number {
  color: #478CA0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

body.page-template-template-2021-yir section.milestones .milestones-gallery .image-container .text-container .title {
  font-size: 28px;
  line-height: 33px;
  color: #ffffff;
  font-weight: 600;
}

@media print, screen and (min-width: 50em) {
  body.page-template-template-2021-yir section.milestones .milestones-gallery .image-container .text-container .title {
    font-size: 22px;
  }
}

body.page-template-template-2021-yir section.milestones .milestones-gallery .image-container .text-container .subtitle {
  font-size: 18px;
  line-height: 22px;
  color: #478CA0;
  font-weight: 500;
}

body.page-template-template-2021-yir section.milestones .milestones-gallery .image-container .text-container .details {
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 100;
  margin-top: 10px;
}

body.page-template-template-2021-yir section.milestones .milestones-gallery .image-container .text-container .details p {
  font-size: 20px;
  line-height: 25px;
}

body.page-template-template-2021-yir section.milestones .milestones-gallery .image-container .text-container .details p:last-child {
  margin-bottom: 0;
}

body.page-template-template-2021-yir section.milestones .milestones-gallery .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin-top: 20px;
}

body.page-template-template-2021-yir section.milestones .milestones-gallery .slick-dots li {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  display: block;
  margin-left: 10px;
  border: 1px solid #478CA0;
  background-color: transparent;
  border-radius: 20px;
}

body.page-template-template-2021-yir section.milestones .milestones-gallery .slick-dots li.slick-active {
  background-color: #478CA0;
}

body.page-template-template-2021-yir section.portfolio .portfolio-responses {
  margin-top: 60px;
}

@media print, screen and (min-width: 50em) {
  body.page-template-template-2021-yir section.portfolio .portfolio-responses {
    margin-top: 0;
  }
}

body.page-template-template-2021-yir section.portfolio .portfolio-responses .response {
  padding: 40px 60px 0px 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  min-height: 455px;
}

body.page-template-template-2021-yir section.portfolio .portfolio-responses .response .text-container {
  background-color: #ffffff;
  padding: 30px 30px;
  max-width: 100%;
}

body.page-template-template-2021-yir section.portfolio .portfolio-responses .response .text-container .title {
  font-size: 20px;
  line-height: 25px;
  color: #478CA0;
  font-weight: 600;
  margin-bottom: 10px;
}

body.page-template-template-2021-yir section.portfolio .portfolio-responses .response .text-container .details {
  font-size: 18px;
  line-height: 32px;
  color: #1C1C1C;
  font-weight: 400;
}

body.page-template-template-2021-yir section.portfolio .portfolio-responses .response .text-container .details p {
  word-wrap: break-word;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

body.page-template-template-2021-yir section.portfolio .portfolio-responses .response .text-container .details p:last-child {
  margin-bottom: 0;
}

body.page-template-template-2021-yir section.portfolio .portfolio-responses .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin-top: 20px;
  margin-right: 60px;
}

body.page-template-template-2021-yir section.portfolio .portfolio-responses .slick-dots li {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  display: block;
  margin-left: 10px;
  border: 1px solid #478CA0;
  background-color: transparent;
  border-radius: 20px;
}

body.page-template-template-2021-yir section.portfolio .portfolio-responses .slick-dots li.slick-active {
  background-color: #478CA0;
}

body.page-template-template-2021-yir section.whats-next {
  padding: 150px 0 300px 15px !important;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.whats-next {
    padding: 100px 0 200px 15px !important;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.whats-next {
    padding: 80px 0 150px 15px !important;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir section.whats-next {
    padding: 60px 15px 170px 15px !important;
  }
}

body.page-template-template-2021-yir section.whats-next .partners {
  position: absolute;
  margin: 0;
  text-align: center;
  font-size: 14em;
  font-weight: bold;
  color: #1c1c1c;
  line-height: 1em;
  bottom: -66px;
  width: 100%;
  letter-spacing: -10px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.whats-next .partners {
    font-size: 9em;
    letter-spacing: -8px;
    bottom: -36px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2021-yir section.whats-next .partners {
    font-size: 5em;
    letter-spacing: -6px;
    bottom: -20px;
  }
}

@media print, screen and (max-width: 19.99875em) {
  body.page-template-template-2021-yir section.whats-next .partners {
    font-size: 4em;
    letter-spacing: -4px;
    bottom: -16px;
  }
}

body.page-template-template-2021-yir section.whats-next .link-container {
  margin: 0;
  list-style: none;
}

body.page-template-template-2021-yir section.whats-next .link-container li a {
  margin-top: 70px;
  font-size: 54px;
  line-height: 64px;
  font-weight: 500;
  display: table;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2021-yir section.whats-next .link-container li a {
    font-size: 25px;
    line-height: 34px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2021-yir section.whats-next .link-container li a {
    margin-top: 40px;
    font-size: 22px;
    line-height: 27px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2021-yir section.whats-next .link-container li a {
    margin-top: 30px;
    font-size: 18px;
    line-height: 25px;
  }
}

body.page-template-template-2021-yir section.whats-next .link-container li a:hover img {
  margin-right: 20px;
}

body.page-template-template-2021-yir section.whats-next .link-container li a img {
  margin-right: 15px;
  position: relative;
  top: -2px;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2021-yir section.whats-next .link-container li a img {
    width: 26px;
  }
}

body.page-template-template-2022 {
  /**
  * wow overrides
  */
}

body.page-template-template-2022.has-scrolled .yir-side-nav .yir-menu {
  opacity: 1;
  pointer-events: all;
}

body.page-template-template-2022.has-scrolled .yir-side-nav .logo {
  opacity: 1;
  pointer-events: all;
}

body.page-template-template-2022.has-scrolled section.top .bottom-arrow a {
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(-3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(-3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1 * 3%), 0);
    transform: translate3d(0, calc(-1 * 3%), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1 * 3%), 0);
    transform: translate3d(0, calc(-1 * 3%), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

body.page-template-template-2022 .row {
  max-width: 1550px;
}

body.page-template-template-2022 .growthbits-bottom-bar {
  display: none;
}

body.page-template-template-2022 .height100 {
  height: 100%;
}

body.page-template-template-2022 .relative {
  position: relative;
}

body.page-template-template-2022 .site-header {
  display: none;
}

body.page-template-template-2022 .site-footer {
  display: none;
}

body.page-template-template-2022 .yir-side-nav {
  position: fixed;
  height: 100vh;
  width: 140px;
  z-index: 2;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: background-color 0.5s, width 0.5s;
  transition: background-color 0.5s, width 0.5s;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 .yir-side-nav {
    width: 120px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 .yir-side-nav {
    width: 55px;
  }
}

body.page-template-template-2022 .yir-side-nav.is-open {
  width: 120px;
}

body.page-template-template-2022 .yir-side-nav.is-open .yir-mobile-menu .burg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: transparent;
}

body.page-template-template-2022 .yir-side-nav.is-open .yir-mobile-menu .burg:before, body.page-template-template-2022 .yir-side-nav.is-open .yir-mobile-menu .burg:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000000;
}

body.page-template-template-2022 .yir-side-nav.is-open .yir-mobile-menu .burg:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.page-template-template-2022 .yir-side-nav.is-open .yir-menu li a span {
  opacity: 1;
}

body.page-template-template-2022 .yir-side-nav .logo {
  display: table;
  width: 70px;
  margin-left: 20px;
  margin-top: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 .yir-side-nav .logo {
    width: 35px;
    margin-left: 13px;
    margin-top: 15px;
  }
}

body.page-template-template-2022 .yir-side-nav .logo img {
  max-width: 50px;
  position: relative;
  left: 0px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

body.page-template-template-2022 .yir-side-nav .yir-mobile-menu {
  display: table;
  width: 45px;
  height: 45px;
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 .yir-side-nav .yir-mobile-menu {
    display: block;
  }
}

body.page-template-template-2022 .yir-side-nav .yir-mobile-menu .burg {
  position: relative;
  width: 25px;
  margin: 10px auto 0 auto;
  display: block;
  height: 1px;
  top: 11px;
  background-color: #CECECE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.page-template-template-2022 .yir-side-nav .yir-mobile-menu .burg:before, body.page-template-template-2022 .yir-side-nav .yir-mobile-menu .burg:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #CECECE;
  top: -7px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.page-template-template-2022 .yir-side-nav .yir-mobile-menu .burg:after {
  top: 7px;
}

body.page-template-template-2022 .yir-side-nav .yir-menu {
  opacity: 0;
  margin: 0;
  margin-top: 100px;
  list-style: none;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2022 .yir-side-nav .yir-menu {
    margin-top: 60px;
  }
}

body.page-template-template-2022 .yir-side-nav .yir-menu.small-menu {
  display: none;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 .yir-side-nav .yir-menu {
    margin-top: 10px;
  }
  body.page-template-template-2022 .yir-side-nav .yir-menu.large-menu {
    display: none;
  }
  body.page-template-template-2022 .yir-side-nav .yir-menu.small-menu {
    display: block;
  }
}

body.page-template-template-2022 .yir-side-nav .yir-menu li {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}

body.page-template-template-2022 .yir-side-nav .yir-menu li.is-active a {
  font-weight: 600;
}

body.page-template-template-2022 .yir-side-nav .yir-menu li.is-active a:after {
  height: 100%;
}

body.page-template-template-2022 .yir-side-nav .yir-menu li.before a:after {
  height: 0;
  -webkit-transition: height 0s;
  transition: height 0s;
}

body.page-template-template-2022 .yir-side-nav .yir-menu li.small-top a {
  height: 10px;
}

body.page-template-template-2022 .yir-side-nav .yir-menu li.small-top-half a {
  height: 20px;
}

body.page-template-template-2022 .yir-side-nav .yir-menu li.small-half a {
  height: 20px;
  text-indent: -9999px;
}

body.page-template-template-2022 .yir-side-nav .yir-menu li.small a {
  height: 10px;
  text-indent: -9999px;
}

body.page-template-template-2022 .yir-side-nav .yir-menu li.top {
  display: none;
}

body.page-template-template-2022 .yir-side-nav .yir-menu li a {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  padding-left: 25px;
  display: table;
  width: 100%;
  height: 40px;
  position: relative;
  font-weight: 600;
  -webkit-transition: font-weight 0.5s;
  transition: font-weight 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2022 .yir-side-nav .yir-menu li a {
    display: block;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 .yir-side-nav .yir-menu li a {
    width: 120px;
  }
}

body.page-template-template-2022 .yir-side-nav .yir-menu li a span {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 .yir-side-nav .yir-menu li a span {
    width: 90px;
    opacity: 0;
  }
}

body.page-template-template-2022 .yir-side-nav .yir-menu li a:before, body.page-template-template-2022 .yir-side-nav .yir-menu li a:after {
  content: '';
  height: 100%;
  width: 2px;
  background-color: #CECECE;
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

body.page-template-template-2022 .yir-side-nav .yir-menu li a:after {
  height: 0;
  background-color: #478ca0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 .yir-side-nav .yir-menu li a:after {
    height: 0;
  }
}

body.page-template-template-2022 .yir-side-nav .yir-menu li a.is-active {
  font-weight: 600;
}

body.page-template-template-2022 .yir-side-nav .yir-menu li a.is-active:after {
  height: 100%;
}

body.page-template-template-2022 .yir-side-nav .vertical-logo-container {
  height: calc(100vh - 570px);
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2022 .yir-side-nav .vertical-logo-container {
    height: calc(100vh - 390px);
    bottom: 0;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 .yir-side-nav .vertical-logo-container {
    bottom: 0;
    height: calc(100vh - 370px);
    width: 45px;
  }
}

body.page-template-template-2022 .yir-side-nav .vertical-logo-container img {
  max-height: 190px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 .yir-side-nav .vertical-logo-container img {
    max-height: 160px;
  }
}

body.page-template-template-2022 main {
  max-width: calc(100vw - 140px);
  float: right;
  width: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 main {
    max-width: calc(100vw - 120px);
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 main {
    max-width: calc(100vw - 45px);
  }
}

body.page-template-template-2022 section {
  min-height: 820px !important;
  margin-top: 40px;
  padding: 100px 0 100px 15px !important;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section {
    padding: 100px 0 100px 15px !important;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section {
    padding: 80px 0 80px 15px !important;
    min-height: 600px !important;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 section {
    padding: 60px 0 60px 15px !important;
    min-height: 0px !important;
  }
}

body.page-template-template-2022 section.no-p-top {
  padding-top: 0 !important;
}

body.page-template-template-2022 section.no-p-bottom {
  padding-bottom: 0 !important;
}

body.page-template-template-2022 section .top-heading {
  color: #1C1C1C;
  font-size: 50px;
  line-height: 62px;
  font-weight: 600;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section .top-heading {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section .top-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 section .top-heading {
    font-size: 30px;
  }
}

body.page-template-template-2022 section .top-heading span {
  color: #478ca0;
}

body.page-template-template-2022 section .top-heading h1.yir-heading {
  margin-bottom: 0;
  color: #1C1C1C;
  font-size: 54px;
  line-height: 64px;
  font-weight: 600;
}

@media screen and (max-width: 92.1875em) {
  body.page-template-template-2022 section .top-heading h1.yir-heading {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section .top-heading h1.yir-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 section .top-heading h1.yir-heading {
    font-size: 29px;
  }
}

body.page-template-template-2022 section .top-heading h1.yir-heading span {
  color: #478ca0;
}

body.page-template-template-2022 section .top-details {
  font-size: 18px;
  color: #1C1C1C;
  margin-top: 20px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2022 section .top-details {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section .top-details {
    font-size: 16px;
  }
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2022 section .top-details {
    font-size: 16px;
  }
}

body.page-template-template-2022 section .top-details a img {
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

body.page-template-template-2022 section .section-heading {
  color: #999999;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  display: table;
}

body.page-template-template-2022 section .section-heading.no-dash:after {
  display: none;
}

body.page-template-template-2022 section .section-heading:after {
  background-color: #999999;
  content: '';
  position: absolute;
  right: -20px;
  top: calc(50% - 1px);
  width: 26px;
  height: 1px;
}

body.page-template-template-2022 section.top {
  padding: 0 !important;
  position: relative;
  margin-top: 0px;
}

body.page-template-template-2022 section.top .column, body.page-template-template-2022 section.top .columns {
  padding-left: 32px;
  padding-right: 32px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2022 section.top .column, body.page-template-template-2022 section.top .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

body.page-template-template-2022 section.top svg {
  position: relative;
  top: 110px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.top svg {
    top: 0;
    max-width: 550px;
    display: table;
  }
}

body.page-template-template-2022 section.top .image {
  height: 100vh;
  width: 100vw;
  position: relative;
  left: -140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.top .image {
    left: -120px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 section.top .image {
    left: -45px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2022 section.top .image .align-middle {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

body.page-template-template-2022 section.top .image .container {
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2022 section.top .image .container {
    padding-bottom: 65px;
    text-align: left;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2022 section.top .image .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 60px;
  }
}

body.page-template-template-2022 section.top .content {
  height: 100%;
  text-align: left;
  position: relative;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2022 section.top .content {
    margin-bottom: 40px;
  }
}

body.page-template-template-2022 section.top .content .top-heading {
  width: 100%;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2022 section.top .content .top-heading {
    font-size: 40px;
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.top .content .top-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 section.top .content .top-heading {
    font-size: 30px;
  }
}

body.page-template-template-2022 section.top .content .top-heading h1.yir-heading {
  margin-bottom: 0;
  color: #1C1C1C;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

@media screen and (max-width: 92.1875em) {
  body.page-template-template-2022 section.top .content .top-heading h1.yir-heading {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.top .content .top-heading h1.yir-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 section.top .content .top-heading h1.yir-heading {
    font-size: 29px;
  }
}

body.page-template-template-2022 section.top .content .top-heading h1.yir-heading span {
  color: #478ca0;
}

body.page-template-template-2022 section.top .content .text {
  color: #6A6A6A;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 10px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 section.top .content .text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2022 section.top .content .text {
    position: relative;
  }
}

body.page-template-template-2022 section.top .bottom-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

body.page-template-template-2022 section.top .bottom-arrow a {
  width: 100px;
  display: table;
  margin: 30px;
  z-index: 2;
  position: relative;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2022 section.top .bottom-arrow a {
    margin: 30px 30px 50px 30px;
  }
}

body.page-template-template-2022 section.top .bottom-arrow a:hover .down-arrow {
  top: -5px;
}

body.page-template-template-2022 section.top .bottom-arrow a .mouse {
  display: table;
  margin: auto;
  position: relative;
  top: 0px;
  -webkit-animation: mousemove 3s infinite;
          animation: mousemove 3s infinite;
}

body.page-template-template-2022 section.top .bottom-arrow a .down-arrow {
  margin: auto;
  margin-top: 30px;
  display: table;
  position: relative;
  top: 5px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.top .bottom-arrow a .down-arrow {
    width: 40px;
  }
}

body.page-template-template-2022 section.intro {
  margin-top: 85px;
  padding: 55px 0 100px 15px !important;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.intro {
    padding: 55px 0 0 0 !important;
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.intro {
    padding: 35px 15px 0px 15px !important;
    margin-top: 0px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 section.intro {
    padding: 35px 0 0px 0px !important;
  }
}

body.page-template-template-2022 section.intro .column, body.page-template-template-2022 section.intro .columns {
  padding-left: 32px;
  padding-right: 32px;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.intro .column, body.page-template-template-2022 section.intro .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

body.page-template-template-2022 section.intro .stats-container {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.intro .stats-container {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.intro .stats-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

body.page-template-template-2022 section.intro .grow-heading {
  color: #999999;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: right;
  width: 100%;
  margin-bottom: 60px;
  padding-right: 64px;
  padding-left: 64px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.intro .grow-heading {
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.intro .grow-heading {
    font-size: 20px;
    line-height: 25px;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    display: none;
  }
}

body.page-template-template-2022 section.intro .tls-title {
  color: #1C1C1C;
  font-size: 27px;
  line-height: 38px;
  margin-top: 15px;
  font-weight: 600;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 section.intro .tls-title {
    font-size: 22px;
    line-height: 33px;
    margin-top: 20px;
  }
}

body.page-template-template-2022 section.intro .tls-title span {
  color: #478CA0;
}

body.page-template-template-2022 section.intro .box-container .box {
  color: #1C1C1C;
  font-size: 20px;
  line-height: 25px;
  font-weight: 100;
  max-width: 420px;
  margin-bottom: 60px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.intro .box-container .box {
    font-size: 18px;
    line-height: 26px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.intro .box-container .box {
    font-size: 16px;
    padding: 15px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 section.intro .box-container .box {
    padding: 15px 0;
    margin-bottom: 10px;
  }
}

body.page-template-template-2022 section.intro .box-container .box .title {
  color: #478CA0;
  font-size: 90px;
  line-height: 115px;
  font-weight: 600;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2022 section.intro .box-container .box .title {
    font-size: 48px;
    line-height: 58px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.intro .box-container .box .title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.intro .box-container .box .title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 5px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 section.intro .box-container .box .title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

body.page-template-template-2022 section.new-investments .top-heading.not-first-item {
  margin-top: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.new-investments .top-heading.not-first-item {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.new-investments .top-heading {
    margin-top: 40px;
  }
}

body.page-template-template-2022 section.new-investments .stats-container {
  margin-top: 40px;
  background-color: #ffffff;
  padding: 40px 30px;
}

body.page-template-template-2022 section.new-investments .stats-container.first-item {
  margin-top: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.new-investments .stats-container.first-item {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.new-investments .stats-container {
    margin-top: 40px;
    padding: 30px 20px;
  }
}

body.page-template-template-2022 section.new-investments .stats-container .stats-container-heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  color: #999999;
  width: 100%;
}

body.page-template-template-2022 section.new-investments .box-container {
  margin-bottom: 0;
  margin-top: 25px;
}

body.page-template-template-2022 section.new-investments .box-container .box {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0);
  background-color: #FFFFFF;
  color: #999999;
  font-size: 17px;
  line-height: 1.5;
  padding: 20px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.new-investments .box-container .box {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.new-investments .box-container .box {
    padding: 15px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2022 section.new-investments .box-container .box {
    padding: 0;
    margin-bottom: 40px;
  }
}

body.page-template-template-2022 section.new-investments .box-container .box .image-container {
  min-height: 80px;
  margin-bottom: 20px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2022 section.new-investments .box-container .box .image-container {
    padding: 0;
    min-height: 50px;
    margin-bottom: 10px;
  }
}

body.page-template-template-2022 section.new-investments .box-container .box .image-container img {
  max-height: 60px;
  display: block;
  max-width: 180px;
  margin: auto 0;
}

body.page-template-template-2022 section.new-investments .box-container .box .title {
  color: #999999;
  font-size: 48px;
  line-height: 48px;
  font-weight: 100;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2022 section.new-investments .box-container .box .title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.new-investments .box-container .box .title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.new-investments .box-container .box .title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

body.page-template-template-2022 section.team {
  position: relative;
}

body.page-template-template-2022 section.team .team-bg-container {
  position: absolute;
  width: calc(100vw - 55px);
  z-index: -1;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  left: -35px;
  top: 370px;
  background-color: #ffffff;
  height: calc(100% - 370px);
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.team .team-bg-container {
    left: auto;
  }
}

body.page-template-template-2022 section.team .team-bg-container .team-bg {
  width: 100%;
  height: calc(100% + 190px);
}

body.page-template-template-2022 section.team .team-image {
  width: 100%;
  margin-top: 60px;
}

body.page-template-template-2022 section.team .content-container {
  margin-top: 50px;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2022 section.team .content-container {
    margin-top: 20px;
  }
}

body.page-template-template-2022 section.team .content-container > .column, body.page-template-template-2022 section.team .content-container > .columns {
  padding-left: 0;
}

body.page-template-template-2022 section.team .bottom-text {
  font-size: 14px;
  line-height: 16px;
  color: #9C9C9C;
}

body.page-template-template-2022 section.team .bio-container .bio {
  position: relative;
  height: 100%;
}

body.page-template-template-2022 section.team .bio-container .bio .text {
  color: #1C1C1C;
  font-size: 13px;
  line-height: 14px;
  padding: 15px 0 30px 0;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2022 section.team .bio-container .bio .text {
    padding: 15px 0 30px 0;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-2022 section.team .bio-container .bio .text {
    font-size: 12px;
    line-height: 15px;
  }
}

body.page-template-template-2022 section.team .bio-container .bio .text .name {
  color: #478CA0;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: none;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2022 section.team .bio-container .bio .text .name {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 80em) and (max-height: 970px) {
  body.page-template-template-2022 section.team .bio-container .bio .text .name {
    margin-bottom: 2px;
  }
}

body.page-template-template-2022 section.promotions .text-container {
  padding-right: 32px;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.promotions .text-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

body.page-template-template-2022 section.promotions .image-container {
  padding-left: 32px;
  margin-top: 20px;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.promotions .image-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

body.page-template-template-2022 section.promotions .image-container img {
  width: 100%;
}

body.page-template-template-2022 section.promotions .image-container .caption {
  margin-top: 10px;
  color: #1C1C1C;
  font-size: 13px;
  line-height: 14px;
  font-style: italic;
}

body.page-template-template-2022 section.promotions .bio-container {
  margin-top: 70px;
}

body.page-template-template-2022 section.promotions .bio-container .bio {
  position: relative;
  height: 100%;
}

body.page-template-template-2022 section.promotions .bio-container .bio .text {
  color: #1C1C1C;
  font-size: 13px;
  line-height: 14px;
  padding: 15px 0 30px 0;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2022 section.promotions .bio-container .bio .text {
    padding: 15px 0 30px 0;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-2022 section.promotions .bio-container .bio .text {
    font-size: 12px;
    line-height: 15px;
  }
}

body.page-template-template-2022 section.promotions .bio-container .bio .text .name {
  color: #478CA0;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: none;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2022 section.promotions .bio-container .bio .text .name {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 80em) and (max-height: 970px) {
  body.page-template-template-2022 section.promotions .bio-container .bio .text .name {
    margin-bottom: 2px;
  }
}

body.page-template-template-2022 section.collaborate .collaborate-item {
  margin-top: 125px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.collaborate .collaborate-item {
    margin-top: 85px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.collaborate .collaborate-item {
    margin-top: 65px;
  }
}

body.page-template-template-2022 section.collaborate .collaborate-item:first-child {
  margin-top: 45px;
}

body.page-template-template-2022 section.collaborate .collaborate-item.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

body.page-template-template-2022 section.collaborate .collaborate-item.grid-x.flip-item .cell.left-col {
  padding-left: 60px;
  padding-right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.collaborate .collaborate-item.grid-x.flip-item .cell.left-col {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    padding: 0;
  }
}

body.page-template-template-2022 section.collaborate .collaborate-item.grid-x .cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

body.page-template-template-2022 section.collaborate .collaborate-item.grid-x .cell.right-col {
  width: 36.36363636%;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.collaborate .collaborate-item.grid-x .cell.right-col {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

body.page-template-template-2022 section.collaborate .collaborate-item.grid-x .cell.left-col {
  width: 54.54545455%;
  padding-right: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.collaborate .collaborate-item.grid-x .cell.left-col {
    width: 100%;
    padding: 0;
  }
}

body.page-template-template-2022 section.collaborate .collaborate-item .collaborate-item-title {
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  color: #1C1C1C;
  position: relative;
  padding-bottom: 20px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2022 section.collaborate .collaborate-item .collaborate-item-title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.collaborate .collaborate-item .collaborate-item-title {
    font-size: 22px;
    line-height: 33px;
  }
}

body.page-template-template-2022 section.collaborate .collaborate-item .collaborate-item-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #478CA0;
  width: 100%;
  max-width: 260px;
  height: 2px;
}

body.page-template-template-2022 section.collaborate .collaborate-item .collaborate-item-topics {
  font-weight: 500;
  font-size: 24px;
  line-height: 46px;
  color: #1C1C1C;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2022 section.collaborate .collaborate-item .collaborate-item-topics {
    font-size: 20px;
    line-height: 25px;
  }
}

body.page-template-template-2022 section.collaborate .collaborate-item .collaborate-item-topics .collaborate-item-topics-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #999999;
  margin-top: 20px;
}

body.page-template-template-2022 section.collaborate .collaborate-item .collaborate-item-topics ul {
  list-style: none;
  margin: 20px 0 0 0;
}

body.page-template-template-2022 section.collaborate .collaborate-item .collaborate-item-link {
  display: table;
  position: relative;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

body.page-template-template-2022 section.collaborate .collaborate-item .collaborate-item-link img {
  position: absolute;
  left: 0px;
  top: calc(50% - 7px);
  width: 20px;
}

body.page-template-template-2022 section.collaborate .collaborate-item .collaborate-item-image {
  height: 100%;
  min-height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2022 section.growthbits .gb-logo {
    max-width: 200px;
  }
}

body.page-template-template-2022 section.growthbits .right-side-box {
  background-color: #ffffff;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  padding: 0;
  margin-top: 40px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.growthbits .right-side-box {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.growthbits .right-side-box {
    position: relative;
    height: auto;
    margin-top: 0px;
  }
}

body.page-template-template-2022 section.growthbits .right-side-box .text-container {
  padding: 40px 40px 40px 40px;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.growthbits .right-side-box .text-container {
    padding: 40px 25px 40px 25px;
  }
}

body.page-template-template-2022 section.growthbits .right-side-box .text-container:before {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 100%;
  top: 0;
}

body.page-template-template-2022 section.growthbits .right-side-box .text-container .title {
  color: #1C1C1C;
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.growthbits .right-side-box .text-container .title {
    font-size: 23px;
    line-height: 33px;
  }
}

body.page-template-template-2022 section.growthbits .right-side-box .text-container .details {
  font-size: 18px;
  line-height: 24px;
  color: #1C1C1C;
  margin-top: 0px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.growthbits .right-side-box .text-container .details {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0px;
  }
}

body.page-template-template-2022 section.growthbits .right-side-box .text-container .details a {
  color: #478CA0;
}

body.page-template-template-2022 section.growthbits .right-side-box .text-container .details strong {
  color: #478CA0;
}

body.page-template-template-2022 section.growthbits .right-side-box .text-container .details img {
  width: calc(100% + 80px);
  display: table;
  max-width: none;
  margin: 30px 0px 30px -40px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.growthbits .right-side-box .text-container .details img {
    width: calc(100% + 50px);
    margin: 20px 0px 10px -25px;
  }
}

body.page-template-template-2022 section.growthbits .right-side-box .text-container .growthbit-link {
  display: table;
  position: relative;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

body.page-template-template-2022 section.growthbits .right-side-box .text-container .growthbit-link img {
  position: absolute;
  left: 0px;
  top: calc(50% - 7px);
  width: 20px;
}

body.page-template-template-2022 section.portfolio .portfolio-responses {
  margin-top: 60px;
}

@media print, screen and (min-width: 50em) {
  body.page-template-template-2022 section.portfolio .portfolio-responses {
    margin-top: 0;
  }
}

body.page-template-template-2022 section.portfolio .portfolio-responses .response {
  padding: 40px 60px 0px 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  min-height: 455px;
}

body.page-template-template-2022 section.portfolio .portfolio-responses .response .text-container {
  background-color: #ffffff;
  padding: 30px 30px;
  max-width: 100%;
}

body.page-template-template-2022 section.portfolio .portfolio-responses .response .text-container .title {
  font-size: 20px;
  line-height: 25px;
  color: #478CA0;
  font-weight: 600;
  margin-bottom: 10px;
}

body.page-template-template-2022 section.portfolio .portfolio-responses .response .text-container .details {
  font-size: 18px;
  line-height: 32px;
  color: #1C1C1C;
  font-weight: 400;
}

body.page-template-template-2022 section.portfolio .portfolio-responses .response .text-container .details p {
  word-wrap: break-word;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

body.page-template-template-2022 section.portfolio .portfolio-responses .response .text-container .details p:last-child {
  margin-bottom: 0;
}

body.page-template-template-2022 section.portfolio .portfolio-responses .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin-top: 20px;
  margin-right: 60px;
}

body.page-template-template-2022 section.portfolio .portfolio-responses .slick-dots li {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  display: block;
  margin-left: 10px;
  border: 1px solid #478CA0;
  background-color: transparent;
  border-radius: 20px;
}

body.page-template-template-2022 section.portfolio .portfolio-responses .slick-dots li.slick-active {
  background-color: #478CA0;
}

body.page-template-template-2022 section.value .content-container {
  margin-top: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.value .content-container {
    margin-top: 40px;
  }
}

body.page-template-template-2022 section.value .value-main-slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.63636364%;
          flex: 0 0 63.63636364%;
  width: 63.63636364%;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.value .value-main-slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

body.page-template-template-2022 section.value .value-main-slider .slick-arrow {
  position: absolute;
  left: 140px;
  top: calc(100% + 30px);
  color: #478CA0;
  font-weight: 400;
  font-size: 18px;
  padding-left: 30px;
  line-height: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body.page-template-template-2022 section.value .value-main-slider .slick-arrow img {
  position: absolute;
  left: 0;
  top: 1px;
}

body.page-template-template-2022 section.value .value-main-slider .slick-arrow.next-arrow {
  padding-left: 0;
  padding-right: 30px;
}

body.page-template-template-2022 section.value .value-main-slider .slick-arrow.next-arrow img {
  left: auto;
  right: 0;
}

body.page-template-template-2022 section.value .value-main-slider .slick-list {
  height: 100%;
}

body.page-template-template-2022 section.value .value-main-slider .slick-list .slick-track {
  height: 100%;
}

body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item {
  height: 100%;
  padding: 50px 25px 25px 14.28571429%;
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item {
    padding: 0;
  }
}

body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-text {
  background-color: #478CA0;
  padding: 50px 60px 95px 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 580px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-text {
    max-width: 580px;
    width: 100%;
    padding: 40px 50px 85px 50px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-text {
    padding: 30px 30px 65px 30px;
    position: relative;
  }
}

body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #FFFFFF;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-title {
    font-size: 30px;
    line-height: 38px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-title {
    font-size: 25px;
    line-height: 35px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-title {
    font-size: 22px;
    line-height: 32px;
  }
}

body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-content {
  font-weight: 400;
  font-size: 24px;
  line-height: 139.4%;
  color: #FFFFFF;
  margin-top: 10px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-content {
    font-size: 22px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-content {
    font-size: 18px;
  }
}

body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-content ul:last-child {
  margin-bottom: 0;
}

body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-arrows {
  position: absolute;
  left: 30px;
  bottom: 25px;
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-arrows .slick-arrow {
  position: relative;
  left: 0;
  top: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-arrows .slick-arrow {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-arrows .slick-arrow {
    font-size: 15px;
  }
}

body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-image {
  background-size: cover;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-image {
    min-height: 700px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.value .value-main-slider .value-slider-item .item .value-slider-image {
    min-height: auto;
    padding-top: 60%;
    height: 0;
  }
}

body.page-template-template-2022 section.value .value-secondary-slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.27272727%;
          flex: 0 0 27.27272727%;
  width: 27.27272727%;
  margin-top: 25px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.value .value-secondary-slider {
    display: none;
  }
}

body.page-template-template-2022 section.value .value-secondary-slider .value-slider-item {
  padding: 25px;
}

body.page-template-template-2022 section.value .value-secondary-slider .value-slider-item .value-slider-image {
  background-size: cover;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

body.page-template-template-2022 section.value .value-secondary-slider .value-slider-item .value-slider-image .value-slider-title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding: 45px 60px;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
}

body.page-template-template-2022 section.value .value-secondary-slider .value-slider-item .value-slider-image .value-slider-title:before {
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #478CA0;
  opacity: 0.9;
}

body.page-template-template-2022 section.value .value-secondary-slider .value-slider-item .value-slider-image .value-slider-title .cell {
  width: 100%;
  position: relative;
}

body.page-template-template-2022 section.community .content-container {
  position: relative;
}

body.page-template-template-2022 section.community .content-container:before {
  content: '';
  width: 100%;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  background-color: #F7F7F7;
  z-index: 1;
}

body.page-template-template-2022 section.community .slick-arrow {
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  color: #478CA0;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.community .slick-arrow {
    left: 0;
    font-size: 16px;
  }
}

body.page-template-template-2022 section.community .slick-arrow img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

body.page-template-template-2022 section.community .slick-arrow.slick-next {
  left: calc(25.487877% - 30px);
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.community .slick-arrow.slick-next {
    right: 0;
    left: auto;
  }
}

body.page-template-template-2022 section.community .slick-arrow.slick-next img {
  margin-left: 10px;
  margin-right: 0px;
}

body.page-template-template-2022 section.community .community-slider {
  width: 100vw;
  position: relative;
  left: calc(50% - 70px);
  right: 50%;
  margin-left: calc(-50% - 70px);
  margin-right: -50vw;
  max-width: 100vw;
  margin-top: 85px;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.community .community-slider {
    width: 91.6666666667%;
    position: relative;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    margin-top: 30px;
  }
}

body.page-template-template-2022 section.community .community-slider .community-slider-item {
  padding: 0 30px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 section.community .community-slider .community-slider-item {
    padding: 0;
  }
}

body.page-template-template-2022 section.community .community-slider .community-slider-item .community-slider-image {
  background-size: cover;
  padding-top: 118%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

body.page-template-template-2022 section.community .community-slider .community-slider-item .community-slider-image .community-slider-heading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 40px 30px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #1C1C1C;
}

body.page-template-template-2022 section.community .community-slider .community-slider-item .community-slider-image .community-slider-heading:before {
  content: '';
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(rgba(247, 247, 247, 0.9)));
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.9) 100%);
}

body.page-template-template-2022 section.community .community-slider .community-slider-item .community-slider-image .community-slider-heading .cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  position: relative;
}

body.page-template-template-2022 section.whats-next {
  padding: 150px 0 300px 15px !important;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.whats-next {
    padding: 100px 0 200px 15px !important;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.whats-next {
    padding: 80px 0 150px 15px !important;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 section.whats-next {
    padding: 60px 15px 170px 15px !important;
  }
}

body.page-template-template-2022 section.whats-next .partners {
  position: absolute;
  margin: 0;
  text-align: center;
  font-size: 14em;
  font-weight: bold;
  color: #1c1c1c;
  line-height: 1em;
  bottom: -66px;
  width: 100%;
  letter-spacing: -10px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.whats-next .partners {
    font-size: 9em;
    letter-spacing: -8px;
    bottom: -36px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2022 section.whats-next .partners {
    font-size: 5em;
    letter-spacing: -6px;
    bottom: -20px;
  }
}

@media print, screen and (max-width: 19.99875em) {
  body.page-template-template-2022 section.whats-next .partners {
    font-size: 4em;
    letter-spacing: -4px;
    bottom: -16px;
  }
}

body.page-template-template-2022 section.whats-next .link-container {
  margin: 0;
  list-style: none;
}

body.page-template-template-2022 section.whats-next .link-container li a {
  margin-top: 70px;
  font-size: 54px;
  line-height: 64px;
  font-weight: 500;
  display: table;
  padding-left: 65px;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2022 section.whats-next .link-container li a {
    font-size: 25px;
    line-height: 34px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2022 section.whats-next .link-container li a {
    margin-top: 40px;
    font-size: 22px;
    line-height: 27px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2022 section.whats-next .link-container li a {
    margin-top: 30px;
    font-size: 18px;
    line-height: 25px;
  }
}

body.page-template-template-2022 section.whats-next .link-container li a:hover img {
  left: 0px;
}

body.page-template-template-2022 section.whats-next .link-container li a img {
  position: absolute;
  top: 12px;
  left: -5px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 section.whats-next .link-container li a img {
    width: 26px;
  }
}

body.page-template-template-2022 #growthbits .alm-btn-wrap {
  display: none !important;
}

body.page-template-template-2022 #growthbits .masonry-grid {
  margin-top: 0 !important;
}

body.page-template-template-2022 #growthbits .masonry-grid .column, body.page-template-template-2022 #growthbits .masonry-grid .columns {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 100% !important;
          flex: 0 1 100% !important;
}

body.page-template-template-2022 #growthbits .view-all-gb-btn {
  background-color: #2B6573;
  -webkit-box-shadow: 0 3px 0 0 #1C515D;
  box-shadow: 0 3px 0 0 #1C515D;
  text-align: center;
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 0.8rem;
  padding: 15px 25px 12px 25px;
  font-weight: 500;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
  display: table;
  margin: 20px auto 0 auto;
  -webkit-transition: background-color 0.5s, top 0.5, -webkit-box-shadow 0.5;
  transition: background-color 0.5s, top 0.5, -webkit-box-shadow 0.5;
  transition: background-color 0.5s, top 0.5, box-shadow 0.5;
  transition: background-color 0.5s, top 0.5, box-shadow 0.5, -webkit-box-shadow 0.5;
}

body.page-template-template-2022 #growthbits .view-all-gb-btn:hover {
  background-color: #1C515D;
}

body.page-template-template-2022 #growthbits .grid-item {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px !important;
  border-bottom: 0px solid transparent !important;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 #growthbits .grid-item {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
}

body.page-template-template-2022 #growthbits .grid-item .featured-tag-container {
  padding: 30px 60px 0px 60px;
  position: relative;
  top: 10px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 #growthbits .grid-item .featured-tag-container {
    padding: 30px 30px 0px 30px;
  }
}

body.page-template-template-2022 #growthbits .grid-item .featured-tag-container .featured-tag {
  display: table;
  background-color: #488CA1;
  left: 0px;
  top: 0;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2px;
  color: #fff;
}

body.page-template-template-2022 #growthbits .grid-item .featured-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 #growthbits .grid-item .featured-container {
    padding: 30px 30px;
  }
}

body.page-template-template-2022 #growthbits .grid-item .featured-container.sales-color .image-container .image {
  border: 4px solid #808066;
}

body.page-template-template-2022 #growthbits .grid-item .featured-container.sales-color .text-container .category {
  color: #808066;
}

body.page-template-template-2022 #growthbits .grid-item .featured-container.finance-color .image-container .image {
  border: 4px solid #0f813c;
}

body.page-template-template-2022 #growthbits .grid-item .featured-container.finance-color .text-container .category {
  color: #0f813c;
}

body.page-template-template-2022 #growthbits .grid-item .featured-container.technology-color .image-container .image {
  border: 4px solid #488ca1;
}

body.page-template-template-2022 #growthbits .grid-item .featured-container.technology-color .text-container .category {
  color: #488ca1;
}

body.page-template-template-2022 #growthbits .grid-item .featured-container.marketing-color .image-container .image {
  border: 4px solid #4747a1;
}

body.page-template-template-2022 #growthbits .grid-item .featured-container.marketing-color .text-container .category {
  color: #4747a1;
}

body.page-template-template-2022 #growthbits .grid-item .featured-container.leadership-color .image-container .image {
  border: 4px solid #478CCC;
}

body.page-template-template-2022 #growthbits .grid-item .featured-container.leadership-color .text-container .category {
  color: #478CCC;
}

body.page-template-template-2022 #growthbits .grid-item .featured-container .image-container {
  width: 120px;
  display: table-cell;
  vertical-align: middle;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 #growthbits .grid-item .featured-container .image-container {
    display: table;
  }
}

body.page-template-template-2022 #growthbits .grid-item .featured-container .image-container .image {
  height: 90px;
  width: 90px;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #488CA1;
  display: table;
}

body.page-template-template-2022 #growthbits .grid-item .featured-container .text-container {
  width: calc(100% - 120px);
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 #growthbits .grid-item .featured-container .text-container {
    width: 100%;
  }
}

body.page-template-template-2022 #growthbits .grid-item .featured-container .text-container .category {
  color: #488CA1;
  font-size: 16px;
  line-height: 16px;
}

body.page-template-template-2022 #growthbits .grid-item .featured-container .text-container .bit-title {
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0px;
  color: #505050;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2022 #growthbits .grid-item .featured-container .text-container .bit-title {
    font-size: 19px;
    line-height: 23px;
  }
}

body.page-template-template-2022 #growthbits .grid-item .featured-container .text-container .bit-title a {
  color: #505050;
  display: table;
}

body.page-template-template-2022 #growthbits .grid-item .featured-container .text-container .bit-title a:hover {
  color: #000000;
}

body.page-template-template-2022 #growthbits .grid-item .featured-container .text-container .author {
  color: #999999;
  font-size: 18px;
  line-height: 18px;
  top: 0;
  text-align: left;
}

body.page-template-template-2024 {
  /**
    * wow overrides
    */
}

body.page-template-template-2024.has-scrolled .yir-side-nav .yir-menu {
  opacity: 1;
  pointer-events: all;
}

body.page-template-template-2024.has-scrolled .yir-side-nav .logo {
  opacity: 1;
  pointer-events: all;
}

body.page-template-template-2024.has-scrolled section.top .bottom-arrow a {
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(-3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(-3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1 * 3%), 0);
    transform: translate3d(0, calc(-1 * 3%), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1 * 3%), 0);
    transform: translate3d(0, calc(-1 * 3%), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

body.page-template-template-2024 .row {
  max-width: 1550px;
}

body.page-template-template-2024 .growthbits-bottom-bar {
  display: none;
}

body.page-template-template-2024 .height100 {
  height: 100%;
}

body.page-template-template-2024 .relative {
  position: relative;
}

body.page-template-template-2024 .site-header {
  display: none;
}

body.page-template-template-2024 .site-footer {
  display: none;
}

body.page-template-template-2024 .yir-side-nav {
  position: fixed;
  height: 100vh;
  width: 140px;
  z-index: 2;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: background-color 0.5s, width 0.5s;
  transition: background-color 0.5s, width 0.5s;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 .yir-side-nav {
    width: 120px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 .yir-side-nav {
    width: 55px;
  }
}

body.page-template-template-2024 .yir-side-nav.is-open {
  width: 120px;
}

body.page-template-template-2024 .yir-side-nav.is-open .yir-mobile-menu .burg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: transparent;
}

body.page-template-template-2024 .yir-side-nav.is-open .yir-mobile-menu .burg:before, body.page-template-template-2024 .yir-side-nav.is-open .yir-mobile-menu .burg:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000000;
}

body.page-template-template-2024 .yir-side-nav.is-open .yir-mobile-menu .burg:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.page-template-template-2024 .yir-side-nav.is-open .yir-menu li a span {
  opacity: 1;
}

body.page-template-template-2024 .yir-side-nav .logo {
  display: table;
  width: 70px;
  margin-left: 20px;
  margin-top: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 .yir-side-nav .logo {
    width: 35px;
    margin-left: 13px;
    margin-top: 15px;
  }
}

body.page-template-template-2024 .yir-side-nav .logo img {
  max-width: 50px;
  position: relative;
  left: 0px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

body.page-template-template-2024 .yir-side-nav .yir-mobile-menu {
  display: table;
  width: 45px;
  height: 45px;
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 .yir-side-nav .yir-mobile-menu {
    display: block;
  }
}

body.page-template-template-2024 .yir-side-nav .yir-mobile-menu .burg {
  position: relative;
  width: 25px;
  margin: 10px auto 0 auto;
  display: block;
  height: 1px;
  top: 11px;
  background-color: #CECECE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.page-template-template-2024 .yir-side-nav .yir-mobile-menu .burg:before, body.page-template-template-2024 .yir-side-nav .yir-mobile-menu .burg:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #CECECE;
  top: -7px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.page-template-template-2024 .yir-side-nav .yir-mobile-menu .burg:after {
  top: 7px;
}

body.page-template-template-2024 .yir-side-nav .yir-menu {
  opacity: 0;
  margin: 0;
  margin-top: 100px;
  list-style: none;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2024 .yir-side-nav .yir-menu {
    margin-top: 60px;
  }
}

body.page-template-template-2024 .yir-side-nav .yir-menu.small-menu {
  display: none;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 .yir-side-nav .yir-menu {
    margin-top: 10px;
  }
  body.page-template-template-2024 .yir-side-nav .yir-menu.large-menu {
    display: none;
  }
  body.page-template-template-2024 .yir-side-nav .yir-menu.small-menu {
    display: block;
  }
}

body.page-template-template-2024 .yir-side-nav .yir-menu li {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}

body.page-template-template-2024 .yir-side-nav .yir-menu li.is-active a {
  font-weight: 600;
}

body.page-template-template-2024 .yir-side-nav .yir-menu li.is-active a:after {
  height: 100%;
}

body.page-template-template-2024 .yir-side-nav .yir-menu li.before a:after {
  height: 0;
  -webkit-transition: height 0s;
  transition: height 0s;
}

body.page-template-template-2024 .yir-side-nav .yir-menu li.small-top a {
  height: 10px;
}

body.page-template-template-2024 .yir-side-nav .yir-menu li.small-top-half a {
  height: 20px;
}

body.page-template-template-2024 .yir-side-nav .yir-menu li.small-half a {
  height: 20px;
  text-indent: -9999px;
}

body.page-template-template-2024 .yir-side-nav .yir-menu li.small a {
  height: 10px;
  text-indent: -9999px;
}

body.page-template-template-2024 .yir-side-nav .yir-menu li.top {
  display: none;
}

body.page-template-template-2024 .yir-side-nav .yir-menu li a {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  padding-left: 25px;
  display: table;
  width: 100%;
  height: 40px;
  position: relative;
  font-weight: 600;
  -webkit-transition: font-weight 0.5s;
  transition: font-weight 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2024 .yir-side-nav .yir-menu li a {
    display: block;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 .yir-side-nav .yir-menu li a {
    width: 120px;
  }
}

body.page-template-template-2024 .yir-side-nav .yir-menu li a span {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 .yir-side-nav .yir-menu li a span {
    width: 90px;
    opacity: 0;
  }
}

body.page-template-template-2024 .yir-side-nav .yir-menu li a:before, body.page-template-template-2024 .yir-side-nav .yir-menu li a:after {
  content: '';
  height: 100%;
  width: 2px;
  background-color: #CECECE;
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

body.page-template-template-2024 .yir-side-nav .yir-menu li a:after {
  height: 0;
  background-color: #478ca0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 .yir-side-nav .yir-menu li a:after {
    height: 0;
  }
}

body.page-template-template-2024 .yir-side-nav .yir-menu li a.is-active {
  font-weight: 600;
}

body.page-template-template-2024 .yir-side-nav .yir-menu li a.is-active:after {
  height: 100%;
}

body.page-template-template-2024 .yir-side-nav .vertical-logo-container {
  height: calc(100vh - 570px);
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2024 .yir-side-nav .vertical-logo-container {
    height: calc(100vh - 390px);
    bottom: 0;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 .yir-side-nav .vertical-logo-container {
    bottom: 0;
    height: calc(100vh - 370px);
    width: 45px;
  }
}

body.page-template-template-2024 .yir-side-nav .vertical-logo-container img {
  max-height: 190px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 .yir-side-nav .vertical-logo-container img {
    max-height: 160px;
  }
}

body.page-template-template-2024 main {
  max-width: calc(100vw - 140px);
  float: right;
  width: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 main {
    max-width: calc(100vw - 120px);
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 main {
    max-width: calc(100vw - 45px);
  }
}

body.page-template-template-2024 section {
  min-height: 820px !important;
  margin-top: 40px;
  padding: 100px 0 100px 15px !important;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section {
    padding: 100px 0 100px 15px !important;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section {
    padding: 80px 0 80px 15px !important;
    min-height: 600px !important;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 section {
    padding: 60px 0 60px 15px !important;
    min-height: 0px !important;
  }
}

body.page-template-template-2024 section.no-p-top {
  padding-top: 0 !important;
}

body.page-template-template-2024 section.no-p-bottom {
  padding-bottom: 0 !important;
}

body.page-template-template-2024 section .top-heading {
  color: #1C1C1C;
  font-size: 50px;
  line-height: 62px;
  font-weight: 600;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section .top-heading {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section .top-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 section .top-heading {
    font-size: 30px;
  }
}

body.page-template-template-2024 section .top-heading span {
  color: #478ca0;
}

body.page-template-template-2024 section .top-heading h1.yir-heading {
  margin-bottom: 0;
  color: #1C1C1C;
  font-size: 54px;
  line-height: 64px;
  font-weight: 600;
}

@media screen and (max-width: 92.1875em) {
  body.page-template-template-2024 section .top-heading h1.yir-heading {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section .top-heading h1.yir-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 section .top-heading h1.yir-heading {
    font-size: 29px;
  }
}

body.page-template-template-2024 section .top-heading h1.yir-heading span {
  color: #478ca0;
}

body.page-template-template-2024 section .top-details {
  font-size: 18px;
  color: #1C1C1C;
  margin-top: 20px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2024 section .top-details {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section .top-details {
    font-size: 16px;
  }
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2024 section .top-details {
    font-size: 16px;
  }
}

body.page-template-template-2024 section .top-details a img {
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

body.page-template-template-2024 section .section-heading {
  color: #999999;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  display: table;
}

body.page-template-template-2024 section .section-heading.no-dash:after {
  display: none;
}

body.page-template-template-2024 section .section-heading:after {
  background-color: #999999;
  content: '';
  position: absolute;
  right: -20px;
  top: calc(50% - 1px);
  width: 26px;
  height: 1px;
}

body.page-template-template-2024 section.top {
  padding: 0 !important;
  position: relative;
  margin-top: 0px;
}

body.page-template-template-2024 section.top .svg-yir-contain {
  padding-bottom: 100px;
  padding-left: 0;
  position: relative;
}

body.page-template-template-2024 section.top .svg-yir-contain svg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.top .svg-yir-contain svg {
    max-width: 300px;
    left: 15px;
  }
}

body.page-template-template-2024 section.top .svg-yir-contain .llr-yir-dark {
  opacity: 0;
}

body.page-template-template-2024 section.top .column, body.page-template-template-2024 section.top .columns {
  padding-left: 32px;
  padding-right: 32px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2024 section.top .column, body.page-template-template-2024 section.top .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

body.page-template-template-2024 section.top .number-image {
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.top .number-image {
    top: 0;
    max-width: 550px;
    display: table;
    max-height: 400px;
  }
}

body.page-template-template-2024 section.top .number-image {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.page-template-template-2024 section.top .image {
  background: #1C1C1C;
  height: 100vh;
  width: 100vw;
  position: relative;
  left: -140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.top .image {
    left: -120px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 section.top .image {
    left: -45px;
    height: 100%;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2024 section.top .image .align-middle {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

body.page-template-template-2024 section.top .image .container {
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2024 section.top .image .container {
    padding-bottom: 65px;
    text-align: left;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2024 section.top .image .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 60px;
  }
}

body.page-template-template-2024 section.top .bg-light-image {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/2024bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.page-template-template-2024 section.top .content {
  height: 100%;
  text-align: left;
  position: relative;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2024 section.top .content {
    margin-bottom: 40px;
  }
}

body.page-template-template-2024 section.top .content .top-heading {
  width: 100%;
  color: #fff;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2024 section.top .content .top-heading {
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.top .content .top-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 section.top .content .top-heading {
    font-size: 30px;
  }
}

body.page-template-template-2024 section.top .content .top-heading h1.yir-heading {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(2.5rem, 4vw, 7rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

body.page-template-template-2024 section.top .content .top-heading h1.yir-heading span {
  color: #478ca0;
}

body.page-template-template-2024 section.top .content .text {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 10px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 section.top .content .text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2024 section.top .content .text {
    position: relative;
  }
}

body.page-template-template-2024 section.top .bottom-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

body.page-template-template-2024 section.top .bottom-arrow a {
  width: 100px;
  display: table;
  margin: 30px 30px 30px 0px;
  z-index: 2;
  position: relative;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2024 section.top .bottom-arrow a {
    margin: 30px 30px 50px 30px;
  }
}

body.page-template-template-2024 section.top .bottom-arrow a:hover .down-arrow {
  top: -5px;
}

body.page-template-template-2024 section.top .bottom-arrow a .mouse {
  display: table;
  margin: auto;
  position: relative;
  top: 0px;
  -webkit-animation: mousemove 3s infinite;
          animation: mousemove 3s infinite;
}

body.page-template-template-2024 section.top .bottom-arrow a .down-arrow {
  margin: auto;
  margin-top: 30px;
  display: table;
  position: relative;
  top: 5px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.top .bottom-arrow a .down-arrow {
    width: 40px;
  }
}

body.page-template-template-2024 section.intro {
  margin-top: 85px;
  padding: 55px 0 100px 15px !important;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.intro {
    padding: 55px 0 0 0 !important;
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.intro {
    padding: 55px 15px 0px 15px !important;
    margin-top: 0px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 section.intro {
    padding: 55px 0 0px 0px !important;
  }
}

body.page-template-template-2024 section.intro .column, body.page-template-template-2024 section.intro .columns {
  padding-left: 32px;
  padding-right: 32px;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.intro .column, body.page-template-template-2024 section.intro .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

body.page-template-template-2024 section.intro .top-heading {
  padding-bottom: 5px;
}

body.page-template-template-2024 section.intro .stats-container {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.intro .stats-container {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.intro .stats-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

body.page-template-template-2024 section.intro .grow-heading {
  color: #999999;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: right;
  width: 100%;
  margin-bottom: 60px;
  padding-right: 64px;
  padding-left: 64px;
  position: relative;
  top: -50px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.intro .grow-heading {
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.intro .grow-heading {
    font-size: 20px;
    line-height: 25px;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    display: none;
  }
}

body.page-template-template-2024 section.intro .tls-title {
  color: #1C1C1C;
  font-size: 27px;
  line-height: 38px;
  font-weight: 500;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 section.intro .tls-title {
    font-size: 22px;
    line-height: 33px;
  }
}

body.page-template-template-2024 section.intro .tls-title span {
  color: #478CA0;
}

body.page-template-template-2024 section.intro .highlight-sub-title {
  position: relative;
  top: 10px;
}

@media screen and (max-width: 79.9375em) {
  body.page-template-template-2024 section.intro .highlight-sub-title {
    top: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    display: none;
  }
}

body.page-template-template-2024 section.intro .box-container .box {
  color: #1C1C1C;
  font-size: 20px;
  line-height: 25px;
  font-weight: 100;
  max-width: 420px;
  margin-bottom: 5px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  padding: 25px 20px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.intro .box-container .box {
    font-size: 18px;
    line-height: 26px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.intro .box-container .box {
    font-size: 16px;
    padding: 15px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 section.intro .box-container .box {
    margin-bottom: 5px;
  }
}

body.page-template-template-2024 section.intro .box-container .box .title {
  color: #478CA0;
  font-size: 90px;
  line-height: normal;
  font-weight: 600;
  padding-bottom: 5px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2024 section.intro .box-container .box .title {
    font-size: 48px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.intro .box-container .box .title {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.intro .box-container .box .title {
    font-size: 40px;
    margin-bottom: 5px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 section.intro .box-container .box .title {
    font-size: 25px;
    margin-bottom: 5px;
  }
}

body.page-template-template-2024 section.intro .box-container .first-stat .box {
  background: #478CA0;
  color: #FFF;
}

body.page-template-template-2024 section.intro .box-container .first-stat .box .title {
  color: #FFF;
}

body.page-template-template-2024 section.new-investments .top-heading.not-first-item {
  margin-top: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.new-investments .top-heading.not-first-item {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.new-investments .top-heading {
    margin-top: 40px;
  }
}

body.page-template-template-2024 section.new-investments .stats-container {
  margin-top: 40px;
  background-color: #ffffff;
  padding: 40px 30px;
}

body.page-template-template-2024 section.new-investments .stats-container.first-item {
  margin-top: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.new-investments .stats-container.first-item {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.new-investments .stats-container {
    margin-top: 40px;
    padding: 30px 20px;
  }
}

body.page-template-template-2024 section.new-investments .stats-container .stats-container-heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  color: #999999;
  width: 100%;
}

body.page-template-template-2024 section.new-investments .box-container {
  margin-bottom: 0;
  margin-top: 25px;
}

body.page-template-template-2024 section.new-investments .box-container .box {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0);
  background-color: #FFFFFF;
  color: #999999;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

body.page-template-template-2024 section.new-investments .box-container .box .front-card {
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.new-investments .box-container .box {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2024 section.new-investments .box-container .box {
    margin-bottom: 40px;
  }
}

body.page-template-template-2024 section.new-investments .box-container .box .image-container {
  min-height: 80px;
  margin-bottom: 20px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2024 section.new-investments .box-container .box .image-container {
    padding: 0;
    min-height: 50px;
    margin-bottom: 10px;
  }
}

body.page-template-template-2024 section.new-investments .box-container .box .image-container img {
  max-height: 60px;
  display: block;
  max-width: 180px;
  margin: auto 0;
}

body.page-template-template-2024 section.new-investments .box-container .box .title {
  color: #999999;
  font-size: 48px;
  line-height: 48px;
  font-weight: 100;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2024 section.new-investments .box-container .box .title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.new-investments .box-container .box .title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.new-investments .box-container .box .title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

body.page-template-template-2024 section.new-investments .back-card-added .box {
  border-radius: 10px;
  position: relative;
}

body.page-template-template-2024 section.new-investments .back-card-added .box:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #478CA0;
}

body.page-template-template-2024 section.new-investments .back-card-added .box .front-card {
  padding: 20px;
  border: 1px solid #478CA0;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.page-template-template-2024 section.new-investments .back-card-added .box .back-card {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  height: 100%;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 13px 20px;
  width: calc(100% + 2px);
  left: -1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

body.page-template-template-2024 section.new-investments .back-card-added .box .back-card:after {
  background-color: #478CA0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}

body.page-template-template-2024 section.new-investments .back-card-added .box .back-card .subtitle {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 1;
}

body.page-template-template-2024 section.new-investments .back-card-added .box .back-card .back-title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

body.page-template-template-2024 section.new-investments .back-card-added .box .back-card .info, body.page-template-template-2024 section.new-investments .back-card-added .box .back-card p, body.page-template-template-2024 section.new-investments .back-card-added .box .back-card li, body.page-template-template-2024 section.new-investments .back-card-added .box .back-card a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  position: relative;
  z-index: 1;
}

body.page-template-template-2024 section.new-investments .back-card-added .box .back-card a {
  text-decoration: underline;
}

body.page-template-template-2024 section.new-investments .back-card-added .box .back-card .author-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.page-template-template-2024 section.new-investments .back-card-added .box .back-card .author-flex .name {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
}

body.page-template-template-2024 section.new-investments .back-card-added .box .back-card .author-flex .author-title {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 1;
}

body.page-template-template-2024 section.new-investments .back-card-added .box .back-card .author-flex .author-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 11px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

body.page-template-template-2024 section.new-investments .back-card-added .box.is-hovered .front-card {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.page-template-template-2024 section.new-investments .back-card-added .box.is-hovered .back-card {
  position: relative;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

body.page-template-template-2024 section.new-investments .back-card-added .box.is-hovered .back-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

body.page-template-template-2024 section.team {
  position: relative;
}

body.page-template-template-2024 section.team .team-bg-container {
  position: absolute;
  width: calc(100vw - 55px);
  z-index: -1;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  left: -35px;
  top: 370px;
  background-color: #ffffff;
  height: calc(100% - 370px);
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.team .team-bg-container {
    left: auto;
  }
}

body.page-template-template-2024 section.team .team-bg-container .team-bg {
  width: 100%;
  height: calc(100% + 190px);
}

body.page-template-template-2024 section.team .team-image {
  width: 100%;
  margin-top: 60px;
}

body.page-template-template-2024 section.team .content-container {
  margin-top: 50px;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2024 section.team .content-container {
    margin-top: 20px;
  }
}

body.page-template-template-2024 section.team .content-container > .column, body.page-template-template-2024 section.team .content-container > .columns {
  padding-left: 0;
}

body.page-template-template-2024 section.team .bottom-text {
  font-size: 14px;
  line-height: 16px;
  color: #9C9C9C;
}

body.page-template-template-2024 section.team .bio-container .bio {
  position: relative;
  height: 100%;
}

body.page-template-template-2024 section.team .bio-container .bio .text {
  color: #1C1C1C;
  font-size: 13px;
  line-height: 14px;
  padding: 15px 0 30px 0;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2024 section.team .bio-container .bio .text {
    padding: 15px 0 30px 0;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-2024 section.team .bio-container .bio .text {
    font-size: 12px;
    line-height: 15px;
  }
}

body.page-template-template-2024 section.team .bio-container .bio .text .name {
  color: #478CA0;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: none;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2024 section.team .bio-container .bio .text .name {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 80em) and (max-height: 970px) {
  body.page-template-template-2024 section.team .bio-container .bio .text .name {
    margin-bottom: 2px;
  }
}

body.page-template-template-2024 section.promotions .top-details {
  max-height: 50px;
  min-height: 50px;
}

body.page-template-template-2024 section.promotions .text-container {
  padding-right: 32px;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.promotions .text-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-2024 section.promotions .image-container {
    padding-left: 25px;
    border-left: 1px solid #979797;
  }
}

body.page-template-template-2024 section.promotions .image-container .caption {
  margin-top: 10px;
  color: #1C1C1C;
  font-size: 13px;
  line-height: 14px;
  font-style: italic;
}

body.page-template-template-2024 section.promotions .bio-container {
  margin-top: 45px;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.promotions .bio-container {
    margin-top: 25px;
  }
}

body.page-template-template-2024 section.promotions .bio-container .bio {
  position: relative;
  height: 100%;
  min-height: 80px;
  max-height: 80px;
}

body.page-template-template-2024 section.promotions .bio-container .bio .text {
  color: #1C1C1C;
  font-size: 13px;
  line-height: 14px;
  padding: 15px 0 30px 0;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2024 section.promotions .bio-container .bio .text {
    padding: 15px 0 30px 0;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-2024 section.promotions .bio-container .bio .text {
    font-size: 12px;
    line-height: 15px;
  }
}

body.page-template-template-2024 section.promotions .bio-container .bio .text .name {
  color: #478CA0;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: none;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2024 section.promotions .bio-container .bio .text .name {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 80em) and (max-height: 970px) {
  body.page-template-template-2024 section.promotions .bio-container .bio .text .name {
    margin-bottom: 2px;
  }
}

body.page-template-template-2024 section.collaborate .collaborate-item {
  margin-top: 125px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.collaborate .collaborate-item {
    margin-top: 85px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.collaborate .collaborate-item {
    margin-top: 65px;
  }
}

body.page-template-template-2024 section.collaborate .collaborate-item:first-child {
  margin-top: 45px;
}

body.page-template-template-2024 section.collaborate .collaborate-item.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

body.page-template-template-2024 section.collaborate .collaborate-item.grid-x.flip-item .cell.left-col {
  padding-left: 60px;
  padding-right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.collaborate .collaborate-item.grid-x.flip-item .cell.left-col {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    padding: 0;
  }
}

body.page-template-template-2024 section.collaborate .collaborate-item.grid-x .cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

body.page-template-template-2024 section.collaborate .collaborate-item.grid-x .cell.right-col {
  width: 36.36363636%;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.collaborate .collaborate-item.grid-x .cell.right-col {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

body.page-template-template-2024 section.collaborate .collaborate-item.grid-x .cell.left-col {
  width: 54.54545455%;
  padding-right: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.collaborate .collaborate-item.grid-x .cell.left-col {
    width: 100%;
    padding: 0;
  }
}

body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-title {
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  color: #1C1C1C;
  position: relative;
  padding-bottom: 20px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-title {
    font-size: 22px;
    line-height: 33px;
  }
}

body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #478CA0;
  width: 100%;
  max-width: 260px;
  height: 2px;
}

body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-topics {
  padding-top: 20px;
  font-weight: 450;
  line-height: normal;
  font-size: 22px;
  color: #1C1C1C;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-topics {
    font-size: 20px;
  }
}

body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-topics p {
  font-weight: 450;
  line-height: 1.2;
  font-size: 22px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-topics p {
    font-size: 20px;
  }
}

body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-topics ul {
  list-style: disc !important;
  margin-left: 25px !important;
}

body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-topics ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  margin-bottom: 20px;
}

body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-topics .section-label {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  padding-top: 10px;
}

body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-topics .collaborate-item-topics-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #999999;
  margin-top: 20px;
}

body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-topics ul {
  list-style: none;
  margin: 20px 0 0 0;
}

body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-link {
  display: table;
  position: relative;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-link img {
  position: absolute;
  left: 0px;
  top: calc(50% - 7px);
  width: 20px;
}

body.page-template-template-2024 section.collaborate .collaborate-item .collaborate-item-image {
  height: 100%;
  min-height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.page-template-template-2024 section.growthbits .yir-cards {
  padding-top: 20px;
}

body.page-template-template-2024 section.growthbits .card-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.page-template-template-2024 section.growthbits .collaborate-item-link {
  display: table;
  position: relative;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

body.page-template-template-2024 section.growthbits .collaborate-item-link img {
  position: absolute;
  left: 0px;
  top: calc(50% - 7px);
  width: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2024 section.growthbits .gb-logo {
    max-width: 200px;
  }
}

body.page-template-template-2024 section.growthbits .right-side-box {
  background-color: #ffffff;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  padding: 0;
  margin-top: 40px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.growthbits .right-side-box {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.growthbits .right-side-box {
    position: relative;
    height: auto;
    margin-top: 0px;
  }
}

body.page-template-template-2024 section.growthbits .right-side-box .text-container {
  padding: 40px 40px 40px 40px;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.growthbits .right-side-box .text-container {
    padding: 40px 25px 40px 25px;
  }
}

body.page-template-template-2024 section.growthbits .right-side-box .text-container:before {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 100%;
  top: 0;
}

body.page-template-template-2024 section.growthbits .right-side-box .text-container .title {
  color: #1C1C1C;
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.growthbits .right-side-box .text-container .title {
    font-size: 23px;
    line-height: 33px;
  }
}

body.page-template-template-2024 section.growthbits .right-side-box .text-container .details {
  font-size: 18px;
  line-height: 24px;
  color: #1C1C1C;
  margin-top: 0px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.growthbits .right-side-box .text-container .details {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0px;
  }
}

body.page-template-template-2024 section.growthbits .right-side-box .text-container .details a {
  color: #478CA0;
}

body.page-template-template-2024 section.growthbits .right-side-box .text-container .details strong {
  color: #478CA0;
}

body.page-template-template-2024 section.growthbits .right-side-box .text-container .details img {
  width: calc(100% + 80px);
  display: table;
  max-width: none;
  margin: 30px 0px 30px -40px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.growthbits .right-side-box .text-container .details img {
    width: calc(100% + 50px);
    margin: 20px 0px 10px -25px;
  }
}

body.page-template-template-2024 section.growthbits .right-side-box .text-container .growthbit-link {
  display: table;
  position: relative;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

body.page-template-template-2024 section.growthbits .right-side-box .text-container .growthbit-link img {
  position: absolute;
  left: 0px;
  top: calc(50% - 7px);
  width: 20px;
}

body.page-template-template-2024 section.portfolio .portfolio-responses {
  margin-top: 60px;
}

@media print, screen and (min-width: 50em) {
  body.page-template-template-2024 section.portfolio .portfolio-responses {
    margin-top: 0;
  }
}

body.page-template-template-2024 section.portfolio .portfolio-responses .response {
  padding: 40px 60px 0px 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  min-height: 455px;
}

body.page-template-template-2024 section.portfolio .portfolio-responses .response .text-container {
  background-color: #ffffff;
  padding: 30px 30px;
  max-width: 100%;
}

body.page-template-template-2024 section.portfolio .portfolio-responses .response .text-container .title {
  font-size: 20px;
  line-height: 25px;
  color: #478CA0;
  font-weight: 600;
  margin-bottom: 10px;
}

body.page-template-template-2024 section.portfolio .portfolio-responses .response .text-container .details {
  font-size: 18px;
  line-height: 32px;
  color: #1C1C1C;
  font-weight: 400;
}

body.page-template-template-2024 section.portfolio .portfolio-responses .response .text-container .details p {
  word-wrap: break-word;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

body.page-template-template-2024 section.portfolio .portfolio-responses .response .text-container .details p:last-child {
  margin-bottom: 0;
}

body.page-template-template-2024 section.portfolio .portfolio-responses .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin-top: 20px;
  margin-right: 60px;
}

body.page-template-template-2024 section.portfolio .portfolio-responses .slick-dots li {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  display: block;
  margin-left: 10px;
  border: 1px solid #478CA0;
  background-color: transparent;
  border-radius: 20px;
}

body.page-template-template-2024 section.portfolio .portfolio-responses .slick-dots li.slick-active {
  background-color: #478CA0;
}

body.page-template-template-2024 section.value .area-slider-contain {
  position: relative;
  max-height: 600px;
  height: 600px;
  margin-top: 70px;
  overflow: hidden;
}

@media screen and (max-width: 79.9375em) {
  body.page-template-template-2024 section.value .area-slider-contain {
    height: 450px;
  }
}

@media screen and (max-width: 63.9375em) {
  body.page-template-template-2024 section.value .area-slider-contain {
    height: 300px;
  }
}

body.page-template-template-2024 section.value .area-slider-contain .circle-load {
  position: absolute;
  left: 1px;
  top: 1px;
}

body.page-template-template-2024 section.value .value-img-contain {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.page-template-template-2024 section.value .value-img-contain .value-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.page-template-template-2024 section.value .value-img-contain .value-img-title {
  margin-left: 22px;
  margin-bottom: 30px;
  color: #979797;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}

body.page-template-template-2024 section.value .value-img-contain .value-img-title img {
  position: relative;
  top: -2px;
  margin-right: 8px;
}

body.page-template-template-2024 section.value .value-img-contain.is-active {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

@media screen and (min-width: 87.5em) {
  body.page-template-template-2024 section.value .value-sidebar-contain {
    position: relative;
    left: -5%;
  }
}

body.page-template-template-2024 section.value .value-sidebar-contain .value-sidebar {
  padding: 40px;
  background: #478CA0;
  max-width: 369px;
}

@media screen and (max-width: 79.9375em) {
  body.page-template-template-2024 section.value .value-sidebar-contain .value-sidebar {
    max-width: 100%;
  }
}

body.page-template-template-2024 section.value .value-sidebar-contain .value-sidebar .area-link {
  position: relative;
  display: block;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-style: normal;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.page-template-template-2024 section.value .value-sidebar-contain .value-sidebar .area-link .area-icon {
  position: relative;
  top: -2px;
  margin-right: 2px;
  width: 30px;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(126deg) brightness(109%) contrast(102%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(126deg) brightness(109%) contrast(102%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.page-template-template-2024 section.value .value-sidebar-contain .value-sidebar .area-link span:after {
  content: "\e908";
  font-family: 'theme-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  font-size: 23px;
  position: relative;
  top: -2px;
  left: 11px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body.page-template-template-2024 section.value .value-sidebar-contain .value-sidebar .area-link:hover, body.page-template-template-2024 section.value .value-sidebar-contain .value-sidebar .area-link.is-active {
  color: #478CA0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.page-template-template-2024 section.value .value-sidebar-contain .value-sidebar .area-link:hover .area-icon, body.page-template-template-2024 section.value .value-sidebar-contain .value-sidebar .area-link.is-active .area-icon {
  -webkit-filter: invert(49%) sepia(50%) saturate(404%) hue-rotate(147deg) brightness(91%) contrast(91%);
          filter: invert(49%) sepia(50%) saturate(404%) hue-rotate(147deg) brightness(91%) contrast(91%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.page-template-template-2024 section.value .value-sidebar-contain .value-sidebar .area-link:hover span:after, body.page-template-template-2024 section.value .value-sidebar-contain .value-sidebar .area-link.is-active span:after {
  color: #478CA0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body.page-template-template-2024 section.value .value-sidebar-contain .value-sidebar .section-label {
  color: #fff;
  padding-bottom: 15px;
}

body.page-template-template-2024 section.value .value-sidebar-contain .value-sidebar .area-all-link {
  margin-top: 30px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px;
  width: 100%;
  border-bottom: 3px solid #1C515D;
  background: #2B6573;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
}

body.page-template-template-2024 section.value .top-details {
  max-width: 740px;
}

body.page-template-template-2024 section.value .content-container {
  margin-top: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.value .content-container {
    margin-top: 40px;
  }
}

body.page-template-template-2024 section.value .value-main-slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.63636364%;
          flex: 0 0 63.63636364%;
  width: 63.63636364%;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.value .value-main-slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

body.page-template-template-2024 section.value .value-main-slider .slick-arrow {
  position: absolute;
  left: 140px;
  top: calc(100% + 30px);
  color: #478CA0;
  font-weight: 400;
  font-size: 18px;
  padding-left: 30px;
  line-height: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body.page-template-template-2024 section.value .value-main-slider .slick-arrow img {
  position: absolute;
  left: 0;
  top: 1px;
}

body.page-template-template-2024 section.value .value-main-slider .slick-arrow.next-arrow {
  padding-left: 0;
  padding-right: 30px;
}

body.page-template-template-2024 section.value .value-main-slider .slick-arrow.next-arrow img {
  left: auto;
  right: 0;
}

body.page-template-template-2024 section.value .value-main-slider .slick-list {
  height: 100%;
}

body.page-template-template-2024 section.value .value-main-slider .slick-list .slick-track {
  height: 100%;
}

body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item {
  height: 100%;
  padding: 50px 25px 25px 14.28571429%;
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item {
    padding: 0;
  }
}

body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-text {
  background-color: #478CA0;
  padding: 50px 60px 95px 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 580px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-text {
    max-width: 580px;
    width: 100%;
    padding: 40px 50px 85px 50px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-text {
    padding: 30px 30px 65px 30px;
    position: relative;
  }
}

body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #FFFFFF;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-title {
    font-size: 30px;
    line-height: 38px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-title {
    font-size: 25px;
    line-height: 35px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-title {
    font-size: 22px;
    line-height: 32px;
  }
}

body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-content {
  font-weight: 400;
  font-size: 24px;
  line-height: 139.4%;
  color: #FFFFFF;
  margin-top: 10px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-content {
    font-size: 22px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-content {
    font-size: 18px;
  }
}

body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-content ul:last-child {
  margin-bottom: 0;
}

body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-arrows {
  position: absolute;
  left: 30px;
  bottom: 25px;
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-arrows .slick-arrow {
  position: relative;
  left: 0;
  top: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-arrows .slick-arrow {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-arrows .slick-arrow {
    font-size: 15px;
  }
}

body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-image {
  background-size: cover;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-image {
    min-height: 700px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.value .value-main-slider .value-slider-item .item .value-slider-image {
    min-height: auto;
    padding-top: 60%;
    height: 0;
  }
}

body.page-template-template-2024 section.value .value-secondary-slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.27272727%;
          flex: 0 0 27.27272727%;
  width: 27.27272727%;
  margin-top: 25px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.value .value-secondary-slider {
    display: none;
  }
}

body.page-template-template-2024 section.value .value-secondary-slider .value-slider-item {
  padding: 25px;
}

body.page-template-template-2024 section.value .value-secondary-slider .value-slider-item .value-slider-image {
  background-size: cover;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

body.page-template-template-2024 section.value .value-secondary-slider .value-slider-item .value-slider-image .value-slider-title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding: 45px 60px;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
}

body.page-template-template-2024 section.value .value-secondary-slider .value-slider-item .value-slider-image .value-slider-title:before {
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #478CA0;
  opacity: 0.9;
}

body.page-template-template-2024 section.value .value-secondary-slider .value-slider-item .value-slider-image .value-slider-title .cell {
  width: 100%;
  position: relative;
}

body.page-template-template-2024 section.value .value-img-contain {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

body.page-template-template-2024 section.value .value-img-contain.is-active {
  opacity: 1;
  position: relative;
}

body.page-template-template-2024 section.value .area-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.page-template-template-2024 section.value .circle-load {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.page-template-template-2024 section.value .circle-load::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: conic-gradient(#478CA0 var(--progress, 60deg), transparent var(--progress, 60deg));
  transition: --progress 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.page-template-template-2024 section.community .content-container {
  position: relative;
}

body.page-template-template-2024 section.community .content-container:before {
  content: '';
  width: 100%;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  background-color: #F7F7F7;
  z-index: 1;
}

body.page-template-template-2024 section.community .slick-arrow {
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  color: #478CA0;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.community .slick-arrow {
    left: 0;
    font-size: 16px;
  }
}

body.page-template-template-2024 section.community .slick-arrow img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

body.page-template-template-2024 section.community .slick-arrow.slick-next {
  left: calc(25.487877% - 30px);
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.community .slick-arrow.slick-next {
    right: 0;
    left: auto;
  }
}

body.page-template-template-2024 section.community .slick-arrow.slick-next img {
  margin-left: 10px;
  margin-right: 0px;
}

body.page-template-template-2024 section.community .community-slider {
  width: 100vw;
  position: relative;
  left: calc(50% - 70px);
  right: 50%;
  margin-left: calc(-50% - 70px);
  margin-right: -50vw;
  max-width: 100vw;
  margin-top: 85px;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.community .community-slider {
    width: 91.6666666667%;
    position: relative;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    margin-top: 30px;
  }
}

body.page-template-template-2024 section.community .community-slider .community-slider-item {
  padding: 0 30px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 section.community .community-slider .community-slider-item {
    padding: 0;
  }
}

body.page-template-template-2024 section.community .community-slider .community-slider-item .community-slider-image {
  background-size: cover;
  padding-top: 118%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

body.page-template-template-2024 section.community .community-slider .community-slider-item .community-slider-image .community-slider-heading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 40px 30px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #1C1C1C;
}

body.page-template-template-2024 section.community .community-slider .community-slider-item .community-slider-image .community-slider-heading:before {
  content: '';
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(rgba(247, 247, 247, 0.9)));
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.9) 100%);
}

body.page-template-template-2024 section.community .community-slider .community-slider-item .community-slider-image .community-slider-heading .cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  position: relative;
}

body.page-template-template-2024 section.whats-next {
  padding: 150px 0 300px 15px !important;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.whats-next {
    padding: 100px 0 200px 15px !important;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.whats-next {
    padding: 80px 0 150px 15px !important;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 section.whats-next {
    padding: 60px 15px 170px 15px !important;
  }
}

body.page-template-template-2024 section.whats-next .top-details {
  padding-right: 90px;
}

@media screen and (max-width: 49.9375em) {
  body.page-template-template-2024 section.whats-next .top-details {
    padding-right: 0;
    padding-bottom: 25px;
  }
}

body.page-template-template-2024 section.whats-next .partners {
  position: absolute;
  margin: 0;
  text-align: center;
  font-size: 14em;
  font-weight: bold;
  color: #1c1c1c;
  line-height: 1em;
  bottom: -66px;
  width: 100%;
  letter-spacing: -10px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.whats-next .partners {
    font-size: 9em;
    letter-spacing: -8px;
    bottom: -36px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2024 section.whats-next .partners {
    font-size: 5em;
    letter-spacing: -6px;
    bottom: -20px;
  }
}

@media print, screen and (max-width: 19.99875em) {
  body.page-template-template-2024 section.whats-next .partners {
    font-size: 4em;
    letter-spacing: -4px;
    bottom: -16px;
  }
}

body.page-template-template-2024 section.whats-next .link-container {
  margin: 0;
  list-style: none;
}

body.page-template-template-2024 section.whats-next .link-container li a {
  margin-bottom: 70px;
  font-size: 42px;
  line-height: normal;
  font-weight: 500;
  display: table;
  padding-left: 65px;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2024 section.whats-next .link-container li a {
    font-size: 25px;
    line-height: normal;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2024 section.whats-next .link-container li a {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: normal;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2024 section.whats-next .link-container li a {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: normal;
  }
}

body.page-template-template-2024 section.whats-next .link-container li a:hover img {
  left: 0px;
}

body.page-template-template-2024 section.whats-next .link-container li a img {
  position: absolute;
  top: 12px;
  left: -5px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 section.whats-next .link-container li a img {
    width: 26px;
  }
}

body.page-template-template-2024 #growthbits .alm-btn-wrap {
  display: none !important;
}

body.page-template-template-2024 #growthbits .masonry-grid {
  margin-top: 0 !important;
}

body.page-template-template-2024 #growthbits .masonry-grid .column, body.page-template-template-2024 #growthbits .masonry-grid .columns {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 100% !important;
          flex: 0 1 100% !important;
}

body.page-template-template-2024 #growthbits .view-all-gb-btn {
  background-color: #2B6573;
  -webkit-box-shadow: 0 3px 0 0 #1C515D;
  box-shadow: 0 3px 0 0 #1C515D;
  text-align: center;
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 0.8rem;
  padding: 15px 25px 12px 25px;
  font-weight: 500;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
  display: table;
  margin: 20px auto 0 auto;
  -webkit-transition: background-color 0.5s, top 0.5, -webkit-box-shadow 0.5;
  transition: background-color 0.5s, top 0.5, -webkit-box-shadow 0.5;
  transition: background-color 0.5s, top 0.5, box-shadow 0.5;
  transition: background-color 0.5s, top 0.5, box-shadow 0.5, -webkit-box-shadow 0.5;
}

body.page-template-template-2024 #growthbits .view-all-gb-btn:hover {
  background-color: #1C515D;
}

body.page-template-template-2024 #growthbits .grid-item {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px !important;
  border-bottom: 0px solid transparent !important;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 #growthbits .grid-item {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
}

body.page-template-template-2024 #growthbits .grid-item .featured-tag-container {
  padding: 30px 60px 0px 60px;
  position: relative;
  top: 10px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 #growthbits .grid-item .featured-tag-container {
    padding: 30px 30px 0px 30px;
  }
}

body.page-template-template-2024 #growthbits .grid-item .featured-tag-container .featured-tag {
  display: table;
  background-color: #488CA1;
  left: 0px;
  top: 0;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2px;
  color: #fff;
}

body.page-template-template-2024 #growthbits .grid-item .featured-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 #growthbits .grid-item .featured-container {
    padding: 30px 30px;
  }
}

body.page-template-template-2024 #growthbits .grid-item .featured-container.sales-color .image-container .image {
  border: 4px solid #808066;
}

body.page-template-template-2024 #growthbits .grid-item .featured-container.sales-color .text-container .category {
  color: #808066;
}

body.page-template-template-2024 #growthbits .grid-item .featured-container.finance-color .image-container .image {
  border: 4px solid #0f813c;
}

body.page-template-template-2024 #growthbits .grid-item .featured-container.finance-color .text-container .category {
  color: #0f813c;
}

body.page-template-template-2024 #growthbits .grid-item .featured-container.technology-color .image-container .image {
  border: 4px solid #488ca1;
}

body.page-template-template-2024 #growthbits .grid-item .featured-container.technology-color .text-container .category {
  color: #488ca1;
}

body.page-template-template-2024 #growthbits .grid-item .featured-container.marketing-color .image-container .image {
  border: 4px solid #4747a1;
}

body.page-template-template-2024 #growthbits .grid-item .featured-container.marketing-color .text-container .category {
  color: #4747a1;
}

body.page-template-template-2024 #growthbits .grid-item .featured-container.leadership-color .image-container .image {
  border: 4px solid #478CCC;
}

body.page-template-template-2024 #growthbits .grid-item .featured-container.leadership-color .text-container .category {
  color: #478CCC;
}

body.page-template-template-2024 #growthbits .grid-item .featured-container .image-container {
  width: 120px;
  display: table-cell;
  vertical-align: middle;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 #growthbits .grid-item .featured-container .image-container {
    display: table;
  }
}

body.page-template-template-2024 #growthbits .grid-item .featured-container .image-container .image {
  height: 90px;
  width: 90px;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #488CA1;
  display: table;
}

body.page-template-template-2024 #growthbits .grid-item .featured-container .text-container {
  width: calc(100% - 120px);
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 #growthbits .grid-item .featured-container .text-container {
    width: 100%;
  }
}

body.page-template-template-2024 #growthbits .grid-item .featured-container .text-container .category {
  color: #488CA1;
  font-size: 16px;
  line-height: 16px;
}

body.page-template-template-2024 #growthbits .grid-item .featured-container .text-container .bit-title {
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0px;
  color: #505050;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2024 #growthbits .grid-item .featured-container .text-container .bit-title {
    font-size: 19px;
    line-height: 23px;
  }
}

body.page-template-template-2024 #growthbits .grid-item .featured-container .text-container .bit-title a {
  color: #505050;
  display: table;
}

body.page-template-template-2024 #growthbits .grid-item .featured-container .text-container .bit-title a:hover {
  color: #000000;
}

body.page-template-template-2024 #growthbits .grid-item .featured-container .text-container .author {
  color: #999999;
  font-size: 18px;
  line-height: 18px;
  top: 0;
  text-align: left;
}

body.page-template-template-2024.has-loaded .section.top .svg-yir-contain .llr-yir-light {
  opacity: 0;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2024.has-loaded .section.top .svg-yir-contain .llr-yir-dark {
  opacity: 1;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2024.has-loaded .section.top .image {
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2024.has-loaded .section.top .bg-light-image {
  opacity: 1;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2024.has-loaded .section.top .number-image g {
  opacity: 1 !important;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2024.has-loaded .section.top .number-image path {
  fill: #498492;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2024.has-loaded .section.top .yir-heading, body.page-template-template-2024.has-loaded .section.top .text {
  color: #1C1C1C !important;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2024 #shadow-host-companion {
  display: none;
}

body.page-template-template-2025 {
  /**
    * wow overrides
    */
}

body.page-template-template-2025.has-scrolled .yir-side-nav .yir-menu {
  opacity: 1;
  pointer-events: all;
}

body.page-template-template-2025.has-scrolled .yir-side-nav .logo {
  opacity: 1;
  pointer-events: all;
}

body.page-template-template-2025.has-scrolled section.top .bottom-arrow a {
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(-3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(-3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1 * 3%), 0);
    transform: translate3d(0, calc(-1 * 3%), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1 * 3%), 0);
    transform: translate3d(0, calc(-1 * 3%), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

body.page-template-template-2025 .row {
  max-width: 1550px;
}

body.page-template-template-2025 .growthbits-bottom-bar {
  display: none;
}

body.page-template-template-2025 .height100 {
  height: 100%;
}

body.page-template-template-2025 .relative {
  position: relative;
}

body.page-template-template-2025 .site-header {
  display: none;
}

body.page-template-template-2025 .site-footer {
  display: none;
}

body.page-template-template-2025 .yir-side-nav {
  position: fixed;
  height: 100vh;
  width: 140px;
  z-index: 2;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: background-color 0.5s, width 0.5s;
  transition: background-color 0.5s, width 0.5s;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 .yir-side-nav {
    width: 120px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 .yir-side-nav {
    width: 55px;
  }
}

body.page-template-template-2025 .yir-side-nav.is-open {
  width: 120px;
}

body.page-template-template-2025 .yir-side-nav.is-open .yir-mobile-menu .burg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: transparent;
}

body.page-template-template-2025 .yir-side-nav.is-open .yir-mobile-menu .burg:before, body.page-template-template-2025 .yir-side-nav.is-open .yir-mobile-menu .burg:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000000;
}

body.page-template-template-2025 .yir-side-nav.is-open .yir-mobile-menu .burg:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.page-template-template-2025 .yir-side-nav.is-open .yir-menu li a span {
  opacity: 1;
}

body.page-template-template-2025 .yir-side-nav .logo {
  display: table;
  width: 70px;
  margin-left: 20px;
  margin-top: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 .yir-side-nav .logo {
    width: 35px;
    margin-left: 13px;
    margin-top: 15px;
  }
}

body.page-template-template-2025 .yir-side-nav .logo img {
  max-width: 50px;
  position: relative;
  left: 0px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

body.page-template-template-2025 .yir-side-nav .yir-mobile-menu {
  display: table;
  width: 45px;
  height: 45px;
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 .yir-side-nav .yir-mobile-menu {
    display: block;
  }
}

body.page-template-template-2025 .yir-side-nav .yir-mobile-menu .burg {
  position: relative;
  width: 25px;
  margin: 10px auto 0 auto;
  display: block;
  height: 1px;
  top: 11px;
  background-color: #CECECE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.page-template-template-2025 .yir-side-nav .yir-mobile-menu .burg:before, body.page-template-template-2025 .yir-side-nav .yir-mobile-menu .burg:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #CECECE;
  top: -7px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.page-template-template-2025 .yir-side-nav .yir-mobile-menu .burg:after {
  top: 7px;
}

body.page-template-template-2025 .yir-side-nav .yir-menu {
  opacity: 0;
  margin: 0;
  margin-top: 100px;
  list-style: none;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2025 .yir-side-nav .yir-menu {
    margin-top: 60px;
  }
}

body.page-template-template-2025 .yir-side-nav .yir-menu.small-menu {
  display: none;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 .yir-side-nav .yir-menu {
    margin-top: 10px;
  }
  body.page-template-template-2025 .yir-side-nav .yir-menu.large-menu {
    display: none;
  }
  body.page-template-template-2025 .yir-side-nav .yir-menu.small-menu {
    display: block;
  }
}

body.page-template-template-2025 .yir-side-nav .yir-menu li {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}

body.page-template-template-2025 .yir-side-nav .yir-menu li.is-active a {
  font-weight: 600;
}

body.page-template-template-2025 .yir-side-nav .yir-menu li.is-active a:after {
  height: 100%;
}

body.page-template-template-2025 .yir-side-nav .yir-menu li.before a:after {
  height: 0;
  -webkit-transition: height 0s;
  transition: height 0s;
}

body.page-template-template-2025 .yir-side-nav .yir-menu li.small-top a {
  height: 10px;
}

body.page-template-template-2025 .yir-side-nav .yir-menu li.small-top-half a {
  height: 20px;
}

body.page-template-template-2025 .yir-side-nav .yir-menu li.small-half a {
  height: 20px;
  text-indent: -9999px;
}

body.page-template-template-2025 .yir-side-nav .yir-menu li.small a {
  height: 10px;
  text-indent: -9999px;
}

body.page-template-template-2025 .yir-side-nav .yir-menu li.top {
  display: none;
}

body.page-template-template-2025 .yir-side-nav .yir-menu li a {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  padding-left: 25px;
  display: table;
  width: 100%;
  height: 40px;
  position: relative;
  font-weight: 600;
  -webkit-transition: font-weight 0.5s;
  transition: font-weight 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2025 .yir-side-nav .yir-menu li a {
    display: block;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 .yir-side-nav .yir-menu li a {
    width: 120px;
  }
}

body.page-template-template-2025 .yir-side-nav .yir-menu li a span {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 .yir-side-nav .yir-menu li a span {
    width: 90px;
    opacity: 0;
  }
}

body.page-template-template-2025 .yir-side-nav .yir-menu li a:before, body.page-template-template-2025 .yir-side-nav .yir-menu li a:after {
  content: '';
  height: 100%;
  width: 2px;
  background-color: #CECECE;
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

body.page-template-template-2025 .yir-side-nav .yir-menu li a:after {
  height: 0;
  background-color: #478ca0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 .yir-side-nav .yir-menu li a:after {
    height: 0;
  }
}

body.page-template-template-2025 .yir-side-nav .yir-menu li a.is-active {
  font-weight: 600;
}

body.page-template-template-2025 .yir-side-nav .yir-menu li a.is-active:after {
  height: 100%;
}

body.page-template-template-2025 .yir-side-nav .vertical-logo-container {
  height: calc(100vh - 570px);
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2025 .yir-side-nav .vertical-logo-container {
    height: calc(100vh - 390px);
    bottom: 0;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 .yir-side-nav .vertical-logo-container {
    bottom: 0;
    height: calc(100vh - 370px);
    width: 45px;
  }
}

body.page-template-template-2025 .yir-side-nav .vertical-logo-container img {
  max-height: 190px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 .yir-side-nav .vertical-logo-container img {
    max-height: 160px;
  }
}

body.page-template-template-2025 main {
  max-width: calc(100vw - 140px);
  float: right;
  width: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 main {
    max-width: calc(100vw - 120px);
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 main {
    max-width: calc(100vw - 45px);
  }
}

body.page-template-template-2025 section {
  min-height: 820px !important;
  margin-top: 40px;
  padding: 100px 0 100px 15px !important;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section {
    padding: 100px 0 100px 15px !important;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section {
    padding: 80px 0 80px 15px !important;
    min-height: 600px !important;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section {
    padding: 60px 0 60px 15px !important;
    min-height: 0px !important;
  }
}

body.page-template-template-2025 section.no-p-top {
  padding-top: 0 !important;
}

body.page-template-template-2025 section.no-p-bottom {
  padding-bottom: 0 !important;
}

body.page-template-template-2025 section .top-heading {
  color: #1C1C1C;
  font-size: 50px;
  line-height: 62px;
  font-weight: 600;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section .top-heading {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section .top-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section .top-heading {
    font-size: 30px;
  }
}

body.page-template-template-2025 section .top-heading span {
  color: #478ca0;
}

body.page-template-template-2025 section .top-heading h1.yir-heading {
  margin-bottom: 0;
  color: #1C1C1C;
  font-size: 54px;
  line-height: 64px;
  font-weight: 600;
}

@media screen and (max-width: 92.1875em) {
  body.page-template-template-2025 section .top-heading h1.yir-heading {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section .top-heading h1.yir-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section .top-heading h1.yir-heading {
    font-size: 29px;
  }
}

body.page-template-template-2025 section .top-heading h1.yir-heading span {
  color: #478ca0;
}

body.page-template-template-2025 section .top-details {
  font-size: 18px;
  color: #1C1C1C;
  margin-top: 20px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2025 section .top-details {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section .top-details {
    font-size: 16px;
  }
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2025 section .top-details {
    font-size: 16px;
  }
}

body.page-template-template-2025 section .top-details a img {
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

body.page-template-template-2025 section .section-heading {
  color: #999999;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  display: table;
}

body.page-template-template-2025 section .section-heading.no-dash:after {
  display: none;
}

body.page-template-template-2025 section .section-heading:after {
  background-color: #999999;
  content: '';
  position: absolute;
  right: -20px;
  top: calc(50% - 1px);
  width: 26px;
  height: 1px;
}

body.page-template-template-2025 section.top {
  padding: 0 !important;
  position: relative;
  margin-top: 0px;
}

body.page-template-template-2025 section.top .svg-yir-contain {
  padding-bottom: 100px;
  padding-left: 0;
  position: relative;
}

body.page-template-template-2025 section.top .svg-yir-contain svg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.top .svg-yir-contain svg {
    max-width: 300px;
    left: 15px;
  }
}

body.page-template-template-2025 section.top .svg-yir-contain .llr-yir-dark {
  opacity: 0;
}

body.page-template-template-2025 section.top .column, body.page-template-template-2025 section.top .columns {
  padding-left: 32px;
  padding-right: 32px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2025 section.top .column, body.page-template-template-2025 section.top .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

body.page-template-template-2025 section.top .number-image {
  position: relative;
  float: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 150px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.top .number-image {
    top: 0;
    max-width: 130px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section.top .number-image {
    float: none;
    max-width: 100px;
    margin-bottom: -10px;
  }
}

body.page-template-template-2025 section.top .number-image.dark {
  opacity: 0;
}

body.page-template-template-2025 section.top .number-image.light {
  position: absolute;
  right: 0;
  top: 0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section.top .number-image.light {
    right: auto;
    left: 0;
  }
}

body.page-template-template-2025 section.top .image {
  background: #1C1C1C;
  height: 100vh;
  width: 100vw;
  position: relative;
  left: -140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.top .image {
    left: -120px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section.top .image {
    left: -45px;
    height: 100%;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2025 section.top .image .align-middle {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

body.page-template-template-2025 section.top .image .container {
  height: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 100px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2025 section.top .image .container {
    text-align: left;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2025 section.top .image .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 60px;
  }
}

body.page-template-template-2025 section.top .image .container .together-svg {
  position: relative;
  width: 100%;
  padding-right: 40px;
  max-width: 800px;
}

body.page-template-template-2025 section.top .image .container .together-svg.dark {
  opacity: 0;
}

body.page-template-template-2025 section.top .image .container .together-svg.light {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

body.page-template-template-2025 section.top .bg-light-image {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/2025bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.page-template-template-2025 section.top .top-heading {
  font-size: 106px;
  line-height: 1;
  text-align: center;
  letter-spacing: -1px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2025 section.top .top-heading {
    font-size: 90px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.top .top-heading {
    font-size: 50px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section.top .top-heading {
    font-size: 30px;
    margin-top: 20px;
    text-align: left;
  }
}

body.page-template-template-2025 section.top .content {
  height: 100%;
  text-align: left;
  position: relative;
}

body.page-template-template-2025 section.top .content .text {
  color: #fff;
  font-size: 40px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 24px;
  text-align: center;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2025 section.top .content .text {
    font-size: 34px;
    line-height: 1;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.top .content .text {
    font-size: 21px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section.top .content .text {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2025 section.top .content .text {
    position: relative;
  }
}

body.page-template-template-2025 section.top .bottom-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

body.page-template-template-2025 section.top .bottom-arrow a {
  width: 100px;
  display: table;
  margin: 30px 30px 30px 0px;
  z-index: 2;
  position: relative;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2025 section.top .bottom-arrow a {
    margin: 30px 30px 50px 30px;
  }
}

body.page-template-template-2025 section.top .bottom-arrow a:hover .down-arrow {
  top: -5px;
}

body.page-template-template-2025 section.top .bottom-arrow a .mouse {
  display: table;
  margin: auto;
  position: relative;
  top: 0px;
  -webkit-animation: mousemove 3s infinite;
          animation: mousemove 3s infinite;
}

body.page-template-template-2025 section.top .bottom-arrow a .down-arrow {
  margin: auto;
  margin-top: 30px;
  display: table;
  position: relative;
  top: 5px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.top .bottom-arrow a .down-arrow {
    width: 40px;
  }
}

body.page-template-template-2025 section.intro {
  margin-top: 85px;
  padding: 55px 0 100px 15px !important;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.intro {
    padding: 55px 0 0 0 !important;
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.intro {
    padding: 55px 15px 0px 15px !important;
    margin-top: 0px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section.intro {
    padding: 55px 0 0px 0px !important;
  }
}

body.page-template-template-2025 section.intro .column, body.page-template-template-2025 section.intro .columns {
  padding-left: 20px;
  padding-right: 20px;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.intro .column, body.page-template-template-2025 section.intro .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

body.page-template-template-2025 section.intro .top-heading {
  padding-bottom: 5px;
}

body.page-template-template-2025 section.intro .stats-container {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.intro .stats-container {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.intro .stats-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

body.page-template-template-2025 section.intro .grow-heading {
  color: #999999;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: right;
  width: 100%;
  margin-bottom: 60px;
  padding-right: 64px;
  padding-left: 64px;
  position: relative;
  top: -50px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.intro .grow-heading {
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.intro .grow-heading {
    font-size: 20px;
    line-height: 25px;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    display: none;
  }
}

body.page-template-template-2025 section.intro .tls-title {
  color: #1C1C1C;
  font-size: 27px;
  line-height: 38px;
  font-weight: 500;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section.intro .tls-title {
    font-size: 22px;
    line-height: 33px;
  }
}

body.page-template-template-2025 section.intro .tls-title span {
  color: #478CA0;
}

body.page-template-template-2025 section.intro .highlight-sub-title {
  position: relative;
  top: 10px;
}

@media screen and (max-width: 79.9375em) {
  body.page-template-template-2025 section.intro .highlight-sub-title {
    top: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    display: none;
  }
}

body.page-template-template-2025 section.intro .box-container .box {
  color: #1C1C1C;
  font-size: 20px;
  line-height: 25px;
  font-weight: 100;
  max-width: 420px;
  margin-bottom: 5px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  padding: 25px 20px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.intro .box-container .box {
    font-size: 18px;
    line-height: 26px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.intro .box-container .box {
    font-size: 16px;
    padding: 15px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section.intro .box-container .box {
    margin-bottom: 5px;
  }
}

body.page-template-template-2025 section.intro .box-container .box .title {
  color: #478CA0;
  font-size: 70px;
  line-height: normal;
  font-weight: 600;
  padding-bottom: 5px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2025 section.intro .box-container .box .title {
    font-size: 48px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.intro .box-container .box .title {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.intro .box-container .box .title {
    font-size: 40px;
    margin-bottom: 5px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section.intro .box-container .box .title {
    font-size: 25px;
    margin-bottom: 5px;
  }
}

body.page-template-template-2025 section.intro .box-container .first-stat .box {
  background: #478CA0;
  color: #FFF;
}

body.page-template-template-2025 section.intro .box-container .first-stat .box .title {
  color: #FFF;
}

body.page-template-template-2025 section.new-investments .top-heading.not-first-item {
  margin-top: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.new-investments .top-heading.not-first-item {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.new-investments .top-heading {
    margin-top: 40px;
  }
}

body.page-template-template-2025 section.new-investments .stats-container {
  margin-top: 40px;
  background-color: #ffffff;
  padding: 40px 30px;
}

body.page-template-template-2025 section.new-investments .stats-container.first-item {
  margin-top: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.new-investments .stats-container.first-item {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.new-investments .stats-container {
    margin-top: 40px;
    padding: 30px 20px;
  }
}

body.page-template-template-2025 section.new-investments .stats-container .stats-container-heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  color: #999999;
  width: 100%;
}

body.page-template-template-2025 section.new-investments .box-container {
  margin-bottom: 0;
  margin-top: 25px;
}

body.page-template-template-2025 section.new-investments .box-container .box {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0);
  background-color: #FFFFFF;
  color: #999999;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

body.page-template-template-2025 section.new-investments .box-container .box .front-card {
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.new-investments .box-container .box {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2025 section.new-investments .box-container .box {
    margin-bottom: 40px;
  }
}

body.page-template-template-2025 section.new-investments .box-container .box .image-container {
  min-height: 80px;
  margin-bottom: 20px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2025 section.new-investments .box-container .box .image-container {
    padding: 0;
    min-height: 50px;
    margin-bottom: 10px;
  }
}

body.page-template-template-2025 section.new-investments .box-container .box .image-container img {
  max-height: 60px;
  display: block;
  max-width: 180px;
  margin: auto 0;
}

body.page-template-template-2025 section.new-investments .box-container .box .title {
  color: #999999;
  font-size: 48px;
  line-height: 48px;
  font-weight: 100;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2025 section.new-investments .box-container .box .title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.new-investments .box-container .box .title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.new-investments .box-container .box .title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

body.page-template-template-2025 section.new-investments .back-card-added .box {
  border-radius: 10px;
  position: relative;
}

body.page-template-template-2025 section.new-investments .back-card-added .box:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #478CA0;
}

body.page-template-template-2025 section.new-investments .back-card-added .box .front-card {
  padding: 20px;
  border: 1px solid #478CA0;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.page-template-template-2025 section.new-investments .back-card-added .box .back-card {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  height: 100%;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 13px 20px;
  width: calc(100% + 2px);
  left: -1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

body.page-template-template-2025 section.new-investments .back-card-added .box .back-card:after {
  background-color: #478CA0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}

body.page-template-template-2025 section.new-investments .back-card-added .box .back-card .subtitle {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 1;
}

body.page-template-template-2025 section.new-investments .back-card-added .box .back-card .back-title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

body.page-template-template-2025 section.new-investments .back-card-added .box .back-card .info,
body.page-template-template-2025 section.new-investments .back-card-added .box .back-card p,
body.page-template-template-2025 section.new-investments .back-card-added .box .back-card li,
body.page-template-template-2025 section.new-investments .back-card-added .box .back-card a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  position: relative;
  z-index: 1;
}

body.page-template-template-2025 section.new-investments .back-card-added .box .back-card a {
  text-decoration: underline;
}

body.page-template-template-2025 section.new-investments .back-card-added .box .back-card .author-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.page-template-template-2025 section.new-investments .back-card-added .box .back-card .author-flex .name {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
}

body.page-template-template-2025 section.new-investments .back-card-added .box .back-card .author-flex .author-title {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 1;
}

body.page-template-template-2025 section.new-investments .back-card-added .box .back-card .author-flex .author-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 11px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

body.page-template-template-2025 section.new-investments .back-card-added .box.is-hovered .front-card {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.page-template-template-2025 section.new-investments .back-card-added .box.is-hovered .back-card {
  position: relative;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

body.page-template-template-2025 section.new-investments .back-card-added .box.is-hovered .back-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

body.page-template-template-2025 section.team {
  position: relative;
}

body.page-template-template-2025 section.team .team-bg-container {
  position: absolute;
  width: calc(100vw - 55px);
  z-index: -1;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  left: -35px;
  top: 370px;
  background-color: #ffffff;
  height: calc(100% - 370px);
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.team .team-bg-container {
    left: auto;
  }
}

body.page-template-template-2025 section.team .team-bg-container .team-bg {
  width: 100%;
  height: calc(100% + 190px);
}

body.page-template-template-2025 section.team .team-image {
  width: 100%;
  margin-top: 60px;
}

body.page-template-template-2025 section.team .content-container {
  margin-top: 50px;
}

@media screen and (min-width: 64em) and (max-height: 875px) {
  body.page-template-template-2025 section.team .content-container {
    margin-top: 20px;
  }
}

body.page-template-template-2025 section.team .content-container > .column, body.page-template-template-2025 section.team .content-container > .columns {
  padding-left: 0;
}

body.page-template-template-2025 section.team .bottom-text {
  font-size: 14px;
  line-height: 16px;
  color: #9C9C9C;
}

body.page-template-template-2025 section.team .bio-container .bio {
  position: relative;
  height: 100%;
}

body.page-template-template-2025 section.team .bio-container .bio .text {
  color: #1C1C1C;
  font-size: 13px;
  line-height: 14px;
  padding: 15px 0 30px 0;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2025 section.team .bio-container .bio .text {
    padding: 15px 0 30px 0;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-2025 section.team .bio-container .bio .text {
    font-size: 12px;
    line-height: 15px;
  }
}

body.page-template-template-2025 section.team .bio-container .bio .text .name {
  color: #478CA0;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: none;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2025 section.team .bio-container .bio .text .name {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 80em) and (max-height: 970px) {
  body.page-template-template-2025 section.team .bio-container .bio .text .name {
    margin-bottom: 2px;
  }
}

body.page-template-template-2025 section.promotions .top-details {
  max-height: 50px;
  min-height: 50px;
}

body.page-template-template-2025 section.promotions .text-container {
  padding-right: 32px;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.promotions .text-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-2025 section.promotions .image-container {
    padding-left: 25px;
    border-left: 1px solid #979797;
  }
}

body.page-template-template-2025 section.promotions .image-container .caption {
  margin-top: 10px;
  color: #1C1C1C;
  font-size: 13px;
  line-height: 14px;
  font-style: italic;
}

body.page-template-template-2025 section.promotions .bio-container {
  margin-top: 45px;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.promotions .bio-container {
    margin-top: 25px;
  }
}

body.page-template-template-2025 section.promotions .bio-container .bio {
  position: relative;
  height: 100%;
  min-height: 80px;
  max-height: 80px;
}

body.page-template-template-2025 section.promotions .bio-container .bio .text {
  color: #1C1C1C;
  font-size: 13px;
  line-height: 14px;
  padding: 15px 0 30px 0;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2025 section.promotions .bio-container .bio .text {
    padding: 15px 0 30px 0;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-2025 section.promotions .bio-container .bio .text {
    font-size: 12px;
    line-height: 15px;
  }
}

body.page-template-template-2025 section.promotions .bio-container .bio .text .name {
  color: #478CA0;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: none;
}

@media screen and (min-width: 80em) {
  body.page-template-template-2025 section.promotions .bio-container .bio .text .name {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 80em) and (max-height: 970px) {
  body.page-template-template-2025 section.promotions .bio-container .bio .text .name {
    margin-bottom: 2px;
  }
}

body.page-template-template-2025 section.collaborate .collaborate-item {
  margin-top: 125px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.collaborate .collaborate-item {
    margin-top: 85px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.collaborate .collaborate-item {
    margin-top: 65px;
  }
}

body.page-template-template-2025 section.collaborate .collaborate-item:first-child {
  margin-top: 45px;
}

body.page-template-template-2025 section.collaborate .collaborate-item.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

body.page-template-template-2025 section.collaborate .collaborate-item.grid-x.flip-item .cell.left-col {
  padding-left: 60px;
  padding-right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.collaborate .collaborate-item.grid-x.flip-item .cell.left-col {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    padding: 0;
  }
}

body.page-template-template-2025 section.collaborate .collaborate-item.grid-x .cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

body.page-template-template-2025 section.collaborate .collaborate-item.grid-x .cell.right-col {
  width: 36.36363636%;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.collaborate .collaborate-item.grid-x .cell.right-col {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

body.page-template-template-2025 section.collaborate .collaborate-item.grid-x .cell.left-col {
  width: 54.54545455%;
  padding-right: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.collaborate .collaborate-item.grid-x .cell.left-col {
    width: 100%;
    padding: 0;
  }
}

body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-title {
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  color: #1C1C1C;
  position: relative;
  padding-bottom: 20px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-title {
    font-size: 22px;
    line-height: 33px;
  }
}

body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #478CA0;
  width: 100%;
  max-width: 260px;
  height: 2px;
}

body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-topics {
  padding-top: 20px;
  font-weight: 450;
  line-height: normal;
  font-size: 22px;
  color: #1C1C1C;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-topics {
    font-size: 20px;
  }
}

body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-topics p {
  font-weight: 450;
  line-height: 1.2;
  font-size: 22px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-topics p {
    font-size: 20px;
  }
}

body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-topics ul {
  list-style: disc !important;
  margin-left: 25px !important;
}

body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-topics ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  margin-bottom: 20px;
}

body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-topics .section-label {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  padding-top: 10px;
}

body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-topics .collaborate-item-topics-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #999999;
  margin-top: 20px;
}

body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-topics ul {
  list-style: none;
  margin: 20px 0 0 0;
}

body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-link {
  display: table;
  position: relative;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-link img {
  position: absolute;
  left: 0px;
  top: calc(50% - 7px);
  width: 20px;
}

body.page-template-template-2025 section.collaborate .collaborate-item .collaborate-item-image {
  height: 100%;
  min-height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.page-template-template-2025 section.growthbits .yir-cards {
  padding-top: 20px;
}

body.page-template-template-2025 section.growthbits .card-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.page-template-template-2025 section.growthbits .collaborate-item-link {
  display: table;
  position: relative;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

body.page-template-template-2025 section.growthbits .collaborate-item-link img {
  position: absolute;
  left: 0px;
  top: calc(50% - 7px);
  width: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2025 section.growthbits .gb-logo {
    max-width: 200px;
  }
}

body.page-template-template-2025 section.growthbits .right-side-box {
  background-color: #ffffff;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  padding: 0;
  margin-top: 40px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.growthbits .right-side-box {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.growthbits .right-side-box {
    position: relative;
    height: auto;
    margin-top: 0px;
  }
}

body.page-template-template-2025 section.growthbits .right-side-box .text-container {
  padding: 40px 40px 40px 40px;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.growthbits .right-side-box .text-container {
    padding: 40px 25px 40px 25px;
  }
}

body.page-template-template-2025 section.growthbits .right-side-box .text-container:before {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 100%;
  top: 0;
}

body.page-template-template-2025 section.growthbits .right-side-box .text-container .title {
  color: #1C1C1C;
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.growthbits .right-side-box .text-container .title {
    font-size: 23px;
    line-height: 33px;
  }
}

body.page-template-template-2025 section.growthbits .right-side-box .text-container .details {
  font-size: 18px;
  line-height: 24px;
  color: #1C1C1C;
  margin-top: 0px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.growthbits .right-side-box .text-container .details {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0px;
  }
}

body.page-template-template-2025 section.growthbits .right-side-box .text-container .details a {
  color: #478CA0;
}

body.page-template-template-2025 section.growthbits .right-side-box .text-container .details strong {
  color: #478CA0;
}

body.page-template-template-2025 section.growthbits .right-side-box .text-container .details img {
  width: calc(100% + 80px);
  display: table;
  max-width: none;
  margin: 30px 0px 30px -40px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.growthbits .right-side-box .text-container .details img {
    width: calc(100% + 50px);
    margin: 20px 0px 10px -25px;
  }
}

body.page-template-template-2025 section.growthbits .right-side-box .text-container .growthbit-link {
  display: table;
  position: relative;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

body.page-template-template-2025 section.growthbits .right-side-box .text-container .growthbit-link img {
  position: absolute;
  left: 0px;
  top: calc(50% - 7px);
  width: 20px;
}

body.page-template-template-2025 section.portfolio .portfolio-responses {
  margin-top: 60px;
}

@media print, screen and (min-width: 50em) {
  body.page-template-template-2025 section.portfolio .portfolio-responses {
    margin-top: 0;
  }
}

body.page-template-template-2025 section.portfolio .portfolio-responses .response {
  padding: 40px 60px 0px 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  min-height: 455px;
}

body.page-template-template-2025 section.portfolio .portfolio-responses .response .text-container {
  background-color: #ffffff;
  padding: 30px 30px;
  max-width: 100%;
}

body.page-template-template-2025 section.portfolio .portfolio-responses .response .text-container .title {
  font-size: 20px;
  line-height: 25px;
  color: #478CA0;
  font-weight: 600;
  margin-bottom: 10px;
}

body.page-template-template-2025 section.portfolio .portfolio-responses .response .text-container .details {
  font-size: 18px;
  line-height: 32px;
  color: #1C1C1C;
  font-weight: 400;
}

body.page-template-template-2025 section.portfolio .portfolio-responses .response .text-container .details p {
  word-wrap: break-word;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

body.page-template-template-2025 section.portfolio .portfolio-responses .response .text-container .details p:last-child {
  margin-bottom: 0;
}

body.page-template-template-2025 section.portfolio .portfolio-responses .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin-top: 20px;
  margin-right: 60px;
}

body.page-template-template-2025 section.portfolio .portfolio-responses .slick-dots li {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  display: block;
  margin-left: 10px;
  border: 1px solid #478CA0;
  background-color: transparent;
  border-radius: 20px;
}

body.page-template-template-2025 section.portfolio .portfolio-responses .slick-dots li.slick-active {
  background-color: #478CA0;
}

body.page-template-template-2025 section.value .area-slider-contain {
  position: relative;
  max-height: 600px;
  height: 600px;
  margin-top: 70px;
  overflow: hidden;
}

@media screen and (max-width: 79.9375em) {
  body.page-template-template-2025 section.value .area-slider-contain {
    height: 450px;
  }
}

@media screen and (max-width: 63.9375em) {
  body.page-template-template-2025 section.value .area-slider-contain {
    height: 300px;
  }
}

body.page-template-template-2025 section.value .area-slider-contain .circle-load {
  position: absolute;
  left: 1px;
  top: 1px;
}

body.page-template-template-2025 section.value .value-img-contain {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.page-template-template-2025 section.value .value-img-contain .value-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.page-template-template-2025 section.value .value-img-contain .value-img-title {
  margin-left: 22px;
  margin-bottom: 30px;
  color: #979797;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}

body.page-template-template-2025 section.value .value-img-contain .value-img-title img {
  position: relative;
  top: -2px;
  margin-right: 8px;
}

body.page-template-template-2025 section.value .value-img-contain.is-active {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

@media screen and (min-width: 87.5em) {
  body.page-template-template-2025 section.value .value-sidebar-contain {
    position: relative;
    left: -5%;
  }
}

body.page-template-template-2025 section.value .value-sidebar-contain .value-sidebar {
  padding: 40px;
  background: #478CA0;
  max-width: 369px;
}

@media screen and (max-width: 79.9375em) {
  body.page-template-template-2025 section.value .value-sidebar-contain .value-sidebar {
    max-width: 100%;
  }
}

body.page-template-template-2025 section.value .value-sidebar-contain .value-sidebar .area-link {
  position: relative;
  display: block;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-style: normal;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.page-template-template-2025 section.value .value-sidebar-contain .value-sidebar .area-link .area-icon {
  position: relative;
  top: -2px;
  margin-right: 2px;
  width: 30px;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(126deg) brightness(109%) contrast(102%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(126deg) brightness(109%) contrast(102%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.page-template-template-2025 section.value .value-sidebar-contain .value-sidebar .area-link span:after {
  content: "\e908";
  font-family: 'theme-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  font-size: 23px;
  position: relative;
  top: -2px;
  left: 11px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body.page-template-template-2025 section.value .value-sidebar-contain .value-sidebar .area-link:hover, body.page-template-template-2025 section.value .value-sidebar-contain .value-sidebar .area-link.is-active {
  color: #478CA0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.page-template-template-2025 section.value .value-sidebar-contain .value-sidebar .area-link:hover .area-icon, body.page-template-template-2025 section.value .value-sidebar-contain .value-sidebar .area-link.is-active .area-icon {
  -webkit-filter: invert(49%) sepia(50%) saturate(404%) hue-rotate(147deg) brightness(91%) contrast(91%);
          filter: invert(49%) sepia(50%) saturate(404%) hue-rotate(147deg) brightness(91%) contrast(91%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.page-template-template-2025 section.value .value-sidebar-contain .value-sidebar .area-link:hover span:after, body.page-template-template-2025 section.value .value-sidebar-contain .value-sidebar .area-link.is-active span:after {
  color: #478CA0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body.page-template-template-2025 section.value .value-sidebar-contain .value-sidebar .section-label {
  color: #fff;
  padding-bottom: 15px;
}

body.page-template-template-2025 section.value .value-sidebar-contain .value-sidebar .area-all-link {
  margin-top: 30px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px;
  width: 100%;
  border-bottom: 3px solid #1C515D;
  background: #2B6573;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
}

body.page-template-template-2025 section.value .top-details {
  max-width: 740px;
}

body.page-template-template-2025 section.value .content-container {
  margin-top: 60px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.value .content-container {
    margin-top: 40px;
  }
}

body.page-template-template-2025 section.value .value-main-slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.63636364%;
          flex: 0 0 63.63636364%;
  width: 63.63636364%;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.value .value-main-slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

body.page-template-template-2025 section.value .value-main-slider .slick-arrow {
  position: absolute;
  left: 140px;
  top: calc(100% + 30px);
  color: #478CA0;
  font-weight: 400;
  font-size: 18px;
  padding-left: 30px;
  line-height: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body.page-template-template-2025 section.value .value-main-slider .slick-arrow img {
  position: absolute;
  left: 0;
  top: 1px;
}

body.page-template-template-2025 section.value .value-main-slider .slick-arrow.next-arrow {
  padding-left: 0;
  padding-right: 30px;
}

body.page-template-template-2025 section.value .value-main-slider .slick-arrow.next-arrow img {
  left: auto;
  right: 0;
}

body.page-template-template-2025 section.value .value-main-slider .slick-list {
  height: 100%;
}

body.page-template-template-2025 section.value .value-main-slider .slick-list .slick-track {
  height: 100%;
}

body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item {
  height: 100%;
  padding: 50px 25px 25px 14.28571429%;
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item {
    padding: 0;
  }
}

body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-text {
  background-color: #478CA0;
  padding: 50px 60px 95px 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 580px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-text {
    max-width: 580px;
    width: 100%;
    padding: 40px 50px 85px 50px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-text {
    padding: 30px 30px 65px 30px;
    position: relative;
  }
}

body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #FFFFFF;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-title {
    font-size: 30px;
    line-height: 38px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-title {
    font-size: 25px;
    line-height: 35px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-title {
    font-size: 22px;
    line-height: 32px;
  }
}

body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-content {
  font-weight: 400;
  font-size: 24px;
  line-height: 139.4%;
  color: #FFFFFF;
  margin-top: 10px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-content {
    font-size: 22px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-content {
    font-size: 18px;
  }
}

body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-content ul:last-child {
  margin-bottom: 0;
}

body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-arrows {
  position: absolute;
  left: 30px;
  bottom: 25px;
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-arrows .slick-arrow {
  position: relative;
  left: 0;
  top: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-arrows .slick-arrow {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-text .value-slider-text-arrows .slick-arrow {
    font-size: 15px;
  }
}

body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-image {
  background-size: cover;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-image {
    min-height: 700px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.value .value-main-slider .value-slider-item .item .value-slider-image {
    min-height: auto;
    padding-top: 60%;
    height: 0;
  }
}

body.page-template-template-2025 section.value .value-secondary-slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.27272727%;
          flex: 0 0 27.27272727%;
  width: 27.27272727%;
  margin-top: 25px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.value .value-secondary-slider {
    display: none;
  }
}

body.page-template-template-2025 section.value .value-secondary-slider .value-slider-item {
  padding: 25px;
}

body.page-template-template-2025 section.value .value-secondary-slider .value-slider-item .value-slider-image {
  background-size: cover;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

body.page-template-template-2025 section.value .value-secondary-slider .value-slider-item .value-slider-image .value-slider-title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding: 45px 60px;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
}

body.page-template-template-2025 section.value .value-secondary-slider .value-slider-item .value-slider-image .value-slider-title:before {
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #478CA0;
  opacity: 0.9;
}

body.page-template-template-2025 section.value .value-secondary-slider .value-slider-item .value-slider-image .value-slider-title .cell {
  width: 100%;
  position: relative;
}

body.page-template-template-2025 section.value .value-img-contain {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

body.page-template-template-2025 section.value .value-img-contain.is-active {
  opacity: 1;
  position: relative;
}

body.page-template-template-2025 section.value .area-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.page-template-template-2025 section.value .circle-load {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.page-template-template-2025 section.value .circle-load::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: conic-gradient(#478CA0 var(--progress, 60deg), transparent var(--progress, 60deg));
  transition: --progress 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.page-template-template-2025 section.community .content-container {
  position: relative;
}

body.page-template-template-2025 section.community .content-container:before {
  content: '';
  width: 100%;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  background-color: #F7F7F7;
  z-index: 1;
}

body.page-template-template-2025 section.community .slick-arrow {
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  color: #478CA0;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.community .slick-arrow {
    left: 0;
    font-size: 16px;
  }
}

body.page-template-template-2025 section.community .slick-arrow img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

body.page-template-template-2025 section.community .slick-arrow.slick-next {
  left: calc(25.487877% - 30px);
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.community .slick-arrow.slick-next {
    right: 0;
    left: auto;
  }
}

body.page-template-template-2025 section.community .slick-arrow.slick-next img {
  margin-left: 10px;
  margin-right: 0px;
}

body.page-template-template-2025 section.community .community-slider {
  width: 100vw;
  position: relative;
  left: calc(50% - 70px);
  right: 50%;
  margin-left: calc(-50% - 70px);
  margin-right: -50vw;
  max-width: 100vw;
  margin-top: 85px;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.community .community-slider {
    width: 91.6666666667%;
    position: relative;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    margin-top: 30px;
  }
}

body.page-template-template-2025 section.community .community-slider .community-slider-item {
  padding: 0 30px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section.community .community-slider .community-slider-item {
    padding: 0;
  }
}

body.page-template-template-2025 section.community .community-slider .community-slider-item .community-slider-image {
  background-size: cover;
  padding-top: 118%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

body.page-template-template-2025 section.community .community-slider .community-slider-item .community-slider-image .community-slider-heading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 40px 30px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #1C1C1C;
}

body.page-template-template-2025 section.community .community-slider .community-slider-item .community-slider-image .community-slider-heading:before {
  content: '';
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(rgba(247, 247, 247, 0.9)));
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.9) 100%);
}

body.page-template-template-2025 section.community .community-slider .community-slider-item .community-slider-image .community-slider-heading .cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  position: relative;
}

body.page-template-template-2025 section.whats-next {
  padding: 150px 0 300px 15px !important;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.whats-next {
    padding: 100px 0 200px 15px !important;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.whats-next {
    padding: 80px 0 150px 15px !important;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section.whats-next {
    padding: 60px 15px 170px 15px !important;
  }
}

body.page-template-template-2025 section.whats-next .top-details {
  padding-right: 90px;
}

@media screen and (max-width: 49.9375em) {
  body.page-template-template-2025 section.whats-next .top-details {
    padding-right: 0;
    padding-bottom: 25px;
  }
}

body.page-template-template-2025 section.whats-next .partners {
  position: absolute;
  margin: 0;
  text-align: center;
  font-size: 14em;
  font-weight: bold;
  color: #1c1c1c;
  line-height: 1em;
  bottom: -66px;
  width: 100%;
  letter-spacing: -10px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.whats-next .partners {
    font-size: 9em;
    letter-spacing: -8px;
    bottom: -36px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2025 section.whats-next .partners {
    font-size: 5em;
    letter-spacing: -6px;
    bottom: -20px;
  }
}

@media print, screen and (max-width: 19.99875em) {
  body.page-template-template-2025 section.whats-next .partners {
    font-size: 4em;
    letter-spacing: -4px;
    bottom: -16px;
  }
}

body.page-template-template-2025 section.whats-next .link-container {
  margin: 0;
  list-style: none;
}

body.page-template-template-2025 section.whats-next .link-container li a {
  margin-bottom: 70px;
  font-size: 42px;
  line-height: normal;
  font-weight: 500;
  display: table;
  padding-left: 65px;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-2025 section.whats-next .link-container li a {
    font-size: 25px;
    line-height: normal;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-2025 section.whats-next .link-container li a {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: normal;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-2025 section.whats-next .link-container li a {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: normal;
  }
}

body.page-template-template-2025 section.whats-next .link-container li a:hover img {
  left: 0px;
}

body.page-template-template-2025 section.whats-next .link-container li a img {
  position: absolute;
  top: 12px;
  left: -5px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 section.whats-next .link-container li a img {
    width: 26px;
  }
}

body.page-template-template-2025 #growthbits .alm-btn-wrap {
  display: none !important;
}

body.page-template-template-2025 #growthbits .masonry-grid {
  margin-top: 0 !important;
}

body.page-template-template-2025 #growthbits .masonry-grid .column, body.page-template-template-2025 #growthbits .masonry-grid .columns {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 100% !important;
          flex: 0 1 100% !important;
}

body.page-template-template-2025 #growthbits .view-all-gb-btn {
  background-color: #2B6573;
  -webkit-box-shadow: 0 3px 0 0 #1C515D;
  box-shadow: 0 3px 0 0 #1C515D;
  text-align: center;
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 0.8rem;
  padding: 15px 25px 12px 25px;
  font-weight: 500;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
  display: table;
  margin: 20px auto 0 auto;
  -webkit-transition: background-color 0.5s, top 0.5, -webkit-box-shadow 0.5;
  transition: background-color 0.5s, top 0.5, -webkit-box-shadow 0.5;
  transition: background-color 0.5s, top 0.5, box-shadow 0.5;
  transition: background-color 0.5s, top 0.5, box-shadow 0.5, -webkit-box-shadow 0.5;
}

body.page-template-template-2025 #growthbits .view-all-gb-btn:hover {
  background-color: #1C515D;
}

body.page-template-template-2025 #growthbits .grid-item {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px !important;
  border-bottom: 0px solid transparent !important;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 #growthbits .grid-item {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
}

body.page-template-template-2025 #growthbits .grid-item .featured-tag-container {
  padding: 30px 60px 0px 60px;
  position: relative;
  top: 10px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 #growthbits .grid-item .featured-tag-container {
    padding: 30px 30px 0px 30px;
  }
}

body.page-template-template-2025 #growthbits .grid-item .featured-tag-container .featured-tag {
  display: table;
  background-color: #488CA1;
  left: 0px;
  top: 0;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2px;
  color: #fff;
}

body.page-template-template-2025 #growthbits .grid-item .featured-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 #growthbits .grid-item .featured-container {
    padding: 30px 30px;
  }
}

body.page-template-template-2025 #growthbits .grid-item .featured-container.sales-color .image-container .image {
  border: 4px solid #808066;
}

body.page-template-template-2025 #growthbits .grid-item .featured-container.sales-color .text-container .category {
  color: #808066;
}

body.page-template-template-2025 #growthbits .grid-item .featured-container.finance-color .image-container .image {
  border: 4px solid #0f813c;
}

body.page-template-template-2025 #growthbits .grid-item .featured-container.finance-color .text-container .category {
  color: #0f813c;
}

body.page-template-template-2025 #growthbits .grid-item .featured-container.technology-color .image-container .image {
  border: 4px solid #488ca1;
}

body.page-template-template-2025 #growthbits .grid-item .featured-container.technology-color .text-container .category {
  color: #488ca1;
}

body.page-template-template-2025 #growthbits .grid-item .featured-container.marketing-color .image-container .image {
  border: 4px solid #4747a1;
}

body.page-template-template-2025 #growthbits .grid-item .featured-container.marketing-color .text-container .category {
  color: #4747a1;
}

body.page-template-template-2025 #growthbits .grid-item .featured-container.leadership-color .image-container .image {
  border: 4px solid #478CCC;
}

body.page-template-template-2025 #growthbits .grid-item .featured-container.leadership-color .text-container .category {
  color: #478CCC;
}

body.page-template-template-2025 #growthbits .grid-item .featured-container .image-container {
  width: 120px;
  display: table-cell;
  vertical-align: middle;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 #growthbits .grid-item .featured-container .image-container {
    display: table;
  }
}

body.page-template-template-2025 #growthbits .grid-item .featured-container .image-container .image {
  height: 90px;
  width: 90px;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #488CA1;
  display: table;
}

body.page-template-template-2025 #growthbits .grid-item .featured-container .text-container {
  width: calc(100% - 120px);
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 #growthbits .grid-item .featured-container .text-container {
    width: 100%;
  }
}

body.page-template-template-2025 #growthbits .grid-item .featured-container .text-container .category {
  color: #488CA1;
  font-size: 16px;
  line-height: 16px;
}

body.page-template-template-2025 #growthbits .grid-item .featured-container .text-container .bit-title {
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0px;
  color: #505050;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-2025 #growthbits .grid-item .featured-container .text-container .bit-title {
    font-size: 19px;
    line-height: 23px;
  }
}

body.page-template-template-2025 #growthbits .grid-item .featured-container .text-container .bit-title a {
  color: #505050;
  display: table;
}

body.page-template-template-2025 #growthbits .grid-item .featured-container .text-container .bit-title a:hover {
  color: #000000;
}

body.page-template-template-2025 #growthbits .grid-item .featured-container .text-container .author {
  color: #999999;
  font-size: 18px;
  line-height: 18px;
  top: 0;
  text-align: left;
}

body.page-template-template-2025 .section.top .svg-yir-contain .llr-yir-light {
  opacity: 0;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2025 .section.top .svg-yir-contain .llr-yir-dark {
  opacity: 1;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2025 .section.top .together-svg.dark {
  opacity: 1 !important;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2025 .section.top .together-svg.light {
  opacity: 0;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2025 .section.top .image {
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2025 .section.top .bg-light-image {
  opacity: 1;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2025 .section.top .number-image g {
  opacity: 1 !important;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2025 .section.top .number-image path {
  fill: #498492;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2025 .section.top .yir-heading,
body.page-template-template-2025 .section.top .text {
  color: #1C1C1C !important;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.page-template-template-2025 #shadow-host-companion {
  display: none;
}

body.page-template-template-20th-anniversary .tooltip {
  display: none !important;
}

body.page-template-template-20th-anniversary.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

body.page-template-template-20th-anniversary .reveal {
  background-position: center;
  background-size: cover;
  width: 100vw !important;
  padding: 0px !important;
}

body.page-template-template-20th-anniversary .reveal .close-button {
  left: 35px;
  top: 130px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

body.page-template-template-20th-anniversary .reveal .close-button i {
  color: #498492;
}

body.page-template-template-20th-anniversary .reveal .close-button i:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
  position: relative;
  top: -2px;
}

body.page-template-template-20th-anniversary .reveal .logo {
  display: table;
  width: 120px;
  margin-top: 50px;
  position: fixed;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary .reveal .logo {
    width: 100px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary .reveal .logo {
    width: 80px;
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary .reveal .logo {
    width: 60px;
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary .reveal .logo {
    width: 45px;
    margin-top: 20px;
  }
}

body.page-template-template-20th-anniversary .reveal .logo img {
  max-width: 50px;
  position: relative;
  margin: auto;
  display: table;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary .reveal .logo img {
    max-width: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary .reveal .logo img {
    max-width: 35px;
  }
}

body.page-template-template-20th-anniversary .reveal .twenty-overlay-container {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary .reveal .twenty-overlay-container {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary .reveal .twenty-overlay-container {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary .reveal .twenty-overlay-container {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}

body.page-template-template-20th-anniversary .reveal .twenty-overlay-container .growthbit-heading {
  color: #498492;
  font-size: 29px;
  font-weight: 600;
  padding-right: 193px;
  position: relative;
  display: table;
}

body.page-template-template-20th-anniversary .reveal .twenty-overlay-container .growthbit-heading img {
  max-width: 185px;
  position: absolute;
  right: 0;
  top: -10px;
  display: table;
}

body.page-template-template-20th-anniversary .reveal .twenty-overlay-container .form-caption {
  color: #505050;
  margin-top: 5vh;
  margin-bottom: 10px;
}

body.page-template-template-20th-anniversary .reveal .twenty-overlay-container .insights-form-container {
  background-color: #ffffff;
  padding: 40px 0;
}

body.page-template-template-20th-anniversary .reveal .twenty-overlay-container .insights-form-container .form-text {
  color: #498492;
  font-size: 35px;
  font-weight: 600;
  line-height: 38px;
  padding: 0 30px;
}

body.page-template-template-20th-anniversary .reveal .twenty-overlay-container .insights-form-container .form-container {
  padding-left: 10px;
}

body.page-template-template-20th-anniversary .reveal .twenty-overlay-container .insights-form-container .form-container .gform_wrapper {
  background-color: #ffffff;
}

body.page-template-template-20th-anniversary .height100 {
  height: 100%;
}

body.page-template-template-20th-anniversary .row {
  max-width: 1550px;
}

body.page-template-template-20th-anniversary .site-header {
  display: none;
}

body.page-template-template-20th-anniversary .site-footer {
  display: none;
}

body.page-template-template-20th-anniversary .twenty-side-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: background-color 0.5s, width 0.5s;
  transition: background-color 0.5s, width 0.5s;
}

body.page-template-template-20th-anniversary .twenty-side-nav .white-bg-nav {
  border-left: 120px solid #ffffff;
  border-right: 120px solid #ffffff;
  border-top: 6vh solid #ffffff;
  border-bottom: 6vh solid #ffffff;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: border 0.5s, background-color 0.5s;
  transition: border 0.5s, background-color 0.5s;
  z-index: -1;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .white-bg-nav {
    border-left: 100px solid #ffffff;
    border-right: 100px solid #ffffff;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .white-bg-nav {
    border-left: 80px solid #ffffff;
    border-right: 80px solid #ffffff;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .white-bg-nav {
    border-left: 60px solid #ffffff;
    border-right: 60px solid #ffffff;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .white-bg-nav {
    border-left: 45px solid #ffffff;
    border-right: 45px solid #ffffff;
    border-top: 40px solid #ffffff;
    border-bottom: 0 solid #ffffff;
  }
}

body.page-template-template-20th-anniversary .twenty-side-nav .white-bg-nav.lessons {
  border-top: 28vh solid #ffffff;
  border-bottom: 28vh solid #ffffff;
}

body.page-template-template-20th-anniversary .twenty-side-nav .white-bg-nav.toc {
  border-top: 15vh solid #ffffff;
  border-bottom: 15vh solid #ffffff;
  border-right: 55vw solid #ffffff;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary .twenty-side-nav .white-bg-nav.toc {
    border-top: 10vh solid #ffffff;
    border-bottom: 10vh solid #ffffff;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .white-bg-nav.toc {
    border-top: 10vh solid #ffffff;
    border-bottom: 10vh solid #ffffff;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .white-bg-nav.toc {
    border-top: 8vh solid #ffffff;
    border-bottom: 8vh solid #ffffff;
  }
}

body.page-template-template-20th-anniversary .twenty-side-nav .white-bg-nav.thank-you {
  border-top: 15vh solid #ffffff;
  border-bottom: 15vh solid #ffffff;
  border-left: 55vw solid #ffffff;
  background-color: #ffffff;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary .twenty-side-nav .white-bg-nav.thank-you {
    border-top: 10vh solid #ffffff;
    border-bottom: 10vh solid #ffffff;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .white-bg-nav.thank-you {
    border-top: 10vh solid #ffffff;
    border-bottom: 10vh solid #ffffff;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .white-bg-nav.thank-you {
    border-top: 8vh solid #ffffff;
    border-bottom: 8vh solid #ffffff;
  }
}

body.page-template-template-20th-anniversary .twenty-side-nav .white-bg-nav.is-full {
  border-top: 0 solid #ffffff;
  border-bottom: 0 solid #ffffff;
  border-left: 0 solid #ffffff;
  border-right: 0 solid #ffffff;
}

body.page-template-template-20th-anniversary .twenty-side-nav .logo {
  display: table;
  width: 120px;
  margin-top: 50px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .logo {
    width: 100px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .logo {
    width: 80px;
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .logo {
    width: 60px;
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .logo {
    width: 45px;
    margin-top: 20px;
  }
}

body.page-template-template-20th-anniversary .twenty-side-nav .logo img {
  max-width: 50px;
  position: relative;
  margin: auto;
  display: table;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .logo img {
    max-width: 40px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .logo img {
    max-width: 35px;
  }
}

body.page-template-template-20th-anniversary .twenty-side-nav .slide-num-container {
  position: absolute;
  bottom: 45px;
  right: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body.page-template-template-20th-anniversary .twenty-side-nav .slide-num-container.is-visible {
  opacity: 1;
}

@media screen and (max-height: 700px) {
  body.page-template-template-20th-anniversary .twenty-side-nav .slide-num-container.is-visible {
    opacity: 0;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .slide-num-container {
    bottom: 25px;
    right: 30px;
  }
}

@media screen and (max-width: 89.99875em) and (max-height: 700px) {
  body.page-template-template-20th-anniversary .twenty-side-nav .slide-num-container {
    opacity: 0;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .slide-num-container {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 79.99875em) and (max-height: 700px) {
  body.page-template-template-20th-anniversary .twenty-side-nav .slide-num-container {
    opacity: 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .slide-num-container {
    bottom: 10px;
    right: 15px;
  }
}

@media screen and (max-width: 63.99875em) and (max-height: 700px) {
  body.page-template-template-20th-anniversary .twenty-side-nav .slide-num-container {
    opacity: 0;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary .twenty-side-nav .slide-num-container {
    display: none;
  }
}

body.page-template-template-20th-anniversary .twenty-side-nav .slide-num-container #slide-num {
  color: #999999;
}

body.page-template-template-20th-anniversary main {
  max-width: calc(100vw - 350px);
  width: 100%;
  margin: auto;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary main {
    max-width: calc(100vw - 300px);
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary main {
    max-width: calc(100vw - 300px);
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary main {
    max-width: calc(100vw - 250px);
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary main {
    max-width: calc(100vw - 180px);
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary main {
    max-width: calc(100vw - 120px);
  }
}

body.page-template-template-20th-anniversary section {
  min-height: 100vh;
  padding: 15vh 0 !important;
  position: relative;
}

body.page-template-template-20th-anniversary section.has-tip {
  border-bottom: dotted 0px #505050;
  font-weight: unset;
  cursor: auto;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section {
    padding: 10vh 0 !important;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section {
    padding: 10vh 0 !important;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section {
    padding: 40px 0 !important;
    min-height: auto;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary section {
    padding: 30px 0 !important;
  }
}

body.page-template-template-20th-anniversary section .fp-tableCell .fp-scrollable .fp-scroller {
  padding-bottom: 20vh;
}

body.page-template-template-20th-anniversary section .next-slide {
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 50px;
  left: 0px;
  display: table;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section .next-slide {
    left: -10px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section .next-slide {
    left: -30px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section .next-slide {
    display: none;
  }
}

body.page-template-template-20th-anniversary section .next-slide .scroll-text {
  font-size: 14px;
  color: #505050;
  text-transform: uppercase;
  line-height: 14px;
  display: table;
  width: 100%;
  text-align: right;
  position: absolute;
  left: 0px;
  top: 10px;
}

body.page-template-template-20th-anniversary section .next-slide:after {
  content: '';
  position: fixed;
  height: 5px;
  width: 100%;
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#A8E8F4), to(#498492));
  background: linear-gradient(to right, #A8E8F4, #498492);
}

body.page-template-template-20th-anniversary section .top-heading {
  color: #1C1C1C;
  font-size: 44px;
  font-weight: 600;
  margin-top: 100px;
  margin-bottom: 25px;
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-20th-anniversary section .top-heading {
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section .top-heading {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section .top-heading {
    font-size: 36px;
    line-height: 40px;
    margin-top: 50px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section .top-heading {
    font-size: 30px;
  }
}

body.page-template-template-20th-anniversary section .top-heading span {
  color: #478ca0;
}

body.page-template-template-20th-anniversary section .top-details {
  font-size: 18px;
  color: #1C1C1C;
}

@media screen and (min-width: 80em) {
  body.page-template-template-20th-anniversary section .top-details {
    font-size: 22px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section .top-details {
    font-size: 16px;
  }
}

@media screen and (min-width: 64em) and (max-height: 775px) {
  body.page-template-template-20th-anniversary section .top-details {
    font-size: 16px;
  }
}

body.page-template-template-20th-anniversary section.top {
  position: relative;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.top {
    padding: 100px 0 60px 0 !important;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary section.top {
    padding: 100px 0 40px 0 !important;
  }
}

body.page-template-template-20th-anniversary section.top .celebrate-logo {
  position: absolute;
  top: 100px;
  right: -20px;
  max-width: 300px;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section.top .celebrate-logo {
    top: 10vh;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.top .celebrate-logo {
    top: 9vh;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.top .celebrate-logo {
    max-width: 250px;
    top: 8vh;
    right: -15px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.top .celebrate-logo {
    max-width: 220px;
    top: 60px;
    left: 10px;
  }
}

body.page-template-template-20th-anniversary section.top .top-content-container {
  height: calc(100% - 30vh);
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.top .top-content-container {
    height: calc(100% - 20vh);
  }
}

body.page-template-template-20th-anniversary section.top .number {
  color: #999999;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section.top .number {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.top .number {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.top .number {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.top .number {
    font-size: 14px;
  }
}

body.page-template-template-20th-anniversary section.top .heading {
  font-size: 80px;
  color: #1C1C1C;
  font-weight: 100;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section.top .heading {
    font-size: 70px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.top .heading {
    font-size: 70px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.top .heading {
    font-size: 60px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.top .heading {
    font-size: 45px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.top .heading {
    font-size: 38px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary section.top .heading {
    font-size: 35px;
  }
}

body.page-template-template-20th-anniversary section.top .details {
  color: #505050;
  max-width: 48vw;
  font-weight: 400;
}

@media screen and (max-height: 800px) {
  body.page-template-template-20th-anniversary section.top .details p {
    font-size: 15px;
    line-height: 20px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.top .details {
    max-width: 48vw;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.top .details {
    max-width: 57vw;
  }
  body.page-template-template-20th-anniversary section.top .details p {
    font-size: 15px;
    line-height: 20px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.top .details {
    max-width: 100%;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.top .details {
    font-size: 15px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.top .details img {
    max-width: 200px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.top .details img {
    max-width: 170px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.top .details img {
    max-width: 150px;
  }
}

body.page-template-template-20th-anniversary section.top a.blue-button {
  background-color: #498492;
  color: #ffffff;
  display: table;
  padding: 18px 50px 18px 25px;
  margin-top: calc(100vh - 930px);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section.top a.blue-button {
    margin-top: calc(100vh - 790px);
  }
}

@media screen and (max-height: 800px) {
  body.page-template-template-20th-anniversary section.top a.blue-button {
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.top a.blue-button {
    margin-top: 40px;
    font-size: 15px;
    line-height: 15px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.top a.blue-button {
    padding: 15px 43px 14px 20px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.top a.blue-button {
    display: none;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary section.top a.blue-button {
    font-size: 14px;
    line-height: 14px;
    margin-top: 30px;
  }
}

body.page-template-template-20th-anniversary section.top a.blue-button i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: table;
  position: absolute;
  right: 9px;
  top: calc(50% - 3px);
  font-size: 18px;
  font-weight: 100;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.top a.blue-button i {
    font-size: 14px;
    top: calc(50% - 2px);
  }
}

body.page-template-template-20th-anniversary section.top .feature-insight-container {
  position: absolute;
  right: -140px;
  width: 520px;
}

body.page-template-template-20th-anniversary section.top .feature-insight-container .slick-arrow {
  display: none !important;
}

body.page-template-template-20th-anniversary section.top .feature-insight-container .slick-slide {
  padding-left: 220px;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section.top .feature-insight-container {
    right: -120px;
    width: 470px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.top .feature-insight-container {
    right: -120px;
    width: 470px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.top .feature-insight-container {
    right: -90px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.top .feature-insight-container {
    display: none;
  }
}

body.page-template-template-20th-anniversary section.top .feature-insight-container .text-container {
  position: absolute;
  left: 0;
  width: 250px;
  top: 50px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.top .feature-insight-container .text-container {
    position: relative;
    left: 0;
    width: 250px;
    top: 0px;
  }
}

body.page-template-template-20th-anniversary section.top .feature-insight-container .text-container .feature-title {
  color: #999999;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 15px;
}

body.page-template-template-20th-anniversary section.top .feature-insight-container .text-container .name-container {
  color: #999999;
  background-color: #ffffff;
  font-size: 14px;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
}

body.page-template-template-20th-anniversary section.top .feature-insight-container .text-container .name-container .name {
  color: #498492;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}

body.page-template-template-20th-anniversary section.top .feature-insight-container .text-container .name-container .job-title {
  color: #505050;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  max-width: 190px;
  line-height: 14px;
}

body.page-template-template-20th-anniversary section.top .feature-insight-container .image-container {
  width: 300px;
  position: relative;
  right: 0;
  top: 0;
  z-index: 0;
  height: 300px;
  border-radius: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section.top .feature-insight-container .image-container {
    width: 250px;
    height: 250px;
    border-radius: 250px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.top .feature-insight-container .image-container {
    width: 250px;
    height: 250px;
    border-radius: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container {
    padding-bottom: 20vh;
  }
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .lesson-header-container,
body.page-template-template-20th-anniversary section.toc .lesson-container .lesson-header-container {
  padding: 0 20px;
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .lesson-header-container .header-container,
body.page-template-template-20th-anniversary section.toc .lesson-container .lesson-header-container .header-container {
  padding: 0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .lesson-header-container .header-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .lesson-header-container .header-container {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .lesson-header-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .lesson-header-container {
    padding: 0 15px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .lesson-header-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .lesson-header-container {
    padding: 0 10px;
  }
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .lesson-header-container .row-number,
body.page-template-template-20th-anniversary section.toc .lesson-container .lesson-header-container .row-number {
  color: #999999;
  font-size: 24px;
  font-weight: 500;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .lesson-header-container .row-number,
  body.page-template-template-20th-anniversary section.toc .lesson-container .lesson-header-container .row-number {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .lesson-header-container .row-number,
  body.page-template-template-20th-anniversary section.toc .lesson-container .lesson-header-container .row-number {
    font-size: 18px;
  }
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .lesson-header-container .lesson-title,
body.page-template-template-20th-anniversary section.toc .lesson-container .lesson-header-container .lesson-title {
  font-size: 36px;
  color: #498492;
  font-weight: 500;
  line-height: 36px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .lesson-header-container .lesson-title,
  body.page-template-template-20th-anniversary section.toc .lesson-container .lesson-header-container .lesson-title {
    font-size: 32px;
    line-height: 32px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .lesson-header-container .lesson-title,
  body.page-template-template-20th-anniversary section.toc .lesson-container .lesson-header-container .lesson-title {
    font-size: 27px;
    line-height: 27px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .lesson-header-container .lesson-title,
  body.page-template-template-20th-anniversary section.toc .lesson-container .lesson-header-container .lesson-title {
    font-size: 22px;
    line-height: 22px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .gb-popup-link,
  body.page-template-template-20th-anniversary section.toc .lesson-container .gb-popup-link {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .gb-popup-link a,
body.page-template-template-20th-anniversary section.toc .lesson-container .gb-popup-link a {
  font-size: 14px;
  line-height: 14px;
  color: #505050;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  left: 180px;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .gb-popup-link a,
  body.page-template-template-20th-anniversary section.toc .lesson-container .gb-popup-link a {
    left: 140px;
  }
}

@media screen and (max-height: 700px) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .gb-popup-link a,
  body.page-template-template-20th-anniversary section.toc .lesson-container .gb-popup-link a {
    left: 90px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .gb-popup-link a,
  body.page-template-template-20th-anniversary section.toc .lesson-container .gb-popup-link a {
    left: 140px;
  }
}

@media screen and (max-width: 89.99875em) and (max-height: 700px) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .gb-popup-link a,
  body.page-template-template-20th-anniversary section.toc .lesson-container .gb-popup-link a {
    left: 90px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .gb-popup-link a,
  body.page-template-template-20th-anniversary section.toc .lesson-container .gb-popup-link a {
    left: 100px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .gb-popup-link a,
  body.page-template-template-20th-anniversary section.toc .lesson-container .gb-popup-link a {
    left: 0px;
  }
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .gb-popup-link a i,
body.page-template-template-20th-anniversary section.toc .lesson-container .gb-popup-link a i {
  color: #498492;
  margin-left: 10px;
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container {
  margin-top: 20px;
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns {
  padding: 20px;
  margin-bottom: 0;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns {
    padding: 15px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns {
    padding: 10px;
  }
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight {
  background-color: #ffffff;
  display: table;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EAEAEA;
  padding: 20px;
  height: 100%;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight {
    padding: 15px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight {
    display: table;
  }
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .image-container, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .image-container,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .image-container,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .image-container {
  width: 200px;
  float: left;
  padding: 20px 20px 20px 0;
  position: relative;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .image-container, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .image-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .image-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .image-container {
    padding: 15px 20px 15px 0;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .image-container, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .image-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .image-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .image-container {
    padding: 10px 15px 10px 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .image-container, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .image-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .image-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .image-container {
    width: 100%;
    float: none;
    padding: 10px 0px 10px 0;
  }
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .image-container:after, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .image-container:after,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .image-container:after,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .image-container:after {
  content: '';
  background-color: #EAEAEA;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  max-height: 200px;
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .image-container .image, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .image-container .image,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .image-container .image,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .image-container .image {
  margin: auto;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .image-container .image, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .image-container .image,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .image-container .image,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .image-container .image {
    height: 80px;
    width: 80px;
  }
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .image-container .name, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .image-container .name,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .image-container .name,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .image-container .name {
  text-align: center;
  margin-top: 10px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .image-container .name, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .image-container .name,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .image-container .name,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .image-container .name {
    font-size: 15px;
  }
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .image-container .company, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .image-container .company,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .image-container .company,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .image-container .company {
  text-transform: uppercase;
  color: #999999;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 15px;
  margin-top: 5px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .image-container .company, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .image-container .company,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .image-container .company,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .image-container .company {
    font-size: 14px;
    line-height: 14px;
  }
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container {
  width: calc(100% - 200px);
  padding: 20px 20px 60px 40px;
  position: relative;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container {
    padding: 15px 15px 55px 30px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container {
    padding: 10px 10px 55px 25px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container {
    padding: 10px 10px 40px 25px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container {
    width: 100%;
    padding: 10px 10px 40px 10px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container .details, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container .details,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container .details,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container .details {
    font-size: 15px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container .details p, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container .details p,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container .details p,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container .details p {
    font-size: 15px;
    line-height: 21px;
  }
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container .details p:last-child, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container .details p:last-child,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container .details p:last-child,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container .details p:last-child {
  margin-bottom: 0;
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container .share-container, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container .share-container,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container .share-container,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container .share-container {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #999999;
  font-size: 14px;
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container .share-container, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container .share-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container .share-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container .share-container {
    bottom: 0px;
    text-align: right;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container .share-container, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container .share-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container .share-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container .share-container {
    bottom: 0px;
    right: 10px;
    font-size: 14px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container .share-container, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container .share-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container .share-container,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container .share-container {
    text-align: left;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container .share-container .share-text, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container .share-container .share-text,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container .share-container .share-text,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container .share-container .share-text {
    max-width: 100%;
    display: block;
    text-align: right;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container .share-container .share-text, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container .share-container .share-text,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container .share-container .share-text,
  body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container .share-container .share-text {
    display: inline-block;
    text-align: left;
  }
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container .share-container .links, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container .share-container .links,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container .share-container .links,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container .share-container .links {
  width: 220px;
}

body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .column .insight .details-container .share-container .links a, body.page-template-template-20th-anniversary section.lesson .lesson-container .insight-container .columns .insight .details-container .share-container .links a,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .column .insight .details-container .share-container .links a,
body.page-template-template-20th-anniversary section.toc .lesson-container .insight-container .columns .insight .details-container .share-container .links a {
  max-width: 19px;
  display: inline-block;
  width: 100%;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

body.page-template-template-20th-anniversary .iScrollVerticalScrollbar {
  display: none;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.toc {
    display: none;
  }
}

body.page-template-template-20th-anniversary section.toc .lesson-container {
  position: absolute;
  width: 100%;
}

body.page-template-template-20th-anniversary section.toc .lesson-container .lesson-header-container .lesson-title {
  text-align: right;
  padding-right: 16%;
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.toc .lesson-container .lesson-header-container .lesson-title {
    padding-right: 21%;
  }
}

body.page-template-template-20th-anniversary section.toc .top-content-container {
  height: calc(100% - 30vh);
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.toc .top-content-container {
    height: calc(100% - 20vh);
  }
}

body.page-template-template-20th-anniversary section.toc .number {
  color: #999999;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section.toc .number {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.toc .number {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.toc .number {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.toc .number {
    font-size: 14px;
  }
}

body.page-template-template-20th-anniversary section.toc .heading {
  font-size: 70px;
  color: #1C1C1C;
  font-weight: 100;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section.toc .heading {
    font-size: 60px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.toc .heading {
    font-size: 60px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.toc .heading {
    font-size: 50px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.toc .heading {
    font-size: 45px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.toc .heading {
    font-size: 38px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary section.toc .heading {
    font-size: 35px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.toc .details img {
    max-width: 200px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.toc .details img {
    max-width: 170px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.toc .details img {
    max-width: 150px;
  }
}

body.page-template-template-20th-anniversary section.thank-you .thank-you-links {
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body.page-template-template-20th-anniversary section.thank-you .thank-you-links.is-visible {
  top: 45px;
  opacity: 1;
}

body.page-template-template-20th-anniversary section.thank-you .thank-you-links a {
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

body.page-template-template-20th-anniversary section.thank-you .thank-you-links a i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  font-size: 12px;
  height: 20px;
  width: 16px;
  margin-right: 5px;
}

body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container {
  height: 70vh;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container {
    height: 80vh;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container {
    height: 80vh;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container {
    height: auto;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .header-container {
    padding: 0;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .header-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-title {
  font-size: 80px;
  color: #1C1C1C;
  font-weight: 100;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-title {
    font-size: 70px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-title {
    font-size: 60px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-title {
    font-size: 50px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-title {
    font-size: 40px;
  }
}

body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-details {
  font-weight: 400;
  font-size: 17px;
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-details {
    max-width: 36vw;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-details {
    font-size: 15px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-details {
    margin-bottom: 30px;
    max-width: 100%;
  }
}

body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-details .share-container {
  color: #999999;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-details .share-container a {
  max-width: 18px;
  display: inline-block;
  width: 100%;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-form-container {
  border: 1px solid #EAEAEA;
  background-color: #ffffff;
  padding: 40px 40px 40px 40px;
  display: table;
  width: 100%;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-form-container {
    padding: 40px 30px 40px 30px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-form-container {
    padding: 40px 30px 40px 30px;
  }
}

body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-form-container .form-caption {
  color: #999999;
  margin-bottom: 20px;
  font-weight: 400;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-form-container .form-caption {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.thank-you .ty-container .ty-header-container .ty-form-container .form-caption {
    font-size: 14px;
  }
}

body.page-template-template-20th-anniversary section.thank-you .slick-20th {
  opacity: 1;
  position: absolute;
  right: 0;
  top: 15vh;
  width: 43vw;
  -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section.thank-you .slick-20th {
    top: 10vh;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.thank-you .slick-20th {
    top: 20vh;
    width: 40vw;
  }
}

@media screen and (max-width: 89.99875em) and (max-height: 750px) {
  body.page-template-template-20th-anniversary section.thank-you .slick-20th {
    top: 14vh;
  }
}

body.page-template-template-20th-anniversary section.thank-you .slick-20th .slick-arrow {
  display: none !important;
}

body.page-template-template-20th-anniversary section.thank-you .slick-20th .slick-slide {
  height: 70vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary section.thank-you .slick-20th .slick-slide {
    height: 80vh;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary section.thank-you .slick-20th .slick-slide {
    height: 60vh;
  }
}

@media screen and (max-width: 89.99875em) and (max-height: 750px) {
  body.page-template-template-20th-anniversary section.thank-you .slick-20th .slick-slide {
    height: 82vh;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary section.thank-you .slick-20th .slick-slide {
    height: calc(80vh - 260px);
  }
}

body.page-template-template-20th-anniversary .insights-form-container {
  margin: 0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary .insights-form-container {
    width: 100%;
    display: table;
  }
}

body.page-template-template-20th-anniversary .insights-form-container .form-text {
  color: #498492;
  font-size: 35px;
  font-weight: 600;
  line-height: 38px;
  padding: 0 30px 0 0;
}

body.page-template-template-20th-anniversary .insights-form-container .form-text span {
  display: table;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary .insights-form-container .form-text {
    font-size: 29px;
    line-height: 33px;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary .insights-form-container .form-text {
    font-size: 29px;
    line-height: 33px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary .insights-form-container .form-text {
    padding: 0;
  }
  body.page-template-template-20th-anniversary .insights-form-container .form-text span {
    display: inline-block;
  }
}

body.page-template-template-20th-anniversary .insights-form-container .form-container {
  padding-left: 10px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary .insights-form-container .form-container {
    padding-left: 0;
  }
}

body.page-template-template-20th-anniversary .insights-form-container .form-container .gform_wrapper {
  background-color: #ffffff;
}

body.page-template-template-20th-anniversary .insights-form-container .form-container .gform_wrapper .gform_heading {
  display: none;
}

body.page-template-template-20th-anniversary .insights-form-container .form-container .gform_wrapper .gform_body {
  width: calc(100% - 150px);
  float: left;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary .insights-form-container .form-container .gform_wrapper .gform_body {
    width: 100%;
    float: none;
  }
}

body.page-template-template-20th-anniversary .insights-form-container .form-container .gform_wrapper .gform_body .gform_fields .gfield {
  margin: 0;
}

body.page-template-template-20th-anniversary .insights-form-container .form-container .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  margin: 0;
}

body.page-template-template-20th-anniversary .insights-form-container .form-container .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="email"] {
  border-bottom: 2px solid #999999;
  color: #999999;
  margin: 0;
}

body.page-template-template-20th-anniversary .insights-form-container .form-container .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="email"]:-webkit-input-placeholder, body.page-template-template-20th-anniversary .insights-form-container .form-container .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="email"]:-ms-input-placeholder, body.page-template-template-20th-anniversary .insights-form-container .form-container .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="email"]:placeholder {
  color: #999999;
}

body.page-template-template-20th-anniversary .insights-form-container .form-container .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  width: 150px;
  float: right;
  clear: none;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary .insights-form-container .form-container .gform_wrapper .gform_footer {
    float: none;
    clear: both;
    margin-top: 20px;
  }
}

body.page-template-template-20th-anniversary .insights-form-container .form-container .gform_wrapper .gform_footer .button {
  margin-bottom: 0;
  width: 100%;
}

body.page-template-template-20th-anniversary .featured-container {
  display: table;
  width: 100%;
  padding: 30px 0 30px 0;
  position: relative;
}

body.page-template-template-20th-anniversary .featured-container.sales-color .image-container .image {
  border: 4px solid #808066;
}

body.page-template-template-20th-anniversary .featured-container.sales-color .text-container .category {
  color: #808066;
}

body.page-template-template-20th-anniversary .featured-container.finance-color .image-container .image {
  border: 4px solid #0f813c;
}

body.page-template-template-20th-anniversary .featured-container.finance-color .text-container .category {
  color: #0f813c;
}

body.page-template-template-20th-anniversary .featured-container.technology-color .image-container .image {
  border: 4px solid #488ca1;
}

body.page-template-template-20th-anniversary .featured-container.technology-color .text-container .category {
  color: #488ca1;
}

body.page-template-template-20th-anniversary .featured-container.marketing-color .image-container .image {
  border: 4px solid #4747a1;
}

body.page-template-template-20th-anniversary .featured-container.marketing-color .text-container .category {
  color: #4747a1;
}

body.page-template-template-20th-anniversary .featured-container.leadership-color .image-container .image {
  border: 4px solid #478CCC;
}

body.page-template-template-20th-anniversary .featured-container.leadership-color .text-container .category {
  color: #478CCC;
}

body.page-template-template-20th-anniversary .featured-container .image-container {
  width: 120px;
  display: table-cell;
  vertical-align: middle;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary .featured-container .image-container {
    display: table;
    vertical-align: none;
    margin-bottom: 10px;
  }
}

body.page-template-template-20th-anniversary .featured-container .image-container .image {
  height: 90px;
  width: 90px;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #488CA1;
  display: table;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary .featured-container .image-container .image {
    height: 70px;
    width: 70px;
  }
}

body.page-template-template-20th-anniversary .featured-container .text-container {
  width: 100%;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-20th-anniversary .featured-container .text-container {
    width: 100%;
  }
}

body.page-template-template-20th-anniversary .featured-container .text-container .category {
  color: #488CA1;
  font-size: 16px;
  line-height: 16px;
}

body.page-template-template-20th-anniversary .featured-container .text-container .bit-title {
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 10px;
  color: #505050;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary .featured-container .text-container .bit-title {
    font-size: 16px;
    line-height: 23px;
  }
}

body.page-template-template-20th-anniversary .featured-container .text-container .bit-title a {
  color: #505050;
  display: table;
}

body.page-template-template-20th-anniversary .featured-container .text-container .bit-title a:hover {
  color: #000000;
}

body.page-template-template-20th-anniversary .featured-container .text-container .author {
  color: #999999;
  font-size: 18px;
  line-height: 18px;
  margin-top: 10px;
}

@media print, screen and (max-width: 39.99875em) {
  body.page-template-template-20th-anniversary .featured-container .text-container .author {
    font-size: 16px;
  }
}

body.page-template-template-20th-anniversary #fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body.page-template-template-20th-anniversary #fp-nav.fp-right {
  top: calc(15vh + 80px);
  right: calc(30% - 277px);
  pointer-events: none;
}

@media screen and (max-height: 750px) {
  body.page-template-template-20th-anniversary #fp-nav.fp-right {
    top: calc(15vh + 10px);
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary #fp-nav.fp-right {
    top: calc(15vh + 20px);
    right: calc(30% - 237px);
  }
}

body.page-template-template-20th-anniversary #fp-nav.fp-right ul li {
  width: 420px;
}

body.page-template-template-20th-anniversary #fp-nav.fp-right ul li a span {
  left: 0;
  right: auto;
}

body.page-template-template-20th-anniversary #fp-nav.fp-right ul li:nth-child(1) a span, body.page-template-template-20th-anniversary #fp-nav.fp-right ul li:nth-child(2) a span, body.page-template-template-20th-anniversary #fp-nav.fp-right ul li:last-child a span {
  border-radius: 0;
  height: 2px;
  top: 5px;
}

body.page-template-template-20th-anniversary #fp-nav.fp-right ul li .fp-tooltip {
  width: 400px;
  opacity: 1;
  padding: 4px;
  top: -5px;
  font-weight: 600;
  text-align: left;
  font-size: 15px;
  line-height: 15px;
  max-width: 400px;
}

body.page-template-template-20th-anniversary #fp-nav.fp-right ul li:hover .fp-tooltip {
  opacity: 1;
  width: 400px;
  opacity: 1;
  padding: 4px;
  top: -5px;
  font-weight: 600;
  text-align: left;
  font-size: 15px;
  line-height: 15px;
  max-width: 400px;
}

body.page-template-template-20th-anniversary #fp-nav.is-toc {
  opacity: 1;
  pointer-events: all;
}

body.page-template-template-20th-anniversary #fp-nav.move-nav {
  top: calc(50vh - 250px);
  right: 43px;
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-height: 1000px) {
  body.page-template-template-20th-anniversary #fp-nav.move-nav {
    top: calc(50vh - 210px);
  }
}

@media screen and (max-height: 750px) {
  body.page-template-template-20th-anniversary #fp-nav.move-nav {
    pointer-events: none;
  }
}

@media print, screen and (max-width: 89.99875em) {
  body.page-template-template-20th-anniversary #fp-nav.move-nav {
    top: calc(50vh - 210px);
    right: 35px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  body.page-template-template-20th-anniversary #fp-nav.move-nav {
    right: 25px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.page-template-template-20th-anniversary #fp-nav.move-nav {
    right: 15px;
  }
}

body.page-template-template-20th-anniversary #fp-nav.move-nav ul li {
  width: 14px;
}

body.page-template-template-20th-anniversary #fp-nav.move-nav ul li a span {
  right: 0;
  left: auto;
}

body.page-template-template-20th-anniversary #fp-nav.move-nav ul li .fp-tooltip {
  text-align: right;
  opacity: 0;
  font-size: 14px;
  pointer-events: none;
  width: 100%;
  display: table;
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid #EAEAEA;
  background: #fff;
}

body.page-template-template-20th-anniversary #fp-nav.move-nav ul li:hover .fp-tooltip {
  font-size: 14px;
  text-align: right;
  margin-right: 20px;
  padding: 4px 10px;
  width: 100%;
}

body.page-template-template-20th-anniversary #fp-nav ul {
  margin: 0;
  padding: 0;
}

body.page-template-template-20th-anniversary #fp-nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body.page-template-template-20th-anniversary #fp-nav ul li:hover a.active span {
  border-radius: 100%;
  background: #478ca0;
}

body.page-template-template-20th-anniversary #fp-nav ul li:hover a span {
  background: #478ca0;
}

body.page-template-template-20th-anniversary #fp-nav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

body.page-template-template-20th-anniversary #fp-nav ul li a.active span {
  border-radius: 100%;
  background: #478ca0;
}

body.page-template-template-20th-anniversary #fp-nav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 12px;
  width: 12px;
  border: 0;
  background: #D4D4D4;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body.page-template-template-20th-anniversary #fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  right: 0;
  color: #478ca0;
  font-size: 14px;
  line-height: 15px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body.page-template-template-flex-content .flex-navigation-container {
  margin-top: 80px;
}

body.page-template-template-flex-content .flex-navigation-container .navigation-title {
  color: #999999;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  display: table;
}

body.page-template-template-flex-content .flex-navigation-container .navigation-title:after {
  width: 30px;
  height: 1px;
  position: absolute;
  right: -40px;
  top: calc(50% - 2px);
  content: '';
  background-color: #999999;
}

body.page-template-template-flex-content .flex-navigation-container .flex-navigation {
  list-style: none;
  margin-top: 20px;
  margin-left: 0;
}

body.page-template-template-flex-content .flex-navigation-container .flex-navigation li a {
  color: #1E1E1E;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  display: table;
  margin-top: 18px;
  padding-left: 25px;
  position: relative;
}

body.page-template-template-flex-content .flex-navigation-container .flex-navigation li a .image-container {
  width: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
}

body.page-template-template-flex-content .flex-navigation-container .flex-navigation li a .image-container img {
  max-width: 15px;
  max-height: 15px;
  margin-right: 10px;
}

body.page-template-template-flex-content main {
  background-color: rgba(73, 132, 146, 0.1);
  padding-bottom: 100px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-flex-content main .align-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

body.page-template-template-flex-content main > .heading {
  background-color: #F7F7F7;
  padding-left: 3%;
  padding-right: 3%;
  max-width: 100%;
  position: relative;
}

body.page-template-template-flex-content main > .heading .flex-back-link .back-link {
  font-weight: 600;
}

body.page-template-template-flex-content main > .heading .flex-back-link .back-link:hover, body.page-template-template-flex-content main > .heading .flex-back-link .back-link:focus {
  color: #1c1c1c;
}

body.page-template-template-flex-content main > .heading .flex-back-link .back-link .icon-arrow-right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
}

body.page-template-template-flex-content main > .heading > .column, body.page-template-template-flex-content main > .heading > .columns {
  padding: 0;
}

body.page-template-template-flex-content main > .heading .h1 {
  margin-top: 30px;
}

@media screen and (min-width: 80em) {
  body.page-template-template-flex-content main > .heading .h1 {
    font-size: 62px;
  }
}

@media print, screen and (min-width: 64em) {
  body.page-template-template-flex-content main > .heading .h1 {
    padding-right: 100px;
    margin-top: 60px;
  }
}

body.page-template-template-flex-content main > .heading:before {
  background-color: #F7F7F7;
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 0;
}

body.page-template-template-flex-content .flex-content {
  position: relative;
  z-index: 0;
}

body.page-template-template-flex-content .flex-content .flex-content-container {
  padding: 0;
  padding-top: 60px;
}

body.page-template-template-flex-content .flex-content .flex-content-container:first-child {
  padding-top: 0px;
}

body.page-template-template-flex-content .flex-content .flex-content-container .heading-container {
  background-color: #ffffff;
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
  padding: 40px 60px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-flex-content .flex-content .flex-content-container .heading-container {
    padding: 30px 30px;
  }
}

body.page-template-template-flex-content .flex-content .flex-content-container .heading-container .top-heading {
  font-size: 30px;
  color: #252525;
  font-weight: 500;
  padding: 0;
}

@media screen and (min-width: 80em) {
  body.page-template-template-flex-content .flex-content .flex-content-container .heading-container .top-heading {
    font-size: 35px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-flex-content .flex-content .flex-content-container .heading-container .top-heading {
    font-size: 20px;
  }
}

body.page-template-template-flex-content .flex-content .flex-content-container .heading-container .image-container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-flex-content .flex-content .flex-content-container .heading-container .image-container {
    height: 30px;
  }
}

body.page-template-template-flex-content .flex-content .flex-content-container .heading-container .image-container img {
  max-height: 35px;
  margin: auto;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-flex-content .flex-content .flex-content-container .heading-container .image-container img {
    height: 25px;
  }
}

body.page-template-template-flex-content .flex-content .flex-content-container .content {
  background-color: #ffffff;
  padding: 40px 60px;
  margin: 0;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-flex-content .flex-content .flex-content-container .content {
    padding: 30px 30px;
  }
}

body.page-template-template-flex-content .flex-content .flex-content-container .content p {
  font-size: 20px;
  line-height: 1.75;
  color: #5A5A5A;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-flex-content .flex-content .flex-content-container .content p {
    font-size: 16px;
  }
}

body.page-template-template-flex-content .flex-content .flex-content-container .content p:last-child {
  margin-bottom: 0;
}

body.page-template-template-flex-content .flex-content .flex-content-container .content.resource-row {
  background-color: #ffffff;
}

body.page-template-template-flex-content .flex-content .flex-content-container .content.resource-row .resource-item .featured-tag-container {
  padding: 10px 0px 10px 0px;
  position: relative;
  top: 0px;
}

body.page-template-template-flex-content .flex-content .flex-content-container .content.resource-row .resource-item .featured-tag-container .featured-tag {
  display: table;
  background-color: #488CA1;
  left: 0px;
  top: 0;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2px;
  color: #fff;
}

body.page-template-template-flex-content .flex-content .flex-content-container .content.resource-row .resource-item .h3 {
  color: #212121;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding: 20px 0 15px 0;
}

body.page-template-template-flex-content .flex-content .flex-content-container .content.resource-row .resource-item .item {
  color: #656565;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}

body.page-template-template-flex-content .flex-content .flex-content-container .content.resource-row .resource-item .item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #CCCCCC;
}

body.page-template-template-flex-content .flex-content .flex-content-container .content.resource-row .resource-item .item:last-child {
  border-bottom: 1px solid #CCCCCC;
}

body.page-template-template-flex-content .flex-content .flex-content-container .content.resource-row .resource-item .item:last-child:after {
  display: none;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-flex-content .flex-content .flex-content-container .content.resource-row .resource-item .item {
    font-size: 16px;
    line-height: 26px;
  }
}

body.page-template-template-flex-content .flex-content .flex-content-container .content.resource-row .resource-item .item p {
  font-size: 18px;
  line-height: 32px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-flex-content .flex-content .flex-content-container .content.resource-row .resource-item .item p {
    font-size: 16px;
    line-height: 26px;
  }
}

body.page-template-template-flex-content .flex-content .flex-content-container .content.resource-row .resource-item .item p a {
  font-weight: 500;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container {
  padding: 0;
  background-color: #ffffff;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-tag-container {
  padding: 30px 60px 0px 60px;
  position: relative;
  top: 10px;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-tag-container {
    padding: 30px 30px 0px 30px;
  }
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-tag-container .featured-tag {
  display: table;
  background-color: #488CA1;
  left: 0px;
  top: 0;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2px;
  color: #fff;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container {
  display: table;
  width: 100%;
  padding: 40px 60px;
  position: relative;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 60px;
  width: calc(100% - 120px);
  height: 1px;
  background-color: #E8E8E8;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container {
    padding: 30px 30px;
  }
  body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container:after {
    left: 30px;
    width: calc(100% - 60px);
  }
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container.sales-color .image-container .image {
  border: 4px solid #808066;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container.sales-color .text-container .category {
  color: #808066;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container.finance-color .image-container .image {
  border: 4px solid #0f813c;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container.finance-color .text-container .category {
  color: #0f813c;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container.technology-color .image-container .image {
  border: 4px solid #488ca1;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container.technology-color .text-container .category {
  color: #488ca1;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container.marketing-color .image-container .image {
  border: 4px solid #4747a1;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container.marketing-color .text-container .category {
  color: #4747a1;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container.leadership-color .image-container .image {
  border: 4px solid #478CCC;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container.leadership-color .text-container .category {
  color: #478CCC;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .image-container {
  width: 120px;
  display: table-cell;
  vertical-align: middle;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .image-container {
    display: table;
    margin-bottom: 10px;
  }
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .image-container .image {
  height: 90px;
  width: 90px;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #488CA1;
  display: table;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container {
  width: calc(100% - 120px);
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container {
    width: 100%;
  }
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container .category {
  color: #488CA1;
  font-size: 16px;
  line-height: 16px;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container .category a.Leadership {
  color: #478CCC;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container .category a.Marketing {
  color: #4747a1;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container .category a.Customer {
  color: #48A191;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container .category a.Fintech {
  color: #1FC7A8;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container .category a.Technology {
  color: #488ca1;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container .category a.Talent {
  color: #6412B6;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container .category a.Finance {
  color: #0f813c;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container .category a.Sales {
  color: #808066;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container .category a.eBooks {
  color: #85A148;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container .bit-title {
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 10px;
  color: #505050;
}

@media print, screen and (max-width: 49.99875em) {
  body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container .bit-title {
    font-size: 19px;
    line-height: 23px;
  }
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container .bit-title a {
  color: #505050;
  display: table;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container .bit-title a:hover {
  color: #000000;
}

body.page-template-template-flex-content .flex-content .flex-content-container .growth-bit-container .featured-container .text-container .author {
  color: #999999;
  font-size: 18px;
  line-height: 18px;
  margin-top: 10px;
}

@media screen and (min-width: 56.25em) {
  .flex-content-container .content .flex-author-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

@media screen and (min-width: 56.25em) {
  .flex-content-container .content .flex-author-container .img-text-contianer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 67%;
  }
}

@media screen and (min-width: 56.25em) {
  .flex-content-container .content .flex-author-container .img-text-contianer .author-img-contianer {
    padding-right: 40px;
  }
}

.flex-content-container .content .flex-author-container .img-text-contianer .author-img-contianer .author-img {
  max-width: 80px;
  border-radius: 50%;
}

@media screen and (max-width: 56.25em) {
  .flex-content-container .content .flex-author-container .img-text-contianer .author-img-contianer .author-img {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 56.25em) {
  .flex-content-container .content .flex-author-container .author-link {
    text-align: right;
    width: 33%;
  }
}

.flex-growth-bit-contain .featured-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 49.9375em) {
  .flex-growth-bit-contain .featured-container {
    display: block !important;
  }
}

.flex-growth-bit-contain .featured-container .multi-images {
  position: relative;
  width: 200px;
}

.flex-growth-bit-contain .featured-container .multi-images .multi-author1 {
  position: absolute;
  left: 35px;
  top: 0;
}

.flex-growth-bit-contain .featured-container .multi-images .multi-author2 {
  position: absolute;
  left: 70px;
  top: 0;
}

.flex-growth-bit-contain .featured-container .multi-images .multi-author3 {
  display: none !important;
}

.flex-growth-bit-contain .featured-container .multi-images .multi-author4 {
  display: none !important;
}

.flex-growth-bit-contain .featured-container .multi-images .multi-author5 {
  display: none !important;
}

.flex-growth-bit-contain .featured-container .multi-images .multi-author6 {
  display: none !important;
}

.flex-growth-bit-contain .featured-container .multi-images .multi-author7 {
  display: none !important;
}

.flex-growth-bit-contain .featured-container .multi-images .multi-author8 {
  display: none !important;
}

.flex-growth-bit-contain .featured-container .multi-images .multi-author9 {
  display: none !important;
}

.gap-hero {
  position: relative;
  padding-top: 200px !important;
  padding-bottom: 7em !important;
}

.gap-hero .gap-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  top: 0;
  -o-object-position: bottom;
     object-position: bottom;
}

.gap-hero .hero-content p {
  max-width: 800px;
}

@media screen and (max-width: 39.9375em) {
  .gap-hero {
    padding-top: 150px !important;
    padding-bottom: 2em !important;
  }
}

.gap-about {
  padding-top: 120px;
}

@media screen and (max-width: 40em) {
  .gap-about .intro-row {
    padding-bottom: 35px;
  }
}

.gap-about .about-program-text a {
  text-decoration: underline;
}

.gap-about .about-text .about-intro-header {
  position: relative;
  max-width: 200px;
  font-weight: 700;
  font-size: 35px;
  line-height: 44px;
  padding-bottom: 5px;
}

.gap-about .about-text .about-intro-header:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 117%;
  bottom: 0;
  left: 0;
  background-color: #478Ca0;
}

.gap-about .about-contact {
  position: relative;
}

.gap-about .about-contact:before {
  content: '';
  height: 184px;
  width: 100%;
  position: absolute;
  background-color: #ffffff;
  top: 22px;
  z-index: -1;
  left: 115px;
}

.gap-about .contact-card {
  position: relative;
  padding: 23px;
  background-color: #1C1C1C;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  max-width: 380px;
  top: 60px;
}

.gap-about .contact-card img {
  max-width: 60px;
  max-height: 60px;
}

.gap-about .contact-card .name-title {
  padding-top: 10px;
  padding-bottom: 20px;
}

.gap-about .contact-card .name-title span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.gap-about .contact-card .about-link {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #478CA0;
}

.gap-about .contact-card .about-link .icon-arrow {
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.gap-about .contact-card .about-link:hover .icon-arrow {
  right: -40px;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.gap-about .about-cards {
  padding-top: 100px;
  padding-bottom: 40px;
}

.gap-about .about-cards .column, .gap-about .about-cards .columns {
  padding-right: 10px;
  padding-left: 10px;
}

.gap-about .about-cards .about-card {
  margin-bottom: 70px;
  position: relative;
  background-color: #ffffff;
  padding: 80px 25px 25px 25px;
}

.gap-about .about-cards .about-card .about-content {
  padding-top: 15px;
}

.gap-about .about-cards .about-card img {
  position: absolute;
  top: -25px;
  max-width: 96px;
  max-height: 96px;
}

.gap-about .about-cards .about-card .about-card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}

@media screen and (min-width: 40em) {
  .gap-about .about-cards .stag-card {
    top: 22%;
  }
}

.gap-program .program-row .column, .gap-program .program-row .columns {
  padding-right: 10px;
  padding-left: 10px;
}

.gap-program .about-intro-header {
  position: relative;
  max-width: 200px;
  font-weight: 700;
  font-size: 35px;
  line-height: 44px;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.gap-program .about-intro-header:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 117%;
  bottom: 0;
  left: 0;
  background-color: #478Ca0;
}

.gap-program .program-card-container {
  margin-bottom: 30px;
}

.gap-program .program-card {
  height: 100%;
  background-color: #ffffff;
}

.gap-program .program-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 200px;
}

.gap-program .program-card .card-container {
  padding: 25px;
}

.gap-program .program-card .program-name {
  padding-bottom: 10px;
}

.gap-program .program-card .program-name span {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}

.gap-program .program-card .program-content li {
  margin-bottom: 12px;
  line-height: 24px;
}

.gap-cohort {
  padding-top: 40px;
}

.gap-cohort .about-intro-header {
  padding-top: 40px;
  position: relative;
  font-weight: 700;
  font-size: 35px;
  line-height: 44px;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.gap-cohort .about-intro-header:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 247px;
  bottom: 0;
  left: 0;
  background-color: #478Ca0;
}

.gap-cohort .cohort-card-row .column, .gap-cohort .cohort-card-row .columns {
  padding-right: 10px;
  padding-left: 10px;
}

.gap-cohort .cohort-card-row .cohort-card-container .team-card {
  padding-bottom: 20px;
}

.gap-cohort .cohort-card-row .cohort-card-container .team-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.gap-cohort .cohort-card-row .cohort-card-container .team-card .team-name {
  padding-top: 7px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}

.gap-cohort .cohort-card-row .cohort-card-container .team-card .team-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #478CA0;
  padding-right: 5px;
}

@media screen and (max-width: 56.25em) {
  .gap-cohort .cohort-card-row .cohort-card-container .team-card .team-name {
    font-size: 18px;
  }
  .gap-cohort .cohort-card-row .cohort-card-container .team-card .team-title {
    font-size: 12px;
    line-height: 1.5;
  }
}

.gallery-gap-container {
  position: relative;
  margin-top: 45px;
}

.gallery-gap-container .img-gap-contain {
  padding: 0 10px !important;
}

.gallery-gap-container .img-gap-contain img {
  max-height: 354px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 49.9375em) {
  .gallery-gap-container .img-gap-contain {
    padding-bottom: 20px !important;
    padding: 0 0 20px 0 !important;
  }
}

.gallery-gap-container .bottom-gallery-row {
  padding-top: 20px;
}

@media screen and (max-width: 49.9375em) {
  .gallery-gap-container .bottom-gallery-row {
    padding-top: 0;
  }
}

.gallery-gap-container:before {
  content: "";
  width: 100%;
  height: 2px;
  max-width: 247px;
  background-color: #478CA0;
  position: absolute;
  left: -11%;
  top: 40px;
}

@media screen and (max-width: 49.9375em) {
  .gallery-gap-container:before {
    display: none;
  }
}

.addtional-gallery .gallery-gap-container {
  margin-top: 0;
}

@media screen and (min-width: 49.9375em) {
  .addtional-gallery .gallery-gap-container {
    margin-top: 20px;
  }
}

.page-template-template-thesis .grid-container {
  max-width: 94%;
}

.page-template-template-thesis section.heading {
  padding-bottom: 2em !important;
  position: relative;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis section.heading {
    padding-bottom: 30px !important;
  }
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis section.heading .set-bg {
    max-height: 100%;
  }
}

.page-template-template-thesis section.heading .container {
  min-height: calc(550px - 94px);
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis section.heading .container {
    min-height: 100px;
  }
}

.page-template-template-thesis section.heading .container .hero-link {
  font-size: 1.5rem;
  font-weight: 500;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis section.heading {
    position: relative;
  }
}

.page-template-template-thesis .thesis-growthbits {
  margin-top: 100px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis .thesis-growthbits {
    margin-top: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-growthbits {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-thesis .thesis-growthbits {
    margin-top: 60px;
  }
}

.page-template-template-thesis .thesis-events {
  margin-top: 120px;
  background-color: #E7EDEE;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis .thesis-events {
    margin-top: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-events {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-thesis .thesis-events {
    margin-top: 60px;
  }
}

.page-template-template-thesis .thesis-events h2 {
  color: #1C1C1C;
  position: relative;
  padding-right: 40px;
  margin: 0;
}

.page-template-template-thesis .thesis-events h2 span {
  display: table;
  background-color: #E7EDEE;
  position: relative;
  padding-right: 30px;
}

.page-template-template-thesis .thesis-events h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #478ca0;
  height: 2px;
  width: calc(100% - 20px);
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-events .events .event {
    padding: 0;
    margin-top: 40px;
  }
}

.page-template-template-thesis .thesis-events .events .event .date {
  color: #478ca0;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.page-template-template-thesis .thesis-events .events .event .title {
  color: #1C1C1C;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 500;
  margin-top: 10px;
}

.page-template-template-thesis .thesis-events .events .event .link {
  color: #478ca0;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 15px;
  display: table;
}

.page-template-template-thesis .thesis-events .events .event .link i {
  margin-right: 10px;
}

.page-template-template-thesis .thesis-content {
  margin-top: 180px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis .thesis-content {
    margin-top: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-content {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-thesis .thesis-content {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-content .content .cell {
    padding: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.page-template-template-thesis .thesis-stats {
  margin-top: 90px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-stats {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-thesis .thesis-stats {
    margin-top: 60px;
  }
}

.page-template-template-thesis .thesis-stats h2 {
  color: #1C1C1C;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.625px;
  position: relative;
  padding-right: 40px;
  margin: 0;
  margin-top: 70px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-stats h2 {
    margin-top: 0;
  }
}

.page-template-template-thesis .thesis-stats h2 span {
  display: table;
  background-color: #F7F7F7;
  position: relative;
  padding-right: 30px;
}

.page-template-template-thesis .thesis-stats h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #478ca0;
  height: 2px;
  width: calc(100% + 40px);
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-thesis .thesis-stats h2:before {
    display: none;
  }
}

.page-template-template-thesis .thesis-stats .stats {
  border: 2px solid #478ca0;
  border-radius: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis .thesis-stats .stats {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-stats .stats {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis .thesis-stats .stats .stat {
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-stats .stats .stat {
    margin-bottom: 0px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-thesis .thesis-stats .stats .stat {
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis .thesis-stats .stats .stat:last-child {
    margin-bottom: 0px;
  }
}

.page-template-template-thesis .thesis-stats .stats .stat .number {
  color: #478ca0;
  text-align: center;
  font-size: 4.0625rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: table;
  margin: auto;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis .thesis-stats .stats .stat .number {
    font-size: 3.125rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-stats .stats .stat .number {
    font-size: 2.8125rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-thesis .thesis-stats .stats .stat .number {
    font-size: 2.5rem;
  }
}

.page-template-template-thesis .thesis-stats .stats .stat .number .reference {
  color: #1C1C1C;
  font-size: 0.8125rem;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: absolute;
  top: -15px;
  right: -15px;
}

.page-template-template-thesis .thesis-stats .stats .stat .title {
  color: #1C1C1C;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.625px;
}

.page-template-template-thesis .thesis-content-sidebar {
  margin-top: 160px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis .thesis-content-sidebar {
    margin-top: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-content-sidebar {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-thesis .thesis-content-sidebar {
    margin-top: 60px;
  }
}

.page-template-template-thesis .thesis-content-sidebar .content h2 {
  margin-left: -20%;
  margin-bottom: 50px;
  margin-top: 70px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-content-sidebar .content h2 {
    margin-left: 0;
    margin-bottom: 40px;
    margin-top: 50px;
  }
}

.page-template-template-thesis .thesis-content-sidebar .content h2:first-child {
  margin-top: 0;
}

.page-template-template-thesis .thesis-content-sidebar .sidebar {
  background-color: #ffffff;
  padding: 40px 50px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-content-sidebar .sidebar {
    margin-top: 50px;
    padding: 40px 30px;
  }
}

.page-template-template-thesis .thesis-content-sidebar .sidebar .sidebar-heading {
  color: #1C1C1C;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.625px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-content-sidebar .sidebar .sidebar-heading {
    font-size: 1.25rem;
  }
}

.page-template-template-thesis .thesis-content-sidebar .sidebar .sidebar-content {
  color: #505050;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0.625px;
  border-top: 2px solid #478ca0;
  margin-top: 25px;
  padding-top: 25px;
}

.page-template-template-thesis .thesis-content-sidebar .sidebar .sidebar-content p {
  line-height: inherit;
}

.page-template-template-thesis .thesis-content-sidebar .sidebar .sidebar-content p:last-child {
  margin-bottom: 0;
}

.page-template-template-thesis .thesis-content-sidebar .sidebar .sidebar-logos .logo {
  margin-top: 65px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-content-sidebar .sidebar .sidebar-logos .logo {
    margin-top: 35px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-content-sidebar .sidebar .sidebar-logos .logo .logo-image {
    margin-bottom: 20px;
  }
}

.page-template-template-thesis .thesis-content-sidebar .sidebar .sidebar-logos .logo .logo-image img {
  max-width: 150px;
  width: 90%;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-content-sidebar .sidebar .sidebar-logos .logo .logo-image img {
    max-width: 120px;
  }
}

.page-template-template-thesis .thesis-content-sidebar .sidebar .sidebar-logos .logo .logo-text {
  color: #505050;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  font-weight: 500;
}

.page-template-template-thesis .thesis-content-sidebar .sidebar .sidebar-logos .logo .logo-text p {
  line-height: inherit;
}

.page-template-template-thesis .thesis-content-sidebar .sidebar .sidebar-logos .logo .logo-text p:last-child {
  margin-bottom: 0;
}

.page-template-template-thesis .thesis-testimonial {
  margin-top: 140px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis .thesis-testimonial {
    margin-top: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-testimonial {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-thesis .thesis-testimonial {
    margin-top: 60px;
  }
}

.page-template-template-thesis .thesis-testimonial .quote {
  color: #478ca0;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  font-weight: 500;
  padding-left: 84px;
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-testimonial .quote {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.page-template-template-thesis .thesis-testimonial .quote i {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-color: #478ca0;
  width: 64px;
  height: 64px;
}

.page-template-template-thesis .thesis-testimonial .quote i:before {
  color: #ffffff;
  display: table;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 3.4375rem;
}

.page-template-template-thesis .thesis-testimonial .quote p {
  line-height: inherit;
}

.page-template-template-thesis .thesis-testimonial .quote p:last-child {
  margin-bottom: 0;
}

.page-template-template-thesis .thesis-testimonial .quote .author {
  color: #999999;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 40px;
}

.page-template-template-thesis .thesis-team {
  margin-top: 180px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis .thesis-team {
    margin-top: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-team {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-thesis .thesis-team {
    margin-top: 60px;
  }
}

.page-template-template-thesis .thesis-team .container h2 {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-thesis .thesis-team .container h2 {
    margin-bottom: 0;
  }
}

.page-template-template-thesis .thesis-team .team-takeover .toggle-takeover {
  top: 22px !important;
  background: none !important;
  border: none !important;
}

@media screen and (max-width: 49.9375em) {
  .page-template-template-thesis .thesis-team .team-takeover .toggle-takeover.hide-x-mobile {
    display: none;
  }
}

.page-template-template-thesis .thesis-team .team-takeover .toggle-takeover.show-x-mobile {
  display: none;
}

@media screen and (max-width: 49.9375em) {
  .page-template-template-thesis .thesis-team .team-takeover .toggle-takeover.show-x-mobile {
    display: block;
  }
}

.page-template-template-thesis .thesis-team .team-grid .grid-item {
  margin: 0 1rem;
}

.page-template-template-thesis .thesis-team .team-grid .grid-item:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
}

.page-template-template-thesis .thesis-team .team-grid .grid-item a {
  display: table;
  margin-top: 80px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-template-template-thesis .thesis-team .team-grid .grid-item a {
    margin-top: 30px;
  }
}

.page-template-template-thesis .thesis-team .team-grid .grid-item a:hover img {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.page-template-template-thesis .thesis-team .team-grid .grid-item a img {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.page-template-template-thesis .thesis-team .team-grid .grid-item a h2 {
  font-size: 16px;
  margin-top: 15px;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.page-template-template-thesis .thesis-news {
  margin-top: 180px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis .thesis-news {
    margin-top: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-news {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-thesis .thesis-news {
    margin-top: 60px;
  }
}

.page-template-template-thesis .thesis-news .slick-prev,
.page-template-template-thesis .thesis-news .slick-next {
  position: absolute;
  left: auto;
  right: 0;
  top: calc(50% - 21px);
  color: #1c1c1c;
  background: transparent;
  font-size: 30px;
  border: 0px solid #ccc;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 39px;
  border-radius: 21px;
}

.page-template-template-thesis .thesis-news .slick-prev i:before,
.page-template-template-thesis .thesis-news .slick-next i:before {
  content: "";
}

@media print, screen and (max-width: 19.99875em) {
  .page-template-template-thesis .thesis-news .slick-prev,
  .page-template-template-thesis .thesis-news .slick-next {
    top: 1rem;
  }
}

.page-template-template-thesis .thesis-news .slick-prev {
  left: 0;
  right: auto;
}

.page-template-template-thesis .thesis-news .slick-prev i:before {
  content: "";
}

@media print, screen and (max-width: 19.99875em) {
  .page-template-template-thesis .thesis-news .slick-prev {
    top: 4rem;
  }
}

.page-template-template-thesis .thesis-news .grid-item {
  padding: 20px 40px;
  height: 100%;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis .thesis-news .grid-item {
    padding: 20px 20px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-news .grid-item {
    margin-top: 0;
  }
}

.page-template-template-thesis .thesis-news .grid-item .bg-wrapper {
  background-color: #ffffff;
  display: table;
  padding: 25px;
  position: relative;
  border-radius: 6px;
  height: 100%;
}

.page-template-template-thesis .thesis-news .grid-item .bg-wrapper:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.page-template-template-thesis .thesis-news .grid-item .bg-wrapper .header .icons-container {
  color: #ffffff;
  background: #478CA0;
  border: 2px solid #478CA0;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 39px;
  border-radius: 21px;
  font-size: 19px;
}

.page-template-template-thesis .thesis-news .grid-item .bg-wrapper .header .category {
  display: table;
  position: absolute;
  right: 30px;
  top: 30px;
  color: #999999;
  font-size: 13px;
  line-height: 1;
  padding: 7px 0px;
  font-weight: 400;
  text-transform: uppercase;
}

.page-template-template-thesis .thesis-news .grid-item .bg-wrapper .content-wrapper .date {
  color: #478CA0;
  font-size: 0.8em;
  line-height: 1;
  margin-top: 30px;
  text-transform: uppercase;
}

.page-template-template-thesis .thesis-news .grid-item .bg-wrapper .content-wrapper .title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin-top: 20px;
}

.page-template-template-thesis .thesis-news .grid-item .bg-wrapper .content-wrapper .excerpt {
  color: #999999;
  font-size: 0.8em;
  margin-top: 30px;
}

.page-template-template-thesis .thesis-references {
  margin-top: 180px;
}

@media print, screen and (max-width: 79.99875em) {
  .page-template-template-thesis .thesis-references {
    margin-top: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-references {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 49.99875em) {
  .page-template-template-thesis .thesis-references {
    margin-top: 60px;
  }
}

.page-template-template-thesis .thesis-references .references {
  background-color: #fefefe;
  padding: 35px 40px;
  overflow: hidden;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-references .references {
    padding: 35px 30px;
  }
}

.page-template-template-thesis .thesis-references .references h2 {
  margin: 0;
}

.page-template-template-thesis .thesis-references .references .references-content {
  color: #505050;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  margin-top: 50px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-references .references .references-content {
    margin-top: 20px;
  }
}

.page-template-template-thesis .thesis-references .references .references-content a {
  color: #505050;
  text-decoration: underline;
}

.page-template-template-thesis .thesis-references .references .references-content ul li {
  margin-bottom: 10px;
}

.page-template-template-thesis .thesis-references .references .references-content ul li:last-child {
  margin-bottom: 0;
}

.page-template-template-thesis .thesis-references .references .references-disclaimer {
  color: #505050;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: 400;
  margin-top: 50px;
  font-style: italic;
  padding-top: 35px;
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  .page-template-template-thesis .thesis-references .references .references-disclaimer {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.page-template-template-thesis .thesis-references .references .references-disclaimer:before {
  content: '';
  position: absolute;
  left: -50vw;
  width: 200vw;
  background-color: #F7F7F7;
  height: 2px;
  top: 0;
}

.page-template-template-thesis .thesis-references .references .references-disclaimer .references-disclaimer-title {
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
}
