@charset "utf-8";
/*
Theme Name: Bisk Ventures
Theme URI: https://www.bisk.com
Author: Kristin Falkner
Author URI: https://www.kristinfalkner.com
Description: A custom theme built with Flexbox, Sass and Gulp
Text Domain: bisk-ventures-custom
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=46.875em&large=60em&xlarge=75em&xxlarge=100em";
}

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

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

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

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

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

select {
  width: 100%;
  border-radius: 6px;
}

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

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

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

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

.row {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before,
.row::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.row::after {
  clear: both;
}

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

.row .row {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

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

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}

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

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

.small-1 {
  width: 10%;
}

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

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

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

.small-2 {
  width: 20%;
}

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

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

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

.small-3 {
  width: 30%;
}

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

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

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

.small-4 {
  width: 40%;
}

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

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

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

.small-5 {
  width: 50%;
}

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

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

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

.small-6 {
  width: 60%;
}

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

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

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

.small-7 {
  width: 70%;
}

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

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

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

.small-8 {
  width: 80%;
}

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

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

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

.small-9 {
  width: 90%;
}

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

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

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

.small-10 {
  width: 100%;
}

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

.small-up-1 > .column,
.small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}

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

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

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

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 46.875em) {
  .medium-1 {
    width: 10%;
  }

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

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

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

  .medium-2 {
    width: 20%;
  }

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

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

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

  .medium-3 {
    width: 30%;
  }

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

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

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

  .medium-4 {
    width: 40%;
  }

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

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

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

  .medium-5 {
    width: 50%;
  }

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

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

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

  .medium-6 {
    width: 60%;
  }

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

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

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

  .medium-7 {
    width: 70%;
  }

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

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

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

  .medium-8 {
    width: 80%;
  }

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

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

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

  .medium-9 {
    width: 90%;
  }

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

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

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

  .medium-10 {
    width: 100%;
  }

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

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n+1),
  .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n+1),
  .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1),
  .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1),
  .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1),
  .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1),
  .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1),
  .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1),
  .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }

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

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

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

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 60em) {
  .large-1 {
    width: 10%;
  }

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

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

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

  .large-2 {
    width: 20%;
  }

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

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

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

  .large-3 {
    width: 30%;
  }

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

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

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

  .large-4 {
    width: 40%;
  }

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

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

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

  .large-5 {
    width: 50%;
  }

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

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

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

  .large-6 {
    width: 60%;
  }

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

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

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

  .large-7 {
    width: 70%;
  }

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

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

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

  .large-8 {
    width: 80%;
  }

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

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

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

  .large-9 {
    width: 90%;
  }

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

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

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

  .large-10 {
    width: 100%;
  }

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

  .large-up-1 > .column,
  .large-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n+1),
  .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n+1),
  .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1),
  .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1),
  .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1),
  .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1),
  .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1),
  .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1),
  .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }

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

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

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

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #263746;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.13;
}

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

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2.375rem;
}

h4 {
  font-size: 1.875rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 60em) {
  h1 {
    font-size: 3.125rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 2.625rem;
  }

  h4 {
    font-size: 2.375rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}

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

a:hover,
a:focus {
  color: #00c1de;
}

a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

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 #263746;
}

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

cite {
  display: block;
  font-size: 0.8125rem;
  color: #2f3031;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #263746;
  cursor: help;
  border-bottom: 1px dotted #000;
}

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

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #ebebeb;
  color: #000;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 6px;
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 46.875em) {
  .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 screen and (min-width: 60em) {
  .large-text-left {
    text-align: left;
  }

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

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

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -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 #2f3031;
    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;
  }
}

[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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.5rem;
  padding: 0.8125rem;
  border: 0;
  margin: 0 0 1.625rem;
  font-family: inherit;
  font-size: 1.125rem;
  color: #5b5b5b;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  -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;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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;
}

[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 {
  border: 0;
  background-color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -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;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #5b5b5b;
}

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

input::placeholder,
textarea::placeholder {
  color: #5b5b5b;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #ebebeb;
  cursor: default;
}

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

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

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

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

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

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

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

label.middle {
  margin: 0 0 1.625rem;
  padding: 0.8125rem 0;
}

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.625rem;
}

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

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

.input-group-label,
.input-group-field,
.input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #ebebeb;
  color: #000;
  border: 1px solid #263746;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

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

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

.input-group-field {
  border-radius: 0;
  height: 3.5625rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

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

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

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

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

select {
  height: 3.5rem;
  padding: 0.8125rem;
  border: 0;
  margin: 0 0 1.625rem;
  font-size: 1.125rem;
  font-family: inherit;
  line-height: normal;
  color: #5b5b5b;
  background-color: #fff;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  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%2847, 48, 49%29"></polygon></svg>');
  -webkit-background-size: 9px 6px;
  background-size: 9px 6px;
  background-position: right center;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-repeat: no-repeat;
}

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

select:disabled {
  background-color: #ebebeb;
  cursor: default;
}

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

select[multiple] {
  height: auto;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

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

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

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

.header__logo,
.header__trigger,
.footer__top-logo .logo,
.footer__top-social a,
.internal-hero__search a,
.post-detail__newsletter-close,
.pagination .previouspostslink,
.pagination .nextpostslink,
.post-detail__content ul.alm-paging li.prev a,
.post-detail__content ul.alm-paging li.next a,
.about__team-mk a.download,
.about__team-modal-close,
.about__team-modal-bio-image-wrapper .linkedin,
.portfolio__modal-close,
.slick-arrow {
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
}

html,
body {
  position: relative;
  overflow-x: hidden;
  letter-spacing: 0.5px;
}

a {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 59.9375em) {
  .parallax {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
  text-align: center;
  color: #263746;
  font-size: 0.75rem;
}

.alignleft {
  float: left;
  margin: 0 1.875rem 0.625rem 0;
}

.alignright {
  float: right;
  margin: 0 0 0.625rem 1.875rem;
}

.aligncenter {
  display: block;
  float: none;
  margin: 2.5rem auto;
}

.alignnone {
  display: block;
  float: none;
  margin: 2.5rem 0;
}

h3 .alignnone {
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #ebebeb;
  padding: 0.9375rem 1.4375rem 0.875rem;
  width: auto;
  height: auto;
  text-decoration: none;
  line-height: normal;
  color: #e40046;
  font-size: 1rem;
  font-weight: 700;
  clip: auto !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.alm-btn-wrap {
  text-align: center;
}

.alm-btn-wrap .alm-load-more-btn {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 6px;
  border: 2px solid #00c1de;
  visibility: hidden;
  width: 8.3125rem;
  height: 2.875rem;
  line-height: 2.625rem;
  color: #00c1de;
  font-size: 1.0625rem;
}

.alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #00c1de;
  color: #fff;
}

.alm-btn-wrap .alm-load-more-btn.more {
  display: inline-block;
}

.alm-btn-wrap .alm-load-more-btn.more.done {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  background-color: #fff;
  width: 100%;
  height: 3.4375rem;
  letter-spacing: normal;
}

@media screen and (min-width: 60em) {
  .header {
    height: 4.375rem;
  }

  .header.shrink {
    height: 3.4375rem;
  }

  .header.shrink .header__logo {
    margin: 1rem 0 0 0.25rem;
    background: url("images/logo.svg") no-repeat 0 0;
    -webkit-background-size: 9.375rem 1.5625rem;
    background-size: 9.375rem 1.5625rem;
    width: 9.375rem;
    height: 1.5625rem;
  }

  .header.shrink .header__nav li {
    padding-top: 0.875rem;
  }

  .header.shrink .header__program-toggle > a {
    padding: 1rem 0.3125rem 1rem 2.25rem;
    height: 3.4375rem;
  }

  .header.shrink .header__program-menu-wrapper {
    top: 3.4375rem;
  }
}

@media screen and (max-width: 46.8125em) {
  .header.mm-open {
    background-color: #2f3031;
  }

  .header.mm-open .header__logo {
    background-image: url("images/logo-white.svg");
  }
}

.header__inner {
  margin: 0 auto;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  max-width: 93.75rem;
}

.header__logo {
  display: block;
  float: left;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 1rem 0 0 0.25rem;
  background: url("images/logo.svg") no-repeat 0 0;
  -webkit-background-size: 9.375rem 1.5625rem;
  background-size: 9.375rem 1.5625rem;
  width: 9.375rem;
  height: 1.5625rem;
}

@media screen and (min-width: 60em) {
  .header__logo {
    margin: 1.125rem 0 0 0.25rem;
    -webkit-background-size: 12.75rem 2.125rem;
    background-size: 12.75rem 2.125rem;
    width: 12.75rem;
    height: 2.125rem;
  }
}

.header__trigger {
  display: block;
  float: right;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  margin-top: 0.875rem;
  background: url("images/icon-nav.svg") no-repeat center;
  -webkit-background-size: 1.25rem 0.875rem;
  background-size: 1.25rem 0.875rem;
  width: 1.8125rem;
  height: 1.8125rem;
}

@media screen and (min-width: 60em) {
  .header__trigger {
    display: none;
  }
}

.header__trigger.open {
  background: url("images/icon-close.svg") no-repeat center;
  -webkit-background-size: 1.25rem 1.3125rem;
  background-size: 1.25rem 1.3125rem;
}

.header__nav {
  display: none;
}

@media screen and (min-width: 60em) {
  .header__nav {
    display: block;
    float: right;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 0.875rem;
  }
}

.header__nav ul {
  margin: 0;
}

.header__nav li {
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-right: 2.5rem;
  padding-top: 1.375rem;
  text-transform: uppercase;
  list-style-type: none;
}

.header__nav li.current-menu-item {
  border-top: 2px solid #00c1de;
}

.header__nav li:last-child {
  margin-right: 1.25rem;
}

.header a {
  color: #2f3031;
}

.admin-bar .header {
  top: 2rem;
}

@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 2.875rem;
  }
}

.single-post .header__nav li.insights-nav a,
.single-offers .header__nav li.insights-nav a {
  border-top: 2px solid #00c1de;
}

#content {
  padding-top: 3.4375rem;
}

@media screen and (min-width: 60em) {
  #content {
    padding-top: 4.375rem;
  }
}

.footer {
  background-color: #2f3031;
  padding: 3.125rem 0;
  letter-spacing: normal;
  color: #fff;
}

@media screen and (min-width: 60em) {
  .footer {
    padding: 5.625rem 0;
  }
}

.footer__top {
  margin: 0 auto;
  width: 100%;
  max-width: 83.625rem;
}

.footer__top-inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.footer__top-inner::before,
.footer__top-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer__top-inner::after {
  clear: both;
}

@media screen and (min-width: 46.875em) {
  .footer__top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__top-logo {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.footer__top-logo:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .footer__top-logo {
    width: 50%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    border-right: 1px solid #5b5b5b;
  }

  .footer__top-logo:last-child:not(:first-child) {
    float: right;
  }
}

.footer__top-logo .logo {
  display: block;
  margin: 0;
  background: url("images/logo-white.svg") no-repeat 0 0;
  -webkit-background-size: 9.375rem 1.5625rem;
  background-size: 9.375rem 1.5625rem;
  width: 9.375rem;
  height: 1.5625rem;
}

@media screen and (min-width: 46.875em) {
  .footer__top-logo .logo {
    -webkit-background-size: 12.75rem 2.125rem;
    background-size: 12.75rem 2.125rem;
    width: 12.75rem;
    height: 2.125rem;
  }
}

.footer__top-logo p {
  margin: 1.25rem 0 0;
  letter-spacing: normal;
  line-height: 1.7;
  font-size: 0.875rem;
}

@media screen and (min-width: 46.875em) {
  .footer__top-logo p {
    margin: 1.25rem 0;
    width: 100%;
    max-width: 16.5625rem;
  }
}

.footer__top-logo p.footer__copyright-text {
  display: none;
}

@media screen and (min-width: 46.875em) {
  .footer__top-logo p.footer__copyright-text {
    display: block;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}

.footer__top-logo p.footer__copyright-text a {
  color: #fff;
}

.footer__top-sitemap {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-top: 1.875rem;
}

.footer__top-sitemap:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .footer__top-sitemap {
    width: 50%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    margin-top: 0;
  }

  .footer__top-sitemap:last-child:not(:first-child) {
    float: right;
  }
}

.footer__top-social {
  margin: 2.5rem 0 0;
}

@media screen and (min-width: 46.875em) {
  .footer__top-social {
    display: inline-block;
    margin: 0 0 0 2.5rem;
    vertical-align: top;
  }
}

@media screen and (min-width: 60em) {
  .footer__top-social {
    margin-left: 6.25rem;
  }
}

.footer__top-social li {
  display: inline-block;
  margin: 0 0.6875rem 0 0;
  vertical-align: top;
  list-style-type: none;
}

.footer__top-social a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 1.375rem 1.375rem;
  background-size: 1.375rem 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
}

@media screen and (min-width: 46.875em) {
  .footer__top-social a {
    -webkit-background-size: 1.75rem 1.75rem;
    background-size: 1.75rem 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}

.footer__top-social a.linkedin {
  background-image: url("images/linkedin.svg");
}

.footer__top-social a.facebook {
  background-image: url("images/facebook.svg");
}

.footer__top-social a.twitter {
  background-image: url("images/twitter.svg");
}

.footer__top-social a.instagram {
  background-image: url("images/instagram.svg");
}

.footer__top-social a.youtube {
  background-image: url("images/youtube.svg");
}

.footer__nav {
  border-top: 1px solid #5b5b5b;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
}

@media screen and (min-width: 46.875em) {
  .footer__nav {
    display: inline-block;
    border: 0;
    margin-left: 2.5rem;
    vertical-align: top;
  }
}

.footer__nav:first-child {
  border-top: 0;
}

.footer__nav ul {
  margin: 0;
}

.footer__nav li {
  display: block;
  border-top: 1px solid #5b5b5b;
  padding: 0.3125rem 0;
  list-style-type: none;
}

@media screen and (min-width: 46.875em) {
  .footer__nav li {
    border: 0;
    margin: 0 0 0.5rem;
    padding: 0;
  }
}

.footer__nav li:first-child {
  border-top: 0;
}

.footer__nav a {
  color: #ebebeb;
}

.footer__copyright-mobile {
  display: block;
  margin-top: 1.25rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 46.875em) {
  .footer__copyright-mobile {
    display: none;
  }
}

.footer__copyright-mobile a {
  color: #ebebeb;
}

.button {
  display: inline-block;
  position: relative;
  border-radius: 3.5px;
  background-color: #00c1de;
  padding: 0.4375rem 1.25rem;
  letter-spacing: normal;
  color: #fff;
  font-size: 0.875rem;
}

@media screen and (min-width: 46.875em) {
  .button {
    padding: 0.625rem 1.875rem;
    font-size: 1rem;
  }
}

.button:hover,
.button:active {
  background-color: #3291d9;
  color: #fff;
}

.button:focus {
  color: #fff;
}

.button--white {
  background-color: #fff;
  color: #00c1de;
}

.button--white:hover {
  background-color: #00c1de;
  color: #fff;
}

.button--white:focus {
  color: #00c1de;
}

.button--outline {
  border: 2px solid #00c1de;
  background-color: #fff;
  padding: 7px 30px;
  color: #00c1de;
}

.button--outline:hover {
  background-color: #00c1de;
  color: #fff;
}

.button--outline:focus {
  color: #00c1de;
}

.button--video span {
  background: url("images/icon-play.svg") no-repeat left center;
  -webkit-background-size: 1.375rem 1.375rem;
  background-size: 1.375rem 1.375rem;
  padding-left: 1.875rem;
}

.card {
  display: block;
  position: relative;
  margin: 1.25rem 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
  box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
  background-color: #fff;
}

@media screen and (min-width: 46.875em) {
  .card {
    margin: 0 1.25rem;
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    max-width: 27rem;
  }
}

.card__thumb {
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 9.375rem;
  overflow: hidden;
}

.card__thumb::after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .9;
  background-color: #3291d9;
  width: 100%;
  height: 100%;
  content: '';
}

.card__icon {
  position: absolute;
  top: 5.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px rgba(137, 137, 137, 0.37);
  box-shadow: 0 0 8px rgba(137, 137, 137, 0.37);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  width: 7.125rem;
  height: 7.125rem;
}

.card__info {
  padding: 4.6875rem 2.125rem 2.8125rem;
}

.card h3 {
  margin: 0 0 0.9375rem;
  letter-spacing: -1px;
  color: #00c1de;
  font-size: 2rem;
  font-weight: 300;
}

.card p {
  font-size: 0.9375rem;
}

.card a {
  font-size: 0.9375rem;
  font-weight: 500;
}

#comments .commentlist {
  margin-left: 0px;
}

#respond ul {
  margin-left: 0px;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}

.commentlist li:last-child {
  margin-bottom: 0;
}

.commentlist li ul.children {
  margin: 0;
}

.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}

.commentlist .vcard {
  margin-left: 50px;
}

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.commentlist .vcard time {
  float: right;
}

.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}

.commentlist .vcard time a:hover {
  text-decoration: underline;
}

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.commentlist .comment-reply-link {
  float: right;
}

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}

.respond-form form {
  margin: 0.75em 0;
}

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
  display: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

.event__city {
  margin: 1.5625rem 0 0.9375rem;
  text-transform: uppercase;
  color: #00c1de;
  font-size: 0.9375rem;
  font-weight: 400;
}

.event__item {
  border-bottom: 1px solid #ebebeb;
  padding: 1.5625rem 0;
}

@media screen and (max-width: 59.9375em) {
  .event__item {
    margin: 0 1.5625rem;
  }
}

@media screen and (min-width: 60em) {
  .event__item:first-child {
    padding-top: 0;
  }
}

.event__item .post-detail__image {
  margin-bottom: 1.25rem;
}

.event__item h2 {
  position: relative;
  color: #263746;
  font-size: 1.5rem;
}

.event__item h2 a {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #3291d9;
  font-size: 1.0625rem;
}

@media screen and (min-width: 60em) {
  .event__item h2 a {
    display: block;
  }
}

.event__item h2 a:hover {
  color: #00c1de;
}

.event__item h3 {
  margin: 0 0 0.9375rem;
  text-transform: uppercase;
  color: #00c1de;
  font-size: 0.9375rem;
  font-weight: 400;
}

.event__item-mobile {
  font-size: 0.875rem;
}

@media screen and (min-width: 60em) {
  .event__item-mobile {
    display: none;
  }
}

.event__meta {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.1875rem;
  margin-bottom: 1.5625rem;
}

.event__meta::before,
.event__meta::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.event__meta::after {
  clear: both;
}

.event__meta-details {
  width: 100%;
  float: left;
}

.event__meta-details:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .event__meta-details {
    width: 60%;
    float: left;
  }

  .event__meta-details:last-child:not(:first-child) {
    float: right;
  }
}

.event__meta-cta {
  width: 100%;
  float: left;
  margin-top: 0.625rem;
}

.event__meta-cta:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .event__meta-cta {
    width: 40%;
    float: left;
    text-align: right;
  }

  .event__meta-cta:last-child:not(:first-child) {
    float: right;
  }
}

.event__footer {
  clear: both;
  padding-top: 3.125rem;
  text-align: center;
}

.form {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.form::before,
.form::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.form::after {
  clear: both;
}

.form__wrapper {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 3.125rem 0;
}

@media screen and (min-width: 60em) {
  .form__wrapper {
    padding: 8.125rem 0;
  }
}

.form__inner {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  text-align: center;
}

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

.form__inner h3 {
  margin: 0 0 2.5rem;
  letter-spacing: -.5px;
  line-height: 1.26;
  color: #3291d9;
  font-size: 2.125rem;
  font-weight: 400;
}

@media screen and (min-width: 60em) {
  .form__inner h3 {
    font-size: 2.375rem;
    font-weight: 300;
  }
}

.form__container {
  margin: 0 auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
  box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
  padding: 1.875rem;
  width: 100%;
  max-width: 45.375rem;
  letter-spacing: normal;
  font-size: 1.3125rem;
}

@media screen and (min-width: 60em) {
  .form__container {
    padding: 3.125rem;
  }
}

.form__container p {
  margin: 0 0 0.625rem;
  line-height: 1.61;
}

form.mktoForm {
  width: 100% !important;
}

form.mktoForm      .mktoOffset {
  float: none;
}

form.mktoForm .mktoFormCol {
  width: 100% !important;
}

form.mktoForm .mktoFieldWrap {
  float: none;
  width: 100% !important;
}

form.mktoForm label {
  display: block;
  margin-bottom: 0.3125rem !important;
  font-size: 13pt;
  color: #585858;
  font-weight: 400;
}

form.mktoForm .mktoGutter {
  float: none;
}

form.mktoForm .mktoHasWidth {
  display: block !important;
  width: 100% !important;
}

form.mktoForm input,
form.mktoForm select,
form.mktoForm textarea {
  padding: 0.625rem !important;
  color: #5b5b5b;
  font: 1.125rem "Roboto", sans-serif;
}

form.mktoForm input,
form.mktoForm select {
  height: 2.5rem !important;
}

@media screen and (min-width: 46.875em) {
  form.mktoForm input,
  form.mktoForm select {
    height: 3.4375rem !important;
  }
}

form.mktoForm textarea {
  height: 9.375rem !important;
}

form.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: 400 !important;
}

form.mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
}

form.mktoForm .mktoRadioList > label,
form.mktoForm .mktoCheckboxList > label {
  line-height: 1.2em;
  position: relative;
  display: block;
  min-height: 0.6em;
  left: 1.6em;
  top: -1.6em;
  width: auto;
}

form.mktoForm .mktoButtonWrap,
form.mktoForm .mktoButtonRow {
  text-align: center;
  width: 100% !important;
  margin: 0 !important;
}

form.mktoForm .mktoButtonRow {
  margin-top: 1.25rem !important;
}

form.mktoForm .mktoButton {
  border-radius: 3.5px;
  background-color: #00c1de;
  padding: 0.4375rem 1.25rem;
  letter-spacing: normal;
  color: #fff;
  font-size: 0.875rem;
}

@media screen and (min-width: 46.875em) {
  form.mktoForm .mktoButton {
    padding: 0.625rem 1.875rem;
    font-size: 1rem;
  }
}

form.mktoForm .mktoError {
  position: absolute;
  z-index: 99;
  bottom: -2.2em;
}

/* gravity forms*/
@media screen and (min-width: 46.875em) {
  .gform_wrapper .left-half,
  .gform_wrapper .right-half {
    float: left;
    width: -webkit-calc(50% - 9px);
    width: calc(50% - 9px);
  }

  .gform_wrapper .right-half {
    float: right;
  }
}

