@charset "UTF-8";
/*! 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: normal !important;
  font-family: "NationalBold" !important;
  font-size: 17px !important;
  line-height: 31px !important;
  color: #000 !important; }

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* new 737px(iphone 6plus), 1024px old: (40.063em, 64em);*/
meta.foundation-version {
  font-family: "/5.5.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 46em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:46.0625em)/";
  width: 46.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:46.0625em) and (max-width:64em)/";
  width: 46.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

html {
  box-sizing: border-box; }

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

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #5c5c5c;
  cursor: auto;
  font-family: National, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

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

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 76.25rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

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

.column + .column:last-child,
.columns + .columns:last-child {
  float: right; }

.column + .column.end,
.columns + .columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 12.5%; }
  .small-2 {
    width: 25%; }
  .small-3 {
    width: 37.5%; }
  .small-4 {
    width: 50%; }
  .small-5 {
    width: 62.5%; }
  .small-6 {
    width: 75%; }
  .small-7 {
    width: 87.5%; }
  .small-8 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 12.5% !important; }
  .small-offset-2 {
    margin-left: 25% !important; }
  .small-offset-3 {
    margin-left: 37.5% !important; }
  .small-offset-4 {
    margin-left: 50% !important; }
  .small-offset-5 {
    margin-left: 62.5% !important; }
  .small-offset-6 {
    margin-left: 75% !important; }
  .small-offset-7 {
    margin-left: 87.5% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 46.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 12.5%; }
  .medium-2 {
    width: 25%; }
  .medium-3 {
    width: 37.5%; }
  .medium-4 {
    width: 50%; }
  .medium-5 {
    width: 62.5%; }
  .medium-6 {
    width: 75%; }
  .medium-7 {
    width: 87.5%; }
  .medium-8 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 12.5% !important; }
  .medium-offset-2 {
    margin-left: 25% !important; }
  .medium-offset-3 {
    margin-left: 37.5% !important; }
  .medium-offset-4 {
    margin-left: 50% !important; }
  .medium-offset-5 {
    margin-left: 62.5% !important; }
  .medium-offset-6 {
    margin-left: 75% !important; }
  .medium-offset-7 {
    margin-left: 87.5% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 87.5%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 12.5%; }
  .large-2 {
    width: 25%; }
  .large-3 {
    width: 37.5%; }
  .large-4 {
    width: 50%; }
  .large-5 {
    width: 62.5%; }
  .large-6 {
    width: 75%; }
  .large-7 {
    width: 87.5%; }
  .large-8 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 12.5% !important; }
  .large-offset-2 {
    margin-left: 25% !important; }
  .large-offset-3 {
    margin-left: 37.5% !important; }
  .large-offset-4 {
    margin-left: 50% !important; }
  .large-offset-5 {
    margin-left: 62.5% !important; }
  .large-offset-6 {
    margin-left: 75% !important; }
  .large-offset-7 {
    margin-left: 87.5% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 87.5%;
    left: auto; } }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 0; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0 0; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; } }

@media only screen and (min-width: 46.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; } }

@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; } }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }
  .clearing-close:hover,
  .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 46.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

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

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

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

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

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

@media only screen and (max-width: 46em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 46.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

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

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

/* Default Link Styles */
a {
  color: #000;
  line-height: inherit;
  text-decoration: none; }
  a:hover,
  a:focus {
    color: black; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1.0625rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.28125rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: National, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #595959;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.8125rem; }

h2 {
  font-size: 1.875rem; }

h3 {
  font-size: 0.75rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

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

hr {
  border: solid #bdbdbd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.875rem 0 1.8125rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: normal !important;
  line-height: inherit; }

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

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1.0625rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

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

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #5c5c5c;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 1.875rem 1.875rem 1.875rem 8.125rem;
  border-left: 0; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #3b3b3b; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #3b3b3b; }

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

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 46.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 3.4375rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.0625rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 46.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

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

/* Specific visibility for tables */
table.hide-for-landscape,
table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus,
  .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important; }
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  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) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  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; } }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 56px;
  width: 56px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: url("/wp-content/themes/sandbox/assets/images/svg/arrow.svg") 50% 50% no-repeat;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  color: transparent;
  top: 172px;
  margin-top: -28px;
  padding: 0;
  border: none;
  outline: none;
  opacity: 1;
  transition: opacity ease 250ms; }
  .slick-prev:hover,
  .slick-prev:focus
,
  .slick-next:hover, .slick-next:focus {
    outline: none;
    color: transparent; }
  .slick-prev.slick-disabled
,
  .slick-next.slick-disabled {
    opacity: 0;
    cursor: default; }
  @media only screen and (max-width: 46em) {
    .slick-prev,
    .slick-next {
      display: none !important; } }
  @media only screen and (min-width: 46.0625em) and (max-width: 64em) {
    .slick-prev,
    .slick-next {
      display: none !important; } }
  @media only screen and (min-width: 64.0625em) and (max-width: 90em) {
    .slick-prev,
    .slick-next {
      display: none !important; } }

.slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

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

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

/* Dots */
.slick-slider {
  padding: 60px 0 0; }
  @media only screen and (min-width: 90.0625em) {
    .slick-slider {
      padding: 60px 0 15px; } }

