@charset "UTF-8";
.u-clearfix:before, .c-blog-item--small:before, .u-clearfix:after, .c-blog-item--small:after {
  content: " ";
  display: table; }

.u-clearfix:after, .c-blog-item--small:after {
  clear: both; }

/**
 * Lower bound
 * Taken from Foundation
 */
/**
 * Upper bound
 * Taken from Foundation
 */
/**
 * This is based on Foundations breakpoints
 */
.center {
  text-align: center; }

/**
 * These are pulled in and assigned based on Foundations breakpoints
 * See tools.mixins to see how this is implemented
 */
/**
 * Set up the grid
 */
/**
 * Default breakpoints
 */
/* 641px, 880px */
/* 881px, 1024px */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

meta.foundation-version {
  font-family: "/5.5.1/"; }

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

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

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

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

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

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

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

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

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

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

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1400px; }
  .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 {
    width: auto;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

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

[class*="column"] + [class*="column"]:last-child {
  float: left; }

[class*="column"] + [class*="column"].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: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .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: 8px;
    padding-right: 8px;
    float: left; } }

@media only screen and (min-width: 55.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .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: 8px;
    padding-right: 8px;
    float: left; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .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: 8px;
    padding-right: 8px;
    float: left; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

/* 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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 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: 55.063em) {
  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 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.063em) {
  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 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.063em) {
  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 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.063em) {
  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 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; }

/*
       * 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;
    color: #191919 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    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: 0.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; } }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #ffffff;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008CBA !important;
    border-bottom: dotted 1px #003f54 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 55.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #191919;
  background: rgba(25, 25, 25, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100%;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #ffffff;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(25, 25, 25, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 55.063em) {
    .reveal-modal {
      width: 80%;
      max-width: 1400px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 55.063em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    border-radius: 3px; }
  .reveal-modal.round {
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0; }
  @media only screen and (min-width: 55.063em) {
    .reveal-modal.tiny {
      width: 30%;
      max-width: 1400px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 55.063em) {
    .reveal-modal.small {
      width: 40%;
      max-width: 1400px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 55.063em) {
    .reveal-modal.medium {
      width: 60%;
      max-width: 1400px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 55.063em) {
    .reveal-modal.large {
      width: 70%;
      max-width: 1400px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 55.063em) {
    .reveal-modal.xlarge {
      width: 95%;
      max-width: 1400px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; }
    @media only screen and (min-width: 55.063em) {
      .reveal-modal.full {
        width: 100%;
        max-width: 1400px;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer; }

/* 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;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* 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: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

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

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

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

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@media only screen and (min-width: 40.063em) {
  [data-columns]:before {
    content: '3 .grid-column.size-1of3'; }
  .grid-column {
    float: left; }
  .size-1of3 {
    width: 33.3333%; } }

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

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

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

*,
*:before,
*:after {
  position: relative; }

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

abbr[title],
dfn[title] {
  cursor: help; }

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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-d:before {
  content: "\e900"; }

.icon-arrow-l:before {
  content: "\e901"; }

.icon-arrow-r:before {
  content: "\e902"; }

.icon-arrow-u:before {
  content: "\e903"; }

.icon-emagine:before {
  content: "\e904"; }

.icon-fb:before {
  content: "\e905"; }

.icon-instagram:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-user:before {
  content: "\e908"; }

/*
 * High-level global styles, usually styles targeting the html or body tag
 */
html {
  font-size: 16px;
  line-height: 1.25;
  font-family: "proxima-nova", "sans-serif";
  color: #000;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff; }

body {
  overflow: hidden; }

::-moz-selection {
  background: #e20a16;
  color: #fff; }

::selection {
  background: #e20a16;
  color: #fff; }

::-moz-selection {
  background: #e20a16;
  color: #fff; }

img, picture {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova-condensed", "sans-serif";
  margin: 0 0 0.5em;
  color: #191919;
  font-weight: 700; }

h1 {
  font-size: 40px;
  line-height: 1.15; }
  @media only screen and (min-width: 55.063em) {
    h1 {
      font-size: 60px;
      line-height: 1.1; } }

h2 {
  font-size: 30px;
  line-height: 1.2; }
  @media only screen and (min-width: 55.063em) {
    h2 {
      font-size: 50px;
      line-height: 1.08; } }

h3 {
  font-size: 24px;
  line-height: 1;
  font-family: "proxima-nova", "sans-serif"; }
  @media only screen and (min-width: 55.063em) {
    h3 {
      font-size: 28px;
      line-height: 1.28571; } }

h4 {
  font-size: 22px;
  line-height: 1;
  font-family: "proxima-nova-condensed", "sans-serif"; }
  @media only screen and (min-width: 55.063em) {
    h4 {
      font-size: 28px;
      line-height: 1.28571; } }

h5 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: normal; }
  @media only screen and (min-width: 55.063em) {
    h5 {
      font-size: 22px;
      line-height: 1.18182; } }

h6 {
  font-size: 18px;
  line-height: 1.11111;
  font-weight: normal; }
  @media only screen and (min-width: 55.063em) {
    h6 {
      font-size: 18px;
      line-height: 1.11111; } }

p {
  margin-bottom: 1em; }

a {
  text-decoration: none;
  color: #e20a16; }
  a:hover, a:active {
    color: #191919; }

form {
  color: #191919; }

input, textarea {
  display: block;
  font-size: 16px;
  padding: 3px 0 5px 10px;
  border-radius: 2px;
  border: none;
  margin-bottom: 10px; }

::-webkit-input-placeholder {
  color: #191919; }

label {
  display: block;
  margin-bottom: 5px; }

table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 30px; }
  table td {
    padding: 5px 0; }
  table b {
    color: #191919; }

/**
 * 1. Fill all available space.
 * 2. Cause children to be automatically equally sized.
 */
.o-pack {
  width: 100%;
  /* [1] */
  display: table;
  table-layout: fixed;
  /* [2] */ }

/**
     * Cause children to adopt table-like structure.
     */
.o-pack__item {
  display: table-cell;
  /**
       * All items are aligned to the middles of each other.
       */
  /**
       * All items are aligned to the bottoms of each other.
       */ }
  .o-pack--middle > .o-pack__item {
    vertical-align: middle; }
  .o-pack--bottom > .o-pack__item {
    vertical-align: bottom; }

.o-list-bare, .c-slider, .c-accordion, .c-profile__special, .c-nav--list {
  padding: 0;
  margin: 0;
  list-style: none; }

.o-list-inline, .c-nav--inline, .c-nav--bubble {
  margin: 0;
  padding: 0;
  list-style: none; }
  .o-list-inline > li, .c-nav--inline > li, .c-nav--bubble > li {
    display: inline-block; }

.o-list-regular {
  padding-left: 18px;
  list-style: disc; }

.o-list-dashed {
  padding-left: 0;
  list-style: none; }
  .o-list-dashed > li:before {
    content: '-';
    color: #59595c;
    margin-right: 5px; }

.o-layout {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1400px; }
  .o-layout:before, .o-layout:after {
    content: " ";
    display: table; }
  .o-layout:after {
    clear: both; }

.o-layout__item {
  padding-left: 8px;
  padding-right: 8px;
  float: left; }

.c-block {
  padding: 50px 0;
  position: relative; }
  .c-block.t-light-bg {
    background: url("/assets/images/global/bg_grit_light.jpg") 0 0 no-repeat; }
  @media only screen and (min-width: 55.063em) {
    .c-block {
      padding: 75px 0; } }

.c-block.t-dark-bg,
.c-block--center.t-dark-bg {
  color: #fff; }
  .c-block.t-dark-bg.t-dark-bg,
  .c-block--center.t-dark-bg.t-dark-bg {
    background: #191919; }
  .c-block.t-dark-bg .c-block__title,
  .c-block--center.t-dark-bg .c-block__title {
    color: #fff; }

.c-block--center {
  text-align: center;
  padding: 75px 0; }
  .c-block--center.t-light-bg {
    background: url("/assets/images/global/bg_grit_light.jpg") 0 0 no-repeat; }
  @media only screen and (min-width: 64.063em) {
    .c-block--center .c-block__content {
      max-width: 66.66%;
      margin: 0 auto; } }

.c-block__title {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.7; }
  @media only screen and (max-width: 40em) {
    .c-block__title {
      line-height: 1; } }
  .c-block__title:after {
    content: '';
    display: block;
    max-width: 90px;
    height: 5px;
    background: #e20a16;
    margin: 0 auto; }

.c-block__subtitle {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px; }

.c-block__content > *:last-child {
  margin-bottom: 0; }

.c-block .c-block__title.is-left-aligned,
.c-block--center .c-block__title.is-left-aligned {
  text-align: left;
  font-size: 50px; }
  .c-block .c-block__title.is-left-aligned:after,
  .c-block--center .c-block__title.is-left-aligned:after {
    margin: 0; }

.c-block.t-highlight,
.c-block--center.t-highlight {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .c-block.t-highlight:before,
  .c-block--center.t-highlight:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-linear-gradient(300deg, #e20a16 0%, rgba(25, 25, 25, 0.7) 50%);
    background: linear-gradient(150deg, #e20a16 0%, rgba(25, 25, 25, 0.7) 50%);
    opacity: .8; }
  .c-block.t-highlight .c-block__title,
  .c-block.t-highlight .c-block__subtitle,
  .c-block.t-highlight .c-block__content,
  .c-block--center.t-highlight .c-block__title,
  .c-block--center.t-highlight .c-block__subtitle,
  .c-block--center.t-highlight .c-block__content {
    color: #fff; }

.c-block--hero {
  padding-top: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  @media only screen and (max-width: 40em) {
    .c-block--hero {
      background-size: contain;
      padding-top: 75px; } }
  .c-block--hero:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-linear-gradient(300deg, #e20a16 0%, rgba(25, 25, 25, 0.7) 50%);
    background: linear-gradient(150deg, #e20a16 0%, rgba(25, 25, 25, 0.7) 50%);
    opacity: .8; }
  .c-block--hero .c-block__title {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: #fff;
    padding-bottom: 40px;
    font-size: 70px; }
    .c-block--hero .c-block__title:after {
      display: none; }

.c-blog-item {
  margin-bottom: 25px; }
  @media only screen and (min-width: 40.063em) {
    .c-blog-item {
      padding-left: 8px;
      padding-right: 8px;
      width: 50%;
      float: left; } }

.c-blog-item--small {
  text-align: left;
  padding-right: 60px;
  margin-bottom: 40px; }
  .c-blog-item--small .c-blog-cat-date {
    top: 30px; }

.c-blog-item__title {
  font-size: 40px; }

.c-blog-image {
  position: relative;
  margin-bottom: 20px; }
  .c-blog-image img {
    -webkit-transition: all 0.3s ease;
    transition: all	0.3s ease; }
    .c-blog-image img:hover {
      opacity: .5; }

.c-blog-cat-date {
  position: absolute;
  top: 50px;
  right: -25px; }

.c-blog-cat-date__category {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #191919;
  padding: 5px 10px 0;
  margin: 0;
  clear: both;
  float: right;
  text-align: right; }

.c-blog-cat-date__date {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #e20a16;
  padding: 5px 10px 0;
  margin: 0;
  clear: both;
  float: right;
  text-align: right; }

.c-blog-info h2 {
  margin-bottom: 10px;
  line-height: .9;
  color: #e20a16;
  -webkit-transition: all 0.3s ease;
  transition: all	0.3s ease; }
  .c-blog-info h2:hover {
    color: #8c8c8c; }

.c-blog-info__read-more {
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all	0.3s ease; }

.button {
  -webkit-transition: all 0.3s ease;
  transition: all	0.3s ease;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0 1em 1em 0;
  padding: .7em 1.5em .5em;
  border-radius: 32px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-family: "proxima-nova-condensed", "sans-serif";
  font-weight: 700;
  font-size: 18px; }
  .button:hover {
    background: #191919;
    color: white; }
  .button:active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.25); }
  .button:focus {
    outline: none; }
  .button--slider, .c-plan-prev-button, .c-plan-next-button {
    visibility: visible;
    display: block;
    position: absolute;
    z-index: 1;
    top: 40%;
    width: 2.8125rem;
    height: 4.375rem;
    text-align: center;
    font-size: 50px;
    background: rgba(25, 25, 25, 0.8);
    color: #ffffff;
    cursor: pointer; }
    .button--slider.is-next, .is-next.c-plan-prev-button, .is-next.c-plan-next-button {
      right: 0.3125rem; }
    .button--slider.is-prev, .is-prev.c-plan-prev-button, .is-prev.c-plan-next-button {
      left: 0.3125rem; }
  .button--basic {
    background: #e20a16;
    color: #ffffff;
    border: 2px solid #e20a16; }
  .button--ghost {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff; }
    .button--ghost:hover {
      background: #ffffff;
      color: #191919; }
  .button--dark {
    background-color: #191919;
    color: white; }
  .button--action {
    background-color: #739600;
    color: white; }
  .button--social {
    background: #e20a16;
    color: #ffffff;
    border-radius: 0;
    margin: 1em 0 0 0;
    padding: .7em 1.5em .5em;
    width: 100%;
    font-size: 22px;
    text-align: left; }
    .button--social span {
      margin-right: 10px; }
  .button--link {
    background-color: transparent;
    color: #5786bd; }
  .button--large {
    margin: 0 1em 1em 0;
    padding: 1em 2em .75em;
    border-radius: 38px;
    font-size: 22px; }
  .button--dropdown {
    padding-right: 3em; }
    .button--dropdown:before {
      content: '';
      right: 24px;
      top: 22px;
      width: 2px;
      height: 6px;
      background-color: rgba(0, 0, 0, 0.1);
      position: absolute;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .button--dropdown:after {
      content: '';
      right: 20px;
      top: 22px;
      width: 2px;
      height: 6px;
      background-color: rgba(0, 0, 0, 0.1);
      position: absolute;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.footer-list a {
  color: white;
  display: block;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all	0.3s ease; }
  .footer-list a:hover {
    color: white;
    text-shadow: 0 1px 0px rgba(89, 89, 92, 0.5);
    border-left: 5px solid #e20a16;
    padding: 5px 0 5px 10px; }

.opening-hours-footer {
  table-layout: fixed;
  width: 100%; }
  .opening-hours-footer td {
    padding: 0; }
  @media only screen and (max-width: 40em) {
    .opening-hours-footer tr > td:last-child {
      text-align: left; } }
  @media only screen and (min-width: 55.063em) {
    .opening-hours-footer tr > td:first-child {
      width: 50px; } }

@media only screen and (max-width: 40em) {
  .c-footer-social {
    text-align: center; } }

.c-footer-social.is-highlighted a {
  color: #e20a16; }

.c-footer-social-item {
  display: block;
  margin: 5px 3px; }
  .c-footer-social-item a {
    color: white;
    -webkit-transition: all 0.3s ease;
    transition: all	0.3s ease; }
    .c-footer-social-item a:hover {
      color: #e20a16; }

.c-alert {
  position: fixed;
  background: #333;
  background: rgba(51, 51, 51, 0.7);
  bottom: 30px;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  width: 300px;
  right: 30px; }

.c-logo {
  padding: 0.625rem 0.625rem 0.9375rem 0.625rem;
  background: #191919;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  text-align: left; }
  .c-logo img {
    max-height: 40px;
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-perspective: 1000;
            perspective: 1000;
    -webkit-transition: all ease .3s;
            transition: all ease .3s; }
    .c-logo img:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  @media only screen and (min-width: 55.063em) {
    .c-logo {
      padding: 0;
      position: relative; }
      .c-logo img {
        max-height: 60px; }
      .c-logo::before {
        background: #191919;
        height: 100%;
        width: 100%;
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: -100%; } }

.c-standard-nav {
  display: none; }
  @media only screen and (min-width: 55.063em) {
    .c-standard-nav {
      display: block;
      padding-top: 35px;
      padding-bottom: 20px; }
      .c-standard-nav:before, .c-standard-nav:after {
        content: " ";
        display: table; }
      .c-standard-nav:after {
        clear: both; } }

.hero {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  background-size: cover; }
  .hero:before {
    background-image: -webkit-linear-gradient(top left, #e20a16 15%, rgba(25, 25, 25, 0.25) 95%);
    background-image: linear-gradient(to bottom right, #e20a16 15%, rgba(25, 25, 25, 0.25) 95%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .75; }

.hero-text-holder {
  position: relative;
  z-index: 10;
  height: 100%; }
  .hero-text-holder:before, .hero-text-holder:after {
    content: " ";
    display: table; }
  .hero-text-holder:after {
    clear: both; }

@media only screen and (min-width: 55.063em) {
  .hero-text {
    position: absolute;
    bottom: 30px;
    left: 0; } }

.hero-text p {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

@media only screen and (min-width: 55.063em) {
  .hero__home {
    height: 85vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; } }

/* --------------------------------

MAIN NAV

-------------------------------- */
/* --------------------------------

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

html, body {
  /* you need to set this to assign to the main element a min height of 100% */ }

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.overflow-hidden {
  overflow: hidden;
  height: 100%; }

/* --------------------------------

Main components

-------------------------------- */
.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding-top: 60px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  .cd-main-content.lateral-menu-is-open {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px); }

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #191919;
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  .c-header > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .c-header.lateral-menu-is-open {
    /* translate to show the lateral menu */
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px); }
  .c-header.is-fixed {
    position: fixed; }

#cd-top-nav {
  top: 0;
  right: 0;
  height: 100%;
  display: none;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  #cd-top-nav ul.c-main-nav {
    padding: 0;
    background: #ffffff !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  #cd-top-nav li {
    display: block;
    float: left;
    margin: 0 !important;
    font-family: "proxima-nova-condensed", "sans-serif";
    background: #ffffff;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    text-align: center; }
    #cd-top-nav li.is-selected a {
      color: #e20a16; }
    #cd-top-nav li.t-member-link {
      display: block;
      float: left;
      clear: both;
      width: 100%;
      text-align: right;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      position: relative;
      background: #333;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
      #cd-top-nav li.t-member-link::after {
        background: #333;
        height: 100%;
        width: 100%;
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: -100%; }
      #cd-top-nav li.t-member-link a {
        font-size: 16px !important;
        margin: 0 !important;
        display: block;
        padding: .8em 1em;
        line-height: 1;
        color: #ffffff; }
        #cd-top-nav li.t-member-link a span {
          font-size: 18px !important;
          vertical-align: middle;
          margin-right: 10px;
          top: -2px; }
    #cd-top-nav li.t-join-link {
      text-transform: uppercase;
      background: #e20a16;
      float: right; }
      #cd-top-nav li.t-join-link a {
        color: #ffffff; }
      #cd-top-nav li.t-join-link:hover {
        background: #8c8c8c; }
        #cd-top-nav li.t-join-link:hover a {
          color: #191919; }
    #cd-top-nav li.t-book-link {
      text-transform: uppercase;
      background: #191919;
      float: right; }
      #cd-top-nav li.t-book-link a {
        color: #ffffff; }
  #cd-top-nav a {
    display: inline-block;
    padding: .8em 1em;
    line-height: 1;
    font-size: 22px;
    color: #191919;
    font-weight: 700; }
    #cd-top-nav a.current {
      background-color: #59595c; }
    .no-touch #cd-top-nav a:hover {
      color: #e20a16; }
  @media only screen and (min-width: 40.063em) {
    #cd-top-nav {
      display: block; } }

#cd-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #e20a16; }
  #cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    display: none; }
  #cd-menu-trigger .cd-menu-icon {
    /* this span is the central line in the menu menu */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #FFF;
    /* these are the upper and lower lines in the menu menu */ }
    #cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: inherit;
      left: 0; }
    #cd-menu-trigger .cd-menu-icon::before {
      bottom: 5px; }
    #cd-menu-trigger .cd-menu-icon::after {
      top: 5px; }
  #cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0); }
    #cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
      background-color: white; }
    #cd-menu-trigger.is-clicked .cd-menu-icon::before {
      bottom: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    #cd-menu-trigger.is-clicked .cd-menu-icon::after {
      top: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media only screen and (min-width: 40.063em) {
    #cd-menu-trigger {
      width: 110px;
      padding-left: 1.25em; }
      #cd-menu-trigger .cd-menu-text {
        display: inline-block;
        line-height: 75px; }
      #cd-menu-trigger .cd-menu-icon {
        left: auto;
        right: 1.25em;
        -webkit-transform: translateX(0);
        transform: translateX(0); } }

#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 260px;
  background-color: #59595c;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  transform: translateX(80px); }
  #cd-lateral-nav .cd-navigation {
    margin: 10px 0 16px; }
  #cd-lateral-nav .sub-menu {
    padding: 0 10px 20px 15px;
    display: none; }
  #cd-lateral-nav a {
    display: block;
    line-height: 2em;
    padding: 0 16px 0 32px;
    color: #ffffff; }
    #cd-lateral-nav a.current {
      background-color: #727276;
      color: #FFF; }
    #cd-lateral-nav a.t-member-link__mobile {
      background: #e20a16;
      color: white; }
    .no-touch #cd-lateral-nav a:hover {
      color: #FFF; }
  @media only screen and (min-width: 40.063em) {
    #cd-lateral-nav .cd-navigation {
      margin: 20px 0; } }
  #cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch; }

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */ }
  #cd-lateral-nav .item-has-children > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  #cd-lateral-nav .item-has-children > a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

#cd-lateral-nav .socials {
  padding: 0 32px; }
  #cd-lateral-nav .socials::after {
    clear: both;
    content: "";
    display: table; }
  #cd-lateral-nav .socials a {
    float: left;
    padding: 0;
    margin-right: 1.5em; }
    .no-touch #cd-lateral-nav .socials a:hover {
      background-color: #e20a16; }

.parallax__weights {
  background-image: -webkit-linear-gradient(top left, rgba(226, 10, 22, 0.75) 15%, rgba(25, 25, 25, 0.75) 95%);
  background-image: linear-gradient(to bottom right, rgba(226, 10, 22, 0.75) 15%, rgba(25, 25, 25, 0.75) 95%); }
  @media only screen and (min-width: 40.063em) {
    .parallax__weights {
      min-height: 70vh;
      overflow: hidden; } }
  .parallax__weights::after {
    content: "";
    background-image: url(/assets/images/parallax/weights-bg-mobile.jpg);
    background-size: cover;
    background-position: top 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; }
    @media only screen and (min-width: 40.063em) {
      .parallax__weights::after {
        background-image: url(/assets/images/parallax/weights-bg.jpg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-attachment: fixed; } }

.c-plan-wrapper {
  position: relative; }

.c-plan-prev-button {
  left: 0.3125rem; }

.c-plan-next-button {
  right: 0.3125rem; }

.c-plan-box {
  text-align: center !important; }

.c-plan-box__container {
  color: #191919; }

.c-plan-box__header {
  background: rgba(25, 25, 25, 0.7);
  padding: 20px 10px 1px 10px;
  margin: 0; }
  .c-plan-box__header p {
    margin: 5px 0 5px 0; }

.t-highlight .c-plan-box__header {
  background: #e20a16; }

.c-plan-box__container {
  background: #ffffff;
  padding: 20px 10px 20px 10px;
  margin: 0; }
  .c-plan-box__container p {
    margin: 5px 0 0 0; }

.c-plan-box__price {
  background: #ffffff;
  border-top: solid 1px #e5e5e5;
  padding: 15px 10px 10px 10px;
  margin: 0; }
  .c-plan-box__price p {
    margin: 0; }

.slick-next, .slick-prev {
  background: rgba(25, 25, 25, 0.8);
  height: 100%;
  top: 0 !important;
  margin-top: 0 !important; }
  .slick-next:hover, .slick-prev:hover {
    background: #e20a16; }

.c-social-section {
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (min-width: 55.063em) {
    .c-social-section {
      position: relative; }
      .c-social-section::after {
        background: #f2f2f2;
        height: 100%;
        width: 100%;
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: -100%; } }

.c-social-instagram {
  padding: 10px; }
  .c-social-instagram img {
    padding-bottom: 15px; }

.c-touchpoints {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0; }
  .c-touchpoints:before {
    content: " ";
    display: table; }
  .c-touchpoints:after {
    content: " ";
    display: table;
    clear: both; }

.c-touchpoint {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  background-size: cover;
  background-position: center 50%;
  background-size: cover; }
  .c-touchpoint--red:before {
    background-image: -webkit-linear-gradient(top left, #e20a16 15%, rgba(25, 25, 25, 0.75) 95%);
    background-image: linear-gradient(to bottom right, #e20a16 15%, rgba(25, 25, 25, 0.75) 95%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .75; }
  .c-touchpoint--blue:before {
    background-image: -webkit-linear-gradient(top left, #29abe2 15%, rgba(25, 25, 25, 0.75) 95%);
    background-image: linear-gradient(to bottom right, #29abe2 15%, rgba(25, 25, 25, 0.75) 95%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .5; }

.c-touchpoint-text-holder {
  position: relative;
  z-index: 10;
  height: 100%; }
  .c-touchpoint-text-holder::after {
    clear: both;
    content: "";
    display: table; }

@media only screen and (min-width: 55.063em) {
  .c-touchpoint-text {
    position: absolute;
    bottom: 30px;
    left: 0; } }

.c-touchpoint-text p {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.c-slider {
  background: #191919; }

.c-slider__iframe {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 300px; }
  @media only screen and (min-width: 55.063em) {
    .c-slider__iframe {
      height: 600px; } }

@media only screen and (min-width: 55.063em) {
  .c-slider--image .button--slider.is-prev, .c-slider--image .is-prev.c-plan-prev-button, .c-slider--image .is-prev.c-plan-next-button {
    left: -45px; }
  .c-slider--image .button--slider.is-next, .c-slider--image .is-next.c-plan-prev-button, .c-slider--image .is-next.c-plan-next-button {
    right: -45px; } }

.js-image-slider-nav .slick-slide {
  cursor: pointer; }

.t-highlight .c-accordion__link {
  text-transform: uppercase;
  background: #e20a16; }

.t-highlight .c-accordion__content {
  border: none;
  background: #8c8c8c; }

.c-accordion__arrow-icon {
  float: right;
  -webkit-transition: -webkit-transform ease .3s;
          transition: transform ease .3s; }

.c-accordion__link {
  font-size: 22px;
  font-weight: bold;
  font-family: "proxima-nova-condensed", "sans-serif";
  color: #ffffff;
  display: block;
  padding: 25px;
  background: #333;
  -webkit-transition: background ease .3s;
          transition: background ease .3s; }
  .c-accordion__link:hover {
    color: #ffffff; }

.c-accordion__item {
  margin-bottom: 20px; }
  .c-accordion__item.active .c-accordion__link {
    background: #e20a16; }
  .c-accordion__item.active .c-accordion__arrow-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.c-accordion__content {
  background: #333;
  display: none;
  color: #fff;
  padding: 25px;
  border-top: 1px solid #ffffff; }
  .c-accordion__content.active {
    display: block;
    -webkit-animation: accordionContentFadeIn ease .3s forwards;
            animation: accordionContentFadeIn ease .3s forwards; }

@-webkit-keyframes accordionContentFadeIn {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes accordionContentFadeIn {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.c-profile {
  font-size: 16px;
  padding-top: 50px; }

.c-profile__special {
  margin-bottom: 30px; }

.c-profile__name {
  font-size: 50px;
  color: #fff;
  margin-bottom: 0px; }

.c-profile__highlight {
  font-size: 28px;
  font-weight: bold;
  color: #e20a16;
  margin-bottom: 25px;
  font-family: "proxima-nova-condensed", "sans-serif"; }

.c-nav--mobile-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  .c-nav--mobile-buttons .c-nav__item {
    display: block;
    width: 50%;
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding: 8px;
    background: #333335; }
    .c-nav--mobile-buttons .c-nav__item.join {
      background: #e20a16; }
  @media only screen and (min-width: 55.063em) {
    .c-nav--mobile-buttons {
      display: none; } }

.c-nav--inline {
  margin-bottom: 75px; }
  .c-nav--inline .c-nav__item {
    font-size: 28px;
    font-weight: bold;
    margin-right: 20px; }
  .c-nav--inline .c-nav__link {
    color: #8c8c8c; }
    .c-nav--inline .c-nav__link:hover {
      color: #191919; }
    .c-nav--inline .c-nav__link.is-selected {
      color: #e20a16; }

.c-nav--bubble .c-nav__link {
  line-height: 2.85;
  color: #191919;
  font-weight: bold;
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #191919;
  border-radius: 50%;
  -webkit-transition: all ease .3s;
          transition: all ease .3s; }
  .c-nav--bubble .c-nav__link:hover, .c-nav--bubble .c-nav__link.is-selected {
    color: #fff;
    background: #e20a16;
    border-color: #e20a16; }

.c-nav--list.push-top {
  margin-top: 50px; }

.c-nav--list .c-nav__link,
.c-nav--list .c-nav__title {
  font-weight: bold;
  font-size: 28px; }

.c-nav--list .c-nav__link {
  display: block;
  font-family: "proxima-nova-condensed", "sans-serif";
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ffffff; }

.c-nav--list .c-nav__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 45px; }

.c-form__input, .c-form__textarea {
  padding: 10px;
  display: block;
  width: 100%; }

.c-article {
  background: url("/assets/images/global/bg_grit_light.jpg") 0 0 no-repeat; }
  @media only screen and (min-width: 55.063em) {
    .c-article {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.c-article__header {
  border-bottom: 1px solid #808080;
  margin-bottom: 30px; }

.c-article__image {
  margin-bottom: 50px; }

.c-article__title {
  color: #e20a16;
  text-transform: uppercase;
  margin-bottom: 28px;
  line-height: 1; }

.c-article__subtitle {
  font-family: "proxima-nova-condensed", "sans-serif";
  font-weight: bold;
  font-size: 28px; }

.c-article__content {
  padding: 100px 75px 75px 75px;
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%; }
  @media only screen and (max-width: 40em) {
    .c-article__content {
      padding: 50px 30px; } }
  .c-article__content p {
    margin-bottom: 15px; }
  .c-article__content iframe {
    width: 100%; }
    @media only screen and (min-width: 55.063em) {
      .c-article__content iframe {
        height: 500px; } }

.c-article__block {
  margin-bottom: 30px; }
  .c-article__block::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 55.063em) {
    .c-article__block {
      margin-top: 30px; } }
  .c-article__block > *:last-child {
    margin-bottom: 0; }

.c-article__photo {
  border: 13px solid #ffffff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 55.063em) {
    .c-article__photo {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 40em) {
    .c-article__photo {
      float: none !important;
      margin: 0 0 30px 0 !important; } }
  .c-article__photo.is-left {
    float: left;
    margin-right: 30px; }
  .c-article__photo.is-right {
    float: right;
    margin-left: 30px; }

.c-article--preview {
  background: #fff;
  margin-bottom: 40px; }
  .c-article--preview .c-article__image {
    width: 100%;
    margin-bottom: 0; }
  .c-article--preview .c-article__caption {
    background: #fff;
    padding: 25px 20px; }
  .c-article--preview .c-article__title {
    font-size: 28px;
    margin-bottom: 0; }

.c-sidebar {
  padding: 100px 20px 20px 20px;
  background: #F5F5F5;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.c-video {
  width: 100%;
  position: relative; }

.c-video__image {
  display: block;
  margin: 0 auto; }

.c-video__iframe {
  display: block; }
  .c-video__iframe iframe {
    display: block;
    margin: 0 auto;
    height: 500px; }
    @media only screen and (max-width: 40em) {
      .c-video__iframe iframe {
        height: 400px;
        width: 100%; } }
  .c-video__iframe.is-loaded {
    opacity: 1;
    visibility: visible; }

.c-video__caption {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  background: #e20a16;
  border-radius: 50%;
  -webkit-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
          transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; }
  .c-video__caption.is-loaded {
    -webkit-animation: getRidOfIt ease .3s forwards;
            animation: getRidOfIt ease .3s forwards; }
  .c-video__caption.is-loading {
    background: #e20a16;
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
    .c-video__caption.is-loading:after {
      content: "Loading " attr(data-title) "...";
      color: #fff;
      font-size: 18px;
      width: 300px;
      background: #e20a16;
      margin-left: -100px;
      top: 100%;
      display: block;
      padding: 10px;
      text-align: center;
      opacity: 0;
      -webkit-animation: showUp cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s forwards;
              animation: showUp cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s forwards;
      -webkit-animation-delay: .2s;
              animation-delay: .2s; }
    .c-video__caption.is-loading:before {
      border-color: #ffffff;
      border-width: 10px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      margin: -10px 0 0 -5px;
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      -webkit-animation: dotLoading cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s infinite;
              animation: dotLoading cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s infinite; }
  .c-video__caption:hover {
    background: #ffffff; }
    .c-video__caption:hover.is-loading:before {
      border-color: #e20a16; }
    .c-video__caption:hover:before {
      border-left-color: #e20a16; }
  .c-video__caption:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 0;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -12px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 35px solid #ffffff;
    -webkit-transition: all ease .3s;
            transition: all ease .3s; }

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

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

@-webkit-keyframes getRidOfIt {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); } }

@keyframes getRidOfIt {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); } }

@-webkit-keyframes showUp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); } }

@keyframes showUp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); } }

.u-12-12 {
  width: 100%; }

.u-6-12 {
  width: 50%; }

@media only screen and (min-width: 55.063em) {
  .u-12-12 {
    width: 100%; }
  .u-10-12 {
    width: 83.33333%; }
  .u-9-12 {
    width: 75%; }
  .u-8-12 {
    width: 66.66667%; }
  .u-7-12 {
    width: 58.33333%; }
  .u-6-12 {
    width: 50%; }
  .u-5-12 {
    width: 41.66667%; }
  .u-4-12 {
    width: 33.33333%; }
  .u-3-12 {
    width: 25%; } }

.u-h1, .c-blog-cat-date__date {
  font-size: 40px;
  line-height: 1.15;
  font-family: "proxima-nova-condensed", "sans-serif";
  font-weight: 700; }
  @media only screen and (min-width: 55.063em) {
    .u-h1, .c-blog-cat-date__date {
      font-size: 60px;
      line-height: 1.1; } }

.u-h2 {
  font-size: 30px;
  line-height: 1.2;
  font-family: "proxima-nova-condensed", "sans-serif";
  font-weight: 700; }
  @media only screen and (min-width: 55.063em) {
    .u-h2 {
      font-size: 50px;
      line-height: 1.08; } }

.u-h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: 700; }
  @media only screen and (min-width: 55.063em) {
    .u-h3 {
      font-size: 28px;
      line-height: 1.28571; } }

.u-h4, .c-blog-cat-date__category {
  font-size: 22px;
  line-height: 1;
  font-family: "proxima-nova-condensed", "sans-serif";
  font-weight: 700; }
  @media only screen and (min-width: 55.063em) {
    .u-h4, .c-blog-cat-date__category {
      font-size: 28px;
      line-height: 1.28571; } }

.u-h5 {
  font-size: 20px;
  line-height: 1.3; }
  @media only screen and (min-width: 55.063em) {
    .u-h5 {
      font-size: 22px;
      line-height: 1.18182; } }

.u-h6 {
  font-size: 18px;
  line-height: 1.11111; }
  @media only screen and (min-width: 55.063em) {
    .u-h6 {
      font-size: 18px;
      line-height: 1.11111; } }

.c-round-image {
  border-radius: 50%;
  border: solid 10px #ffffff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.25); }

/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /**
     * Don’t show links that are fragment identifiers, or use the `javascript:`
     * pseudo protocol.
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; } }

@media only screen and (min-width: 55.063em) {
  .u-flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.u-float-right {
  float: right; }

.u-float-left {
  float: left; }

.u-float-none {
  float: none; }

.u-mb-0 {
  margin-bottom: 0px; }

.u-mt-0 {
  margin-top: 0px; }

.u-ml-0 {
  margin-left: 0px; }

.u-mr-0 {
  margin-right: 0px; }

.u-mb-10 {
  margin-bottom: 10px; }

.u-mt-10 {
  margin-top: 10px; }

.u-ml-10 {
  margin-left: 10px; }

.u-mr-10 {
  margin-right: 10px; }

.u-mb-20 {
  margin-bottom: 20px; }

.u-mt-20 {
  margin-top: 20px; }

.u-ml-20 {
  margin-left: 20px; }

.u-mr-20 {
  margin-right: 20px; }

.u-mb-30 {
  margin-bottom: 30px; }

.u-mt-30 {
  margin-top: 30px; }

.u-ml-30 {
  margin-left: 30px; }

.u-mr-30 {
  margin-right: 30px; }

.u-pb-0 {
  padding-bottom: 0px; }

.u-pt-0 {
  padding-top: 0px; }

.u-pl-0 {
  padding-left: 0px; }

.u-pr-0 {
  padding-right: 0px; }

.u-pb-10 {
  padding-bottom: 10px; }

.u-pt-10 {
  padding-top: 10px; }

.u-pl-10 {
  padding-left: 10px; }

.u-pr-10 {
  padding-right: 10px; }

.u-pb-20 {
  padding-bottom: 20px; }

.u-pt-20 {
  padding-top: 20px; }

.u-pl-20 {
  padding-left: 20px; }

.u-pr-20 {
  padding-right: 20px; }

.u-pb-30 {
  padding-bottom: 30px; }

.u-pt-30 {
  padding-top: 30px; }

.u-pl-30 {
  padding-left: 30px; }

.u-pr-30 {
  padding-right: 30px; }

.u-link-bold {
  font-weight: 800; }

.u-text-left, .c-accordion, .c-nav--inline, .c-nav--bubble {
  text-align: left; }

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

.u-text-center, .c-nav--bubble .c-nav__link {
  text-align: center; }

.u-text-uppercase {
  text-transform: uppercase; }

.u-text-capitalize {
  text-transform: capitalize; }

.u-text-bold {
  font-weight: 700; }

@media only screen and (min-width: 55.063em) {
  .u-text-2-col {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; } }

@media only screen and (max-width: 40em) {
  .u-center-sm-only {
    text-align: center; } }

.u-red {
  color: #e20a16; }

.u-grey {
  color: #8c8c8c; }

.u-white {
  color: white; }

.u-page-title, .c-block--hero .c-block__title {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  font-family: "proxima-nova-condensed", "sans-serif";
  margin-bottom: 20px;
  text-transform: uppercase; }
  @media only screen and (min-width: 55.063em) {
    .u-page-title, .c-block--hero .c-block__title {
      font-size: 70px;
      line-height: 0.86667;
      font-family: "proxima-nova", "sans-serif"; } }

.u-blog-title, .u-plan-title {
  font-size: 28px;
  line-height: 34px; }
  @media only screen and (min-width: 55.063em) {
    .u-blog-title, .u-plan-title {
      font-size: 40px;
      line-height: 44px; } }

.is-white {
  background: #ffffff; }
  @media only screen and (min-width: 40.063em) {
    .is-white {
      background: #ffffff url(/assets/images/global/bg_grit_light.jpg) no-repeat center top; } }

.is-plain-white {
  background: #ffffff; }

.is-red {
  background: #e20a16; }
  .is-red h1, .is-red h2, .is-red h3, .is-red h4, .is-red h5, .is-red h6, .is-red p {
    color: white; }

.is-black {
  background: #191919;
  border-top: 10px solid #191919; }
  @media only screen and (min-width: 40.063em) {
    .is-black {
      background: #191919 url(/assets/images/global/bg_grit_dark.jpg) no-repeat center top; } }
  .is-black h1, .is-black h2, .is-black h3, .is-black h4, .is-black h5, .is-black h6, .is-black p {
    color: white; }

.is-light-grey {
  background: #f2f2f2; }

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

@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: initial; } }

.t-colour-highlight {
  color: #e20a16; }

.js-slider-products .front {
  background: #fff;
  min-height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px; }

.slick-prev,
.slick-next {
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer; }
  .slick-prev.t-primary,
  .slick-next.t-primary {
    color: #191919; }
  .slick-prev.c-icon--keyboard-arrow-left,
  .slick-next.c-icon--keyboard-arrow-left {
    left: -60px; }
    .js-slider-hero .slick-prev.c-icon--keyboard-arrow-left, .js-slider-hero
    .slick-next.c-icon--keyboard-arrow-left {
      left: 0;
      color: #191919; }
  .slick-prev.c-icon--keyboard-arrow-right,
  .slick-next.c-icon--keyboard-arrow-right {
    right: -60px; }
    .js-slider-hero .slick-prev.c-icon--keyboard-arrow-right, .js-slider-hero
    .slick-next.c-icon--keyboard-arrow-right {
      color: #191919;
      right: 0; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #333333; }

.is-ie .flipper .back {
  background: #e20a16;
  width: 100%; }
  .is-ie .flipper .back .c-button {
    min-width: 20px; }

.is-ie .flipper .front {
  display: none; }

/* entire container, keeps perspective */
.flip-container {
  -webkit-perspective: 1000;
          perspective: 1000;
  display: block;
  height: 110px; }
  .flip-container:active .back {
    background: #b10811; }

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

/* flip speed goes here */
.flipper {
  -webkit-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */ }
  .flipper .back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    background: #e20a16;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 10px; }
    .flipper .back h4 {
      color: #fff; }
  .flipper .flip-title {
    margin-bottom: 5px; }
  .flipper .c-button {
    background: transparent;
    border: 1px solid white;
    border-radius: 3px;
    margin: 0;
    width: 100%;
    min-width: initial; }
    .flipper .c-button:hover {
      background: #fff;
      color: #e20a16; }
  .flipper .front, .flipper .back {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0; }
    .flipper .front img, .flipper .back img {
      width: 100%; }
  .flipper .front {
    z-index: 2;
    /* for firefox 31 */
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
    .flipper .front.product {
      min-height: 250px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      border: 1px solid #dedede;
      padding: 0 10px; }
  .flipper .back {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