.gform_wrapper ul {
  margin: 0;
  list-style: none outside none;
}

.gform_wrapper .gfield_label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.gform_wrapper .gfield_checkbox label {
  display: inline-block;
  max-width: 80%;
}

.gform_wrapper .gfield_required {
  display: none;
}

.gform_wrapper input {
  margin-bottom: 1.1875rem;
}

.gform_wrapper textarea {
  height: 8.75rem;
  resize: none;
}

.gform_wrapper .button {
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0;
  border: 0;
  background-color: #3291d9;
  padding: 0;
  width: 100%;
  max-width: 16.125rem;
  height: 3.9375rem;
  line-height: 3.9375rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.gform_wrapper .button:hover {
  background-color: #00c1de;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .validation_error {
  margin-bottom: 20px;
  border-left: 5px solid #e40046;
  background: #fff;
  padding: 10px;
  text-align: center;
}

.gform_wrapper .validation_message {
  display: none;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
  border: 1px solid #e40046;
}

.gform_confirmation_message {
  font-size: 1.5rem;
}

.gform_confirmation_message strong {
  color: #00c1de;
  font-weight: 400;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}

@media screen and (max-width: 46.8125em) {
  .hero {
    background-position: 75% center;
  }

  .hero::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(37, 55, 70, 0.74);
    width: 100%;
    height: 100%;
    content: '';
  }
}

@media screen and (min-width: 46.875em) {
  .hero::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("images/curve.svg") no-repeat center 100.1%;
    -webkit-background-size: 101% auto;
    background-size: 101% auto;
    width: 100%;
    height: 100%;
    content: '';
  }
}

.hero__video {
  width: 80%;
  max-width: 75rem;
}

.hero__inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  height: 31.25rem;
}

.hero__inner::before,
.hero__inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.hero__inner::after {
  clear: both;
}

@media screen and (min-width: 46.875em) {
  .hero__inner {
    height: 38.75rem;
  }
}

@media screen and (min-width: 60em) {
  .hero__inner {
    height: 45.3125rem;
  }
}

