/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
}

.row::after {
  clear: both;
}

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

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

@media screen and (min-width: 87.5em) {
  .row .row {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}

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

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

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

.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.row.gutter-large > .column, .row.gutter-large > .columns {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.row.gutter-xlarge > .column, .row.gutter-xlarge > .columns {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

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

@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .column, .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 87.5em) {
  .column, .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

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

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

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

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

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

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .column-block {
    margin-bottom: 2.5rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .column-block {
    margin-bottom: 3.75rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 87.5em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

.clearfix::after {
  clear: both;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #7c8289;
  transition: transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

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

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

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #7c8289;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(40, 40, 41, 0);
}

.off-canvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #7c8289;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(40, 40, 41, 0);
}

.off-canvas-absolute.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto;
}

.position-left.is-open ~ .off-canvas-content {
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(40, 40, 41, 0);
  content: " ";
}

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(250px);
  transform: translateX(250px);
  overflow-y: auto;
}

.position-right.is-open ~ .off-canvas-content {
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(40, 40, 41, 0);
  content: " ";
}

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
  overflow-x: auto;
}

.position-top.is-open ~ .off-canvas-content {
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(40, 40, 41, 0);
  content: " ";
}

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(250px);
  transform: translateY(250px);
  overflow-x: auto;
}

