@charset "UTF-8";
/*
Theme Name: instinctifcc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: instinctifcc
Tags:

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  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"] {
  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
 *    (include `-moz` to future-proof).
 */
/**
 * 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.
 */
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; }

html {
  box-sizing: border-box; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.sr-only {
  display: none; }

.hidden {
  display: none !important; }

.center {
  text-align: center; }

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

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.toggle {
  width: 50%;
  position: absolute;
  height: inherit;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box; }

.toggle p {
  margin: auto; }

.toggle:nth-child(1) {
  right: 0; }

#lang-container {
  width: 160px;
  height: 36px;
  z-index: 1;
  margin: auto;
  position: absolute;
  border-radius: 6px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  right: 20px;
  top: 20px; }

.inner-container {
  position: absolute;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  text-transform: uppercase;
  font-size: .6em;
  letter-spacing: .2em; }

.inner-container:first-child {
  background: #e9e9e9;
  color: black; }

.inner-container:nth-child(2) {
  background: dodgerblue;
  color: white;
  -webkit-clip-path: inset(0 50% 0 0);
          clip-path: inset(0 50% 0 0);
  transition: 0.3s cubic-bezier(0, 0, 0, 1); }

.col-one-third.col-one-third {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%; }
  .col-one-third.col-one-third:last-child {
    margin-right: 0; }

.col-half.col-half {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%; }
  .col-half.col-half:last-child {
    margin-right: 0; }

.col-two-thirds.col-two-thirds {
  float: left;
  display: block;
  margin-right: 0%;
  width: 66.66667%; }
  .col-two-thirds.col-two-thirds:last-child {
    margin-right: 0; }

@media (min-width: 600px) {
  .col-med-one-third.col-med-one-third {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.33333%; }
    .col-med-one-third.col-med-one-third:last-child {
      margin-right: 0; } }