.slick-dots {
  position: absolute;
  top: 0;
  margin: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  @media only screen and (min-width: 90.0625em) {
    .slick-dots {
      display: none !important; } }
  .slick-dots
li {
    position: relative;
    display: inline-block;
    height: 38px;
    width: 38px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .slick-dots
li
button {
      border: 0;
      padding: 0;
      display: block;
      height: 38px;
      width: 38px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      background: transparent;
      cursor: pointer;
      position: relative; }
      .slick-dots
li
button:hover, .slick-dots
li
button:focus {
        outline: none; }
      .slick-dots
li
button:after {
        transition: background-color ease 150ms;
        background-color: #c0c0c0;
        border-radius: 100%;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 14px;
        height: 14px; }
    .slick-dots
li.slick-active button:after {
      background-color: #000000; }

.slick-slide p, .slick-slide
h3 {
  padding-right: 30px; }

.slick-slide
h3 {
  margin-top: 1.875rem; }

.slick-slide > a {
  display: block; }

.slick-slide img {
  min-width: 100%; }



h1, .h1 {
  font-family: ChronicleDisp, National, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 41px;
  color: #000;
  clear: both; }
  @media only screen and (min-width: 46.0625em) {
    h1, .h1 {
      font-size: 55px;
      line-height: 70px; } }

h2, h3 {
  font-weight: normal;
  clear: both;
  color: #000; }

h1, h2 {
  margin-bottom: 1.5625rem; }

h3 {
  margin-top: 3.125rem; }

h4 {
  color: #000; }

@media only screen and (min-width: 46.0625em) {
  main {
    margin-top: 150px;
    transition: margin-top cubic-bezier(0.19, 1, 0.22, 1) 900ms; } }

@media only screen and (max-width: 46em) {
  p {
    font-size: 0.75rem; } }

.container {
  overflow-x: hidden; }
  @media only screen and (max-width: 46em) {
    .container {
      font-size: 0.75rem; }
      .show-nav .container {
        height: 100%;
        overflow: hidden; } }
  @media only screen and (min-width: 46.0625em) {
    .container {
      font-size: 1.5rem; } }
  .container-gray {
    background-color: #dadcdf; }

blockquote {
  position: relative;
  font-family: ChronicleDisp, National, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  @media only screen and (max-width: 46em) {
    blockquote {
      font-size: 0.875rem;
      line-height: 1.4375rem;
      padding: 0.9375rem 0.9375rem 0.9375rem 4.6875rem; }
      blockquote
cite {
        font-size: 0.6875rem;
        line-height: 1.125rem;
        padding-top: 0.9375rem; } }
  @media only screen and (min-width: 46.0625em) {
    blockquote {
      font-size: 1.4375rem;
      line-height: 2.1875rem; }
      blockquote
cite {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        padding-top: 1.875rem; } }
  blockquote
cite {
    color: #5c5c5c;
    font-style: normal;
    font-family: National, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    blockquote
cite:before {
      display: none; }
    blockquote
cite
strong {
      color: #000000; }
  blockquote:before {
    content: "";
    position: absolute;
    left: 0;
    background: url("../images/svg/quote.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px; }
    @media only screen and (min-width: 46.0625em) {
      blockquote:before {
        width: 80px;
        height: 80px; } }
  @media only screen and (max-width: 46em) {
    blockquote.large {
      font-size: 1.375rem;
      line-height: 2.25rem; } }
  @media only screen and (min-width: 46.0625em) {
    blockquote.large {
      font-size: 2.1875rem;
      line-height: 2.875rem; } }
  blockquote.large:before {
    background-image: url("../images/svg/quote-black.svg"); }

hr {
  margin: 3.125rem 0 1.875rem; }
  @media only screen and (min-width: 46.0625em) {
    hr.full {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      right: 62.5%;
      left: auto;
      float: left;
      margin-left: 0 !important;
      max-width: inherit;
      height: auto;
      width: 162.5%; } }
  hr.spacer {
    margin: 0 0 1.875rem; }

img {
  height: auto !important; }

ol {
  counter-reset: li;
  margin: 0;
  padding: 0; }
  ol
> li {
    position: relative;
    margin: 0 0 3px 65px;
    padding: 27px 0 12px;
    list-style: none;
    min-height: 50px; }
    ol
> li:last-child:after {
      display: none; }
    ol
> li:after {
      content: "";
      height: 1px;
      background-color: #bdbdbd;
      position: absolute;
      right: 0;
      bottom: 0;
      left: -65px; }
    ol
> li:before {
      content: counter(li);
      counter-increment: li;
      position: absolute;
      top: 19px;
      left: -65px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: #929292;
      border-radius: 100%;
      background-color: #e6e8e8;
      font-weight: bold;
      font-size: 1.375rem;
      font-family: ChronicleDisp, National, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      text-align: center; }
  ol
ol li:last-child {
    margin-bottom: 0; }
  ol h1, ol h2, ol
h3 {
    margin-top: 0; }
  ol.large
> li {
    margin-left: 125px;
    min-height: 125px;
    padding: 24px 0; }
    ol.large
> li:after {
      left: -125px; }
    ol.large
> li:before {
      background-color: #000000;
      left: -125px;
      width: 80px;
      height: 80px;
      line-height: 80px;
      font-size: 2.8125rem; }
    @media only screen and (max-width: 46em) {
      ol.large
> li {
        margin-left: 100px; }
        ol.large
> li:before {
          left: -100px;
          width: 60px;
          height: 60px;
          line-height: 60px;
          font-size: 2.1875rem; } }

li ol,
li ul {
  margin-top: -12px; }

ul.text-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #808184;
  font-size: 1rem;
  line-height: 1.25rem; }
  @media only screen and (min-width: 46.0625em) {
    ul.text-list {
      font-size: 1.25rem;
      line-height: 1.625rem; } }
  ul.text-list
li {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9; }
    .container-gray ul.text-list
li {
      border-bottom-color: #bdbdbd; }
    ul.text-list
li:last-child {
      border: 0; }
  ul.text-list
a {
    color: #808184;
    display: inline-block; }
    ul.text-list
a:hover {
      color: #000; }

ul.social-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #cfd2d6;
  font-size: 1rem;
  line-height: 1.25rem; }
  @media only screen and (min-width: 46.0625em) {
    ul.social-list {
      font-size: 1.25rem;
      line-height: 1.625rem; } }
  ul.social-list
li {
    padding: 20px 0 15px;
    border-bottom: 1px solid #d9d9d9; }
    ul.social-list
li:last-child {
      border: 0; }
  ul.social-list
a {
    color: #a9a9a9;
    display: inline-block;
    padding-left: 80px;
    position: relative;
    transition: color ease 200ms;
    min-height: 48px; }
    ul.social-list
a:hover {
      color: #231f20; }
      ul.social-list
a:hover
svg {
        fill: #4e5d5c; }
  ul.social-list
svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    fill: #bcbec0;
    transition: fill ease 200ms; }

.btn {
  background-color: #dadcdf;
  color: #000;
  border: 0;
  padding: 15px 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 30px; }
  .btn:hover {
    background-color: #b6babf; }
  @media only screen and (min-width: 46.0625em) {
    .btn {
      padding: 20px 30px;
      display: inline-block;
      font-size: 20px;
      line-height: 24px; } }
  @media only screen and (min-width: 64.0625em) {
    .btn {
      padding: 20px 60px; } }
  .btn-white, .splash-buttons
.btn {
    background-color: #fff; }
    .btn-white:hover, .splash-buttons
.btn:hover {
      background-color: #b6babf; }

.textbox
h1 {
  margin-bottom: 30px; }

@media only screen and (min-width: 46.0625em) {
  .textbox {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 20px; }
    .textbox
p {
      font-size: 20px; } }

@media only screen and (min-width: 64.0625em) {
  .textbox {
    padding-top: 140px;
    padding-bottom: 140px;
    font-size: 24px; }
    .textbox
p {
      font-size: 24px; } }

.image-block-grid
li {
  margin: 0 0 40px; }
  .image-block-grid
li
h3 {
    margin-top: 20px;
    color: #000;
    font-size: 18px; }
  .image-block-grid
li
p {
    padding-right: 30px;
    display: none;
    color: #5c5c5c; }
  .image-block-grid
li
a {
    display: block; }
  .image-block-grid
li
img {
    min-width: 100%; }
  @media only screen and (min-width: 64.0625em) {
    .image-block-grid
li
h3 {
      margin-top: 50px;
      color: #000;
      font-size: 18px; }
    .image-block-grid
li
p {
      display: block; } }

.client-block-grid
li {
  padding: 0 15px 30px;
  text-align: center;
  vertical-align: middle; }
  .client-block-grid
li
img {
    display: inline-block;
    max-width: 90%;
    min-width: 80%;
    color: #fff; }

.map {
  height: 400px; }
  @media only screen and (min-width: 46.0625em) {
    .map {
      height: 830px; } }

@media only screen and (min-width: 64.0625em) {
  .book {
    display: table; } }

@media only screen and (min-width: 64.0625em) {
  .book-left {
    display: table-cell;
    width: 50%;
    float: none;
    position: relative; }
    .book-left
> .content {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; }
    .book-left:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0.9375rem;
      background-color: #bdbdbd;
      height: 1px; } }

.book-right {
  position: relative;
  text-align: center; }
  .book-right:after {
    content: "";
    position: absolute;
    right: 0.9375rem;
    bottom: 0;
    left: 0.9375rem;
    background-color: #bdbdbd;
    height: 1px; }
  @media only screen and (min-width: 64.0625em) {
    .book-right {
      border-bottom: 0;
      display: table-cell;
      width: 50%;
      float: none;
      vertical-align: bottom;
      padding-top: 0.9375rem; }
      .book-right:after {
        left: 0; } }

@media only screen and (min-width: 64.0625em) {
  .book-bottom {
    float: none !important;
    display: table-row; }
    .book-bottom
> .content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .book-bottom
> .content:before, .book-bottom
> .content:after {
        content: " ";
        display: table; }
      .book-bottom
> .content:after {
        clear: both; }
    .book-bottom
.btn {
      margin-right: 4%;
      width: 48%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .book-bottom
.btn:nth-child(even) {
        margin-right: 0; } }

ul.link-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 1rem;
  line-height: 1.25rem; }
  @media only screen and (min-width: 46.0625em) {
    ul.link-list {
      font-size: 1.25rem;
      line-height: 1.625rem;
      max-width: 19.375rem;
      margin: 9.375rem 0 0; } }
  ul.link-list
li:last-child a {
    border: 0; }
  ul.link-list
a {
    padding: 15px 20px;
    color: #a9a9a9;
    display: block;
    border-bottom: 1px solid #d9d9d9; }
    ul.link-list
a:hover {
      color: #000; }
    ul.link-list
a.active {
      background-color: #ededc1;
      color: #000; }

.event-signup {
  position: relative; }

.btn-down {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  color: #808184;
  padding: 70px 25px 0 25px;
  clear: both;
  min-width: 300px;
  position: absolute;
  top: -7.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: top ease 400ms, opacity ease 400ms;
  z-index: 50; }
  @media only screen and (min-width: 46.0625em) {
    .btn-down {
      top: -10.75rem;
      font-size: 1.5rem; } }
  .btn-down
span {
    transition: opacity ease 200ms; }
  .btn-down:hover {
    color: #000; }
  .btn-down:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms;
    height: 56px;
    width: 56px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: url("/wp-content/themes/sandbox/assets/images/svg/arrow.svg") 50% 50% no-repeat; }
  .btn-down.active {
    top: -1.75rem; }
    .btn-down.active:before {
      -webkit-transform: translateX(-50%) rotate(90deg);
              transform: translateX(-50%) rotate(90deg); }
    .btn-down.active
span {
      opacity: 0; }
  .btn-down.disabled {
    opacity: 0;
    pointer-events: none; }

.btn-read-more {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  color: #808184;
  padding: 70px 25px 25px 25px;
  position: relative;
  clear: both; }
  @media only screen and (min-width: 46.0625em) {
    .btn-read-more {
      display: inline-block;
      font-size: 1.5rem; } }
  .btn-read-more
span {
    transition: opacity ease 200ms; }
  .btn-read-more:hover {
    color: #000; }
  .btn-read-more:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms;
    height: 56px;
    width: 56px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: url("/wp-content/themes/sandbox/assets/images/svg/arrow.svg") 50% 50% no-repeat; }
  .btn-read-more.active:before {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg); }
  .btn-read-more.active
span {
    opacity: 0; }

nav {
  height: 75px;
  background-color: #fff; }
  nav
> .row {
    height: 100%; }
  @media only screen and (min-width: 46.0625em) {
    nav {
      height: 150px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 200;
      transition: height cubic-bezier(0.19, 1, 0.22, 1) 900ms, border-bottom-color cubic-bezier(0.19, 1, 0.22, 1) 900ms;
      border-bottom: 1px solid transparent; }
      nav.sticky {
        height: 55px;
        border-bottom-color: #dcdcdc; }
        nav.sticky
.logo {
          -webkit-transform: scale(0.7) translateX(-63px);
                  transform: scale(0.7) translateX(-63px); }
          nav.sticky
.logo
svg path,
          nav.sticky
.logo
svg
rect {
            opacity: 0; }
          nav.sticky
.logo
svg
.sticky-logo {
            opacity: 1; }
        nav.sticky
ul:last-child {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
          nav.sticky
ul:last-child
a:after {
            bottom: -6px; } }
  nav
ul {
    height: 100%;
    list-style-type: none;
    margin: 0; }
    @media only screen and (min-width: 46.0625em) {
      nav
ul:first-child {
        float: left; } }
    nav
ul:last-child {
      font-size: 18px;
      line-height: 35px; }
      @media only screen and (max-width: 46em) {
        nav
ul:last-child {
          font-size: 25px;
          line-height: 41px;
          height: 100vh;
          width: 100vw;
          z-index: 10;
          position: absolute;
          top: 0;
          left: 0;
          padding: 90px 0 0;
          font-weight: bold;
          transition: opacity 500ms ease-out;
          background-color: #000; }
          nav
ul:last-child.ng-hide {
            opacity: 0; }
          nav
ul:last-child.ng-hide-add-active,
          nav
ul:last-child.ng-hide-remove-active {
            display: block !important; }
          nav
ul:last-child
a {
            color: #fff;
            display: inline-block;
            padding: 0 18px; }
            nav
ul:last-child
a.service {
              color: #595959; }
              nav
ul:last-child
a.service:hover,
              nav
ul:last-child
a.service:focus {
                color: #FFFFFF; }
            nav
ul:last-child
a:hover,
            nav
ul:last-child
a:focus {
              color: #5c5c5c; } }
      @media only screen and (min-width: 46.0625em) {
        nav
ul:last-child {
          float: right;
          transition: -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 900ms;
          transition: transform cubic-bezier(0.19, 1, 0.22, 1) 900ms;
          -webkit-transform-origin: 100% 50%;
                  transform-origin: 100% 50%; }
          nav
ul:last-child.ng-hide {
            display: block !important; }
          nav
ul:last-child
li {
            float: left;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            position: relative;
            top: 50%; }
          nav
ul:last-child
a {
            color: #231f20;
            display: block;
            padding: 10px;
            transition: padding cubic-bezier(0.19, 1, 0.22, 1) 900ms;
            position: relative; }
            nav
ul:last-child
a:after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              background-color: #231f20;
              height: 3px;
              width: 0;
              overflow: hidden;
              transition: width ease 200ms, bottom cubic-bezier(0.19, 1, 0.22, 1) 900ms; }
            nav
ul:last-child
a.service,
            nav
ul:last-child
a:hover,
            nav
ul:last-child
a:focus {
              color: #bdbfc0; }
            nav
ul:last-child
a:hover,
            nav
ul:last-child
a:focus,
            nav
ul:last-child
a.selected {
              color: #231f20; }
              nav
ul:last-child
a:hover:after
,
              nav
ul:last-child
a:focus:after
,
              nav
ul:last-child
a.selected:after {
                width: 60%; } }
      @media only screen and (min-width: 64.0625em) {
        nav
ul:last-child {
          font-size: 20px; }
          nav
ul:last-child
a {
            padding: 10px 14px; } }
  nav
.logo {
    height: 100%;
    float: left;
    transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 900ms, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 900ms;
    transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 900ms, transform cubic-bezier(0.19, 1, 0.22, 1) 900ms; }
    nav
.logo
a {
      height: 100%;
      display: table;
      padding: 0 18px; }
      @media only screen and (min-width: 46.0625em) {
        nav
.logo
a {
          padding: 0 30px; } }
    nav
.logo
svg {
      vertical-align: middle;
      display: table-cell;
      height: 100%;
      width: 68px; }
      @media only screen and (min-width: 46.0625em) {
        nav
.logo
svg {
          width: 122px; } }
      nav
.logo
svg path,
      nav
.logo
svg
rect {
        transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 900ms; }
      nav
.logo
svg
.sticky-logo {
        opacity: 0; }
    nav
.logo
span {
      display: none; }
  nav
.menu {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #d4d4d4;
    z-index: 100; }
    @media only screen and (min-width: 46.0625em) {
      nav
.menu {
        /* display: none; */ } }
    nav
.menu
a {
      height: 75px;
      width: 75px;
      text-indent: -999em;
      position: relative;
      display: block;
      overflow: hidden; }
    nav
.menu
i {
      height: 100%;
      width: 100%;
      display: block;
      position: absolute;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform: translateZ(0) rotate(0deg);
              transform: translateZ(0) rotate(0deg);
      transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
    nav
.menu
.svg {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translateZ(0) rotate(0deg);
              transform: translateZ(0) rotate(0deg);
      transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
    nav
.menu
.rect {
      transition: -webkit-transform 0.2s 0.2s;
      transition: transform 0.2s 0.2s; }
    nav
.menu
.rect-top {
      -webkit-transform: translate3d(0, -8px, 0);
              transform: translate3d(0, -8px, 0); }
    nav
.menu
.rect-bottom {
      -webkit-transform: translate3d(0, 8px, 0);
              transform: translate3d(0, 8px, 0); }
    .show-nav nav
.menu
i {
      -webkit-transform: translateZ(0) rotate(90deg);
              transform: translateZ(0) rotate(90deg);
      transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
    .show-nav nav
.menu
.svg {
      transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
    .show-nav nav
.menu .svg,
    .show-nav nav
.menu
.svg-top {
      -webkit-transform: translateZ(0) rotate(45deg);
              transform: translateZ(0) rotate(45deg); }
    .show-nav nav
.menu
.svg-bottom {
      -webkit-transform: translateZ(0) rotate(-45deg);
              transform: translateZ(0) rotate(-45deg); }
    .show-nav nav
.menu
.rect {
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s; }
    .show-nav nav
.menu .rect-top,
    .show-nav nav
.menu
.rect-bottom {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }

[data-magellan-expedition-clone] {
  display: none; }

[data-magellan-expedition] {
  z-index: 100; }

[data-magellan-expedition],
[data-magellan-expedition-clone] {
  padding-top: 50px; }

.anchor-nav-wrapper {
  padding-top: 20px; }

.anchor-nav {
  list-style: none;
  margin: 0 0 0 -1px;
  width: 311px;
  padding: 25px 25px 50px 0;
  font-size: 20px;
  line-height: 24px;
  background: #FFFFFF; }
  .anchor-nav
li {
    position: relative; }
    .anchor-nav
li.active a {
      color: #000; }
      .anchor-nav
li.active a:before {
        background-color: #2f2533; }
      .anchor-nav
li.active a:after {
        opacity: 1; }
  .anchor-nav
a {
    color: #a9a9a9;
    padding: 16px 0;
    margin-left: 33px;
    display: block;
    border-bottom: 1px solid #dcdcdc;
    transition: color ease 200ms; }
    .anchor-nav
a:before {
      content: "";
      width: 5px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #FFFFFF;
      transition: background-color ease 200ms; }
    .anchor-nav
a:after {
      content: "";
      width: 5px;
      height: 10px;
      opacity: 0;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -6px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: url("/wp-content/themes/sandbox/assets/images/svg/arrow-small.svg") 50% 50% no-repeat;
      transition: opacity ease 200ms; }

.splash {
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: cover;
  height: 300px;
  overflow: hidden; }
  .splash
.row {
    height: 100%;
    position: relative; }
  .splash-header {
    color: #FFFFFF;
    font-size: 25px;
    line-height: 41px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0; }
    .splash-header
a {
      color: #fff;
      text-decoration: underline; }
  .splash-buttons {
    display: none;
    position: absolute;
    right: 0;
    bottom: 35px; }
    .splash-buttons
.btn {
      display: block;
      padding-right: 20px;
      padding-left: 20px;
      margin: 0 0 20px; }
    @media only screen and (min-width: 46.0625em) {
      .splash-buttons {
        display: block; } }
  @media only screen and (min-width: 46.0625em) {
    .splash {
      height: 670px; }
      .splash-header {
        font-size: 50px;
        line-height: 65px; }
        .splash-header--right:after {
          content: "";
          position: absolute;
          top: 100%;
          left: 0.9375rem;
          margin-top: 1.875rem;
          height: 1000px;
          width: 1px;
          background-color: #FFFFFF; } }

.work {
  background-color: #c8cbce; }
  .work.services
.work-case
h2 {
    font-weight: normal; }
  .work.services
.work-case.active h2 {
    font-weight: bold; }
  @media only screen and (max-width: 46em) {
    .work.services
.work-case
img {
      float: none;
      width: 50%; }
    .work.services
.work-case
.work-image {
      text-align: center; }
    .work.services
.work-case
.work-text {
      float: none;
      text-align: center;
      width: auto; }
    .work.services
.work-case
.work-case-wrapper {
      position: relative;
      border-bottom: 0;
      padding-bottom: 40px; }
      .work.services
.work-case
.work-case-wrapper:after {
        content: "";
        pointer-events: none;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(90deg);
                transform: translateX(-50%) rotate(90deg);
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        display: block;
        background: url("/wp-content/themes/sandbox/assets/images/svg/arrow-large.svg") 50% 50% no-repeat;
        width: 18px;
        height: 41px; } }
  @media only screen and (min-width: 46.0625em) {
    .work.services
.work-image {
      position: relative; }
      .work.services
.work-image:after {
        content: "";
        pointer-events: none;
        position: absolute;
        top: 50%;
        right: -0.9375rem;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        background: url("/wp-content/themes/sandbox/assets/images/svg/arrow-large.svg") 50% 50% no-repeat;
        width: 18px;
        height: 41px;
        margin: 5px -9px 0 0; }
    .work.services
.work-case {
      border-right: 0; }
      .work.services
.work-case:last-child .work-image:after,
      .work.services
.work-case:last-child .work-text:after {
        display: none; }
    .work.services
.work-text {
      position: relative; }
      .work.services
.work-text:after {
        content: "";
        pointer-events: none;
        position: absolute;
        top: 0;
        right: -0.9375rem;
        height: 100%;
        display: block;
        width: 1px;
        background-color: #b5b5b5; }
    .work.services
.work-content {
      background-color: #b6babf; }
    .work.services
.work-header {
      margin: 100px 0; } }
  .work-header {
    color: #000;
    font-size: 25px;
    line-height: 41px;
    margin: 50px 0 30px; }
  .work
.btn {
    background-color: #FFFFFF;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%; }
    .work
.btn:hover {
      background-color: #ccc; }
  @media only screen and (max-width: 46em) {
    .work
.btn {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 46.0625em) {
    .work-header {
      font-size: 55px;
      line-height: 70px;
      margin: 100px 0 150px;
      padding-right: 50px; }
    .work
.btn {
      margin-top: 120px;
      max-width: 260px; } }
  .work-case
h2 {
    font-size: 26px;
    margin: 0 0 10px; }
  .work-case
p {
    font-size: 16px;
    line-height: 23px; }
  .work-case-wrapper {
    display: block; }
  .work-case
img {
    margin-bottom: 20px; }
  @media only screen and (max-width: 46em) {
    .work-case-wrapper {
      padding: 20px 0 5px;
      border-bottom: 1px solid #b5b5b5; }
      .work-case-wrapper:before, .work-case-wrapper:after {
        content: " ";
        display: table; }
      .work-case-wrapper:after {
        clear: both; }
    .work-case:last-child .work-case-wrapper {
      border-bottom: 0; }
    .work-case
img {
      width: 35%;
      float: left; }
    .work-case
.work-text {
      float: right;
      width: 50%; } }
  @media only screen and (min-width: 46.0625em) and (max-width: 64em) {
    .work-case
.work-text p {
      font-size: 15px;
      line-height: 20px; } }
  @media only screen and (min-width: 46.0625em) {
    .work-case {
      width: 20%;
      border-right: 1px solid #b5b5b5;
      margin-bottom: 100px; }
      .work-case.active:after {
        opacity: 1;
        bottom: -135px; }
      .work-case:after {
        content: "";
        transition: bottom ease 200ms, opacity ease 200ms;
        position: absolute;
        bottom: -85px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(-45deg);
                transform: translateX(-50%) rotate(-45deg);
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        height: 70px;
        width: 70px;
        background-color: #c8cbce;
        opacity: 0; }
      .work-case:last-child {
        border-right: 0; }
      .work-case
img {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
        display: block; }
      .work-case
h2 {
        font-size: 26px;
        margin: 0 0 20px; } }
  @media only screen and (min-width: 64.0625em) {
    .work-case
.work-text {
      padding: 0 20px; } }
  .work-content {
    background-color: #b6babf;
    padding: 50px 0 20px; }
    @media only screen and (min-width: 64.0625em) {
      .work-content {
        padding: 100px 0 140px; } }
    .work-content-image {
      margin: 0 0 50px; }
    .work-content-text
p {
      font-size: 15px;
      line-height: 18px; }
    @media only screen and (min-width: 46.0625em) {
      .work-content-text {
        padding-left: 0; }
        .work-content-text
p {
          font-size: 24px;
          line-height: 32px; } }
  .work-related-cases {
    padding-top: 30px; }
    .work-related-cases
.slick-slider {
      padding: 15px 0 0; }
  .work-items {
    padding: 50px 0; }
    @media only screen and (min-width: 46.0625em) {
      .work-items {
        padding: 100px 0; } }
    .work-items-text {
      font-size: 16px;
      margin: 0 0 50px; }
      @media only screen and (min-width: 46.0625em) {
        .work-items-text {
          font-size: 24px; } }

.clients {
  background-color: #b5b9b9;
  padding: 50px 0; }
  .clients
.client-block-grid {
    padding: 40px 0; }
  @media only screen and (min-width: 46.0625em) {
    .clients {
      padding: 100px 0; }
      .clients
.client-block-grid {
        padding: 80px 0; } }
  .clients-text
p {
    font-size: 14px;
    color: #808184; }
    @media only screen and (min-width: 46.0625em) {
      .clients-text
p {
        font-size: 24px; } }
  .clients-text
h2 {
    color: #000; }

.related-cases {
  background-color: #e8e8e8;
  padding: 50px 0 0; }
  @media only screen and (min-width: 46.0625em) {
    .related-cases {
      padding: 100px 0 50px; }
      .related-cases
.client-block-grid {
        padding: 80px 0; } }

.content {
  padding: 30px 0; }
  @media only screen and (min-width: 46.0625em) {
    .content {
      padding: 60px 0; } }
  .content-image,
  .content-video {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media only screen and (min-width: 46.0625em) {
      .content-image,
      .content-video {
        margin-top: 60px;
        margin-bottom: 60px; } }
    .content-image-wide
,
    .content-video-wide {
      margin-top: 30px;
      margin-bottom: 30px; }
      @media only screen and (min-width: 46.0625em) {
        .content-image-wide
,
        .content-video-wide {
          position: relative;
          padding-left: 0;
          padding-right: 0;
          width: 100%;
          right: 62.5%;
          left: auto;
          float: left;
          margin-left: 0 !important;
          max-width: inherit;
          height: auto;
          width: 162.5%;
          margin-top: 60px;
          margin-bottom: 60px;
          float: none; } }
  @media only screen and (max-width: 46em) {
    .content-lead {
      font-size: 0.9375rem;
      line-height: 1.5625rem; } }
  @media only screen and (min-width: 46.0625em) {
    .content-lead {
      font-size: 1.25rem;
      line-height: 1.875rem; } }
  .content-lead strong, .content-lead
b {
    color: #000; }
  .content-left {
    padding-top: 30px;
    padding-bottom: 10px; }
    @media only screen and (min-width: 46.0625em) {
      .content-left {
        padding-top: 60px;
        padding-bottom: 60px; }
        .content-left
> * {
          max-width: 90%; } }
    .content-left
h2 {
      font-family: ChronicleDisp, National, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1.5625rem;
      line-height: 2.5625rem;
      font-weight: normal;
      color: #000;
      margin: 0 0 1.875rem; }
      @media only screen and (min-width: 46.0625em) {
        .content-left
h2 {
          font-size: 3.4375rem;
          line-height: 4.8125rem;
          margin: -0.9375rem 0 2.5rem; } }
    .content-left
.btn {
      display: block; }

@media only screen and (min-width: 46.0625em) {
  .formfields {
    padding-top: 50px; } }

.formfields-fields input[type="text"],
.formfields-fields
input[type="email"] {
  color: #000;
  background: #fff;
  border: 0;
  font-size: 1.125rem;
  padding: 0.9375rem 0 0.9375rem 1.25rem;
  display: block;
  margin: 1.4375rem 0 0.625rem;
  width: 100%; }
  @media only screen and (min-width: 46.0625em) {
    .formfields-fields input[type="text"],
    .formfields-fields
input[type="email"] {
      max-width: 37.5rem;
      font-size: 1.5rem; } }
  .formfields-fields input[type="text"]::-webkit-input-placeholder
,
  .formfields-fields
input[type="email"]::-webkit-input-placeholder {
    color: #808184; }
  .formfields-fields input[type="text"]::-moz-placeholder
,
  .formfields-fields
input[type="email"]::-moz-placeholder {
    color: #808184; }
  .formfields-fields input[type="text"]:-moz-placeholder
,
  .formfields-fields
input[type="email"]:-moz-placeholder {
    color: #808184; }
  .formfields-fields input[type="text"]:-ms-input-placeholder
,
  .formfields-fields
input[type="email"]:-ms-input-placeholder {
    color: #808184; }

.formfields-text {
  margin: 1.875rem 0 2.5rem; }
  .formfields-text p, .formfields-text {
    color: #a9a9a9;
    font-size: 1.25rem; }
  @media only screen and (min-width: 46.0625em) {
    .formfields-text {
      max-width: 50%; } }

.formfields-error {
  color: red;
  margin: 0 0 1.5625rem;
  font-size: 1.125rem; }

.formfields-buttons input[type="submit"],
.formfields-buttons input[type="button"],
.formfields-buttons
button[type="button"] {
  background-color: #fff;
  color: #000;
  padding: 15px 40px;
  font-size: 20px;
  line-height: 31px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  border: 0; }
  @media only screen and (min-width: 46.0625em) {
    .formfields-buttons input[type="submit"],
    .formfields-buttons input[type="button"],
    .formfields-buttons
button[type="button"] {
      min-width: 360px; } }
  .formfields-buttons input[type="submit"]:hover
,
  .formfields-buttons input[type="button"]:hover
,
  .formfields-buttons
button[type="button"]:hover {
    background-color: #fdfdfd; }

.tiles
.tile.news:after, .tiles
.tile.news--large
.text:after {
  content: "";
  background: url("/wp-content/themes/sandbox/assets/images/svg/arrow-white.svg") 50% 50% no-repeat;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  display: block;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  z-index: 2; }

.tiles
.tile.news:after, .tiles
.tile.news--large
.text:after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg); }

@media only screen and (min-width: 46.0625em) {
  .tiles
.tile {
    float: left; } }

.tiles
.tile.news {
  background-color: #b4b4b4;
  min-height: 200px;
  position: relative; }
  .tiles
.tile.news--large:after {
    display: none; }
  .tiles
.tile.news--large
.text {
    position: relative; }
  .tiles
.tile.news
.text {
    min-height: 100%;
    display: table;
    width: 100%; }
    @media only screen and (max-width: 46em) {
      .tiles
.tile.news
.text {
        min-height: 200px; } }
    .tiles
.tile.news
.text
p {
      padding: 0 0.9375rem;
      font-size: 17px;
      line-height: 22px;
      font-weight: bold;
      display: table-cell;
      vertical-align: middle;
      color: #58595b; }
      @media only screen and (min-width: 46.0625em) {
        .tiles
.tile.news
.text
p {
          font-size: 25px;
          line-height: 31px;
          padding: 0 13.1147540984%; } }
      @media only screen and (min-width: 64.0625em) {
        .tiles
.tile.news
.text
p {
          padding: 0 22.131147541%; } }
    .tiles
.tile.news
.text
time {
      color: #fff;
      display: block;
      margin-bottom: 10px;
      font-size: 13px;
      font-weight: normal;
      font-family: ChronicleDisp, National, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
      @media only screen and (min-width: 46.0625em) {
        .tiles
.tile.news
.text
time {
          font-size: 20px; } }
    .tiles
.tile.news
.text
a {
      color: #fff; }
      @media only screen and (min-width: 46.0625em) {
        .tiles
.tile.news
.text
a {
          display: block; } }
  .tiles
.tile.news
.image {
    height: 200px; }
  .tiles
.tile.news--black {
    background-color: #000; }
    .tiles
.tile.news--black
.text p {
      color: #a8aaac;
      font-size: 22px;
      line-height: 26px; }
      @media only screen and (min-width: 64.0625em) {
        .tiles
.tile.news--black
.text p {
          font-size: 33px;
          line-height: 36px; } }
      @media only screen and (min-width: 90.0625em) {
        .tiles
.tile.news--black
.text p {
          font-size: 44px;
          line-height: 46px; } }
    .tiles
.tile.news--black:after {
      display: none; }
  @media only screen and (min-width: 46.0625em) {
    .tiles
.tile.news {
      float: right;
      min-height: inherit;
      height: 420px;
      width: 39.3548387097%; }
      .tiles
.tile.news:after {
        position: absolute;
        bottom: 50%;
        left: -25px;
        -webkit-transform: translateY(50%) rotate(0);
                transform: translateY(50%) rotate(0); }
      .tiles
.tile.news--black {
        height: 560px; }
      .tiles
.tile.news--large {
        float: left;
        height: 330px;
        width: 60.6451612903%; }
        .tiles
.tile.news--large
.text {
          float: left;
          width: 64.8936170213%; }
          .tiles
.tile.news--large
.text:after {
            position: absolute;
            right: -25px;
            bottom: 50%;
            left: inherit;
            -webkit-transform: translateY(50%) rotate(180deg);
                    transform: translateY(50%) rotate(180deg); }
        .tiles
.tile.news--large
.image {
          float: left;
          height: 330px;
          width: 35.1063829787%; } }

.tiles
.tile .image,
.tiles
.tile.image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.tiles
.tile.image {
  height: 170px; }
  @media only screen and (min-width: 46.0625em) {
    .tiles
.tile.image {
      height: 650px;
      width: 60.6451612903%; } }

.people
.row
.columns:nth-child(odd) {
  clear: both; }

.people
.row
.columns
+ .columns:last-child {
  float: left; }

.employee {
  margin: 0 0 30px; }
  .employee:first-child {
    margin: 0; }
  .employee
img {
    margin: 0 0 30px;
    min-width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .employee h2, .employee
h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0; }
  .employee
h3 {
    padding: 0 0 15px;
    margin: 0 0 15px;
    color: #a9a9a9;
    border-bottom: 1px solid #d9d9d9; }
  .employee
p {
    font-size: 1.0625rem;
    line-height: 1.375rem; }
    .employee
p
a {
      color: #a9a9a9; }
  .employee-image {
    position: relative; }
    .employee-image-color {
      z-index: 5;
      position: absolute;
      top: 0;
      left: 0; }
      .employee-image-color.ng-animate {
        transition: opacity 400ms ease-in-out; }
      .employee-image-color.ng-hide-add.ng-hide-add-active,
      .employee-image-color.ng-hide-remove {
        opacity: 0; }
      .employee-image-color.ng-hide-add,
      .employee-image-color.ng-hide-remove.ng-hide-remove-active {
        opacity: 1; }
  @media only screen and (min-width: 46.0625em) {
    .employee, .employee:first-child {
      margin: 0 0 45px; }
    .employee h2, .employee
h3 {
      font-size: 1.25rem;
      line-height: 1.625rem; }
    .employee
p {
      line-height: 1.625rem; } }
  @media only screen and (min-width: 64.0625em) {
    .employee-blockquote {
      margin-left: 30px; } }

.employee-slide {
  border-bottom: 1px solid #d9d9d9; }
  .employee-slide-wrapper {
    margin: 0 0 15px; }

.share-buttons {
  color: #929292; }
  @media only screen and (min-width: 46.0625em) {
    .share-buttons {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      right: 62.5%;
      left: auto;
      float: left;
      margin-left: 0 !important;
      max-width: inherit;
      height: auto;
      width: 162.5%;
      margin-bottom: 30px; } }
  .share-buttons
.buttons {
    float: left;
    width: 160px;
    margin-left: -7px; }
    @media only screen and (max-width: 46em) {
      .share-buttons
.buttons {
        width: 130px; } }
    .share-buttons
.buttons a, .share-buttons
.buttons
span {
      display: inline-block;
      margin: 0 7px; }
  .share-buttons
strong {
    color: #1d1d1b; }
  .share-buttons-small {
    text-align: right; }
    .share-buttons-small
.buttons {
      float: right;
      margin: 0 -7px 0 0; }
    @media only screen and (min-width: 46.0625em) {
      .share-buttons-small {
        width: auto;
        float: none;
        position: static;
        right: inherit;
        left: inherit; } }
    .share-buttons-small
strong {
      color: #808184; }

.share-facebook {
  background: url("/wp-content/themes/sandbox/assets/images/svg/facebook.svg") 50% 50% no-repeat; }

.share-linkedin {
  cursor: pointer;
  background: url("/wp-content/themes/sandbox/assets/images/svg/linkedin.svg") 50% 50% no-repeat; }

.share-facebook,
.share-linkedin {
  height: 48px;
  width: 48px;
  display: inline-block; }
  @media only screen and (max-width: 46em) {
    .share-facebook,
    .share-linkedin {
      height: 40px;
      width: 40px; } }
  .share-facebook
div
,
  .share-linkedin
div {
    display: none; }

.timeline {
  background-color: #f0f0f0; }

.cd-container {
  margin: 0 auto; }
  .cd-container:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 27px;
    height: 8px;
    width: 8px;
    background: #4e5d5c;
    border-radius: 100%; }
    @media only screen and (min-width: 46.0625em) {
      .cd-container:after {
        left: 50%;
        margin-left: -4px; } }

#cd-timeline {
  position: relative;
  padding: 50px 0;
  clear: both;
  margin-top: 70px;
  margin-bottom: 70px; }
  #cd-timeline:before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    height: 100%;
    width: 2px;
    background: #959d9c; }
  @media only screen and (min-width: 46.0625em) {
    #cd-timeline {
      margin-top: 3em;
      margin-bottom: 3em; }
      #cd-timeline:before {
        left: 50%;
        margin-left: -1px; } }

.cd-timeline-block {
  position: relative;
  margin: 10px 0; }
  .cd-timeline-block:before, .cd-timeline-block:after {
    content: " ";
    display: table; }
  .cd-timeline-block:after {
    clear: both; }
  .cd-timeline-block:first-child {
    margin-top: 0; }
  .cd-timeline-block:last-child {
    margin-bottom: 0; }

.cd-timeline-img {
  position: absolute;
  top: 35px;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #4e5d5c;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-family: ChronicleDisp, National, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 26px; }
  .cd-timeline-img-small {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    top: 45px;
    left: 11px; }
  .cd-timeline-img:before {
    content: '‘';
    margin-left: -6px; }
  @media only screen and (min-width: 46.0625em) {
    .cd-timeline-img {
      left: 50%;
      margin-left: -30px;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden; }
      .cd-timeline-img-small {
        margin-left: -20px; }
      .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden; }
      .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
                animation: cd-bounce-1 0.6s; } }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.cd-timeline-content-area {
  padding: 40px 20px 20px; }

.cd-timeline-content {
  position: relative;
  margin-left: 100px;
  background: #fff; }
  .cd-timeline-content:before, .cd-timeline-content:after {
    content: " ";
    display: table; }
  .cd-timeline-content:after {
    clear: both; }
  .cd-timeline-content img {
    display: block;
    min-width: 100%; }
  .cd-timeline-content h2 {
    color: #1d1d1b;
    font-size: 17px;
    margin: 0;
    line-height: 27px; }
  .cd-timeline-content p {
    font-size: 17px; }
  .cd-timeline-content:before {
    content: '';
    position: absolute;
    top: 50px;
    right: 100%;
    height: 0;
    width: 0;
    border: 15px solid transparent;
    border-right: 15px solid #4e5c5c; }
  .cd-timeline-content.cd-no-image:before {
    border-right-color: #fff; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content.cd-no-image:before {
    border-right-color: #fff; }
  @media only screen and (min-width: 46.0625em) {
    .cd-timeline-content {
      margin-left: 0;
      width: 41%; }
      .cd-timeline-content:before {
        left: 100%;
        border-color: transparent;
        border-left-color: #4e5c5c; }
      .cd-timeline-content.cd-no-image:before {
        border-color: transparent;
        border-left-color: #fff; }
      .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right; }
        .cd-timeline-block:nth-child(even) .cd-timeline-content:before {
          left: auto;
          right: 100%;
          border-color: transparent;
          border-right-color: #4e5c5c; }
      .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden; }
      .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
                animation: cd-bounce-2 0.6s; } }

@media only screen and (min-width: 46.0625em) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
            animation: cd-bounce-2-inverse 0.6s; } }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

footer {
  font-size: 14px;
  color: #808184;
  padding: 40px 0 80px; }
  @media only screen and (min-width: 64.0625em) {
    footer {
      padding: 80px 0 160px; } }
  footer
.about > p {
    padding-left: 110px;
    position: relative; }
    footer
.about > p:before {
      background: url("/wp-content/themes/sandbox/assets/images/svg/logo.svg") 50% 50% no-repeat;
      background-size: auto 35px;
      content: "";
      position: absolute;
      top: 5px;
      left: 0;
      display: block;
      height: 35px;
      width: 68px; }
    @media only screen and (max-width: 46em) {
      footer
.about > p {
        font-size: 13px; } }
    @media only screen and (min-width: 46.0625em) and (max-width: 64em) {
      footer
.about > p {
        font-size: 14px; } }
    @media only screen and (min-width: 64.0625em) {
      footer
.about > p {
        max-width: 580px;
        padding-left: 200px; }
        footer
.about > p:before {
          background-size: auto 50px;
          height: 50px;
          width: 97px; } }
  footer
.address {
    color: #bdbfc0; }
    footer
.address
.vcard {
      display: block;
      border: 0;
      font-style: normal;
      padding: 0;
      margin: 0; }
    footer
.address
.fn {
      font-weight: normal; }
    footer
.address
.email {
      color: #bdbfc0; }
      footer
.address
.email:hover {
        color: #6d6e71; }
    @media only screen and (max-width: 46em) {
      footer
.address
.vcard {
        font-size: 13px;
        padding-left: 110px; } }
    @media only screen and (min-width: 46.0625em) and (max-width: 64em) {
      footer
.address
.vcard {
        font-size: 14px;
        padding-left: 110px; } }
    @media only screen and (min-width: 64.0625em) {
      footer
.address {
        min-width: 220px; }
        footer
.address
.vcard {
          font-size: 14px; } }
  @media only screen and (min-width: 64.0625em) {
    footer
.share {
      min-width: 150px; } }
  footer
.share
> p {
    color: #bdbfc0; }
    footer
.share
> p
strong {
      font-weight: normal;
      display: inline-block;
      color: #6d6e71; }
    @media only screen and (max-width: 46em) {
      footer
.share
> p {
        padding-left: 110px; }
        footer
.share
> p
strong {
          padding-top: 20px; } }
    @media only screen and (min-width: 46.0625em) and (max-width: 64em) {
      footer
.share
> p
strong {
        padding-top: 20px; } }
    strong, b(min-width: 46.0625em) and (max-width: 64em) {
      footer
.shar !importante
> p {
        padding-left: 110px; } }
    @media only screen and (min-width: 64.0625em) {
      footer
.share
> p {
        font-size: 14px; } }
  footer
.logos {
    margin-left: -7px;
    margin-top: 20px; }
    footer
.logos a, footer
.logos
span {
      display: inline-block;
      margin: 0 7px; }

.entry-content ul li {
  list-style-type: disc;
}
