/*!
Theme Name: BSD Wordpress Starterkit
Theme URI: http://www.bluestatedigital.com
Author: Blue State Digital
Author URI: http://www.bluestatedigital.com
Description: Custom theme starter kit
*/
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

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

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

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

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i {
    vertical-align: middle; }
  .menu > li > a i + span,
  .menu > li > a img + span {
    vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #2199e8; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

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

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

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

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

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

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

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

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

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

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

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

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

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

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

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

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

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

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

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

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@font-face {
  font-family: 'League-Spartan';
  src: url("assets/fonts/leaguespartan-bold.eot");
  src: url("assets/fonts/leaguespartan-bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/leaguespartan-bold.woff2") format("woff2"), url("assets/fonts/leaguespartan-bold.woff") format("woff"), url("assets/fonts/leaguespartan-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PT-Serif';
  src: url("assets/fonts/PTF55F-webfont.eot");
  src: url("assets/fonts/PTF55F-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/PTF55F-webfont.woff") format("woff"), url("assets/fonts/PTF55F-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PT-Serif-Italic';
  src: url("assets/fonts/PTF56F-webfont.eot");
  src: url("assets/fonts/PTF56F-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/PTF56F-webfont.woff") format("woff"), url("assets/fonts/PTF56F-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Skolar-Sans-Semibold';
  src: url("assets/fonts/PTF75F-webfont.eot");
  src: url("assets/fonts/PTF75F-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/PTF75F-webfont.woff") format("woff"), url("assets/fonts/PTF75F-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.cta-footer__subtitle, .dk-background .rte p, .bucket-col__item p, .connected-idea--left, .teaser-job, .bordered-content p {
  color: #212945;
  font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5rem; }
  @media screen and (min-width: 40em) {
    .cta-footer__subtitle, .dk-background .rte p, .bucket-col__item p, .connected-idea--left, .teaser-job, .bordered-content p {
      font-size: 1.3125rem;
      line-height: 1.875rem; } }

.punchout__title, .lb-intro__title {
  font-family: "League-Spartan", serif;
  font-size: 4.625rem;
  line-height: 5.375rem;
  color: #212945; }

.page-head__title, .showcase-page__title, .cta-footer__title, .layered-tagline__dark,
.layered-tagline__light, .bucket-block__headline, .wwa-list__number {
  font-family: "League-Spartan", serif;
  font-size: 3.125rem;
  line-height: 3.75rem;
  letter-spacing: -0.1rem;
  color: #212945; }
  @media screen and (max-width: 39.9375em) {
    .page-head__title, .showcase-page__title, .cta-footer__title, .layered-tagline__dark,
    .layered-tagline__light, .bucket-block__headline, .wwa-list__number {
      font-size: 2.5rem;
      line-height: 2.75rem; } }

.hero__title, .divider--cta__title, .post-list__title-link, .rte h1, .dk-background .rte h1,
.dk-background .rte h2, .featured-idea__tagline, .full-carousel__title {
  font-family: "League-Spartan", serif;
  font-size: 2.5rem;
  line-height: 2.1875rem;
  color: #212945; }
  @media screen and (max-width: 39.9375em) {
    .hero__title, .divider--cta__title, .post-list__title-link, .rte h1, .dk-background .rte h1,
    .dk-background .rte h2, .featured-idea__tagline, .full-carousel__title {
      font-size: 1.875rem;
      line-height: 2.25rem; } }

.post-headline__title, .pre-post__title, .showcase__subhead, .showcase-cta__subhead, .featured-idea__title-span, .full-carousel__tagline, .filter__no-results, .submitted-message {
  font-family: "League-Spartan", serif;
  font-size: 1.425rem;
  line-height: 1.875rem;
  color: #afb0b3;
  letter-spacing: -0.05rem; }

.services__item, .page-content__heading, .rte h5, .sub-headline, .bucket-block__title, .divider--light__title, .image-gallery__header, .filters-toggle, .chart__title {
  font-family: "League-Spartan", serif;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #afb0b3;
  letter-spacing: -0.02rem; }

.video__title, .detail-tout__date, .post-list__byline-author, .rte p strong,
.rte strong, .sidebar__header, .share-module__header, .details__author-name,
.details__header, .layered-tagline--sm .layered-tagline__dark, .layered-tagline--sm .layered-tagline__light, .bucket-col__title, .headshot__title, .headshot__subtitle {
  font-family: "League-Spartan", serif;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #212945; }

.page-head.page-head--tick .page-head__subtitle, .page-head__subtitle, .page-head__intro, .content-section__copy, .cta-footer__copy, .cat-list__link, .wwa-list-section, .wwa-list__copy p {
  font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.35rem;
  line-height: 1.8rem;
  color: #212945; }
  @media screen and (max-width: 39.9375em) {
    .page-head.page-head--tick .page-head__subtitle, .page-head__subtitle, .page-head__intro, .content-section__copy, .cta-footer__copy, .cat-list__link, .wwa-list-section, .wwa-list__copy p {
      font-size: 1rem;
      line-height: 1.5rem; } }

.page-section__copy, .rte p, .rte li {
  font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  color: #212945; }

.post-headline__subtitle, .pre-post__subtitle, .link__desc, .post-list__summary, .post-list__byline, .chosen-container span, .related-post__copy, .sidebar__subtitle, .featured-idea__btm-copy, .full-page-nav__link-offer, .close-lb, .lb-list__item, .chart__tagline, .chart__tout {
  font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.0625rem;
  line-height: 1.1875rem;
  color: #212945; }

.divider--cta__link, .post__term, .post__link, .label__title, .entry-category__link, .chosen-container .active-result, .rte figcaption, .rte .pullquote__source, .hbspt-form .hs-error-msgs label, .sidebar__copy, .post-navigation, .details__author-job, .featured-idea__timestamp-span, .image-gallery__caption, .filters__item label, .headshot-download {
  font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  color: #212945; }

.global-nav__link, .site-footer__info-link, .cat-indicator-name, button.button--white,
.button.button--white, button.button--darkblue,
.button.button--darkblue, .btn-wrap__btn, .content-section__title, .cta-footer__submit, .cta-footer__submit.cta-footer__submit--white, .divider--cta__btn, .pagination__link, .hbspt-form input[type="submit"], .headshot__link, .showcase__label, .showcase-links, .stat-label, .stat-value {
  text-transform: uppercase;
  font-family: "League-Spartan", serif;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: .15em;
  color: #212945; }

.footer-nav__link, .link__caption, .divider--cta__quote, .detail-tout__tag, .rte .pullquote, .related-post__title, .sidebar__title, .block-detail__title, .full-page-nav__link-title, .connected-idea--right, .bordered-content__title, .wwa-list__title {
  font-family: "League-Spartan", serif;
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #212945; }

.wwa-statement__copy p {
  font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.25rem;
  line-height: 2.9375rem;
  color: #212945; }
  @media screen and (max-width: 39.9375em) {
    .wwa-statement__copy p {
      font-size: 1.875rem;
      line-height: 2.25rem; } }

.lb-intro__copy {
  font-family: "League-Spartan", serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #fff; }

.rte h2 {
  color: #212945;
  font-family: "League-Spartan", serif;
  font-size: 1.5625rem;
  line-height: 1.9375rem;
  margin-top: 40px;
  margin-bottom: 10px; }

.rte h3, .rte ul li span strong {
  color: #212945;
  font-family: "League-Spartan", serif;
  font-size: 1.25rem;
  line-height: 1.9375rem;
  margin-top: 40px;
  margin-bottom: 10px; }

.rte h4 {
  color: #74767B;
  font-family: "League-Spartan", serif;
  font-size: 1.25rem;
  line-height: 1.9375rem;
  margin-top: 40px;
  margin-bottom: 10px; }

html {
  margin-top: 0; }

body {
  background-color: #fff; }

@media screen and (max-width: 39.9375em) {
  .row {
    padding: 0 1.25rem !important; } }

.row--relative {
  position: relative; }
  .template--full-width .row--relative {
    padding: 0 0.625rem; }

.main-content {
  padding: 0 1.25rem 3.125rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .main-content::before, .main-content::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .main-content::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .main-content.layout--col-2 .page-content {
      width: 66.66667%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .main-content.layout--col-2 .page-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .main-content.layout--col-2 .page-content:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 40em) {
    .main-content.layout--col-2 .sidebar--left {
      width: 33.33333%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .main-content.layout--col-2 .sidebar--left {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .main-content.layout--col-2 .sidebar--left:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 40em) {
    .main-content.layout--col-2.layout--main-aside .page-content {
      position: relative;
      left: 33.33333%; } }
  @media screen and (min-width: 40em) {
    .main-content.layout--col-2.layout--main-aside .sidebar--left {
      position: relative;
      left: -66.66667%; } }
  @media screen and (min-width: 40em) {
    .error404 .main-content {
      padding-top: 1.875rem; } }
  @media screen and (min-width: 40em) {
    .single-post .main-content .page-content {
      float: right; }
    .single-post .main-content .sidebar--left {
      float: left; } }
  @media screen and (min-width: 64em) {
    .single-post .main-content {
      max-width: none;
      padding: 0; } }
  .home .main-content,
  .blog .main-content, .main-content.template--full-width {
    max-width: none;
    padding: 0 0 3.125rem; }
    @media screen and (min-width: 40em) {
      .home .main-content,
      .blog .main-content, .main-content.template--full-width {
        padding: 0 0 6.25rem; } }

.page-head--col-2 {
  margin-bottom: 1.25rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 64em) {
    .page-head--col-2 {
      margin-bottom: 1.875rem; } }
  .page-head--col-2::before, .page-head--col-2::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .page-head--col-2::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .page-head--col-2 .page-head--right {
      width: 66.66667%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .page-head--col-2 .page-head--right {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .page-head--col-2 .page-head--right:last-child:not(:first-child) {
        float: right; } }
  @media screen and (max-width: 39.9375em) {
    .page-head--col-2 .page-head--right {
      margin-top: 1.25rem; } }
  @media screen and (min-width: 40em) {
    .page-head--col-2 .page-head--left {
      width: 33.33333%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .page-head--col-2 .page-head--left {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .page-head--col-2 .page-head--left:last-child:not(:first-child) {
        float: right; } }
  @media screen and (max-width: 39.9375em) {
    .single-post .page-head--col-2 .page-head--left {
      display: none; } }

.no-office-footer .site-footer__nav {
  display: none; }

.global-nav {
  width: 100%;
  height: 4.375rem;
  background-color: #fff;
  position: relative;
  padding: 0.9375rem 0.625rem; }
  @media screen and (min-width: 64em) {
    .global-nav {
      height: 6.875rem;
      padding: 2.1875rem; } }
  :not(.home) .global-nav {
    margin-bottom: 0 !important; }
    @media screen and (max-width: 39.9375em) {
      :not(.home) .global-nav {
        margin-bottom: 2.1875rem; } }
  .home .global-nav {
    position: absolute;
    z-index: 10;
    background-color: transparent; }
    @media screen and (min-width: 64em) {
      html:not(.touchevents) .home .global-nav {
        position: fixed; } }

.global-nav__list {
  list-style: none;
  display: none; }
  @media screen and (min-width: 64em) {
    .global-nav__list {
      display: inline; } }

.global-nav__item {
  display: inline; }
  .global-nav__item + .global-nav__item {
    margin-left: 2.5rem; }

.global-nav--mobile {
  background: #0891d9;
  padding: 5.9375rem 2.1875rem 2.5rem;
  z-index: 200; }
  .dk-background .global-nav--mobile {
    text-align: left; }

.panel {
  position: fixed;
  right: -16.25rem;
  width: 16.25rem; }

.global-nav__logo {
  width: 10.3125rem;
  height: 2.8125rem;
  background-image: url("assets/img/nav-logo.svg");
  background-repeat: no-repeat;
  outline: 0;
  background-size: 100%;
  display: inline-block;
  float: left;
  position: relative;
  bottom: 0.1875rem; }
  .dk-background .global-nav__logo,
  .trans .global-nav__logo {
    background-image: url("assets/img/nav-logo-white.svg"); }

.global-nav__utility {
  display: block;
  float: right;
  position: relative;
  top: 0.5rem; }

.mobile-nav__list {
  list-style: none;
  margin-left: 0; }
  .mobile-nav__list + .mobile-nav__list {
    border-top: 0.25rem solid #0782c3;
    margin-top: 1.5625rem;
    padding-top: 1.5625rem; }

.mobile-nav__list-item {
  list-style: none;
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s; }
  .mobile-nav__list-item:hover .global-nav__link {
    color: #eee; }
  .mobile-nav__list-item + .mobile-nav__list-item {
    margin-top: 0.4375rem; }

.mobile-nav__container {
  position: relative;
  left: 0.125rem; }

/*&.mobile-nav__list-item--caps {
    @extend %juliet;
    text-transform: uppercase;
    color: $white;
    margin-bottom: rem-calc(5);
}*/
.menu-link {
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s; }
  .menu-link.active {
    opacity: 0; }

.menu-link__img {
  position: absolute;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .menu-link__img.menu-link__img--default {
    opacity: 1; }
    .trans .menu-link__img.menu-link__img--default {
      opacity: 0; }
  .menu-link__img.menu-link__img--white {
    opacity: 0; }
    .trans .menu-link__img.menu-link__img--white {
      opacity: 1; }

.dk-background .menu-link__img--white {
  opacity: 1; }

.dk-background .menu-link__img--default {
  opacity: 0; }

.menu-link__wrapper {
  background-color: #0782c3;
  height: 4.375rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.menu-link-close {
  position: absolute;
  right: 1.25rem;
  top: 0.625rem;
  color: white;
  font-size: 2rem;
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s; }
  .menu-link-close:hover {
    color: #eee; }

.global-nav__hamburger {
  display: inline-block;
  height: 1.875rem;
  position: relative;
  right: -0.625rem;
  top: -0.3125rem;
  width: 1.875rem; }
  .global-nav__hamburger .menu-link {
    color: #0470c6;
    font-size: 2rem; }
    .global-nav__hamburger .menu-link.hide {
      opacity: 0; }
  .trans .global-nav__hamburger .menu-link {
    color: #fff; }
  @media screen and (min-width: 40em) {
    .global-nav__hamburger {
      right: 0; } }
  @media screen and (min-width: 64em) {
    .global-nav__hamburger {
      display: none; } }

.backgroundcliptext .dk-background .global-nav__link.trans, .backgroundcliptext .dk-background .global-nav__link.trans-lite {
  -webkit-text-fill-color: #fff !important; }

.global-nav__link {
  color: #0891d9;
  position: relative; }
  .global-nav--mobile .global-nav__link {
    color: #fff; }
  .dk-background .global-nav .global-nav__link,
  .trans .global-nav .global-nav__link {
    color: #fff; }
  .global-nav:not(.trans) .global-nav__link.dark-purple {
    color: #303bb3; }
  .global-nav:not(.trans) .global-nav__link.trans {
    color: #2355bf; }
  .global-nav:not(.trans) .global-nav__link.trans-lite {
    color: #0b85d4; }
  .backgroundcliptext .global-nav:not(.trans) .global-nav__link.trans-lite {
    color: #0891d9;
    background: url("assets/img/gradient-lite.jpg") no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .backgroundcliptext .global-nav:not(.trans) .global-nav__link.trans {
    color: #303bb3;
    background: url("assets/img/gradient-full.jpg") no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .global-nav__link.dark-purple::before {
    background-color: #303bb3; }
  .global-nav__link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.125rem;
    bottom: -0.1875rem;
    left: 0;
    background-color: #0891d9;
    visibility: hidden;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  .global-nav__link:hover::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .global-nav--mobile .global-nav__link::before,
  .global-nav--mobile .global-nav__link.dark-purple::before {
    background-color: #fff; }
  .dk-background .global-nav__link,
  .trans .global-nav__link {
    color: #fff !important; }
    .dk-background .global-nav__link::before,
    .trans .global-nav__link::before {
      background-color: #fff !important; }

.site-footer__nav {
  position: relative;
  background-color: #0470c6;
  padding: 3.125rem 0; }
  @media screen and (min-width: 40em) {
    .site-footer__nav {
      padding: 2.5rem 0 5rem; } }

.site-footer {
  position: relative; }
  .dk-background .site-footer {
    position: relative; }
    @media screen and (min-width: 40em) {
      .dk-background .site-footer {
        bottom: -5.9375rem;
        position: absolute;
        width: 100%; } }
    @media screen and (min-width: 64em) {
      .dk-background .site-footer {
        bottom: 0; } }
  .site-footer.site-footer-top {
    z-index: 1000; }

.footer-nav__link {
  color: #fff;
  display: block;
  padding-left: 7.5vw; }
  @media screen and (max-width: 30rem) {
    .footer-nav__link {
      text-align: center;
      padding-right: 7.5vw;
      width: 100%; }
      .footer-nav__link + .footer-nav__link {
        margin-top: 1.25rem; } }
  @media screen and (min-width: 30rem) and (max-width: 42.5rem) {
    .footer-nav__link {
      padding-top: 6.25rem;
      float: left;
      width: 50%; } }
  @media screen and (min-width: 42.5em) {
    .footer-nav__link {
      float: left;
      padding-top: 6.25rem;
      width: 33.33%; } }
  @media screen and (min-width: 30rem) {
    .footer-nav__link {
      position: relative; }
      .footer-nav__link::before {
        content: '';
        position: absolute;
        width: 2.1875rem;
        height: 2.1875rem;
        left: calc(7.5vw + 10px);
        top: -3.4375rem;
        background-size: 100%;
        background-repeat: no-repeat; }
      .footer-nav__link::after {
        background-color: #fff;
        bottom: initial;
        content: '';
        height: 0.3125rem;
        left: 7.5vw;
        margin-left: 0;
        position: absolute;
        width: 3.75rem;
        top: 5rem;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s; }
      .footer-nav__link:hover {
        color: #fff; }
        .footer-nav__link:hover::after {
          width: 60%; } }
  .footer-nav__link::before {
    background-repeat: no-repeat;
    background-size: 575%;
    height: 60px;
    left: 7.5vw;
    top: 0.9375rem;
    width: 60px; }
  .footer-nav__link.footer-nav__link--dc::before {
    background-image: url("assets/img/footer_sprite.svg");
    background-position: -0.625rem 0.625rem; }
  .footer-nav__link.footer-nav__link--dc:hover::before {
    background-position: -0.625rem -3.125rem; }
  .footer-nav__link.footer-nav__link--dc:hover::after {
    width: 13.5625rem; }
  .footer-nav__link.footer-nav__link--boston::before {
    background-image: url("assets/img/footer_sprite.svg");
    background-position: -17.5rem 0.0625rem; }
  .footer-nav__link.footer-nav__link--boston:hover::before {
    background-position: -17.5rem -3.75rem; }
  .footer-nav__link.footer-nav__link--boston:hover::after {
    width: 5.75rem; }
  .footer-nav__link.footer-nav__link--nyc::before {
    background-image: url("assets/img/footer_sprite.svg");
    background-position: -7.5rem 0.3125rem; }
  .footer-nav__link.footer-nav__link--nyc:hover::before {
    background-position: -7.5rem -3.4375rem; }
  .footer-nav__link.footer-nav__link--nyc:hover::after {
    width: 12.1875rem; }
  .footer-nav__link.footer-nav__link--oakland::before {
    background-image: url("assets/img/footer_sprite.svg");
    background-position: -3.875rem 0.4375rem; }
  .footer-nav__link.footer-nav__link--oakland:hover::before {
    background-position: -3.875rem -3.5625rem; }
  .footer-nav__link.footer-nav__link--oakland:hover::after {
    width: 7.3125rem; }
  .footer-nav__link.footer-nav__link--london::before {
    background-image: url("assets/img/footer_sprite.svg");
    background-position: -10.9375rem 0.3125rem; }
  .footer-nav__link.footer-nav__link--london:hover::before {
    background-position: -10.9375rem -3.4375rem; }
  .footer-nav__link.footer-nav__link--london:hover::after {
    width: 6.375rem; }
  .footer-nav__link.footer-nav__link--la::before {
    background-image: url("assets/img/footer_sprite.svg");
    background-position: -14.375rem 0.3125rem; }
  .footer-nav__link.footer-nav__link--la:hover::before {
    background-position: -14.375rem -3.4375rem; }
  .footer-nav__link.footer-nav__link--la:hover::after {
    width: 9.9375rem; }

.site-footer__info {
  background-color: #212945;
  padding: 1.71875rem 0.625rem;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .site-footer__info {
      text-align: center; } }

.site-footer__info-link {
  color: #fff;
  display: block;
  margin-top: 1.25rem; }
  @media screen and (min-width: 40em) {
    .site-footer__info-link {
      display: inline;
      margin-left: 1.875rem;
      margin-top: 0; } }

.social-link {
  color: #fff;
  padding: 0.625rem; }
  .global-nav--mobile .social-link:hover {
    color: #eee; }

@media screen and (min-width: 40em) {
  .site-footer__info-left {
    float: left;
    max-width: 165px; } }

.site-footer__info-right {
  position: relative;
  top: 0.5rem; }
  @media screen and (min-width: 40em) {
    .site-footer__info-right {
      float: right; } }

.our-work .nav__our-work::before,
.services .nav__services::before,
.who-we-are .nav__who-we-are::before,
.ideas .nav__ideas::before,
.contact .nav__contact::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.cta__modal {
  background: white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  max-width: 600px;
  padding: 2em; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 103%;
  background: transparent; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

.chosen-container-single {
  width: 100% !important; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  background-color: color(light-yellow);
  color: color(scribble);
  position: relative;
  top: 4px;
  overflow-x: hidden;
  overflow-y: visible;
  margin: 0 4px 4px 0;
  font-family: sans-serif;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  font-size: ms(-2);
  padding: 13px 10px 10px 10px !important; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: color(clementine);
  color: color(white);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
/*! Lity - v1.6.6 - 2016-04-22
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(255, 255, 255, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #0891d9;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #212945;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.site-header .site-branding {
  padding-left: 4.6875rem;
  background: url("../img/logo.png" no-repeat 0/75px 75px); }

.primary-nav {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  right: -250px;
  top: 0;
  width: 250px; }
  [data-whatinput='mouse'] .primary-nav {
    outline: 0; }
  .is-open-right {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px); }
  @media screen and (min-width: 64em) {
    .primary-nav {
      right: 0;
      z-index: auto;
      max-height: none;
      overflow: initial;
      position: static;
      width: 100%; }
      .primary-nav ~ .off-canvas-content {
        margin-right: 250px; }
      .primary-nav ~ .off-canvas-content {
        -webkit-box-shadow: none;
                box-shadow: none;
        margin-right: 0; }
      .primary-nav .back {
        display: none !important; } }

.page-head {
  min-height: 28.125rem; }
  .page-head.page-head--tick {
    display: inline-block;
    margin-bottom: 2.5rem;
    min-height: inherit;
    position: relative; }
    .page-head.page-head--tick::after {
      background-color: #212945;
      bottom: 0;
      content: '';
      height: 0.3125rem;
      left: 0;
      margin-left: 0;
      position: absolute;
      width: 3.75rem;
      top: initial;
      -webkit-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    .page-head.page-head--tick .page-head__title, .page-head.page-head--tick .showcase-page__title {
      margin-bottom: 1.25rem; }
    .page-head.page-head--tick .page-head__subtitle {
      margin-bottom: 3.125rem; }
      @media screen and (max-width: 39.9375em) {
        .page-head.page-head--tick .page-head__subtitle {
          font-size: 1.75rem; } }

.page-head__title, .showcase-page__title {
  margin-bottom: 3.125rem; }
  .page-head__title.page-head__title--shareable, .page-head__title--shareable.showcase-page__title {
    margin-bottom: 40px; }

.page-head__subtitle {
  margin-bottom: 3.75rem; }
  .page-head__subtitle a {
    color: #0891d9;
    text-decoration: underline; }

.post-headline {
  position: relative;
  margin: 1.875rem 0 1.875rem; }

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

.post-headline__subtitle {
  position: absolute;
  left: 0;
  top: 0.3125rem;
  font-style: italic; }

.post-headline__search .chosen-container {
  position: absolute;
  right: 0;
  top: 0; }

.pre-post__subtitle {
  font-style: italic;
  display: inline;
  float: left;
  position: relative;
  top: 0.3125rem; }
  .pre-post__subtitle.hide {
    display: none; }
    @media screen and (min-width: 64em) {
      .pre-post__subtitle.hide {
        display: inline !important; } }
  .pre-post__subtitle.pre-post__subtitle--search {
    display: none;
    left: 0.9375rem;
    position: absolute;
    top: 0.3125rem; }
    @media screen and (min-width: 64em) {
      .pre-post__subtitle.pre-post__subtitle--search {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 300px; } }

.pre-post__title, .showcase__subhead, .showcase-cta__subhead {
  margin-bottom: 1.25rem;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .mobile-filter__overlay .pre-post__title, .mobile-filter__overlay .showcase__subhead, .mobile-filter__overlay .showcase-cta__subhead {
      opacity: 0; } }
  @media screen and (min-width: 64em) {
    .pre-post__title, .showcase__subhead, .showcase-cta__subhead {
      display: block;
      margin-bottom: 0; } }
  .dk-background .pre-post__title, .dk-background .showcase__subhead, .dk-background .showcase-cta__subhead {
    color: #fff; }
  .template--our-work .pre-post__title, .template--our-work .showcase__subhead, .template--our-work .showcase-cta__subhead {
    display: block; }
  .pre-post__title.pre-post__title--center, .pre-post__title--center.showcase__subhead, .pre-post__title--center.showcase-cta__subhead {
    text-align: center;
    display: block; }

.pre-post__wrap {
  margin: 0 auto 1.875rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 999; }
  .pre-post__wrap .chosen-container {
    display: none; }
  .blog .pre-post__wrap {
    margin-bottom: 5rem; }
  @media screen and (max-width: 74.9375em) {
    .pre-post__wrap {
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .pre-post__wrap .chosen-container {
      display: inline-block; }
    .blog .pre-post__wrap {
      margin-bottom: 1.875rem; } }
  .template--who-we-are .pre-post__wrap {
    max-width: 63.75rem; }

@media screen and (min-width: 40em) {
  .pre-post__filters {
    margin: auto;
    position: relative;
    width: 50%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ideas .pre-post__filters {
    width: 90%;
    right: 0; } }

@media screen and (min-width: 40em) {
  .pre-post__filters {
    bottom: 1.25rem;
    right: 0.9375rem; } }

@media screen and (min-width: 64em) {
  .pre-post__filters {
    bottom: 0.3125rem;
    display: inline;
    float: right;
    height: 2.1875rem;
    position: absolute;
    right: 1.5625rem;
    width: auto; }
    .our-work .pre-post__filters {
      bottom: -0.3125rem;
      right: 0.9375rem; } }

.pre-post__filters b {
  display: none !important; }

.cat-indicator {
  display: inline-block;
  position: absolute;
  left: 0.9375rem;
  padding: 0.375rem 0.5rem 0.25rem;
  background-color: #212945;
  color: #fff; }

.cat-indicator-name {
  color: #fff; }

.cat-indicator__name {
  margin: 0;
  text-transform: uppercase;
  font-family: "League-Spartan", serif;
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 1px; }

.cat-indicator__reset {
  bottom: 0.0625rem;
  font-size: 0.5rem !important;
  position: relative; }

button.button--white,
.button.button--white {
  color: #fff;
  background: transparent;
  border: 0.125rem solid #fff;
  height: 1.875rem;
  min-width: 9.375rem;
  width: auto;
  border-radius: 0.4375rem;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  button.button--white:hover,
  .button.button--white:hover {
    background-color: #fff;
    color: #212945; }

button.button--darkblue,
.button.button--darkblue {
  color: #212945;
  background: transparent;
  border: 0.125rem solid #212945;
  height: 1.875rem;
  min-width: 9.375rem;
  width: auto;
  border-radius: 0.4375rem;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  button.button--darkblue:hover,
  .button.button--darkblue:hover {
    background-color: #212945;
    color: #fff; }

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

.btn-wrap__btn {
  color: #303bb3;
  background: transparent;
  border: 0.125rem solid #303bb3;
  height: 1.875rem;
  min-width: 9.375rem;
  width: auto;
  border-radius: 0.4375rem;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  padding-top: 0.5625rem; }
  .btn-wrap__btn:hover {
    background-color: #303bb3;
    color: #fff; }

/**
* Quote/testimonial module
*/
.quote {
  padding: 1em; }

.quote__text {
  font-size: 1.25em; }
  .quote__text:before {
    content: '\201C'; }
  .quote__text:after {
    content: '\201D'; }

.quote__attribution {
  font-size: 0.75em;
  font-style: italic;
  color: #8a8a8a; }

.quote-panel {
  margin: 0 auto;
  max-width: 50.625rem;
  padding: 0 1.25rem;
  text-align: center; }

.quote-panel__text {
  border: none;
  padding: 0; }
  .quote-panel__text p {
    color: #212945;
    font-family: "PT-Serif-Italic", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 1.125rem;
    line-height: 1.6; }
    @media screen and (min-width: 64em) {
      .quote-panel__text p {
        font-size: 1.75rem; } }
    .quote-panel__text p:before {
      content: '\201C'; }
    .quote-panel__text p:after {
      content: '\201D'; }

.quote-panel__attribution {
  color: #303bb3;
  font-family: "League-Spartan", serif;
  font-size: 1rem;
  position: relative; }
  @media screen and (min-width: 64em) {
    .quote-panel__attribution {
      font-size: 1.1875rem; } }
  .quote-panel__attribution:before {
    background: #303bb3;
    content: '';
    height: 4px;
    width: 1.875rem;
    display: inline-block;
    bottom: 3px;
    position: relative;
    right: 5px; }

html,
body {
  margin: 0;
  position: relative; }

.nav {
  position: absolute; }

.hero-rotator__slide:first-child {
  z-index: 5; }

.hero-rotator__slide:nth-child(2) {
  z-index: 4; }

.hero-rotator__slide:nth-child(3) {
  z-index: 3; }

.hero-rotator__slide:nth-child(4) {
  z-index: 2; }

.hero-rotator__slide:last-child {
  z-index: 1; }

.hero-rotator__nav {
  position: fixed;
  z-index: 100;
  top: 2.5vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  letter-spacing: .15em;
  font-weight: 700; }

.content--home {
  position: relative;
  z-index: 1000; }
  @media screen and (min-width: 64em) {
    .content--home {
      text-align: center; } }

.link__caption {
  color: #fff;
  font-family: "League-Spartan", serif;
  margin: 15px 0 10px; }
  .link__caption br {
    display: none; }
  .trans .link__caption {
    color: #fff !important; }
  @media screen and (min-width: 64em) {
    html:not(.touchevents) .link__caption {
      color: #212945; }
      html:not(.touchevents) .link__caption br {
        display: block; } }

.link__logo-wrap {
  display: none;
  left: 0;
  position: absolute;
  top: -3.75rem; }
  @media screen and (min-width: 64em) {
    .link__logo-wrap {
      display: block; } }

.link__logo {
  height: 3.75rem;
  max-width: 4.6875rem; }
  .trans .link__logo.link__logo--default {
    display: none; }

.hero__icon {
  height: 2rem;
  left: 0;
  margin: auto;
  position: absolute;
  opacity: 1;
  right: 0;
  top: 35vh;
  z-index: 100;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s; }
  .hero__icon:not(.trans) {
    -webkit-animation: pulse-sm 2.5s infinite;
            animation: pulse-sm 2.5s infinite; }
  @media screen and (min-width: 64em) {
    html:not(.touchevents) .hero__icon {
      position: fixed;
      top: calc(50vh - 40px); }
      html:not(.touchevents) .hero__icon:not(.trans) {
        -webkit-animation: pulse 2.5s infinite;
                animation: pulse 2.5s infinite; } }
  .hero__icon:hover {
    cursor: pointer; }
  .hero__icon.trans {
    opacity: 0; }

@-webkit-keyframes pulse-sm {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0.5; }
  70% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    opacity: 0.5; } }

@keyframes pulse-sm {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0.5; }
  70% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    opacity: 0.5; } }

@-webkit-keyframes pulse {
  0% {
    opacity: 0.5; }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    opacity: 1; }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    opacity: 0.5; } }

@keyframes pulse {
  0% {
    opacity: 0.5; }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    opacity: 1; }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
            box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    opacity: 0.5; } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

.link__desc {
  color: #fff;
  display: none;
  font-family: serif; }
  .trans .link__desc {
    color: #fff !important; }
  @media screen and (min-width: 64em) {
    html:not(.touchevents) .link__desc {
      color: #212945;
      display: block; } }

.hero-rotator__content {
  display: none;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%); }

.hero-slide-content {
  position: absolute;
  top: 15vh;
  text-align: center;
  margin: auto;
  margin-top: 1.875rem;
  left: 0;
  right: 0;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  letter-spacing: -0.2em; }
  @media screen and (min-width: 64em) {
    html:not(.touchevents) .hero-slide-content {
      position: fixed;
      top: calc(40% - 10vh);
      margin-top: 0 !important; } }
  .hero-slide-content.show {
    opacity: 1;
    z-index: 500; }

.hero__title {
  color: #fff;
  display: block;
  letter-spacing: -0.1rem;
  max-width: 100vw;
  margin-bottom: 0.9375rem;
  overflow: hidden;
  padding: 0 15vw; }
  .hero__title:focus, .hero__title:hover {
    color: #fff; }
  @media screen and (min-width: 40em) {
    .hero__title {
      line-height: 3.125rem; } }
  @media screen and (min-width: 64em) {
    html:not(.touchevents) .hero__title {
      font-size: 4.625rem;
      line-height: 5.375rem;
      margin-bottom: 0.625rem;
      padding: 0; } }
  .backgroundcliptext .hero__title .hero__title--gradient {
    color: #0891d9;
    margin: 0 0 1.25rem;
    background: #303bb3;
    background: -webkit-gradient(linear, left top, right top, from(#303bb3), to(#009bde));
    background: linear-gradient(to right, #303bb3 0%, #009bde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .hero-slide-content--intro .hero__title,
  .hero-rotator__slide--intro .hero__title {
    color: #212945; }

.hero__link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #fff;
  padding: 0.3125rem 0.625rem;
  border: 0.125rem solid #fff;
  border-radius: 0.4375rem;
  letter-spacing: .2em;
  font-weight: 700;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .hero__link:focus {
    outline: 0;
    color: #fff; }
  .hero__link:hover {
    cursor: default; }
  .show .hero__link:hover {
    background-color: #fff;
    color: #2d333f;
    cursor: pointer; }

.hero-slide-links {
  position: absolute;
  z-index: 100;
  top: 50vh;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 1.25rem;
  text-align: center;
  letter-spacing: -0.03em;
  line-height: 1;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  @media screen and (min-width: 64em) {
    html:not(.touchevents) .hero-slide-links {
      position: fixed;
      display: block;
      top: 65vh;
      margin-top: 0; } }

.hero-slide-links__wrapper {
  left: 0;
  position: absolute;
  width: 100vw; }

.slide__link {
  color: #2d333f;
  display: inline-block;
  font-family: "League-Spartan", serif;
  left: 50%;
  margin-left: -100px !important;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
  width: 13.125rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media screen and (min-width: 64rem) {
    html:not(.touchevents) .slide__link {
      opacity: 1;
      margin-left: 0 !important;
      left: auto;
      position: relative;
      padding: 0 1.25rem 0 0; } }
  @media (min-width: 64rem) and (max-width: 79.0625rem) {
    .slide__link {
      width: 21.5%; } }
  @media screen and (min-width: 79.125rem) {
    .slide__link {
      width: 17.5%; } }
  @media screen and (min-width: 107.1875rem) {
    .slide__link {
      padding: 0 3.75rem 0 0; } }
  .slide__link + .slide__link {
    margin-left: 5vh; }
  .slide__link::before {
    content: '';
    position: absolute;
    height: 0.3125rem;
    width: 4.6875rem;
    background-color: #fff;
    top: 0;
    left: 0;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s; }
    @media screen and (min-width: 64em) {
      html:not(.touchevents) .slide__link::before {
        background-color: #2d333f; } }
  .hero-slide-links:not(.trans) .slide__link:hover, .slide__link.show:hover {
    cursor: pointer; }
  .slide__link.show {
    color: #fff;
    opacity: 1 !important;
    z-index: 200; }
  .hero-slide-links.trans .slide__link {
    opacity: 0; }
    .hero-slide-links.trans .slide__link::before {
      background-color: #fff !important; }

.nav__logo {
  position: absolute;
  top: 13px;
  margin-right: 15%;
  text-decoration: none; }
  .nav__logo .nav__logo-img {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  .nav__logo .nav__logo--white {
    opacity: 0;
    position: absolute; }
  .nav__logo .nav__logo--blue {
    opacity: 1; }
  .trans .nav__logo .nav__logo--white {
    opacity: 1; }
  .trans .nav__logo .nav__logo--blue {
    opacity: 0; }

.hero-rotator {
  height: 80vh;
  opacity: 1;
  background-color: #f0f0f0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media screen and (min-width: 64em) {
    html:not(.touchevents) .hero-rotator {
      height: 90vh; } }

.hero-rotator__slide {
  height: 80vh;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-size: cover;
  background-position: center; }
  @media screen and (min-width: 64em) {
    html:not(.touchevents) .hero-rotator__slide {
      top: 0;
      left: 0;
      position: fixed;
      overflow: hidden;
      height: 90vh; }
      html:not(.touchevents) .hero-rotator__slide.active {
        position: absolute; } }
  .hero-rotator__slide.hero-rotator__slide--video, .hero-rotator__slide.hero-rotator__slide--video.active {
    display: none;
    height: auto !important;
    min-height: 100%;
    min-width: 100%;
    position: absolute !important;
    width: auto !important; }
    @media screen and (min-width: 64em) {
      html:not(.touchevents) .hero-rotator__slide.hero-rotator__slide--video, html:not(.touchevents) .hero-rotator__slide.hero-rotator__slide--video.active {
        display: block; } }
  .windows .hero-rotator__slide .hero-rotator__slide--video-wrap {
    display: none; }

.hero-pager {
  height: 100px;
  border: 2px solid white;
  width: 50px;
  z-index: 10;
  text-align: center;
  right: 5%;
  position: absolute;
  top: -150px; }
  .hero-pager .fa {
    color: white;
    display: block;
    width: 100%;
    height: 50%;
    background-color: transparent;
    position: relative;
    z-index: 1;
    cursor: pointer; }
    .hero-pager .fa:hover {
      color: #404341; }
    .hero-pager .fa:last-child {
      border-top: 2px solid white; }
    .hero-pager .fa::before {
      top: 30%;
      position: relative; }
  .hero-pager .js-hero-pager--up.cover,
  .hero-pager .js-hero-pager--down.cover {
    color: #404341; }
  .hero-pager .hero-pager__progress {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0067a0;
    width: 100%;
    height: 0%;
    max-height: 100px;
    overflow: hidden; }

.content--rel {
  background-color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  top: -15%;
  z-index: 999; }

.content--fixed {
  width: 100%;
  z-index: 60;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media screen and (min-width: 64em) {
    html:not(.touchevents) .content--fixed {
      position: fixed;
      top: 90%; } }

.page-content__hero--punchout {
  background-position: center; }
  @media screen and (max-width: 39.9375em) {
    .page-content__hero--punchout {
      margin-bottom: 2.5rem; } }

.punchout {
  display: none; }
  @media screen and (min-width: 40em) {
    .punchout {
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: #fff;
      background-position: center;
      background-size: cover;
      display: block; } }

.punchout__title {
  line-height: 390px;
  font-size: 6.25rem;
  line-height: 7.5rem;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .no-backgroundcliptext .punchout__title {
    display: none; }

.punchout__title--no-clip {
  display: none; }
  .no-backgroundcliptext .punchout__title--no-clip {
    display: block; }

.mobile-hero-nav {
  position: absolute;
  left: 50%;
  margin-left: -4.6875rem;
  top: 70vh; }
  @media screen and (min-width: 64em) {
    html:not(.touchevents) .mobile-hero-nav {
      display: none; } }

.slick-prev {
  left: -0.9375rem; }
  .slick-prev::before {
    content: '\276E'; }

.slick-next {
  right: -1.5625rem; }
  .slick-next::before {
    content: '\276F'; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 0.8125rem;
  font-size: 0; }
  .slick-prev::before,
  .slick-next::before {
    color: #2c6bca;
    font-size: 1.375rem; }
  .ff .slick-prev, .ff
  .slick-next {
    top: 0.1875rem; }
  .white .slick-prev::before, .white
  .slick-next::before {
    color: #fff; }

.slick-dots {
  margin-left: 0;
  position: relative;
  top: 0; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li + li {
      margin-left: 0.625rem; }
    .slick-dots li.slick-active button::before {
      background-color: #2c6bca; }
  .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0.3125rem;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
    .slick-dots button::before {
      line-height: 1.25rem;
      position: absolute;
      content: '';
      width: 0.75rem;
      height: 0.75rem;
      border: 0.125rem solid #2c6bca;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
  .white .slick-dots button::before {
    border-color: #fff; }
  .white .slick-dots li.slick-active button::before {
    background-color: #fff; }

.content-section {
  text-align: center;
  padding: 3.75rem 0 5rem; }

.content-section__title {
  margin-bottom: 2.8125rem; }

.content-section--services {
  background-color: #eee; }
  @media screen and (max-width: 39.9375em) {
    .content-section--services {
      padding-bottom: 6.875rem; } }

.content-section__copy {
  margin-bottom: 2.8125rem;
  padding: 0 5%; }
  .content-section__copy a {
    color: #0891d9;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
    .content-section__copy a:hover {
      color: #212945; }
  .content-section--services .content-section__copy {
    margin: 0 auto 2.8125rem;
    max-width: 56.25rem; }

.services__items {
  display: inline-block;
  max-width: 56.25rem;
  text-align: center;
  width: 100%; }

.services__icon {
  position: absolute;
  top: 0;
  width: 3.125rem;
  height: auto;
  left: 50%;
  margin-left: -1.5625rem;
  height: 3.125rem;
  width: 3.125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
  .services__icon::after {
    background-color: #212945;
    bottom: -0.625rem;
    content: '';
    height: 0.3125rem;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  .services__icon.services__icon--hover {
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  .service__wrap:hover .services__icon.services__icon--hover {
    opacity: 1; }

.service__wrap {
  display: block;
  position: relative; }
  .service__wrap:nth-child(1):hover .services__icon::after {
    background-color: #0891d9; }
  .service__wrap:nth-child(1):hover .services__item {
    color: #0891d9; }
  .service__wrap:nth-child(2):hover .services__icon::after {
    background-color: #0c72bd; }
  .service__wrap:nth-child(2):hover .services__item {
    color: #0c72bd; }
  .service__wrap:nth-child(3):hover .services__icon::after {
    background-color: #0351b5; }
  .service__wrap:nth-child(3):hover .services__item {
    color: #0351b5; }
  @media screen and (min-width: 40em) {
    .service__wrap {
      margin-top: 0.9375rem;
      display: inline;
      width: 33.33%;
      float: left;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 7.1875rem; } }
  @media screen and (max-width: 39.9375em) {
    .service__wrap + .service__wrap {
      margin-top: 6.25rem; } }

.services__item {
  color: #212945;
  position: relative;
  bottom: -4.375rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.content-section--ideas {
  display: inline-block; }

.content-section--who {
  margin: 2.5rem 2.5rem 5rem;
  border: 0.25rem #212945 solid; }
  @media screen and (max-width: 39.9375em) {
    .content-section--who {
      margin: 0 0.625rem 3.125rem; } }

.video__thumbnail-link {
  display: block; }
  .video__thumbnail-link + .video__thumbnail-link {
    margin-top: 2.5rem; }
  .video__thumbnail-link:hover .video__thumbnail::after {
    background-color: #212945; }
  @media screen and (min-width: 64em) {
    .video__thumbnail-link {
      display: inline-block; }
      .video__thumbnail-link + .video__thumbnail-link {
        margin-top: 0;
        margin-left: 3.125rem; } }

.video__thumbnail {
  width: 90%;
  height: 12.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.9375rem;
  position: relative;
  background-size: 100%;
  background-position: center;
  overflow: hidden; }
  .video__thumbnail::after {
    background-color: rgba(33, 41, 69, 0.5);
    border-radius: 100%;
    content: '';
    height: 3.125rem;
    left: 50%;
    margin-left: -1.5625rem;
    margin-top: -1.5625rem;
    position: absolute;
    top: 50%;
    width: 3.125rem;
    z-index: 0;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s; }
  .video__thumbnail::before {
    background-image: url(assets/img/play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    content: '';
    height: 1.875rem;
    left: 50%;
    margin-left: -0.75rem;
    margin-top: -0.9375rem;
    position: absolute;
    top: 50%;
    width: 1.875rem;
    z-index: 10; }
  @media only screen and (max-device-width: 320px) {
    .video__thumbnail {
      height: 9.375rem; } }
  @media screen and (min-width: 40em) {
    .video__thumbnail {
      width: 23.125rem;
      height: 15.625rem; } }

.video__thumbnail-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .video__thumbnail-link:hover .video__thumbnail-img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.cta-footer__title {
  color: #303bb3; }
  .cta-footer--two-col .cta-footer__title {
    margin-bottom: 1.25rem; }
  .cta-footer--three-row .cta-footer__title {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media screen and (max-width: 39.9375em) {
    .cta-footer__title {
      letter-spacing: 0; } }

.cta-footer__subtitle {
  font-size: 1.625rem;
  margin-bottom: 0; }

.cta-footer__copy {
  color: #303bb3; }

.cta-footer__submit {
  color: #303bb3;
  background: transparent;
  border: 0.125rem solid #303bb3;
  height: 1.875rem;
  min-width: 9.375rem;
  width: auto;
  border-radius: 0.4375rem;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  padding: 0.625rem;
  padding-top: 0.5625rem;
  top: 0.3125rem; }
  .cta-footer__submit:hover {
    background-color: #303bb3;
    color: #fff; }
  .cta-footer--one-col .cta-footer__submit {
    margin-top: 1.25rem; }
  .cta-footer__submit.cta-footer__submit--white {
    color: #fff;
    background: transparent;
    border: 0.125rem solid #fff;
    height: 1.875rem;
    min-width: 9.375rem;
    width: 14.0625rem;
    border-radius: 0.4375rem;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
    .cta-footer__submit.cta-footer__submit--white:hover {
      background-color: #fff;
      color: #303bb3; }
  .tools-landing__link-row .cta-footer__submit + .cta-footer__submit {
    margin-top: 0.9375rem; }
    @media screen and (min-width: 40em) {
      .tools-landing__link-row .cta-footer__submit + .cta-footer__submit {
        margin-left: 1.25rem; } }

.cta-footer__label {
  margin: 0 auto 2.5rem;
  display: block; }
  @media screen and (min-width: 40em) {
    .cta-footer__label {
      margin: 0 0 2.5rem;
      display: inline-block; } }

.cta-footer__form-row .cta-footer__label {
  margin-bottom: 0.625rem; }

@media screen and (min-width: 40em) {
  .cta-footer__form-row .cta-footer__label + .cta-footer__label {
    margin-left: 1.25rem; } }

.cta-footer__label--email {
  width: 14.375rem; }

.cta-footer__label--zip {
  width: 8.125rem; }
  @media screen and (min-width: 40em) {
    .cta-footer__label--zip {
      margin: 0 0.625rem; } }

.cta-footer__input {
  border: none;
  border-bottom: 0.25rem solid #303bb3;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent; }
  .cta-footer__input::-webkit-input-placeholder {
    color: #677180;
    font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 1.0625rem; }
  .cta-footer__input:-moz-placeholder {
    /* Firefox 18- */
    color: #677180;
    font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 1.0625rem; }
  .cta-footer__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #677180;
    font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 1.0625rem; }
  .cta-footer__input:-ms-input-placeholder {
    color: #677180;
    font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 1.0625rem; }

.cta-footer__form {
  margin-top: 3.125rem; }

.cta-footer {
  border-top: 0.3125rem solid #303bb3;
  text-align: center;
  padding: 3.125rem 0;
  margin-top: 5rem; }
  @media screen and (max-width: 39.9375em) {
    .cta-footer.cta-footer--one-col {
      padding: 3.125rem 2.5rem 0; } }
  @media screen and (max-width: 39.9375em) {
    .cta-footer.cta-footer--two-col {
      padding: 0; } }
  @media screen and (min-width: 40em) {
    .cta-footer {
      padding: 5rem 0; } }
  @media screen and (min-width: 40em) {
    .cta-footer--two-col > .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; } }
  .single-case_study .cta-footer {
    padding-bottom: 0; }

.cta-footer--left-col {
  padding: 0 1.25rem; }
  @media screen and (min-width: 64em) {
    .cta-footer--left-col {
      margin: 4.375rem 0 0;
      border-right: 0.3125rem solid #303bb3;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      float: left;
      padding: 0 4.375rem;
      width: 70vw; } }
  .cta-footer--left-col .cta-footer__block:hover .cta-footer__title {
    opacity: 0; }
  .cta-footer--left-col .cta-footer__title {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }

.cta-footer--right-col {
  height: 100%;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.25rem; }
  .cta-footer--right-col .cta-footer__block {
    border-top: 0.3125rem solid #303bb3; }
  .cta-footer--right-col .cta-footer__submit {
    top: 6.25rem; }
  .cta-footer--right-col .cta-footer__title {
    -webkit-transform: none;
            transform: none;
    top: 40%; }
  @media screen and (min-width: 64em) {
    .cta-footer--right-col {
      position: absolute;
      right: 0;
      width: 30vw; }
      .cta-footer--right-col .cta-footer__block {
        border-top: none;
        display: inline-block;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: calc(50% - 150px); }
      .cta-footer--right-col .cta-footer__submit {
        top: 8.75rem; } }

.cta-footer--three-row {
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%; }

.cta-footer__block {
  position: relative; }
  .cta-footer__block br {
    display: none; }
  .cta-footer--one-col .cta-footer__block {
    width: 100%; }
  .cta-footer--three-row .cta-footer__block {
    width: 100%;
    display: inline-block;
    height: 12.5rem; }
    .cta-footer--three-row .cta-footer__block + .cta-footer__block {
      border-top: 0.3125rem solid #303bb3; }
    @media screen and (min-width: 40em) {
      .cta-footer--three-row .cta-footer__block {
        padding: 0 1.5625rem 0; }
        .cta-footer--three-row .cta-footer__block + .cta-footer__block {
          border-left: none; } }
  @media screen and (min-width: 40em) {
    .cta-footer--two-col .cta-footer__block {
      float: left !important; } }
  @media screen and (min-width: 64em) {
    .cta-footer--two-col .cta-footer__block {
      padding: 1.25rem 1.5625rem; } }
  @media screen and (max-width: 39.9375em) {
    .cta-footer__block + .cta-footer__block {
      border-top: 0.3125rem solid #303bb3; }
    .cta-footer--two-col .cta-footer__block {
      padding: 3.125rem 0.3125rem; }
    .cta-footer__block .cta-footer__title {
      font-size: 1.625rem;
      line-height: 1.75rem; } }
  @media screen and (min-width: 40em) {
    .cta-footer__block {
      padding: 0 1.5625rem;
      width: 50%; }
      .cta-footer--left-col .cta-footer__block {
        height: 25rem; }
      .cta-footer__block + .cta-footer__block {
        border-left: 0.25rem solid #303bb3; } }
  @media screen and (min-width: 64em) {
    .cta-footer--three-row .cta-footer__block {
      height: 18.75rem; }
    .cta-footer__block br {
      display: block; } }

.cta-footer__icon {
  display: none;
  text-align: center;
  margin: auto; }
  @media screen and (min-width: 40em) {
    .cta-footer__icon {
      display: block; } }

.cta-footer__block-detail {
  background-color: #fff;
  left: 0;
  opacity: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute; }
  .cta-footer__block:hover .cta-footer__block-detail {
    opacity: 1; }

.site-lightbox {
  position: relative;
  background: #fff;
  padding: 1.25rem;
  width: 100%;
  max-width: 31.25rem;
  margin: 1.25rem auto; }

.meerkat-cta {
  padding: 1.25rem 0 1.875rem 0; }
  .meerkat-cta h1, .meerkat-cta p {
    color: #fff; }
  .meerkat-cta h1 {
    line-height: 1; }

.divider--cta {
  background-color: #0891d9;
  display: inline-block;
  margin-top: 3.125rem;
  padding: 2.5rem;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .divider--cta {
      height: 17.5rem; } }
  @media screen and (min-width: 64em) {
    .divider--cta {
      height: 14.375rem; } }

@media screen and (min-width: 40em) {
  .divider--cta__left,
  .divider--cta__right {
    width: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

.divider--cta__left {
  float: left;
  margin-bottom: 2.5rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .divider--cta__left {
      text-align: left;
      margin-bottom: 0; } }

.divider--cta__right {
  text-align: center; }
  @media screen and (min-width: 40em) {
    .divider--cta__right {
      float: right; } }

.divider--cta__link {
  color: #fff;
  text-decoration: underline; }
  .divider--cta__link:hover {
    color: #212945; }

.divider--cta__quote {
  color: #fff;
  margin-bottom: 0.3125rem; }

.divider--cta__title {
  color: #fff; }
  @media screen and (min-width: 40em) {
    .divider--cta__title {
      line-height: 3.125rem; } }

.divider--cta__btn {
  color: #fff;
  background: transparent;
  border: 0.125rem solid #fff;
  height: 1.875rem;
  min-width: 9.375rem;
  width: auto;
  border-radius: 0.4375rem;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin-top: 0;
  padding-top: 0.5625rem; }
  .divider--cta__btn:hover {
    background-color: #fff;
    color: #fff; }
  .divider--cta__btn:hover {
    color: #0891d9;
    border-color: #fff;
    background-color: #fff; }

.page-section {
  background-color: #eee; }

.page-section__inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.75rem 1.25rem; }
  .page-section__inner::before, .page-section__inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .page-section__inner::after {
    clear: both; }

@media screen and (min-width: 40em) {
  .page-section__inner {
    padding: 3.75rem 0; } }

.page-section__copy {
  font-size: 1rem;
  text-align: left; }

@media screen and (min-width: 40em) {
  .page-section__copy {
    width: 83.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
    text-align: center; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .page-section__copy {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media screen and (min-width: 40em) {
    .page-section__copy:last-child:not(:first-child) {
      float: right; } }

@media screen and (min-width: 64em) {
  .page-section__copy {
    width: 68.75%; } }

.page-section__job--cta {
  background-color: #fff; }
  .page-section__job--cta h1.layered-tagline {
    margin-bottom: 3rem; }
  .page-section__job--cta .wwa-statement__copy {
    max-width: 67.1875rem; }
    .page-section__job--cta .wwa-statement__copy.wwa-statement__copy--padded {
      margin: 3.75rem auto 0; }
    .page-section__job--cta .wwa-statement__copy a {
      color: #0891d9;
      text-decoration: underline;
      -webkit-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
      .page-section__job--cta .wwa-statement__copy a:hover {
        color: #212945; }

.main-content {
  position: relative; }

.detail-tout {
  margin-bottom: 3.125rem; }
  @media screen and (min-width: 40em) {
    .detail-tout {
      margin-bottom: 0; } }

.detail-tout__tag {
  margin: 0.9375rem 0 2.5rem;
  max-width: 9.375rem;
  position: relative; }
  .detail-tout__tag::after {
    background-color: #212945;
    bottom: initial;
    content: '';
    height: 0.3125rem;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 3.75rem;
    top: -0.9375rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }

.detail-tout__date {
  position: relative; }
  .detail-tout__date::after {
    background-color: #212945;
    bottom: initial;
    content: '';
    height: 0.3125rem;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 3.75rem;
    top: -0.9375rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }

.taxonomy-content {
  margin: 2.5rem 0 1.25rem; }

.post__term.post__term--block + .post__term--block {
  margin-top: 0.3125rem; }

.post__link {
  color: #0891d9;
  text-decoration: underline; }
  .post__link.post__link--block {
    margin-bottom: 0.3125rem; }
    @media screen and (min-width: 40em) {
      .post__link.post__link--block {
        margin-top: 0.3125rem; } }
  .post__link:hover {
    color: #212945; }

.pagination {
  text-align: center; }

.pagination__link {
  padding: 0 0.875rem;
  color: #0470c6;
  border: 0.125rem solid #0470c6;
  height: 1.875rem;
  min-width: 9.375rem;
  width: auto;
  border-radius: 0.4375rem;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .ajax-loading .pagination__link {
    border-color: transparent;
    color: transparent; }
    .ajax-loading .pagination__link:hover {
      border-color: transparent;
      color: transparent; }
      .ajax-loading .pagination__link:hover .pagination__loader {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICAgICB3aWR0aD0iMzZweCIgaGVpZ2h0PSIzNnB4IiB2aWV3Qm94PSIwIDAgMzYgMzYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM2IDM2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+CgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iOTcuMjk3NiIgeTE9IjE3MC4zODI1IiB4Mj0iODYuMDY2NSIgeTI9IjE4OC45MTg0IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDAuODU1MyAwLjUxODIgMC41MTgyIC0wLjg1NTMgLTE2MC4zNjYzIDEyNi45OTQpIj4KICAgICAgICA8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5QURFIi8+CiAgICAgICAgPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzE5MjVBQSIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDxwYXRoIGZpbGw9InVybCgjU1ZHSURfMV8pIiBkPSJNMTYuMjcxLDMxLjY4NWMtMC4wODYsMC0wLjE3NS0wLjAwNy0wLjI2Mi0wLjAxOWMtMS44MjctMC4yNjYtMy41Ni0wLjg5LTUuMTUtMS44NTQKICAgICAgICBjLTEuNTktMC45NjQtMi45NDUtMi4yMTEtNC4wMjctMy43MDhjLTEuMDQ0LTEuNDQ1LTEuNzktMy4wNTgtMi4yMTYtNC43OTZjLTAuNDI3LTEuNzM4LTAuNTEyLTMuNTEzLTAuMjU1LTUuMjc4CiAgICAgICAgYzAuMjY1LTEuODI2LDAuODg5LTMuNTU5LDEuODU0LTUuMTVjMC41MTYtMC44NTIsMS42MjYtMS4xMjQsMi40NzctMC42MDhjMC44NTIsMC41MTYsMS4xMjQsMS42MjUsMC42MDgsMi40NzcKICAgICAgICBjLTAuNzEzLDEuMTc2LTEuMTczLDIuNDU0LTEuMzY5LDMuODAxYy0wLjE4OSwxLjMwMi0wLjEyNiwyLjYxMywwLjE4OSwzLjg5OGMwLjMxNSwxLjI4NSwwLjg2NiwyLjQ3NiwxLjYzNiwzLjU0MgogICAgICAgIGMwLjc5OCwxLjEwMywxLjc5OSwyLjAyNCwyLjk3NCwyLjczNmMxLjE3NSwwLjcxMiwyLjQ1NCwxLjE3MywzLjgwMiwxLjM2OWMwLjk4NiwwLjE0NCwxLjY2OCwxLjA1OSwxLjUyNCwyLjA0NQogICAgICAgIEMxNy45MjIsMzEuMDM5LDE3LjE1MiwzMS42ODUsMTYuMjcxLDMxLjY4NXoiLz4KCiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8yXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDYuMDk3MyIgeTE9IjE4Mi4zMiIgeDI9Ijk0Ljg2NyIgeTI9IjIwMC44NTQ2IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDAuODU1MyAwLjUxODIgMC41MTgyIC0wLjg1NTMgLTE2MC4zNjYzIDEyNi45OTQpIj4KICAgICAgICA8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5QURFIi8+CiAgICAgICAgPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzE5MjVBQSIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDxwYXRoIGZpbGw9InVybCgjU1ZHSURfMl8pIiBkPSJNMjguMjQ0LDI2LjAzNWMtMC4zMTgsMC0wLjY0LTAuMDg0LTAuOTMyLTAuMjYxYy0wLjg1Mi0wLjUxNi0xLjEyNS0xLjYyNS0wLjYwOS0yLjQ3NwogICAgICAgIGMwLjcxMi0xLjE3NSwxLjE3My0yLjQ1NCwxLjM3LTMuODAyYzAuMTg5LTEuMzAyLDAuMTI2LTIuNjEzLTAuMTg5LTMuODk3Yy0wLjMxNS0xLjI4My0wLjg2Ni0yLjQ3NS0xLjYzNy0zLjU0MgogICAgICAgIGMtMC43OTctMS4xMDMtMS43OTgtMi4wMjMtMi45NzQtMi43MzZjLTEuMTc0LTAuNzEyLTIuNDUzLTEuMTcyLTMuODAxLTEuMzY5Yy0wLjk4Ni0wLjE0NC0xLjY2OC0xLjA1OS0xLjUyNi0yLjA0NQogICAgICAgIGMwLjE0NC0wLjk4NiwxLjA2OS0xLjY2NywyLjA0NC0xLjUyNGMxLjgyOCwwLjI2NiwzLjU2MSwwLjg5LDUuMTUyLDEuODU0YzEuNTkyLDAuOTY1LDIuOTQ2LDIuMjEzLDQuMDI3LDMuNzA4CiAgICAgICAgYzEuMDQ0LDEuNDQ0LDEuNzksMy4wNTgsMi4yMTYsNC43OTZjMC40MjYsMS43MzcsMC41MTIsMy41MTIsMC4yNTUsNS4yNzhjLTAuMjY2LDEuODI3LTAuODkxLDMuNTYxLTEuODUzLDUuMTUKICAgICAgICBDMjkuNDQ5LDI1LjcyNiwyOC44NTQsMjYuMDM1LDI4LjI0NCwyNi4wMzV6Ii8+CiAgICA8Zz4KICAgICAgICA8cGF0aCBmaWxsPSIjMDA5QURFIiBkPSJNMTguMjczLDIzLjkxM2wtMy45ODcsMC4wNDZjLTAuMDMzLDAtMC4wNTYsMC4wMS0wLjA2MywwLjAyN2w2LjA1OSw1LjkxOGwwLjAxLDAuMDA5bC01LjkyNCw2LjA2NQogICAgICAgICAgICBDMTQuMzgxLDM1Ljk5LDE0LjM5NiwzNiwxNC40MjcsMzZsNC4xNTEtMC4wNDljMC4wNjktMC4wMDEsMC4xNjQtMC4wNDEsMC4yMTQtMC4wOTJsNS43Mi01Ljg1MkwxOC4yNzMsMjMuOTEzeiIvPgogICAgPC9nPgogICAgPGc+CiAgICAgICAgPHBhdGggZmlsbD0iIzE5MjVBQSIgZD0iTTE3LjQ4MywxMi4wNzNsMy45ODctMC4wMzJjMC4wMzMsMCwwLjA1Ny0wLjAxLDAuMDYzLTAuMDI1bC02LjAzNi01Ljk0MWwtMC4wMS0wLjAwOWw1Ljk0Ny02LjA0MwogICAgICAgICAgICBDMjEuNDIxLDAuMDEsMjEuNDA3LDAsMjEuMzc2LDBsLTQuMTUxLDAuMDMzYy0wLjA2OSwwLTAuMTY0LDAuMDQtMC4yMTQsMC4wOTJsLTUuNzQyLDUuODNMMTcuNDgzLDEyLjA3M3oiLz4KICAgIDwvZz4KPC9nPgo8L3N2Zz4="); }
  .pagination__link:hover {
    border-color: #212945;
    color: #212945; }
    .pagination__link:hover .pagination__loader {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICAgICB3aWR0aD0iMzZweCIgaGVpZ2h0PSIzNnB4IiB2aWV3Qm94PSIwIDAgMzYgMzYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM2IDM2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+CiAgICA8cGF0aCBmaWxsPSIjMjEyOTQ1IiBkPSJNMTYuMjcxLDMxLjY4NWMtMC4wODYsMC0wLjE3NS0wLjAwNy0wLjI2Mi0wLjAxOWMtMS44MjctMC4yNjYtMy41Ni0wLjg5LTUuMTUtMS44NTQKICAgICAgICBjLTEuNTktMC45NjQtMi45NDUtMi4yMTEtNC4wMjctMy43MDhjLTEuMDQ0LTEuNDQ1LTEuNzktMy4wNTgtMi4yMTYtNC43OTZjLTAuNDI3LTEuNzM4LTAuNTEyLTMuNTEzLTAuMjU1LTUuMjc4CiAgICAgICAgYzAuMjY1LTEuODI2LDAuODg5LTMuNTU5LDEuODU0LTUuMTVjMC41MTYtMC44NTIsMS42MjYtMS4xMjQsMi40NzctMC42MDhjMC44NTIsMC41MTYsMS4xMjQsMS42MjUsMC42MDgsMi40NzcKICAgICAgICBjLTAuNzEzLDEuMTc2LTEuMTczLDIuNDU0LTEuMzY5LDMuODAxYy0wLjE4OSwxLjMwMi0wLjEyNiwyLjYxMywwLjE4OSwzLjg5OGMwLjMxNSwxLjI4NSwwLjg2NiwyLjQ3NiwxLjYzNiwzLjU0MgogICAgICAgIGMwLjc5OCwxLjEwMywxLjc5OSwyLjAyNCwyLjk3NCwyLjczNmMxLjE3NSwwLjcxMiwyLjQ1NCwxLjE3MywzLjgwMiwxLjM2OWMwLjk4NiwwLjE0NCwxLjY2OCwxLjA1OSwxLjUyNCwyLjA0NQogICAgICAgIEMxNy45MjIsMzEuMDM5LDE3LjE1MiwzMS42ODUsMTYuMjcxLDMxLjY4NXoiLz4KICAgIDxwYXRoIGZpbGw9IiMyMTI5NDUiIGQ9Ik0yOC4yNDQsMjYuMDM1Yy0wLjMxOCwwLTAuNjQtMC4wODQtMC45MzItMC4yNjFjLTAuODUyLTAuNTE2LTEuMTI1LTEuNjI1LTAuNjA5LTIuNDc3CiAgICAgICAgYzAuNzEyLTEuMTc1LDEuMTczLTIuNDU0LDEuMzctMy44MDJjMC4xODktMS4zMDIsMC4xMjYtMi42MTMtMC4xODktMy44OTdjLTAuMzE1LTEuMjgzLTAuODY2LTIuNDc1LTEuNjM3LTMuNTQyCiAgICAgICAgYy0wLjc5Ny0xLjEwMy0xLjc5OC0yLjAyMy0yLjk3NC0yLjczNmMtMS4xNzQtMC43MTItMi40NTMtMS4xNzItMy44MDEtMS4zNjljLTAuOTg2LTAuMTQ0LTEuNjY4LTEuMDU5LTEuNTI2LTIuMDQ1CiAgICAgICAgYzAuMTQ0LTAuOTg2LDEuMDY5LTEuNjY3LDIuMDQ0LTEuNTI0YzEuODI4LDAuMjY2LDMuNTYxLDAuODksNS4xNTIsMS44NTRjMS41OTIsMC45NjUsMi45NDYsMi4yMTMsNC4wMjcsMy43MDgKICAgICAgICBjMS4wNDQsMS40NDQsMS43OSwzLjA1OCwyLjIxNiw0Ljc5NmMwLjQyNiwxLjczNywwLjUxMiwzLjUxMiwwLjI1NSw1LjI3OGMtMC4yNjYsMS44MjctMC44OTEsMy41NjEtMS44NTMsNS4xNQogICAgICAgIEMyOS40NDksMjUuNzI2LDI4Ljg1NCwyNi4wMzUsMjguMjQ0LDI2LjAzNXoiLz4KICAgIDxnPgogICAgICAgIDxwYXRoIGZpbGw9IiMyMTI5NDUiIGQ9Ik0xOC4yNzMsMjMuOTEzbC0zLjk4NywwLjA0NmMtMC4wMzMsMC0wLjA1NiwwLjAxLTAuMDYzLDAuMDI3bDYuMDU5LDUuOTE4bDAuMDEsMC4wMDlsLTUuOTI0LDYuMDY1CiAgICAgICAgICAgIEMxNC4zODEsMzUuOTksMTQuMzk2LDM2LDE0LjQyNywzNmw0LjE1MS0wLjA0OWMwLjA2OS0wLjAwMSwwLjE2NC0wLjA0MSwwLjIxNC0wLjA5Mmw1LjcyLTUuODUyTDE4LjI3MywyMy45MTN6Ii8+CiAgICA8L2c+CiAgICA8Zz4KICAgICAgICA8cGF0aCBmaWxsPSIjMjEyOTQ1IiBkPSJNMTcuNDgzLDEyLjA3M2wzLjk4Ny0wLjAzMmMwLjAzMywwLDAuMDU3LTAuMDEsMC4wNjMtMC4wMjVsLTYuMDM2LTUuOTQxbC0wLjAxLTAuMDA5bDUuOTQ3LTYuMDQzCiAgICAgICAgICAgIEMyMS40MjEsMC4wMSwyMS40MDcsMCwyMS4zNzYsMGwtNC4xNTEsMC4wMzNjLTAuMDY5LDAtMC4xNjQsMC4wNC0wLjIxNCwwLjA5MmwtNS43NDIsNS44M0wxNy40ODMsMTIuMDczeiIvPgogICAgPC9nPgo8L2c+Cjwvc3ZnPg=="); }

.pagination__loader {
  height: 2.625rem;
  width: 2.625rem;
  vertical-align: middle;
  border-radius: 100%;
  margin: -0.625rem 0.125rem 0;
  display: inline-block;
  position: relative;
  top: 2px;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICAgICB3aWR0aD0iMzZweCIgaGVpZ2h0PSIzNnB4IiB2aWV3Qm94PSIwIDAgMzYgMzYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM2IDM2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+CgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iOTcuMjk3NiIgeTE9IjE3MC4zODI1IiB4Mj0iODYuMDY2NSIgeTI9IjE4OC45MTg0IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDAuODU1MyAwLjUxODIgMC41MTgyIC0wLjg1NTMgLTE2MC4zNjYzIDEyNi45OTQpIj4KICAgICAgICA8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5QURFIi8+CiAgICAgICAgPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzE5MjVBQSIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDxwYXRoIGZpbGw9InVybCgjU1ZHSURfMV8pIiBkPSJNMTYuMjcxLDMxLjY4NWMtMC4wODYsMC0wLjE3NS0wLjAwNy0wLjI2Mi0wLjAxOWMtMS44MjctMC4yNjYtMy41Ni0wLjg5LTUuMTUtMS44NTQKICAgICAgICBjLTEuNTktMC45NjQtMi45NDUtMi4yMTEtNC4wMjctMy43MDhjLTEuMDQ0LTEuNDQ1LTEuNzktMy4wNTgtMi4yMTYtNC43OTZjLTAuNDI3LTEuNzM4LTAuNTEyLTMuNTEzLTAuMjU1LTUuMjc4CiAgICAgICAgYzAuMjY1LTEuODI2LDAuODg5LTMuNTU5LDEuODU0LTUuMTVjMC41MTYtMC44NTIsMS42MjYtMS4xMjQsMi40NzctMC42MDhjMC44NTIsMC41MTYsMS4xMjQsMS42MjUsMC42MDgsMi40NzcKICAgICAgICBjLTAuNzEzLDEuMTc2LTEuMTczLDIuNDU0LTEuMzY5LDMuODAxYy0wLjE4OSwxLjMwMi0wLjEyNiwyLjYxMywwLjE4OSwzLjg5OGMwLjMxNSwxLjI4NSwwLjg2NiwyLjQ3NiwxLjYzNiwzLjU0MgogICAgICAgIGMwLjc5OCwxLjEwMywxLjc5OSwyLjAyNCwyLjk3NCwyLjczNmMxLjE3NSwwLjcxMiwyLjQ1NCwxLjE3MywzLjgwMiwxLjM2OWMwLjk4NiwwLjE0NCwxLjY2OCwxLjA1OSwxLjUyNCwyLjA0NQogICAgICAgIEMxNy45MjIsMzEuMDM5LDE3LjE1MiwzMS42ODUsMTYuMjcxLDMxLjY4NXoiLz4KCiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8yXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDYuMDk3MyIgeTE9IjE4Mi4zMiIgeDI9Ijk0Ljg2NyIgeTI9IjIwMC44NTQ2IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDAuODU1MyAwLjUxODIgMC41MTgyIC0wLjg1NTMgLTE2MC4zNjYzIDEyNi45OTQpIj4KICAgICAgICA8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5QURFIi8+CiAgICAgICAgPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzE5MjVBQSIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDxwYXRoIGZpbGw9InVybCgjU1ZHSURfMl8pIiBkPSJNMjguMjQ0LDI2LjAzNWMtMC4zMTgsMC0wLjY0LTAuMDg0LTAuOTMyLTAuMjYxYy0wLjg1Mi0wLjUxNi0xLjEyNS0xLjYyNS0wLjYwOS0yLjQ3NwogICAgICAgIGMwLjcxMi0xLjE3NSwxLjE3My0yLjQ1NCwxLjM3LTMuODAyYzAuMTg5LTEuMzAyLDAuMTI2LTIuNjEzLTAuMTg5LTMuODk3Yy0wLjMxNS0xLjI4My0wLjg2Ni0yLjQ3NS0xLjYzNy0zLjU0MgogICAgICAgIGMtMC43OTctMS4xMDMtMS43OTgtMi4wMjMtMi45NzQtMi43MzZjLTEuMTc0LTAuNzEyLTIuNDUzLTEuMTcyLTMuODAxLTEuMzY5Yy0wLjk4Ni0wLjE0NC0xLjY2OC0xLjA1OS0xLjUyNi0yLjA0NQogICAgICAgIGMwLjE0NC0wLjk4NiwxLjA2OS0xLjY2NywyLjA0NC0xLjUyNGMxLjgyOCwwLjI2NiwzLjU2MSwwLjg5LDUuMTUyLDEuODU0YzEuNTkyLDAuOTY1LDIuOTQ2LDIuMjEzLDQuMDI3LDMuNzA4CiAgICAgICAgYzEuMDQ0LDEuNDQ0LDEuNzksMy4wNTgsMi4yMTYsNC43OTZjMC40MjYsMS43MzcsMC41MTIsMy41MTIsMC4yNTUsNS4yNzhjLTAuMjY2LDEuODI3LTAuODkxLDMuNTYxLTEuODUzLDUuMTUKICAgICAgICBDMjkuNDQ5LDI1LjcyNiwyOC44NTQsMjYuMDM1LDI4LjI0NCwyNi4wMzV6Ii8+CiAgICA8Zz4KICAgICAgICA8cGF0aCBmaWxsPSIjMDA5QURFIiBkPSJNMTguMjczLDIzLjkxM2wtMy45ODcsMC4wNDZjLTAuMDMzLDAtMC4wNTYsMC4wMS0wLjA2MywwLjAyN2w2LjA1OSw1LjkxOGwwLjAxLDAuMDA5bC01LjkyNCw2LjA2NQogICAgICAgICAgICBDMTQuMzgxLDM1Ljk5LDE0LjM5NiwzNiwxNC40MjcsMzZsNC4xNTEtMC4wNDljMC4wNjktMC4wMDEsMC4xNjQtMC4wNDEsMC4yMTQtMC4wOTJsNS43Mi01Ljg1MkwxOC4yNzMsMjMuOTEzeiIvPgogICAgPC9nPgogICAgPGc+CiAgICAgICAgPHBhdGggZmlsbD0iIzE5MjVBQSIgZD0iTTE3LjQ4MywxMi4wNzNsMy45ODctMC4wMzJjMC4wMzMsMCwwLjA1Ny0wLjAxLDAuMDYzLTAuMDI1bC02LjAzNi01Ljk0MWwtMC4wMS0wLjAwOWw1Ljk0Ny02LjA0MwogICAgICAgICAgICBDMjEuNDIxLDAuMDEsMjEuNDA3LDAsMjEuMzc2LDBsLTQuMTUxLDAuMDMzYy0wLjA2OSwwLTAuMTY0LDAuMDQtMC4yMTQsMC4wOTJsLTUuNzQyLDUuODNMMTcuNDgzLDEyLjA3M3oiLz4KICAgIDwvZz4KPC9nPgo8L3N2Zz4=") 50% 50% no-repeat; }
  .ajax-loading .pagination__loader {
    animation: spin 1s reverse infinite linear; }

.page-content--top-marg {
  margin-top: 1.875rem; }

.page-content__heading {
  color: #212945;
  margin: 3.75rem 0 1.25rem;
  position: relative; }
  .page-content__heading::after {
    background-color: #212945;
    bottom: initial;
    content: '';
    height: 0.3125rem;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 3.75rem;
    top: -2.1875rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  @media screen and (min-width: 40em) {
    .page-content__heading {
      margin: 4.0625rem 0 1.25rem; } }

.page-content__hero {
  position: relative;
  max-width: 100%; }
  @media screen and (min-width: 64em) {
    .page-content__hero {
      margin-bottom: 3.75rem; } }
  .page-content__hero.page-content__hero--sm {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    height: 17.1875rem;
    width: 100vw; }
    @media screen and (min-width: 40em) {
      .page-content__hero.page-content__hero--sm {
        margin-bottom: 3.125rem;
        height: 24.375rem; } }

.filter__label {
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif;
  position: relative;
  line-height: 135%;
  margin: 0.625rem 0;
  outline: 0; }
  .filter__label:hover .label__title {
    color: #0891d9; }

.label__title {
  position: relative;
  top: 0.125rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.radiobutton {
  position: relative;
  top: rem(-6);
  margin: 0;
  cursor: pointer;
  outline: 0; }
  .filter__label:hover .radiobutton:not(:checked):before {
    background-color: #eee; }
  .radiobutton:before {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border: 0.125rem solid #eee;
    border-radius: 100%;
    content: "";
    height: 1.0625rem;
    left: 0;
    position: absolute;
    width: 1.0625rem;
    z-index: 1; }
  .radiobutton:checked:before {
    background-color: #212945;
    border: 0.25rem solid #eee; }
  .radiobutton:after {
    background: #fff;
    content: "";
    cursor: pointer;
    height: 1.1rem;
    left: -0.0625rem;
    position: absolute;
    top: -0.125rem;
    width: 1.1rem; }

.post-list {
  position: relative; }

.post-list__wrap {
  margin-top: 3.125rem; }
  .post-list__wrap--large {
    margin-top: 6.25rem; }

.search-no-results .layered-tagline,
.search-no-results .page-head__subtitle {
  text-align: center; }

.search-no-results .page-head__title, .search-no-results .showcase-page__title {
  margin-bottom: 0.625rem; }

@media screen and (min-width: 40em) {
  .search-no-results .layered-tagline {
    margin-top: 6.875rem; }
  .search-no-results .page-head__subtitle {
    margin-bottom: 8.75rem; } }

.post-list__wrap--large {
  margin-top: 3.125rem; }

.post-list__entry {
  display: inline-block;
  margin-bottom: 5rem;
  padding: 0 0 0 1.25rem;
  position: relative;
  width: 100%;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s; }
  .post-list__entry::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 0.3125rem;
    background-color: #212945;
    top: 0;
    left: 0; }
  @media screen and (min-width: 40em) {
    .post-list__entry {
      padding: 2.1875rem 1.25rem;
      margin-bottom: 1.25rem; }
      .post-list__entry::after {
        display: none; } }
  .post-list__entry.post-list__entry--video:hover .media-object--thumbnail::after {
    background-color: #212945; }
  .post-list__entry.post-list__entry--highlighted {
    background-color: #212945;
    -webkit-box-shadow: 0 0 1.25rem 0.5625rem rgba(0, 0, 0, 0.17);
            box-shadow: 0 0 1.25rem 0.5625rem rgba(0, 0, 0, 0.17);
    padding: 3.125rem 1.25rem; }
    .post-list__entry.post-list__entry--highlighted::after {
      display: none; }
    .post-list__entry.post-list__entry--highlighted .post-list__summary,
    .post-list__entry.post-list__entry--highlighted .post-list__title-link {
      color: #fff; }
    .post-list__entry.post-list__entry--highlighted:hover .post-list__summary,
    .post-list__entry.post-list__entry--highlighted:hover .post-list__title-link {
      color: #212945; }
  .post-list__entry img {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  .post-list__entry:hover {
    background-color: #eee; }
    .post-list__entry:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

.post-list__title {
  display: block; }
  @media screen and (min-width: 40em) {
    .post-list__title {
      line-height: 2.9375rem; } }

.media-object--thumbnail {
  display: block;
  height: 9.375rem;
  width: 9.375rem;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  margin-top: 1.875rem; }
  .post-list__entry .media-object--thumbnail {
    padding-right: 0; }
  .post-list__entry--video .media-object--thumbnail::after {
    background-color: rgba(33, 41, 69, 0.5);
    border-radius: 100%;
    content: '';
    height: 3.125rem;
    left: 50%;
    margin-left: -1.5625rem;
    margin-top: -1.5625rem;
    position: absolute;
    top: 50%;
    width: 3.125rem;
    z-index: 0;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s; }
  .post-list__entry--video .media-object--thumbnail::before {
    background-image: url(assets/img/play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    content: '';
    height: 1.875rem;
    left: 50%;
    margin-left: -0.75rem;
    margin-top: -0.9375rem;
    position: absolute;
    top: 50%;
    width: 1.875rem;
    z-index: 10; }
  @media screen and (min-width: 40em) {
    .media-object--thumbnail {
      float: right;
      height: 17.5vw;
      margin-top: -75px;
      max-height: 9.375rem;
      max-width: 9.375rem;
      position: absolute;
      right: 1.25rem;
      top: 50%;
      width: 17.5vw; } }

.media__img {
  width: 100%;
  width: 100%; }

.post-list__desc {
  min-height: 7.5rem;
  position: relative; }
  @media screen and (min-width: 40em) {
    .post-list__desc {
      float: left;
      padding-left: 2.1875rem;
      width: 80%; }
      .post-list__desc.desc--full {
        padding-right: 2.5rem;
        width: 100%; }
      .post-list__desc::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 0.3125rem;
        background-color: #212945;
        top: 0;
        left: 0; } }

.post-list__title-link {
  top: 0.5rem;
  position: relative;
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s; }
  @media screen and (min-width: 40em) {
    .post-list__title-link {
      top: 0; } }

.post-list__summary {
  margin: 1.5625rem 0 0;
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s; }
  @media screen and (min-width: 40em) {
    .post-list__summary {
      margin: 0; } }

.entry-category {
  display: inline;
  list-style: none; }

.entry-category__link {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #0891d9; }
  .entry-category__link:hover {
    color: #212945; }

.chosen-container {
  border-bottom: 0.3125rem solid #212945;
  width: 190px !important; }
  .chosen-container::after {
    background-image: url(assets/img/chevron.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    content: '';
    height: 1.25rem;
    position: absolute;
    right: 0.3125rem;
    top: 0.1875rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 1.25rem;
    z-index: -1;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  .chosen-container.chosen-with-drop::after {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    top: -0.1875rem;
    right: 0; }
  .chosen-container span {
    text-align: left;
    padding-left: 0.3125rem;
    padding-bottom: 0.1875rem; }
  .chosen-container .chosen-results {
    border-bottom: 0.25rem solid #212945;
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0.01562rem rgba(0, 0, 0, 0.17);
            box-shadow: 0 0.3125rem 0.9375rem 0.01562rem rgba(0, 0, 0, 0.17);
    background-color: #fff;
    padding: 0.3125rem 0; }
    .chosen-container .chosen-results .active-result {
      text-align: left; }
  .chosen-container .active-result {
    color: #212945;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s; }
    .chosen-container .active-result:hover {
      color: #0891d9; }

.single-job .rte li span, .single-job .rte p span {
  color: #212945 !important;
  font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important; }
  @media screen and (min-width: 40em) {
    .single-job .rte li span, .single-job .rte p span {
      font-size: 1.3125rem !important;
      line-height: 1.875rem !important; } }

a {
  text-decoration: none; }

.rte h1 {
  line-height: 2.8125rem; }
  @media screen and (max-width: 39.9375em) {
    .page-template-template-jobs-page .rte h1 {
      font-size: 1rem;
      line-height: 1.5rem; } }

.rte h5 {
  color: #212945;
  margin: 1.25rem 0; }
  strong .rte h5,
  .rte h5 strong {
    font-size: 1rem; }

.rte p strong,
.rte strong {
  font-size: 19px; }

.rte address,
.rte em,
.rte i {
  font-family: "PT-Serif-Italic", Georgia, Cambria, "Times New Roman", Times, serif; }

.rte em,
.rte i {
  font-style: normal; }

.rte img {
  width: 100%;
  height: auto; }
  .rte img.img-right {
    margin-top: 20px; }
  @media screen and (min-width: 40em) {
    .rte img.img-25 {
      width: 25% !important; }
    .rte img.img-50 {
      width: 50% !important; }
    .rte img.img-75 {
      width: 75% !important; }
    .rte img.alignleft, .rte img.alignright {
      max-width: 100%;
      width: 480px;
      height: auto; }
    .rte img.alignleft {
      margin: 0.5em 1em 0.5em 0; }
    .rte img.alignright {
      margin: 0.5em 0 0.5em 1em; }
    .rte img.img-left, .rte img.img-right {
      width: 48%; }
    .rte img.img-right {
      float: right;
      margin-top: 0; } }

@media screen and (max-width: 39.9375em) {
  .rte p {
    font-size: 1rem;
    line-height: 1.5rem; } }

.rte li {
  margin-bottom: 0.625rem; }
  @media screen and (max-width: 39.9375em) {
    .rte li {
      font-size: 1rem;
      line-height: 1.5rem; } }

.rte a {
  color: #212945;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s; }
  .rte a:hover {
    color: #0891d9; }

.rte figure {
  padding: 25px 0 15px 0; }

.rte figcaption {
  margin: 0.625rem 0 0.9375rem;
  font-style: italic; }

@media screen and (min-width: 40em) {
  .rte .pullquote {
    width: 25%;
    left: 1.25rem;
    border-left: none;
    padding-left: 0;
    position: absolute; }
    .rte .pullquote::after {
      background-color: #212945;
      bottom: initial;
      content: '';
      height: 0.3125rem;
      left: 0;
      margin-left: 0;
      position: absolute;
      width: 3.75rem;
      top: -0.9375rem;
      -webkit-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; } }

.rte .pullquote__source {
  font-style: normal;
  margin-top: 0.625rem; }
  .rte .pullquote__source::before {
    content: ''; }

.rte .flex-video--rte {
  margin: 2.5rem 0; }

@media screen and (min-width: 40em) {
  .dk-background .rte h1,
  .dk-background .rte h2 {
    font-size: 3.75rem;
    line-height: 4.375rem; } }

.dk-background .rte h1, .dk-background .rte h2, .dk-background .rte h3, .dk-background .rte h4, .dk-background .rte h5 {
  color: #fff; }

.dk-background .rte p {
  color: #fff; }
  @media screen and (min-width: 40em) {
    .dk-background .rte p {
      font-size: 1.6875rem; } }

.rte .mejs-container, .rte .mejs-embed, .rte .mejs-embed body {
  background: transparent !important; }

.rte .wp-video {
  margin: 1.25rem 0 1.5625rem; }

.single-job .rte h2 {
  margin: 2.5rem 0 1.875rem; }

.single-job .rte li + li {
  margin-top: 0.9375rem; }

.single-job .rte p + ul {
  margin-top: 0.9375rem; }

.rte.rte--rel-pullquote .pullquote {
  border-left: none;
  left: 0;
  margin: 3.125rem 0;
  padding: 0;
  position: relative; }
  .rte.rte--rel-pullquote .pullquote::after {
    background-color: #212945;
    bottom: initial;
    content: '';
    height: 0.3125rem;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 3.75rem;
    top: -0.9375rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  @media screen and (min-width: 40em) {
    .rte.rte--rel-pullquote .pullquote {
      width: 60%; } }

.rte.rte--404 p {
  font-size: 0.875rem;
  line-height: 1.375rem; }

.rte ol {
  list-style: none;
  counter-reset: list-items; }
  .rte ol li h3::before {
    margin-right: 5px;
    content: counter(list-items) ".";
    counter-increment: list-items; }
  .rte ol li span::before {
    margin-right: 5px;
    font-weight: bold;
    content: counter(list-items) ".";
    counter-increment: list-items; }

body.mobile-filter__overlay::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9); }
  @media screen and (min-width: 64em) {
    body.mobile-filter__overlay::after {
      display: none; } }

.chosen-search {
  display: none; }

.ideas .cat-filter {
  display: none; }

.cat-filter__form {
  display: inline; }

.search-form {
  display: block; }
  @media screen and (min-width: 64em) {
    .search-form {
      display: inline-block; } }
  .template--our-work .search-form {
    display: none; }

.search-field {
  margin: 0 0 1.875rem;
  width: 100%; }
  @media screen and (min-width: 64em) {
    .search-field {
      margin-left: 0.9375rem; } }

.search-submit {
  outline: 0;
  position: absolute;
  right: 0;
  top: 3.125rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border: none; }
  .search-submit:hover {
    background: none; }
  .search-submit::before {
    background-color: transparent;
    background-image: url(assets/img/search.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 1.5625rem;
    position: relative;
    width: 1.4375rem; }
    @media screen and (min-width: 64em) {
      .search-submit::before {
        margin-left: 1.5625rem; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .ideas .search-submit {
      right: 0.625rem;
      top: 0; } }
  @media screen and (min-width: 40em) {
    .search-submit {
      top: 0; } }
  @media screen and (min-width: 64em) {
    .search-submit {
      position: relative;
      top: 0.375rem; } }

.search-form__label {
  display: none;
  position: relative; }
  .search-results .search-form__label,
  .show .search-form__label {
    display: inline-block; }
  @media (max-width: 63.9375rem) {
    .search-form__label {
      width: 100%; } }
  .search-form__label input {
    -webkit-appearance: none;
    border-radius: 0; }

.search-field {
  background-color: transparent;
  border: none;
  border-bottom: 0.3125rem #212945 solid;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
  position: relative;
  top: -0.1875rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }
  .search-field:focus {
    background-color: transparent;
    border: none;
    border-bottom: 0.3125rem #212945 solid;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

/* Hubspot Forms */
.hbspt-form {
  margin-top: 3.125rem;
  text-align: center; }
  .hbspt-form .hs-form.stacked .actions {
    margin: 0;
    padding: 0; }
  .hbspt-form .hs-button:focus:not(.inactive) {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 0.125rem solid #303bb3 !important; }
  .hbspt-form .input .hs-input {
    background-color: transparent;
    border: none;
    border-bottom: 0.25rem solid #303bb3;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 0.625rem; }
    .hbspt-form .input .hs-input::-webkit-input-placeholder {
      color: #677180;
      font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
      font-size: 1.0625rem; }
    .hbspt-form .input .hs-input:-moz-placeholder {
      /* Firefox 18- */
      color: #677180;
      font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
      font-size: 1.0625rem; }
    .hbspt-form .input .hs-input::-moz-placeholder {
      /* Firefox 19+ */
      color: #677180;
      font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
      font-size: 1.0625rem; }
    .hbspt-form .input .hs-input:-ms-input-placeholder {
      color: #677180;
      font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
      font-size: 1.0625rem; }
    .hbspt-form .input .hs-input.error:focus {
      border-color: #303bb3 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  .hbspt-form input[type="submit"] {
    color: #303bb3;
    background: transparent;
    border: 0.125rem solid #303bb3;
    height: 1.875rem;
    min-width: 9.375rem;
    width: auto;
    border-radius: 0.4375rem;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #303bb3;
    height: 0.75rem;
    margin-top: 1.25rem;
    outline: 0;
    padding: 0.5625rem 0.625rem 0.3125rem 0.625rem;
    text-shadow: none;
    top: 0.3125rem; }
    .hbspt-form input[type="submit"]:hover {
      background-color: #303bb3;
      color: #fff; }
  .hbspt-form .form-columns-1,
  .hbspt-form .form-columns-2 {
    margin: 0 auto; }
  .hbspt-form label {
    display: none !important; }
  .hbspt-form .hs-error-msgs label {
    display: block !important;
    margin-left: 0.125rem;
    position: relative;
    top: -0.3125rem; }

.hs-form .hs-button:hover:not(.inactive) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0.125rem solid #303bb3 !important; }

.single-office .hs-form .form-columns-1 {
  margin: auto; }
  .single-office .hs-form .form-columns-1 textarea {
    height: 12.5rem;
    border: 0.25rem solid #303bb3;
    padding: 0.625rem;
    margin-top: 1.25rem;
    margin-bottom: 0; }

.hs-form .hs_rfi_upload label {
  display: block !important;
  display: block !important;
  font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 17px !important;
  font-weight: normal !important;
  color: #677180; }

.email-registration-form .hs-form {
  display: inline-block;
  margin: auto; }
  .email-registration-form .hs-form .actions {
    margin: 0;
    padding: 0; }
  @media screen and (min-width: 40em) {
    .email-registration-form .hs-form > div {
      float: left;
      display: block; }
    .email-registration-form .hs-form > div:first-child {
      width: 14.0625rem; }
    .email-registration-form .hs-form input[type="submit"] {
      margin-top: 0;
      margin-left: 1.25rem; } }

.related-posts {
  display: inline-block;
  padding: 3.125rem 0 0; }
  @media screen and (min-width: 40em) {
    .related-posts {
      padding: 5rem 0 0; } }

.related-post {
  position: relative; }
  .related-post + .related-post {
    margin-top: 3.75rem; }
    @media screen and (min-width: 40em) {
      .related-post + .related-post {
        margin-top: 0; } }
  @media screen and (min-width: 40em) {
    .related-post {
      display: block;
      width: 33.33%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: left;
      padding: 0 1.25rem; } }

.related-post__title {
  position: relative; }
  .related-post__title::after {
    background-color: #212945;
    bottom: initial;
    content: '';
    height: 0.3125rem;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 3.75rem;
    top: -0.9375rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  .related-post__title:hover::after {
    background-color: #0891d9; }
  .related-post__title::after {
    top: -1.25rem; }

.sidebar__logo {
  max-width: 3.75rem;
  margin-bottom: 0.9375rem;
  height: auto; }

.sidebar__details {
  display: inline-block; }
  @media screen and (min-width: 64em) {
    .sidebar__details {
      border-right: 0.3125rem solid #212945;
      text-align: right;
      padding: 2.5rem 2.5rem 0.625rem 0; }
      .sidebar__details.sidebar__details--left {
        text-align: left; }
        .sidebar__details.sidebar__details--left .sidebar__title::before,
        .sidebar__details.sidebar__details--left .sidebar__header::before {
          left: 0; }
      .single-case_study .sidebar__details {
        border-right: transparent !important; } }
  .sidebar--no-border .sidebar__details {
    border-right: none; }
  .sidebar__details.sidebar__details--no-top {
    padding-top: 0; }
  @media screen and (max-width: 39.9375em) {
    .single-case_study .sidebar__details.sidebar__details--left {
      display: none; } }

.sidebar--left-centered .sidebar__details {
  margin: 2.5rem 0; }

@media screen and (max-width: 39.9375em) {
  .sidebar--left-centered {
    text-align: center; }
    .sidebar--left-centered .sidebar__btn {
      margin-top: 1.25rem; }
    .sidebar--left-centered .sidebar__details {
      margin: 1.25rem 0 0; }
    .sidebar--left-centered .sidebar__header {
      margin-top: 0.625rem; }
    .sidebar--left-centered .sidebar__title {
      margin-bottom: 0.3125rem; }
    .sidebar--left-centered .sidebar__tout {
      float: none;
      width: 100%; }
    .sidebar--left-centered .sidebar__title::before,
    .sidebar--left-centered .sidebar__header::before {
      display: none; } }

.sidebar__title {
  padding-top: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative; }
  .sidebar__title::before {
    content: '';
    position: absolute;
    height: 0.3125rem;
    width: 3.75rem;
    background-color: #212945;
    top: 0; }
    @media screen and (min-width: 64em) {
      .sidebar__title::before {
        right: 0; } }
  @media screen and (min-width: 40em) {
    .sidebar__title.sidebar__title--break {
      width: 80%; } }
  .single-case_study .sidebar__title {
    width: 12.5rem; }
    .single-case_study .sidebar__title br {
      display: none; }

.sidebar__subtitle span {
  display: block; }

.sidebar__title + .sidebar__subtitle {
  margin-top: -0.625rem; }

.sidebar__subtitle.sidebar__subtitle--italic {
  font-family: "PT-Serif-Italic", Georgia, Cambria, "Times New Roman", Times, serif; }

.sidebar__subtitle.sidebar__subtitle--address {
  margin-bottom: 0.625rem; }
  .sidebar__subtitle.sidebar__subtitle--address a {
    border-bottom: 1px solid #212945;
    margin-bottom: 1.25rem; }
    .sidebar__subtitle.sidebar__subtitle--address a:hover {
      color: #212945; }

@media screen and (max-width: 39.9375em) {
  .sidebar__tout {
    display: block;
    float: left;
    width: 50%; } }

@media screen and (max-width: 39.9375em) {
  .sidebar__tout.sidebar__tout--filter {
    width: 100%;
    float: none; }
    .sidebar__tout.sidebar__tout--filter .refresh-icon {
      top: 1.625rem;
      left: 7.5rem; } }

.sidebar__tout.sidebar__tout--icon {
  height: 9.375rem;
  position: relative; }
  @media screen and (min-width: 40em) {
    .sidebar__tout.sidebar__tout--icon {
      height: 6.25rem; } }

@media screen and (min-width: 40em) {
  .sidebar--no-border .sidebar__tout {
    width: 75%; } }

@media screen and (max-width: 39.9375em) {
  .sidebar__tout.sidebar__tout--office {
    display: none; } }

.sidebar__tout.sidebar__tout--tall {
  height: 9.0625rem; }

.page-template-template-jobs-page .sidebar__tout.sidebar__tout--icon {
  height: initial; }
  .page-template-template-jobs-page .sidebar__tout.sidebar__tout--icon .sidebar__header::before {
    opacity: 0; }

.refresh-icon {
  position: absolute;
  top: 2.8125rem;
  right: 1.25rem;
  -webkit-transition: -webkit-transform 0.8s ease 0s;
  transition: -webkit-transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  z-index: 10; }
  .sidebar__tout--icon:hover .refresh-icon {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    cursor: pointer; }
  @media screen and (min-width: 40em) {
    .refresh-icon {
      right: 2.5rem;
      top: 1.5625rem; } }

.filters-toggle-chevron {
  height: 0.9375rem;
  left: 5.9375rem;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  width: auto; }
  .visible .filters-toggle-chevron {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media screen and (min-width: 40em) {
    .filters-toggle-chevron {
      display: none; } }

.sidebar__header {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  position: relative; }
  .sidebar__header::before {
    content: '';
    position: absolute;
    height: 0.3125rem;
    width: 3.75rem;
    background-color: #212945;
    top: 0; }
    @media screen and (min-width: 64em) {
      .sidebar__header::before {
        right: 0; } }
  @media screen and (max-width: 39.9375em) {
    .filters .sidebar__header {
      margin-top: 0.625rem; }
      .filters .sidebar__header:before {
        display: none; } }

.sidebar__tout--icon .sidebar__copy {
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.sidebar__copy.show {
  opacity: 1; }

.sidebar__btn, .job__location__btn {
  margin-top: 3.125rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #212945;
  padding: 0.3125rem 0.625rem;
  border: 0.125rem solid #212945;
  border-radius: 0.4375rem;
  letter-spacing: .2em;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .sidebar__btn:hover, .job__location__btn:hover {
    background-color: #212945;
    color: #fff; }

.post-navigation {
  color: #0891d9;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .post-navigation:hover {
    color: #212945; }

.share-module {
  margin-bottom: 0.9375rem; }
  .sidebar--left .share-module {
    margin-bottom: 3.125rem; }
  .share-module.share-module--bio {
    margin-top: 2.5rem;
    margin-bottom: 1.875rem; }

.sidebar--left {
  margin: 2.5rem 0; }
  .sidebar--left.sidebar--left-no-top-margin {
    margin: 0 0 3.75rem; }
  @media screen and (min-width: 64em) {
    .sidebar--left {
      margin: 0; } }
  .layout--main-aside .sidebar--left {
    margin: 0; }
    .layout--main-aside .sidebar--left .sidebar__details {
      padding-top: 0; }

.share-module__header.share-module__header--caps {
  text-transform: uppercase;
  font-size: 0.75rem; }

.share-module__link {
  margin-left: 0.75rem;
  color: #212945; }

.sharer-copy {
  position: relative;
  cursor: pointer; }
  .sharer-copy::before {
    position: absolute;
    bottom: -3.8125rem;
    left: -5rem;
    background-color: rgba(33, 41, 69, 0.9);
    border-radius: 0.3125rem;
    color: #fff;
    content: attr(data-tooltip);
    padding: 1rem;
    text-transform: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 12.5rem; }
  .sharer-copy::after {
    position: absolute;
    bottom: -0.625rem;
    left: 50%;
    border-left: 0.3125rem solid transparent;
    border-right: 0.3125rem solid transparent;
    border-bottom: 0.3125rem solid rgba(33, 41, 69, 0.9);
    content: " ";
    font-size: 0;
    line-height: 0;
    margin-left: -0.3125rem;
    width: 0; }
  .sharer-copy::before, .sharer-copy::after {
    color: #fff;
    font-family: monospace;
    font-size: 1rem;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s; }
  .sharer-copy:hover::before, .sharer-copy:hover::after {
    opacity: 1; }

.block-detail__title {
  color: #303bb3;
  direction: none; }

.post__details {
  margin-bottom: 3.125rem; }
  @media screen and (min-width: 64em) {
    .post__details {
      text-align: right;
      border-right: 0.3125rem solid #212945;
      padding-right: 2.5rem; } }

.details__avatar {
  height: 7.5rem;
  width: 7.5rem;
  margin-bottom: 1.875rem; }

.details__author-job {
  margin-bottom: 1.875rem; }

.details__header {
  position: relative;
  padding: 1.875rem 0 0;
  margin-bottom: 0; }
  .details__header::before {
    content: '';
    position: absolute;
    height: 0.3125rem;
    width: 3.75rem;
    background-color: #212945;
    left: 0;
    top: 0; }
    @media screen and (min-width: 64em) {
      .details__header::before {
        left: inherit;
        right: 0; } }
  .details__header.details__header--date {
    padding-bottom: 1.875rem; }

.details__list {
  margin-left: 0; }

.details__item {
  list-style: none; }

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

.layered-tagline {
  text-align: center; }
  .pre-post__wrap .layered-tagline {
    margin-top: 1.875rem;
    margin-bottom: -0.625rem; }
  @media screen and (max-width: 39.9375em) {
    .layered-tagline .layered-tagline__dark {
      margin-bottom: 0.3125rem; } }
  .layered-tagline.layered-tagline--left {
    text-align: left; }
  .layered-tagline .layered-tagline--upper-tick {
    margin-top: 0.9375rem;
    padding-top: 0.625rem;
    position: relative; }
    .layered-tagline .layered-tagline--upper-tick::after {
      background-color: #212945;
      bottom: initial;
      content: '';
      height: 0.3125rem;
      left: 0;
      margin-left: 0;
      position: absolute;
      width: 3.75rem;
      top: -0.9375rem;
      -webkit-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
  .layered-tagline.layered-tagline--bottom-tick {
    margin-bottom: 1.5625rem;
    padding-bottom: 1.25rem;
    position: relative; }
    .layered-tagline.layered-tagline--bottom-tick::after {
      background-color: #212945;
      bottom: 0;
      content: '';
      height: 0.3125rem;
      left: 0;
      margin-left: 0;
      position: absolute;
      width: 3.75rem;
      top: initial;
      -webkit-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
  .layered-tagline.layered-tagline--404 {
    margin-top: 0.9375rem;
    margin-bottom: 1.875rem; }

.layered-tagline__dark,
.layered-tagline__light {
  display: block; }
  @media screen and (max-width: 39.9375em) {
    .layered-tagline__dark,
    .layered-tagline__light {
      font-size: 1.6875rem;
      line-height: 2rem; } }
  .layered-tagline--sm .layered-tagline__dark, .layered-tagline--sm
  .layered-tagline__light {
    letter-spacing: 0; }

.layered-tagline__light {
  color: #0891d9; }
  .layered-tagline--sm .layered-tagline__light {
    color: #0891d9;
    margin-bottom: 0.3125rem; }

.layered-tagline__dark {
  color: #212945; }

.sub-headline {
  text-align: center;
  margin: 2.1875rem 0 1.25rem; }
  @media screen and (min-width: 40em) {
    .sub-headline {
      margin: 5rem 0 1.125rem; } }

.lightbox-filter {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.975);
  z-index: 9;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none; }
  @media screen and (min-width: 64em) {
    .lightbox-filter {
      display: none; } }

.lightbox-filter__close {
  font-size: 2rem;
  position: absolute;
  top: -7.125rem;
  right: 0.125rem;
  color: #212945;
  display: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .lightbox-filter__close:hover {
    color: #0891d9;
    cursor: pointer; }
  @media (max-width: 63.75rem) {
    .mobile-filter__overlay .lightbox-filter__close {
      display: block; } }

.cat-list {
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 999;
  display: none; }
  @media (max-width: 63.75rem) {
    .mobile-filter__overlay .cat-list {
      display: block; } }

.cat-list__item {
  list-style: none; }
  .cat-list__item + .cat-list__item {
    margin-top: 1.875rem; }

.cat-list__link {
  color: #afb0b3; }

.client-logo__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  float: left;
  height: 7.5rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .client-logo__container {
      width: 50%;
      float: left; } }
  @media screen and (min-width: 64em) {
    .client-logo__container {
      width: 33.33%; } }

.client-logo {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.featured-idea {
  margin-bottom: 1.25rem;
  height: 90vw;
  max-height: 18.75rem; }
  @media screen and (min-width: 40em) {
    .featured-idea {
      height: 40vw; }
      .single-case_study .featured-idea:last-child {
        display: none; } }
  @media screen and (min-width: 64em) {
    .featured-idea {
      height: 20vw;
      margin-bottom: 0; }
      .single-case_study .featured-idea:last-child {
        display: block; } }
  .featured-idea.featured-idea--hover-copy {
    margin-bottom: 3.125rem; }

.featured-idea__thumbnail {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .featured-idea:hover .featured-idea__thumbnail {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.featured-idea__inner {
  position: relative;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 17.5rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 10;
  overflow: hidden; }
  .featured-idea__inner::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #212945;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  @media screen and (min-width: 40em) {
    .featured-idea__inner {
      min-height: 15.625rem; } }
  @media screen and (min-width: 75em) {
    .featured-idea__inner {
      min-height: 17.5rem; } }

.featured-idea__link {
  color: #fff; }
  .featured-idea--hover-copy .featured-idea__link:hover .featured-idea__inner {
    background-size: 100%; }
    .featured-idea--hover-copy .featured-idea__link:hover .featured-idea__inner::after {
      opacity: 1; }
  .featured-idea__link:hover {
    color: #fff; }
    .featured-idea__link:hover .featured-idea__inner {
      background-size: 110%; }
    .featured-idea__link:hover .featured-idea__btm-copy,
    .featured-idea__link:hover .featured-idea__tagline {
      opacity: 1; }

.featured-idea__title,
.featured-idea__timestamp {
  text-align: left;
  padding-left: 0.625rem;
  position: relative;
  z-index: 10;
  padding-top: 0.25rem; }
  .featured-idea--hover-copy .featured-idea__title, .featured-idea--hover-copy
  .featured-idea__timestamp {
    top: 0.3125rem; }

.featured-idea__title {
  padding-right: 0.625rem; }

.featured-idea__timestamp {
  margin-bottom: 18px; }

.featured-idea__title-span,
.featured-idea__timestamp-span {
  background-color: #212945;
  -webkit-box-shadow: 0.625rem 0 #212945, -0.625rem 0 #212945;
          box-shadow: 0.625rem 0 #212945, -0.625rem 0 #212945;
  color: #fff;
  padding-top: 0.0625rem;
  position: relative;
  padding-top: 7px;
  line-height: 1.6; }
  .our-work .featured-idea__title-span, .our-work
  .featured-idea__timestamp-span {
    top: -0.0625rem; }

.featured-idea__title-span br {
  display: none; }

.featured-idea--hover-copy .featured-idea__title-span {
  padding-top: 0.3125rem; }

.featured-idea__timestamp-span {
  font-style: italic;
  padding: 0.3125rem 0 0.9375rem;
  top: 0.3125rem; }

.featured-idea__btm-copy,
.featured-idea__tagline {
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.featured-idea__btm-copy {
  color: #fff;
  text-decoration: underline;
  position: absolute;
  left: 0.625rem;
  bottom: 0.625rem;
  margin: 0;
  z-index: 10; }

.featured-idea__tagline {
  color: #fff;
  line-height: 2.75rem;
  margin-top: 1.5625rem;
  padding-left: 0.625rem;
  position: relative;
  z-index: 10; }
  @media (min-width: 64rem) and (max-width: 83.125rem) {
    .featured-idea__tagline {
      font-size: 2rem;
      line-height: 2.125rem;
      margin-top: -0.3125rem; } }

@media screen and (min-width: 40em) {
  .full-carousel {
    margin-left: -20vw;
    width: 120vw; } }

.full-carousel,
.carousel--rte {
  margin-top: 3.125rem; }
  @media screen and (min-width: 40em) {
    .full-carousel,
    .carousel--rte {
      max-height: 31.25rem; } }
  .full-carousel .slick-prev,
  .carousel--rte .slick-prev {
    left: 0; }
    .full-carousel .slick-prev::before,
    .carousel--rte .slick-prev::before {
      margin-right: 0.3125rem; }
    @media screen and (min-width: 40em) {
      .full-carousel .slick-prev .full-carousel,
      .carousel--rte .slick-prev .full-carousel {
        left: 20vw; } }
  .full-carousel .slick-next,
  .carousel--rte .slick-next {
    right: 0; }
    .full-carousel .slick-next::before,
    .carousel--rte .slick-next::before {
      margin-left: 0.3125rem; }
    @media screen and (min-width: 40em) {
      .full-carousel .slick-next,
      .carousel--rte .slick-next {
        right: 0; } }
  .full-carousel .slick-prev,
  .full-carousel .slick-next,
  .carousel--rte .slick-prev,
  .carousel--rte .slick-next {
    outline: 0;
    position: absolute;
    top: calc(50% - 30px);
    font-size: 0;
    background-color: #212945;
    height: 3.75rem;
    width: 3.75rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
    .full-carousel .slick-prev:hover,
    .full-carousel .slick-next:hover,
    .carousel--rte .slick-prev:hover,
    .carousel--rte .slick-next:hover {
      background-color: #0891d9; }
    .full-carousel .slick-prev::before,
    .full-carousel .slick-next::before,
    .carousel--rte .slick-prev::before,
    .carousel--rte .slick-next::before {
      color: #fff;
      font-size: 3.375rem; }

.carousel--rte {
  margin: 1.25rem 0 3.125rem;
  max-height: 18.75rem; }
  .carousel--rte .full-carousel__link {
    max-height: 18.75rem; }
  @media screen and (min-width: 40em) {
    .carousel--rte {
      max-height: 28.125rem; }
      .carousel--rte .full-carousel__link {
        max-height: 28.125rem; } }

.full-carousel__link {
  height: 100vw;
  position: relative; }
  @media screen and (min-width: 40em) {
    .full-carousel__link {
      height: 31.25rem; } }
  @media screen and (min-width: 40em) {
    .full-carousel .full-carousel__link.slick-slide {
      width: 60vw !important; }
      .full-carousel .full-carousel__link.slick-slide::before {
        content: '';
        height: 100%;
        width: 3.125rem;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10; } }
  .carousel--rte .full-carousel__link.slick-slide {
    width: 100%; }
  .full-carousel__link::after {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #0891d9;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }

.full-carousel__copy-wrap {
  opacity: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.full-carousel__slide {
  height: 100%;
  padding: 0 6.25rem;
  background-position: center;
  background-size: cover; }

.full-carousel__tagline {
  color: #fff; }

.full-carousel__title {
  color: #fff; }

@media screen and (min-width: 64em) {
  body.fixed-nav {
    padding-top: 11.125rem; }
    body.fixed-nav .global-nav,
    body.fixed-nav .pre-post__title,
    body.fixed-nav .showcase__subhead,
    body.fixed-nav .showcase-cta__subhead {
      opacity: 0; }
    body.fixed-nav .collapsed {
      position: fixed; } }

.full-page-nav {
  margin-top: 3.125rem;
  display: inline-block;
  width: 100vw; }
  .full-page-nav.collapsed {
    margin-top: 0;
    top: 0;
    z-index: 10; }
    .full-page-nav.collapsed .full-page-nav__link-icon,
    .full-page-nav.collapsed .full-page-nav__link-icon--alt,
    .full-page-nav.collapsed .full-page-nav__link-offer,
    .full-page-nav.collapsed .full-page-nav__link-title::after {
      display: none !important; }
    .full-page-nav.collapsed .full-page-nav__link {
      height: 7.5rem;
      padding: 0 3.75rem;
      position: relative; }
    .full-page-nav.collapsed .full-page-nav__link-title {
      position: absolute;
      top: 50%;
      margin-top: -1.875rem; }

.full-page-nav__link {
  background-color: #eee;
  display: block;
  float: left;
  height: 22.8125rem;
  outline: 0;
  padding: 6.25rem 3.75rem;
  text-align: left;
  width: 100%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .full-page-nav__link:nth-child(2) {
    background-color: #e2e2e2; }
  .full-page-nav__link:nth-child(3) {
    background-color: #d6d6d6; }
  @media screen and (min-width: 64em) {
    .full-page-nav__link {
      width: 33.33%; }
      .no-touchevents .full-page-nav__link:hover, .full-page-nav__link.active {
        background-color: #0891d9; }
        .no-touchevents .full-page-nav__link:hover .full-page-nav__link-title, .full-page-nav__link.active .full-page-nav__link-title {
          color: #fff; }
          .no-touchevents .full-page-nav__link:hover .full-page-nav__link-title::after, .full-page-nav__link.active .full-page-nav__link-title::after {
            background-color: #fff; }
        .no-touchevents .full-page-nav__link:hover .full-page-nav__link-offer, .full-page-nav__link.active .full-page-nav__link-offer {
          color: #fff; }
        .no-touchevents .full-page-nav__link:hover .full-page-nav__link-icon, .full-page-nav__link.active .full-page-nav__link-icon {
          display: none; }
          .no-touchevents .full-page-nav__link:hover .full-page-nav__link-icon.full-page-nav__link-icon--alt, .full-page-nav__link.active .full-page-nav__link-icon.full-page-nav__link-icon--alt {
            display: block; }
      .no-touchevents .full-page-nav__link:nth-child(2):hover, .full-page-nav__link:nth-child(2).active {
        background-color: #0c72bd; }
      .no-touchevents .full-page-nav__link:nth-child(3):hover, .full-page-nav__link:nth-child(3).active {
        background-color: #0351b5; } }

.full-page-nav__link-title {
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .full-page-nav__link-title::after {
    background-color: #212945;
    bottom: initial;
    content: '';
    height: 0.3125rem;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 3.75rem;
    top: -0.9375rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }

.full-page-nav__link-offer {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.full-page-nav__link-icon {
  position: absolute;
  top: -4.375rem;
  left: 0.3125rem;
  width: 2.5rem;
  height: auto;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .full-page-nav__link-icon.full-page-nav__link-icon--alt {
    display: none; }

.bucket-block {
  display: inline-block;
  width: 100%; }
  .filtered .bucket-block {
    display: none; }
    .filtered .bucket-block.show {
      display: block; }
  .bucket-block:nth-child(2) .bucket-col__title,
  .bucket-block:nth-child(2) .bucket-block__headline {
    color: #0c72bd; }
  .bucket-block:nth-child(2) .divider--cta,
  .bucket-block:nth-child(2) .bucket-block__headline::after {
    background-color: #0c72bd; }
  .bucket-block:nth-child(3) .bucket-col__title,
  .bucket-block:nth-child(3) .bucket-block__headline {
    color: #0351b5; }
  .bucket-block:nth-child(3) .divider--cta,
  .bucket-block:nth-child(3) .bucket-block__headline::after {
    background-color: #0351b5; }

.bucket-block__header {
  position: relative;
  margin-top: 4.6875rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .bucket-block__header {
      margin-top: 6.25rem; } }

.bucket-block__title br {
  display: none; }

.bucket-block__headline {
  color: #0891d9;
  display: inline-block;
  line-height: 2.875rem;
  margin: 1.25rem auto 0;
  position: relative; }
  .bucket-block__headline::after {
    background-color: #0891d9;
    bottom: initial;
    content: '';
    height: 0.3125rem;
    left: 50%;
    margin-left: -1.5625rem;
    position: absolute;
    width: 3.75rem;
    top: -1.25rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  .bucket-block__headline br {
    display: none; }
  @media screen and (min-width: 40em) {
    .bucket-block__headline {
      margin: 1.25rem auto; } }

.bucket-block__icon {
  position: absolute;
  top: -3.125rem;
  width: 2.5rem;
  height: auto;
  left: 50%;
  margin-left: -0.9375rem; }

.bucket-col__title {
  color: #0891d9;
  margin-bottom: -0.3125rem; }
  .bucket-col__title .bucket-col__title--link {
    color: #0891d9;
    position: relative;
    text-decoration: none;
    padding-right: 15px; }
    .bucket-col__title .bucket-col__title--link::after {
      background-image: url(assets/img/caret-right_lightblue.svg);
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      height: 10px;
      margin-top: -6px;
      position: absolute;
      right: 0;
      top: 50%;
      width: 10px; }
    .bucket-col__title .bucket-col__title--link:hover {
      color: #212945; }
      .bucket-col__title .bucket-col__title--link:hover::after {
        background-image: url(assets/img/caret-right_deepblue.svg); }

.bucket-col--right {
  text-align: left; }
  @media screen and (min-width: 40em) {
    .bucket-col--right {
      text-align: left;
      padding-left: 1.25rem; } }

.bucket-col--left {
  text-align: left; }
  @media screen and (min-width: 40em) {
    .bucket-col--left {
      text-align: right;
      padding-right: 1.25rem; } }

.bucket-col__item + .bucket-col__item {
  margin-top: 1.875rem; }

.bucket-col__item a,
.bucket-col__item a span,
.bucket-col__item span a {
  color: #212945;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .bucket-col__item a:hover,
  .bucket-col__item a span:hover,
  .bucket-col__item span a:hover {
    color: #0891d9; }

.two-col-segment {
  margin-top: 3.125rem; }

.divider--light {
  background-color: #eee;
  text-align: center;
  padding: 1.875rem 0 1.25rem;
  margin: 1.25rem 0; }
  @media screen and (min-width: 40em) {
    .divider--light {
      padding: 3.125rem 0;
      margin: 3.125rem 0; } }

.image-gallery {
  margin-bottom: 2.5rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .image-gallery {
      margin-bottom: 5rem; } }

@media screen and (max-width: 39.9375em) {
  .image-gallery__item {
    margin-bottom: 0.625rem; } }

.image-gallery__photo {
  height: auto;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .image-gallery__photo {
      max-width: 21.875rem; } }

.image-gallery__header {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 40em) {
    .image-gallery__header {
      margin-bottom: 3.125rem; } }

.image-gallery__caption {
  margin-top: 0.625rem; }

.image-gallery__icon {
  margin-bottom: 1.25rem; }

.connected-ideas {
  display: inline-block;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 64em) {
    .connected-ideas {
      padding: 1.25rem; } }

.connected-idea {
  background-color: #fff;
  position: relative;
  z-index: 10; }

.connected-idea--left {
  font-size: 1.625rem; }
  @media screen and (min-width: 64em) {
    .connected-idea--left {
      float: left;
      padding-right: 0.3125rem; } }

@media screen and (min-width: 64em) {
  .connected-idea--right {
    float: right;
    padding-left: 0.3125rem; } }

.connected-ideas__row {
  display: inline-block;
  margin-bottom: 0.9375rem;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .connected-ideas__row {
      margin-bottom: 0; }
      .connected-ideas__row::after {
        content: '';
        position: absolute;
        border-top: 0.1875rem dotted #212945;
        width: 100%;
        height: 0.0625rem;
        left: 0;
        top: 50%; } }

@media screen and (max-width: 39.9375em) {
  .filters {
    display: none; } }

.filters-toggle {
  color: #212945;
  display: block;
  margin-top: 1.25rem; }
  .filters-toggle:active, .filters-toggle:focus {
    color: #212945; }
  @media screen and (min-width: 40em) {
    .filters-toggle {
      display: none; } }

.filters__item {
  list-style: none; }
  @media screen and (max-width: 39.9375em) {
    .filters__item + .filters__item {
      margin-top: 0.3125rem; } }

.filters__list {
  margin-left: 0; }

@media screen and (max-width: 39.9375em) {
  .sorting--role-container {
    display: none; } }

.teaser-job {
  background-color: #fff;
  text-decoration: underline; }
  .teaser-job + .teaser-job {
    margin-top: 0.9375rem; }
  @media screen and (min-width: 64em) {
    .teaser-job + .teaser-job {
      margin-top: 0.625rem; } }

.bordered-content {
  border: 0.3125rem solid #212945;
  margin-top: 5rem;
  padding: 1.5625rem 1.875rem 0.9375rem; }
  @media screen and (min-width: 40em) {
    .bordered-content {
      padding: 2.8125rem 3.125rem 1.5625rem; } }

.bordered-content__title {
  margin-bottom: 1.5625rem; }

.filter__no-results {
  opacity: 0;
  position: relative;
  top: 0.625rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .filter__no-results.show {
    opacity: 1; }

.recirculation {
  border-top: 0.25rem solid #303bb3; }
  .full-carousel + .recirculation {
    margin-top: 3.75rem; }
    @media screen and (min-width: 40em) {
      .full-carousel + .recirculation {
        margin-top: 5.625rem; } }

.dk-background {
  background-color: #303bb3;
  position: relative;
  text-align: center; }
  .dk-background .global-nav {
    background-color: #303bb3; }
  .dk-background .menu-link {
    color: #fff; }
  @media screen and (max-width: 39.9375em) {
    .dk-background .rte {
      margin-top: -10px; } }
  .dk-background .tools-landing__link-row {
    margin-top: 1.25rem; }
    @media screen and (min-width: 40em) {
      .dk-background .tools-landing__link-row {
        margin-top: 2.8125rem; } }
  @media screen and (min-width: 40em) {
    .dk-background .main-content {
      height: calc(100vh - 165px); }
    .dk-background .tools-landing {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: auto;
      max-width: 56.25rem; } }
  @media screen and (min-width: 64em) {
    .dk-background .main-content {
      height: calc(100vh - 205px); }
    .dk-background .tools-landing {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media screen and (min-width: 20.0625rem) and (max-width: 23.375rem) {
    .dk-background {
      height: 100vh; }
    .dk-background .main-content {
      height: calc(100vh - 205px);
      max-width: 67.5rem; }
    .dk-background .site-footer {
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100vw; }
    .dk-background .tools-landing {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: auto;
      max-width: 56.25rem; } }

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .dk-background {
    min-height: auto; }
    .dk-background .main-content {
      padding-bottom: 0; }
  .tools-landing {
    height: 100vh; }
    .tools-landing .pre-post__title, .tools-landing .showcase__subhead, .tools-landing .showcase-cta__subhead {
      font-size: 1.425rem;
      line-height: 1.875rem;
      margin-bottom: 0; }
    .tools-landing .pre-post__wrap {
      margin-bottom: 0.625rem; }
    .tools-landing .rte h1 {
      font-size: 1.875rem;
      line-height: 2.25rem; }
    .tools-landing .rte p {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 0; }
    .tools-landing .tools-landing__link-row {
      margin-top: 0; }
    .tools-landing .main-content {
      margin-bottom: 6.25rem; }
    .tools-landing .site-footer {
      position: absolute !important;
      bottom: 0 !important;
      width: 100% !important; } }

.submitted-message {
  color: #0891d9; }

.page-content--404 {
  margin: auto;
  max-width: 37.5rem;
  text-align: center; }

.page-title--404 {
  color: #212945;
  font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .page-title--404 {
      font-size: 0.875rem; } }

.img--404-wrapper {
  margin-bottom: 1.875rem; }

.img--404 {
  max-width: 28.125rem; }

.reload-404 {
  font-family: "PT-Serif-Italic", Georgia, Cambria, "Times New Roman", Times, serif;
  color: #0891d9;
  font-size: 0.9375rem; }

.headshot {
  margin-bottom: 1.875rem;
  position: relative; }

.headshot__image {
  overflow: hidden;
  margin-bottom: 1.25rem; }

.headshot--with-link img {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.headshot--with-link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.headshot__title, .headshot__subtitle {
  text-align: center; }

.headshot__title {
  color: #0891d9;
  margin: 1.25rem 0 0.25rem; }

.headshot-download {
  text-decoration: underline;
  color: #0891d9;
  margin-top: 1.25rem;
  display: inline-block; }
  .headshot-download:hover {
    color: #212945; }

.headshot__link {
  height: 100%;
  left: 0;
  padding: 5px;
  position: absolute;
  text-align: right;
  top: 0;
  width: 100%; }

.wwa-list__head {
  display: inline-block; }

.wwa-list-section {
  text-align: left;
  margin: 1.25rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 39.9375em) {
    .wwa-list-section:first-child .wwa-list__number {
      margin-left: 0.625rem; } }
  @media screen and (min-width: 40em) {
    .wwa-list-section {
      display: block;
      float: left;
      margin: 2.5rem 0;
      text-align: center;
      width: 50%; }
      .wwa-list-section:nth-child(odd) {
        padding-right: 3.125rem; }
      .wwa-list-section:nth-child(even) {
        padding-left: 3.125rem; } }

.wwa-list-wrapper {
  margin: 0 auto !important;
  max-width: 63.75rem; }

.wwa-list-container {
  display: inline-block; }

.wwa-list__number {
  position: relative;
  margin-bottom: 0; }
  .wwa-list__number::after {
    content: '';
    position: absolute;
    height: 0.3125rem;
    width: 4.375rem;
    bottom: 0;
    margin: auto;
    left: 50%;
    margin-left: -2.1875rem;
    background-color: #212945; }
  @media screen and (max-width: 39.9375em) {
    .wwa-list__number {
      display: block;
      float: left; }
      .wwa-list__number::after {
        width: 2.8125rem;
        margin-left: -1.40625rem; } }

.wwa-statement__copy {
  margin: auto;
  max-width: 64.25rem;
  padding: 0 1.25rem;
  text-align: center; }
  .wwa-statement__copy.wwa-statement__copy--padded {
    margin: 3.75rem auto 5rem; }
  @media screen and (max-width: 39.9375em) {
    .wwa-statement__copy p {
      font-size: 1.3125rem;
      line-height: 1.875rem; } }
  @media screen and (min-width: 40em) {
    .wwa-statement__copy p + p {
      margin-top: 3.125rem; } }

.wwa-list__title {
  margin-top: 1.875rem; }
  @media screen and (max-width: 39.9375em) {
    .wwa-list__title {
      display: inline-block;
      float: right;
      font-size: 1.375rem;
      line-height: 1.4375rem;
      margin-top: 0;
      width: calc(100% - 60px); } }

.chevron-logo {
  display: block;
  height: auto;
  margin: 1.875rem auto;
  width: 1.25rem; }
  @media screen and (min-width: 40em) {
    .chevron-logo {
      margin: 3.125rem auto 2.5rem;
      width: 1.5625rem; } }

.who-we-are .progress-box {
  background-color: #303BB3;
  max-width: 1100px;
  margin: 70px -1.25rem 50px;
  width: calc(100% + 2.5rem); }
  .who-we-are .progress-box .progress-text {
    max-width: 650px;
    padding: 55px;
    margin: 0 auto;
    font-family: "League-Spartan", serif;
    font-weight: bold;
    color: #fff;
    text-align: center; }
    .who-we-are .progress-box .progress-text p {
      margin-bottom: 0;
      font-size: 12px;
      line-height: 16px; }
      .who-we-are .progress-box .progress-text p span {
        position: relative; }
        .who-we-are .progress-box .progress-text p span:before {
          content: '\276F';
          color: #fff;
          font-size: 15px;
          position: absolute;
          right: -20px;
          bottom: 0;
          -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
        .who-we-are .progress-box .progress-text p span:after {
          content: '\276F';
          color: #fff;
          font-size: 15px;
          position: absolute;
          right: -25px;
          bottom: 0;
          -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
      .who-we-are .progress-box .progress-text p a:hover {
        color: #fff; }
        .who-we-are .progress-box .progress-text p a:hover span:before {
          right: -30px; }
        .who-we-are .progress-box .progress-text p a:hover span:after {
          right: -35px; }
      @media screen and (min-width: 40em) {
        .who-we-are .progress-box .progress-text p span:before {
          font-size: 25px;
          right: -20px; }
        .who-we-are .progress-box .progress-text p span:after {
          font-size: 25px;
          right: -30px; }
        .who-we-are .progress-box .progress-text p a:hover span:before {
          right: -30px; }
        .who-we-are .progress-box .progress-text p a:hover span:after {
          right: -40px; } }
    .who-we-are .progress-box .progress-text .progress-title {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 15px; }
  @media screen and (min-width: 40em) {
    .who-we-are .progress-box {
      margin: 100px auto;
      width: 100%; }
      .who-we-are .progress-box .progress-text p {
        font-size: 26px;
        line-height: 33px; }
        .who-we-are .progress-box .progress-text p:before {
          font-size: 30px; }
        .who-we-are .progress-box .progress-text p:after {
          font-size: 30px;
          right: 10px; }
      .who-we-are .progress-box .progress-text .progress-title {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 0; } }

@media screen and (min-width: 40em) {
  html.fixed-lb {
    position: fixed; } }

@media screen and (max-width: 39.9375em) {
  .fixed-lb .main-content {
    display: none; } }

.lightbox {
  background: #0284cf;
  background: -webkit-gradient(linear, left top, left bottom, from(#0284cf), to(#323db3));
  background: linear-gradient(#0284cf, #323db3);
  left: 0;
  min-height: 100vh;
  opacity: 0.99;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2.5rem;
  position: absolute;
  top: 100vh;
  visibility: hidden;
  width: 100vw;
  z-index: 10000;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  @media screen and (min-width: 40em) {
    .lightbox {
      position: fixed; } }
  @media screen and (min-width: 64em) {
    .lightbox {
      height: 100vh; } }
  .lightbox.show {
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
    visibility: visible; }

.lb-nav {
  padding: 0 1.25rem 2.5rem; }
  @media screen and (min-width: 40em) {
    .lb-nav {
      padding: 2.5rem; } }

.nav__home-link {
  float: left; }

.lb-nav__wrap {
  display: inline-block;
  width: 100%; }
  @media screen and (max-width: 39.9375em) {
    .lb-nav__wrap {
      border-bottom: 0.125rem solid white;
      padding: 1.25rem 0; } }

.close-lb {
  color: #fff;
  float: right;
  position: relative;
  top: 0.4375rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .close-lb:hover {
    color: #212945; }
  @media screen and (min-width: 40em) {
    .close-lb {
      top: 0.75rem; } }

.lb-content {
  margin: auto;
  max-width: 62.5rem;
  padding: 0 1.25rem; }

.lb-intro {
  text-align: center; }
  @media screen and (min-width: 40em) {
    .lb-intro {
      margin-top: 4.6875rem; } }

@media screen and (min-width: 40em) {
  .lb-nav__chevron {
    display: none; } }

.lb-nav__logo {
  display: none; }
  @media screen and (min-width: 40em) {
    .lb-nav__logo {
      display: block; } }

.lb-intro__title {
  color: #fff; }
  @media screen and (max-width: 39.9375em) {
    .lb-intro__title {
      font-size: 2.8125rem;
      line-height: 3rem; } }

.lb-intro__copy {
  color: #fff;
  margin-top: 1.25rem; }

.lb-list {
  list-style: none;
  margin: 3.125rem 0 0;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .lb-list {
      -webkit-column-count: 3;
              column-count: 3; } }
  @media screen and (min-width: 64em) {
    .lb-list {
      -webkit-column-count: 4;
              column-count: 4;
      text-align: left; } }

.lb-list__item {
  color: #fff;
  margin-bottom: 0.625rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .lb-list__item:hover .lb-list__link {
    color: #212945; }

.main-content.jobs-index-page {
  padding: 0;
  max-width: none; }

.clear {
  clear: both; }

.job__location__btn {
  width: 100%;
  text-align: center;
  font-family: "League-Spartan", serif;
  padding: 8px 0.625rem 5px;
  border-radius: 6px; }
  .job__location__btn:last-of-type {
    margin-top: 15px; }

.sidebar__subtitle.sidebar__subtitle--address a {
  line-height: 2rem; }

.please-wait, .submitting {
  opacity: 0.5; }

.job-referrer {
  display: none; }

.page-template-template-jobs-page .jobs-index-page button.slick-next,
.page-template-template-jobs-page .jobs-index-page button.slick-prev {
  min-width: 0;
  opacity: 0;
  width: 0; }

.page-template-template-jobs-page .jobs-index-page .page-head--tick {
  margin-bottom: 0; }
  .page-template-template-jobs-page .jobs-index-page .page-head--tick .page-head__title, .page-template-template-jobs-page .jobs-index-page .page-head--tick .showcase-page__title {
    margin-bottom: 0; }
  .page-template-template-jobs-page .jobs-index-page .page-head--tick:after {
    display: none; }

.page-template-template-jobs-page .jobs-index-page h3, .page-template-template-jobs-page .jobs-index-page .perks h3, .page-template-template-jobs-page .jobs-index-page h3.where-to {
  color: #AFB0B3;
  font-size: 16px;
  line-height: 20px;
  font-family: "League-Spartan", serif;
  font-weight: bold;
  text-align: center; }

.page-template-template-jobs-page .jobs-index-page h3.where-to {
  padding-bottom: 15px; }

.page-template-template-jobs-page .jobs-index-page h3.inactive {
  color: #AFB0B3; }

.page-template-template-jobs-page .jobs-index-page .whyworkhere-container {
  position: relative;
  width: 100%;
  padding-bottom: 512px;
  float: left;
  height: 0;
  margin-top: 20px;
  margin-bottom: 35px; }
  .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .slick-slider .slick-track, .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .slick-slider .slick-list {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; }
  .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    overflow: hidden; }
    .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide {
      position: relative; }
      .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .media-half {
        width: 100%;
        width: calc(100% - 42px);
        height: 56%;
        overflow: hidden;
        position: absolute;
        left: 21px;
        bottom: 0;
        z-index: 999; }
        .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .media-half .media-image {
          width: 100%;
          height: 100%; }
        .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .media-half video.video-player {
          max-height: 100%;
          min-height: 100%;
          min-width: 100%; }
        .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .media-half .playbutton {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: url("https://secure.bluestatedigital.com/page/-/agency/images/pages/play_button.png") center no-repeat;
          cursor: pointer; }
      .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half {
        position: absolute;
        top: 0;
        width: 100%;
        height: 60%;
        max-height: 450px;
        background: #1494D3;
        color: #fff; }
        .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half .text-inner {
          padding: 20px; }
        .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half p.iteration {
          font-size: 16px;
          font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
          margin-bottom: 10px; }
        .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half h2 {
          font-size: 23px;
          font-family: "League-Spartan", serif;
          font-weight: bold;
          line-height: 32px;
          padding-top: 30px;
          margin-bottom: 10px;
          position: relative;
          padding-right: 15px; }
          .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half h2:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: 5px;
            background: #fff; }
        .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half .next-slide {
          display: none; }
          .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half .next-slide p {
            font-size: 11px;
            font-family: "League-Spartan", serif;
            font-weight: bold;
            position: relative;
            display: inline-block;
            cursor: pointer; }
            .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half .next-slide p:after {
              position: absolute;
              right: -20px;
              bottom: -9px;
              content: '\276F';
              color: #fff;
              font-size: 1.375rem;
              -webkit-transition: all 0.5s ease 0s;
              transition: all 0.5s ease 0s; }
            .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half .next-slide p:hover:after {
              right: -40px; }
          .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half .next-slide.chevron-right {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 50%;
            -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s; }
            .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half .next-slide.chevron-right:after {
              position: absolute;
              content: '\276F';
              color: #fff;
              font-size: 2rem; }
            .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half .next-slide.chevron-right:hover {
              right: 0px; }

@media screen and (min-width: 40em) {
  .page-template-template-jobs-page .jobs-index-page .whyworkhere-container {
    height: 740px;
    padding-bottom: 740px; }
    .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .media-half {
      height: 61%; }
    .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-inner p.iteration {
      font-size: 17px;
      line-height: 17px;
      margin-bottom: 30px; }
    .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-inner h2 {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 30px;
      position: relative; }
    .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-inner .next-slide {
      position: absolute;
      bottom: 55px;
      right: 55px; }
      .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-inner .next-slide p {
        font-size: 14px; }
        .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-inner .next-slide p:after {
          position: absolute;
          right: -30px;
          bottom: -17px;
          font-size: 35px; } }

@media screen and (min-width: 64em) {
  .page-template-template-jobs-page .jobs-index-page .whyworkhere-container {
    margin: 50px auto;
    width: 100%;
    position: relative;
    width: 100%;
    padding-bottom: 40%;
    float: left;
    height: 0;
    margin-bottom: 60px; }
    .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere {
      margin: 0 25px;
      width: calc(100% - 50px); }
      .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .media-half {
        width: 60%;
        height: 100%;
        left: 0;
        top: 0; }
      .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half {
        width: 38%;
        height: 100%;
        max-height: none;
        right: 0; }
        .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half .text-inner {
          padding: 50px; }
          .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half .text-inner h2 {
            font-size: 30px;
            line-height: 40px; }
        .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half .next-slide {
          display: block; }
          .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half .next-slide.chevron-right {
            display: none; } }

@media (min-width: 1380px) {
  .page-template-template-jobs-page .jobs-index-page .whyworkhere-container .whyworkhere .why-slide .text-half .text-inner h2 {
    font-size: 50px;
    line-height: 60px; } }

.page-template-template-jobs-page .jobs-index-page .see-open {
  font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  margin: 0 auto 65px;
  text-align: center;
  max-width: 780px;
  font-size: 21px;
  line-height: 30px;
  color: #212945; }
  .page-template-template-jobs-page .jobs-index-page .see-open a {
    color: #1494D3;
    border-bottom: 1px solid #1494D3; }
    .page-template-template-jobs-page .jobs-index-page .see-open a:hover {
      color: #212945;
      border-bottom: 1px solid #212945; }
  @media screen and (min-width: 40em) {
    .page-template-template-jobs-page .jobs-index-page .see-open {
      margin: 0 auto 115px;
      font-size: 38px;
      line-height: 48px; } }

.page-template-template-jobs-page .jobs-index-page .perks {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto 70px auto; }
  .page-template-template-jobs-page .jobs-index-page .perks h3 {
    margin-bottom: 15px; }
  .page-template-template-jobs-page .jobs-index-page .perks .perk {
    margin: 25px 0;
    color: #212945; }
    .page-template-template-jobs-page .jobs-index-page .perks .perk .perkheadline {
      font-family: "League-Spartan", serif;
      font-size: 23px;
      line-height: 40px;
      font-weight: bold;
      margin-bottom: 0; }
    .page-template-template-jobs-page .jobs-index-page .perks .perk .perktext {
      font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
      font-weight: normal;
      font-size: 17px;
      line-height: 25px;
      padding-bottom: 0;
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .page-template-template-jobs-page .jobs-index-page .perks .perk {
      margin: 50px 25px 25px;
      width: 50%;
      width: calc(50% - 53px);
      display: inline-block;
      vertical-align: top; } }
  @media screen and (min-width: 64em) {
    .page-template-template-jobs-page .jobs-index-page .perks {
      padding: 0;
      margin: 0 auto 145px auto; }
      .page-template-template-jobs-page .jobs-index-page .perks .perk {
        width: 33%;
        width: calc(33% - 50px); }
        .page-template-template-jobs-page .jobs-index-page .perks .perk .perkheadline {
          font-size: 26px;
          line-height: 34px;
          padding-bottom: 5px; } }

.page-template-template-jobs-page .jobs-index-page .open-position-title {
  margin: 25px auto;
  max-width: 970px;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  font-family: "League-Spartan", serif;
  color: #1494D3; }
  @media screen and (min-width: 40em) {
    .page-template-template-jobs-page .jobs-index-page .open-position-title {
      margin: 50px auto;
      font-size: 50px;
      line-height: 60px; } }

.page-template-template-jobs-page .jobs-index-page .progress-box {
  background-color: #303BB3;
  max-width: 1100px;
  margin: 70px -1.25rem 50px;
  width: calc(100% + 2.5rem); }
  .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text {
    max-width: 650px;
    padding: 55px;
    margin: 0 auto;
    font-family: "League-Spartan", serif;
    font-weight: bold;
    color: #fff;
    text-align: center; }
    .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text p {
      margin-bottom: 0;
      font-size: 12px;
      line-height: 16px; }
      .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text p span {
        position: relative; }
        .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text p span:before {
          content: '\276F';
          color: #fff;
          font-size: 15px;
          position: absolute;
          right: -20px;
          bottom: 0;
          -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
        .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text p span:after {
          content: '\276F';
          color: #fff;
          font-size: 15px;
          position: absolute;
          right: -25px;
          bottom: 0;
          -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
      .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text p a:hover {
        color: #fff; }
        .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text p a:hover span:before {
          right: -30px; }
        .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text p a:hover span:after {
          right: -35px; }
      @media screen and (min-width: 40em) {
        .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text p span:before {
          font-size: 25px;
          right: -20px; }
        .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text p span:after {
          font-size: 25px;
          right: -30px; }
        .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text p a:hover span:before {
          right: -30px; }
        .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text p a:hover span:after {
          right: -40px; } }
    .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text .progress-title {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 15px; }
  @media screen and (min-width: 40em) {
    .page-template-template-jobs-page .jobs-index-page .progress-box {
      margin: 100px auto;
      width: 100%; }
      .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text p {
        font-size: 26px;
        line-height: 33px; }
        .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text p:before {
          font-size: 30px; }
        .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text p:after {
          font-size: 30px;
          right: 10px; }
      .page-template-template-jobs-page .jobs-index-page .progress-box .progress-text .progress-title {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 0; } }

.page-template-template-jobs-page .jobs-index-page .job-locations {
  margin: 0; }

.page-template-template-jobs-page .jobs-index-page .expandfilters, .page-template-template-jobs-page .jobs-index-page .hidefilters {
  margin: 20px;
  text-align: center;
  font-size: 21px;
  font-family: "League-Spartan", serif;
  color: #AFB0B3;
  position: relative;
  cursor: pointer; }

.page-template-template-jobs-page .jobs-index-page .expandfilters {
  margin-bottom: 60px; }
  .page-template-template-jobs-page .jobs-index-page .expandfilters:after {
    left: 50%;
    bottom: -25px;
    content: '\276F';
    color: #AFB0B3;
    font-size: 1.375rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute; }

.page-template-template-jobs-page .jobs-index-page .hidefilters {
  margin-top: 60px;
  display: none; }
  .page-template-template-jobs-page .jobs-index-page .hidefilters:after {
    left: 50%;
    top: -31px;
    content: '\276F';
    color: #AFB0B3;
    font-size: 1.375rem;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    position: absolute; }

.page-template-template-jobs-page .jobs-index-page .filters {
  text-align: center; }
  .page-template-template-jobs-page .jobs-index-page .filters .filter {
    margin: 10px;
    width: calc(33% - 30px);
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 57px;
    background-color: #eee;
    color: #AFB0B3;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: "League-Spartan", serif;
    text-transform: uppercase;
    cursor: pointer; }
    .page-template-template-jobs-page .jobs-index-page .filters .filter:hover {
      background-color: #AFB0B3;
      color: #eee; }
    .page-template-template-jobs-page .jobs-index-page .filters .filter.active {
      background-color: #303BB3;
      color: #fff; }
  @media screen and (min-width: 64em) {
    .page-template-template-jobs-page .jobs-index-page .filters .filter {
      width: 120px; } }

.page-template-template-jobs-page .jobs-index-page .open-positions {
  margin: 0 auto;
  max-width: 1182px; }
  .page-template-template-jobs-page .jobs-index-page .open-positions h3 {
    font-size: 25px;
    margin: 32px 0 10px 0; }
  .page-template-template-jobs-page .jobs-index-page .open-positions .position {
    margin: 30px -1.25rem;
    border-bottom: 1px solid #E2E2E2; }
    .page-template-template-jobs-page .jobs-index-page .open-positions .position:last-of-type {
      border-bottom: none; }
    .page-template-template-jobs-page .jobs-index-page .open-positions .position .position-title {
      font-size: 21px;
      line-height: 24px;
      font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
      color: #212945;
      width: 100%;
      margin: 5px 0; }
    .page-template-template-jobs-page .jobs-index-page .open-positions .position .position-location {
      font-family: "League-Spartan", serif;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 2px;
      color: #AFB0B3;
      text-transform: uppercase;
      margin: 15px 0 30px; }
  @media screen and (min-width: 40em) {
    .page-template-template-jobs-page .jobs-index-page .open-positions .position {
      margin: 30px 0; } }
  @media screen and (min-width: 64em) {
    .page-template-template-jobs-page .jobs-index-page .open-positions {
      padding: 25px; }
      .page-template-template-jobs-page .jobs-index-page .open-positions h3 {
        font-size: 36px;
        line-height: 40px;
        margin: 85px 0 20px 0; }
      .page-template-template-jobs-page .jobs-index-page .open-positions .position .position-title {
        font-size: 26px;
        line-height: 26px;
        float: left;
        width: 70%;
        margin: 0 0 20px; }
      .page-template-template-jobs-page .jobs-index-page .open-positions .position .position-location {
        font-size: 16px;
        line-height: 30px;
        float: right;
        width: 30%;
        margin: 0 0 30px; } }

.page-template-template-jobs-page .jobs-index-page .general-application-box {
  margin: 40px auto 0;
  text-align: center; }
  .page-template-template-jobs-page .jobs-index-page .general-application-box .title {
    color: #303BB3;
    font-family: "League-Spartan", serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px; }
  .page-template-template-jobs-page .jobs-index-page .general-application-box .pagination__link {
    color: #303BB3;
    border-color: #303BB3;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 20px;
    line-height: 34px;
    height: 35px; }
    .page-template-template-jobs-page .jobs-index-page .general-application-box .pagination__link:hover {
      background-color: #303BB3;
      color: #fff; }
  @media screen and (min-width: 64em) {
    .page-template-template-jobs-page .jobs-index-page .general-application-box {
      margin: 0 auto;
      padding: 90px; }
      .page-template-template-jobs-page .jobs-index-page .general-application-box .title {
        font-size: 50px;
        line-height: 60px; } }

.page-template-template-jobs-page .jobs-index-page .sidebar--left {
  margin-top: 2px; }

.page-template-template-jobs-page .jobs-index-page .sidebar__details {
  border-right: none; }

.page-template-template-jobs-page .jobs-index-page .sidebar__header {
  padding-top: 0; }
  .page-template-template-jobs-page .jobs-index-page .sidebar__header:before {
    display: none; }

.page-template-template-jobs-page .jobs-index-page .hide-mobile {
  display: none; }
  @media screen and (min-width: 40em) {
    .page-template-template-jobs-page .jobs-index-page .hide-mobile {
      display: block; } }

@media screen and (min-width: 40em) {
  .page-template-template-jobs-page .jobs-index-page .hide-desktop {
    display: none; } }

.page-template-template-jobs-page .jobs-index-page .hide-desktop .sidebar__header {
  margin-top: 0; }

.page-template-template-jobs-page .jobs-index-page .details__list {
  font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif; }

.page-template-template-jobs-page .jobs-index-page .hirenowcall {
  padding-top: 20px; }

.page-template-template-jobs-page .jobs-index-page .job-button {
  padding: 12px 20px 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #212945;
  font-family: "League-Spartan", serif;
  font-weight: bold;
  border: 2px solid #212945;
  border-radius: 6px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .page-template-template-jobs-page .jobs-index-page .job-button:hover {
    background-color: #212945;
    color: #fff; }

.page-template-template-jobs-page .jobs-index-page h3 {
  font-family: "League-Spartan", serif;
  font-size: 1.625rem;
  line-height: 2.3rem;
  color: #212945;
  margin: 0;
  text-align: left; }

.page-template-template-jobs-page .jobs-index-page .rte {
  margin-bottom: 90px; }
  .page-template-template-jobs-page .jobs-index-page .rte h1 {
    font-size: 27px;
    line-height: 1.1; }
    @media screen and (min-width: 40em) {
      .page-template-template-jobs-page .jobs-index-page .rte h1 {
        font-size: 50px; } }
  .page-template-template-jobs-page .jobs-index-page .rte h2 {
    font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 21px;
    line-height: 1.4; }
    @media screen and (min-width: 40em) {
      .page-template-template-jobs-page .jobs-index-page .rte h2 {
        font-size: 26px; } }
  .page-template-template-jobs-page .jobs-index-page .rte .description h2 {
    font-size: 36px;
    color: #212945;
    font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif; }
  .page-template-template-jobs-page .jobs-index-page .rte .description h3 {
    font-family: "League-Spartan", serif;
    font-size: 1.625rem;
    line-height: 1.875rem;
    color: #212945;
    margin: 0;
    text-align: left; }

.page-template-template-jobs-page .jobs-index-page .whatsitlike {
  max-width: 645px;
  margin-top: 50px;
  padding: 55px 0;
  border-top: 5px solid #303BB3; }
  .page-template-template-jobs-page .jobs-index-page .whatsitlike h3 {
    margin: 0;
    padding-bottom: 35px;
    font-size: 50px;
    color: #303BB3;
    line-height: 60px; }
  .page-template-template-jobs-page .jobs-index-page .whatsitlike .job-button {
    color: #303BB3;
    border: 2px solid #303BB3; }
    .page-template-template-jobs-page .jobs-index-page .whatsitlike .job-button:hover {
      background-color: #303BB3;
      color: #fff; }

@media screen and (min-width: 40em) {
  .page-template-template-jobs-page .jobs-index-page .sub-headline {
    margin-top: 4rem; } }

.page-template-template-jobs-page .jobs-index-page .main-content {
  margin-top: 0;
  padding-bottom: 25px; }

.page-template-template-jobs-page .jobs-index-page .pre-post__wrap {
  max-width: 830px;
  margin: 0 auto; }

.page-template-template-jobs-page .jobs-index-page .pre-post__title, .page-template-template-jobs-page .jobs-index-page .showcase__subhead, .page-template-template-jobs-page .jobs-index-page .showcase-cta__subhead {
  margin-bottom: 0;
  font-family: "League-Spartan", serif;
  font-size: 1.425rem;
  line-height: 1.875rem;
  color: #AFB0B3;
  letter-spacing: -0.05rem;
  text-align: center; }

.page-template-template-jobs-page .jobs-index-page .jobs-list {
  background: #eee; }
  .page-template-template-jobs-page .jobs-index-page .jobs-list .jobs-frame {
    margin: 0 auto;
    padding: 10px 30px; }
    @media (min-width: 640px) {
      .page-template-template-jobs-page .jobs-index-page .jobs-list .jobs-frame {
        max-width: 860px;
        padding: 10px 0 0; } }

.page-template-template-jobs-page .jobs-index-page .job-application {
  padding-top: 15px; }
  .page-template-template-jobs-page .jobs-index-page .job-application form > div {
    margin-top: 15px; }
  .page-template-template-jobs-page .jobs-index-page .job-application label {
    margin: 0;
    font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 15px;
    color: #212945;
    opacity: 0;
    height: 0;
    position: absolute; }
    .page-template-template-jobs-page .jobs-index-page .job-application label.show-label {
      position: relative;
      margin-bottom: 5px;
      display: block;
      opacity: 1;
      height: auto; }
  .page-template-template-jobs-page .jobs-index-page .job-application input[type="text"], .page-template-template-jobs-page .jobs-index-page .job-application input[type="email"], .page-template-template-jobs-page .jobs-index-page .job-application select {
    font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border-bottom: 5px solid #212945;
    display: inline-block; }
  .page-template-template-jobs-page .jobs-index-page .job-application select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none; }
    .page-template-template-jobs-page .jobs-index-page .job-application select::-ms-expand {
      display: none; }
  .page-template-template-jobs-page .jobs-index-page .job-application .job-select {
    position: relative; }
    .page-template-template-jobs-page .jobs-index-page .job-application .job-select select {
      position: relative;
      z-index: 2;
      background: none;
      cursor: pointer; }
    .page-template-template-jobs-page .jobs-index-page .job-application .job-select:before {
      content: '';
      position: absolute;
      right: 5px;
      top: 12px;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #212945;
      z-index: 1; }
    .page-template-template-jobs-page .jobs-index-page .job-application .job-select:after {
      content: '';
      position: absolute;
      right: 9px;
      top: 12px;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #fff;
      z-index: 1; }
  .page-template-template-jobs-page .jobs-index-page .job-application .chosen-container {
    width: 100% !important; }
    .page-template-template-jobs-page .jobs-index-page .job-application .chosen-container a {
      text-decoration: none; }
    .page-template-template-jobs-page .jobs-index-page .job-application .chosen-container .chosen-single div b {
      background: none; }
  .page-template-template-jobs-page .jobs-index-page .job-application textarea {
    font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
    border: 5px solid #212945;
    padding: 30px; }
  .page-template-template-jobs-page .jobs-index-page .job-application input[type="file"] {
    font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
    color: #212945;
    font-size: 12px; }
  @media (min-width: 640px) {
    .page-template-template-jobs-page .jobs-index-page .job-application [name="first_name"], .page-template-template-jobs-page .jobs-index-page .job-application [name="last_name"], .page-template-template-jobs-page .jobs-index-page .job-application [name="phone"], .page-template-template-jobs-page .jobs-index-page .job-application [name="job_application[answers_attributes][0][text_value]"], .page-template-template-jobs-page .jobs-index-page .job-application [name="github"] {
      width: calc(50% - 15px);
      display: inline-block; }
    .page-template-template-jobs-page .jobs-index-page .job-application [name="first_name"], .page-template-template-jobs-page .jobs-index-page .job-application [name="job_application[answers_attributes][0][text_value]"] {
      margin-right: 25px; } }
  .page-template-template-jobs-page .jobs-index-page .job-application .eeoc {
    margin: 70px 0; }
  .page-template-template-jobs-page .jobs-index-page .job-application .eeoc-instructions {
    margin: 20px 0 50px; }
  .page-template-template-jobs-page .jobs-index-page .job-application .eeoc-accordion:first-of-type {
    border-top: 1px solid #212945; }
  .page-template-template-jobs-page .jobs-index-page .job-application .eeoc-accordion .accordion-label {
    cursor: pointer;
    padding: 20px 0;
    border-bottom: 1px solid #212945;
    position: relative; }
    .page-template-template-jobs-page .jobs-index-page .job-application .eeoc-accordion .accordion-label:before {
      content: '';
      position: absolute;
      right: 12px;
      top: 27px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #212945;
      -webkit-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    .page-template-template-jobs-page .jobs-index-page .job-application .eeoc-accordion .accordion-label:after {
      content: '';
      position: absolute;
      right: 17px;
      top: 31px;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #fff;
      -webkit-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
  .page-template-template-jobs-page .jobs-index-page .job-application .eeoc-accordion .accordion-content {
    display: none;
    padding: 15px 20px 30px;
    border-bottom: 1px solid #212945; }
    .page-template-template-jobs-page .jobs-index-page .job-application .eeoc-accordion .accordion-content p {
      margin: 15px 0;
      font-size: 15px; }
    .page-template-template-jobs-page .jobs-index-page .job-application .eeoc-accordion .accordion-content ul li {
      margin: 0;
      font-size: 15px; }
    .page-template-template-jobs-page .jobs-index-page .job-application .eeoc-accordion .accordion-content a {
      color: #0891d9;
      -webkit-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
      .page-template-template-jobs-page .jobs-index-page .job-application .eeoc-accordion .accordion-content a:hover {
        opacity: 0.7; }
  .page-template-template-jobs-page .jobs-index-page .job-application .eeoc-accordion .chosen-container {
    margin: 20px 0; }
  .page-template-template-jobs-page .jobs-index-page .job-application .eeoc-accordion.closed .accordion-label:before {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  .page-template-template-jobs-page .jobs-index-page .job-application .eeoc-accordion.closed .accordion-label:after {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  .page-template-template-jobs-page .jobs-index-page .job-application .eeoc-accordion.open .accordion-label:before {
    -webkit-transform: rotate(0.25turn);
            transform: rotate(0.25turn); }
  .page-template-template-jobs-page .jobs-index-page .job-application .eeoc-accordion.open .accordion-label:after {
    -webkit-transform: rotate(0.25turn);
            transform: rotate(0.25turn);
    right: 14px;
    top: 28px; }
  .page-template-template-jobs-page .jobs-index-page .job-application .job-apply-button {
    margin-top: 15px; }

.error {
  color: #ff0000;
  font-weight: bold; }

.main-content.template--showcase {
  max-width: none;
  padding: 0; }

.showcase-header {
  margin: 0 auto 20px;
  max-width: 75rem;
  padding: 0 1.25rem;
  position: relative;
  text-align: center;
  width: 100%; }

.showcase-page__title {
  line-height: 1.2;
  margin: 1.875rem 0 1.25rem 0; }
  @media screen and (min-width: 64em) {
    .showcase-page__title {
      margin: 3.125rem 0 1.25rem 0; } }

.showcase-page__summary {
  color: #212945;
  font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0 auto 30px auto;
  text-align: center; }
  @media screen and (min-width: 64em) {
    .showcase-page__summary {
      max-width: 43.75rem;
      font-size: 1.3125rem; } }

.showcase__subhead {
  color: #303bb3;
  margin: 0.9375rem 0; }
  @media screen and (min-width: 64em) {
    .showcase__subhead {
      font-size: 1.5625rem;
      margin: 1.5625rem 0; } }

.showcase__label {
  display: inline-block;
  line-height: 1.35;
  position: relative; }
  .showcase__label::after {
    background-color: #212945;
    bottom: initial;
    content: '';
    height: 0.3125rem;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 3.75rem;
    top: -0.9375rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  .showcase__label:after {
    width: 100%; }

.showcase-links {
  color: #303bb3;
  display: block;
  margin-bottom: 1.25rem; }
  .showcase-links:hover, .showcase-links:focus {
    color: #0470c6; }
  .showcase-links:after {
    height: 7px;
    top: -20px; }

.showcase-section {
  padding: 2.5rem 0; }
  .showcase-section.section--grey {
    background: #eee; }
  .showcase-section.section--white {
    background: #fff; }
  @media screen and (min-width: 64em) {
    .showcase-section.section--large {
      padding: 5rem 0; } }

.showcase-wrap {
  margin: 0 auto;
  max-width: 43.75rem; }
  .showcase-wrap.centered {
    text-align: center; }

.showcase-content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.5rem 0; }
  @media screen and (min-width: 64em) {
    .showcase-content {
      padding: 5rem 0; } }
  .showcase-content p {
    color: #212945;
    font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 1.1875rem;
    line-height: 1.5;
    margin-bottom: 1.875rem; }

.showcase-content__column {
  padding: 0 1.25rem;
  width: 100%; }
  @media screen and (min-width: 64em) {
    .showcase-content__column {
      width: 50%; } }
  .showcase-content__column.column--graphic {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    min-height: 29.6875rem; }
    @media screen and (min-width: 64em) {
      .showcase-content__column.column--graphic {
        display: block; } }

.column--content__wrap {
  margin: 0 auto;
  max-width: 35rem; }
  @media only screen and (min-width: 1441px) {
    .column--content__wrap {
      margin: 0 0 0 auto;
      max-width: 48.125rem; } }

.showcase-mobile-mockups {
  display: block;
  margin: 60px -20px 60px -20px;
  position: relative; }
  @media screen and (min-width: 64em) {
    .showcase-mobile-mockups {
      display: none; } }

.showcase-feature {
  background: #eee;
  padding: 2.5rem 0 0 0;
  position: relative; }
  .showcase-feature:before {
    background-color: #afb0b3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 85%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .showcase-feature__wrap {
    position: relative;
    z-index: 1; }

.showcase-feature__logo {
  display: block;
  margin: 0 auto 60px auto; }
  @media screen and (min-width: 64em) {
    .showcase-feature__logo {
      margin: 15px auto 55px auto;
      max-width: 18.4375rem; } }

.showcase-feature__logo-wrap {
  padding: 0 30px; }

@media screen and (min-width: 64em) {
  .showcase-feature-left {
    padding-left: 0;
    padding-right: 30px; } }

@media screen and (min-width: 64em) {
  .showcase-feature-right {
    padding-right: 0;
    padding-left: 30px; } }

.showcase-feature__img {
  display: block;
  -webkit-box-shadow: 9px 10px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 9px 10px 30px rgba(0, 0, 0, 0.4);
  margin: 0 auto 30px auto; }
  @media screen and (min-width: 64em) {
    .showcase-feature__img {
      margin: 0 auto 20px auto; } }
  .showcase-feature__img.right {
    margin-bottom: 0; }
    @media screen and (min-width: 64em) {
      .showcase-feature__img.right {
        margin: 0 auto 20px auto; } }

.quote-panel + .stats-row {
  padding-top: 2.5rem; }

.showcase-cta__subhead {
  color: #303bb3;
  font-size: 1.5625rem;
  line-height: 1;
  margin: 0 0 1.25rem 0; }
  @media screen and (min-width: 64em) {
    .showcase-cta__subhead {
      font-size: 2.8125rem;
      margin: 0 0 1.875rem 0; } }

.showcase-cta__button {
  margin-bottom: 0; }

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

.stats-row {
  margin: 0 auto;
  max-width: 60rem;
  padding: 1.25rem 0 0 0;
  text-align: center; }

.stats-block {
  display: inline-block;
  margin-bottom: 1.875rem;
  padding: 0 10px;
  vertical-align: top;
  width: 100%; }
  .stats-block:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 64em) {
    .stats-block {
      margin-bottom: 0;
      width: 32%; } }

.stat-label {
  display: block;
  line-height: 1.1;
  margin-bottom: 0.625rem; }

.stat-value {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.08;
  margin: 0; }
  @media screen and (min-width: 64em) {
    .stat-value {
      font-size: 3rem; } }

.stat-arrow {
  background: transparent url("assets/img/double-caret.png") no-repeat center;
  bottom: 6px;
  display: inline-block;
  height: 1.875rem;
  margin-right: 0.625rem;
  position: relative;
  width: 1.875rem; }
  .stat-arrow.arrow--down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.chart__title {
  color: #212945;
  font-size: 1.4rem;
  line-height: 2.375rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .chart__title {
      font-size: 1.45rem; } }

.chart__tagline {
  text-align: center; }

.chart__tout {
  background: #fff;
  margin: auto;
  padding: 1.375rem 1.375rem 0.375rem;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .chart__tout {
      width: 14.8125rem; } }
  @media screen and (min-width: 64em) {
    .chart__tout {
      position: absolute;
      right: calc(100% + 75px);
      top: 75px; }
      #generations .chart__tout {
        top: 0; }
      .chart--vertical .chart__tout {
        bottom: 7.75rem;
        left: 100%;
        top: auto;
        right: auto; } }
  .chart__tout a {
    color: #27B1E6;
    text-decoration: underline; }

.chart__svg {
  margin-left: auto;
  margin-top: 6.25rem;
  max-width: 54.875rem; }
  .chart--vertical .chart__svg {
    margin-right: auto;
    max-width: 41.4375rem; }
  .chart--narrow .chart__svg {
    max-width: 46.0625rem; }
    @media (min-width: 1200px) {
      .chart--narrow .chart__svg {
        margin-left: 19.75rem;
        margin-right: 0; } }

.parents_and_families {
  position: relative; }

@media screen and (min-width: 40em) {
  .parents_and_families {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .parents_and_families .chart__tout {
      margin-right: 20px; } }

@media screen and (min-width: 64em) {
  .parents_and_families .chart__tout {
    top: 375px;
    left: calc(100% - 250px);
    position: absolute;
    right: 10px;
    bottom: auto; } }

@media screen and (min-width: 40em) {
  .family_rows {
    width: calc(30% - 20px);
    margin-left: 20px;
    float: left; } }

@media screen and (min-width: 64em) {
  .family_rows {
    width: 25%;
    margin-left: 0; } }

.family_row .family_stat_block {
  margin: 30px 0;
  width: 100%; }
  .family_row .family_stat_block .family_stat {
    font-size: 72px;
    line-height: 60px;
    color: #1494D3;
    font-family: "League-Spartan", serif;
    display: block;
    margin: 25px 0; }
  .family_row .family_stat_block .family_desc {
    font-size: 16px;
    color: #212945;
    font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif; }

.family_quote_block.active {
  display: block; }

@media screen and (min-width: 40em) {
  .family_quote_block {
    margin-top: 40px;
    width: calc(70% - 50px);
    position: relative;
    padding-left: 75px; } }

@media screen and (min-width: 64em) {
  .family_quote_block {
    width: calc(75% - 350px); } }

.family_quote_block .family_quote {
  padding-bottom: 10px;
  border-bottom: 1px solid #afb0b3; }
  .family_quote_block .family_quote p {
    color: #212945;
    font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 33px;
    line-height: 43px; }
    .family_quote_block .family_quote p:first-of-type {
      margin-top: 50px;
      padding-top: 50px;
      position: relative;
      border-top: 1px solid #212945; }
      @media screen and (min-width: 40em) {
        .family_quote_block .family_quote p:first-of-type {
          margin-top: 0;
          padding-top: 0; } }
      .family_quote_block .family_quote p:first-of-type:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #212945;
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -10px; }
      .family_quote_block .family_quote p:first-of-type:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #eee;
        position: absolute;
        top: -19px;
        left: 50%;
        margin-left: -10px; }
      @media screen and (min-width: 40em) {
        .family_quote_block .family_quote p:first-of-type {
          border: none; }
          .family_quote_block .family_quote p:first-of-type:before, .family_quote_block .family_quote p:first-of-type:after {
            display: none; } }

.family_quote_block .family_quote_name {
  margin: 20px 0 0;
  font-size: 16px;
  font-family: "League-Spartan", serif;
  color: #212945;
  font-weight: bold; }

.family_quote_block .family_quote_title {
  font-size: 13px;
  line-height: 17px;
  font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  color: #212945; }

.bsd-map {
  margin: 0 auto;
  position: relative; }
  .bsd-map .bsd-map-key {
    margin: 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .bsd-map .bsd-map-key .bsd-map-key-element {
      margin: 0 20px;
      padding-left: 25px;
      position: relative;
      font-family: "League-Spartan", serif;
      font-size: 12px;
      line-height: 20px;
      color: #afb0b3;
      font-weight: bold; }
      .bsd-map .bsd-map-key .bsd-map-key-element:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        background: #1494D3; }
      .bsd-map .bsd-map-key .bsd-map-key-element:nth-of-type(2):before {
        background: #303bb3; }
  .bsd-map .bsd-map-image {
    max-height: 300px;
    margin: 100px auto 0; }
  @media screen and (min-width: 40em) {
    .bsd-map .bsd-map-key {
      position: absolute;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      top: 150px; }
      .bsd-map .bsd-map-key .bsd-map-key-element {
        margin-bottom: 10px; }
    .bsd-map .bsd-map-image {
      max-width: 920px;
      max-height: 460px; }
    .bsd-map .chart__tout {
      top: auto;
      bottom: 0;
      right: 0; } }
  @media screen and (min-width: 64em) {
    .bsd-map .bsd-map-image {
      max-height: 550px; } }

.tooltip {
  background: #fff;
  border: 2px solid #1494d3;
  padding: 20px 34px; }
  .tooltip.js-svg-tooltip {
    position: absolute; }
  .tooltip.is-invisible {
    visibility: hidden;
    z-index: 0; }

.tooltip-left:after, .tooltip-left:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.tooltip-left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 15px;
  margin-top: -15px; }

.tooltip-left:before {
  border-color: rgba(20, 148, 211, 0);
  border-right-color: #1494d3;
  border-width: 18px;
  margin-top: -18px; }

.tooltip-down:after, .tooltip-down:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.tooltip-down:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px; }

.tooltip-down:before {
  border-color: rgba(20, 148, 211, 0);
  border-top-color: #1494d3;
  border-width: 18px;
  margin-left: -18px; }

.tooltip__wrapper {
  position: relative; }

.tooltip__value {
  color: #1494d3;
  display: block;
  font-family: "League-Spartan", serif;
  font-size: 1.4375rem;
  line-height: 1.2; }

.tooltip__label {
  color: #212945;
  display: block;
  font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.0625rem; }

.case-study__carousel {
  background: rgba(0, 0, 0, 0.07);
  padding: 100px 0; }
  .case-study__carousel .carousel-copy {
    margin: 40px auto 0;
    max-width: 827px;
    padding: 0 20px;
    text-align: center; }
  .case-study__carousel .slide-wrapper {
    text-align: center; }
  .case-study__carousel .slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 288px;
    margin: 0 5px; }
  .case-study__carousel .slide-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.case-study__copy {
  margin: 40px auto;
  max-width: 787px;
  text-align: center; }

.case-study__hero {
  position: relative; }
  .case-study__hero .full-bleed {
    width: 100%; }
  .case-study__hero .preview-thumbnail-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .case-study__hero .preview-thumbnail {
    margin: 20px; }
  .case-study__hero .preview-image {
    border-radius: 7px; }
  @media screen and (min-width: 40em) {
    .case-study__hero {
      margin-bottom: 20%; }
      .case-study__hero .preview-thumbnail-wrapper {
        bottom: -200px;
        position: absolute;
        width: 100%; } }

.case-study__intro {
  margin: 40px auto;
  max-width: 994px;
  text-align: center; }
  .case-study__intro p {
    font-size: 21px;
    margin: 40px auto 20px;
    max-width: 580px; }

.case-study__preview {
  padding: 20px; }

.case-study__related {
  padding: 0 20px; }
  .case-study__related .related-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1205px; }
  .case-study__related .related-study {
    margin: 10px 0;
    width: 32%; }
    .case-study__related .related-study:nth-of-type(2) {
      margin: 10px 2%; }
    .case-study__related .related-study p {
      color: #fff; }
    @media screen and (min-width: 40em) {
      .case-study__related .related-study {
        width: 32%; }
        .case-study__related .related-study:nth-of-type(2) {
          margin: 10px 2%; } }

.case-study__split {
  padding: 40px 0; }
  .case-study__split .split-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .case-study__split .split-copy {
    max-width: 580px; }
    @media screen and (min-width: 40em) {
      .case-study__split .split-copy {
        margin-left: 30px; } }

.case-study__story {
  background: #00AEFF;
  padding: 150px 0; }
  .case-study__story .story-copy-wrapper {
    margin: 120px auto 0;
    max-width: 827px;
    padding: 0 20px;
    text-align: center; }
    .case-study__story .story-copy-wrapper h2,
    .case-study__story .story-copy-wrapper p {
      color: #fff; }
  .case-study__story .story-preview-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1280px;
    padding: 0 20px; }
  .case-study__story .preview-thumbnail {
    padding: 20px; }

.case-study h1 {
  color: #212945;
  font-family: "League-Spartan", serif;
  font-size: 45px;
  line-height: 1.29; }

.case-study h2 {
  color: #303bb3;
  font-family: "League-Spartan", serif;
  font-size: 25px;
  line-height: 1.52; }
  .case-study h2.cta-footer__title {
    font-size: 3.125rem; }

.case-study p {
  color: #212945;
  font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 19px;
  line-height: 1.57; }

.case-study .case-shadow {
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5); }

.case-study .preview {
  display: block;
  margin: auto;
  max-width: 1280px;
  width: 100%; }

.case-study__link-section {
  padding: 0 20px; }
  .case-study__link-section .links-section {
    border-bottom: 6px solid #303bb3;
    margin: 40px auto;
    max-width: 1247px; }
    @media screen and (min-width: 40em) {
      .case-study__link-section .links-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .case-study__link-section .link-list {
    list-style: none;
    margin-bottom: 60px;
    margin-left: 0;
    padding-right: 20px; }
    .case-study__link-section .link-list:last-of-type {
      padding-right: 0; }
    .case-study__link-section .link-list h3 {
      color: #303bb3;
      font-family: "League-Spartan", serif;
      font-size: 19px; }
    .case-study__link-section .link-list li {
      font-family: "PT-Serif", Georgia, Cambria, "Times New Roman", Times, serif;
      font-size: 19px;
      line-height: 1.63;
      margin-bottom: 3px; }
    .case-study__link-section .link-list a {
      color: #212945;
      text-decoration: underline; }
      .case-study__link-section .link-list a:hover {
        color: #303bb3; }

.case-study__split-preview {
  padding: 40px 0; }
  .case-study__split-preview .split-preview-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .case-study__split-preview .preview-image {
    padding: 20px; }

/**
* Utility classes
*/
.hidden {
  display: none !important; }

.visible {
  display: block !important; }

/**
* Wordpress image alignment
*/
.alignright {
  float: none; }
  @media screen and (min-width: 64em) {
    .alignright {
      float: right; } }

.alignleft {
  float: none; }
  @media screen and (min-width: 64em) {
    .alignleft {
      float: left; } }

.aligncenter {
  max-width: 100%;
  margin: 0 auto; }

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