.hero__text {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 3.125rem;
}

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

@media screen and (min-width: 46.875em) {
  .hero__text {
    width: 70%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
  }

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

.hero__text h1 {
  width: 100%;
  max-width: 30.3125rem;
  letter-spacing: -.5px;
  color: #fff;
  font-weight: 700;
}

.hero__text h1 span {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 400;
}

.hero__text p {
  margin: 0.9375rem 0;
  width: 100%;
  max-width: 31.25rem;
  letter-spacing: normal;
  line-height: 1.44;
  font-size: 1.5rem;
  font-weight: 300;
}

@media screen and (min-width: 46.875em) {
  .hero__text p {
    margin: 1.875rem 0;
  }
}

@media screen and (min-width: 60em) {
  .hero__text p {
    font-size: 1.6875rem;
  }
}

.hero__text p + .button {
  margin-top: 0;
}

.hero__text .button {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (min-width: 60em) {
  .hero__text .button {
    font-size: 1.125rem;
  }
}

.hero__text .button span {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.internal-hero {
  padding: 0.8125rem 0 1.125rem;
  background-color: #fafafa;
}

.internal-hero__inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.internal-hero__inner::before,
.internal-hero__inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.internal-hero__inner::after {
  clear: both;
}

@media screen and (min-width: 46.875em) {
  .internal-hero__inner {
    text-align: left;
  }
}

.internal-hero__type {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  letter-spacing: -1px;
  color: #5b5b5b;
  font-size: 1.125rem;
  font-weight: 500;
}

.internal-hero__type:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .internal-hero__type {
    width: 40%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    font-size: 1.75rem;
    font-weight: 400;
  }

  .internal-hero__type:last-child:not(:first-child) {
    float: right;
  }
}

.internal-hero__type h1 {
  margin: 0;
  padding: 0.375rem 0;
  letter-spacing: -1px;
  color: #5b5b5b;
  font-size: 1.125rem;
  font-weight: 500;
}

@media screen and (min-width: 46.875em) {
  .internal-hero__type h1 {
    font-size: 1.625rem;
    font-weight: 400;
  }
}

.internal-hero__meta {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-top: 0.75rem;
  letter-spacing: normal;
  font-size: 0.75rem;
}

.internal-hero__meta:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .internal-hero__meta {
    width: 60%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    text-align: right;
  }

  .internal-hero__meta:last-child:not(:first-child) {
    float: right;
  }
}

.internal-hero__meta .sep {
  margin: 0 0.3125rem;
}

.internal-hero__meta a {
  color: #263746;
}

.internal-hero__meta a:hover {
  color: #3291d9;
}

.internal-hero__breadcrumbs {
  display: inline-block;
  vertical-align: top;
}

.internal-hero__breadcrumbs p {
  margin: 0;
}

.internal-hero__filters {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-top: 0.4375rem;
}

.internal-hero__filters:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .internal-hero__filters {
    width: 60%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    text-align: right;
  }

  .internal-hero__filters:last-child:not(:first-child) {
    float: right;
  }
}

.internal-hero__filters ul {
  display: inline-block;
  margin: 0;
}

.internal-hero__filters li {
  display: inline-block;
  margin-left: 0.9375rem;
  letter-spacing: normal;
  font-size: 0.8125rem;
}

.internal-hero__filters li.active a::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.internal-hero__filters li a {
  display: block;
  position: relative;
  padding-left: 1.25rem;
  color: #5b5b5b;
}

.internal-hero__filters li a::before {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  border-radius: 50%;
  border: 1px solid #00c1de;
  width: 0.8125rem;
  height: 0.8125rem;
  content: '';
}

.internal-hero__filters li a::after {
  position: absolute;
  top: 0.25rem;
  left: 0.0625rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 50%;
  background-color: #3291d9;
  width: 0.6875rem;
  height: 0.6875rem;
  content: '';
}

.internal-hero__search {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-left: 0.9375rem;
  padding-left: 0.9375rem;
}

.internal-hero__search::before {
  position: absolute;
  top: -0.5rem;
  left: 0;
  background-color: #9b9b9b;
  width: 1px;
  height: 2.3125rem;
  content: '';
}

.internal-hero__search--news {
  margin-top: 0.1875rem;
}

.internal-hero__search a {
  display: block;
  background: url("images/icon-search.svg") no-repeat 0 0;
  -webkit-background-size: 1.125rem 1.1875rem;
  background-size: 1.125rem 1.1875rem;
  width: 1.125rem;
  height: 1.1875rem;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #2f3031;
  padding-top: 3.4375rem;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  letter-spacing: normal;
  font-size: 1.0625rem;
}

@media screen and (min-width: 60em) {
  .mobile-menu {
    display: none !important;
  }
}

.mobile-menu__inner {
  border-top: 1px solid #5b5b5b;
}

.mobile-menu ul {
  margin: 0 auto;
  width: 17.5rem;
}

.mobile-menu ul.mobile-programs li {
  border: 0;
}

.mobile-menu ul.mobile-programs li a {
  padding-bottom: 0.3125rem;
}

.mobile-menu ul.mobile-programs .open span::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.mobile-menu ul.mobile-programs span {
  position: relative;
  padding-right: 1.25rem;
}

.mobile-menu ul.mobile-programs span::after {
  position: absolute;
  top: 0.375rem;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: url("images/arrow-down.svg") no-repeat 0 0;
  -webkit-background-size: 0.5rem 0.5rem;
  background-size: 0.5rem 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  content: '';
}

.mobile-menu li {
  display: block;
  border-bottom: 1px solid #5b5b5b;
}

.mobile-menu li ul {
  display: none;
}

.mobile-menu li li {
  border-bottom: 0;
}

.mobile-menu li li a {
  padding: 0.3125rem 0;
  font-size: 0.75rem;
}

.mobile-menu a {
  display: block;
  padding: 0.875rem 0;
  color: #fff;
}

.offer {
  background-color: #00c1de;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  height: auto;
  min-height: 100vh;
  padding: 1.875rem 0;
  letter-spacing: normal;
  color: #fff;
}

@media screen and (min-width: 46.875em) {
  .offer {
    padding: 6.875rem 0 3.125rem;
  }
}

.offer__cta {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.offer__cta::before,
.offer__cta::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.offer__cta::after {
  clear: both;
}

.offer__cta-text {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  letter-spacing: normal;
  font-size: 1.0625rem;
}

.offer__cta-text:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .offer__cta-text {
    width: 60%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .offer__cta-text:last-child:not(:first-child) {
    float: right;
  }
}

.offer__cta-form {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.offer__cta-form:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .offer__cta-form {
    width: 40%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .offer__cta-form:last-child:not(:first-child) {
    float: right;
  }
}

.offer__cta-form-inner {
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
  box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
  background-color: #fff;
  padding: 3.125rem;
  text-align: center;
  color: #263746;
}

.offer__title {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.offer__title::before,
.offer__title::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.offer__title::after {
  clear: both;
}

.offer__title h1 {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-bottom: 3.125rem;
}

.offer__title h1:last-child:not(:first-child) {
  float: right;
}

.offer__content {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.offer__content::before,
.offer__content::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.offer__content::after {
  clear: both;
}

.offer__content-text {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  letter-spacing: normal;
  font-size: 1.0625rem;
}

.offer__content-text:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .offer__content-text {
    width: 50%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    position: relative;
    left: -50%;
  }

  .offer__content-text:last-child:not(:first-child) {
    float: right;
  }
}

.offer__content-image {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-bottom: 1.25rem;
}

.offer__content-image:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .offer__content-image {
    width: 50%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    position: relative;
    left: 50%;
    margin-bottom: 0;
  }

  .offer__content-image:last-child:not(:first-child) {
    float: right;
  }
}

.offer__content-image img {
  border-radius: 6px;
}

.offer__content h2,
.offer__content h3,
.offer__content h4,
.offer__content h5,
.offer__content h6 {
  color: #fff;
}

.offer__preview-inner {
  position: relative;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 140%;
  overflow: hidden;
}

@media screen and (min-width: 46.875em) and (max-width: 59.9375em) {
  .offer__preview-inner {
    padding-bottom: 180%;
  }
}

.offer__preview-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(15, 53, 84, 0.92)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(15, 53, 84, 0.92) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(15, 53, 84, 0.92) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(15, 53, 84, 0.92) 100%);
  width: 100%;
  height: 100%;
  content: '';
}

.offer__preview-inner:hover span {
  border-color: #00c1de;
  background-color: #00c1de;
}

