/*! 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).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * 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; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/**
 * @mixin branding
 * @param $color-name blue|gold|green|orange|pink
 * @param $primary-color
 * @param $secondary-color
 * @param $isClient true|false
 * @include branding("blue", #000, #fff);
 */
.branding-default .logo {
  color: #FFF;
  transition: all .3s;
  transition-delay: 5s; }
  .branding-default .logo:hover {
    color: #49bae4; }

.branding-blue .logo {
  color: #FFF;
  transition: all .3s;
  transition-delay: 5s; }
  .branding-blue .logo:hover {
    color: #49bae4; }

.branding-gold .logo {
  color: #FFF;
  transition: all .3s;
  transition-delay: 5s; }
  .branding-gold .logo:hover {
    color: #c19826; }

.branding-green .logo {
  color: #FFF;
  transition: all .3s;
  transition-delay: 5s; }
  .branding-green .logo:hover {
    color: #8abb1c; }

.branding-orange .logo {
  color: #FFF;
  transition: all .3s;
  transition-delay: 5s; }
  .branding-orange .logo:hover {
    color: #f67633; }

.branding-pink .logo {
  color: #FFF;
  transition: all .3s;
  transition-delay: 5s; }
  .branding-pink .logo:hover {
    color: #fd5581; }

/* @function map-deep-get($map, $keys...) {
  @each $key in $keys {
    $map: map-get($map, $key);
  }

  @return $map;
} */
html {
  box-sizing: border-box;
  color: #222;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.4; }

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

body, html {
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility; }

p {
  margin: 1em 0; }

ul,
ol {
  margin: 1em 0;
  padding-left: 1em; }

dl {
  margin: 1em 0; }
  dl dt {
    font-weight: bold;
    margin-top: .5em; }
  dl dd {
    margin: 0; }

a {
  transition: color 200ms linear; }

hr {
  border: 0;
  border-top: 1px solid gray;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

img {
  max-width: 100%; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

code,
kbd,
pre,
samp {
  font-family: "Source Code Pro", "Menlo", "Monaco", "Consolas", "Courier New", monospace; }

samp {
  font-size: 90%; }

abbr {
  cursor: help;
  border-bottom: 0 !important; }

table {
  margin: 1em 0; }

tr,
td,
th {
  vertical-align: middle; }

th {
  padding: 1em;
  text-align: left; }

td {
  padding: 1em; }

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

textarea {
  resize: vertical; }

select {
  max-width: 100%;
  width: auto; }

[type='search'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

[type='radio'],
[type='checkbox'] {
  line-height: normal;
  margin: 4px 0 0;
  margin-top: 1px \9; }

[type='file'],
[type='range'] {
  display: block;
  width: 100%; }

[multiple],
[size] {
  height: auto; }

button,
[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

address {
  font-style: normal; }

main, footer {
  outline: 0; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden; }
  a.skip:active, a.skip:focus,
  a.skip :hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 5; }

main {
  background: #fff; }
  main.-hours-nav-active {
    margin-top: 30rem; }
  main.-reset {
    margin-top: 0; }

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

/** styles we don't want in the store stylesheet **/
hr {
  margin: 2em 0; }

select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: calc(.6em + 25px);
  position: relative;
  width: 100%; }

body:before {
  content: "(max-width: 599px)";
  display: none; }
  @media (min-width: 600px) {
    body:before {
      content: "(min-width: 600px)"; } }
  @media (min-width: 1024px) {
    body:before {
      content: "(min-width: 1024px)"; } }
  @media (min-width: 1440px) {
    body:before {
      content: "(min-width: 1440px)"; } }

.breakpoint-monitor:after {
  background-color: grey;
  color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  z-index: 10;
  content: "Mobile"; }
  @media (min-width: 48.75em) {
    .breakpoint-monitor:after {
      content: "Tablet"; } }
  @media (min-width: 62.5em) {
    .breakpoint-monitor:after {
      content: "Desktop"; } }
  @media (min-width: 90em) {
    .breakpoint-monitor:after {
      content: "Wide"; } }
  @media (min-width: 118.75em) {
    .breakpoint-monitor:after {
      content: "FullHD"; } }

@media print {
  .breakpoint-monitor {
    display: none !important; } }

.hidden {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0; }

.adminbar.adminbar--sticky {
  position: fixed !important; }

p, p.body_copy,
.subhead,
.headline, ul li,
ol li {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400; }

p.medium, p.medium.body_copy,
.medium.subhead,
.medium.headline {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 500; }

p.semibold, p.semibold.body_copy,
.semibold.subhead,
.semibold.headline {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 600; }

p.bold, p.bold.body_copy,
.bold.subhead,
.bold.headline {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700; }

.button,
a.button,
p > a.button,
.article form button[type=submit] {
  transition: all 150ms linear;
  background-color: #b5b5b5;
  background-image: none;
  border: 0;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1.6px;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .button:hover, .button:active, .button:focus,
  a.button:hover,
  a.button:active,
  a.button:focus,
  p > a.button:hover,
  p > a.button:active,
  p > a.button:focus,
  .article form button[type=submit]:hover,
  .article form button[type=submit]:active,
  .article form button[type=submit]:focus {
    background-color: #7a7a7a; }
  .button:active, .button:active:focus,
  a.button:active,
  a.button:active:focus,
  p > a.button:active,
  p > a.button:active:focus,
  .article form button[type=submit]:active,
  .article form button[type=submit]:active:focus {
    text-decoration: none; }
  .button:focus,
  a.button:focus,
  p > a.button:focus,
  .article form button[type=submit]:focus {
    outline: 1px dotted rgba(0, 0, 0, 0.4);
    text-decoration: underline; }
  .button[disabled], .button.is-disabled,
  a.button[disabled],
  a.button.is-disabled,
  p > a.button[disabled],
  p > a.button.is-disabled,
  .article form button[type=submit][disabled],
  .article form button[type=submit].is-disabled {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .65;
    pointer-events: none; }
  .button:before,
  a.button:before,
  p > a.button:before,
  .article form button[type=submit]:before {
    content: none; }
  .button.-large,
  a.button.-large,
  p > a.button.-large,
  .article form button[type=submit].-large {
    font-size: 1.125em;
    padding: 1em 2em; }
  .button.-medium,
  a.button.-medium,
  p > a.button.-medium,
  .article form button[type=submit].-medium {
    font-size: 0.9em;
    padding: 1em 2em; }
  .button.-small,
  a.button.-small,
  p > a.button.-small,
  .article form button[type=submit].-small {
    font-size: 0.75em;
    padding: 1em 2.5em; }
  .button.-block,
  a.button.-block,
  p > a.button.-block,
  .article form button[type=submit].-block {
    display: block;
    padding: 2em !important;
    width: 100%; }
  .button.-wide,
  a.button.-wide,
  p > a.button.-wide,
  .article form button[type=submit].-wide {
    padding: 10px 45px; }
    @media screen and (min-width: 600px) {
      .button.-wide,
      a.button.-wide,
      p > a.button.-wide,
      .article form button[type=submit].-wide {
        padding: 10px 70px; } }
  .button.-text,
  a.button.-text,
  p > a.button.-text,
  .article form button[type=submit].-text {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    background-color: transparent;
    color: #b5b5b5;
    padding: 0;
    text-transform: none; }
    .button.-text:hover,
    a.button.-text:hover,
    p > a.button.-text:hover,
    .article form button[type=submit].-text:hover {
      color: #9c9c9c; }
      .button.-text:hover:after,
      a.button.-text:hover:after,
      p > a.button.-text:hover:after,
      .article form button[type=submit].-text:hover:after {
        left: .25em; }
    .button.-text.-white, .button.-text.-white:hover,
    a.button.-text.-white,
    a.button.-text.-white:hover,
    p > a.button.-text.-white,
    p > a.button.-text.-white:hover,
    .article form button[type=submit].-text.-white,
    .article form button[type=submit].-text.-white:hover {
      color: #fff; }
    .button.-text.-light-blue,
    a.button.-text.-light-blue,
    p > a.button.-text.-light-blue,
    .article form button[type=submit].-text.-light-blue {
      color: #b5b5b5; }
    .button.-text.-light-blue:hover,
    a.button.-text.-light-blue:hover,
    p > a.button.-text.-light-blue:hover,
    .article form button[type=submit].-text.-light-blue:hover {
      color: #a1a1a1; }

.article form button[type=submit],
.button.-primary,
a.button.-primary,
p > a.button.-primary {
  background-color: #b5b5b5;
  transition: background-color .25s ease-out; }
  .article form button[type=submit]:hover, .article form button[type=submit]:active, .article form button[type=submit]:focus,
  .button.-primary:hover,
  .button.-primary:active,
  .button.-primary:focus,
  a.button.-primary:hover,
  a.button.-primary:active,
  a.button.-primary:focus,
  p > a.button.-primary:hover,
  p > a.button.-primary:active,
  p > a.button.-primary:focus {
    background-color: #7a7a7a; }

.button.-secondary,
a.button.-secondary,
p > a.button.-secondary {
  background-color: transparent;
  border: 1px solid #7a7a7a;
  color: #4a4a4a;
  position: relative;
  transition: 0.5s; }
  .button.-secondary:after, .button.-secondary:before,
  a.button.-secondary:after,
  a.button.-secondary:before,
  p > a.button.-secondary:after,
  p > a.button.-secondary:before {
    background-color: transparent;
    box-sizing: border-box;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: 0.3s ease-in;
    width: 100%;
    z-index: 3; }
  .button.-secondary:before,
  a.button.-secondary:before,
  p > a.button.-secondary:before {
    border-bottom: 1px solid #1d1d1d;
    border-left: 1px solid #1d1d1d;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%; }
  .button.-secondary:after,
  a.button.-secondary:after,
  p > a.button.-secondary:after {
    border-top: 1px solid #1d1d1d;
    border-right: 1px solid #1d1d1d;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%; }
  .button.-secondary:hover, .button.-secondary:active, .button.-secondary:focus,
  a.button.-secondary:hover,
  a.button.-secondary:active,
  a.button.-secondary:focus,
  p > a.button.-secondary:hover,
  p > a.button.-secondary:active,
  p > a.button.-secondary:focus {
    border: 1px solid rgba(0, 160, 80, 0);
    background-color: transparent;
    color: #0a0a0a; }
  .button.-secondary:hover:after, .button.-secondary:hover:before,
  a.button.-secondary:hover:after,
  a.button.-secondary:hover:before,
  p > a.button.-secondary:hover:after,
  p > a.button.-secondary:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .button.-secondary.-white,
  a.button.-secondary.-white,
  p > a.button.-secondary.-white {
    border-color: #fff;
    color: #fff;
    transition: all .5s; }
    .button.-secondary.-white:before, .button.-secondary.-white:after,
    a.button.-secondary.-white:before,
    a.button.-secondary.-white:after,
    p > a.button.-secondary.-white:before,
    p > a.button.-secondary.-white:after {
      content: none; }
    .button.-secondary.-white:hover,
    a.button.-secondary.-white:hover,
    p > a.button.-secondary.-white:hover {
      border-color: transparent;
      background-color: rgba(255, 255, 255, 0.6); }

.button.-tertiary,
a.button.-tertiary,
p > a.button.-tertiary {
  border: 1px solid #5E5E5E;
  background-color: #fff;
  font-size: 17px;
  font-weight: 400;
  color: #737373;
  letter-spacing: 3px;
  white-space: normal; }
  .button.-tertiary:hover,
  a.button.-tertiary:hover,
  p > a.button.-tertiary:hover {
    background-color: rgba(255, 255, 255, 0.6); }

.-outline {
  border: 1px solid #737373;
  font-family: ProximaNova-Semibold;
  font-size: 15px;
  color: #000000;
  letter-spacing: 2.5px;
  min-width: 290px;
  padding: 12px 70px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }

.heading {
  color: #323232;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 1rem; }
  .heading.-xlarge {
    font-size: 3.3rem;
    line-height: 3.8rem; }
  .heading.-large {
    font-size: 2.5rem;
    line-height: 3rem; }
  .heading.-medium {
    font-size: 2.35rem;
    line-height: 2.3rem; }
  .heading.-small {
    font-size: 2rem;
    letter-spacing: .25px;
    line-height: 2.3rem; }
  .heading.-xsmall {
    font-size: 1.7rem;
    letter-spacing: .25px;
    line-height: 2.1rem; }
  .heading.-xxsmall {
    font-size: 1rem; }

.subheading {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 1rem; }
  .subheading.-xlarge {
    font-size: 2rem;
    letter-spacing: 2.75px; }
  .subheading.-large {
    font-size: 1.7rem; }
  .subheading.-medium {
    font-size: 1.4rem; }
  .subheading.-small {
    font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1rem; }
  .subheading.-xsmall {
    font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: .75rem;
    letter-spacing: 2.25px; }

.-bold {
  font-family: "ProximaNova-Semibold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.-italic {
  font-style: italic; }

.-grey_text {
  color: #969696; }

.-remove_uppercase {
  text-transform: none; }

.paragraph {
  color: #323232;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.25px;
  line-height: 1.7rem;
  margin: 0; }

.-center_text {
  text-align: center; }

.-fade_block {
  background: white; }

p.body_copy {
  font-size: 17px;
  color: #323232;
  letter-spacing: 0.25px;
  line-height: 1.2em; }
  p.body_copy.font-size-1 {
    font-size: 16.875px; }
    @media (min-width: 62.5em) {
      p.body_copy.font-size-1 {
        font-size: 15px; } }
  p.body_copy.font-size-2 {
    font-size: 18.75px; }
    @media (min-width: 62.5em) {
      p.body_copy.font-size-2 {
        font-size: 16.875px; } }
  p.body_copy.font-size-3 {
    font-size: 20.625px; }
    @media (min-width: 62.5em) {
      p.body_copy.font-size-3 {
        font-size: 18.75px; } }
  p.body_copy.font-size-4 {
    font-size: 22.5px; }
    @media (min-width: 62.5em) {
      p.body_copy.font-size-4 {
        font-size: 20.625px; } }
  p.body_copy.font-size-5 {
    font-size: 24.375px; }
    @media (min-width: 62.5em) {
      p.body_copy.font-size-5 {
        font-size: 22.5px; } }
  p.body_copy.font-size-6 {
    font-size: 26.25px; }
    @media (min-width: 62.5em) {
      p.body_copy.font-size-6 {
        font-size: 24.375px; } }
  p.body_copy.font-size-7 {
    font-size: 28.125px; }
    @media (min-width: 62.5em) {
      p.body_copy.font-size-7 {
        font-size: 26.25px; } }
  p.body_copy.font-size-8 {
    font-size: 30px; }
    @media (min-width: 62.5em) {
      p.body_copy.font-size-8 {
        font-size: 28.125px; } }

.subhead {
  font-size: 15px;
  color: #323232;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600; }
  @media screen and (min-width: 1000px) {
    .subhead {
      letter-spacing: 2.25px; } }
  .subhead.font-size-1 {
    font-size: 12px; }
    @media (min-width: 62.5em) {
      .subhead.font-size-1 {
        font-size: 14px; } }
  .subhead.font-size-2 {
    font-size: 14px; }
    @media (min-width: 62.5em) {
      .subhead.font-size-2 {
        font-size: 16px; } }
  .subhead.font-size-3 {
    font-size: 16px; }
    @media (min-width: 62.5em) {
      .subhead.font-size-3 {
        font-size: 18px; } }
  .subhead.font-size-4 {
    font-size: 18px; }
    @media (min-width: 62.5em) {
      .subhead.font-size-4 {
        font-size: 20px; } }
  .subhead.font-size-5 {
    font-size: 20px; }
    @media (min-width: 62.5em) {
      .subhead.font-size-5 {
        font-size: 22px; } }
  .subhead.font-size-6 {
    font-size: 22px; }
    @media (min-width: 62.5em) {
      .subhead.font-size-6 {
        font-size: 24px; } }
  .subhead.font-size-7 {
    font-size: 24px; }
    @media (min-width: 62.5em) {
      .subhead.font-size-7 {
        font-size: 26px; } }
  .subhead.font-size-8 {
    font-size: 26px; }
    @media (min-width: 62.5em) {
      .subhead.font-size-8 {
        font-size: 28px; } }
  .subhead.text-transform-capitalize {
    text-transform: capitalize; }

.headline {
  font-size: 27px;
  color: #323232;
  letter-spacing: 0.3px;
  line-height: 34px; }
  .headline.font-size-1 {
    font-size: 28.16667px; }
    @media (min-width: 62.5em) {
      .headline.font-size-1 {
        font-size: 26px; } }
  .headline.font-size-2 {
    font-size: 30.33333px; }
    @media (min-width: 62.5em) {
      .headline.font-size-2 {
        font-size: 28.16667px; } }
  .headline.font-size-3 {
    font-size: 32.5px; }
    @media (min-width: 62.5em) {
      .headline.font-size-3 {
        font-size: 30.33333px; } }
  .headline.font-size-4 {
    font-size: 34.66667px; }
    @media (min-width: 62.5em) {
      .headline.font-size-4 {
        font-size: 32.5px; } }
  .headline.font-size-5 {
    font-size: 36.83333px; }
    @media (min-width: 62.5em) {
      .headline.font-size-5 {
        font-size: 34.66667px; } }
  .headline.font-size-6 {
    font-size: 39px; }
    @media (min-width: 62.5em) {
      .headline.font-size-6 {
        font-size: 36.83333px; } }
  .headline.font-size-7 {
    font-size: 41.16667px; }
    @media (min-width: 62.5em) {
      .headline.font-size-7 {
        font-size: 39px; } }
  .headline.font-size-8 {
    font-size: 43.33333px; }
    @media (min-width: 62.5em) {
      .headline.font-size-8 {
        font-size: 41.16667px; } }
  .headline.font-weight-100 {
    font-weight: 100; }
  .headline.font-weight-200 {
    font-weight: 200; }
  .headline.font-weight-300 {
    font-weight: 300; }
  .headline.font-weight-400 {
    font-weight: 400; }
  .headline.font-weight-500 {
    font-weight: 500; }
  .headline.font-weight-600 {
    font-weight: 600; }
  .headline.font-weight-700 {
    font-weight: 700; }
  .headline.font-weight-800 {
    font-weight: 800; }

p.body_copy.with-margin,
.subhead.with-margin,
.headline.with-margin {
  margin-top: 24px;
  margin-bottom: 40px; }
  @media screen and (min-width: 1000px) {
    p.body_copy.with-margin,
    .subhead.with-margin,
    .headline.with-margin {
      margin-top: 80px;
      margin-bottom: 104px; } }

p.body_copy.font-weight-100,
.subhead.font-weight-100,
.headline.font-weight-100 {
  font-weight: 100; }

p.body_copy.font-weight-200,
.subhead.font-weight-200,
.headline.font-weight-200 {
  font-weight: 200; }

p.body_copy.font-weight-300,
.subhead.font-weight-300,
.headline.font-weight-300 {
  font-weight: 300; }

p.body_copy.font-weight-400,
.subhead.font-weight-400,
.headline.font-weight-400 {
  font-weight: 400; }

p.body_copy.font-weight-500,
.subhead.font-weight-500,
.headline.font-weight-500 {
  font-weight: 500; }

p.body_copy.font-weight-600,
.subhead.font-weight-600,
.headline.font-weight-600 {
  font-weight: 600; }

p.body_copy.font-weight-700,
.subhead.font-weight-700,
.headline.font-weight-700 {
  font-weight: 700; }

p.body_copy.font-weight-800,
.subhead.font-weight-800,
.headline.font-weight-800 {
  font-weight: 800; }

p.body_copy > a,
.subhead > a,
.headline > a {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 17px;
  color: #7a7a7a;
  letter-spacing: 0.25px;
  text-align: center;
  line-height: 23px; }

.text-color_gray--xdark {
  color: #323232; }

.text-color_gray--dark {
  color: #737373; }

.text-color_gray--base {
  color: #969696; }

.text-color_gray--light {
  color: #BEBEBE; }

.text-color_gray--xlight {
  color: #E6E6E6; }

.text-color_navigation--light {
  color: #000; }

.text-color_navigation--base {
  color: #000; }

.text-color_navigation--dark {
  color: #000; }

.text-color_text--base {
  color: #323232; }

.text-color_black--base {
  color: #000; }

.text-color_white--base {
  color: #fff; }

.text-color_red--base {
  color: #E02020; }

ul li,
ol li {
  font-size: 17px;
  color: #5F5F5F;
  letter-spacing: 0.25px;
  line-height: 28px;
  padding-left: 15px;
  margin-bottom: 15px; }

.list-header + ol.remove-list-style,
.list-header + ul.remove-list-style {
  list-style: none; }

.list-header + ol li,
.list-header + ul li {
  line-height: 1em;
  margin-bottom: 0; }

.blockquote {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .blockquote.-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .blockquote.-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .blockquote.-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .blockquote .body_copy {
    position: relative;
    max-width: 450px; }
    .blockquote .body_copy:before {
      position: absolute;
      left: -36px;
      height: calc(100% + 50px);
      width: 2px;
      top: -25px;
      background: #b5b5b5;
      content: ''; }

.backgroundBar {
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  height: 100%;
  margin-left: -50vw;
  margin-right: -50vw; }

.anchor-with-arrow {
  cursor: pointer;
  position: relative; }

.caret {
  height: 15px;
  position: relative;
  right: 0;
  transition: all .2s;
  width: 15px; }
  a > .caret.-down {
    position: absolute;
    left: 50%;
    bottom: -15px; }
  a .caret.-left {
    -webkit-transform: rotate(180deg) translate(5px, 2px);
        -ms-transform: rotate(180deg) translate(5px, 2px);
            transform: rotate(180deg) translate(5px, 2px); }
  a:hover .caret.-left {
    -webkit-transform: rotate(180deg) translate(8px, 2px);
        -ms-transform: rotate(180deg) translate(8px, 2px);
            transform: rotate(180deg) translate(8px, 2px); }
  a:hover .caret.-right {
    right: -3px; }
  .caret.-down {
    -webkit-transform: rotate(90deg) translate(50%, 10px);
        -ms-transform: rotate(90deg) translate(50%, 10px);
            transform: rotate(90deg) translate(50%, 10px); }

.results-container {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 75px; }
  @media screen and (min-width: 1000px) {
    .results-container {
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .results-container .statistic-container {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F6F6F6;
    border-radius: 100%;
    border: 15px solid white;
    display: block;
    height: 200px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 200px; }
    .results-container .statistic-container:before {
      background: transparent;
      border-radius: 100%;
      border: 2px solid grey;
      content: '';
      display: block;
      height: 200px;
      left: -15px;
      position: absolute;
      top: -15px;
      width: 200px; }
  .results-container .statistic {
    color: #7a7a7a;
    font-size: 57px;
    left: 50%;
    letter-spacing: 0.54px;
    line-height: 42px;
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: 300; }
  .results-container .result {
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0; }
    .results-container .result:not(:last-child) {
      margin-bottom: 40px; }
    .results-container .result .body_copy {
      font-size: 24px;
      color: #747474;
      letter-spacing: 0.26px;
      text-align: center;
      line-height: 1em;
      padding: 0 10px;
      font-weight: 300; }

.box.is-centered {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 15px; }
  .box.is-centered.is-large {
    padding-top: 65px;
    padding-bottom: 65px; }
    @media screen and (min-width: 1000px) {
      .box.is-centered.is-large {
        padding-top: 125px;
        padding-bottom: 125px; } }
  .box.is-centered.is-medium {
    padding-top: 45px;
    padding-bottom: 45px; }
    @media screen and (min-width: 1000px) {
      .box.is-centered.is-medium {
        padding-top: 75px;
        padding-bottom: 75px; } }
  .box.is-centered a {
    text-decoration: none; }

.basic_text_group span.subheading {
  margin-top: 2rem; }

.basic_text_group h1.heading {
  margin-top: .5rem; }

.basic_text_group h2.subheading {
  margin-top: 1.25rem; }

.basic_text_group p.paragraph {
  margin-top: 1.25rem; }

.basic_text_group a.simple_link {
  color: #323232;
  font-weight: bold;
  margin-top: 1.5rem;
  text-decoration: none; }
  .basic_text_group a.simple_link:hover {
    color: #969696; }

@media (min-width: 48.75em) {
  .basic_text_group span.subheading {
    margin-top: 0; }
  .basic_text_group h1.heading {
    margin-top: 2rem; }
  .basic_text_group p.paragraph {
    margin-top: 2.75rem; }
  .basic_text_group a.simple_link {
    margin-top: 4rem; } }

.swiper-container a {
  text-decoration: none; }

.swiper-container .swiper-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .swiper-container .swiper-header .title {
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 2px; }
    @media screen and (min-width: 1000px) {
      .swiper-container .swiper-header .title {
        margin-bottom: 25px; } }

.swiper-container.swiper-container-overflow-visible {
  overflow: visible; }

.swiper-container.entry-swiper {
  padding: 15px 0; }
  .swiper-container.entry-swiper .swiper-slide {
    max-width: 70%;
    width: auto; }
    @media screen and (min-width: 1000px) {
      .swiper-container.entry-swiper .swiper-slide {
        max-width: inherit; } }

.swiper-container.padded-sides {
  padding-left: 25px;
  padding-right: 25px; }

.swiper-container.with-margin {
  margin-top: 24px;
  margin-bottom: 40px; }
  @media screen and (min-width: 1000px) {
    .swiper-container.with-margin {
      margin-top: 80px;
      margin-bottom: 104px; } }

.peopleStaff-section .swiper-container {
  margin-bottom: 50px; }

section.custom-swiper {
  position: relative;
  margin-bottom: 75px; }
  @media screen and (min-width: 1000px) {
    section.custom-swiper {
      margin-bottom: 100px; } }
  section.custom-swiper.people-swiper:before {
    position: absolute;
    top: 0;
    height: 50%;
    content: '';
    display: block;
    background-color: #E9E9E9;
    opacity: .5;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
  section.custom-swiper.people-swiper .body_copy {
    font-size: 20px; }
  section.custom-swiper.work-swiper:before {
    position: absolute;
    top: 0;
    height: 300px;
    content: '';
    display: block;
    background-color: #E9E9E9;
    opacity: .5;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }

.slide.swiper-slide {
  background-color: #fff;
  color: #323232;
  max-width: 100%;
  position: relative;
  display: inline-block; }
  .slide.swiper-slide img {
    max-height: 600px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    transition: all .2s; }
  .slide.swiper-slide p {
    margin: 0;
    padding: 0; }
  .slide.swiper-slide .subhead {
    color: #969696; }
  .slide.swiper-slide header.slide-header > div {
    overflow: hidden;
    border-radius: 3px; }
  .slide.swiper-slide:not(div):hover .slide-header img {
    -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
            transform: scale(1.025); }

.slide-image {
  display: block;
  position: relative; }

.swiper-slides {
  list-style: none;
  margin: 0;
  padding: 0; }

.slide-content {
  padding: 11px 3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-navigation-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .swiper-navigation-container .swiper-controls svg {
    cursor: pointer;
    height: 15px;
    width: 10px; }
  .swiper-navigation-container .swipper-bullet-item {
    background: transparent;
    border-radius: 100%;
    border: 2px solid #969696;
    cursor: pointer;
    display: inline-block;
    margin: 0 2.5px;
    position: relative;
    height: 14px;
    width: 14px; }
    .swiper-navigation-container .swipper-bullet-item:before {
      position: absolute;
      border-radius: 100%;
      content: '';
      display: block;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      transition: .25s; }
  .swiper-navigation-container .swiper-bullet-item-active:before {
    background-color: #969696;
    width: 7px;
    height: 7px; }
  .swiper-navigation-container .pagination-container {
    padding-top: 2px; }
  .swiper-navigation-container .swiper-prev {
    margin-right: 12px; }
  .swiper-navigation-container .swiper-next {
    margin-left: 12px; }

section.contact {
  margin: 70px auto; }
  @media screen and (min-width: 600px) {
    section.contact {
      margin: 120px auto 125px; } }

.newsletter {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 600px) {
    .newsletter {
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  .newsletter .tab > .field {
    display: block;
    padding-bottom: 10px; }
  .newsletter .privacy {
    font-size: 13px;
    margin: 0;
    width: 75%;
    max-width: 385px; }
    .newsletter .privacy a {
      font-size: 13px; }
  .newsletter .wrapper {
    position: relative;
    padding: 35px 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .newsletter .wrapper {
        padding: 0 10px;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  .newsletter #fields-email-field > .heading {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .newsletter #fields-email-field input {
    width: 100%; }
  .newsletter label {
    color: #7a7a7a;
    padding: 8.5px 0; }
  .newsletter p {
    margin: .5em; }
  .newsletter > div:first-of-type:after {
    content: '';
    position: absolute;
    display: block;
    height: 1.1px;
    bottom: -5px;
    width: 105px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #b5b5b5; }
    @media screen and (min-width: 600px) {
      .newsletter > div:first-of-type:after {
        display: block;
        background-color: #b5b5b5;
        content: '';
        width: 1px;
        height: 100%;
        right: 0;
        left: auto; } }
  .newsletter form {
    margin: 8.5px;
    width: 75%;
    position: relative; }
    @media screen and (min-width: 600px) {
      .newsletter form {
        max-width: 385px; } }
    .newsletter form p {
      margin: 0;
      text-align: center; }
  .newsletter .heading {
    margin-top: 0; }
  .newsletter input {
    border-width: 0 0 1px;
    border-color: #b5b5b5;
    background: transparent; }
  .newsletter div#newsletter-form-message-box ~ * {
    display: none; }
  .newsletter .submit {
    background: transparent;
    position: absolute;
    top: 2px;
    right: -10px;
    background: none;
    margin: 0 2px 0 0; }
    .newsletter .submit button {
      color: #7a7a7a;
      background: transparent;
      padding-right: 15px;
      line-height: .9em;
      text-transform: uppercase; }

.text-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px; }
  .text-block.-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .text-block.-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .text-block.-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .-is-article .text-block {
    margin: 50px 0; }
  .text-block.-is-centered .wrapper {
    text-align: center;
    margin: 0 auto; }
  @media screen and (min-width: 1000px) {
    .text-block {
      margin: 100px 0 120px; } }
  .text-block .wrapper {
    max-width: 100%; }
  .text-block:not(.-full-width) .wrapper {
    max-width: 600px; }
  .text-block.-is-wide .wrapper {
    max-width: 800px; }
  .text-block.-enlarged p {
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #7a7a7a;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 42px; }

.introduction_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 1000px) {
    .introduction_container {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .introduction_container .introduction * {
    margin-top: 0; }
  .introduction_container .introduction .wrapper {
    max-width: 800px;
    padding-right: 25px; }
  .introduction_container .text-block {
    margin: 0; }
    .introduction_container .text-block p {
      font-weight: 400;
      font-size: 24px;
      color: #323232;
      letter-spacing: 0.3px;
      line-height: 35px; }
      @media screen and (min-width: 1000px) {
        .introduction_container .text-block p {
          line-height: 40px;
          font-size: 28px; } }
  .introduction_container .subhead,
  .introduction_container .headline {
    color: #737373;
    margin-bottom: 19px; }
    @media screen and (min-width: 1000px) {
      .introduction_container .subhead,
      .introduction_container .headline {
        margin-bottom: 10px; } }
  .introduction_container .services {
    text-align: left; }
    @media screen and (max-width: 999px) {
      .introduction_container .services {
        margin-top: 30px; } }
    @media screen and (min-width: 1000px) {
      .introduction_container .services {
        text-align: right;
        padding-left: 50px;
        margin-top: 0; } }
    .introduction_container .services .services-list {
      padding: 0;
      list-style-type: none; }
    .introduction_container .services .service {
      margin-bottom: .25em;
      font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 17px;
      color: #323232;
      letter-spacing: 0.25px;
      line-height: 24px;
      padding: 0; }

ul.grid-list {
  margin: 0;
  padding: 0; }

.grid-item {
  overflow: hidden;
  list-style: none;
  width: 100%;
  padding: 9px 10px;
  position: relative; }
  @media screen and (min-width: 600px) {
    .grid-item {
      width: 50%; } }
  @media screen and (min-width: 1000px) {
    .grid-item {
      max-height: 234px;
      width: 25%; } }
  @media screen and (min-width: 1220px) {
    .grid-item {
      max-height: 280px; } }
  @media screen and (min-width: 1440px) {
    .grid-item {
      max-height: 320px; } }
  @media screen and (min-width: 1000px) {
    .grid-item.large {
      width: 50%;
      max-height: 468px; } }
  @media screen and (min-width: 1220px) {
    .grid-item.large {
      max-height: 560px; } }
  @media screen and (min-width: 1440px) {
    .grid-item.large {
      max-height: 640px; } }
  .grid-item img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    transition: all .2s; }
  .grid-item:hover img {
    -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
            transform: scale(1.025); }
  .grid-item.space-between .content {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .grid-item.include-overlay > div:first-of-type {
    position: relative; }
    .grid-item.include-overlay > div:first-of-type picture:before {
      content: '';
      background: rgba(255, 255, 255, 0.2);
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
  .grid-item.light-work-type .type {
    color: white; }
  .grid-item.light-work-type.include-overlay > div:first-of-type picture:before {
    background: rgba(0, 0, 0, 0.2); }
  .grid-item .content {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .grid-item .content .type {
      text-align: right;
      margin: 0;
      width: 100%; }
    .grid-item .content .details {
      padding: 13px 12px;
      background-color: white; }
      .grid-item .content .details p {
        margin: 2px 0; }
    @media screen and (min-width: 1000px) {
      .staff .grid-item .content.large .details {
        max-width: 50%; } }
  .work-listing .grid-item .project-title {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23px;
    text-transform: initial; }

.careers-content p {
  letter-spacing: 0.25px;
  line-height: 28px; }

.careers-content .text-block {
  margin-top: 20px; }

.careers-content p.subhead {
  font-weight: 700;
  letter-spacing: 2.25px;
  line-height: 22px; }

.careers .job a {
  border-top: 1px solid #7a7a7a;
  display: block;
  padding: 30px 0; }
  @media screen and (min-width: 600px) {
    .careers .job a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.careers li:last-of-type {
  border-bottom: 1px solid #7a7a7a; }

.careers ul, .careers li, .careers p {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 2.55em; }

.careers a {
  text-decoration: none; }

.careers p.title {
  line-height: 1em; }

.careers .subhead {
  color: #7a7a7a; }

.careers .department {
  height: 90px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1em;
  background-color: #363636;
  color: white;
  font-style: italic;
  margin: 0 0 20px;
  padding: 10px;
  -webkit-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5; }
  @media screen and (min-width: 600px) {
    .careers .department {
      height: initial;
      margin: 0; } }

.careers .details {
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2; }
  @media screen and (min-width: 600px) {
    .careers .details {
      padding-left: 50px; } }

.articles-list ul, .articles-list p {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1em; }

.articles-list li {
  padding-left: 0; }

.articles-list a {
  text-decoration: none; }

.article-item {
  position: relative;
  margin-bottom: 60px; }
  @media screen and (min-width: 600px) {
    .article-item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 90px; } }
  .article-item.odd {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media screen and (min-width: 600px) {
      .article-item.odd .details {
        padding-left: 0; } }
  @media screen and (min-width: 600px) {
    .article-item .article-image {
      width: calc(100% / 3); } }
  .article-item .list {
    -webkit-flex: 2.25;
        -ms-flex: 2.25;
            flex: 2.25;
    z-index: 1; }
    .article-item .list img {
      width: 100%; }
  .article-item .details {
    -webkit-flex: 2.5;
        -ms-flex: 2.5;
            flex: 2.5;
    padding: 30px 15px;
    z-index: 2; }
    @media screen and (min-width: 600px) {
      .article-item .details {
        padding: 20px 50px; } }
    .article-item .details .headline {
      margin: 8px 0 15px; }
    .article-item .details .subhead {
      color: #7a7a7a;
      font-weight: 300; }
    .article-item .details .body_copy {
      line-height: 28px;
      margin-bottom: 50px; }
    .article-item .details .anchor-with-arrow {
      color: #7a7a7a;
      cursor: pointer;
      font-weight: 700; }
    .article-item .details .read-more {
      bottom: 0;
      position: absolute; }
  .article-item .backgroundBar {
    display: none; }
    @media screen and (min-width: 600px) {
      .article-item .backgroundBar {
        bottom: -45px;
        display: block;
        height: 110px;
        z-index: -1; } }

.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .pagination.container.-wide {
    padding: 46px 25px 52px; }
  .pagination.without-last {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .pagination.without-next {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .pagination a {
    position: relative;
    text-decoration: none; }

.socials-container {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .socials-container a {
    text-decoration: none;
    color: #7a7a7a; }
    .socials-container a:hover {
      color: #b5b5b5; }
  .socials-container .social-list-item {
    padding: 0 10px;
    display: inline-block; }
  .socials-container .icon.-facebook svg {
    width: 12px; }
  .socials-container .icon.-twitter svg {
    width: 25px; }
  .socials-container .icon.-linkedin svg {
    width: 25px; }
  .socials-container .icon.instagram svg {
    width: 25px; }

.image-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .image-container.with-margin {
    margin-top: 24px;
    margin-bottom: 40px; }
    @media screen and (min-width: 1000px) {
      .image-container.with-margin {
        margin-top: 80px;
        margin-bottom: 104px; } }
  .image-container.has-2-images > div:first-of-type {
    margin-right: 10px; }
  .image-container.has-2-images > div:nth-of-type(2) {
    margin-left: 10px; }

.client-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 50px 0 0 0;
  padding: 0; }
  .client-list .client-item {
    list-style: none;
    margin: 0 0 50px 0;
    padding-left: 0;
    text-decoration: none;
    width: 50%; }
    @media screen and (min-width: 1000px) {
      .client-list .client-item {
        margin: 0 0 40px 0;
        width: 25%; } }
    .client-list .client-item a, .client-list .client-item div {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px 0;
      text-align: center;
      width: 100%; }

.ourApproach {
  background-color: #232323; }
  .ourApproach .subhead {
    color: #7a7a7a;
    margin-bottom: 1.5em; }
  .ourApproach p {
    color: white; }
  .ourApproach .paragraph {
    font-size: 24px;
    letter-spacing: 0.26px;
    line-height: 35px;
    color: #ADADAD; }
    .ourApproach .paragraph strong {
      color: white; }
  .ourApproach .faded-element {
    margin: 20px 0; }
    @media screen and (min-width: 1000px) {
      .ourApproach .faded-element {
        padding: 10px 0; } }
    .ourApproach .faded-element .wrapper {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition-delay: 0s, 0s;
      transition-property: opacity, max-height;
      transition-duration: .3s, 1s; }
    .ourApproach .faded-element.fade-in .wrapper {
      opacity: 1;
      max-height: 225px; }
  @media screen and (min-width: 1000px) {
    .ourApproach .approach {
      float: left;
      width: 50%; } }
  .ourApproach .approach p {
    margin: 0; }
  @media screen and (min-width: 1000px) {
    .ourApproach .approach:nth-child(odd) {
      padding: 10px 50px 10px 0; } }
  .ourApproach ul {
    margin: 0;
    padding: 0; }
    .ourApproach ul:after {
      clear: both;
      content: '';
      display: table; }
  .ourApproach li {
    list-style: none;
    margin: 0;
    padding: 0; }
  @media screen and (min-width: 1000px) {
    .ourApproach .ourServices {
      padding: 150px 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 1000px) {
    .ourApproach .ourServices .services {
      padding-left: 75px; } }
  .ourApproach .ourServices .subhead {
    margin-top: 40px; }
    @media screen and (min-width: 1000px) {
      .ourApproach .ourServices .subhead {
        margin-top: 0; } }
  .ourApproach .ourServices li {
    color: white;
    line-height: 23px;
    margin-bottom: 15px; }

section.container.partnerships .partner {
  text-align: center;
  margin: 35px auto 0;
  max-width: 550px; }
  @media screen and (min-width: 1000px) {
    section.container.partnerships .partner {
      padding: 0 60px; } }
  section.container.partnerships .partner img {
    margin-bottom: 35px; }
  section.container.partnerships .partner p {
    font-size: 17px;
    letter-spacing: 0.25px;
    text-align: center;
    line-height: 28px;
    margin-top: 0; }

@media screen and (min-width: 1000px) {
  section.container.partnerships {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0; } }

.videoContainer {
  width: 100vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  left: 50%;
  right: 50%;
  max-height: 500px;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  transition: all 1.5s ease; }
  .videoContainer.with-margin {
    margin-top: 24px;
    margin-bottom: 40px; }
    @media screen and (min-width: 1000px) {
      .videoContainer.with-margin {
        margin-top: 80px;
        margin-bottom: 104px; } }
  .videoContainer .videoCurtains {
    background-color: black;
    padding: 0;
    transition: all 1.5s; }
    .videoContainer .videoCurtains:before, .videoContainer .videoCurtains:after {
      content: '';
      position: absolute;
      height: 50px;
      left: 0;
      transition: all 2s ease;
      width: 100%;
      z-index: 1; }
    .videoContainer .videoCurtains:before {
      background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.66) 50%, rgba(0, 0, 0, 0) 100%);
      top: 0; }
    .videoContainer .videoCurtains:after {
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.66) 50%, rgba(0, 0, 0, 0) 100%);
      bottom: 0; }
  .videoContainer video {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1050px;
    border-radius: 15px;
    transition: all .3s ease;
    transition-delay: .5s;
    transition-property: border-radius; }
  .videoContainer .play {
    cursor: pointer;
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 78px; }
  .videoContainer.show {
    max-height: 750px; }
    .videoContainer.show .videoCurtains {
      padding: 50px 0; }
    .videoContainer.show .videoCurtains:before,
    .videoContainer.show .videoCurtains:after {
      height: 0; }
    .videoContainer.show video {
      border-radius: 3px; }

.item-content.staff > p:first-of-type {
  font-size: 20px;
  color: #323232;
  letter-spacing: 0.26px;
  line-height: 27px; }

.item-content.staff > p:nth-child(2) {
  font-weight: 600;
  font-size: 12px;
  color: #737373;
  letter-spacing: 2.25px;
  text-transform: uppercase; }

.hero {
  background-position: top center;
  background-size: cover;
  display: block;
  height: 425px;
  position: relative;
  overflow: hidden; }
  .hero:after {
    clear: both;
    content: '';
    display: table; }
  @media screen and (min-width: 1440px) {
    .hero {
      height: 725px; } }
  .hero.-include-overlay:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .25;
    background: #0a0a0a; }
  .hero.-include-gradient:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all .3s;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%); }
    @media screen and (min-width: 1000px) {
      .hero.-include-gradient:after {
        opacity: 0.4;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.24) 75%, rgba(0, 0, 0, 0.04) 100%); } }
  .hero.-include-gradient:hover:after {
    opacity: 1; }
  .hero.is-small {
    height: 500px; }
    .hero.is-small .hero-body {
      padding-bottom: 1.5rem;
      padding-top: 1.5rem; }
  @media screen and (min-width: 600px) {
    .hero.is-medium .hero-body {
      padding-bottom: 9rem;
      padding-top: 9rem; } }
  .hero.is-large {
    height: 100vh; }
    @media screen and (min-width: 1000px) {
      .hero.is-large {
        height: 800px; } }
    .hero.is-large .hero-body {
      padding-bottom: 18rem;
      padding-top: 18rem; }
  @media screen and (min-width: 600px) {
    .hero.is-half-tablet {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 1000px) {
    .hero.-with-video {
      height: initial !important;
      max-height: 100vh; } }
  .hero video {
    height: auto;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
  .hero.with-margin {
    margin-top: 24px;
    margin-bottom: 40px; }
    @media screen and (min-width: 1000px) {
      .hero.with-margin {
        margin-top: 80px;
        margin-bottom: 104px; } }
  .hero.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
  .hero .container {
    height: 100%;
    z-index: 1; }

.hero__summary {
  bottom: 20px;
  position: absolute;
  max-width: 225px;
  right: 20px;
  z-index: 2; }
  .hero__summary p {
    color: white;
    margin: .25em 0;
    text-align: right; }
  .hero__summary .client {
    margin-bottom: 10px; }
  .hero__summary .projectTitle {
    font-style: italic; }

.hero__short_description {
  max-width: 825px;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (min-width: 1000px) {
    .hero__short_description {
      padding-left: 25px;
      padding-right: 25px; } }
  .hero__short_description h1, .hero__short_description p {
    color: white;
    line-height: 1.15em;
    margin: .25em 0; }

.hero__content_details {
  display: none;
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding: 0 10px 10px; }
  @media screen and (min-width: 600px) {
    .hero__content_details {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 1000px) {
    .hero__content_details {
      padding: 0 25px 10px; } }
  .hero__content_details div {
    background: white;
    padding: 10px 20px; }
    .hero__content_details div:first-of-type {
      background-color: white;
      float: left;
      margin-right: 10px;
      min-width: 250px; }
    .hero__content_details div:nth-of-type(2) {
      background: white;
      overflow: hidden;
      width: 100%; }
  .hero__content_details .box .title {
    font-size: 12px;
    color: #737373;
    letter-spacing: 2.25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .hero__content_details .box .text {
    font-size: 24px;
    color: #323232;
    letter-spacing: 0.26px;
    line-height: 26px; }
  .hero__content_details p {
    margin: 0; }

.global-burger-container {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 30px;
  right: 10px;
  box-sizing: border-box;
  z-index: 5; }
  @media screen and (min-width: 1000px) {
    .global-burger-container {
      top: 45px;
      right: 25px; } }
  .global-burger-container .subhead {
    color: #363636;
    padding-right: 30px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3.25px; }
    .has-open-navigation .global-burger-container .subhead {
      display: none; }
  .global-burger-container .has-open-navigation {
    background: #000; }
  .global-burger-container .global-burger {
    color: #fff;
    background: #000; }

.burger {
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 35px; }
  .burger span {
    background-color: #fff;
    display: block;
    height: 1.5px;
    left: calc(50% - 15px);
    position: absolute;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    width: 30px; }
    .burger span:nth-child(1) {
      top: calc(50% - 10px); }
    .burger span:nth-child(2) {
      top: 50%; }
    .burger span:nth-child(3) {
      top: calc(50% + 10px); }
  .burger:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .burger.is-active {
    color: #000; }
    .burger.is-active span:nth-child(1) {
      -webkit-transform: translateY(10px) rotate(45deg);
          -ms-transform: translateY(10px) rotate(45deg);
              transform: translateY(10px) rotate(45deg); }
    .burger.is-active span:nth-child(2) {
      opacity: 0; }
    .burger.is-active span:nth-child(3) {
      -webkit-transform: translateY(-10px) rotate(-45deg);
          -ms-transform: translateY(-10px) rotate(-45deg);
              transform: translateY(-10px) rotate(-45deg); }

body.has-open-navigation, body.has-reach-out-panel-open {
  height: 100vh;
  overflow-y: hidden; }
  body.has-open-navigation:after, body.has-reach-out-panel-open:after {
    height: 100%;
    left: 0;
    opacity: .65;
    top: 0;
    transition: opacity .35s ease-in-out, height .02s ease-in-out; }

body:after {
  background: #323232;
  content: '';
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .35s ease-in-out, height .5s ease-in-out .35s;
  width: 100%;
  z-index: 2; }

.global-header-container {
  background-color: transparent;
  min-height: 150px;
  position: fixed;
  overflow: auto;
  top: -20px;
  width: 100%;
  /*transition: all .8s ease-in-out;*/
  z-index: 20; }
  .has-open-navigation .global-header-container {
    background-color: black; }
  .global-header-container ul, .global-header-container li, .global-header-container p, .global-header-container select a {
    color: white;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none; }
  @media screen and (min-width: 1000px) {
    .has-open-navigation .global-header-container .form-container {
      min-width: 550px;
      padding: 125px 100px 15px 80px; } }
  .global-header-container .contact-information-container {
    background-color: #000;
    color: white;
    padding: 65px 30px;
    text-align: center;
    width: 100%; }
    .global-header-container .contact-information-container span {
      display: block; }
      @media screen and (min-width: 1000px) {
        .global-header-container .contact-information-container span {
          display: inline-block; } }
    @media screen and (min-width: 1000px) {
      .global-header-container .contact-information-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 80px 30px; } }
    .global-header-container .contact-information-container .title {
      font-size: 16px;
      letter-spacing: 2.35px; }
    .global-header-container .contact-information-container a,
    .global-header-container .contact-information-container .headline,
    .global-header-container .contact-information-container .office-location p {
      color: white;
      text-decoration: none; }
    .global-header-container .contact-information-container .headline {
      margin-bottom: 30px;
      font-size: 30px;
      color: #FFFFFF;
      letter-spacing: 3.33px; }
    .global-header-container .contact-information-container .new-business,
    .global-header-container .contact-information-container .other-inquiries {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 75px;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      text-align: center;
      margin-bottom: 25px; }
      .global-header-container .contact-information-container .new-business a,
      .global-header-container .contact-information-container .other-inquiries a {
        text-decoration: underline; }
  .global-header-container .address-container {
    margin: 0 auto;
    max-width: 600px;
    padding: 70px 0; }
    @media screen and (min-width: 1000px) {
      .global-header-container .address-container {
        padding: 50px 0; } }
    @media screen and (min-width: 1440px) {
      .global-header-container .address-container {
        padding: 40px 0 80px; } }
    .global-header-container .address-container li {
      margin-bottom: 45px;
      padding: 0 10px; }
      @media screen and (min-width: 1000px) {
        .global-header-container .address-container li {
          margin-bottom: 0; } }
    @media screen and (min-width: 1000px) {
      .global-header-container .address-container ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    @media screen and (min-width: 1000px) {
      .global-header-container .address-container li {
        display: inline-block;
        text-align: center; } }
  .global-header-container .careers-container {
    margin-top: 20px; }
    .global-header-container .careers-container a {
      text-decoration: underline;
      font-weight: 800; }
  .global-header-container .main-navigation {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    text-align: right;
    /*transition: all .5s;*/ }
    @media screen and (min-width: 1000px) {
      .global-header-container .main-navigation .primary-nav,
      .global-header-container .main-navigation .secondary-nav {
        text-align: left; } }
    .has-open-navigation .global-header-container .main-navigation {
      max-height: 9999px; }
      @media screen and (min-width: 1000px) {
        .has-open-navigation .global-header-container .main-navigation {
          min-height: 700px;
          padding: 45px 25px 25px; } }
    .has-reach-out-panel-open.has-open-navigation .global-header-container .main-navigation {
      height: 100vh; }
      @media screen and (min-width: 1000px) {
        .has-reach-out-panel-open.has-open-navigation .global-header-container .main-navigation {
          height: 645px; } }
    .global-header-container .main-navigation .navigation-items ul {
      padding-right: 60px; }
    .global-header-container .main-navigation .navigation-items li a {
      color: white;
      display: inline-block;
      margin-bottom: 15px;
      text-decoration: none; }
      .global-header-container .main-navigation .navigation-items li a:hover {
        color: #7a7a7a; }
    .global-header-container .main-navigation .navigation-items .primary-nav a {
      letter-spacing: 2.8px; }
    .global-header-container .main-navigation form {
      padding-top: 75px; }
      @media screen and (min-width: 1000px) {
        .global-header-container .main-navigation form {
          padding-top: 115px; } }
      .global-header-container .main-navigation form .header {
        margin: 0; }
      .global-header-container .main-navigation form label {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
    .global-header-container .main-navigation input::-webkit-input-placeholder {
      color: white; }
    .global-header-container .main-navigation input:-ms-input-placeholder {
      color: white; }
    .global-header-container .main-navigation input::placeholder {
      color: white; }
    .global-header-container .main-navigation .reach-out-trigger {
      border: 1px solid white;
      background-color: black;
      color: white;
      margin-top: 20px;
      padding: 10px 0;
      width: 100%; }
      @media screen and (min-width: 1000px) {
        .global-header-container .main-navigation .reach-out-trigger {
          left: 220px;
          margin-top: 0;
          padding: 7px 0;
          position: absolute;
          top: 60px;
          width: 180px; } }
  .global-header-container .navigation-items {
    padding: 0 15px 0; }
    .has-open-navigation .global-header-container .navigation-items {
      max-height: 9999px;
      padding: 150px 15px 15px; }
      @media screen and (min-width: 1000px) {
        .has-open-navigation .global-header-container .navigation-items {
          padding: 120px 15px 0;
          min-width: 400px; } }
  .global-header-container .socials-container li {
    padding: 0; }
    .global-header-container .socials-container li svg {
      height: 15px;
      width: 30px; }

.navigation-menu .reach-out-panel {
  background-color: #000;
  left: 0;
  max-height: 0;
  height: 100%;
  overflow: scroll;
  padding: 0 15px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  /*transition: all .5s ease-in-out;*/
  /*transition: all 0.5s cubic-bezier(0, 1, 0, 1);*/ }
  .has-reach-out-panel-open .navigation-menu .reach-out-panel {
    border: 10px solid grey;
    max-height: 9999px;
    padding: 95px 15px 15px; }
    @media screen and (min-width: 1000px) {
      .has-reach-out-panel-open .navigation-menu .reach-out-panel {
        padding: 20px; } }
  @media screen and (min-width: 1000px) {
    .navigation-menu .reach-out-panel {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .navigation-menu .reach-out-panel input,
  .navigation-menu .reach-out-panel select {
    text-align: left;
    margin: 0 0;
    max-width: none; }
  .navigation-menu .reach-out-panel input::-webkit-input-placeholder,
  .navigation-menu .reach-out-panel select {
    color: #9C9C9C;
    font-size: 14px;
    position: static; }
  .navigation-menu .reach-out-panel input:-ms-input-placeholder,
  .navigation-menu .reach-out-panel select {
    color: #9C9C9C;
    font-size: 14px;
    position: static; }
  .navigation-menu .reach-out-panel input::placeholder,
  .navigation-menu .reach-out-panel select {
    color: #9C9C9C;
    font-size: 14px;
    position: static; }
  .navigation-menu .reach-out-panel button[type='submit'] {
    background: black;
    color: white;
    display: block;
    margin: 30px auto 20px;
    padding: 12px 70px;
    text-transform: uppercase; }
  .navigation-menu .reach-out-panel .sproutforms-message-success {
    display: none; }
  .navigation-menu .reach-out-panel .sproutforms-message-success ~ * {
    display: none; }

.form-success-message-message {
  max-width: 450px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .form-success-message-message {
      text-align: left; } }
  .form-success-message-message > p {
    margin-bottom: 40px; }
  .form-success-message-message .message {
    margin-bottom: 30px; }

.navigation-menu:after {
  clear: both;
  content: '';
  display: table; }

@media screen and (min-width: 1000px) {
  .navigation-menu .main-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.global-header-container .brand-logo svg {
  height: 34px;
  width: 79px; }

.global-header-container input:not([type="checkbox"]),
.global-header-container select,
.global-header-container option {
  border-radius: 0;
  background-color: transparent;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0.5px;
  border-color: white;
  color: #FFFFFF;
  display: block;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 28px;
  margin: 0 auto;
  padding: 5px 10px;
  width: 100%; }

.global-header-container .opt-in {
  margin-top: 35px;
  overflow: hidden;
  position: relative; }
  .global-header-container .opt-in input {
    height: 1px;
    left: -50px;
    position: relative;
    width: 1px; }
  .global-header-container .opt-in label {
    border: 1px solid #454545;
    color: #FFFFFF;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.4px;
    padding-left: 35px;
    position: static; }
  .global-header-container .opt-in label[for="fields-optIn1"]:before {
    border: 1px solid white;
    content: ' ';
    display: block;
    height: 20px;
    left: 5px;
    position: absolute;
    top: 0;
    width: 20px;
    transition: all .2s; }
  .global-header-container .opt-in label[for="fields-optIn1"].checked:before {
    background: red; }

.form-container #fields-dropdown1-field .input {
  position: relative; }

.form-container #fields-dropdown1-field .input:before,
.form-container #fields-dropdown1-field .input:after {
  width: 10px;
  background-color: white;
  height: 2px;
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block; }

.form-container #fields-dropdown1-field .input:before {
  right: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.form-container #fields-dropdown1-field .input:after {
  right: 15px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.form-container #fields-phone1-country {
  display: none; }

.form-container .nav-item {
  line-height: 22px; }
  .form-container .nav-item label {
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 2.5px;
    text-transform: uppercase; }

.simple-nav-container {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 18px 23px;
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 5; }
  @media screen and (min-width: 1000px) {
    .simple-nav-container {
      top: 45px;
      left: 25px; } }
  .has-reach-out-panel-open .simple-nav-container {
    background: #000; }
  .simple-nav-container .logo {
    height: 34px;
    width: 79px; }
  .simple-nav-container .desktop-nav {
    overflow: hidden; }
    .simple-nav-container .desktop-nav ul {
      display: none; }
      @media screen and (min-width: 1000px) {
        .simple-nav-container .desktop-nav ul {
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          max-width: 5000px;
          padding: 0 0 0 25px; } }
      .has-open-navigation .simple-nav-container .desktop-nav ul {
        max-width: 0;
        padding: 0; }
    .simple-nav-container .desktop-nav .headline {
      font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 17px;
      color: #FFFFFF;
      height: 34px;
      padding: 0 20px;
      letter-spacing: 0.25px;
      text-decoration: none; }
      .simple-nav-container .desktop-nav .headline:hover {
        color: #b5b5b5; }
      @media screen and (min-width: 1000px) {
        .simple-nav-container .desktop-nav .headline {
          display: inline-block; } }

.industry-panels {
  -webkit-flex: 0 0 calc(100% - 400px);
      -ms-flex: 0 0 calc(100% - 400px);
          flex: 0 0 calc(100% - 400px);
  overflow: hidden;
  display: none;
  width: 100%; }
  @media screen and (min-width: 1000px) {
    .industry-panels {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch; } }
  .industry-panels .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left; }
    .industry-panels .content .summary,
    .industry-panels .content .body_copy,
    .industry-panels .content .subhead {
      color: white;
      line-height: 1.5em;
      z-index: 2; }
  .industry-panels a.panel:last-of-type p:first-of-type {
    padding-right: 60px; }
  .industry-panels .industry {
    font-weight: 500; }
  .industry-panels .panel {
    height: 100%;
    padding: 30px 20px 20px;
    position: relative;
    text-decoration: none;
    width: calc(100% / 3); }
    .industry-panels .panel:after {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.2);
      content: '';
      z-index: 1; }
    .industry-panels .panel:hover:after {
      background-color: rgba(0, 0, 0, 0.3); }
    .has-reach-out-panel-open .industry-panels .panel {
      display: none; }

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

.styleguide__nav {
  background-color: #737373;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  .styleguide__nav ul {
    display: block;
    list-style: none; }
  .styleguide__nav li {
    list-style: none;
    display: inline-block; }
    .styleguide__nav li a {
      color: #fff;
      display: block;
      padding: .25em .5em; }

.sg__item {
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative; }
  .sg__item:not(.sg__color__swatch) span.class {
    color: red;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0; }
    .sg__item:not(.sg__color__swatch) span.class:before {
      content: "class: "; }
  .sg__item.-gray {
    background: #E6E6E6; }
  .sg__item.-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .sg__item.-last {
    margin-bottom: 0rem; }

.sg__heading {
  border-bottom: 1px solid #ddd;
  color: #969696;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1rem;
  padding-bottom: .25rem; }

.sg__description {
  margin-bottom: 3rem; }

.sg__logo {
  width: 5em;
  display: inline-block; }

.sg__color {
  border: 1px solid #ddd;
  display: inline-block;
  padding: .3em;
  width: 100px; }
  .sg__color .sg__color__swatch {
    display: block;
    height: 4em;
    margin-bottom: .2em;
    width: 100%; }
    .sg__color .sg__color__swatch.-color--gray--xdark {
      background-color: #323232; }
    .sg__color .sg__color__swatch.has-background-gray--xdark {
      background-color: #323232; }
    .sg__color .sg__color__swatch.-color--gray--dark {
      background-color: #737373; }
    .sg__color .sg__color__swatch.has-background-gray--dark {
      background-color: #737373; }
    .sg__color .sg__color__swatch.-color--gray--base {
      background-color: #969696; }
    .sg__color .sg__color__swatch.has-background-gray--base {
      background-color: #969696; }
    .sg__color .sg__color__swatch.-color--gray--light {
      background-color: #BEBEBE; }
    .sg__color .sg__color__swatch.has-background-gray--light {
      background-color: #BEBEBE; }
    .sg__color .sg__color__swatch.-color--gray--xlight {
      background-color: #E6E6E6; }
    .sg__color .sg__color__swatch.has-background-gray--xlight {
      background-color: #E6E6E6; }
    .sg__color .sg__color__swatch.-color--navigation--light {
      background-color: #000; }
    .sg__color .sg__color__swatch.has-background-navigation--light {
      background-color: #000; }
    .sg__color .sg__color__swatch.-color--navigation--base {
      background-color: #000; }
    .sg__color .sg__color__swatch.has-background-navigation--base {
      background-color: #000; }
    .sg__color .sg__color__swatch.-color--navigation--dark {
      background-color: #000; }
    .sg__color .sg__color__swatch.has-background-navigation--dark {
      background-color: #000; }
    .sg__color .sg__color__swatch.-color--text--base {
      background-color: #323232; }
    .sg__color .sg__color__swatch.has-background-text--base {
      background-color: #323232; }
    .sg__color .sg__color__swatch.-color--black--base {
      background-color: #000; }
    .sg__color .sg__color__swatch.has-background-black--base {
      background-color: #000; }
    .sg__color .sg__color__swatch.-color--white--base {
      background-color: #fff; }
    .sg__color .sg__color__swatch.has-background-white--base {
      background-color: #fff; }
    .sg__color .sg__color__swatch.-color--red--base {
      background-color: #E02020; }
    .sg__color .sg__color__swatch.has-background-red--base {
      background-color: #E02020; }
  .sg__color .sg__color__label {
    font-size: 80%; }

.sg__icon {
  display: inline-block; }

.sg__todo {
  background-color: red;
  color: #fff;
  font-weight: bold;
  padding: .15em; }

.styleguide.section-wrapper {
  padding: 5em 0;
  overflow: hidden; }

.styleguide .container.-full {
  margin: 0; }

.styleguide .hero.-with-image {
  margin-bottom: 0; }

.styleguide .logo {
  height: 119px;
  float: left;
  width: 207px; }
  .styleguide .logo.-display-only {
    background-color: #BEBEBE;
    outline: 1.5em solid #BEBEBE;
    margin: 0 50px; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  /**
   * Add Site-specific styles below
   */ }

.global-footer {
  background-color: black;
  padding: 100px 10px 100px; }
  .global-footer .wrapper {
    max-width: 200px;
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 1000px) {
      .global-footer .wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        max-width: 1550px;
        padding: 0 25px; } }
  .global-footer ul, .global-footer li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .global-footer a {
    text-decoration: none;
    color: #FFFFFF; }
    .global-footer a:hover p {
      color: #b5b5b5; }
  .global-footer p {
    color: white;
    transition: color 150ms linear; }
  .global-footer .obp-icon {
    display: block;
    height: 60px;
    margin: 0 auto 25px;
    width: 180px; }
    @media screen and (min-width: 1000px) {
      .global-footer .obp-icon {
        margin: 0 0 15px; } }
  .global-footer .socials-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none;
    margin: 0 0 50px;
    padding: 0; }
    @media screen and (min-width: 1000px) {
      .global-footer .socials-container {
        margin: 0;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .global-footer .socials-container .social-list-item {
      margin: 0;
      padding: 0 5px; }
      .global-footer .socials-container .social-list-item svg {
        max-height: 22px;
        width: 25px; }
  .global-footer .office-location-container {
    text-align: center; }
    @media screen and (min-width: 1000px) {
      .global-footer .office-location-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: right; } }
    .global-footer .office-location-container .subhead {
      letter-spacing: 2.75px;
      margin-bottom: 7px; }
    .global-footer .office-location-container .body_copy {
      padding: 0;
      margin: 0;
      line-height: 22px;
      font-size: 15px;
      font-weight: 300; }
    .global-footer .office-location-container .office-location:not(:nth-last-child(1)) {
      padding: 0 0 35px; }
      @media screen and (min-width: 1000px) {
        .global-footer .office-location-container .office-location:not(:nth-last-child(1)) {
          padding: 0 50px 0 0; } }

.container {
  margin: 0 auto;
  max-width: 1100px;
  position: relative; }
  .container.-wide {
    max-width: 1250px;
    padding-left: 15px;
    padding-right: 15px; }
  .container.-extra-wide {
    max-width: 1350px;
    padding-left: 15px;
    padding-right: 15px; }
  .container.-narrow {
    max-width: 850px; }
  .container.-padded {
    padding: 100px 25px 50px; }
  .container.-padding-top {
    padding-top: 100px; }
    @media screen and (min-width: 1000px) {
      .container.-padding-top {
        padding-top: 200px; } }
  .container.-is-article {
    padding: 40px 20px 50px; }
    @media screen and (min-width: 1000px) {
      .container.-is-article {
        padding: 70px 20px 50px; } }
    .container.-is-article .article-introduction .headline {
      margin: 0; }
  .container.-with-grid {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 1000px) {
      .container.-with-grid {
        padding-left: 15px;
        padding-right: 15px; } }

.section.-overflow-hidden {
  overflow: hidden; }

article.container {
  padding-bottom: 0; }
  article.container div:last-of-type {
    margin-bottom: 0 !important; }

.column {
  display: block;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }
  .columns.is-mobile > .column.is-full {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-1 {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 8.33333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
  .columns.is-mobile > .column.is-2 {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.66667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
  .columns.is-mobile > .column.is-3 {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.33333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
  .columns.is-mobile > .column.is-5 {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 41.66667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
  .columns.is-mobile > .column.is-6 {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 58.33333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
  .columns.is-mobile > .column.is-8 {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.66667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
  .columns.is-mobile > .column.is-9 {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.33333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
  .columns.is-mobile > .column.is-11 {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 91.66667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
  .columns.is-mobile > .column.is-12 {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 599px) {
    .column.is-narrow-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .column.is-full-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-1-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .column.is-12-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 600px) {
    .column.is-narrow, .column.is-narrow-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .column.is-full, .column.is-full-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-1, .column.is-1-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333%; }
    .column.is-2, .column.is-2-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66667%; }
    .column.is-3, .column.is-3-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.is-5, .column.is-5-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66667%; }
    .column.is-6, .column.is-6-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66667%; }
    .column.is-9, .column.is-9-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66667%; }
    .column.is-12, .column.is-12-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 999px) {
    .column.is-narrow-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .column.is-full-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-1-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333%; }
    .column.is-2-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2-touch {
      margin-left: 16.66667%; }
    .column.is-3-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333%; }
    .column.is-5-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5-touch {
      margin-left: 41.66667%; }
    .column.is-6-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333%; }
    .column.is-8-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8-touch {
      margin-left: 66.66667%; }
    .column.is-9-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333%; }
    .column.is-11-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11-touch {
      margin-left: 91.66667%; }
    .column.is-12-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1000px) {
    .column.is-narrow-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .column.is-full-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-1-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1440px) {
    .column.is-narrow-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .column.is-full-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-1-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333%; }
    .column.is-2-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66667%; }
    .column.is-3-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333%; }
    .column.is-5-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66667%; }
    .column.is-6-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333%; }
    .column.is-8-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66667%; }
    .column.is-9-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333%; }
    .column.is-11-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66667%; }
    .column.is-12-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1900px) {
    .column.is-narrow-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .column.is-full-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .column.is-1-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.33333%; }
    .column.is-2-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.66667%; }
    .column.is-3-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.33333%; }
    .column.is-5-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.66667%; }
    .column.is-6-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.33333%; }
    .column.is-8-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.66667%; }
    .column.is-9-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.33333%; }
    .column.is-11-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.66667%; }
    .column.is-12-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem); }
  .columns.is-centered {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
  .columns.is-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .columns.is-multiline {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .columns.is-vcentered {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (min-width: 600px) {
    .columns:not(.is-desktop) {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 1000px) {
    .columns.is-desktop {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }
  .columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
  .columns.is-variable.is-0 {
    --columnGap: 0rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-0-mobile {
      --columnGap: 0rem; } }
  @media screen and (min-width: 600px) {
    .columns.is-variable.is-0-tablet {
      --columnGap: 0rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-0-tablet-only {
      --columnGap: 0rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-0-touch {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-0-desktop {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-0-desktop-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-0-widescreen {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-0-widescreen-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-0-fullhd {
      --columnGap: 0rem; } }
  .columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-1-mobile {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 600px) {
    .columns.is-variable.is-1-tablet {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-1-tablet-only {
      --columnGap: 0.25rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-1-touch {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-1-desktop {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-1-desktop-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-1-widescreen {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-1-widescreen-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-1-fullhd {
      --columnGap: 0.25rem; } }
  .columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-2-mobile {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 600px) {
    .columns.is-variable.is-2-tablet {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-2-tablet-only {
      --columnGap: 0.5rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-2-touch {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-2-desktop {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-2-desktop-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-2-widescreen {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-2-widescreen-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-2-fullhd {
      --columnGap: 0.5rem; } }
  .columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-3-mobile {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 600px) {
    .columns.is-variable.is-3-tablet {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-3-tablet-only {
      --columnGap: 0.75rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-3-touch {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-3-desktop {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-3-desktop-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-3-widescreen {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-3-widescreen-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-3-fullhd {
      --columnGap: 0.75rem; } }
  .columns.is-variable.is-4 {
    --columnGap: 1rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-4-mobile {
      --columnGap: 1rem; } }
  @media screen and (min-width: 600px) {
    .columns.is-variable.is-4-tablet {
      --columnGap: 1rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-4-tablet-only {
      --columnGap: 1rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-4-touch {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-4-desktop {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-4-desktop-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-4-widescreen {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-4-widescreen-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-4-fullhd {
      --columnGap: 1rem; } }
  .columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-5-mobile {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 600px) {
    .columns.is-variable.is-5-tablet {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-5-tablet-only {
      --columnGap: 1.25rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-5-touch {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-5-desktop {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-5-desktop-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-5-widescreen {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-5-widescreen-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-5-fullhd {
      --columnGap: 1.25rem; } }
  .columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-6-mobile {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 600px) {
    .columns.is-variable.is-6-tablet {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-6-tablet-only {
      --columnGap: 1.5rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-6-touch {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-6-desktop {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-6-desktop-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-6-widescreen {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-6-widescreen-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-6-fullhd {
      --columnGap: 1.5rem; } }
  .columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-7-mobile {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 600px) {
    .columns.is-variable.is-7-tablet {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-7-tablet-only {
      --columnGap: 1.75rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-7-touch {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-7-desktop {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-7-desktop-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-7-widescreen {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-7-widescreen-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-7-fullhd {
      --columnGap: 1.75rem; } }
  .columns.is-variable.is-8 {
    --columnGap: 2rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-8-mobile {
      --columnGap: 2rem; } }
  @media screen and (min-width: 600px) {
    .columns.is-variable.is-8-tablet {
      --columnGap: 2rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-8-tablet-only {
      --columnGap: 2rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-8-touch {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-8-desktop {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-8-desktop-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-8-widescreen {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-8-widescreen-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-8-fullhd {
      --columnGap: 2rem; } }

.introduction_block {
  max-width: 850px;
  margin: 0 auto;
  padding: 115px 28px 100px;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .introduction_block {
      padding-top: 150px; } }
  .introduction_block .body_copy {
    text-align: left;
    font-size: 24px;
    line-height: 32px; }
    @media screen and (min-width: 1000px) {
      .introduction_block .body_copy {
        text-align: center;
        font-size: 28px;
        line-height: 40px; } }
  .introduction_block a.subhead {
    display: block;
    text-decoration: none;
    text-align: left; }
    @media screen and (min-width: 1000px) {
      .introduction_block a.subhead {
        text-align: center; } }

.grid:after {
  clear: both;
  content: '';
  display: table; }

.grid .floatRight {
  float: right; }

.grid .floatLeft {
  float: left; }

.grid .grid-item {
  background: rgba(0, 0, 0, 0.1);
  border: 10px solid white;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.grid .large, .grid .caseStudy {
  background: rgba(255, 0, 0, 0.25); }

.staff-container {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (min-width: 1000px) {
    .staff-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 75px;
      margin-bottom: 75px; } }
  .staff-container section {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0; }
  .staff-container .information {
    padding-top: 30px; }
    @media screen and (min-width: 1000px) {
      .staff-container .information {
        padding: 30px 0 0 65px; } }
  .staff-container .details {
    padding: 20px 0; }
  .staff-container .headline {
    margin: 16px 0 9px 0; }
  .staff-container .subhead {
    color: #7a7a7a;
    margin: 0; }

div.container.about-us-introduction {
  padding: 85px 10px; }
  @media screen and (min-width: 1000px) {
    div.container.about-us-introduction {
      padding: 120px 25px; } }
  div.container.about-us-introduction .content {
    max-width: 820px;
    padding-right: 20px; }
  div.container.about-us-introduction .headline {
    font-size: 23.5px;
    letter-spacing: 0.25px;
    line-height: 35px;
    font-weight: 800; }
    @media screen and (min-width: 1000px) {
      div.container.about-us-introduction .headline {
        font-size: 28px;
        letter-spacing: 0.3px;
        line-height: 42px; } }
  div.container.about-us-introduction p {
    font-size: 23.5px;
    color: #323232;
    letter-spacing: 0.25px;
    line-height: 35px;
    font-weight: 400; }

.styleguide__nav {
  background-color: #737373;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  .styleguide__nav ul {
    display: block;
    list-style: none; }
  .styleguide__nav li {
    list-style: none;
    display: inline-block; }
    .styleguide__nav li a {
      color: #fff;
      display: block;
      padding: .25em .5em; }

.sg__item {
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative; }
  .sg__item:not(.sg__color__swatch) span.class {
    color: red;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0; }
    .sg__item:not(.sg__color__swatch) span.class:before {
      content: "class: "; }
  .sg__item.-gray {
    background: #E6E6E6; }
  .sg__item.-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .sg__item.-last {
    margin-bottom: 0rem; }

.sg__heading {
  border-bottom: 1px solid #ddd;
  color: #969696;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1rem;
  padding-bottom: .25rem; }

.sg__description {
  margin-bottom: 3rem; }

.sg__logo {
  width: 5em;
  display: inline-block; }

.sg__color {
  border: 1px solid #ddd;
  display: inline-block;
  padding: .3em;
  width: 100px; }
  .sg__color .sg__color__swatch {
    display: block;
    height: 4em;
    margin-bottom: .2em;
    width: 100%; }
    .sg__color .sg__color__swatch.-color--gray--xdark {
      background-color: #323232; }
    .sg__color .sg__color__swatch.has-background-gray--xdark {
      background-color: #323232; }
    .sg__color .sg__color__swatch.-color--gray--dark {
      background-color: #737373; }
    .sg__color .sg__color__swatch.has-background-gray--dark {
      background-color: #737373; }
    .sg__color .sg__color__swatch.-color--gray--base {
      background-color: #969696; }
    .sg__color .sg__color__swatch.has-background-gray--base {
      background-color: #969696; }
    .sg__color .sg__color__swatch.-color--gray--light {
      background-color: #BEBEBE; }
    .sg__color .sg__color__swatch.has-background-gray--light {
      background-color: #BEBEBE; }
    .sg__color .sg__color__swatch.-color--gray--xlight {
      background-color: #E6E6E6; }
    .sg__color .sg__color__swatch.has-background-gray--xlight {
      background-color: #E6E6E6; }
    .sg__color .sg__color__swatch.-color--navigation--light {
      background-color: #000; }
    .sg__color .sg__color__swatch.has-background-navigation--light {
      background-color: #000; }
    .sg__color .sg__color__swatch.-color--navigation--base {
      background-color: #000; }
    .sg__color .sg__color__swatch.has-background-navigation--base {
      background-color: #000; }
    .sg__color .sg__color__swatch.-color--navigation--dark {
      background-color: #000; }
    .sg__color .sg__color__swatch.has-background-navigation--dark {
      background-color: #000; }
    .sg__color .sg__color__swatch.-color--text--base {
      background-color: #323232; }
    .sg__color .sg__color__swatch.has-background-text--base {
      background-color: #323232; }
    .sg__color .sg__color__swatch.-color--black--base {
      background-color: #000; }
    .sg__color .sg__color__swatch.has-background-black--base {
      background-color: #000; }
    .sg__color .sg__color__swatch.-color--white--base {
      background-color: #fff; }
    .sg__color .sg__color__swatch.has-background-white--base {
      background-color: #fff; }
    .sg__color .sg__color__swatch.-color--red--base {
      background-color: #E02020; }
    .sg__color .sg__color__swatch.has-background-red--base {
      background-color: #E02020; }
  .sg__color .sg__color__label {
    font-size: 80%; }

.sg__icon {
  display: inline-block; }

.sg__todo {
  background-color: red;
  color: #fff;
  font-weight: bold;
  padding: .15em; }

.styleguide.section-wrapper {
  padding: 5em 0;
  overflow: hidden; }

.styleguide .container.-full {
  margin: 0; }

.styleguide .hero.-with-image {
  margin-bottom: 0; }

.styleguide .logo {
  height: 119px;
  float: left;
  width: 207px; }
  .styleguide .logo.-display-only {
    background-color: #BEBEBE;
    outline: 1.5em solid #BEBEBE;
    margin: 0 50px; }

.page_wrapper {
  max-width: 1000px;
  margin: 150px auto; }

.page_title {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 28px;
  color: #313131;
  letter-spacing: 2.9px;
  text-transform: uppercase; }

.inner_wrapper {
  margin: 0 auto;
  width: 75%; }

.xsmall_header {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #737373;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase; }

.intro_paragraph {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 28px;
  color: #323232;
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 42px; }

.medium_header {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 26px;
  color: #323232;
  letter-spacing: 2.5px;
  text-transform: uppercase; }

.clients_grid {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  width: 100%; }

.clients_grid-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 5rem; }

.clients_grid_item {
  margin: 5rem 2.5rem 0 2.5rem; }

.client_logo {
  max-width: 100px; }

.-outline {
  border: 1px solid #737373;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  letter-spacing: 2.5px;
  min-width: 290px;
  padding: 12px 70px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }

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