@media (min-width: 600px) {
  .col-med-half.col-med-half {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    .col-med-half.col-med-half:last-child {
      margin-right: 0; } }

@media (min-width: 600px) {
  .col-med-two-thirds.col-med-two-thirds {
    float: left;
    display: block;
    margin-right: 0%;
    width: 66.66667%; }
    .col-med-two-thirds.col-med-two-thirds:last-child {
      margin-right: 0; } }

@media (min-width: 1080px) {
  .col-large-one-third.col-large-one-third {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.33333%; }
    .col-large-one-third.col-large-one-third:last-child {
      margin-right: 0; } }

@media (min-width: 1080px) {
  .col-large-half.col-large-half {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    .col-large-half.col-large-half:last-child {
      margin-right: 0; } }

@media (min-width: 1080px) {
  .col-large-two-thirds.col-large-two-thirds {
    float: left;
    display: block;
    margin-right: 0%;
    width: 66.66667%; }
    .col-large-two-thirds.col-large-two-thirds:last-child {
      margin-right: 0; } }

* {
  box-sizing: border-box; }

html, body {
  width: 100%; }

body {
  font-family: "omnes-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #283234;
  letter-spacing: .02em; }

body > .wrapper {
  min-height: calc(100% - 85px); }
  @media (min-width: 600px) {
    body > .wrapper {
      min-height: calc(100% - 85px); } }

@media (min-width: 1600px) {
  .wrapper {
    display: block;
    -ms-flex: 1;
        flex: 1; } }

@media (min-width: 1080px) {
  .wrapper--aside-lg {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1600px) {
  .wrapper--aside-hu {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex; } }

.main {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1.8rem; }
  @media (min-width: 1600px) {
    .main {
      -ms-flex: 1;
          flex: 1; } }
  @media (min-width: 1080px) {
    .wrapper--aside-lg .main {
      -ms-flex: 1;
          flex: 1; } }

.aside {
  background: #efefef; }
  @media (min-width: 1600px) {
    .aside {
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
      padding-top: 2.3rem; } }
  @media (min-width: 1080px) {
    .wrapper--aside-lg .aside {
      -ms-flex: 0 0 360px;
          flex: 0 0 360px; } }

.main.main > *,
.search > *,
.has-full-bleed > * {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: block; }
  @media (min-width: 600px) {
    .main.main > *,
    .search > *,
    .has-full-bleed > * {
      padding-left: 2.3rem;
      padding-right: 2.3rem; } }
  @media (min-width: 1080px) {
    .main.main > *,
    .search > *,
    .has-full-bleed > * {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0; }
      .main.main > *::after,
      .search > *::after,
      .has-full-bleed > *::after {
        clear: both;
        content: "";
        display: table; } }

.main.main > *.full-bleed,
.main.main > *.m-full-bleed,
.main.main > *.has-full-bleed,
.search > *.full-bleed,
.search > *.m-full-bleed,
.search > *.has-full-bleed,
.has-full-bleed > *.full-bleed,
.has-full-bleed > *.m-full-bleed,
.has-full-bleed > *.has-full-bleed {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 1080px) {
  .main.main > *.full-bleed,
  .main.main > *.has-full-bleed,
  .search > *.full-bleed,
  .search > *.has-full-bleed,
  .has-full-bleed > *.full-bleed,
  .has-full-bleed > *.has-full-bleed {
    max-width: 100%; } }

.main.main > ul,
.main.main > ol,
.search > ul,
.search > ol,
.has-full-bleed > ul,
.has-full-bleed > ol {
  padding-left: 2.4rem;
  padding-right: 2.4rem; }
  @media (min-width: 600px) {
    .main.main > ul,
    .main.main > ol,
    .search > ul,
    .search > ol,
    .has-full-bleed > ul,
    .has-full-bleed > ol {
      padding-left: 3.4rem;
      padding-right: 3.4rem; } }
  @media (min-width: 1080px) {
    .main.main > ul,
    .main.main > ol,
    .search > ul,
    .search > ol,
    .has-full-bleed > ul,
    .has-full-bleed > ol {
      padding-left: 1.2rem;
      padding-right: 1.2rem; } }

img.m-full-bleed,
img.full-bleed {
  height: auto;
  width: 100%; }

.full-bleed {
  max-width: 100%; }

a:hover {
  cursor: pointer; }

form {
  font-size: 1rem; }

.input,
.button,
.select {
  border-radius: 2rem;
  -webkit-appearance: none;
  padding: .3rem 1em; }

label {
  margin-bottom: .3rem; }

.form-field {
  margin-bottom: 1rem; }
  .form-field[class^="col-"]:not(:last-of-type), .form-field[class*=" col-"]:not(:last-of-type) {
    padding-right: 1rem; }
  .form-field__label, .form-field__input, .form-field__select {
    display: block;
    width: 100%; }

.input {
  border: 1px solid #999;
  outline: none; }

.select {
  text-transform: uppercase;
  background: #999;
  color: white; }
  .select::-ms-expand {
    display: none; }

.button {
  border: none;
  text-transform: uppercase;
  font-size: .8em;
  padding: .3rem 1.2rem;
  background: #999;
  color: white;
  text-decoration: none;
  text-align: center;
  white-space: nowrap; }
  .button:hover {
    color: white;
    background: #8c8c8c; }
  .button--transparent {
    background: transparent;
    border: 1px solid white; }
    .button--transparent:hover {
      background: white;
      color: black;
      border-color: white; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0; }

body {
  letter-spacing: 0.02em;
  font-weight: 300; }

.category-heading,
.heading,
.subheading {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1; }

.post__body h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.05; }

.categories {
  margin-bottom: 1rem; }

.category-heading,
.heading {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: .5rem; }
  @media (min-width: 600px) {
    .category-heading,
    .heading {
      margin-bottom: .2rem; } }
  .category-heading--practice:before,
  .heading--practice:before {
    content: '';
    display: inline-block;
    height: 1.2rem;
    width: 1.2rem;
    position: relative;
    top: .1rem;
    margin-right: .5rem; }

.subheading,
.post__body h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.4rem; }
  @media (min-width: 600px) {
    .subheading,
    .post__body h2 {
      font-size: 2.8rem;
      margin-bottom: 1.2rem; } }

.category-heading {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: initial; }
  .category-heading:before {
    display: inline-block;
    content: "■";
    font-size: inherit;
    line-height: 1.5;
    transform: scale(2) translateY(-0.13rem);
    margin-right: .8rem; }

.small-heading {
  font-weight: 500;
  text-transform: uppercase;
  font-size: .9rem;
  margin-bottom: 0;
  display: block; }

p {
  margin-top: 0;
  margin-bottom: 0; }
  .post__body p, p.p {
    margin-top: 0;
    margin-bottom: 1em; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: #070809; }
  .post__body a, a.a {
    color: blue; }

strong {
  font-weight: 500; }

ul, ol, dl {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  padding: 0; }

.post__body ul,
.ul,
.post__body ol,
.ol {
  padding-left: 1.5rem; }

dt, dd {
  margin: 0; }

.inline-dl {
  display: block; }
  .inline-dl::after {
    clear: both;
    content: "";
    display: table; }
  .inline-dl dt, .inline-dl dd {
    float: left; }
  .inline-dl dt {
    font-weight: 500;
    margin-right: .3rem;
    clear: both; }

pre {
  margin: 0; }
  pre .br-formatted br:first-of-type,
  pre .br-formatted br:last-of-type {
    display: none; }

blockquote {
  margin: 0; }

.home-hero {
  position: relative;
  overflow: hidden;
  background: #ccc;
  max-height: calc(80% - 85px); }
  @media (max-width: 1126px) {
    .home-hero {
      overflow: auto;
      max-height: none; } }
  .home-hero__image {
    width: 100%;
    display: none; }
    @media (min-width: 600px) {
      .home-hero__image {
        display: block; } }
  .home-hero__text {
    display: none;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 90%;
    width: 100%;
    position: absolute;
    top: 0; }
    @media (min-width: 600px) {
      .home-hero__text {
        display: block; } }
    .home-hero__text::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 1080px) {
      .home-hero__text {
        max-width: 60%;
        padding: 2rem; } }
    @media (max-width: 768px) {
      .home-hero__text {
        max-width: 100%;
        text-align: center;
        margin-top: -10%; } }
    .home-hero__text--center {
      left: 50%;
      transform: translateX(-50%); }
    .home-hero__text--right {
      right: 0;
      text-align: right; }
    .home-hero__text--middle {
      top: 50%;
      transform: translateY(-50%); }
    .home-hero__text--center.home-hero__text--middle {
      transform: translate(-50%, -50%); }
    .home-hero__text--bottom {
      top: auto;
      bottom: 0; }
    .home-hero__text--white {
      color: white; }
    .home-hero__text .button {
      display: inline-block; }
  .home-hero__cta {
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 1.3rem;
    background: white;
    color: black; }
    .home-hero__cta:hover {
      background: white;
      color: black; }
  .home-hero__heading {
    font-size: 3.3rem;
    margin-bottom: 1rem; }
    @media (max-width: 768px) {
      .home-hero__heading {
        font-size: 2.0rem;
        width: 50%;
        margin: 0 auto; } }

.practice-grid {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: white;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex; }
  .main.main .practice-grid {
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 600px) {
    .home-hero .practice-grid {
      position: absolute; } }
  @media (max-width: 768px) {
    .home-hero .practice-grid {
      position: relative; } }
  .practice-grid--blocks {
    top: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex; }
  .practice-grid--tabs {
    bottom: 0;
    -ms-flex-align: end;
        align-items: flex-end; }
  .practice-grid__area {
    font-size: .9rem;
    padding: 1rem;
    min-height: 14rem;
    color: white;
    width: 50%;
    position: relative; }
    @media (min-width: 600px) {
      .practice-grid__area {
        float: left;
        display: block;
        margin-right: 0%;
        width: 33.33333%; }
        .practice-grid__area:last-child {
          margin-right: 0; } }
    @media (min-width: 600px) {
      .practice-grid--blocks .practice-grid__area {
        height: 50%;
        font-size: 1.1em; } }
    .practice-grid--tabs .practice-grid__area {
      height: 8rem;
      min-height: auto;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      @media (min-width: 600px) {
        .practice-grid--tabs .practice-grid__area {
          float: left;
          display: block;
          margin-right: 0%;
          width: 16.66667%; }
          .practice-grid--tabs .practice-grid__area:last-child {
            margin-right: 0; } }
      @media (min-width: 600px) {
        .practice-grid--tabs .practice-grid__area {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column; } }
      @media (max-width: 768px) {
        .practice-grid--tabs .practice-grid__area {
          min-height: 14rem;
          height: 100%;
          width: 50%; } }
    .practice-grid__area:hover {
      cursor: pointer;
      color: white; }
      @media (min-width: 600px) {
        .practice-grid--tabs .practice-grid__area:hover {
          height: auto; } }
      @media (min-width: 600px) {
        .practice-grid__area:hover .practice-grid__list {
          max-height: 100%;
          opacity: 1;
          overflow: visible; } }
  .practice-grid__list {
    padding-left: 1rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    list-style-type: disc;
    transition: opacity .3s ease; }
    .practice-grid--blocks .practice-grid__list {
      padding-left: 1.5rem; }
    .practice-grid--tabs .practice-grid__list {
      -ms-flex-order: -1;
          order: -1; }
  .practice-grid__title {
    text-transform: uppercase;
    font-size: 1.3em;
    display: block; }
    .practice-grid--blocks .practice-grid__title {
      font-size: 1.6em;
      margin-bottom: .5rem; }
    @media (max-width: 768px) {
      .practice-grid__title {
        top: 20px;
        position: absolute; } }

.home-hero {
  display: -ms-flexbox;
  display: flex; }
  .home-hero .FloatingText__item {
    overflow: hidden; }
  .home-hero .FloatingText__item__text {
    opacity: 0; }
    .home-hero .FloatingText__item__text.inactive {
      animation: 1s hideText forwards;
      opacity: 1; }
    .home-hero .FloatingText__item__text.active {
      animation: 1s showText forwards;
      opacity: 1; }

@keyframes showText {
  0% {
    transform: translate(0, 250%); }
  100% {
    transform: translate(0, 0); } }

@keyframes hideText {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, -250%); } }
  .home-hero .slider--content {
    opacity: 0; }
    .home-hero .slider--content.inactive {
      animation: 1s hideText forwards;
      opacity: 1; }
    .home-hero .slider--content.active {
      animation: 1s showText forwards;
      opacity: 1; }

@keyframes showText {
  0% {
    transform: translate(0, 250%); }
  100% {
    transform: translate(0, 0); } }

@keyframes hideText {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, -250%); } }
  .home-hero .hero-slider {
    width: 100%; }
    .home-hero .hero-slider .about-slider {
      background-attachment: inherit; }
    .home-hero .hero-slider > div, .home-hero .hero-slider__container {
      max-height: 100% !important; }
    .home-hero .hero-slider__slick__dots {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      text-align: center;
      z-index: 5; }
      .home-hero .hero-slider__slick__dots > li {
        list-style: none;
        background-color: transparent;
        display: inline-block; }
        .home-hero .hero-slider__slick__dots > li > button {
          color: transparent;
          border: solid 1px #AAAAAA;
          display: block;
          height: 4px;
          line-height: 1px;
          width: 35px;
          font-size: 1px;
          overflow: hidden;
          background-color: #EEEEEE;
          margin: 5px;
          margin-top: 15px;
          opacity: 0.5;
          outline: none; }
          @media (max-width: 1079px) {
            .home-hero .hero-slider__slick__dots > li > button {
              margin: 10px;
              margin-top: 15px; } }
        .home-hero .hero-slider__slick__dots > li.slick-active > button {
          opacity: 0.8; }
    .home-hero .hero-slider__container {
      width: 100%;
      position: relative;
      margin-bottom: 0; }
      .home-hero .hero-slider__container__nav-button {
        position: absolute;
        top: 50%;
        color: white !important;
        padding: 10px;
        background-color: transparent;
        border: none;
        outline: none;
        font-size: 4vw;
        z-index: 1; }
      .home-hero .hero-slider__container__next {
        right: 5%;
        background-image: url("../images/home/next.png");
        background-repeat: no-repeat;
        background-position: center; }
        @media (max-width: 1079px) {
          .home-hero .hero-slider__container__next {
            right: 2%; } }
      .home-hero .hero-slider__container__prev {
        left: 5%;
        background-image: url("../images/home/prev.png");
        background-repeat: no-repeat;
        background-position: center; }
        @media (max-width: 1079px) {
          .home-hero .hero-slider__container__prev {
            left: 2%; } }
    .home-hero .hero-slider__item {
      position: relative; }
      .home-hero .hero-slider__item__title {
        color: rgba(255, 255, 255, 0.8);
        display: table;
        position: absolute;
        top: 64px;
        bottom: 64px;
        margin: 0 auto;
        width: 100%;
        padding-left: 15%;
        padding-right: 15%;
        text-align: center;
        font-size: 3.5vw;
        line-height: 3.5vw;
        font-weight: 400 !important;
        height: 100%;
        display: table; }
        @media (min-width: 1080px) {
          .home-hero .hero-slider__item__title {
            font-size: 50px;
            line-height: 50px; } }
        @media (max-width: 1079px) {
          .home-hero .hero-slider__item__title {
            padding-left: 10%;
            padding-right: 10%;
            top: 0px;
            bottom: 10px; } }
        @media (max-width: 768px) {
          .home-hero .hero-slider__item__title {
            padding-left: 10%;
            padding-right: 10%;
            top: 0px;
            bottom: 10px; } }
        .home-hero .hero-slider__item__title__button {
          display: block;
          color: #eeeeee;
          border-radius: 2px;
          font-size: 16px;
          background-color: rgba(255, 255, 255, 0);
          border: solid 1px rgba(255, 255, 255, 0.5);
          padding: 18px;
          width: 156px;
          line-height: 18px;
          margin: 20px auto 0 auto;
          outline: none !important;
          transition: background-color 0.3s linear;
          text-transform: uppercase;
          position: absolute;
          left: calc(50% - 78px);
          bottom: 90px; }
          .home-hero .hero-slider__item__title__button:hover {
            background-color: rgba(255, 255, 255, 0.2); }
          @media (max-width: 768px) {
            .home-hero .hero-slider__item__title__button {
              font-size: 0.8rem;
              line-height: 0.8rem;
              padding: 10px;
              width: 136px;
              left: calc(50% - 68px); } }
      .home-hero .hero-slider__item__image-container {
        padding-top: calc((9 / 21) * 100%);
        background-attachment: fixed;
        display: block;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
        @media (max-width: 599px) {
          .home-hero .hero-slider__item__image-container {
            padding-top: calc((12 / 21) * 200%); } }
        @media (max-width: 1079px) {
          .home-hero .hero-slider__item__image-container {
            background-attachment: initial !important; } }
      .home-hero .hero-slider__item__image {
        width: 100%;
        position: absolute;
        -o-object-fit: cover;
           object-fit: cover;
        top: 0;
        visibility: hidden; }
  .home-hero .Practice-areas__container {
    width: 100%;
    position: relative; }
  .home-hero .Practice-areas__tabs {
    width: 100%;
    display: block;
    position: relative; }
    .home-hero .Practice-areas__tabs__tab {
      display: block;
      font-size: 1.2rem;
      position: relative;
      color: white !important;
      z-index: 6;
      white-space: nowrap; }
      .home-hero .Practice-areas__tabs__tab a {
        padding: 1rem;
        color: white !important;
        display: block;
        height: 55px;
        text-transform: uppercase; }
        @media (min-width: 1080px) and (max-width: 1360px) {
          .home-hero .Practice-areas__tabs__tab a {
            font-size: 15px; } }
        @media (min-width: 1080px) and (max-width: 1230px) {
          .home-hero .Practice-areas__tabs__tab a {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
            line-height: 18px;
            height: 60px !important;
            width: 30vw; } }
      .home-hero .Practice-areas__tabs__tab ul {
        opacity: 0;
        position: absolute;
        font-size: .9rem;
        margin-bottom: 0;
        text-align: left;
        left: 0;
        overflow: hidden;
        display: block;
        height: 0;
        transition: opacity 0.1s linear; }
        .home-hero .Practice-areas__tabs__tab ul li {
          white-space: pre-wrap;
          max-width: 80%; }
      .home-hero .Practice-areas__tabs__tab:hover ul {
        opacity: 1;
        height: auto;
        padding: 2rem;
        padding-bottom: 0.7rem;
        padding-right: 10px; }
  @media (min-width: 1080px) {
    .home-hero .Practice-areas__container {
      bottom: 0;
      display: table;
      width: 100%;
      position: absolute; }
    .home-hero .Practice-areas__tabs {
      display: table-row; }
      .home-hero .Practice-areas__tabs__tab {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        height: 55px; }
        .home-hero .Practice-areas__tabs__tab:nth-child(1), .home-hero .Practice-areas__tabs__tab:nth-child(2), .home-hero .Practice-areas__tabs__tab:nth-child(3), .home-hero .Practice-areas__tabs__tab:nth-child(4), .home-hero .Practice-areas__tabs__tab:nth-child(5) {
          width: 20.02%; }
        .home-hero .Practice-areas__tabs__tab a {
          height: 55px; }
        .home-hero .Practice-areas__tabs__tab ul {
          bottom: 55px;
          width: 100%; } }
  @media (max-width: 1079px) {
    .home-hero .Practice-areas__tabs__tab {
      width: 50%;
      float: left;
      text-align: left;
      min-height: 16rem;
      line-height: 1.2rem; }
      .home-hero .Practice-areas__tabs__tab a {
        display: block; }
      .home-hero .Practice-areas__tabs__tab ul {
        bottom: 0;
        background-color: transparent !important; } }
  @media (min-width: 1080px) and (max-width: 1230px) {
    .home-hero .Practice-areas__tabs__tab a {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      line-height: 18px;
      height: 60px !important;
      padding: 0px;
      width: 30vw; }
    .home-hero .Practice-areas__tabs__tab ul {
      margin-bottom: 5px; } }

.home__content .section {
  margin-bottom: 0; }

.home__content strong {
  font-weight: 500; }

@media (max-width: 599px) {
  .home-hero__image {
    display: inherit;
    filter: brightness(50%); } }

.section {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem; }
  @media (max-width: 599px) {
    .section.section--people .subheading {
      position: absolute;
      top: 13%;
      font-size: 36px;
      color: #d4d4d4;
      text-align: center;
      padding-left: 13%;
      padding-right: 13%;
      margin-top: 1.4rem; } }
  @media (max-width: 480px) {
    .section.section--people .subheading {
      font-size: 30px; } }
  @media (max-width: 380px) {
    .section.section--people .subheading {
      font-size: 26px;
      padding-left: 10%;
      padding-right: 10%; } }
  .section__description {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.7; }
    @media (min-width: 600px) {
      .section__description {
        margin-bottom: 1.2em; } }
    .section__description p {
      margin-bottom: 20px; }
      .section__description p:last-child {
        margin-bottom: 0; }
  .section__grid__item {
    font-weight: 300;
    color: white;
    text-decoration: none;
    transition: background .3s ease; }
    .section__grid__item:hover {
      background: black;
      color: white; }
    .section__grid__item--practice {
      height: 12rem; }
    .section__grid__item__image {
      display: block;
      width: 100%;
      transition: opacity .2s ease;
      min-height: 208px; }
      .section__grid__item:hover .section__grid__item__image {
        opacity: .6; }

.post__image {
  width: 100%;
  margin-bottom: 2rem; }
  .post__image img {
    width: 100%; }
  @media (min-width: 1080px) {
    .post__image:not(.full-bleed) {
      max-width: 936px;
      margin-left: auto;
      margin-right: auto; }
      .post__image:not(.full-bleed)::after {
        clear: both;
        content: "";
        display: table; } }
  .post__image__extra-width {
    margin: 0 -45px;
    max-width: calc(100% + 90px);
    height: auto; }

.post__body {
  margin-bottom: 3.5rem; }
  .post__body > img,
  .post__body > .gallery {
    padding-left: 0;
    padding-right: 0; }
  .post__body img {
    width: 100%;
    height: auto; }
  .post__body > * {
    margin-bottom: 1rem; }
  .post__body *:last-child {
    margin-bottom: 0 !important; }

.post__subheading.post__subheading {
  margin-bottom: 2.4rem; }

.post__content > :first-child {
  padding-top: 3rem; }

.post__content img {
  display: block; }

.post__footer {
  display: block; }
  .post__footer::after {
    clear: both;
    content: "";
    display: table; }
  .post__footer--medium {
    display: block; }
    @media (min-width: 1600px) {
      .post__footer--medium {
        display: none; } }
  .post__footer--large {
    display: none; }
    @media (min-width: 1600px) {
      .post__footer--large {
        display: block; } }
  @media (min-width: 600px) {
    .post__footer > * {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .post__footer > *:last-child {
        margin-right: 0; } }
  @media (min-width: 1600px) {
    .post__footer > * {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .post__footer > *:last-child {
        margin-right: 0; } }

.post__prev {
  width: 50%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px; }

.post__next {
  width: 50%;
  float: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
  text-align: right; }

.cs-award {
  font-size: .8em; }
  .cs-award__image {
    max-width: 100px; }

.search-open {
  overflow: hidden;
  padding-top: 85px; }
  .search-open .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 150; }

.search {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding-top: 3rem;
  overflow: scroll; }
  .search__input {
    background: transparent;
    border: none;
    outline: none;
    margin-bottom: .5rem; }
  .search__results__number {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-bottom: 1rem; }
  .search__result {
    display: block;
    padding: .7rem 0;
    border-top: 1px solid #ccc; }
    .search__result::after {
      clear: both;
      content: "";
      display: table; }
    .search__result:last-of-type {
      border-bottom: 1px solid #ccc; }
    .search__result__image {
      margin-right: 1rem;
      max-width: 150px; }
    .search__result__title > span {
      display: inline; }
    .search__result__body p {
      font-size: 1.1em; }

.feed {
  padding: 3rem 2rem 0 6rem; }
  .feed__featured {
    padding: 1.2rem;
    padding-top: 3rem; }
    .feed__featured__heading {
      font-weight: 400;
      margin-bottom: 1rem; }
  .feed__tag {
    margin-bottom: .5rem;
    background: #565a5c; }
    .feed__tag:hover {
      background: #4a4d4f; }
    .feed__tag--active {
      background: #23b1a5; }
      .feed__tag--active:hover {
        background: #27c6b9; }
  @media (min-width: 600px) {
    .feed__offset, .feed__item {
      padding-right: 1rem;
      padding-left: 8rem; } }
  .feed__item {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5); }
  .feed .category-heading {
    padding-left: 2px; }
  .feed__post {
    padding-bottom: 3rem;
    margin-bottom: 3rem; }
    .feed__post:last-of-type {
      border-bottom: none; }
    .feed__post__practice {
      display: block;
      margin-bottom: 1rem;
      text-decoration: none;
      color: inherit; }
    .feed__post__info {
      display: block;
      margin-bottom: 1rem; }
      .feed__post__info::after {
        clear: both;
        content: "";
        display: table; }
    .feed__post__image, .feed__post__meta {
      float: left; }
    .feed__post__image {
      width: 70%;
      margin-right: 1rem;
      margin-bottom: .3rem; }
      .feed__post__image img {
        max-width: 100%;
        width: 100%;
        display: block; }
        .feed__post--event .feed__post__image img {
          border: 1px solid rgba(204, 204, 204, 0.5); }
    .feed__post__date {
      display: block;
      clear: both;
      font-weight: 400; }
    .feed__post__meta {
      font-size: .9rem; }
      .feed__post__image ~ .feed__post__meta {
        width: calc(30% - 1rem); }
      .feed__post__meta span {
        text-transform: uppercase; }
    .feed__post__tags__header {
      font-weight: 400;
      display: block; }
    .feed__post__tags__tag {
      color: inherit;
      text-decoration: none; }
    .feed__post__heading {
      font-size: 2.5rem;
      line-height: 1.1;
      display: block;
      max-width: 80%;
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 0.2rem; }
    .feed__post__body {
      margin: 0;
      line-height: 1.4;
      margin-bottom: 1rem; }
    .feed__post__link {
      text-decoration: none;
      font-weight: 500;
      color: inherit;
      text-transform: uppercase;
      font-size: .8em; }

.contact__button {
  font-size: 1.2rem;
  display: block;
  float: right;
  margin-top: 1.2rem;
  padding-bottom: 0.35em; }

.contact.js-card-contact {
  cursor: pointer; }

.contact .main {
  margin: 0; }

.contact__search {
  font-size: 1rem;
  margin-bottom: 1.5rem; }
  .contact__search .form-field.col-med-one-third {
    width: 50%; }
    @media (max-width: 599px) {
      .contact__search .form-field.col-med-one-third {
        width: 100%;
        padding-right: 0 !important; } }
    @media (max-width: 1079px) {
      .contact__search .form-field.col-med-one-third {
        width: 100%;
        padding-right: 0 !important; } }
  .contact__search .field {
    padding-right: 2rem;
    margin-bottom: 0; }
  .contact__search__input, .contact__search__select {
    display: block;
    width: 100%; }
  .contact__search .practice-filter,
  .contact__search .region-filter {
    display: none; }

.location {
  width: 100%;
  font-size: .9rem; }
  .location > * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .location__heading, .location__contact {
    margin-bottom: .5rem; }
  .location__heading {
    font-size: 1.2em;
    font-weight: 400; }
  .location__email, .location__tel {
    color: black;
    text-decoration: none; }
    .location__email:hover, .location__tel:hover {
      text-decoration: underline; }
  .location__email {
    font-weight: 500; }
  .location[data-mailto] {
    cursor: pointer; }

.map {
  height: 20rem;
  margin-bottom: 2rem; }
  @media (min-width: 600px) {
    .map {
      height: 30rem; } }

.contact__phone {
  margin-top: .5rem;
  margin-bottom: 0; }
  .contact__phone .title-email {
    display: block !important;
    text-decoration: underline; }

.practice-content--loading {
  opacity: .5; }

.practice-content__spinner {
  display: none; }
  .practice-content--loading .practice-content__spinner {
    display: block; }

.related-work-link {
  display: none !important; }

.practice-section {
  margin-bottom: 2rem; }
  .practice-section__heading {
    display: block;
    font-weight: 500;
    font-size: .8em;
    text-transform: uppercase; }
  .practice-section__copy {
    margin-top: 0;
    margin-bottom: 1rem; }
  .practice-section--films .related__item__image {
    position: relative; }
    .practice-section--films .related__item__image:before {
      height: 45px;
      width: 45px;
      position: absolute;
      top: 50%;
      left: 50%;
      content: '';
      display: block;
      transform: translate(-50%, -50%);
      background: url("../images/icon-play.svg");
      background-repeat: no-repeat;
      background-size: contain;
      border-radius: 50%;
      box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5); }

.team-members {
  position: relative; }
  .team-members__bio {
    position: absolute;
    top: 0;
    z-index: 50;
    background: #ff5800;
    color: white;
    width: 50%;
    height: 100%;
    padding: 1rem; }
    .team-members__bio--left {
      left: 0; }
    .team-members__bio--right {
      right: 0; }
  .team-members:hover .section__grid__item:not(.xx) {
    opacity: .5; }
  .team-members .section__grid {
    margin-bottom: 0; }

.team__person {
  position: relative; }
  @media (max-width: 1079px) {
    .team__person {
      margin-right: 100% !important; } }
  .team__person__info {
    text-align: center;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 1.5rem;
    font-size: .75em; }
    @media (max-width: 1079px) {
      .team__person__info .button {
        display: block;
        font-size: 24px; } }
    @media (max-width: 599px) {
      .team__person__info .button {
        font-size: 12px; } }
    @media (max-width: 599px) {
      .team__person__info {
        padding-top: 15% !important; } }
    @media (max-width: 1079px) {
      .team__person__info span {
        font-size: 30px; } }
    @media (max-width: 599px) {
      .team__person__info span {
        font-size: 16px; } }
    @media (max-width: 1079px) {
      .team__person__info {
        display: inherit;
        margin-left: 100%;
        width: 200%;
        text-align: center;
        padding-top: 15%; } }
    .team__person:hover .team__person__info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .team__person__name {
    font-size: 1.25em; }
  .team__person, .team__person__title, .team__person__email {
    display: block; }
  .team__person__title {
    font-size: .8em;
    margin-bottom: 1rem; }
  .team__person__email {
    display: none;
    margin-bottom: .5rem; }
    .team__person__email:hover {
      color: white; }
  .team__person__photo {
    width: 100%;
    height: auto;
    max-height: 240px; }
  .team__person__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto; }

.vacancy-list {
  margin-bottom: 1rem; }
  .vacancy-list__filter {
    display: block; }
    .vacancy-list__filter::after {
      clear: both;
      content: "";
      display: table; }

.vacancy-item {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.3; }
  .vacancy-item > * {
    transform: translateX(1.2rem); }
  .vacancy-item:first-of-type {
    border-top: 1px solid rgba(204, 204, 204, 0.5); }
  .vacancy-item__title {
    display: block;
    transform: translateX(0);
    font-weight: 500; }
    .vacancy-item__title:before {
      display: inline-block;
      content: "■";
      font-size: inherit;
      line-height: 1.5;
      transform: scale(1.3) translateY(-0.1rem);
      margin-right: .5rem; }
  .vacancy-item__area {
    display: block;
    margin-bottom: .5rem; }
  .vacancy-item__info {
    margin-bottom: 0; }

.history-timeline {
  overflow-x: hidden;
  padding: 1rem 0; }
  .history-timeline__content__item:not(.active) {
    display: none; }
  .history-timeline__content__item img {
    max-width: 100%; }

.media__image {
  display: block;
  float: left; }
  .media--vertical .media__image {
    float: none;
    margin-bottom: .5rem; }

.media__body {
  overflow: hidden; }

.history-timeline__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 1.2rem; }
  .history-timeline__header .subheading {
    margin-bottom: 0;
    line-height: 1; }
  .history-timeline__header .arrow-buttons {
    font-size: 1.5rem;
    float: right; }

.arrow-buttons {
  display: block;
  width: 4em;
  margin: 0 auto; }
  .arrow-buttons::after {
    clear: both;
    content: "";
    display: table; }

.arrow-button {
  height: 1.3em;
  width: 1.3em;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  background: #BEBEBE;
  position: relative; }
  .arrow-button:before {
    content: '';
    background-image: url("../images/button-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .arrow-button--disabled {
    background-color: #DEDCDD; }
  .arrow-button--up {
    margin-left: 1.35em; }
    .arrow-button--up:before {
      transform: rotate(270deg); }
  .arrow-button--prev, .arrow-button--down, .arrow-button--next {
    float: left;
    margin-top: 0.05em; }
  .arrow-button--prev, .arrow-button--down {
    margin-right: 0.05em; }
  .arrow-button--down:before {
    transform: rotate(90deg); }
  .arrow-button--prev:before {
    transform: rotate(180deg); }

.styleguide__block {
  display: inline-block;
  padding: 1rem 0 2.5rem 1rem;
  font-size: .7em;
  text-transform: uppercase;
  color: white; }
  @media (min-width: 600px) {
    .styleguide__block {
      float: left;
      display: block;
      margin-right: 0%;
      width: 16.66667%; }
      .styleguide__block:last-child {
        margin-right: 0; } }

@media print {
  .header,
  .home-hero,
  .text-overlay,
  .home-hero__text,
  .section__subheading.subheading,
  .-social-block,
  .footer {
    display: none !important; }
  .block-grid__item {
    float: left;
    display: inline-block;
    width: 50%;
    margin: 0; } }

.about-content {
  margin-bottom: 0; }
  .about-content p {
    padding-top: 0;
    padding-bottom: 10px; }

.page-template-landing main {
  margin-bottom: 0; }

.page-template-landing .home-hero .FloatingText__item {
  padding: 10px 0; }

.careersButton {
  background-color: #5A245A;
  border: solid 1px #5A245A; }
  .careersButton:hover {
    color: #5A245A;
    background-color: white; }

.careersHeaderButton {
  background-color: #5A245A !important;
  border: solid 1px #5A245A !important;
  opacity: 1;
  transition: opacity 0.3s linear; }
  .careersHeaderButton:hover {
    opacity: 0.8; }

.CareersSingleMain .col-4 {
  margin: 10px;
  float: left; }

@media (min-width: 1080px) {
  .CareersSingleMain .col-4 {
    width: calc(33.32% - 20px); }
  .CareersSingleMain .container {
    width: calc(100% + 10px) !important;
    margin-left: -5px; } }

.Careers-hero-video-text {
  position: absolute;
  bottom: calc(50% - 40px);
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 3em; }
  @media (max-width: 768px) {
    .Careers-hero-video-text {
      font-size: 2em; } }

.Careers-hero-video-holder {
  position: relative;
  height: calc(75% - 85px);
  clear: both;
  display: block;
  overflow: hidden; }
  .Careers-hero-video-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; }

.Careers {
  position: relative; }
  .Careers .huge {
    display: none; }
    @media (min-width: 725px) {
      .Careers .huge {
        display: block; } }
  .Careers .large {
    display: none; }
    @media (min-width: 585px) and (max-width: 724px) {
      .Careers .large {
        display: block; } }
  .Careers .medium {
    display: none; }
    @media (min-width: 445px) and (max-width: 584px) {
      .Careers .medium {
        display: block; } }
  .Careers .small {
    display: none; }
    @media (max-width: 444px) {
      .Careers .small {
        display: block; } }
  .Careers .reason-block {
    width: 160px;
    height: 480px;
    display: table; }
    .Careers .reason-block .coverTitle {
      font-size: 28px;
      margin-bottom: 12px; }
      @media (max-width: 584px) {
        .Careers .reason-block .coverTitle {
          font-size: 26px; } }
    .Careers .reason-block .coverText {
      font-size: 20px; }
      @media (max-width: 584px) {
        .Careers .reason-block .coverText {
          font-size: 18px; } }
    .Careers .reason-block .row {
      display: table-row; }
    .Careers .reason-block .cell {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      background-color: #5A245A;
      color: white;
      letter-spacing: -0.5px; }
      .Careers .reason-block .cell .cellImage1 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-size: cover;
        opacity: 0.2;
        background-color: white; }
      .Careers .reason-block .cell .cellImage2 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-size: cover;
        opacity: 0.5;
        background-color: #5A245A; }
      .Careers .reason-block .cell .cell-cover {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: table;
        height: 160px;
        padding: 5px; }
      .Careers .reason-block .cell1 {
        height: 160px;
        font-size: 13px;
        line-height: 15px;
        cursor: pointer;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 5px;
        border: solid 1px white; }
        .Careers .reason-block .cell1 .back {
          display: table;
          width: 160px;
          height: 160px;
          background-color: white;
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          transition: opacity 0.3s linear; }
          .Careers .reason-block .cell1 .back .content {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 16px;
            padding: 3px;
            line-height: 18px;
            letter-spacing: -0.5px; }
            @media (max-width: 584px) {
              .Careers .reason-block .cell1 .back .content {
                font-size: 14px;
                padding: 3px;
                line-height: 16px; } }
            .Careers .reason-block .cell1 .back .content .title {
              color: #730051;
              position: absolute;
              border: solid 1px rgba(115, 0, 81, 0.5);
              padding: 3px;
              width: 138px;
              bottom: 2px;
              left: 0; }
            .Careers .reason-block .cell1 .back .content .text {
              color: #730051;
              height: auto;
              display: table-cell;
              vertical-align: middle; }
              .Careers .reason-block .cell1 .back .content .text p {
                margin-top: 0;
                padding: 5px; }
        .Careers .reason-block .cell1:hover > .back {
          opacity: 1; }
      .Careers .reason-block .cell2 {
        background-color: #333333;
        color: white;
        text-align: left;
        height: 320px;
        padding-left: 15px;
        font-size: 20px;
        line-height: 21px;
        letter-spacing: -0.6px;
        border: solid 1px white; }
      .Careers .reason-block .cell3 {
        height: 480px;
        width: 160px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border: solid 1px white; }
        .Careers .reason-block .cell3 .title {
          padding: 5px;
          background-color: #333333;
          color: white;
          position: absolute;
          top: 0;
          width: 100%;
          line-height: 23px;
          font-size: 16px;
          letter-spacing: -0.6px; }
        .Careers .reason-block .cell3 .button {
          position: absolute;
          bottom: 10px;
          margin: 0 auto;
          left: 10px;
          padding: 2px 10px;
          width: 120px;
          background-color: #730051;
          font-size: 15px; }
          .Careers .reason-block .cell3 .button:hover {
            opacity: 0.9; }
  .Careers .answers__text h3 {
    font-weight: 400;
    margin: 0;
    padding-top: 15px; }
  .Careers .answers__text p {
    padding-top: 12px; }
  .CareersApplyMain h2 {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: -30px; }
  .CareersApplyMainForm {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f3f0f0;
    margin-bottom: 40px; }
    .CareersApplyMainForm #checkbox_image {
      display: inline;
      vertical-align: text-top; }
    .CareersApplyMainForm #cvUploadButton {
      margin-top: 20px; }
    .CareersApplyMainForm #cvUpload {
      margin-bottom: 20px; }
    .CareersApplyMainForm input[type="text"] {
      width: 100%;
      border-width: 0;
      border-radius: 25px;
      line-height: 35px;
      margin-top: 10px; }
    .CareersApplyMainForm textarea {
      width: 100%;
      border-width: 0;
      margin-top: 10px;
      border-radius: 10px;
      min-height: 150px;
      max-width: 100%; }
    .CareersApplyMainFormButton {
      margin-top: 15px;
      padding: 5px 25px;
      background-color: #FFFFFF;
      color: #562f56;
      border-radius: 25px;
      border: 1px solid #562f56; }
      .CareersApplyMainFormButton:hover {
        background-color: #562f56;
        color: #FFFFFF; }
  .CareersApplyMain .lighter {
    font-size: 14px; }
  .CareersOpportunityBox {
    position: relative;
    border: 1px solid #000000;
    padding: 20px 5px;
    text-align: center;
    height: 265px; }
    .CareersOpportunityBox:hover {
      background-color: #f0f0f0; }
    .CareersOpportunityBox .title {
      font-weight: 500;
      margin-bottom: 20px;
      line-height: 18px;
      height: 55px;
      padding: 0 5px; }
    .CareersOpportunityBox .type, .CareersOpportunityBox .department, .CareersOpportunityBox .location {
      font-weight: 400;
      font-size: 13px; }
    .CareersOpportunityBoxButtonLink {
      position: absolute;
      bottom: 20px;
      left: calc(50% - 40px);
      border: solid 1px #5A245A;
      background-color: white;
      color: #5A245A; }
      .CareersOpportunityBoxButtonLink:hover {
        background-color: #5A245A;
        color: white; }
  .CareersHeader {
    background: url(../images/vacancy/vacancy_header.jpg) center center no-repeat;
    background-size: cover;
    height: 200px;
    color: #FFFFFF !important; }
    .CareersHeader .main {
      padding-top: 30px; }
    .CareersHeader h1 {
      font-size: 32px;
      line-height: 35px; }
      @media (max-width: 768px) {
        .CareersHeader h1 {
          font-size: 28px;
          line-height: 30px; } }
      @media (max-width: 480px) {
        .CareersHeader h1 {
          font-size: 26px;
          line-height: 28px; } }
    .CareersHeader h2 {
      font-size: 25px; }
      @media (max-width: 768px) {
        .CareersHeader h2 {
          font-size: 22px; } }
      @media (max-width: 480px) {
        .CareersHeader h2 {
          font-size: 20px; } }
  .CareersFooter {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #f2f1f1; }
    .CareersFooter .main {
      margin-bottom: 0; }
  .CareersSingleMain {
    position: relative;
    font-weight: 400; }
  .CareersSingleApplyButton {
    position: absolute;
    top: -15px;
    left: calc(50% - 80px);
    padding: 5px 25px;
    background-color: #FFFFFF;
    color: #562f56;
    border-radius: 25px;
    border: 1px solid #562f56; }
    .CareersSingleApplyButton:hover {
      background-color: #562f56;
      color: #FFFFFF; }
  .CareersSingleApplyButtonReversed {
    position: absolute;
    top: -15px;
    left: calc(50% - 80px);
    padding: 5px 25px;
    background-color: #562f56;
    color: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #562f56; }
    .CareersSingleApplyButtonReversed:hover {
      background-color: #FFFFFF;
      color: #562f56; }
  .CareersSingle .color-blue {
    color: #4fc4e7; }
  .Careers .careers-say-text {
    display: block;
    position: relative;
    margin-bottom: 60px; }

.dz-preview {
  border-top: 1px solid #aaaaaa;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }

.dz-remove {
  border: solid 1px red;
  border-radius: 7px;
  padding: 0px 10px;
  margin-top: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 108px;
  color: red; }

.dz-success-mark {
  position: absolute;
  top: 10px;
  left: 10px; }
  .dz-success-mark svg {
    width: 15px;
    height: 15px; }
    .dz-success-mark svg g > path {
      fill: green; }

.dz-error-mark {
  position: absolute;
  top: 10px;
  right: 10px; }
  .dz-error-mark svg {
    width: 15px;
    height: 15px; }
    .dz-error-mark svg g > path {
      fill: red; }

.Careers .answers__text {
  line-height: 22px;
  font-size: 20px; }
  .Careers .answers__text p {
    margin-top: 16px;
    margin-bottom: 9px; }

.Careers .answers__title {
  text-align: center;
  padding: 20px;
  font-size: 22px;
  margin-top: -4rem; }

.Careers .say-selector {
  text-align: center;
  margin-bottom: -10px; }
  .Careers .say-selector .separator {
    line-height: 30px;
    font-size: 18px;
    width: 20px;
    display: inline-block; }
    @media (max-width: 430px) {
      .Careers .say-selector .separator {
        display: none; } }
  .Careers .say-selector .title {
    padding: 5px 10px 0 10px;
    line-height: 30px;
    font-size: 20px;
    display: inline-block;
    border-bottom: solid 5px transparent;
    transition: all 0.3s linear;
    cursor: pointer; }
    .Careers .say-selector .title.active {
      background-color: #5A245A;
      color: white;
      border-bottom: solid 5px #5A245A; }
    .Careers .say-selector .title:hover {
      border-bottom: solid 5px #5A245A; }

.CareersApply .error-text {
  font-size: 13px;
  color: red;
  opacity: 0;
  transition: opacity 0.3s linear; }

.CareersApply .dz-error-mark {
  display: none; }

.CareersApply .error-visible {
  opacity: 1; }

.Careers .carousel-holder {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative; }
  .Careers .carousel-holder.hidden {
    display: none; }

.Careers .careers-v2-slider, .Careers .careers-location-slider {
  width: 100%; }
  .Careers .careers-v2-slider .location-title, .Careers .careers-location-slider .location-title {
    position: absolute;
    top: 0;
    color: white;
    background-color: #333333;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    margin: 0 0 0 30px; }
    @media (min-width: 1414px) {
      .Careers .careers-v2-slider .location-title, .Careers .careers-location-slider .location-title {
        left: calc(50% - 757px + 50px); } }
  .Careers .careers-v2-slider .slick-dots, .Careers .careers-location-slider .slick-dots {
    bottom: 0px; }
    .Careers .careers-v2-slider .slick-dots .slick-active button, .Careers .careers-location-slider .slick-dots .slick-active button {
      opacity: 0.8; }
    @media (max-width: 430px) {
      .Careers .careers-v2-slider .slick-dots, .Careers .careers-location-slider .slick-dots {
        bottom: -5px; } }
    .Careers .careers-v2-slider .slick-dots li, .Careers .careers-location-slider .slick-dots li {
      width: 35px;
      margin-left: 4px !important;
      margin-right: 4px !important;
      height: 3px; }
      .Careers .careers-v2-slider .slick-dots li button, .Careers .careers-location-slider .slick-dots li button {
        background-color: white;
        opacity: 0.5;
        border: solid 1px #aaaaaa;
        cursor: pointer;
        width: 35px;
        height: 3px;
        padding: 3px; }
        .Careers .careers-v2-slider .slick-dots li button:before, .Careers .careers-location-slider .slick-dots li button:before {
          content: ''; }

.home-tiled-section .section__grid__item {
  overflow: hidden;
  margin: 2px;
  width: calc(50% - 4px); }
  @media (max-width: 1024px) {
    .home-tiled-section .section__grid__item .text-overlay {
      bottom: 0; }
    .home-tiled-section .section__grid__item .logo-overlay {
      bottom: -100%; } }
  .home-tiled-section .section__grid__item:hover .text-overlay {
    bottom: 0; }
  .home-tiled-section .section__grid__item:hover .image-overlay {
    top: -100%; }
  .home-tiled-section .section__grid__item:hover .logo-overlay {
    bottom: -100%; }
  @media (max-width: 599px) {
    .home-tiled-section .section__grid__item {
      height: 80vw;
      width: calc(100% - 4px); } }
  @media (min-width: 600px) {
    .home-tiled-section .section__grid__item {
      height: 40vw; } }
  @media (min-width: 1080px) {
    .home-tiled-section .section__grid__item {
      height: 300px; } }

.home-tiled-section .text-overlay__heading {
  font-size: 16px;
  line-height: initial; }

.home-tiled-section .image-overlay {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 61, 125, 0.5);
  transition: all .6s ease; }

.home-tiled-section .logo-overlay {
  top: initial;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all .6s ease;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 110px; }

.home-tiled-section .text-overlay {
  top: initial;
  position: absolute;
  bottom: -200px;
  left: 0;
  background-image: none;
  background-color: white;
  font-size: 8px;
  padding: 5px 10px;
  border-bottom: solid 5px #FF5800;
  color: #565A5C;
  width: 100%;
  transition: all .6s ease;
  height: auto;
  line-height: initial; }
  .home-tiled-section .text-overlay.fixed {
    bottom: 0; }

.home-tiled-section .background-image {
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

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

.row {
  display: block; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.block-grid {
  display: block; }
  .block-grid::after {
    clear: both;
    content: "";
    display: table; }
  .block-grid__item {
    display: block;
    position: relative; }
    @media (min-width: 600px) {
      .block-grid__item {
        float: left;
        display: block;
        margin-right: 0%;
        width: 50%;
        width: calc(50% - 1px);
        margin: 0 1px 1px 0; }
        .block-grid__item:last-child {
          margin-right: 0; }
        .block-grid__item:nth-child(2n) {
          margin-right: 0; }
        .block-grid__item:nth-child(2n+1) {
          clear: left; } }
    .block-grid--m-stacked .block-grid__item {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      width: calc(50% - 1px);
      margin: 0 1px 1px 0; }
      .block-grid--m-stacked .block-grid__item:last-child {
        margin-right: 0; }
      .block-grid--m-stacked .block-grid__item:nth-child(2n) {
        margin-right: 0; }
      .block-grid--m-stacked .block-grid__item:nth-child(2n+1) {
        clear: left; }

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.2rem;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.6) 100%);
  transition: all .6s ease; }
  .text-overlay--white {
    color: white; }
  .text-overlay--bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6) 100%);
    transition: all .6s ease; }
    .text-overlay--bottom:hover {
      background: rgba(0, 0, 0, 0.6); }
  .section__grid__item--practice .text-overlay {
    background: transparent; }
  .text-overlay__client, .text-overlay__heading {
    margin: 0; }
  .text-overlay__client {
    display: block;
    margin-bottom: .7rem;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 400; }
  .text-overlay__heading {
    max-width: 80%;
    font-size: 1.25rem;
    line-height: 1.4; }

.full-bg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #f5f5f5; }

.full-bg-img {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: white;
  background-size: cover;
  background-position: center; }

.header {
  display: block;
  background: #730051;
  background: black;
  width: 100%;
  color: white;
  padding: 0 1.2rem;
  position: fixed;
  top: 0;
  z-index: 10;
  height: 85px; }
  @media (max-width: 380px) {
    .header__logo__image {
      height: 95% !important; } }
  .header::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 1080px) {
    .header {
      width: 100%;
      padding: 0 1.2rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  .header__logo {
    display: block;
    float: left;
    height: 100%; }
    .header__logo__image {
      display: block;
      height: 100%;
      padding: 1.8rem 0; }

.nav {
  max-height: 0;
  margin-left: auto;
  overflow: hidden;
  font-weight: 400;
  transition: max-height .3s ease;
  left: 0;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 10; }
  .nav.active {
    max-height: 2000px; }
    @media (max-width: 768px) {
      .nav.active {
        position: fixed;
        bottom: 0px;
        right: 0;
        left: 0;
        overflow: auto; } }
  @media (min-width: 1080px) {
    .nav {
      display: block;
      float: right;
      max-height: none;
      overflow: visible;
      position: static;
      width: auto; }
      .nav__item {
        display: inline-block; } }
  .nav__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right; }
  .nav a, .nav span {
    padding: .6rem 1rem;
    color: white;
    text-decoration: none;
    display: block; }
    @media (min-width: 1080px) {
      .nav a, .nav span {
        padding: .2rem .4rem; } }
  .nav span {
    cursor: default; }
  .nav__item {
    background-color: #283234;
    display: block;
    position: relative;
    text-align: left; }
    @media (min-width: 1080px) {
      .nav__item {
        background-color: transparent;
        display: inline-block;
        text-align: center; } }
    @media (min-width: 1080px) {
      .nav__item:not(:last-of-type) {
        margin-right: .3rem; } }
    @media (min-width: 1080px) and (max-width: 1120px) {
      .nav__item:not(:last-of-type) {
        margin-right: 0; } }
    .nav__item:hover a, .nav__item--active a {
      position: relative;
      z-index: 3; }
    .nav__item:hover > a, .nav__item--active > a {
      background: #313c3e; }
      @media (min-width: 1080px) {
        .nav__item:hover > a, .nav__item--active > a {
          background: transparent; } }
    .nav__item:hover span, .nav__item--active span {
      position: relative;
      z-index: 3; }
    .nav__item:hover > span, .nav__item--active > span {
      background: #313c3e; }
      @media (min-width: 1080px) {
        .nav__item:hover > span, .nav__item--active > span {
          background: transparent; } }
    @media (min-width: 1080px) {
      .nav__item:hover:after, .nav__item--active:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 58px;
        background: #283234; } }
    .nav__item--open .toggle {
      transform: rotate(180deg); }
    .nav__item--search {
      display: none; }
      @media (min-width: 1080px) {
        .nav__item--search {
          display: inline-block; } }
      .nav__item--search svg {
        height: 1.2rem;
        width: 1.2rem;
        fill: white;
        margin-bottom: -.2rem;
        position: relative;
        z-index: 10; }
    .nav__item--menu {
      background-image: url("../images/menu.svg");
      background-size: cover;
      height: 1.2rem;
      width: 1.2rem;
      margin-bottom: -.2rem; }
    .nav__item .toggle {
      float: right;
      width: 0;
      height: 0;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-top: 11px solid #BEBEBE;
      margin-top: 2px;
      transition: transform .3s ease; }
      @media (min-width: 1080px) {
        .nav__item .toggle {
          display: none; } }
  .nav .with-columns {
    padding: 0;
    display: none; }
    .nav .with-columns .nav__submenu__column {
      vertical-align: top; }
      .nav .with-columns .nav__submenu__column > ul {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 5px 0; }
      @media (max-width: 599px) {
        .nav .with-columns .nav__submenu__column {
          display: block; }
          .nav .with-columns .nav__submenu__column > ul {
            margin-top: 0px;
            margin-bottom: 0px; } }
  .nav__submenu {
    max-height: 0;
    list-style-type: none;
    margin-bottom: 0;
    overflow: hidden;
    padding-left: 20px;
    transition: max-height .3s ease; }
    .nav__submenu__column {
      padding: 0; }
      @media (min-width: 1080px) {
        .nav__submenu__column {
          margin-top: 20px;
          margin-bottom: 10px; } }
      .nav__submenu__column__separator {
        width: 215px;
        font-size: 16px;
        padding-top: 10px !important;
        white-space: normal;
        text-wrap: normal !important;
        color: #999999;
        border-bottom: solid 1px #999999;
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase;
        padding-left: 0 !important;
        margin-left: 11px;
        padding-bottom: 4px !important; }
      .nav__submenu__column ul {
        list-style-type: none;
        margin-bottom: 0;
        overflow: hidden; }
        .nav__submenu__column ul .li__title {
          padding-left: 10px; }
        .nav__submenu__column ul .li__description {
          width: 215px;
          font-size: 14px;
          padding-top: 10px;
          padding-bottom: 10px;
          white-space: normal;
          text-wrap: normal;
          color: #999999;
          border-bottom: solid 1px #999999;
          margin-top: -16px;
          margin-bottom: 5px; }
      .nav__submenu__column:nth-child(1) ul {
        padding-left: 20px; }
      @media (min-width: 1080px) {
        .nav__submenu__column:nth-child(2) > ul {
          border-left: solid 1px #666666; }
          .nav__submenu__column:nth-child(2) > ul .nav__submenu__item {
            margin-left: 10px;
            margin-right: 10px; }
        .nav__submenu__column:nth-child(2) .li__title {
          padding-left: 20px; }
        .nav__submenu__column:nth-child(2) .li__description {
          padding-left: 0px; } }
      .nav__submenu__column:nth-child(2) ul {
        padding-left: 20px;
        padding-right: 20px; }
    .nav__item--open .nav__submenu {
      max-height: 2000px; }
      @media (max-width: 1079px) {
        .nav__item--open .nav__submenu {
          display: block; } }
    .nav__submenu__item:hover {
      background: #313C3E; }
    @media (min-width: 1080px) {
      .nav__submenu {
        display: none;
        max-height: none;
        position: absolute;
        top: 58px;
        left: 0;
        min-width: 150px;
        z-index: 20;
        background: #283234;
        list-style: none;
        text-align: left;
        white-space: nowrap;
        padding-left: 0; }
        .nav__item:hover .nav__submenu {
          display: block; }
        .nav__submenu__item:hover {
          background: #313C3E; }
        .nav__submenu a {
          padding: .5rem .7rem; } }

.mobile-nav {
  float: right;
  margin-top: 24px; }
  .mobile-nav .nav__item {
    background-color: transparent;
    float: left; }
    .mobile-nav .nav__item--search {
      display: block; }
      .mobile-nav .nav__item--search svg {
        height: 2.2rem;
        width: 2.2rem;
        fill: white;
        margin-bottom: -.2rem;
        margin-right: .8rem; }
    .mobile-nav .nav__item--menu {
      height: 1.6rem;
      width: 1.6rem;
      background-image: url("../images/menu.svg");
      background-size: cover;
      margin-top: .3rem; }
  @media (min-width: 1080px) {
    .mobile-nav {
      display: none; } }

.footer {
  display: block;
  background: #283234;
  color: white;
  padding: 1.2rem; }
  .footer::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 600px) {
    .footer {
      padding-left: 2.3rem;
      padding-right: 2.3rem; } }
  .footer__address, .footer__social {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
    max-width: 250px; }
    .footer__address:last-child, .footer__social:last-child {
      margin-right: 0; }
  .footer__address {
    line-height: 1.3;
    font-size: .8rem;
    float: left;
    max-width: 230px; }
    @media (min-width: 1080px) {
      .footer__address {
        font-size: 1rem; } }
  .footer__social {
    text-align: right;
    margin: 0;
    float: right; }
  @media (max-width: 599px) {
    .footer__copy {
      font-size: .8em; } }
  .footer__menu {
    list-style: none; }
    .footer__menu__link {
      display: inline; }
      .footer__menu__link a:hover {
        color: #666666; }

.footer-social__buttons {
  padding: 0;
  margin: 0 0 1rem 0; }

.footer-social__button {
  height: 30px;
  width: 30px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat; }
  @media (min-width: 600px) {
    .footer-social__button {
      height: 40px;
      width: 40px; } }
  .footer-social__button:not(:last-of-type) {
    margin-right: .3rem; }
  .footer-social__button--instagram {
    background-image: url("../images/social/icon-instagram.png"); }
  .footer-social__button--twitter {
    background-image: url("../images/social/icon-twitter.svg"); }
  .footer-social__button--facebook {
    background-image: url("../images/social/icon-facebook.svg"); }
  .footer-social__button--linkedin {
    background-image: url("../images/social/icon-linkedin.svg"); }
  .footer-social__button--google {
    background-image: url("../images/social/icon-google.svg"); }
  .footer-social__button--vimeo {
    background-image: url("../images/social/icon-vimeo.svg"); }
  .footer-social__button a {
    display: block;
    height: 100%; }

.job-card__roles {
  margin: 0;
  padding: 0; }

.job-card__heading {
  font-size: 1.1rem;
  margin-bottom: .5rem; }

.job-card__role {
  list-style-type: none; }
  .job-card__role:not(:last-of-type) {
    margin-bottom: .7rem; }
  .job-card__role:before {
    display: inline-block;
    content: "■";
    font-size: inherit;
    line-height: 1.5;
    transform: scale(1.3) translateY(-0.1rem);
    margin-right: .5rem; }

.card {
  display: block;
  border-top-width: .2rem;
  border-top-style: solid;
  font-size: 1rem;
  background: white;
  padding: 1rem; }

.card-grid {
  display: block;
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .card-grid::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 600px) {
    .card-grid {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 600px) {
    .card-grid--two .card {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .card-grid--two .card:last-child {
        margin-right: 0; } }
  @media (min-width: 600px) {
    .card-grid--three .card {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .card-grid--three .card:last-child {
        margin-right: 0; } }
  @media (min-width: 600px) {
    .card-grid .card {
      border-right: 1px solid #f5f5f5; } }
  .card-grid .card p {
    margin-top: 0; }

.post-author {
  margin-bottom: 1rem; }
  .post-author__photo {
    display: block;
    float: left; }
    .post-author--vertical .post-author__photo {
      float: none;
      margin-bottom: .5rem; }
  .post-author__body {
    overflow: hidden; }
  .post-author__photo {
    margin-right: 1.5rem;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }
    .post-author__photo.post-author__photo {
      width: 50px;
      height: 50px; }
  .post-author__body {
    line-height: 1.25;
    font-size: .9rem; }
    .post-author__body__email {
      color: #283234;
      text-decoration: none; }
    .post-author__body__name {
      display: block;
      margin-bottom: .1rem; }

.post-event {
  font-size: 1.1rem; }
  .post-event__photo {
    margin-bottom: 1rem; }
  .post-event__body {
    line-height: 1.25; }
    .post-event__body > * {
      margin-bottom: 1rem; }
    .post-event__body strong {
      font-weight: 500; }

.gallery {
  display: block; }
  .gallery::after {
    clear: both;
    content: "";
    display: table; }

.gallery-item {
  margin: 0;
  width: 100%; }
  @media (min-width: 600px) {
    .gallery-item {
      margin-right: 2px;
      float: left; }
      .gallery-columns-1 .gallery-item {
        width: calc(100% - 2px); }
        .gallery-columns-1 .gallery-item:nth-child(1n+1) {
          clear: both; }
      .gallery-columns-2 .gallery-item {
        width: calc(50% - 2px); }
        .gallery-columns-2 .gallery-item:nth-child(2n+1) {
          clear: both; }
      .gallery-columns-3 .gallery-item {
        width: calc(33.33333% - 2px); }
        .gallery-columns-3 .gallery-item:nth-child(3n+1) {
          clear: both; }
      .gallery-columns-4 .gallery-item {
        width: calc(25% - 2px); }
        .gallery-columns-4 .gallery-item:nth-child(4n+1) {
          clear: both; } }
  .gallery-item img {
    max-width: 100%; }

.timeline {
  font-size: 1rem;
  border-top: 1px solid;
  border-top-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  padding-top: 1.5rem; }
  .timeline__inner {
    display: block;
    white-space: nowrap;
    width: 40%;
    margin: 0 auto; }
  .timeline__item {
    white-space: normal;
    display: inline-block;
    margin-right: -4px;
    width: 100%;
    position: relative;
    transition: transform .5s ease;
    vertical-align: top; }
    .timeline__item:not(.active) > * {
      opacity: 0.5; }
    .timeline__item:before {
      content: '';
      display: block;
      height: 1rem;
      width: 1rem;
      position: absolute;
      top: -2rem;
      left: -.5rem;
      background: white;
      border-radius: 100%;
      box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1); }
    .timeline__item__image {
      height: 10rem;
      width: 10rem; }
    .timeline__item__body {
      padding: 0 1rem; }
    .timeline__item__year {
      font-weight: 500; }

.accordion {
  display: block;
  font-size: 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
  background: #f5f5f5; }
  .accordion::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 600px) {
    .accordion__panel, .accordion__nav {
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; } }
  .accordion__nav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .accordion__nav {
        display: block; } }
    .accordion__nav__item {
      list-style-type: none;
      display: block;
      padding: 1rem;
      font-size: .8em;
      color: #999;
      cursor: pointer; }
      .accordion__nav__item.active {
        color: white;
        background: #999; }
  .accordion__panel {
    color: white;
    background: #999;
    position: relative; }
  .accordion__subtitle {
    font-weight: 400;
    text-transform: uppercase;
    font-size: .9em; }
  .accordion__heading {
    display: block;
    background: #f5f5f5;
    text-decoration: none;
    color: #999;
    padding: 1rem 1.2rem; }
    .accordion__heading.active {
      color: white;
      background: #999; }
    @media (min-width: 600px) {
      .accordion__heading {
        display: none; } }
  .accordion__content {
    display: none;
    padding: 1rem 1.2rem; }
    @media (min-width: 600px) {
      .accordion__content {
        padding-bottom: 2rem; } }
    .accordion__content.active {
      display: block; }
  .accordion__text {
    margin-bottom: 2rem; }
  .accordion__link {
    background: #f5f5f5;
    color: #999;
    font-size: .7em;
    text-decoration: none;
    padding: 1rem 2rem;
    display: block; }
    @media (min-width: 600px) {
      .accordion__link {
        position: absolute;
        bottom: 0;
        right: 0; } }

.tweets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 600px) {
    .tweets .tweet {
      width: 49%;
      padding-right: 1.5rem;
      display: inline-block; } }

#tweets-header {
  font-weight: 500;
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 0px; }

.tweet {
  list-style-type: none; }
  .tweet:not(:last-of-type) {
    margin-bottom: 1rem; }
  .tweet__user {
    font-size: 1rem;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #aeaeae;
    font-weight: 400; }
    .tweet__user .separator {
      margin-left: 5px;
      line-height: 25px;
      font-size: 26px;
      top: -4px;
      position: relative; }
    .tweet__user .tweet-date {
      margin-left: 5px;
      text-transform: none;
      font-weight: 400; }
    .tweet__user:before {
      background-image: url("../images/ico-twitter.png");
      content: '';
      margin-bottom: 5px;
      display: inline-block;
      vertical-align: middle;
      height: 40px !important;
      width: 40px !important;
      height: 1.6rem;
      width: 1.6rem;
      margin-right: .6rem;
      border-radius: 100%; }
  .tweet__body a {
    text-decoration: none;
    color: black;
    font-weight: 400; }
  .tweet__actions {
    float: right;
    display: none; }
  .tweet__action {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    border: 1px solid red; }

.instagram .logo-instagram {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px; }
  .instagram .logo-instagram img {
    width: 140px; }

.instagram__image {
  margin: 7px 7px .3rem 7px;
  float: left; }
  @media (min-width: 600px) {
    .instagram__image {
      width: calc(25% - 14px); } }
  @media (max-width: 599px) {
    .instagram__image {
      width: calc(50% - 14px); } }
  .instagram__image img {
    display: block;
    width: 100%; }

.overflow-grid {
  display: block;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  font-size: 1rem; }
  .overflow-grid::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 1080px) {
    .overflow-grid {
      overflow: hidden; } }
  .overflow-grid__item {
    white-space: initial;
    display: inline-block;
    vertical-align: top;
    width: 15rem; }
    @media (min-width: 600px) {
      .overflow-grid__item {
        width: 20rem; } }
    @media (min-width: 1080px) {
      .overflow-grid__item {
        width: calc(100%/3); } }
    .overflow-grid__item:not(:first-of-type) {
      margin-left: -4px; }
      @media (min-width: 1600px) {
        .overflow-grid__item:not(:first-of-type) {
          margin-left: 0; } }

.related {
  padding: 1.5rem 0; }
  @media (min-width: 1600px) {
    .related {
      padding: 2.3rem 3rem 0 3rem; }
      body.home .related {
        padding-top: 2.3rem; } }
  @media (min-width: 1080px) {
    .related__content {
      padding: 0; } }
  .related__title {
    margin-bottom: 2rem; }
    @media (min-width: 1600px) {
      .related__title {
        margin-bottom: 1rem; } }
  .related--block .related__articles {
    height: 10rem; }
  @media (min-width: 1600px) {
    .related__item {
      width: 100%;
      display: block;
      margin-bottom: 2rem; } }
  .related__item > a {
    color: inherit;
    text-decoration: inherit; }
    .related__item > a > *:not(.related__item__image) {
      padding-right: 1rem; }
  .related__item__heading {
    font-weight: 500;
    margin-bottom: .3rem; }
  .related__item__image {
    margin-bottom: 1rem; }
    .related__item__image img {
      display: block;
      width: 100%; }
    @media (min-width: 1600px) {
      .related__item__image {
        margin-bottom: 1.3rem; } }
    .related__item__image .large-it:hover {
      width: 337px;
      z-index: 10000000;
      position: absolute;
      margin-left: -35px; }
  .related__item__copy {
    margin: 0; }
    @media (min-width: 1600px) {
      .related__item__copy {
        font-size: 1.1em;
        line-height: 1.15; } }
  .related--block .related__item {
    color: white;
    padding: 1rem;
    font-size: 1.5rem;
    height: 100%; }

@media (min-width: 1600px) {
  .overflow-grid.video-grid .related__item {
    display: inline-block;
    width: calc(100%/3); } }

.m-full-bleed.post__image img {
  max-width: 100%; }

.masonry-layout {
  margin-bottom: 20px; }

.masonry-layout__panel {
  float: left; }
  @media (max-width: 599px) {
    .masonry-layout__panel {
      width: calc(100% - 4px); } }
  @media (min-width: 600px) {
    .masonry-layout__panel {
      width: 50%; } }
  @media (min-width: 1080px) {
    .masonry-layout__panel {
      width: 33.333333333%; } }
  @media (min-width: 1600px) {
    .masonry-layout__panel {
      width: 25%; } }

.masonry-layout__panel-content {
  position: relative; }
  .masonry-layout__panel-content .section__grid__item__image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 599px) {
      .masonry-layout__panel-content .section__grid__item__image {
        height: 260px; } }
    @media (min-width: 600px) {
      .masonry-layout__panel-content .section__grid__item__image {
        height: 300px; } }
    @media (min-width: 1080px) {
      .masonry-layout__panel-content .section__grid__item__image {
        height: 280px; } }
    @media (min-width: 1600px) {
      .masonry-layout__panel-content .section__grid__item__image {
        height: 260px; } }

.practice-section .panels .panel {
  display: none; }
  .practice-section .panels .panel.active {
    display: block; }

.search {
  display: none; }

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

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

.related__item .related__item__heading,
.related__item .related__item__copy {
  word-wrap: break-word;
  white-space: pre-line; }

.search .close {
  background-image: url("../images/cross.svg");
  height: 57px;
  right: 20px;
  position: absolute;
  top: 20px;
  width: 54px;
  background-repeat: no-repeat; }

/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */
/* Base */
.addtocalendar var {
  display: none; }

.addtocalendar {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  background: transparent !important; }

.atcb-link {
  display: block;
  outline: none !important;
  cursor: pointer; }

.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible; }

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  z-index: 900; }

.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff; }

.atcb-item {
  float: none;
  text-align: left; }
  .atcb-item-link {
    text-decoration: none;
    outline: none;
    display: block; }
  .atcb-item.hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none; }
  .atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none; }

/* Blue */
.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus {
  text-align: center;
  margin: 0;
  padding: 3px 15px;
  color: #fff;
  font-family: "Verdana";
  font-size: 14px;
  text-decoration: none;
  outline: none;
  line-height: 20px;
  vertical-align: middle;
  background: #999999;
  border-radius: 2rem;
  zoom: 1; }

.atc-style-blue .atcb-link:hover {
  background: #817B7B; }

.atc-style-blue .atcb-list {
  width: 100%;
  border: 1px solid #bababa;
  border-radius: 2px;
  box-shadow: 0 0 5px #AAA; }

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item {
  background: #fff;
  color: #000; }

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1; }

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus {
  color: #000;
  font-family: "Verdana";
  font-size: 14px;
  text-decoration: none;
  outline: none;
  padding: 5px 15px; }

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus {
  color: #fff; }

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
  background: #4281f4; }

.VSlider {
  overflow: visible; }
  .VSlider__container .embed-container {
    display: table-cell;
    vertical-align: middle; }
  .VSlider__container .embed-container iframe, .VSlider__container .embed-container object, .VSlider__container .embed-container embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 5px black; }
  .VSlider__container .video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .6s linear;
    margin: 0;
    opacity: 0;
    z-index: 999;
    background-color: black; }
    .VSlider__container .video-modal.visible {
      vertical-align: middle;
      opacity: 1; }
  .VSlider__item {
    display: block;
    padding: 2px 1.5px;
    outline: none;
    height: 295px;
    cursor: pointer;
    transform: scale(1);
    transform-origin: 50% 50%; }
    .VSlider__item__image {
      height: 245px;
      background-size: cover;
      margin: 0 auto;
      position: relative;
      background-position: 50% 50%; }
      .VSlider__item__image__overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        background-image: url("../images/play_btn.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 120px 120px;
        opacity: 0.7; }
    .VSlider__item__title {
      height: 50px;
      background-color: #dadbdc;
      color: #555555;
      text-align: center;
      margin: 0 auto;
      text-transform: uppercase;
      line-height: 23px;
      white-space: nowrap;
      padding: 4px 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 100;
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
  .VSlider .slick-next {
    right: 0;
    background-image: url("../images/slider_arrow_right.png");
    background-position: 50% 40%; }
  .VSlider .slick-prev {
    left: 0;
    background-image: url("../images/slider_arrow_left.png");
    background-position: 50% 40%; }
  .VSlider .slick-arrow {
    background-repeat: no-repeat;
    background-size: 40px 40px; }
    .VSlider .slick-arrow::before {
      content: ''; }
  .VSlider .slick-prev, .VSlider .slick-next {
    z-index: 1;
    position: absolute;
    top: 10px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    width: calc(50vw - 570px); }
    .VSlider .slick-prev:hover, .VSlider .slick-prev:focus, .VSlider .slick-next:hover, .VSlider .slick-next:focus {
      background-color: rgba(255, 255, 255, 0.7); }
    @media (max-width: 1400px) {
      .VSlider .slick-prev, .VSlider .slick-next {
        width: calc(50vw - 470px); } }
    @media (max-width: 1079px) {
      .VSlider .slick-prev, .VSlider .slick-next {
        width: 100px; } }
    @media (max-width: 599px) {
      .VSlider .slick-prev, .VSlider .slick-next {
        width: 50px; } }

.PSlider {
  overflow: visible; }
  .PSlider__container .embed-container {
    display: table-cell;
    vertical-align: middle; }
  .PSlider__item {
    display: block;
    padding: 2px 1.5px;
    outline: none;
    height: 295px;
    cursor: pointer;
    transform: scale(1);
    transform-origin: 50% 50%; }
    .PSlider__item__image {
      height: 245px;
      background-size: cover;
      margin: 0 auto;
      position: relative;
      background-position: 50% 50%; }
      .PSlider__item__image__overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        background-image: url("../images/play_btn.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 120px 120px;
        opacity: 0.7; }
    .PSlider__item__title {
      height: 50px;
      background-color: #dadbdc;
      color: #555555;
      text-align: center;
      margin: 0 auto;
      text-transform: uppercase;
      line-height: 20px;
      white-space: pre-wrap;
      padding: 4px 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 100;
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
  .PSlider .slick-next {
    right: 0;
    background-image: url("../images/slider_arrow_right.png");
    background-position: 50% 40%; }
  .PSlider .slick-prev {
    left: 0;
    background-image: url("../images/slider_arrow_left.png");
    background-position: 50% 40%; }
  .PSlider .slick-arrow {
    background-repeat: no-repeat;
    background-size: 40px 40px; }
    .PSlider .slick-arrow::before {
      content: ''; }
  .PSlider .slick-prev, .PSlider .slick-next {
    z-index: 1;
    position: absolute;
    top: 10px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    width: calc(50vw - 570px); }
    .PSlider .slick-prev:hover, .PSlider .slick-prev:focus, .PSlider .slick-next:hover, .PSlider .slick-next:focus {
      background-color: rgba(255, 255, 255, 0.7); }
    @media (max-width: 1400px) {
      .PSlider .slick-prev, .PSlider .slick-next {
        width: calc(50vw - 470px); } }
    @media (max-width: 1079px) {
      .PSlider .slick-prev, .PSlider .slick-next {
        width: 100px; } }
    @media (max-width: 599px) {
      .PSlider .slick-prev, .PSlider .slick-next {
        width: 50px; } }

.nav__item--language-selector {
  letter-spacing: -0.2px;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-align: left;
  border: solid 1px white;
  border-radius: 15px;
  padding: 5px 10px; }
  .nav__item--language-selector.on-mobile {
    position: absolute;
    right: 100px;
    top: 23px; }
    @media (max-width: 360px) {
      .nav__item--language-selector.on-mobile {
        right: calc(50% - 45px);
        top: 50px;
        padding: 2px 9px; } }
    @media (min-width: 1080px) {
      .nav__item--language-selector.on-mobile {
        display: none; } }
  .nav__item--language-selector.on-desktop {
    display: none; }
    @media (min-width: 1080px) {
      .nav__item--language-selector.on-desktop {
        display: inline-block; } }
  .nav__item--language-selector .selected-language .flag, .nav__item--language-selector .selected-language .title {
    display: inline-block; }
  .nav__item--language-selector .selected-language .flag > img {
    margin-bottom: -3px;
    max-width: 35px;
    max-height: 21px;
    margin-right: 3px; }
  .nav__item--language-selector .dropdown {
    display: none;
    position: absolute;
    right: -15px;
    top: 34px;
    width: 200px;
    padding: 15px;
    background-color: #283234; }
    @media (max-width: 360px) {
      .nav__item--language-selector .dropdown {
        top: 28px; } }
    @media (max-width: 1079px) {
      .nav__item--language-selector .dropdown {
        right: -10px; } }
    .nav__item--language-selector .dropdown.open {
      display: block; }
    .nav__item--language-selector .dropdown .dropdown-item {
      background-color: #283234;
      display: inline-block;
      padding: 5px; }
      .nav__item--language-selector .dropdown .dropdown-item .flag, .nav__item--language-selector .dropdown .dropdown-item .title {
        display: inline-block; }
      .nav__item--language-selector .dropdown .dropdown-item .flag > img {
        margin-bottom: -3px;
        max-width: 35px;
        max-height: 21px;
        margin-right: 3px; }
      .nav__item--language-selector .dropdown .dropdown-item .title {
        padding-left: 5px; }
      .nav__item--language-selector .dropdown .dropdown-item:hover {
        background-color: black; }
  .nav__item--language-selector:hover .dropdown {
    display: block; }

.about-header {
  background: url(../images/vacancy/vacancy_header.jpg) center center no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  display: table; }
  .about-header__inner {
    display: table-cell;
    vertical-align: middle; }
  .about-header__title-right {
    display: inline-block;
    font-size: 55px;
    color: #fff; }
    @media (max-width: 599px) {
      .about-header__title-right {
        float: left;
        width: 100%;
        margin-top: 100px;
        text-align: center; } }
    @media (min-width: 600px) {
      .about-header__title-right {
        vertical-align: middle;
        margin-left: 20%; } }
    @media (min-width: 1080px) {
      .about-header__title-right {
        vertical-align: middle;
        margin-left: 36%; } }
  .about-header__title-left {
    display: inline-block;
    vertical-align: middle;
    font-size: 55px;
    color: #fff;
    font-weight: 500; }
    .about-header__title-left > a:hover, .about-header__title-left > a:visited, .about-header__title-left > a:focus {
      color: #fff; }
    @media (max-width: 599px) {
      .about-header__title-left {
        float: left;
        width: 100%;
        margin-top: 0;
        text-align: center; } }
    @media (min-width: 600px) {
      .about-header__title-left {
        vertical-align: middle;
        text-align: left; } }
  .about-header__title b {
    font-weight: 500; }
  .about-header__title .typewrite {
    font-weight: 500; }

.square-grids {
  position: relative; }
  .square-grids:after {
    content: '';
    display: block;
    min-height: 1px;
    clear: both; }
  .square-grids__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 25%; }
    .square-grids__item:hover {
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      transition: all 0.5s ease; }
    .square-grids__item:hover .location-title {
      opacity: 0;
      transition: opacity 0.3s; }
    @media (max-width: 768px) {
      .square-grids__item {
        width: 50%; } }
    .square-grids__item-exception {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      background-color: #1e988a; }
      .square-grids__item-exception span {
        position: relative;
        top: 30%;
        transform: translateY(-50%);
        color: white;
        font-size: 25px;
        font-weight: 500; }
    .square-grids__item-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      background: linear-gradient(to bottom, rgba(255, 0, 0, 0.1), #1b1b1b); }
      .square-grids__item-inner span {
        position: relative;
        top: 38%;
        transform: translateY(-50%);
        color: white;
        font-size: 20px;
        font-weight: 500; }
      .square-grids__item-inner span:hover {
        opacity: 0; }
    .square-grids__item:before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 100%; }
  .square-grids ul {
    display: table-cell;
    vertical-align: middle; }
    .square-grids ul li {
      list-style-type: none; }
    .square-grids ul .info-button {
      background-color: darkblue;
      display: inline;
      padding: 0 20px; }
      .square-grids ul .info-button a:hover {
        color: white; }
  .square-grids .get-in-touch {
    color: white;
    border: 1px solid white;
    border-radius: 2px;
    padding: 9px;
    text-transform: uppercase;
    font-size: 17px; }

.overlay {
  position: absolute;
  display: table;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease; }

.overlay:hover {
  opacity: 1; }

.logos-grid {
  position: relative;
  background-size: cover;
  background-image: url("../images/about/logos_bg.png");
  background-color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: auto;
  padding: 0; }
  .logos-grid__item {
    float: left;
    width: 25%;
    font-size: 16px;
    color: #fff;
    filter: brightness(0) invert(1); }
    .logos-grid__item:hover {
      filter: contrast(0%); }
    .logos-grid__item:nth-of-type(8n + 1), .logos-grid__item:nth-of-type(8n + 3) {
      background-color: rgba(255, 255, 255, 0); }
    .logos-grid__item:nth-of-type(8n + 2), .logos-grid__item:nth-of-type(8n + 4), .logos-grid__item:nth-of-type(8n + 5), .logos-grid__item:nth-of-type(8n + 7) {
      background-color: rgba(255, 255, 255, 0.3); }
    .logos-grid__item img {
      display: block;
      width: 100%; }
    @media (max-width: 768px) {
      .logos-grid__item {
        width: 50%; }
        .logos-grid__item:nth-of-type(4n + 1), .logos-grid__item:nth-of-type(4n + 4) {
          background-color: rgba(255, 255, 255, 0); }
        .logos-grid__item:nth-of-type(4n + 2), .logos-grid__item:nth-of-type(4n + 3) {
          background-color: rgba(255, 255, 255, 0.3); } }

.slider--content {
  font-size: 25px;
  line-height: 26px; }
  @media (max-width: 1079px) {
    .slider--content {
      font-size: 19px;
      line-height: 20px; } }
  @media (max-width: 599px) {
    .slider--content {
      font-size: 16px;
      line-height: 16px; } }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #8323f0;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

.addtoany_content_bottom {
  text-align: center;
  width: 100%;
  margin: 0 auto !important;
  margin-bottom: 13px !important; }

.theme-color--capital {
  color: #95a1aa; }

.theme-color-before--capital:before {
  color: #95a1aa; }

.theme-bg--capital {
  background: #95a1aa; }

.theme-bg-trans--capital {
  background: rgba(149, 161, 170, 0.8); }

.theme-bg--capital:hover {
  background: #87949f; }

.theme-bg-before--capital:before {
  background: #95a1aa; }

.theme-fill--capital {
  fill: #95a1aa; }

.theme-border--capital {
  border-color: #95a1aa; }

a.theme-bg--capital:hover,
.button.theme-bg--capital:hover {
  background: #87949f; }

.theme-color--corporate {
  color: #23b1a5; }

.theme-color-before--corporate:before {
  color: #23b1a5; }

.theme-bg--corporate {
  background: #23b1a5; }

.theme-bg-trans--corporate {
  background: rgba(35, 177, 165, 0.8); }

.theme-bg--corporate:hover {
  background: #1f9c91; }

.theme-bg-before--corporate:before {
  background: #23b1a5; }

.theme-fill--corporate {
  fill: #23b1a5; }

.theme-border--corporate {
  border-color: #23b1a5; }

a.theme-bg--corporate:hover,
.button.theme-bg--corporate:hover {
  background: #1f9c91; }

.theme-color--public {
  color: #3db7e4; }

.theme-color-before--public:before {
  color: #3db7e4; }

.theme-bg--public {
  background: #3db7e4; }

.theme-bg-trans--public {
  background: rgba(61, 183, 228, 0.8); }

.theme-bg--public:hover {
  background: #27afe1; }

.theme-bg-before--public:before {
  background: #3db7e4; }

.theme-fill--public {
  fill: #3db7e4; }

.theme-border--public {
  border-color: #3db7e4; }

a.theme-bg--public:hover,
.button.theme-bg--public:hover {
  background: #27afe1; }

.theme-color--engagement {
  color: #da3d7e; }

.theme-color-before--engagement:before {
  color: #da3d7e; }

.theme-bg--engagement {
  background: #da3d7e; }

.theme-bg-trans--engagement {
  background: rgba(218, 61, 126, 0.8); }

.theme-bg--engagement:hover {
  background: #d52970; }

.theme-bg-before--engagement:before {
  background: #da3d7e; }

.theme-fill--engagement {
  fill: #da3d7e; }

.theme-border--engagement {
  border-color: #da3d7e; }

a.theme-bg--engagement:hover,
.button.theme-bg--engagement:hover {
  background: #d52970; }

.theme-color--truth {
  color: #565a5c; }

.theme-color-before--truth:before {
  color: #565a5c; }

.theme-bg--truth {
  background: #565a5c; }

.theme-bg-trans--truth {
  background: rgba(86, 90, 92, 0.8); }

.theme-bg--truth:hover {
  background: #4a4d4f; }

.theme-bg-before--truth:before {
  background: #565a5c; }

.theme-fill--truth {
  fill: #565a5c; }

.theme-border--truth {
  border-color: #565a5c; }

a.theme-bg--truth:hover,
.button.theme-bg--truth:hover {
  background: #4a4d4f; }

.theme-color--content {
  color: #ff5800; }

.theme-color-before--content:before {
  color: #ff5800; }

.theme-bg--content {
  background: #ff5800; }

.theme-bg-trans--content {
  background: rgba(255, 88, 0, 0.8); }

.theme-bg--content:hover {
  background: #e64f00; }

.theme-bg-before--content:before {
  background: #ff5800; }

.theme-fill--content {
  fill: #ff5800; }

.theme-border--content {
  border-color: #ff5800; }

a.theme-bg--content:hover,
.button.theme-bg--content:hover {
  background: #e64f00; }

.theme-color--primary {
  color: #730051; }

.theme-color-before--primary:before {
  color: #730051; }

.theme-bg--primary {
  background: #730051; }

.theme-bg-trans--primary {
  background: rgba(115, 0, 81, 0.8); }

.theme-bg--primary:hover {
  background: #5a003f; }

.theme-bg-before--primary:before {
  background: #730051; }

.theme-fill--primary {
  fill: #730051; }

.theme-border--primary {
  border-color: #730051; }

a.theme-bg--primary:hover,
.button.theme-bg--primary:hover {
  background: #5a003f; }

.singleVideo__holder {
  position: relative; }
  .singleVideo__holder .sc_button {
    background-color: transparent;
    border: none;
    width: 40px;
    height: 40px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    outline: none;
    opacity: 0.3; }
    .singleVideo__holder .sc_button:hover {
      opacity: 1; }

.singleVideo__buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .singleVideo__buttons__playPause {
    left: 10px;
    bottom: 20px;
    background-image: url("../images/sc_video/paused.png"); }
    .singleVideo__buttons__playPause.paused {
      background-image: url("../images/sc_video/play.png");
      opacity: 1 !important; }
  .singleVideo__buttons__mute {
    right: 10px;
    top: 10px;
    background-image: url("../images/sc_video/unmuted.png"); }
    .singleVideo__buttons__mute.muted {
      background-image: url("../images/sc_video/muted.png");
      opacity: 1 !important; }
  .singleVideo__buttons__fullScreen {
    right: 10px;
    bottom: 20px;
    background-image: url("../images/sc_video/fullscreen.png"); }
  .singleVideo__buttons__revert {
    left: 60px;
    bottom: 20px;
    background-image: url("../images/sc_video/revert.png"); }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

hr {
  border: none;
  border-bottom: 1px solid #f5f5f5;
  margin: 1rem 0; }

.job-listing__info {
  display: block; }
  .job-listing__info::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 600px) {
    .job-listing__info > * {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .job-listing__info > *:last-child {
        margin-right: 0; } }

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.7); }
  .modal__close {
    position: absolute;
    top: .5rem;
    right: .5rem; }
  .modal__inner {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }

.team-modal__inner {
  max-width: 25rem; }

.team-modal__photo {
  display: block;
  width: 100%; }

.team-modal__bio {
  background: #ccc;
  padding: 1rem; }

.reference {
  padding-bottom: 2rem; }
  .reference:not(:first-of-type) {
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .reference--left .reference__quote {
    padding-left: 1rem; }
  .reference--right .reference__quote {
    padding-right: 1rem; }
  .reference__quote p {
    margin-bottom: 1rem; }
  .reference__quote:before {
    content: '"';
    display: block;
    font-size: 4em;
    line-height: 0.6;
    margin-bottom: -1.5rem;
    display: none; }
  .reference__citation {
    font-style: normal; }
    .reference__citation > span {
      display: block;
      line-height: 1.2; }
    .reference__citation__name {
      font-weight: 400; }
    .reference__citation__email {
      font-size: .8em; }

.featured-work__item {
  font-size: 1rem; }
  .featured-work__item__body {
    padding: .5rem 1rem; }
  .featured-work__item__client, .featured-work__item__area {
    display: block; }
  .featured-work__item__client {
    font-weight: 500; }
  .featured-work__item__link {
    font-weight: 400; }
  .featured-work__item:not(:last-of-type) {
    margin-bottom: 1rem; }

@media (min-width: 600px) {
  .flex-row {
    display: -ms-flexbox;
    display: flex;
    width: 100%; } }

.grid-cell-min-h,
.tile-cell {
  min-height: 15rem;
  position: relative;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1.2rem; }

.reference--right .reference__image {
  float: right; }

.mb-0 {
  margin-bottom: 0rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.feed__post__info {
  position: relative; }

.feed__post__content.no-image {
  margin-top: -24px; }

.feed__post__content .feed__post__date {
  margin-bottom: 1rem; }

.feed__post__heading.no-image {
  max-width: 70%; }

.image-right {
  right: -35px;
  position: absolute;
  display: block; }

.clearfix {
  clear: both; }

#pageTopGap {
  display: block;
  width: 100%;
  position: relative;
  height: 83px; }

.smallTopGap {
  display: block;
  width: 100%;
  position: relative;
  height: 40px; }

/*# sourceMappingURL=main.css.map */