.offer__preview-text {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

@media screen and (min-width: 60em) {
  .offer__preview-text {
    bottom: 2.5rem;
    left: 2.5rem;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

.offer__preview h5 {
  letter-spacing: normal;
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
}

@media screen and (min-width: 60em) {
  .offer__preview h5 {
    font-size: 1.75rem;
  }
}

.offer__preview span {
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-top: 0.9375rem;
  border-radius: 3.5px;
  border: 2px solid #fff;
  padding: 0.5rem 0.9375rem;
  color: #fff;
  font-size: 0.875rem;
}

@media screen and (min-width: 60em) {
  .offer__preview span {
    font-size: 1rem;
  }
}

.offer h1 {
  margin-bottom: 1.875rem;
  letter-spacing: normal;
  line-height: 1.17;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}

@media screen and (min-width: 46.875em) {
  .offer h1 {
    margin-bottom: 3.125rem;
    font-size: 2.875rem;
  }
}

.offer ul {
  margin: 1.875rem 0 2.5rem 1.5625rem;
  font-size: 0.9375rem;
}

.offer li {
  margin: 0.9375rem 0;
}

.post-detail {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5625rem;
}

.post-detail::before,
.post-detail::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.post-detail::after {
  clear: both;
}

@media screen and (min-width: 46.875em) {
  .post-detail {
    padding: 1.5625rem 0;
  }
}

@media screen and (min-width: 60em) {
  .post-detail {
    padding: 3.125rem 0;
  }
}

.post-detail__inner {
  width: 100%;
  float: left;
}

.post-detail__inner:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .post-detail__inner {
    width: 100%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .post-detail__inner:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 46.8125em) {
  .post-detail__content {
    margin: 0 auto;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.post-detail__content--event h1 {
  margin: 0 0 0.9375rem !important;
}

.post-detail__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 48.75rem;
}

.post-detail__main {
  width: 100%;
  float: left;
}

.post-detail__main:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .post-detail__main {
    width: 67%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .post-detail__main:last-child:not(:first-child) {
    float: right;
  }
}

.post-detail__main .embed-container {
  margin: 1.25rem 0;
}

.post-detail__newsletter {
  position: relative;
  margin: 2.5rem 0;
  background-color: #3291d9;
  padding: 2.5rem;
  color: #fff;
}

.post-detail__newsletter-close {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: url("images/icon-thinclose.svg") no-repeat 0 0;
  -webkit-background-size: 0.8125rem 0.8125rem;
  background-size: 0.8125rem 0.8125rem;
  width: 0.8125rem;
  height: 0.8125rem;
}

.post-detail__newsletter-inner {
  margin: 0 auto;
  background: url("images/icon-subscribe.svg") no-repeat 0 0;
  -webkit-background-size: 4.3125rem 4.3125rem;
  background-size: 4.3125rem 4.3125rem;
  padding-left: 5.9375rem;
}

.post-detail__newsletter h3 {
  letter-spacing: normal;
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

.post-detail__newsletter p {
  letter-spacing: normal;
  font-size: 1.0625rem;
}

.post-detail__sidebar {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-top: 1.25rem;
}

.post-detail__sidebar:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .post-detail__sidebar {
    width: 31%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    margin-top: 0;
  }

  .post-detail__sidebar:last-child:not(:first-child) {
    float: right;
  }
}

.post-detail__sidebar-post {
  margin-bottom: 1.75rem;
}

.post-detail__sidebar-post-inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.post-detail__sidebar-post-inner::before,
.post-detail__sidebar-post-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.post-detail__sidebar-post-inner::after {
  clear: both;
}

.post-detail__sidebar-post-thumb {
  width: 30%;
  float: left;
  display: table-cell;
  float: none !important;
  vertical-align: middle;
}

.post-detail__sidebar-post-thumb:last-child:not(:first-child) {
  float: right;
}

.post-detail__sidebar-post-title {
  width: 70%;
  float: left;
  display: table-cell;
  float: none !important;
  vertical-align: middle;
}

.post-detail__sidebar-post-title:last-child:not(:first-child) {
  float: right;
}

.post-detail__sidebar-post-title h5 {
  margin: 0;
  padding-left: 0.9375rem;
  letter-spacing: normal;
  font-size: 1.0625rem;
  font-weight: 400;
}

.post-detail__sidebar-offer {
  margin-top: 3.125rem;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
  box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
}

.post-detail__sidebar-social {
  margin: 2.5rem 0;
}

@media screen and (min-width: 46.875em) and (max-width: 59.9375em) {
  .post-detail__sidebar-social {
    margin: 1.25rem 0;
  }
}

.post-detail__sidebar-social ul {
  margin: 0;
}

.post-detail__sidebar-social li {
  display: block;
  margin: 0.3125rem 0;
}

@media screen and (min-width: 60em) {
  .post-detail__sidebar-social li {
    display: inline-block;
    margin: 0 0 0 0.75rem;
    width: -webkit-calc(50% - 9px);
    width: calc(50% - 9px);
  }

  .post-detail__sidebar-social li:first-child {
    margin-left: 0;
  }
}

.post-detail__sidebar-social a {
  display: block;
  border-radius: 6px;
  text-align: center;
  padding: 0.8125rem 0 0.8125rem 1.25rem;
  color: #fff;
  font-size: 0.875rem;
}

.post-detail__sidebar-social a.facebook {
  background: #3291d9 url("images/icon-facebook.svg") no-repeat 16px center;
  -webkit-background-size: 9px 16px;
  background-size: 9px 16px;
}

.post-detail__sidebar-social a.twitter {
  background: #4dc8f1 url("images/icon-twitter.svg") no-repeat 13px center;
  -webkit-background-size: 17px 14px;
  background-size: 17px 14px;
}

.post-detail__sidebar-social a.linkedin {
  background: #007ebb url("images/icon-linkedin.svg") no-repeat 14px center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}

.post-detail__sidebar h4 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (min-width: 46.875em) {
  .post-detail__image {
    -webkit-box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
    box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
  }
}

.post-detail__image img {
  width: 100%;
}

.post-detail__categories {
  margin-top: 1.875rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3291d9;
  font-size: 0.75rem;
}

.post-detail__categories + h1 {
  margin-top: 0.8125rem !important;
}

.post-detail__categories.no-margin {
  margin-top: 0;
}

.post-detail__categories a {
  color: #3291d9;
}

.post-detail__categories a:hover {
  color: #00c1de;
}

.post-detail__date {
  margin: 0 0 1.875rem;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1.875rem;
  font-size: 0.875rem;
}

.post-detail__meta {
  margin: 0 0 1.875rem;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1.875rem;
  font-size: 0.6875rem;
  font-weight: 500;
}

.post-detail__meta-read {
  margin-left: 0.9375rem;
  background: url("images/icon-clock.svg") no-repeat left -1px;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
  padding-left: 1.125rem;
}

.post-detail__meta .sep {
  margin: 0 0.3125rem;
}

.post-detail__press {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 2.1875rem 0;
}

.post-detail__press h4 {
  margin-bottom: 0.625rem;
  color: #00c1de;
  font-size: 1.125rem;
}

.post-detail__press p {
  margin: 0;
  line-height: 1.5rem;
  font-size: 0.875rem;
}

.post-detail__press a {
  color: #263746;
}

.post-detail__author {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 2.1875rem 0;
}

.post-detail__author::before,
.post-detail__author::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.post-detail__author::after {
  clear: both;
}

.post-detail__author-image {
  width: 10%;
  float: left;
}

.post-detail__author-image:last-child:not(:first-child) {
  float: right;
}

.post-detail__author-image img {
  border-radius: 50%;
}

.post-detail__author-text {
  width: 87%;
  float: left;
  font-size: 0.875rem;
}

.post-detail__author-text:last-child:not(:first-child) {
  float: right;
}

.post-detail__author-text h4 {
  color: #263746;
  font-size: 1.125rem;
}

.post-detail__author-text h4 strong {
  font-weight: 500;
}

.post-detail__author-text p {
  margin: 0;
}

.post-detail h1 {
  margin: 2.1875rem 0 0.9375rem;
  letter-spacing: normal;
  line-height: 1.17;
  color: #263746;
  font-size: 2rem;
  font-weight: 400;
}

@media screen and (min-width: 46.875em) {
  .post-detail h1 {
    font-size: 2.4375rem;
  }
}

.post-detail p {
  line-height: 1.75;
}

.post-detail blockquote {
  border: 0;
  margin: 2.5rem 0;
  background: url("images/blockquote.png") no-repeat 0 0;
  -webkit-background-size: 9.125rem 9.1875rem;
  background-size: 9.125rem 9.1875rem;
  padding: 1.875rem 0 0 1.25rem;
  height: auto;
  min-height: 9.1875rem;
  letter-spacing: normal;
  color: #00c1de;
  font-size: 1.5rem;
}

.post-detail blockquote p {
  line-height: 1.5;
  color: #00c1de;
}

.post-detail__related {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.125rem;
}

.post-detail__related::before,
.post-detail__related::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.post-detail__related::after {
  clear: both;
}

@media screen and (min-width: 60em) {
  .post-detail__related {
    margin-bottom: 6.25rem;
  }
}

.post-detail__related-inner {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.post-detail__related-inner:last-child:not(:first-child) {
  float: right;
}

.post-detail__related-inner h4 {
  margin-bottom: 1.875rem;
  color: #2f3031;
  font-size: 1.5rem;
}

.post-detail__related-grid {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
  margin-top: 1.25rem;
}

.post-detail__related-grid::before,
.post-detail__related-grid::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.post-detail__related-grid::after {
  clear: both;
}

.post-detail__related-item {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-bottom: 1.25rem;
}

.post-detail__related-item:last-child:not(:first-child) {
  float: right;
}

.post-detail__related-item:last-child:last-child {
  float: left;
}

@media screen and (min-width: 46.875em) {
  .post-detail__related-item {
    width: 50%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    margin-bottom: 0;
  }

  .post-detail__related-item:last-child:not(:first-child) {
    float: right;
  }

  .post-detail__related-item:last-child:last-child {
    float: left;
  }
}

@media screen and (min-width: 46.875em) and (max-width: 59.9375em) {
  .post-detail__related-item:nth-child(3) {
    display: none;
  }
}

@media screen and (min-width: 60em) {
  .post-detail__related-item {
    width: 33.33%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .post-detail__related-item:last-child:not(:first-child) {
    float: right;
  }

  .post-detail__related-item:last-child:last-child {
    float: left;
  }
}

.post-detail__related-item-inner {
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
  box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
  background-color: #fff;
}

.post-detail__related-item-text {
  padding: 2.1875rem 2.1875rem 2.5rem;
}

.post-detail__related-item-text .post-detail__categories {
  margin: 0 0 0.625rem;
}

.post-detail__related-item img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.post-detail__related-item h5 {
  letter-spacing: normal;
  line-height: 1.875rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.post-detail__related-item h5 a {
  color: #2f3031;
}

.post-detail__related-item h5 a:hover {
  color: #00c1de;
}

.post-detail__related-item p {
  line-height: 1.5625rem;
  font-size: 0.875rem;
}

.post-detail__related-footer {
  position: absolute;
  left: 35px;
  bottom: 25px;
  font-size: 0.625rem;
}

.press__item {
  border-bottom: 1px solid #ebebeb;
  padding: 1.25rem 0;
}

@media screen and (min-width: 60em) {
  .press__item {
    padding: 2.1875rem 0;
  }
}

@media screen and (min-width: 60em) {
  .press__item:first-child {
    padding-top: 0;
  }
}

.press__item-mobile {
  font-size: 0.875rem;
}

@media screen and (min-width: 60em) {
  .press__item-mobile {
    display: none;
  }
}

.press__item h2 {
  position: relative;
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
  font-weight: 400;
}

@media screen and (min-width: 60em) {
  .press__item h2 {
    margin-bottom: 1.25rem;
    padding-right: 5rem;
    font-weight: 300;
  }
}

.press__item h2 a {
  color: #2f3031;
}

.press__item h2 a:hover {
  color: #00c1de;
}

.press__item h2 a.more {
  display: none;
}

@media screen and (min-width: 60em) {
  .press__item h2 a.more {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #3291d9;
    font-size: 1.0625rem;
  }
}

.press__item h2 a.more:hover {
  color: #00c1de;
}

.press__item h3 {
  margin: 0 0 0.9375rem;
  text-transform: uppercase;
  color: #00c1de;
  font-size: 0.9375rem;
  font-weight: 400;
}

.press__item p {
  margin: 0 0 0.3125rem;
  font-size: 0.875rem;
}

.pagination {
  margin: 2.5rem auto;
  text-align: center;
  font-size: 1.25rem;
}

@media screen and (min-width: 60em) {
  .pagination {
    margin-top: 5rem;
    width: 100%;
    max-width: 22.5rem;
  }
}

.pagination .pages {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.75rem;
}

.pagination .previouspostslink,
.pagination .nextpostslink {
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-background-size: 2.75rem 2.75rem;
  background-size: 2.75rem 2.75rem;
  vertical-align: middle;
  width: 2.75rem;
  height: 2.75rem;
}

.pagination .previouspostslink {
  float: left;
  background-image: url("images/arrow-left.svg");
}

.pagination .previouspostslink.disabled {
  background-image: url("images/arrow-left-disabled.svg");
}

.pagination .nextpostslink {
  float: right;
  background-image: url("images/arrow-right.svg");
}

.pagination .nextpostslink.disabled {
  background-image: url("images/arrow-right-disabled.svg");
}

.post-detail__content ul.alm-paging {
  margin: 2.5rem auto;
  padding: 0;
  text-align: center;
  font-size: 1.25rem;
}

@media screen and (min-width: 60em) {
  .post-detail__content ul.alm-paging {
    margin-top: 5rem;
    width: 100%;
    max-width: 22.5rem;
  }
}

.post-detail__content ul.alm-paging li {
  display: inline-block;
  margin: 0;
  height: 2.875rem;
  overflow: visible;
  vertical-align: top;
  list-style-type: none;
  line-height: 2.875rem;
  font-size: 1.25rem;
}

.post-detail__content ul.alm-paging li.prev a,
.post-detail__content ul.alm-paging li.next a {
  display: inline-block;
  vertical-align: middle;
  width: 2.75rem;
  height: 2.75rem;
}

.post-detail__content ul.alm-paging li.prev {
  float: left;
}

.post-detail__content ul.alm-paging li.prev.disabled a {
  background: #fff url("images/arrow-left-disabled.svg") no-repeat center;
  -webkit-background-size: 44px 44px;
  background-size: 44px 44px;
}

.post-detail__content ul.alm-paging li.prev a {
  background: #fff url("images/arrow-left.svg") no-repeat center;
  -webkit-background-size: 44px 44px;
  background-size: 44px 44px;
}

.post-detail__content ul.alm-paging li.next {
  float: right;
}

.post-detail__content ul.alm-paging li.next.disabled a {
  background: #fff url("images/arrow-right-disabled.svg") no-repeat center;
  -webkit-background-size: 44px 44px;
  background-size: 44px 44px;
}

.post-detail__content ul.alm-paging li.next a {
  background: #fff url("images/arrow-right.svg") no-repeat center;
  -webkit-background-size: 44px 44px;
  background-size: 44px 44px;
}

.post-detail__content ul.alm-paging li.active a {
  display: block;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  cursor: default;
  background: #fff;
  vertical-align: middle;
  line-height: 2.875rem;
  color: #263746;
  font-size: 1.25rem;
}

.post-detail__content ul.alm-paging li a {
  display: block;
  border-radius: 0;
  border: 0;
  background: #fff;
  padding: 0;
  height: 2.875rem;
  line-height: 2.875rem;
  font-size: 1.25rem;
}

.post-detail__content ul.alm-paging li a:hover,
.post-detail__content ul.alm-paging li a:focus {
  background-color: #fff;
}

.quote {
  position: relative;
  overflow: hidden;
}

.quote__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.quote__inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  position: relative;
  z-index: 2;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  text-align: center;
  color: #fff;
}

.quote__inner::before,
.quote__inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.quote__inner::after {
  clear: both;
}

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

.quote__inner,
.quote__inner:last-child {
  float: none;
}

@media screen and (min-width: 46.875em) {
  .quote__inner {
    padding-top: 6.25rem;
    padding-bottom: 4.375rem;
  }
}

@media screen and (min-width: 60em) {
  .quote__inner {
    padding-top: 12.5rem;
    padding-bottom: 10.625rem;
  }
}

.quote__inner p {
  margin: 0 auto;
  width: 100%;
  max-width: 57.5rem;
  letter-spacing: .5px;
  line-height: 1.73;
  font-size: 1.5rem;
}

@media screen and (min-width: 60em) {
  .quote__inner p {
    font-size: 1.875rem;
  }
}

.quote__author {
  margin-top: 1.25rem;
  text-transform: uppercase;
  letter-spacing: .5px;
}

@media screen and (min-width: 60em) {
  .quote__author {
    font-size: 1.125rem;
  }
}

.quote__author a {
  color: #fff;
}

.quote__author a:hover {
  color: #00c1de;
}

.quote__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navy-quote {
  position: relative;
  overflow: hidden;
}

.navy-quote::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
  z-index: 2;
  background-color: #00c1de;
  width: 100%;
  height: 100%;
  content: '';
}

.navy-quote__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.navy-quote__inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  position: relative;
  z-index: 3;
  float: none !important;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  text-align: center;
  line-height: 1.7;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
}

.navy-quote__inner::before,
.navy-quote__inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.navy-quote__inner::after {
  clear: both;
}

.navy-quote__inner:last-child:not(:first-child) {
  float: right;
}

.navy-quote__inner,
.navy-quote__inner:last-child {
  float: none;
}

@media screen and (min-width: 60em) {
  .navy-quote__inner {
    padding-top: 13.75rem;
    padding-bottom: 13.75rem;
    font-size: 1.875rem;
    font-weight: 400;
  }
}

.navy-quote__inner p {
  margin: 0 auto;
  width: 100%;
  max-width: 67.5rem;
}

.about .hero h1 {
  width: 100%;
  max-width: 34.0625rem;
}

.about__intro {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 0;
}

.about__intro::before,
.about__intro::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.about__intro::after {
  clear: both;
}

@media screen and (min-width: 46.875em) {
  .about__intro {
    padding: 5rem 0;
  }
}

.about__intro-inner {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.about__intro-inner:last-child:not(:first-child) {
  float: right;
}

.about__intro-text {
  margin: 0 auto;
  width: 100%;
  max-width: 61.25rem;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 300;
}

.about__intro-text h2 {
  margin-bottom: 1.875rem;
  color: #263746;
}

@media screen and (min-width: 46.875em) {
  .about__intro-text h2 {
    margin-bottom: 3.125rem;
  }
}

.about__quote {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.about__quote::before,
.about__quote::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.about__quote::after {
  clear: both;
}

.about__quote-inner {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.about__quote-inner:last-child:not(:first-child) {
  float: right;
}

.about__quote-box {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 62.5rem;
}

@media screen and (min-width: 46.875em) {
  .about__quote-box {
    padding-top: 14.0625rem;
    padding-left: 30%;
  }
}

.about__quote-image {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 50%;
}

@media screen and (min-width: 46.875em) {
  .about__quote-image {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
  }
}

.about__quote-text {
  position: relative;
  z-index: 2;
  background-color: rgba(0, 193, 222, 0.9);
  padding: 1.25rem;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
}

@media screen and (min-width: 46.875em) {
  .about__quote-text {
    padding: 5rem;
  }
}

.about__quote-text p {
  margin: 0;
}

.about__team {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.8125rem 0;
}

.about__team::before,
.about__team::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.about__team::after {
  clear: both;
}

@media screen and (min-width: 46.875em) {
  .about__team {
    padding: 5.625rem 0;
  }
}

.about__team-mk {
  padding: 0.9375rem 0 0.9375rem 1.4375rem;
}

.about__team-mk a {
  letter-spacing: normal;
  font-size: 1.0625rem;
  font-weight: 400;
}

.about__team-mk a.download {
  display: block;
  float: right;
  margin-top: 0.125rem;
  background: url("images/icon-download.svg") no-repeat 0 0;
  -webkit-background-size: 1.125rem 1rem;
  background-size: 1.125rem 1rem;
  width: 1.125rem;
  height: 1rem;
}

.about__team-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #263746;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  color: #fff;
}

.about__team-modal-close {
  display: block;
  position: absolute;
  top: 2.1875rem;
  right: 0;
  background: url("images/icon-portfolio-close.svg") no-repeat 0 0;
  -webkit-background-size: 1.875rem 1.875rem;
  background-size: 1.875rem 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
}

.about__team-modal-bio {
  display: none;
}

.about__team-modal-bio-inner {
  position: relative;
  margin: 0 auto;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  max-width: 40.625rem;
  padding: 6.25rem 0 3.125rem;
}

.about__team-modal-bio-image {
  width: 100%;
}

@media screen and (min-width: 46.875em) {
  .about__team-modal-bio-image {
    float: left;
    width: 50%;
  }
}

.about__team-modal-bio-image-wrapper {
  position: relative;
  margin: 0.4375rem 0 1.25rem;
}

.about__team-modal-bio-image-wrapper .linkedin {
  display: block;
  position: absolute;
  bottom: 1.125rem;
  right: 1.125rem;
  background: url("images/linkedin.svg") no-repeat 0 0;
  -webkit-background-size: 1.5625rem 1.5625rem;
  background-size: 1.5625rem 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
}

.about__team-modal-bio-image img {
  border-radius: 3px;
  width: 100%;
}

.about__team-modal-bio-image h3 {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
}

.about__team-modal-bio-image h4 {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 400;
}

.about__team-modal-bio-text {
  width: 100%;
  font-size: 0.9375rem;
}

@media screen and (min-width: 46.875em) {
  .about__team-modal-bio-text {
    float: right;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}

.about__team-modal-bio-text p {
  line-height: 2;
}

.about__team-inner {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.about__team-inner:last-child:not(:first-child) {
  float: right;
}

.about__team-grid {
  margin: 2.5rem auto 0;
  width: 100%;
  max-width: 48.75rem;
}

.about__team-member {
  width: 100%;
  float: left;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  margin-bottom: 1.25rem;
}

.about__team-member:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .about__team-member {
    width: 50%;
    float: left;
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
    margin-bottom: 0;
  }

  .about__team-member:last-child:not(:first-child) {
    float: right;
  }
}

.about__team-member-inner {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.about__team-member-inner:hover::after {
  max-width: 100%;
}

.about__team-member-inner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.71;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 104, 124, 0)), to(#0a3151));
  background-image: -webkit-linear-gradient(top, rgba(76, 104, 124, 0) 0%, #0a3151 100%);
  background-image: -o-linear-gradient(top, rgba(76, 104, 124, 0) 0%, #0a3151 100%);
  background-image: linear-gradient(180deg, rgba(76, 104, 124, 0) 0%, #0a3151 100%);
  width: 100%;
  height: 50%;
  content: '';
}

.about__team-member-inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: max-width .3s ease-in-out;
  -o-transition: max-width .3s ease-in-out;
  transition: max-width .3s ease-in-out;
  background-color: #00c1de;
  width: 100%;
  max-width: 0;
  height: 0.625rem;
  content: '';
}

.about__team-member-overlay {
  position: absolute;
  bottom: 1.875rem;
  left: 1.25rem;
  z-index: 1;
}

.about__team-member h3 {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
}

.about__team-member h4 {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 400;
}

.about__team h2 {
  text-align: center;
}

.about__difference {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.125rem;
}

.about__difference::before,
.about__difference::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.about__difference::after {
  clear: both;
}

@media screen and (min-width: 46.875em) {
  .about__difference {
    padding-bottom: 6.25rem;
  }
}

.about__difference-inner {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.about__difference-inner:last-child:not(:first-child) {
  float: right;
}

.about__difference-inner h2 {
  margin-bottom: 2.8125rem;
  text-align: center;
}

.about__difference-grid {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.about__difference-grid::before,
.about__difference-grid::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.about__difference-grid::after {
  clear: both;
}

.about__difference-item {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-bottom: 1.875rem;
  text-align: center;
  letter-spacing: normal;
  font-size: 0.9375rem;
}

.about__difference-item:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .about__difference-item {
    width: 33.33%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    margin-bottom: 0;
  }

  .about__difference-item:last-child:not(:first-child) {
    float: right;
  }
}

.about__difference-item h3 {
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  color: #00c1de;
  font-size: 1.0625rem;
  font-weight: 400;
}

.about__difference-item p {
  margin: 0;
  line-height: 2;
}

.about__philosophy {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 5.625rem 0 3.125rem;
}

@media screen and (min-width: 46.875em) {
  .about__philosophy {
    padding: 11.25rem 0 7.5rem;
  }
}

.about__philosophy-inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  text-align: center;
}

.about__philosophy-inner::before,
.about__philosophy-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.about__philosophy-inner::after {
  clear: both;
}

.about__philosophy-inner:last-child:not(:first-child) {
  float: right;
}

.about__philosophy-inner,
.about__philosophy-inner:last-child {
  float: none;
}

.about__philosophy h2 {
  margin-bottom: 1.25rem;
  color: #00c1de;
}

.about__philosophy p {
  margin: 0 auto;
  width: 100%;
  max-width: 37.5rem;
  line-height: 2;
  letter-spacing: normal;
  font-size: 0.9375rem;
}

.about__philosophy ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2.5rem auto 0;
  width: 100%;
  max-width: 37.5rem;
}

.about__philosophy li {
  margin-bottom: 1.875rem;
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
  padding-top: 2.5rem;
  width: 50%;
}

@media screen and (min-width: 46.875em) {
  .about__philosophy li {
    width: 33.33%;
  }
}

.about__where {
  background-color: #263746;
  padding: 3.125rem 0;
  text-align: center;
}

@media screen and (min-width: 46.875em) {
  .about__where {
    padding: 5.625rem 0 6.25rem;
  }
}

.about__where-inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  text-align: center;
}

.about__where-inner::before,
.about__where-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.about__where-inner::after {
  clear: both;
}

.about__where-inner:last-child:not(:first-child) {
  float: right;
}

.about__where-inner,
.about__where-inner:last-child {
  float: none;
}

.about__where-map {
  position: relative;
  margin: 0 auto;
  background: url("images/map.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding-bottom: 65%;
  width: 100%;
  max-width: 56.25rem;
}

@media screen and (min-width: 46.875em) {
  .about__where-map {
    padding-bottom: 55%;
  }
}

.about__where-dot {
  position: absolute;
  border-radius: 50%;
  opacity: .5;
  background-color: #00deff;
}

.about__where-dot--1 {
  top: 33%;
  left: -20px;
}

.about__where-dot--2 {
  top: 5%;
  left: 50%;
}

.about__where-dot--3 {
  top: 49%;
  right: 8%;
}

.about__where-dot--4 {
  top: 39%;
  left: 17%;
}

.about__where-dot--5 {
  top: 39%;
  right: 31%;
}

.about__where-dot--6 {
  top: 55%;
  left: 6%;
}

.about__where-dot--7 {
  top: 23%;
  right: 2%;
}

.about__where-dot--8 {
  top: 75%;
  right: 15%;
}

.about__where-dot--9 {
  top: 38%;
  right: 9%;
}

.about__where-dot--10 {
  top: 49%;
  left: 1%;
}

.about__where-dot--11 {
  top: 65%;
  right: 20%;
}

.about__where-dot--xsmall {
  width: 2.25rem;
  height: 2.25rem;
}

@media screen and (min-width: 46.875em) {
  .about__where-dot--xsmall {
    width: 4.75rem;
    height: 4.75rem;
  }
}

.about__where-dot--small {
  width: 2.75rem;
  height: 2.75rem;
}

@media screen and (min-width: 46.875em) {
  .about__where-dot--small {
    width: 5.5rem;
    height: 5.5rem;
  }
}

.about__where-dot--medium {
  width: 3.125rem;
  height: 3.125rem;
}

@media screen and (min-width: 46.875em) {
  .about__where-dot--medium {
    width: 6.1875rem;
    height: 6.1875rem;
  }
}

.about__where-dot--large {
  width: 3.75rem;
  height: 3.75rem;
}

@media screen and (min-width: 46.875em) {
  .about__where-dot--large {
    width: 7.0625rem;
    height: 7.0625rem;
  }
}

.about__where h2 {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
}

@media screen and (min-width: 46.875em) {
  .about__where h2 {
    font-size: 2rem;
  }
}

html:not(.no-js) .about__where-dot[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 0.5;
}

.contact .hero__inner {
  height: 25.75rem;
}

@media screen and (max-width: 46.8125em) {
  .contact .hero::before {
    background-color: rgba(50, 145, 217, 0.74);
  }
}

@media screen and (min-width: 46.875em) {
  .contact .hero::after {
    display: none;
  }
}

.contact__content {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.contact__content::before,
.contact__content::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.contact__content::after {
  clear: both;
}

@media screen and (min-width: 46.875em) {
  .contact__content {
    padding-bottom: 5rem;
  }
}

.contact__text {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.375rem;
}

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

@media screen and (min-width: 46.875em) {
  .contact__text {
    width: 50%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

.contact__text p {
  width: 100%;
  max-width: 28.4375rem;
}

.contact__form {
  width: 100%;
  float: left;
}

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

@media screen and (min-width: 46.875em) {
  .contact__form {
    width: 50%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-left: 0;
  }

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

.contact__form-inner {
  position: relative;
  border-radius: 3px;
  background-color: #ebebeb;
  padding: 1.5625rem;
}

@media screen and (min-width: 46.875em) {
  .contact__form-inner {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    -o-transform: translateY(-24px);
    transform: translateY(-24px);
    padding: 1.875rem;
  }
}

.contact__form .gfield_checkbox li {
  margin: 0;
  letter-spacing: normal;
  font-size: 0.9375rem;
}

.contact__form #field_1_5 .gfield_label {
  position: relative !important;
  top: 0;
  left: 0;
  margin-bottom: 0.3125rem;
  width: auto;
  height: auto;
  clip: none;
  letter-spacing: normal;
  font-size: 1.125rem;
}

.contact__form #field_1_5 input {
  margin-bottom: 0;
}

.contact__form .gform_footer {
  margin-top: 1.25rem;
}

.error-page {
  padding: 3.125rem 0;
  background: url("images/404-image.jpg") no-repeat 0 40%;
  -webkit-background-size: 37.8125rem 56.625rem;
  background-size: 37.8125rem 56.625rem;
}

@media screen and (min-width: 46.875em) {
  .error-page {
    background-position: right center;
    padding: 6.25rem 0;
  }
}

.error-page__inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.error-page__inner::before,
.error-page__inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.error-page__inner::after {
  clear: both;
}

.error-page__inner:last-child:not(:first-child) {
  float: right;
}

.error-page__inner,
.error-page__inner:last-child {
  float: none;
}

.error-page__text {
  width: 50%;
  max-width: 40rem;
  font-size: 1.25rem;
  font-weight: 300;
}

@media screen and (min-width: 46.875em) {
  .error-page__text {
    width: 100%;
    max-width: 40rem;
    font-size: 1.875rem;
  }
}

.error-page h1 {
  text-transform: lowercase;
  color: #00c1de;
  font-size: 3rem;
  font-weight: 900;
}

@media screen and (min-width: 46.875em) {
  .error-page h1 {
    font-size: 9.375rem;
  }
}

.error-page p:nth-child(3) {
  margin: 1.875rem 0 0.3125rem;
  font-size: 1.25rem;
}

.error-page ul {
  margin: 0;
}

.error-page li {
  display: block;
  margin: 0.1875rem 0;
  font-size: 1.0625rem;
  font-weight: 400;
}

.error-page a {
  color: #3291d9;
}

.error-page a:hover {
  color: #00c1de;
}

.homepage__intro {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 0;
}

.homepage__intro::before,
.homepage__intro::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.homepage__intro::after {
  clear: both;
}

@media screen and (min-width: 46.875em) {
  .homepage__intro {
    padding: 5rem 0;
  }
}

.homepage__intro-inner {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.homepage__intro-inner:last-child:not(:first-child) {
  float: right;
}

.homepage__intro-text {
  margin: 0 auto;
  width: 100%;
  max-width: 59.375rem;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 300;
}

@media screen and (min-width: 46.875em) {
  .homepage__intro-text {
    font-size: 1.75rem;
  }
}

.homepage__intro-text a {
  font-size: 1.0625rem;
  font-weight: 400;
}

.homepage__about {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.8125rem;
}

.homepage__about::before,
.homepage__about::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.homepage__about::after {
  clear: both;
}

@media screen and (min-width: 46.875em) {
  .homepage__about {
    margin-bottom: 5.625rem;
  }
}

.homepage__about-inner {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.homepage__about-inner:last-child:not(:first-child) {
  float: right;
}

.homepage__about-box {
  position: relative;
  margin: 0 auto;
  padding: 10rem 0;
  width: 100%;
  max-width: 62.5rem;
  overflow: hidden;
}

.homepage__about-box:hover .homepage__about-bg {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.homepage__about-box::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .85;
  z-index: 2;
  background-color: #00c1de;
  width: 100%;
  height: 100%;
  content: '';
}

.homepage__about-bg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.homepage__about-text {
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  margin: 0 auto;
  width: 100%;
  max-width: 35rem;
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 300;
}

.homepage__about-text strong {
  font-size: 1.0625rem;
  font-weight: 400;
}

.homepage__news {
  background-color: #ebebeb;
  padding: 2.5rem 0 1.25rem;
}

@media screen and (min-width: 46.875em) {
  .homepage__news {
    padding: 5.625rem 0 3.75rem;
  }
}

.homepage__news-inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.homepage__news-inner::before,
.homepage__news-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.homepage__news-inner::after {
  clear: both;
}

.homepage__news-inner:last-child:not(:first-child) {
  float: right;
}

.homepage__news-inner,
.homepage__news-inner:last-child {
  float: none;
}

.homepage__news-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 48.75rem;
}

.homepage__news-block {
  margin-bottom: 1.5rem;
  width: 100%;
}

@media screen and (min-width: 46.875em) {
  .homepage__news-block {
    margin: 0 0.75rem 1.5rem;
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
  }
}

.homepage__news-block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px rgba(205, 205, 205, 0.5);
  box-shadow: 0 0 8px rgba(205, 205, 205, 0.5);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 1.875rem;
  height: 100%;
  min-height: 20rem;
}

.homepage__news-block-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .94;
  border-radius: 3px;
  background-color: #263746;
  width: 100%;
  height: 100%;
  content: '';
}

.homepage__news-block-inner h2 {
  color: #fff;
}

.homepage__news-block-text {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.homepage__news-item {
  margin-bottom: 1.5rem;
  width: 100%;
}

@media screen and (min-width: 46.875em) {
  .homepage__news-item {
    margin: 0 0.75rem 1.5rem;
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
  }
}

.homepage__news-item-inner {
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px rgba(205, 205, 205, 0.5);
  box-shadow: 0 0 8px rgba(205, 205, 205, 0.5);
  background-color: #fff;
  padding: 1.875rem;
  height: 100%;
  min-height: 20rem;
}

.homepage__news-item-inner:hover {
  background-color: #263746;
}

.homepage__news-item-inner:hover .homepage__news-date {
  color: #ebebeb;
}

.homepage__news-item-inner:hover h3 {
  color: #fff;
}

.homepage__news-item h3 {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 1.45;
  color: #263746;
  font-size: 1.375rem;
}

.homepage__news-item h4 {
  text-transform: uppercase;
  color: #00c1de;
  font-size: 0.9375rem;
  font-weight: 400;
}

.homepage__news-date {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 1.25rem;
  color: #263746;
  font-size: 0.625rem;
  font-weight: 400;
}

.homepage__news-more {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  letter-spacing: normal;
  color: #ebebeb;
  font-size: 0.9375rem;
  font-weight: 500;
}

.homepage__events {
  position: relative;
}

.homepage__events::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ebebeb;
  width: 100%;
  height: 35%;
  content: '';
}

@media screen and (min-width: 46.875em) {
  .homepage__events::before {
    height: 40%;
  }
}

.homepage__events-inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  position: relative;
  z-index: 2;
}

.homepage__events-inner::before,
.homepage__events-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.homepage__events-inner::after {
  clear: both;
}

.homepage__events-inner:last-child:not(:first-child) {
  float: right;
}

.homepage__events-inner,
.homepage__events-inner:last-child {
  float: none;
}

.homepage__events-inner h2 {
  position: relative;
  margin: 0 auto 1.25rem;
  width: 100%;
  max-width: 56.25rem;
  text-align: center;
  color: #263746;
  font-size: 1.75rem;
}

@media screen and (min-width: 46.875em) {
  .homepage__events-inner h2 {
    margin-bottom: 2.5rem;
  }
}

.homepage__events-inner h2 a {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: normal;
  font-size: 1.0625rem;
  font-weight: 400;
}

.homepage__events-inner .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.homepage__events-carousel {
  margin: 0 auto;
  width: 100%;
  max-width: 56.25rem;
}

.homepage__events-carousel .slick-dots {
  bottom: 1.25rem;
}

@media screen and (min-width: 46.875em) {
  .homepage__events-carousel .slick-dots {
    bottom: 4.375rem;
  }
}

.homepage__events-item-date {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 3px;
  background-color: #00c1de;
  padding: 0.75rem 2.375rem;
  text-align: center;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 400;
}

.homepage__events-item-text {
  position: relative;
  margin: 0 auto;
  border-radius: 3px;
  background-color: #fff;
  padding: 5rem 2.375rem;
  width: 100%;
  max-width: 39.1875rem;
  height: auto;
  min-height: 17.125rem;
}

@media screen and (min-width: 46.875em) {
  .homepage__events-item-text {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
    box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
  }
}

.homepage__events-item-details {
  position: absolute;
  bottom: 2.375rem;
  right: 2.375rem;
  font-size: 1.0625rem;
  font-weight: 400;
}

.homepage__events-item h3 {
  margin-bottom: 1.25rem;
  letter-spacing: normal;
  color: #263746;
  font-size: 1.375rem;
  font-weight: 400;
}

.homepage__events-item p {
  line-height: 2;
  color: #263746;
  font-size: 0.9375rem;
}

.homepage__insights {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 0;
}

.homepage__insights::before,
.homepage__insights::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.homepage__insights::after {
  clear: both;
}

@media screen and (min-width: 60em) {
  .homepage__insights {
    padding-bottom: 5rem;
  }
}

.homepage__insights-inner {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.homepage__insights-inner:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 60em) {
  .homepage__insights-inner .slick-slider.slick-dotted {
    margin-bottom: 0;
  }

  .homepage__insights-inner .slick-slider.slick-dotted .slick-dots {
    display: none;
  }
}

.homepage__insights-grid {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

.homepage__insights-grid::before,
.homepage__insights-grid::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.homepage__insights-grid::after {
  clear: both;
}

.homepage__insights-mobile {
  display: block;
  margin-top: 2.5rem;
  text-align: center;
  letter-spacing: normal;
  font-size: 0.9375rem;
}

@media screen and (min-width: 60em) {
  .homepage__insights-mobile {
    display: none;
  }
}

.homepage__insights .insights__article {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.homepage__insights .insights__article:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 46.875em) {
  .homepage__insights .insights__article {
    width: 50%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .homepage__insights .insights__article:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 60em) {
  .homepage__insights .insights__article {
    width: 33.33%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .homepage__insights .insights__article:last-child:not(:first-child) {
    float: right;
  }
}

.homepage__insights h2 {
  display: none;
}

@media screen and (min-width: 60em) {
  .homepage__insights h2 {
    display: block;
    position: relative;
    margin-bottom: 2.5rem;
    text-align: center;
    letter-spacing: -.5px;
    color: #263746;
    font-size: 1.75rem;
    font-weight: 300;
  }

  .homepage__insights h2 a {
    display: block;
    position: absolute;
    top: 0.6875rem;
    right: 0;
    letter-spacing: normal;
    color: #3291d9;
    font-size: 0.9375rem;
    font-weight: 400;
  }

  .homepage__insights h2 a:hover {
    color: #00c1de;
  }
}

.homepage__cta {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 2.5rem 0;
}

@media screen and (max-width: 46.8125em) {
  .homepage__cta::before {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    background-color: #2f3031;
    width: 100%;
    height: 100%;
    content: '';
  }
}

@media screen and (min-width: 46.875em) {
  .homepage__cta {
    padding: 0;
  }
}

.homepage__cta-inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  position: relative;
  z-index: 2;
}

.homepage__cta-inner::before,
.homepage__cta-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.homepage__cta-inner::after {
  clear: both;
}

.homepage__cta-inner:last-child:not(:first-child) {
  float: right;
}

.homepage__cta-inner,
.homepage__cta-inner:last-child {
  float: none;
}

@media screen and (min-width: 46.875em) {
  .homepage__cta-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 30.5rem;
  }
}

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

@media screen and (min-width: 46.875em) {
  .homepage__cta-text {
    width: 40%;
    max-width: 24.375rem;
    text-align: left;
  }
}

.homepage__cta h3 {
  margin: 0 0 0.9375rem;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
}

@media screen and (min-width: 46.875em) {
  .homepage__cta h3 {
    font-size: 2rem;
  }
}

.homepage__cta a {
  font-size: 1.0625rem;
}

.insights__grid {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem;
}

.insights__grid::before,
.insights__grid::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.insights__grid::after {
  clear: both;
}

.insights__grid-inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.insights__grid-inner::before,
.insights__grid-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.insights__grid-inner::after {
  clear: both;
}

.insights__grid-inner:last-child:not(:first-child) {
  float: right;
}

.insights__grid-inner,
.insights__grid-inner:last-child {
  float: none;
}

.insights__grid-wrapper {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.insights__grid-wrapper::before,
.insights__grid-wrapper::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.insights__grid-wrapper::after {
  clear: both;
}

.insights__grid .offer__preview {
  margin: 1.25rem 0;
}

.insights__item {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 0 1.25rem;
  float: left;
  display: inline;
}

@media screen and (min-width: 46.875em) {
  .insights__item {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
  }
}

@media screen and (min-width: 60em) {
  .insights__item {
    width: -webkit-calc(33.33% - 40px);
    width: calc(33.33% - 40px);
  }
}

.insights__article {
  display: block;
  margin: 1.25rem 0;
  width: 100%;
}

.insights__article-inner {
  position: relative;
  display: block;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
  box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
  background-color: #fff;
}

.insights__article-image {
  position: relative;
  width: 100%;
}

.insights__article-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2.75rem;
  height: 2.75rem;
}

.insights__article-icon--videos {
  background: url("images/article-play.svg") no-repeat 0 0;
  -webkit-background-size: 2.75rem 2.75rem;
  background-size: 2.75rem 2.75rem;
}

.insights__article-icon--podcasts {
  background: url("images/article-podcast.svg") no-repeat 0 0;
  -webkit-background-size: 2.75rem 2.75rem;
  background-size: 2.75rem 2.75rem;
}

.insights__article-text {
  padding: 2.1875rem 2.1875rem 2.5rem;
}

.insights__article-text .post-detail__categories {
  margin: 0 0 0.625rem;
}

.insights__article-excerpt {
  padding-bottom: 0.3125rem;
}

.insights__article-footer {
  letter-spacing: normal;
  font-size: 0.625rem;
  font-weight: 500;
}

.insights__article img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.insights__article h5 {
  letter-spacing: normal;
  line-height: 1.75rem;
  font-size: 1.1875rem;
  font-weight: 400;
}

.insights__article h5 a {
  color: #2f3031;
}

.insights__article h5 a:hover {
  color: #00c1de;
}

.insights__article p {
  letter-spacing: normal;
  line-height: 1.5rem;
  font-size: 0.875rem;
}

.insights__quote {
  display: inline-block;
  margin: 1.25rem 0;
}

.insights__quote-inner {
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
  box-shadow: 0 0 15px rgba(137, 137, 137, 0.3);
  -webkit-background-size: cover;
  background-size: cover;
  padding: 5.625rem 2.1875rem;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
}

.insights__quote-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .87;
  z-index: 1;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#514f4f), to(black));
  background: -webkit-linear-gradient(top, #514f4f 0%, black 100%);
  background: -o-linear-gradient(top, #514f4f 0%, black 100%);
  background: linear-gradient(to bottom, #514f4f 0%, black 100%);
  width: 100%;
  height: 100%;
  content: '';
}

.insights__quote-text {
  position: relative;
  z-index: 2;
}

.insights__quote-author {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.0625rem;
  font-weight: 300;
}

.mk__hero {
  position: relative;
}

.mk__hero::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
  background-color: #00c1de !important;
  width: 100%;
  height: 100%;
  content: '';
}

.mk__hero::after {
  background-position: center 100.3% !important;
}

.mk__hero-inner {
  position: relative;
  z-index: 2;
  height: 28.5rem !important;
  text-align: center;
}

@media screen and (min-width: 46.875em) {
  .mk__hero-inner {
    text-align: left;
  }
}

.mk__hero-inner > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.0625rem;
  font-weight: 300;
}

@media screen and (min-width: 46.875em) {
  .mk__hero-inner > div {
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .mk__hero-inner > div::before,
  .mk__hero-inner > div::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .mk__hero-inner > div::after {
    clear: both;
  }

  .mk__hero-inner > div:last-child:not(:first-child) {
    float: right;
  }

  .mk__hero-inner > div,
  .mk__hero-inner > div:last-child {
    float: none;
  }
}

@media screen and (min-width: 60em) {
  .mk__hero-inner > div {
    font-size: 2.125rem;
  }
}

.mk__hero-inner > div h1 {
  margin-bottom: 0;
  letter-spacing: -.5px;
  color: #fff;
  font-weight: 700;
}

.mk__hero-inner > div p {
  margin: 0.625rem 0;
  letter-spacing: normal;
  line-height: 1.81;
  font-size: 1.375rem;
  font-weight: 400;
}

@media screen and (min-width: 46.875em) {
  .mk__hero-inner > div p {
    margin: 1.875rem 0;
  }
}

@media screen and (min-width: 60em) {
  .mk__hero-inner > div p {
    font-size: 1.6875rem;
  }
}

.mk__content {
  position: relative;
}

.mk__content::before {
  position: absolute;
  top: 50%;
  left: -2.5rem;
  z-index: -1;
  background: url("images/background-accent.svg") no-repeat 0 0;
  -webkit-background-size: 1016px 1070px;
  background-size: 1016px 1070px;
  width: 1016px;
  height: 1090px;
  content: '';
}

.mk__assets {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.125rem 0 0;
}

.mk__assets::before,
.mk__assets::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.mk__assets::after {
  clear: both;
}

@media screen and (min-width: 60em) {
  .mk__assets {
    padding: 6.25rem 0;
  }
}

.mk__assets-inner {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  text-align: center;
}

.mk__assets-inner:last-child:not(:first-child) {
  float: right;
}

.mk__assets .logos {
  color: #9b9b9b;
}

.mk__assets .logos__image {
  margin-bottom: 1.25rem;
  border: 1px solid #b5b5b5;
  height: 5.6875rem;
}

.mk__assets .logos__image img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mk__assets .logos a {
  color: #3291d9;
}

.mk__assets .logos a:hover {
  color: #00c1de;
}

.mk__assets h2 {
  margin-bottom: 1.25rem;
}

.mk__assets ul {
  margin: 0 auto;
  width: 100%;
  max-width: 50rem;
}

.mk__assets ul.colors {
  margin-top: 1.25rem;
}

.mk__assets ul.colors li {
  display: inline-block;
}

.mk__assets li {
  display: block;
  margin: 1.25rem;
  list-style-type: none;
  text-align: center;
  font-size: 0.875rem;
}

@media screen and (min-width: 46.875em) {
  .mk__assets li {
    display: inline-block;
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
    max-width: 21.25rem;
  }
}

.mk__assets li span {
  display: block;
  margin: 0 auto 0.3125rem;
  width: 3.9375rem;
  height: 3.875rem;
}

.mk__text {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.mk__text::before,
.mk__text::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.mk__text::after {
  clear: both;
}

.mk__text-inner {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.mk__text-inner:last-child:not(:first-child) {
  float: right;
}

.mk__text-section {
  border-bottom: 1px solid #ebebeb;
  padding: 1.875rem 0 1.25rem;
  text-align: center;
}

@media screen and (min-width: 46.875em) {
  .mk__text-section {
    padding: 3.75rem 0 2.8125rem;
    text-align: left;
  }
}

.mk__text-section:last-child {
  border-bottom: 0;
}

.mk__text h2 {
  margin-bottom: 1.875rem;
  letter-spacing: normal;
}

.mk__mission {
  color: #2f3031;
}

.mk__mission h2 {
  margin-bottom: 0.9375rem;
}

.mk__mission p {
  line-height: 1.47;
  letter-spacing: normal;
  font-size: 1.375rem;
  font-weight: 500;
}

@media screen and (min-width: 46.875em) {
  .mk__mission p {
    font-size: 1.75rem;
  }
}

.mk__boilerplate p {
  width: 100%;
  max-width: 48.75rem;
  letter-spacing: normal;
}

.mk__boilerplate a {
  color: #3291d9;
}

.mk__boilerplate a:hover {
  color: #00c1de;
}

.mk__portfolio h2 {
  margin-bottom: 0.9375rem;
}

.mk__contact {
  margin-top: 6.25rem;
}

.mk__contact-inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  -webkit-transform: translateY(-67px);
  -ms-transform: translateY(-67px);
  -o-transform: translateY(-67px);
  transform: translateY(-67px);
  text-align: center;
  color: #5b5b5b;
}

.mk__contact-inner::before,
.mk__contact-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.mk__contact-inner::after {
  clear: both;
}

.mk__contact-inner:last-child:not(:first-child) {
  float: right;
}

.mk__contact-inner,
.mk__contact-inner:last-child {
  float: none;
}

.mk__contact img {
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  width: 8.375rem;
}

.mk__contact h4 {
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  font-weight: 300;
}

.portfolio {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 0;
}

.portfolio::before,
.portfolio::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.portfolio::after {
  clear: both;
}

@media screen and (min-width: 46.875em) {
  .portfolio {
    padding: 4.375rem 0;
  }
}

.portfolio__inner {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

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

.portfolio__intro {
  margin-bottom: 3.125rem;
  width: 100%;
  max-width: 46.875rem;
  letter-spacing: normal;
  font-size: 1.375rem;
  font-weight: 300;
}

.portfolio__filters {
  margin: 0 0 0.625rem;
}

@media screen and (min-width: 46.875em) {
  .portfolio__filters {
    margin-top: 3.125rem;
  }
}

.portfolio__filters li {
  display: inline-block;
  margin-right: 0.625rem;
  letter-spacing: normal;
  list-style-type: none;
}

.portfolio__filters a {
  color: #b5b5b5;
}

.portfolio__filters a.active {
  color: #00c1de;
}

.portfolio__grid {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.portfolio__grid::before,
.portfolio__grid::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.portfolio__grid::after {
  clear: both;
}

.portfolio__grid.active-past.past-count-1,
.portfolio__grid.active-past.past-count-2,
.portfolio__grid.active-past.past-count-3 {
  border-top: 0;
}

.portfolio__grid.active-past.past-count-1 .portfolio__item-inner,
.portfolio__grid.active-past.past-count-2 .portfolio__item-inner,
.portfolio__grid.active-past.past-count-3 .portfolio__item-inner {
  border-top: 1px solid #ebebeb;
}

.portfolio__item {
  width: 100%;
  float: left;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

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

@media screen and (min-width: 46.875em) {
  .portfolio__item {
    width: 33.33%;
    float: left;
  }

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

@media screen and (min-width: 60em) {
  .portfolio__item {
    width: 25%;
    float: left;
  }

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

.portfolio__item--past,
.portfolio__item--hidden {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.portfolio__item--visible {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: 17.5rem !important;
}

.portfolio__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  height: 17.5rem;
}

.portfolio__item-inner:hover .portfolio__item-overlay,
.portfolio__item-inner:hover .portfolio__item-logo--white {
  opacity: 1;
}

.portfolio__item-inner:hover .portfolio__item-logo--color {
  opacity: 0;
}

.portfolio__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 100%;
  height: 100%;
}

.portfolio__item-logo {
  position: relative;
}

.portfolio__item-logo--white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.portfolio__item-logo img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: auto;
  -webkit-backface-visibility: hidden;
}

.portfolio__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: #263746;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  color: #ebebeb;
}

.portfolio__modal-close {
  display: block;
  position: absolute;
  top: 5rem;
  right: 0;
  background: url("images/icon-portfolio-close.svg") no-repeat 0 0;
  -webkit-background-size: 1.875rem 1.875rem;
  background-size: 1.875rem 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
}

.portfolio__modal-item {
  display: none;
}

.portfolio__modal-item-inner {
  position: relative;
  margin: 0 auto;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  max-width: 41rem;
  padding: 5.625rem 0 3.125rem;
}

.portfolio__modal-item-logo {
  margin: 1.25rem 0 1.875rem;
}

@media screen and (min-width: 46.875em) {
  .portfolio__modal-item-logo {
    margin: 2.5rem 0 3.75rem;
  }
}

.portfolio__modal-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
  border-bottom: 1px dashed #b5b5b5;
  padding-bottom: 0.9375rem;
  font-size: 0.9375rem;
}

.portfolio__modal-item-info > div {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 46.875em) {
  .portfolio__modal-item-info > div {
    margin-bottom: 0;
    width: 50%;
  }
}

.portfolio__modal-item-info > div p {
  font-size: 0.8125rem;
}

.portfolio__modal-item-info h3 {
  margin: 0 0 0.1875rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
}

.portfolio__modal-item-summary {
  margin-bottom: 2.5rem;
  letter-spacing: normal;
}

.portfolio__modal-item-summary p {
  line-height: 2;
  font-size: 0.9375rem;
}

.portfolio__modal-item-themes h4 {
  margin: 0 0 0.625rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
}

.portfolio__modal-item-themes ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.portfolio__modal-item-themes li {
  margin: 0.8125rem 0;
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: auto 23px;
  background-size: auto 23px;
  padding: 0.3125rem 0 0.3125rem 2.8125rem;
  width: 50%;
  letter-spacing: normal;
  color: #5b5b5b;
  font-size: 0.8125rem;
}

@media screen and (min-width: 46.875em) {
  .portfolio__modal-item-themes li {
    width: 33.33%;
  }
}

.portfolio__modal-item-themes li.active {
  color: #ebebeb;
}

.portfolio__modal h2 {
  letter-spacing: -.5px;
  color: #ebebeb;
  font-size: 1.375rem;
  font-weight: 300;
}

.portfolio h1 {
  margin-bottom: 2.5rem;
  font-size: 1.75rem;
}

.search .internal-hero__search::before {
  display: none;
}

.search__result {
  border-bottom: 1px solid #ebebeb;
  padding: 1.25rem 0;
}

@media screen and (min-width: 60em) {
  .search__result {
    padding: 2.1875rem 0;
  }
}

@media screen and (min-width: 60em) {
  .search__result:first-child {
    padding-top: 0;
  }
}

.search__result h2 {
  position: relative;
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
  font-weight: 400;
}

@media screen and (min-width: 60em) {
  .search__result h2 {
    margin-bottom: 0.3125rem;
    font-weight: 300;
  }
}

.search__result h2 a {
  color: #2f3031;
}

.search__result h2 a:hover {
  color: #3291d9;
}

.search__result p {
  margin: 0;
}

.search__form {
  display: none;
  position: absolute;
  top: 100%;
  right: -1.25rem;
  z-index: 5;
  padding-top: 0.75rem;
}

.search__form::after {
  bottom: -webkit-calc(100% - 12px);
  bottom: calc(100% - 12px);
  right: 1.25rem;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #4a4a4a;
  border-width: 8px;
}

.search__form-wrapper {
  border-radius: 6px;
  background-color: #4a4a4a;
  width: 17.5rem;
  color: #ebebeb;
  font-size: 0.75rem;
}

.search__form input {
  margin: 0;
  background-color: #4a4a4a;
  width: 100%;
  color: #ebebeb;
  font-size: 0.75rem;
}

.search__form input:focus {
  background-color: #4a4a4a;
}

.search__form input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ebebeb;
  opacity: 1;
  /* Firefox */
}

.search__form input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ebebeb;
  opacity: 1;
  /* Firefox */
}

.search__form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ebebeb;
  opacity: 1;
  /* Firefox */
}

.search__form input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ebebeb;
}

.search__form input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ebebeb;
}

.text {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.text::before,
.text::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.text::after {
  clear: both;
}

.text__inner {
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-bottom: 2.5rem;
}

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

@media screen and (min-width: 60em) {
  .text__inner {
    padding-bottom: 5rem;
  }
}

.text__header {
  margin-bottom: 3.75rem;
  border-bottom: 3px solid #00c1de;
  padding-top: 4.6875rem;
}

@media screen and (min-width: 60em) {
  .text__header {
    padding-top: 9.0625rem;
  }
}

.text__header-inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.text__header-inner::before,
.text__header-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.text__header-inner::after {
  clear: both;
}

.text__header-inner:last-child:not(:first-child) {
  float: right;
}

.text__header-inner,
.text__header-inner:last-child {
  float: none;
}

.text__header h1 {
  margin-bottom: 1.5625rem;
  color: #2f3031;
  font-size: 1.875rem;
  font-weight: 500;
}

.text h2,
.text h3 {
  color: #263746;
  font-size: 1.375rem;
  font-weight: 500;
}

.text p {
  margin-bottom: 1.5625rem;
}

.thanks__hero {
  background-color: #00c1de;
  color: #fff;
}

.thanks__hero-inner {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  height: 37.9375rem;
}

.thanks__hero-inner::before,
.thanks__hero-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.thanks__hero-inner::after {
  clear: both;
}

.thanks__hero-inner:last-child:not(:first-child) {
  float: right;
}

.thanks__hero-inner,
.thanks__hero-inner:last-child {
  float: none;
}

.thanks__hero-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.thanks__hero h1 {
  margin-bottom: 1.875rem;
  padding-top: 2.5rem;
  letter-spacing: -.5px;
  color: #fff;
}

.thanks__hero p {
  margin: 0;
  width: 100%;
  max-width: 31.25rem;
  line-height: 1.4;
  font-size: 1.3125rem;
  font-weight: 300;
}

@media screen and (min-width: 60em) {
  .thanks__hero p {
    font-size: 1.6875rem;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-arrow {
  display: block;
  position: absolute;
  top: 33%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 10;
  width: 1.5rem;
  height: 1.5rem;
}

.slick-arrow.slick-disabled {
  opacity: .3;
}

.slick-arrow:focus,
.slick-arrow:hover {
  opacity: .3;
  outline: none;
}

.slick-next {
  right: -5rem;
  background: url("images/slider-arrow-next.svg") no-repeat 0 0;
  -webkit-background-size: 1.5rem 1.5rem;
  background-size: 1.5rem 1.5rem;
}

.slick-prev {
  left: -5rem;
  background: url("images/slider-arrow-prev.svg") no-repeat 0 0;
  -webkit-background-size: 1.5rem 1.5rem;
  background-size: 1.5rem 1.5rem;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 5px;
  width: 30px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

@media screen and (min-width: 46.875em) {
  .slick-dots li {
    margin: 0 5px;
    width: 60px;
    height: 10px;
  }
}

.slick-dots li button {
  border-radius: 0;
  border: 0;
  background: #dadada;
  display: block;
  height: 5px;
  width: 30px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}

@media screen and (min-width: 46.875em) {
  .slick-dots li button {
    width: 60px;
    height: 10px;
  }
}

.slick-dots li.slick-active button {
  background-color: #879199;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  -o-transition-duration: 50ms;
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
  -o-transition-delay: .35s;
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
  -o-transition-duration: .45s;
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
  -o-transition-delay: .45s;
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
  -o-transition-duration: .55s;
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
  -o-transition-delay: .55s;
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
  -o-transition-duration: .65s;
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
  -o-transition-delay: .65s;
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
  -o-transition-duration: .7s;
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
  -o-transition-duration: .75s;
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
  -o-transition-delay: .75s;
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
  -o-transition-duration: .85s;
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
  -o-transition-delay: .85s;
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
  -o-transition-duration: .9s;
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
  -o-transition-duration: .95s;
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
  -o-transition-delay: .95s;
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  -o-transition-duration: 1.05s;
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  -o-transition-duration: 1.15s;
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  -o-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  -o-transition-duration: 1.25s;
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  -o-transition-duration: 1.45s;
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  -o-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  -o-transition-duration: 1.55s;
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  -o-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  -o-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  -o-transition-duration: 1.65s;
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  -o-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  -o-transition-duration: 1.7s;
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  -o-transition-duration: 1.75s;
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  -o-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  -o-transition-duration: 1.85s;
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  -o-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  -o-transition-duration: 1.9s;
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  -o-transition-duration: 1.95s;
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  -o-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  -o-transition-duration: 2.05s;
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  -o-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  -o-transition-duration: 2.1s;
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  -o-transition-duration: 2.15s;
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  -o-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  -o-transition-duration: 2.2s;
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  -o-transition-duration: 2.25s;
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  -o-transition-duration: 2.3s;
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  -o-transition-duration: 2.35s;
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  -o-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  -o-transition-duration: 2.4s;
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  -o-transition-duration: 2.45s;
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  -o-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  -o-transition-duration: 2.5s;
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  -o-transition-duration: 2.55s;
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  -o-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  -o-transition-duration: 2.6s;
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  -o-transition-duration: 2.65s;
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  -o-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  -o-transition-duration: 2.7s;
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  -o-transition-duration: 2.75s;
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  -o-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  -o-transition-duration: 2.8s;
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  -o-transition-duration: 2.85s;
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  -o-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  -o-transition-duration: 2.9s;
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  -o-transition-duration: 2.95s;
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  -o-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }

  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    transition-property: transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }

  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }

  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }

  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }

  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }

  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   TagEmbed LinkedIn Feed — custom styling (targets widget's real class names)
   ========================================================================== */

/* Layout: turn the post list into a responsive 2-column grid */
.homepage__linkedin-feed .tb_mc_post_container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* Override widget's inline width:33.3333% on each post wrapper -> 2-up grid */
.homepage__linkedin-feed .tb_mc_post_container > div[style*="width"] {
  width: calc(50% - 12px) !important;
  margin: 0 0.75rem 1.5rem !important;
}
@media screen and (max-width: 46.875em) {
  .homepage__linkedin-feed .tb_mc_post_container > div[style*="width"] {
    width: 100% !important;
    margin: 0 0 1.5rem !important;
  }
}

/* Hero "News / View All" card — full width header row */
.homepage__linkedin-feed .main-hero-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.homepage__linkedin-feed .main-hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.homepage__linkedin-feed .linkedin-feed {
  color: #263746;
  font-size: 1.75rem;
  font-weight: 700;
}
.homepage__linkedin-feed .view-all {
  color: #00c1de;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
}

/* The actual card */
.homepage__linkedin-feed .tb_mc_post_in {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 20rem;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(205, 205, 205, 0.5);
  background-color: #fff;
  padding: 1.875rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.homepage__linkedin-feed .tb_mc_post_in:hover {
  background-color: #263746;
}

/* Fix the broken image sizing (this is the core image bug fix) */
.homepage__linkedin-feed .tb_mc_image_wrap_ {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 1.25rem;
}
.homepage__linkedin-feed .tb_mc_image_wrap_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage__linkedin-feed .tb_mc_image_wrap_in img.tb_mc_image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* Post content text */
.homepage__linkedin-feed .tb_content_text {
  text-align: left !important;
  color: #263746;
  font-size: 0.9375rem;
  line-height: 1.5;
  transition: color 0.3s ease-in-out;
}
.homepage__linkedin-feed .tb_mc_post_in:hover .tb_content_text {
  color: #fff;
}

/* Author row — mirrors old .homepage__news-date treatment */
.homepage__linkedin-feed .tb_mc_author_wrapper {
  margin-top: auto;
  padding-top: 1rem;
}
.homepage__linkedin-feed .tb_mc_author_profile img {
  border-radius: 50%;
}
.homepage__linkedin-feed .tb_mc_authorname span {
  color: #00c1de;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 400;
  transition: color 0.3s ease-in-out;
}
.homepage__linkedin-feed .tb_mc_time,
.homepage__linkedin-feed .tb_mc_username {
  color: #263746;
  font-size: 0.625rem;
  transition: color 0.3s ease-in-out;
}
.homepage__linkedin-feed .tb_mc_post_in:hover .tb_mc_authorname span,
.homepage__linkedin-feed .tb_mc_post_in:hover .tb_mc_time,
.homepage__linkedin-feed .tb_mc_post_in:hover .tb_mc_username {
  color: #ebebeb;
}

/* "Read more" link — mirrors old .homepage__news-more */
.homepage__linkedin-feed .read-more {
  position: absolute;
  bottom: 1.25rem;
  right: 1.875rem;
  color: #263746;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.homepage__linkedin-feed .tb_mc_post_in:hover .read-more {
  color: #fff;
}

/* "Show More" button */
.homepage__linkedin-feed .tb_see_more_btn {
  color: #00c1de;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  margin-top: 1rem;
}