.position-bottom.is-open ~ .off-canvas-content {
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(40, 40, 41, 0);
  content: " ";
}

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.off-canvas-content {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 87.5em) {
  .position-left.reveal-for-xlarge {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(40, 40, 41, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

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

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

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

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

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

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

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

/*
Mixins
------------
This file should contain all mixins for your site
*/
/******************************************************************************/
/*
  Add plugin stylesheets to this directory and they will be automatically
  Imported. Load order is alphabetical and styles can be overriden in
  custom/_style.scss which is loaded after all plugin stylesheets.
*/
/*! Flickity v2.0.11
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-prev-next-button, .flickity-prev-next-button {
  transition: all 0.25s ease;
  background: #ed1c28;
  border-radius: 0;
  top: 50%;
}

@media print, screen and (min-width: 64em) {
  .flickity-prev-next-button, .flickity-prev-next-button {
    width: 4.125rem;
    height: 4.125rem;
  }
}

.flickity-prev-next-button svg, .flickity-prev-next-button svg {
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
}

.flickity-prev-next-button .arrow, .flickity-prev-next-button .arrow {
  fill: #fff;
}

.flickity-prev-next-button:hover, .flickity-prev-next-button:hover {
  background: #282829;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

.flickity-page-dots .dot {
  margin: 0 0.25rem;
}

.logo-carousel:after {
  content: 'flickity';
  display: none;
}

@media print, screen and (min-width: 64em) {
  .logo-carousel:after {
    content: '';
  }
}

/*
Base Elements
------------
This file should contain base elements such as form, label, inputs or buttons.
They also include more abstract elements like color palettes, fonts, and animations.
Base elements are abstract and aren't often terribly useful on their own,
but they provide a useful reference and allow you to see all your
global styles laid out at a glance.
*/
* {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body,
input,
textarea,
select,
label,
button {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.35;
  color: #282829;
}

@media print, screen and (min-width: 40em) {
  body,
  input,
  textarea,
  select,
  label,
  button {
    font-size: 0.9375rem;
    line-height: 1.45;
  }
}

@media print, screen and (min-width: 64em) {
  body,
  input,
  textarea,
  select,
  label,
  button {
    font-size: 1.0625rem;
  }
}

*:focus {
  outline: none;
}

main {
  display: block;
}

li {
  list-style: none;
}

a {
  transition: color 0.25s ease;
  text-decoration: none;
  color: #282829;
}

a img {
  border: 0;
}

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

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

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

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

/*
Basic Page Styles
------------
This file should contain styles for a generic page.
*/
.grey-bg {
  background: #eee;
}

.red-bg {
  background: #ed1c28;
  color: #fff;
}

.red-bg h1, .red-bg h2 {
  color: #fff;
}

.red-bg h1:after, .red-bg h2:after {
  background: #fff;
}

.red-bg .button, .red-bg .action {
  background: #fff;
  color: #ed1c28;
}

.red-bg .button:hover, .red-bg .action:hover {
  color: #fff;
}

.divider {
  background: rgba(40, 40, 41, 0.14);
  width: 100%;
  height: 0.0625rem;
}

.divider.divider-thick {
  height: 0.125rem;
}

.divider.hidden {
  display: none;
}

.button, .action {
  transition: background 0.25s ease;
  display: inline-block;
  padding: 0.9375rem 1.375rem 0.875rem;
  background: #ed1c28;
  color: #fff;
}

@media print, screen and (min-width: 40em) {
  .button, .action {
    padding: 0.9375rem 1.5625rem 0.875rem;
  }
}

@media screen and (min-width: 87.5em) {
  .button, .action {
    padding: 1.125rem 1.875rem 1rem;
  }
}

.button:hover, .action:hover {
  background: #282829;
}

.button.button-reverse, .button-reverse.action {
  background: #fff;
  color: #282829;
}

@media print, screen and (min-width: 64em) {
  .button.button-large, .button-large.action {
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 40em) {
  p + .button, p + .action {
    margin-top: 0.3125rem;
  }
}

.angle-shape {
  width: 1.25rem;
  height: 3.625rem;
}

@media print, screen and (min-width: 40em) {
  .angle-shape {
    width: 9.1875rem;
    height: 26.6875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .angle-shape {
    width: 15.4375rem;
    height: 44.875rem;
  }
}

.angle-shape.show-for-xlarge {
  display: none;
}

@media screen and (min-width: 96.875em) {
  .angle-shape.show-for-xlarge {
    display: block;
  }
}

.angle-left {
  position: absolute;
  left: -0.0625rem;
  bottom: 0;
}

.angle-right {
  position: absolute;
  right: 0;
  bottom: -0.0625rem;
}

.angle-right-top {
  position: absolute;
  right: 0;
  top: -0.0625rem;
}

.angle-outside-right {
  position: absolute;
  right: -9.125rem;
  bottom: 0;
}

@media print, screen and (min-width: 64em) {
  .angle-outside-right {
    right: -15.375rem;
  }
}

.angle-outside-left {
  position: absolute;
  top: 0;
  left: -9.125rem;
}

@media print, screen and (min-width: 64em) {
  .angle-outside-left {
    left: -15.375rem;
  }
}

.banner-section .angle-left {
  top: -0.0625rem;
  bottom: auto;
}

@media print, screen and (min-width: 40em) {
  .banner-section .angle-left {
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .banner-section .angle-left .angle {
    fill: #fff;
  }
}

@media screen and (max-width: 39.9375em) {
  .list-section.grey-bg + .banner-section .angle-left .angle {
    fill: #eee;
  }
}

.banner-section.grey-bg + .list-section .angle-left .angle {
  fill: #eee;
}

.list-section .angle-left {
  top: -2.9375rem;
}

.angle,
.grey-bg .angle-reverse .angle {
  fill: #fff;
}

.grey-bg .angle {
  fill: #eee;
}

.red-bg .angle {
  fill: #ed1c28;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .video-wrapper {
    margin-bottom: 0;
  }
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link-section {
  margin-top: 1.875rem;
}

@media screen and (min-width: 87.5em) {
  .link-section {
    margin-top: 3.125rem;
  }
}

.section-margin-top, .section-margin {
  margin-top: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .section-margin-top, .section-margin {
    margin-top: 3.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .section-margin-top, .section-margin {
    margin-top: 4.0625rem;
  }
}

@media screen and (min-width: 87.5em) {
  .section-margin-top, .section-margin {
    margin-top: 5.9375rem;
  }
}

.section-margin-bottom, .section-margin {
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .section-margin-bottom, .section-margin {
    margin-bottom: 3.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .section-margin-bottom, .section-margin {
    margin-bottom: 4.0625rem;
  }
}

@media screen and (min-width: 87.5em) {
  .section-margin-bottom, .section-margin {
    margin-bottom: 5.9375rem;
  }
}

.section-padding-top, .section-padding {
  padding-top: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .section-padding-top, .section-padding {
    padding-top: 3.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .section-padding-top, .section-padding {
    padding-top: 4.0625rem;
  }
}

@media screen and (min-width: 87.5em) {
  .section-padding-top, .section-padding {
    padding-top: 5.9375rem;
  }
}

.section-padding-bottom, .section-padding {
  padding-bottom: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .section-padding-bottom, .section-padding {
    padding-bottom: 3.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .section-padding-bottom, .section-padding {
    padding-bottom: 4.0625rem;
  }
}

@media screen and (min-width: 87.5em) {
  .section-padding-bottom, .section-padding {
    padding-bottom: 5.9375rem;
  }
}

.contact-location {
  margin-top: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .contact-location {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 87.5em) {
  .contact-location {
    margin-top: 3.125rem;
  }
}

.contact-location h6 {
  margin-bottom: 0.3125rem;
  color: #ed1c28;
}

@media print, screen and (min-width: 64em) {
  .contact-location h6 {
    margin-bottom: 0.625rem;
    font-size: 1.375rem;
  }
}

.contact-location h6, .contact-location p {
  margin-bottom: 0.3125rem;
}

@media print, screen and (min-width: 64em) {
  .contact-location h6, .contact-location p {
    margin-bottom: 0.4375rem;
  }
}

.contact-location p span {
  font-weight: bold;
}

.contact-form {
  margin-top: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .contact-form {
    margin-top: 0;
  }
}

.footer-logos {
  padding: 1.875rem 0;
}

.footer-logos li {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .footer-logos li {
    width: 33%;
  }
}

@media print, screen and (min-width: 64em) {
  .footer-logos li {
    width: auto;
    float: left;
    padding: 0 1.25rem;
  }
}

@media screen and (min-width: 87.5em) {
  .footer-logos li {
    padding: 0 2.25rem;
  }
}

.footer-logos li:last-child {
  padding-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .footer-logos li:first-child {
    padding-left: 0;
  }
}

.footer-logos li img {
  max-width: 11.25rem;
  height: auto;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .logo-carousel {
    padding: 0 2.75rem;
  }
}

.footer-cta {
  background: #ed1c28;
  color: #fff;
  padding: 1.875rem 0;
  margin-top: 0.125rem;
}

.footer-cta p {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .footer-cta p {
    font-size: 1.375rem;
    line-height: 1.25;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .footer-cta p {
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 87.5em) {
  .footer-cta p {
    font-size: 1.75rem;
  }
}

.footer-cta .button, .footer-cta .action {
  color: #ed1c28;
}

.footer-cta .button:hover, .footer-cta .action:hover {
  background: #282829;
  color: #fff;
}

.footer {
  background: #282829;
  color: #fff;
}

.footer a {
  color: rgba(255, 255, 255, 0.5);
}

.footer a:hover {
  color: #fff;
}

.footer h6, .footer p {
  margin-bottom: 0.9375rem;
}

.footer p:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
  .footer h6 {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 87.5em) {
  .footer h6 {
    font-size: 1.5rem;
  }
}

.footer-menu {
  margin: 0 0 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .footer-menu {
    margin: 0;
  }
}

.footer-menu li {
  display: block;
  margin: 0 0 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .footer-menu li {
    display: inline-block;
    margin: 0 0.9375rem 0 0;
  }
}

.footer-menu li.section a,
.footer-menu li.current a,
.footer-menu li:hover a {
  color: #fff;
}

.footer-menu li a {
  color: rgba(255, 255, 255, 0.5);
}

@media print, screen and (min-width: 40em) {
  .footer-location {
    width: 20%;
  }
}

.footer-location a {
  color: #fff;
}

.footer-location span {
  color: rgba(255, 255, 255, 0.5);
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.5);
}

.footer-copyright .copyright {
  display: block;
}

@media print, screen and (min-width: 40em) {
  .footer-copyright .copyright {
    display: inline;
  }
}

fieldset,
fieldset.field {
  border: 0;
  margin-bottom: 0;
}

p + form {
  margin-top: 1.875rem;
}

input, textarea, select {
  padding: 0.625rem 0.9375rem;
  border: 1px solid rgba(40, 40, 41, 0.16);
  border-radius: 0;
}

input:focus, textarea:focus, select:focus {
  border-color: #282829;
}

input.text, textarea {
  -webkit-appearance: none;
  background: #fff;
  width: 100%;
}

.typography label.right {
  float: none;
  margin-left: 0;
}

input.checkbox,
input.radio {
  margin-right: 0.625rem;
  vertical-align: 0.0625rem;
}

.field,
.fieldgroup-field,
.optionset {
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .field,
  .fieldgroup-field,
  .optionset {
    margin-bottom: 1.25rem;
  }
}

#UserForm_Form fieldset.userformsgroup {
  margin-bottom: 1.5625rem;
}

.action {
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}

.error {
  color: red;
}

.field label.left,
.field legend.left {
  display: inline-block;
  margin-bottom: 0.1875rem;
  font-weight: 400;
}

.field legend.left {
  float: none;
  margin-bottom: 0.3125rem;
}

.userform .field label.right {
  color: #282829;
}

.typography ul.optionset, .typography ul.checkboxset {
  margin-bottom: 0;
}

.typography ul.checkboxset li {
  padding-left: 0;
}

.typography ul.checkboxset li:before {
  display: none;
}

#ForgotPassword {
  margin: 2.1875rem 0 0;
}

.error {
  display: inline-block;
  margin-top: 0.3125rem;
  color: red;
  border-color: red;
}

.validation {
  color: #ed1c28;
}

.requiredField label.left:after, .requiredField legend.left:after {
  content: ' *';
  color: #282829;
}

/*
Header Styles
------------
This file should contain styles for the header area on your site.
*/
.header {
  padding: 0.9375rem 0;
}

@media print, screen and (min-width: 64em) {
  .header {
    padding: 1.5625rem 0 1.0625rem;
  }
}

@media screen and (min-width: 87.5em) {
  .header {
    padding: 2.1875rem 0 1.5625rem;
  }
}

.header .section a,
.header .current a {
  color: #ed1c28;
}

.offcanvas-icon {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 34px;
  cursor: pointer;
  margin-right: 0.625rem;
}

.offcanvas-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #7c8289;
  box-shadow: 0 14px 0 #7c8289, 0 28px 0 #7c8289;
  content: '';
}

.offcanvas-icon:hover::after {
  background: #ed1c28;
  box-shadow: 0 14px 0 #ed1c28, 0 28px 0 #ed1c28;
}

@media print, screen and (min-width: 40em) {
  .offcanvas-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 40px;
    cursor: pointer;
  }
  .offcanvas-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
    background: #7c8289;
    box-shadow: 0 17px 0 #7c8289, 0 34px 0 #7c8289;
    content: '';
  }
  .offcanvas-icon:hover::after {
    background: #ed1c28;
    box-shadow: 0 17px 0 #ed1c28, 0 34px 0 #ed1c28;
  }
}

.off-canvas {
  padding: 1.25rem 0;
}

.offcanvas-navigation li {
  font-size: 1rem;
  margin: 0.625rem 1.25rem;
}

.offcanvas-navigation a {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 0.3125rem 0;
}

.offcanvas-navigation a:after {
  right: 0;
}

.offcanvas-navigation .js-drilldown-back a {
  color: rgba(255, 255, 255, 0.5);
}

.offcanvas-navigation .js-drilldown-back a:before {
  opacity: 0.5;
  vertical-align: -1px;
}

.utility-navigation li {
  display: inline-block;
}

@media print, screen and (min-width: 64em) {
  .utility-navigation li {
    margin: 0 0 0.4375rem 0.9375rem;
  }
}

.utility-navigation a {
  color: #7c8289;
}

.utility-navigation a:hover {
  color: #ed1c28;
}

.main-navigation > li {
  position: relative;
  display: inline-block;
}

@media print, screen and (min-width: 64em) {
  .main-navigation > li {
    margin: 0 0 0 1.5625rem;
    padding: 0 0 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .main-navigation > li > a {
    font-size: 1.375rem;
  }
}

.main-navigation a:hover {
  color: #ed1c28;
}

.main-navigation .submenu {
  display: none;
  background: #fff;
  border: 0.0625rem solid rgba(40, 40, 41, 0.16);
  position: absolute;
  top: 100%;
  left: 0;
  width: 15.625rem;
  z-index: 99;
}

.main-navigation .submenu li {
  text-align: left;
  padding: 0.5625rem 0.9375rem 0.4375rem;
  border-bottom: 0.0625rem solid rgba(40, 40, 41, 0.16);
}

.main-navigation .submenu li:last-child {
  border-bottom: none;
}

.main-navigation .submenu li.current a {
  color: #ed1c28;
}

.main-navigation .submenu a {
  color: #282829;
}

.main-navigation .submenu a:hover {
  color: #ed1c28;
}

.main-navigation .submenu:after, .main-navigation .submenu:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.main-navigation .submenu:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.main-navigation .submenu:before {
  border-color: transparent;
  border-bottom-color: rgba(40, 40, 41, 0.32);
  border-width: 11px;
  margin-left: -11px;
}

.main-navigation li.has-submenu:hover .submenu {
  display: block;
}

.anchor-navigation {
  background: rgba(40, 40, 41, 0.16);
  padding: 0.9375rem 0;
}

.anchor-navigation li {
  display: inline-block;
  margin: 0 0.625rem 0;
}

.anchor-navigation .current a {
  font-weight: 700;
  color: #ed1c28;
}

.anchor-navigation a:hover {
  color: #ed1c28;
}

h1,
h2 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.15;
  color: #ed1c28;
}

@media print, screen and (min-width: 40em) {
  h1,
  h2 {
    font-size: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  h1,
  h2 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 87.5em) {
  h1,
  h2 {
    font-size: 2.875rem;
  }
}

h1:after,
h2:after {
  background: #ed1c28;
  display: block;
  content: '';
  width: 2.25rem;
  height: 0.3125rem;
  margin: 1.0625rem 0;
}

@media print, screen and (min-width: 64em) {
  h1:after,
  h2:after {
    width: 2.625rem;
    height: 0.4375rem;
    margin: 1.5625rem 0;
  }
}

h3 {
  transition: color 0.25s ease;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.625rem;
  color: #ed1c28;
}

@media print, screen and (min-width: 40em) {
  h3 {
    font-size: 1.375rem;
    line-height: 1.15;
  }
}

@media print, screen and (min-width: 64em) {
  h3 {
    font-size: 1.75rem;
  }
}

a:hover h3 {
  color: #282829;
}

h6 {
  font-size: 0.875rem;
}

@media print, screen and (min-width: 40em) {
  h6 {
    font-size: 1.125rem;
  }
}

.extra-margin {
  margin-bottom: 1.875rem;
}

.typography .leader, .leader {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #ed1c28;
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .typography .leader, .leader {
    font-size: 1.375rem;
    line-height: 1.25;
    margin-bottom: 1.5625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .typography .leader, .leader {
    font-size: 1.625rem;
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 87.5em) {
  .typography .leader, .leader {
    font-size: 2rem;
  }
}

.typography p, .typography ul, .typography ol {
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .typography p, .typography ul, .typography ol {
    margin-bottom: 1.25rem;
  }
}

.typography p a, .typography li a, .typography td a {
  transition: all 0.25s ease;
  border-bottom: 0.0625rem solid #ed1c28;
  color: #ed1c28;
}

.typography p a:hover, .typography li a:hover, .typography td a:hover {
  border-color: transparent;
}

.typography ul li {
  position: relative;
  padding-left: 1.25rem;
}

.typography ul li:before {
  position: absolute;
  left: 0;
  top: 0.5rem;
  background: #282829;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  content: '';
  border-radius: 50%;
}

@media print, screen and (min-width: 40em) {
  .typography ul li:before {
    width: 0.3125rem;
    height: 0.3125rem;
  }
}

@media screen and (min-width: 87.5em) {
  .typography ul li:before {
    top: 0.625rem;
  }
}

.typography ol {
  margin-left: 0.9375rem;
}

.typography ol li {
  padding-left: 0.3125rem;
  list-style: decimal;
}

.typography .side-content p {
  color: #7c8289;
}

.typography .side-content p strong {
  color: #282829;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table tr:nth-child(even) {
  background: #fff;
}

table tr:nth-child(odd) {
  background: #eee;
}

table tr:first-child {
  font-weight: 700;
  color: #ed1c28;
}

table td {
  vertical-align: top;
  padding: 0.3125rem 0.625rem;
}

@media print, screen and (min-width: 64em) {
  table td {
    padding: 0.625rem 0.9375rem;
  }
}

@media screen and (max-width: 39.9375em) {
  table.four-column {
    table-layout: fixed;
    overflow-x: scroll;
  }
}

table.four-column td {
  width: 25%;
}

.banner-section {
  position: relative;
}

.banner-image {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 11.25rem;
}

@media print, screen and (min-width: 40em) {
  .banner-image {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
  }
}

.banner-inner {
  max-width: 31.25rem;
}

.full-banner-section {
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .full-banner-section {
    background-size: cover;
    background-position: center;
    padding: 0 0 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .full-banner-section {
    padding-bottom: 3.75rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .full-banner-section h1:after {
    display: none;
  }
}

.full-banner-inner-wrapper {
  background: #ed1c28;
  overflow: hidden;
}

@media print, screen and (min-width: 40em) {
  .full-banner-inner-wrapper {
    background: none;
  }
}

.full-banner-inner {
  position: relative;
  padding: 1.25rem 0;
}

@media print, screen and (min-width: 40em) {
  .full-banner-inner {
    padding: 1.875rem 0 2.5rem 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .full-banner-inner {
    padding: 3.125rem 0 3.75rem 1.875rem;
  }
}

.carousel-section {
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .carousel-section {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 87.5em) {
  .carousel-section {
    margin-top: 3.125rem;
  }
}

.carousel {
  position: relative;
}

.carousel-image {
  position: relative;
  width: 100%;
}

.case-study-section {
  margin-top: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .case-study-section {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 87.5em) {
  .case-study-section {
    margin-top: 3.125rem;
  }
}

.list-section {
  position: relative;
  overflow: hidden;
}

.list-item img {
  margin-bottom: 0.9375rem;
}

.list-item-inner {
  border-bottom: 0.125rem solid rgba(40, 40, 41, 0.16);
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .list-item-inner {
    padding: 1.25rem 0 0.3125rem;
  }
}

@media screen and (min-width: 87.5em) {
  .list-item-inner {
    padding: 1.875rem 0 0.625rem;
  }
}

.list-section.white-bg + .list-section.white-bg {
  padding-top: 0;
}

.list-section.white-bg + .list-section.white-bg .divider {
  display: block;
}

.column:last-child .list-item-inner, .columns:last-child .list-item-inner {
  border-bottom: 0;
  padding-bottom: 0;
}

.column:last-child .list-item-inner p:last-child, .columns:last-child .list-item-inner p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-up-2 .column:nth-last-child(-n+2) .list-item-inner, .medium-up-2 .columns:nth-last-child(-n+2) .list-item-inner {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .medium-up-2 .column:nth-last-child(-n+2) .list-item-inner p:last-child, .medium-up-2 .columns:nth-last-child(-n+2) .list-item-inner p:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-2 .column:nth-last-child(-n+2) .list-item-inner, .large-up-2 .columns:nth-last-child(-n+2) .list-item-inner {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .large-up-2 .column:nth-last-child(-n+2) .list-item-inner p:last-child, .large-up-2 .columns:nth-last-child(-n+2) .list-item-inner p:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-3 .column:nth-last-child(-n+3) .list-item-inner, .large-up-3 .columns:nth-last-child(-n+3) .list-item-inner {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .large-up-3 .column:nth-last-child(-n+3) .list-item-inner p:last-child, .large-up-3 .columns:nth-last-child(-n+3) .list-item-inner p:last-child {
    margin-bottom: 0;
  }
}

.accordion-item h3 {
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .accordion-item h3 {
    padding: 1.5625rem 0 0;
  }
}

@media screen and (min-width: 87.5em) {
  .accordion-item h3 {
    padding: 1.875rem 0 0;
  }
}

.accordion-item h3 {
  border-top: 0.125rem solid rgba(40, 40, 41, 0.16);
  margin-bottom: 0;
}

.accordion-item.is-active h3 {
  margin-bottom: 0.3125rem;
}

.accordion-title {
  position: relative;
  display: block;
}

.accordion-title:before, .accordion-title:after {
  transition: all 0.25s ease;
  position: absolute;
  top: 67%;
  right: 0.625rem;
  background: #ed1c28;
  display: block;
  content: '';
  width: 0.9375rem;
  height: 0.125rem;
}

.accordion-title:before {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-title[aria-expanded="true"]:before {
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.accordion-title h3 {
  padding-right: 1.25rem;
}

.accordion-content {
  display: none;
}

.accordion-content p:last-child {
  margin-bottom: 0;
}

.resource-list {
  margin-top: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .resource-list {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 87.5em) {
  .resource-list {
    margin-top: 3.125rem;
  }
}

.resource-list li + li {
  margin-top: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .resource-list li + li {
    margin-top: 1.25rem;
  }
}

.resource-item {
  transition: all 0.25s ease;
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.8125rem 4.375rem 0.6875rem 0.9375rem;
  border: 0.125rem solid #7c8289;
}

@media print, screen and (min-width: 40em) {
  .resource-item {
    font-size: 1.25rem;
    padding: 0.9375rem 5.625rem 0.8125rem 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .resource-item {
    font-size: 1.5rem;
    padding: 1.25rem 6.875rem 1.125rem 1.875rem;
  }
}

.resource-item:hover {
  border-color: #ed1c28;
  color: #ed1c28;
}

.resource-item:hover .resource-icon {
  background: #ed1c28;
  color: #fff;
}

.resource-type {
  float: right;
  color: #7c8289;
}

.resource-icon {
  transition: all 0.25s ease;
  position: absolute;
  display: block;
  background: #7c8289;
  width: 3.125rem;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .resource-icon {
    width: 4.375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .resource-icon {
    width: 5rem;
  }
}

.resource-icon svg {
  width: 1.5rem;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 40em) {
  .resource-icon svg {
    width: 2.125rem;
  }
}

.resource-form {
  margin-top: 1.875rem;
}

@media screen and (min-width: 87.5em) {
  .resource-form {
    margin-top: 3.125rem;
  }
}

.resource-links li {
  margin-bottom: 0.625rem;
}

.resource-links svg {
  width: 1.25rem;
  margin-right: 0.625rem;
  vertical-align: -0.125rem;
}

.resource-links span {
  transition: all 0.25s ease;
  border-bottom: 0.0625rem solid #282829;
}

.resource-links a:hover span {
  border-color: transparent;
}

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