@charset "UTF-8";
/* Importing Foundation Stuff */
/* Breakpoint */
/* Importing our custom foundation imports list */
/* importing directly from foundation folder */
/**
 * Foundation for Sites by ZURB
 * Version 6.1.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

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

a {
  color: #523080;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #47296e; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  margin-bottom: 0.5rem; }

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

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

.is-invalid-input:not(:focus) {
  background-color: rgba(195, 0, 20, 0.1);
  border-color: #c30014; }

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

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

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

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

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #999;
  margin: 100px auto 0;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media 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 screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

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

a {
  color: #523080;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #47296e; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #523080;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #46296d;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #523080;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #422666;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #197d32;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #146428;
      color: #fff; }
  .button.alert {
    background-color: #c30014;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #9c0010;
      color: #fff; }
  .button.warning {
    background-color: #ee5b43;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #e03114;
      color: #fff; }
  .button.hollow {
    border: 1px solid #523080;
    color: #523080; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #291840;
      color: #291840; }
    .button.hollow.primary {
      border: 1px solid #523080;
      color: #523080; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #291840;
        color: #291840; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #197d32;
      color: #197d32; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #0d3f19;
        color: #0d3f19; }
    .button.hollow.alert {
      border: 1px solid #c30014;
      color: #c30014; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #62000a;
        color: #62000a; }
    .button.hollow.warning {
      border: 1px solid #ee5b43;
      color: #ee5b43; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #8c1f0d;
        color: #8c1f0d; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  margin-bottom: 0.5rem; }

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

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

.is-invalid-input:not(:focus) {
  background-color: rgba(195, 0, 20, 0.1);
  border-color: #c30014; }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #523080;
  position: relative;
  border-bottom: 1px solid #ccc; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #ccc; }
  :last-child > .accordion-title {
    border-bottom-width: 0; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #ccc;
  background-color: #fff; }

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

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #523080;
  color: #fff; }
  .badge.secondary {
    background: #777;
    color: #fff; }
  .badge.success {
    background: #197d32;
    color: #fff; }
  .badge.alert {
    background: #c30014;
    color: #fff; }
  .badge.warning {
    background: #ee5b43;
    color: #fff; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #999;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #523080; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #999; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fff; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  .button-group.primary .button {
    background-color: #523080;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #422666;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #197d32;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #146428;
      color: #fff; }
  .button-group.alert .button {
    background-color: #c30014;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #9c0010;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ee5b43;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #e03114;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fff; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #e4dbf1; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #d2f6db; }
  .callout.alert {
    background-color: #ffd0d5; }
  .callout.warning {
    background-color: #fce6e3; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #333;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

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

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

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

.js-drilldown-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #523080 transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px; }

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

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

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

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

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

.dropdown.menu .is-dropdown-submenu-parent {
  position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #523080 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 0.825rem;
    right: 5px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #523080 transparent transparent;
    border-right-style: solid;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #523080;
    border-left-style: solid; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
    top: 100%; }

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

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fff;
  border: 1px solid #999;
  margin-top: -1px; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

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

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

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #523080;
  color: #fff; }
  .label.secondary {
    background: #777;
    color: #fff; }
  .label.success {
    background: #197d32;
    color: #fff; }
  .label.alert {
    background: #c30014;
    color: #fff; }
  .label.warning {
    background: #ee5b43;
    color: #fff; }

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

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

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li:not(.menu-text) > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple a {
    padding: 0;
    margin-right: 1rem; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

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

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

html,
body {
  height: 100%; }

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

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

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

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

.off-canvas {
  position: absolute;
  background: #ccc;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fff;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #999;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #333; }
    .orbit-bullets button.is-active {
      background-color: #333; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    display: none;
    border-radius: 0; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #ccc; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #523080;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #999;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #999;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #523080; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #197d32; }
  .progress.alert .progress-meter {
    background-color: #c30014; }
  .progress.warning .progress-meter {
    background-color: #ee5b43; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #523080;
  border-radius: 0; }
  .progress-meter .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #ccc;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #999;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #523080;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #46296d; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

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

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

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #999;
  margin: 100px auto 0;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media 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 screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #999;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #523080; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f9f9f9;
    color: #0a0a0a; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #fafafa; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ededed; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #ccc; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #523080; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #5a358c; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #523080; }
    .tabs-title > a:hover {
      background: #fff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #ccc; }

.tabs-content {
  background: #fff;
  transition: all 0.5s ease;
  border: 1px solid #ccc;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #ccc;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(82, 48, 128, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fff;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

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

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

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

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

.has-tip {
  border-bottom: dotted 1px #333;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #ccc; }
  .top-bar a {
    color: #523080; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-right {
    width: 100%; }
  .stacked-for-small .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-right {
    width: 100%; }
  .stacked-for-medium .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-right {
    width: 100%; }
  .stacked-for-large .top-bar-left {
    width: 100%; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-bar-right {
    width: 100%; }
  .top-bar-left {
    width: 100%; } }

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

.top-bar-right {
  float: right; }

/* Our Custom Components */
/*
Colors

The following colors are supported in sass out of the box:

Markup:
<div class="b-palette">
  <div class="gray-025">$gray-025</div>
  <div class="gray-05">$gray-025</div>
  <div class="gray-10">$gray-10</div>
  <div class="gray-15">$gray-15</div>
  <div class="gray-20">$gray-20</div>
  <div class="gray-30">$gray-30</div>
  <div class="gray-40">$gray-40</div>
  <div class="gray-50">$gray-50</div>
  <div class="gray-60">$gray-60</div>
  <div class="gray-70">$gray-70</div>
  <div class="gray-80">$gray-80</div>
  <div class="gray-90">$gray-90</div>
  <div class="black">$black</div>
</div>
<div class="b-palette m-black">
  <div class="white">$white</div>
  <div class="white-10">$white-10</div>
  <div class="white-20">$white-20</div>
  <div class="white-30">$white-30</div>
  <div class="white-40">$white-40</div>
  <div class="white-50">$white-50</div>
  <div class="white-60">$white-60</div>
  <div class="white-70">$white-70</div>
  <div class="white-80">$white-80</div>
  <div class="white-90">$white-90</div>
</div>
<div class="b-palette">
  <div class="purple">$purple</div>
  <div class="purple-20k">$purple-20k</div>
  <div class="purple-40k">$purple-40k</div>
  <div class="orange">$orange</div>
  <div class="orange-20k">$orange-20k</div>
  <div class="teal">$teal</div>
  <div class="teal-20k">$teal-20k</div>
  <div class="blue">$blue</div>
  <div class="blue-20k">$blue-20k</div>
  <div class="red">$red</div>
  <div class="green">$green</div>
</div>

Styleguide 1.2
*/
.b-palette div {
  display: inline-block;
  padding: 5px;
  margin: 0 -4px -8px 0;
  width: 75px;
  height: 75px;
  overflow: hidden;
  font-weight: 600;
  color: white;
  text-shadow: 0 0 1px #333; }

.b-palette.m-black {
  background-color: #333; }

.gray-025 {
  background-color: rgba(0, 0, 0, 0.025); }

.gray-05 {
  background-color: rgba(0, 0, 0, 0.05); }

.gray-10 {
  background-color: rgba(0, 0, 0, 0.1); }

.gray-15 {
  background-color: rgba(0, 0, 0, 0.15); }

.gray-20 {
  background-color: rgba(0, 0, 0, 0.2); }

.gray-30 {
  background-color: rgba(0, 0, 0, 0.3); }

.gray-40 {
  background-color: rgba(0, 0, 0, 0.4); }

.gray-50 {
  background-color: rgba(0, 0, 0, 0.5); }

.gray-60 {
  background-color: rgba(0, 0, 0, 0.6); }

.gray-70 {
  background-color: rgba(0, 0, 0, 0.7); }

.gray-80 {
  background-color: rgba(0, 0, 0, 0.8); }

.gray-90 {
  background-color: rgba(0, 0, 0, 0.9); }

.black {
  background-color: #333; }

.white-10 {
  background-color: rgba(255, 255, 255, 0.1); }

.white-20 {
  background-color: rgba(255, 255, 255, 0.2); }

.white-30 {
  background-color: rgba(255, 255, 255, 0.3); }

.white-40 {
  background-color: rgba(255, 255, 255, 0.4); }

.white-50 {
  background-color: rgba(255, 255, 255, 0.5); }

.white-60 {
  background-color: rgba(255, 255, 255, 0.6); }

.white-70 {
  background-color: rgba(255, 255, 255, 0.7); }

.white-80 {
  background-color: rgba(255, 255, 255, 0.8); }

.white-90 {
  background-color: rgba(255, 255, 255, 0.9); }

.purple {
  background-color: #523080; }

.purple-20k {
  background-color: #47266f; }

.purple-40k {
  background-color: #381759; }

.orange {
  background-color: #ee5b43; }

.orange-20k {
  background-color: #be4936; }

.teal {
  background-color: #008895; }

.teal-20k {
  background-color: #00616b; }

.blue {
  background-color: #008ab3; }

.blue-20k {
  background-color: #006e8f; }

.green {
  background-color: #197d32; }

.red {
  background-color: #c30014; }

* {
  box-sizing: border-box; }

::-webkit-input-placeholder {
  text-align: center; }

:-moz-placeholder {
  /* Firefox 18- */
  text-align: center; }

::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center; }

:-ms-input-placeholder {
  text-align: center; }

/* importing aux */
#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  opacity: .1; }
  #overlay.m-active {
    display: block; }

/* importing base */
input[type="text"],
input[type="email"],
input[type="password"] {
  border: 0; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

/*
Copy

The following font is applied to body copy using typekit:
<code>font-family: proxima-nova, sans-serif, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif</code>
using the font size of <code>16px</code>

Styleguide 2.2
*/
/*
Grouping

Various elements can be used to group content effectively.
NOTE: some of these elements inherit styling from Foundation.

Styleguide 2.3
*/
/*
Paragraphs

All paragraphs are wrapped in <code>p</code> tags. Additionally, <code>p</code>
elements can be wrapped with a <code>blockquote</code> element <em>if the <code>p</code>
element is indeed a quote</em>. Historically, <code>blockquote</code> has been used
purely to force indents, but this is now achieved using CSS. Reserve <code>blockquote</code>
for quotes.

Markup:
<p>All paragraphs are wrapped in <code>p</code> tags.</p>

Styleguide 2.3.1
*/
/*
Horizontal Rule

The <code>hr</code> element represents a paragraph-level thematic break, e.g. a scene change
in a story, or a transition to another topic within a section of a reference book. The following
extract from <cite>Pandora&#8217;s Star</cite> by Peter F. Hamilton shows two paragraphs that
precede a scene change and the paragraph that follows it:

Markup:
<p>Dudley was ninety-two, in his second life, and fast approaching time for another rejuvenation. Despite his body having the physical age of a standard fifty-year-old, the prospect of a long degrading campaign within academia was one he regarded with dread. For a supposedly advanced civilization, the Intersolar Commonwearth could be appallingly backward at times, not to mention cruel.</p>
<p><i>Maybe it won&#8217;t be that bad</i>, he told himself. The lie was comforting enough to get him through the rest of the night&#8217;s shift.</p>
<hr/>
<p>The Carlton AllLander drove Dudley home just after dawn. Like the astronomer, the vehicle was old and worn, but perfectly capable of doing its job. It had a cheap diesel engine, common enough on a semi-frontier world like Gralmond, although its drive array was a thoroughly modern photoneural processor. With its high suspension and deep-tread tyres it could plough along the dirt track to the observatory in all weather and seasons, including the metre-deep snow of Gralmond&#8217;s winters.</p>

Styleguide 2.3.2
*/
/*
Blockquotes

The <code>blockquote</code> element represents a section that is being quoted from another source.

Markup:
<blockquote cite="http://hansard.millbanksystems.com/commons/1947/nov/11/parliament-bill#column_206">
    <p>Many forms of Government have been tried, and will be tried in this world of sin and woe. No one pretends that democracy is perfect or all-wise. Indeed, it has been said that democracy is the worst form of government except all those other forms that have been tried from time to time.</p>
</blockquote>

Styleguide 2.3.4
*/
/*
Lists

Styles for both ordered and unordered lists are available.
Include block elements within a single list item as appropriate.
Sometimes we may want each list item to contain block elements, typically a paragraph or two.

Markup:
<!-- example of a list using multiple block level elements inside the li -->
<ul>
    <li>
        <p>The British Isles is an archipelago consisting of the two large islands of Great Britain and Ireland, and many smaller surrounding islands.</p>
        <p>Great Britain is the largest island of the archipelago. Ireland is the second largest island of the archipelago and lies directly to the west of Great Britain.</p>
    </li>
    <li>
        <p>The full list of islands in the British Isles includes over 1,000 islands, of which 51 have an area larger than 20 km<sup>2</sup>.</p>
    </li>
</ul>

Styleguide 2.4
*/
/*
Ordered List

The <code>ol</code> element denotes an ordered list, and various numbering schemes
are available through the CSS (including 1,2,3&#8230; a,b,c&#8230; i,ii,iii&#8230; and so on).
Each item requires a surrounding <code>&lt;li&gt;</code> and <code>&lt;/li&gt;</code> tag,
to denote individual items within the list (as you may have guessed, <code>li</code> stands for list item).

Markup:
<ol>
    <li>This is an ordered list.</li>
    <li>
        This is the second item, which contains a sub list
        <ol>
            <li>This is the sub list, which is also ordered.</li>
            <li>It has two items.</li>
        </ol>
    </li>
    <li>This is the final item on this list.</li>
</ol>

Styleguide 2.4.1
*/
/*
Unordered List

The <code>ul</code> element denotes an unordered list (ie. a list of loose items that
don&#8217;t require numbering, or a bulleted list). Again, each item requires a surrounding
<code>&lt;li&gt;</code> and <code>&lt;/li&gt;</code> tag, to denote individual items.
Here is an example list showing the constituent parts of the British Isles:

Markup:
<ul>
    <li>
        United Kingdom of Great Britain and Northern Ireland:
        <ul>
            <li>England</li>
            <li>Scotland</li>
            <li>Wales</li>
            <li>Northern Ireland</li>
        </ul>
    </li>
    <li>Republic of Ireland</li>
    <li>Isle of Man</li>
    <li>
        Channel Islands:
        <ul>
            <li>Bailiwick of Guernsey</li>
            <li>Bailiwick of Jersey</li>
        </ul>
    </li>
</ul>

Styleguide 2.4.2
*/
/*
Definition List

The <code>dl</code> element is for another type of list called a definition list.
Instead of list items, the content of a <code>dl</code> consists of <code>dt</code>
(Definition Term) and <code>dd</code> (Definition description) pairs.
Though it may be called a &#8220;definition list&#8221;, <code>dl</code> can apply
to other scenarios where a parent/child relationship is applicable. For example,
it may be used for marking up dialogues, with each <code>dt</code> naming a speaker,
and each <code>dd</code> containing his or her words.

Markup:
<dl>
    <dt>This is a term.</dt>
    <dd>This is the definition of that term, which both live in a <code>dl</code>.</dd>
    <dt>Here is another term.</dt>
    <dd>And it gets a definition too, which is this line.</dd>
    <dt>Here is term that shares a definition with the term below.</dt>
    <dt>Here is a defined term.</dt>
    <dd><code>dt</code> terms may stand on their own without an accompanying <code>dd</code>, but in that case they <em>share</em> descriptions with the next available <code>dt</code>. You may not have a <code>dd</code> without a parent <code>dt</code>.</dd>
</dl>

Styleguide 2.4.3
*/
/*
Figures

Figures are usually used to refer to images. When you  wish to cite the source of a quote,
you should do so using a figure also.

Markup:
<!-- image example -->
<figure>
    <img src="http://lorempixel.com/680/400/abstract" alt="Example image"/>
    <figcaption>
        This is a placeholder image, with supporting caption.
    </figcaption>
</figure>
<!-- text example -->
<figure>
    <p>&#8216;Twas brillig, and the slithy toves<br/>
    Did gyre and gimble in the wabe;<br/>
    All mimsy were the borogoves,<br/>
    And the mome raths outgrabe.</p>
    <figcaption>
        <cite>Jabberwocky</cite> (first verse). Lewis Carroll, 1832-98
    </figcaption>
</figure>
<!-- figcaption used as a citation -->
<blockquote cite="http://hansard.millbanksystems.com/commons/1947/nov/11/parliament-bill#column_206">
    <p>Many forms of Government have been tried, and will be tried in this world of sin and woe. No one pretends that democracy is perfect or all-wise. Indeed, it has been said that democracy is the worst form of government except all those other forms that have been tried from time to time.</p>
</blockquote>
<figcaption>
    Winston Churchill, in <cite><a href="http://hansard.millbanksystems.com/commons/1947/nov/11/parliament-bill#column_206">a speech to the House of Commons</a></cite>. 11th November 1947
</figcaption>

Styleguide 2.5
*/
/*
Text Semantics

There are a number of inline <abbr title="HyperText Markup Language">HTML</abbr>
elements you may use anywhere within other elements.

Styleguide 2.6
*/
/*
Emphasis and Italic, Strong and Bold

The <code>em</code> element is used to denote text with stressed emphasis,
i.e., something you&#8217;d pronounce differently. Where italicizing is
required for stylistic differentiation, the <code>i</code> element may be preferable.

The <code>i</code> element is used for text in an alternate voice or mood, or otherwise offset
from the normal prose. Examples include taxonomic designations, technical terms, idiomatic
phrases from another language, the name of a ship or other spans of text whose typographic
presentation is typically italicised.

The <code>strong</code> element is used to denote text with strong importance. Where bolding
is used for stylistic differentiation, the <code>b</code> element may be preferable.

The <code>b</code> element is used for text stylistically offset from normal prose
without conveying extra importance, such as key words in a document abstract, product
names in a review, or other spans of text whose typographic presentation is typically
emboldened.

Markup:
<p>You simply <em>must</em> try the negitoro maki!</p>
<p>There is a certain <i lang="fr">je ne sais quoi</i> in the air.</p>
<p><strong>Don&#8217;t</strong> stick nails in the electrical outlet.</p>
<p>You enter a small room. Your <b>sword</b> glows brighter. A <b>rat</b> scurries past the corner wall.</p>

Styleguide 2.6.2
*/
/*
Small Print

The <small>small</small> element is used to represent disclaimers, caveats,
legal restrictions, or copyrights (commonly referred to as &#8216;small print&#8217;).
It can also be used for attributions or satisfying licensing requirements.

Markup:
<p><small>Copyright &#169; 1922-2011 Acme Corporation. All Rights Reserved.</small></p>

Styleguide 2.6.3
*/
/*
Strikethrough vs. Del

The <code>s</code> element is used to represent content that is no longer accurate
or relevant. When indicating document edits i.e., marking a span of text as having been
removed from a document, use the <code>del</code> element instead.

The <code>del</code> element is used to represent deleted or retracted text which still must
remain on the page for some reason. Meanwhile its counterpart, the <code>ins</code> element,
is used to represent inserted text. Both <code>del</code> and <code>ins</code> have a
<code>datetime</code> attribute which allows you to include a timestamp directly in the element.

Markup:
<s>Recommended retail price: &#163;3.99 per bottle</s><br/><strong>Now selling for just &#163;2.99 a bottle!</strong>
<p>She bought <del datetime="2005-05-30T13:00:00">two</del> <ins datetime="2005-05-30T13:00:00">five</ins> pairs of shoes.</p>

Styleguide 2.6.4
*/
/*
Citations

The <code>cite</code> element is used to represent the title of a work
(e.g. a book, essay, poem, song, film, TV show, sculpture, painting,
musical, exhibition, etc). This can be a work that is being quoted
or referenced in detail (i.e. a citation), or it can just be a work
that is mentioned in passing.

Markup:
<p><cite>Universal Declaration of Human Rights</cite>, United Nations, December 1948. Adopted by General Assembly resolution 217 A (III).</p>

Styleguide 2.6.5
*/
/*
Inline quotes

The <code>q</code> element is used for quoting text inline. Example showing nested quotations:

Markup:
<p>John said, <q>I saw Lucy at lunch, she told me <q>Mary wants you to get some ice cream on your way home</q>. I think I will get some at Ben and Jerry&#8217;s, on Gloucester Road.</q></p>

Styleguide 2.6.6
*/
/*
Definition

The <code>dfn</code> element is used to highlight the first use of a term.
The <code>title</code> attribute can be used to describe the term.

Markup:
<p>Bob&#8217;s <dfn title="Dog">canine</dfn> mother and <dfn title="Horse">equine</dfn> father sat him down and carefully explained that he was an <dfn title="A mutation that combines two or more sets of chromosomes from different species">allopolyploid</dfn> organism.</p>

Styleguide 2.6.7
*/
/*
Abbreviation

The <code>abbr</code> element is used for any abbreviated text,
whether it be acronym, initialism, or otherwise. Generally, it&#8217;s
less work and useful (enough) to mark up only the first occurrence of
any particular abbreviation on a page, and ignore the rest. Any text
in the <code>title</code> attribute will appear when the user&#8217;s
mouse hovers the abbreviation (although notably, this does not work in
Internet Explorer for Windows).

Markup:
<p><abbr title="British Broadcasting Corportation">BBC</abbr>, <abbr title="HyperText Markup Language">HTML</abbr>, and <abbr title="Staffordshire">Staffs.</abbr></p>

Styleguide 2.6.8
*/
/*
Time

The <code>time</code> element is used to represent either a time on a
24 hour clock, or a precise date in the proleptic Gregorian calendar,
optionally with a time and a time-zone offset.

Markup:
<p>Queen Elizabeth II was proclaimed sovereign of each of the Commonwealth realms on <time datetime="1952-02-6">6</time> and <time datetime="1952-02-7">7 February 1952</time>, after the death of her father, King George VI.</p>

Styleguide 2.6.9
*/
/*
Code

The <code>code</code> element is used to represent fragments of computer code.
Useful for technology-oriented sites, not so useful otherwise.

Markup:
<!-- used inline -->
<p>When you call the <code>activate()</code> method on the <code>robotSnowman</code> object, the eyes glow.</p>
<!-- used in conjunction with pre -->
<pre><code>function getJelly() {
&#160;&#160;&#160;&#160;echo $aDeliciousSnack;
}</code></pre>

Styleguide 2.6.10
*/
/*
Variable

The <code>var</code> element is used to denote a variable in a mathematical
expression or programming context, but can also be used to indicate a placeholder
where the contents should be replaced with your own value.

Markup:
<p>If there are <var>n</var> pipes leading to the ice cream factory then I expect at <em>least</em> <var>n</var> flavours of ice cream to be available for purchase!</p>

Styleguide 2.6.11
*/
/*
Sample output

The <code>samp</code> element is used to represent (sample) output from a program
or computing system. Useful for technology-oriented sites, not so useful otherwise.

Markup:
<p>The computer said <samp>Too much cheese in tray two</samp> but I didn&#8217;t know what that meant.</p>

Styleguide 2.6.12
*/
/*
Keyboard entry

The <code>kbd</code> element is used to denote user input (typically via a keyboard,
although it may also be used to represent other input methods, such as voice commands).

Markup:
<p>To take a screenshot on your Mac, press <kbd>&#8984; Cmd</kbd> + <kbd>&#8679; Shift</kbd> + <kbd>3</kbd>.</p>

Styleguide 2.6.13
*/
/*
Superscript and subscript text

The <code>sup</code> element represents a superscript and the sub element represents
a <code>sub</code>. These elements must be used only to mark up typographical conventions
with specific meanings, not for typographical presentation. As a guide, only use
these elements if their absence would change the meaning of the content.

Markup:
<p>The coordinate of the <var>i</var>th point is (<var>x<sub><var>i</var></sub></var>, <var>y<sub><var>i</var></sub></var>). For example, the 10th point has coordinate (<var>x<sub>10</sub></var>, <var>y<sub>10</sub></var>).</p>
<p>f(<var>x</var>, <var>n</var>) = log<sub>4</sub><var>x</var><sup><var>n</var></sup></p>

Styleguide 2.6.14
*/
/*
Marked or highlighted text

The <code>mark</code> element is used to represent a run of text marked or highlighted
for reference purposes. When used in a quotation it indicates a highlight not originally
present but added to bring the reader&#8217;s attention to that part of the text. When used
in the main prose of a document, it indicates a part of the document that has been
highlighted due to its relevance to the user&#8217;s current activity.

Markup:
<p>I also have some <mark>kitten</mark>s who are visiting me these days. They&#8217;re really cute. I think they like my garden! Maybe I should adopt a <mark>kitten</mark>.</p>

Styleguide 2.6.15
*/
body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

/*
Links and anchors

The <code>a</code> element is used to hyperlink text, be that to another page,
a named fragment on the current page or any other location on the web. <code>a</code>s placed
within paragraphs will get special styles to visually distinguish them from regular copy.

Markup:
<a href="/">Home</a>
<p><a href="/">Go to the home page</a> or <a href="#banner">return to the top of this page</a>.</p>

Styleguide 2.6.1
*/
a {
  text-decoration: none;
  color: currentColor; }
  a:hover {
    text-decoration: underline;
    background-color: transparent;
    color: currentColor; }
  p > a {
    text-decoration: underline; }
    p > a:hover {
      text-decoration: none; }

/*
Headings

Any header elements may include links, as depicted in the examples. The secondary header above is an
<code>h2</code> element, which may be used for any form of important page-level header.
More than one may be used per page. Consider using an <code>h2</code> unless you need a header level
of less importance, or as a sub-header to an existing <code>h2</code> element.

Markup:
<h1>H1 Top-Level Header <a href="#">Link</a></h1>
<h2>H2 Second-Level Header <a href="#">Link</a></h2>
<h3>H3 Third-Level Header <a href="#">Link</a></h3>
<h4>H4 Fourth-Level Header <a href="#">Link</a></h4>
<h5>H5 Fifth-Level Header <a href="#">Link</a></h5>
<h6>H6 Sixth-Level Header <a href="#">Link</a></h6>

Styleguide 2.1
*/
h1 {
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  font-size: 50px; }
  @media screen and (min-width: 64.0625em) {
    h1 {
      font-size: 60px; } }

h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-size: 28px; }
  @media screen and (min-width: 64.0625em) {
    h2 {
      font-size: 32px; } }

h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px; }

/*
Pre-Formatted Text

The <code>pre</code> element represents a block of pre-formatted text, in which
structure is represented by typographic conventions rather than by elements.
Such examples are an e-mail (with paragraphs indicated by blank lines, lists indicated
by lines prefixed with a bullet), fragments of computer code (with structure indicated
according to the conventions of that language) or displaying <abbr title="American
Standard Code for Information Interchange">ASCII</abbr> art. Here&#8217;s an example
showing the printable characters of <abbr>ASCII</abbr>:

Markup:
<pre><samp>&#32; ! " # $ % &amp; ' ( ) * + , - . /
0 1 2 3 4 5 6 7 8 9 : ; &lt; = &gt; ?
@ A B C D E F G H I J K L M N O
P Q R S T U V W X Y Z [ \ ] ^ _
` a b c d e f g h i j k l m n o
p q r s t u v w x y z { | } ~</samp></pre>

Styleguide 2.3.3
*/
pre {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px 20px; }

/*
Tables

Tables should be used when displaying tabular data. The <code>thead</code>, <code>tfoot</code>
and <code>tbody</code> elements enable you to group rows within each a table.

If you use these elements, you must use every element. They should appear in this order:
<code>thead</code>, <code>tfoot</code> and <code>tbody</code>, so that browsers can render
the foot before receiving all the data. You must use these tags within the table element.

Markup:
<table>
    <caption>The Very Best Eggnog</caption>
    <colgroup>
        <col style="width:50%" />
        <col style="width:25%" />
        <col style="width:25%" />
    </colgroup>
    <thead>
        <tr>
            <th scope="col">Ingredients</th>
            <th scope="col">Serves 12</th>
            <th scope="col">Serves 24</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>Milk</td>
            <td>1 quart</td>
            <td>2 quart</td>
        </tr>
        <tr>
            <td>Cinnamon Sticks</td>
            <td>2</td>
            <td>1</td>
        </tr>
        <tr>
            <td>Vanilla Bean, Split</td>
            <td>1</td>
            <td>2</td>
        </tr>
        <tr>
            <td>Cloves</td>
            <td>5</td>
            <td>10</td>
        </tr>
        <tr>
            <td>Mace</td>
            <td>10 blades</td>
            <td>20 blades</td>
        </tr>
        <tr>
            <td>Egg Yolks</td>
            <td>12</td>
            <td>24</td>
        </tr>
        <tr>
            <td>Cups Sugar</td>
            <td>1 &frac12; cups</td>
            <td>3 cups</td>
        </tr>
        <tr>
            <td>Dark Rum</td>
            <td>1 &frac12; cups</td>
            <td>3 cups</td>
        </tr>
        <tr>
            <td>Brandy</td>
            <td>1 &frac12; cups</td>
            <td>3 cups</td>
        </tr>
        <tr>
            <td>Vanilla</td>
            <td>1 tbsp</td>
            <td>2 tbsp</td>
        </tr>
        <tr>
            <td>Half-and-half or Light Cream</td>
            <td>1 quart</td>
            <td>2 quart</td>
        </tr>
        <tr>
            <td>Freshly grated nutmeg to taste</td>
            <td></td>
            <td></td>
        </tr>
    </tbody>
</table>

Styleguide 2.6.16
*/
table {
  margin-top: 20px;
  width: 100%; }
  table th {
    background-color: rgba(0, 0, 0, 0.1);
    text-transform: uppercase; }
  table tr {
    text-align: left; }
  table tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.05); }
  table td, table th {
    padding: 8px;
    font-size: 12px;
    vertical-align: top;
    font-size: 16px;
    padding: 10px; }
    @media screen and (min-width: 64.0625em) {
      table td, table th {
        font-size: 16px;
        padding: 15px; } }
  table td p {
    margin: 0;
    line-height: 1.2; }

/*
Buttons

<code>b-button</code> provides a very clean looking standard button class.
The buttons support automagic styling of icons from the <a href="https://www.google.com/design/icons/" target="_blank">Material Icons Library</a>.

Markup:
<!-- #fullwidth -->
<div class="b-page-section">
    <div class="row">
        <a href="#" class="b-button">Text</a>
        <a href="#" class="b-button m-purple">Text <i class="material-icons">arrow_forward</i></a>
        <a href="#" class="b-button m-teal">Learn More<i class="material-icons">add</i></a>
        <a href="#" class="b-button m-orange">Send<i class="material-icons">send</i></a>
        <a href="#" class="b-button m-blue">Confirm<i class="material-icons">check</i></a>
        <a href="#" class="b-button m-black">Delete<i class="material-icons">close</i></a>
        <a href="#" class="b-button m-icon-only m-black"><i class="material-icons">close</i></a>
    </div>
</div>
<div class="b-page-section m-black">
    <div class="row">
        <a href="#" class="b-button">Text</a>
        <a href="#" class="b-button m-purple">Text <i class="material-icons">arrow_forward</i></a>
        <a href="#" class="b-button m-teal">Learn More<i class="material-icons">add</i></a>
        <a href="#" class="b-button m-orange">Send<i class="material-icons">send</i></a>
        <a href="#" class="b-button m-blue">Confirm<i class="material-icons">check</i></a>
        <a href="#" class="b-button m-black">Delete<i class="material-icons">close</i></a>
        <a href="#" class="b-button m-icon-only m-black"><i class="material-icons">close</i></a>
    </div>
</div>
<div class="b-divider m-purple">
    <div class="row">
        <a href="#" class="b-button m-naked">Naked button <i class="material-icons">arrow_forward</i></a>
    </div>
</div>

.m-purple    - Uses $purple background
.m-teal      - Uses $teal background
.m-orange    - Uses $orange background
.m-blue      - Uses $blue background
.m-black     - Uses $black background
.m-icon-only - For buttons without any text, can be used with any color modifier
.m-naked     - Transparent style, will blend in with background of parent element
.m-disabled - Will disable button so there is no click action

Styleguide 3.1
*/
.b-button, .b-form input[type="submit"] {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 15px 20px;
  text-decoration: none;
  transition: all .4s ease;
  text-align: center; }
  .b-button:hover, .b-form input[type="submit"]:hover {
    text-decoration: none;
    transition: all .4s ease;
    background-color: rgba(0, 0, 0, 0.2); }
  .b-button ~ .b-button, .b-form input[type="submit"] ~ .b-button, .b-form .b-button ~ input[type="submit"], .b-form input[type="submit"] ~ input[type="submit"] {
    margin: 10px 0; }
  .b-button i, .b-form input[type="submit"] i {
    margin-left: 15px;
    vertical-align: bottom;
    float: right; }

.b-button.m-icon-only i, .b-form input.m-icon-only[type="submit"] i {
  margin-left: 0;
  float: none; }

.b-button.m-purple, .b-form input.m-purple[type="submit"] {
  background-color: #523080;
  color: white; }
  .b-button.m-purple:hover, .b-form input.m-purple[type="submit"]:hover {
    background-color: #381759; }

.b-button.m-teal, .b-form input.m-teal[type="submit"] {
  background-color: #008895;
  color: white; }
  .b-button.m-teal:hover, .b-form input.m-teal[type="submit"]:hover {
    background-color: #00616b; }

.b-button.m-orange, .b-form input.m-orange[type="submit"] {
  background-color: #ee5b43;
  color: white; }
  .b-button.m-orange:hover, .b-form input.m-orange[type="submit"]:hover {
    background-color: #be4936; }

.b-button.m-blue, .b-form input.m-blue[type="submit"] {
  background-color: #008ab3;
  color: white; }
  .b-button.m-blue:hover, .b-form input.m-blue[type="submit"]:hover {
    background-color: #006e8f; }

.b-button.m-black, .b-form input.m-black[type="submit"] {
  background-color: #333;
  color: white; }
  .b-button.m-black:hover, .b-form input.m-black[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0.9); }

.b-button.m-naked, .b-form input.m-naked[type="submit"] {
  background-color: transparent;
  color: white; }
  @media screen and (min-width: 64.0625em) {
    .b-button.m-naked, .b-form input.m-naked[type="submit"] {
      margin-left: -10px; } }
  .b-button.m-naked:hover, .b-form input.m-naked[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .4s ease; }

.b-button.m-disabled, .b-form input.m-disabled[type="submit"] {
  pointer-events: none;
  opacity: 0.5; }

/*
Form

Forms should be used to collect information from users.
See the <a href="./search.html">search</a> and <a href="./buttons.html">button</a>
components for other uses.

Guidelines:
<ul>
<li>Mark fields as required</li>
<li>Use the correct HTML5 input type for the purpose, not just <code>text</code></li>
<li>Add help text when needed, such as if purpose or required format of the input is non-obvious
</ul>

Markup:
<!-- #fullwidth -->
<div class="b-page-section">
    <div class="row">
        <div class="column small-12">
            <form action="" class="b-form">
                <input type="text" id="name" placeholder="Name" />
                <input type="email" id="mail" placeholder="Email"/>
                <textarea id="msg" placeholder="Message"></textarea>
                <input type="submit" value="Send">
            </form>
        </div>
    </div>
</div>
<!-- inverted -->
<div class="b-page-section m-black">
    <div class="row">
        <div class="column small-12">
            <form action="" class="b-form m-negative">
                <input type="text" id="name" placeholder="Name"/>
                <input type="email" id="mail" placeholder="Email"/>
                <textarea id="msg" placeholder="Message"></textarea>
                <input type="submit" value="Send">
            </form>
        </div>
    </div>
</div>

.m-negative - inverted color scheme for dark backgrounds

Styleguide 4.1
*/
/*
Multi-Column

Forms can be used in conjunction with the <code>.b-grid-container</code>
component for multi-column form layouts.

Markup:
<form action="" class="b-form">
    <div class="row">
        <div class="large-6 columns">
            <input type="text" id="name" placeholder="Name"/>
            <input type="email" id="mail" placeholder="Email"/>
            <input type="email" id="password" placeholder="Password"/>
            <textarea id="msg" placeholder="Message"></textarea>
            <input type="submit" value="Send">
        </div>
        <div class="large-6 columns">
            <div class="e-select">
                <select>
                    <option>One</option>
                    <option>Two</option>
                    <option>Three</option>
                </select>
            </div>
            <div class="e-checkbox">
                <input type="checkbox" id="checkbox-1"><label for="checkbox-1">I agree with the terms of service</label>
            </div>
            <div class="e-checkbox">
                <input type="checkbox" id="checkbox-2"><label for="checkbox-2">Send me updates about open data</label>
            </div>
        </div>
    </div>
</form>

Styleguide 4.2
*/
/*
Input / Textarea

Supports HTML5 form types. (<code>text</code>, <code>email</code>, <code>password</code>, etc.)
Field names should be included as <code>placeholder</code> attribute where possible
Doesn't need a parent element, simply include in <code>.b-form</code>

Markup:
<form action="" class="b-form">
    <input type="text" placeholder="Text Input" />
    <textarea id="msg" placeholder="Message"></textarea>
</form>

Styleguide 4.3
*/
/*
Checkbox

Markup:
<form action="" class="b-form">
    <div class="e-checkbox">
        <input type="checkbox" id="one-checkbox"><label for="one-checkbox">I'm a Checkbox</label>
    </div>
    <div class="e-checkbox">
        <input type="checkbox" id="another-checkbox" disabled><label for="another-checkbox">I'm Disabled</label>
    </div>
</form>

Styleguide 4.4
*/
/*
Radio

Radio buttons should be inside a <code>.e-radio</code> element.

Markup:
<form action="" class="b-form">
    <div class="e-radio">
        <input type="radio" id="radio-1" name="guide"><label for="radio-1">I'm a Radio</label>
    </div>
    <div class="e-radio">
        <input type="radio" id="radio-2" name="guide"><label for="radio-2">Me Too</label>
    </div>
    <div class="e-radio">
        <input type="radio" id="radio-3" name="guide" disabled><label for="radio-3">Disabled</label>
    </div>
</form>

Styleguide 4.5
*/
/*
Select

Select controls should be wrapped in an <code>.e-select</code> parent element.

Markup:
<form action="" class="b-form">
    <div class="e-select">
        <select>
            <option>One</option>
            <option>Two</option>
            <option>Three</option>
        </select>
    </div>
</form>

Styleguide 4.6
*/
.b-form {
  padding: 10px 0;
  /* Firefox 18- */
  /* Firefox 19+ */ }
  .b-form ::-webkit-input-placeholder {
    color: #333;
    text-align: left; }
  .b-form :-moz-placeholder {
    color: #333;
    text-align: left; }
  .b-form ::-moz-placeholder {
    color: #333;
    text-align: left; }
  .b-form :-ms-input-placeholder {
    color: #333;
    text-align: left; }
  .b-form input[type="text"],
  .b-form input[type="email"],
  .b-form input[type="password"],
  .b-form textarea {
    text-align: left;
    border: 0;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    transition: all .4s ease; }
  .b-form input[type="text"]:focus,
  .b-form input[type="email"]:focus,
  .b-form input[type="password"]:focus,
  .b-form textarea:focus {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .4s ease; }
  .b-form input[type="submit"] {
    border: 0; }
  .b-form textarea {
    resize: vertical; }
  .b-form input[type="checkbox"],
  .b-form input[type="radio"] {
    display: none; }
  .b-form .e-checkbox,
  .b-form .e-radio {
    padding: 7px 10px;
    margin-bottom: 15px; }
  .b-form input[type="checkbox"] + label:before,
  .b-form input[type="radio"] + label:before {
    vertical-align: -6px;
    margin-right: 15px; }
  .b-form input[type="checkbox"] + label:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: 'check_box_outline_blank'; }
  .b-form input[type="checkbox"]:checked + label:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: 'check_box'; }
  .b-form input[type="radio"] + label:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: 'radio_button_unchecked'; }
  .b-form input[type="radio"]:checked + label:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: 'radio_button_checked'; }
  .b-form input:disabled + label {
    opacity: .4; }
  .b-form .e-select {
    background-color: rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 0 15px;
    margin-bottom: 15px;
    position: relative;
    transition: all .4s ease; }
    .b-form .e-select::before {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      content: 'keyboard_arrow_down';
      position: absolute;
      right: 0;
      padding-top: 10px;
      margin: 0 auto 0 auto;
      width: 42px;
      height: 32px;
      color: #333;
      z-index: -1; }
    .b-form .e-select select {
      height: 42px;
      border: 0;
      border-radius: 0;
      margin: 0;
      background-color: transparent;
      width: 100%;
      -webkit-appearance: none;
      background-image: none; }
    .b-form .e-select:hover {
      background-color: rgba(0, 0, 0, 0.2);
      transition: all .4s ease; }
  .b-form.m-negative input {
    color: white; }
  .b-form.m-negative input[type='text'], .b-form.m-negative input[type='email'], .b-form.m-negative input[type='submit'], .b-form.m-negative textarea {
    background-color: rgba(255, 255, 255, 0.1); }
    .b-form.m-negative input[type='text']::-webkit-input-placeholder, .b-form.m-negative input[type='email']::-webkit-input-placeholder, .b-form.m-negative input[type='submit']::-webkit-input-placeholder, .b-form.m-negative textarea::-webkit-input-placeholder {
      color: white; }
    .b-form.m-negative input[type='text']:-moz-placeholder, .b-form.m-negative input[type='email']:-moz-placeholder, .b-form.m-negative input[type='submit']:-moz-placeholder, .b-form.m-negative textarea:-moz-placeholder {
      color: white; }
    .b-form.m-negative input[type='text']::-moz-placeholder, .b-form.m-negative input[type='email']::-moz-placeholder, .b-form.m-negative input[type='submit']::-moz-placeholder, .b-form.m-negative textarea::-moz-placeholder {
      color: white; }
    .b-form.m-negative input[type='text']:-ms-input-placeholder, .b-form.m-negative input[type='email']:-ms-input-placeholder, .b-form.m-negative input[type='submit']:-ms-input-placeholder, .b-form.m-negative textarea:-ms-input-placeholder {
      color: white; }
    .b-form.m-negative input[type='text']:focus, .b-form.m-negative input[type='email']:focus, .b-form.m-negative input[type='submit']:focus, .b-form.m-negative textarea:focus {
      background-color: rgba(255, 255, 255, 0.2);
      transition: all .4s ease; }
  .b-form.m-negative input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0.2); }

/*
Search

Search component.  Has js associated with it that allow it to search a site, or WP
for example.  Also makes use of the overlay element.

Markup:
<form class="b-search" action="">
    <input class="js-search-value" type="text">
    <input class="js-search-submit js-search-trigger e-search-trigger material-icons" type="submit" value="search">
</form>

.m-negative - negative color scheme for dark backgrounds
.m-fixed - fixed position

Styleguide 3.3
*/
.b-search {
  width: 100%;
  padding: 0;
  position: relative; }
  .b-search input {
    color: currentColor;
    vertical-align: bottom;
    background-color: transparent;
    transition: all .4s ease;
    border: 0;
    display: inline-block;
    margin-bottom: 0; }
  .b-search input:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3); }
  .b-search input[type='text'] {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    max-width: 0;
    width: calc(100% - 45px); }
  .b-search input[type='text']:focus {
    max-width: 100%; }
  .b-search input[type='submit'] {
    padding: 8px;
    background-color: transparent;
    line-height: .95; }
  .b-search input[type='submit']:hover {
    opacity: 1; }

.b-search.m-fixed,
.b-search.m-active {
  z-index: 20; }
  .b-search.m-fixed input[type='text'],
  .b-search.m-active input[type='text'] {
    padding: 8px;
    max-width: 100%;
    width: calc(100% - 45px); }
  .b-search.m-fixed input[type='submit'],
  .b-search.m-active input[type='submit'] {
    opacity: 1; }

.b-search.m-negative input {
  color: white; }

.b-search.m-negative input[type='text'] {
  background-color: rgba(255, 255, 255, 0.1); }

.b-main-menu {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  right: 100%;
  z-index: 100;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  background-color: #333;
  -webkit-flex-flow: column;
  flex-flow: column;
  left: -48%;
  transition: all .4s ease; }
  @media screen and (min-width: 64.0625em) {
    .b-main-menu {
      left: -28%; } }
  .b-main-menu.m-active {
    left: 0;
    right: 70px;
    right: 52%; }
    @media screen and (min-width: 64.0625em) {
      .b-main-menu.m-active {
        right: 72%; } }
  .b-main-menu a {
    display: block;
    font-size: 18px;
    padding: 30px;
    color: rgba(255, 255, 255, 0.7);
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; }
    .b-main-menu a:hover {
      background-color: rgba(0, 0, 0, 0.1);
      color: white; }

.b-top-nav {
  background-color: #333;
  color: white;
  padding: 5px;
  position: relative;
  padding: 10px 20px; }
  .b-top-nav a {
    color: currentColor; }
  .b-top-nav .e-logo {
    padding: 5px 0 0 0;
    text-align: center;
    display: block; }
    .b-top-nav .e-logo img {
      max-width: 100px;
      max-width: 140px; }
  .b-top-nav .e-nav-group {
    position: absolute;
    top: 0; }
    .b-top-nav .e-nav-group.m-left {
      left: 0; }
    .b-top-nav .e-nav-group.m-right {
      right: 0; }
  .b-top-nav .e-nav-item {
    padding: 11px;
    display: inline-block;
    padding: 20px; }
  .b-top-nav .e-nav-item.m-container {
    padding: 0; }

.b-top-nav .e-social-media {
  display: none; }

.b-top-nav .e-search-container {
  display: none; }

.b-top-nav .e-social-media {
  display: block; }

/*
Footer

Standard footer for govlab pages.  Usually contains some generated information on
the sections of the page as well as affiliate information.

Markup:
<!-- #fullwidth -->
<footer class='b-footer'>
    <div class="row">
        <div class="large-10 large-centered columns">
            <div class="row">
                <div class="e-content m-sections medium-4 column">
                    <h4>Sections</h4>
                    <!-- Generated Content -->
                </div>
                <div class="e-content medium-4 column">
                    <h4>Lead Supporters</h4>
                    <a class="e-partner-logo" href="https://www.macfound.org/" tagret="_blank"><img src="img/partners/macarthur-logo-white.png" alt="MacArthur Foundation"></a>
                    <a class="e-partner-logo" href="http://knightfoundation.org/" tagret="_blank"><img src="img/partners/knight-logo-white.png" alt="Knight Foundation"></a>
                    <a class="e-partner-logo m-google" href="http://google.org/" tagret="_blank"><img src="img/partners/google-org.png" alt="Google.org"></a>
                </div>
                <div class="e-content medium-4 column">
                    <h4>Based at</h4>
                    <a class="e-partner-logo" href="http://engineering.nyu.edu/tandon" tagret="_blank"><img src="img/partners/nyu.png" alt="NYU Tandon School of Engineering - New York University"></a>
                    <a class="e-partner-logo m-mit" href="https://www.media.mit.edu/" tagret="_blank"><img src="img/partners/mit-logo-white.png" alt="MIT Media Lab"></a>
                </div>
            </div>
        </div>
    </div>
</footer>
<div class="b-copyright">
    <div class="row">
        <div class="large-10 large-centered columns">
            <a class="e-cc-badge" rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>
            This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a> <br> <a href="#">Copyright Infringement Information</a>.
        </div>
    </div>
</div>

Styleguide 5.3
*/
.b-footer {
  background-color: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.8);
  padding-top: 1px;
  padding-bottom: 10px;
  font-size: 16px; }
  @media screen and (min-width: 64.0625em) {
    .b-footer {
      padding: 45px 0; } }
  .b-footer .e-content {
    text-align: center; }
    .b-footer .e-content h4 {
      margin: 40px 0 0;
      font-weight: 600;
      text-transform: uppercase;
      color: white;
      text-align: left; }
    .b-footer .e-content .e-partner-logo {
      display: block;
      text-align: left; }
      .b-footer .e-content .e-partner-logo > img {
        max-width: 90%;
        padding: 10px 0;
        max-height: 60px;
        opacity: .5;
        transition: all .4s ease; }
        .b-footer .e-content .e-partner-logo > img:hover {
          opacity: 1;
          transition: all .4s ease; }
      .b-footer .e-content .e-partner-logo.m-google img {
        max-height: 50px;
        max-width: 70%; }
      .b-footer .e-content .e-partner-logo.m-mit img {
        max-height: 70px; }
  .b-footer .e-content.m-sections a {
    display: block;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    text-decoration: none;
    margin-left: -10px;
    margin-right: 10px;
    transition: all .4s ease;
    text-align: left; }
    @media screen and (min-width: 64.0625em) {
      .b-footer .e-content.m-sections a {
        display: inline-block;
        width: 49%; } }
    .b-footer .e-content.m-sections a:hover {
      color: white;
      background-color: rgba(255, 255, 255, 0.1);
      transition: all .4s ease; }
  .b-footer .b-build-team {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    text-align: center; }
    @media screen and (min-width: 64.0625em) {
      .b-footer .b-build-team {
        text-align: left;
        padding: 20px 0; } }
    .b-footer .b-build-team .e-social-media {
      text-align: center; }
      @media screen and (min-width: 64.0625em) {
        .b-footer .b-build-team .e-social-media {
          float: right; } }
      .b-footer .b-build-team .e-social-media a {
        padding: 10px 15px;
        cursor: pointer; }
    .b-footer .b-build-team a {
      color: rgba(255, 255, 255, 0.7);
      font-weight: 400; }
      .b-footer .b-build-team a:hover {
        color: white; }
    .b-footer .b-build-team p {
      margin: 0;
      color: rgba(255, 255, 255, 0.6); }

.b-copyright {
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px; }
  @media screen and (min-width: 64.0625em) {
    .b-copyright {
      padding: 20px;
      text-align: left; } }
  .b-copyright .e-cc-badge {
    margin-right: 25px;
    margin-top: 5px;
    display: block; }
    @media screen and (min-width: 64.0625em) {
      .b-copyright .e-cc-badge {
        float: left; } }
  .b-copyright a {
    margin: 0;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.7); }
    .b-copyright a:hover {
      color: white; }

/*
Divider

Dividers can be used to separate page sections and other page-level content.
Supports multiple colors.

Markup:
<!-- #fullwidth -->
<div class="b-page-section">
    <div class="row">
        <div class="column small-12">
            <p>Section of the page with info about cool things.</p>
        </div>
    </div>
</div>
<div class="b-divider">
    <h1>This is a divider with a big text</h1>
    <h2>Smaller title with more characteres and working as a tagline</h2>
</div>
<div class="b-page-section">
    <div class="row">
        <div class="column small-12">
            <p>This is the base divider, with <code>h1</code> and <code>h2</code> together, and center aligned.</p>
        </div>
    </div>
</div>
<div class="b-divider">
    <div class="row">
        <div class="column small-12">
            <h2>This is a divider with a big text</h2>
        </div>
    </div>
</div>
<div class="b-page-section">
    <div class="row">
        <div class="column small-12">
            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt itaque dolor ratione aspernatur nulla nemo, minima sit debitis at vel tenetur qui quod, aliquid suscipit atque, odit ipsam, commodi error!</p>
        </div>
    </div>
</div>
<div class="b-divider m-blue">
    <div class="row">
        <div class="column small-12">
            <p>This is a demonstration of the modifiers for background-color. You should use the <strong>.m-blue</strong> class to get this effect</p>
        </div>
    </div>
</div>

.m-blue - $blue background
.m-purple - $purple background
.m-teal - $teal background
.m-orange - $orange background
.m-purple-40k - $purple-40k background
.m-blue-20k - $blue-20k background
.m-gray-20 - $gray-20 background
.m-gray-30 - $gray-30 background
.m-gray-40 - $gray-40 background
.m-gray-50 - $gray-50 background
.m-gray-60 - $gray-60 background
.m-gray-70 - $gray-70 background
.m-gray-80 - $gray-80 background
.m-gray-90 - $gray-90 background
.m-black - $black background
.m-purple-20k - $purple-20k background
.m-orange-20k - $orange-20k background
.m-teal-20k - $teal-20k background
.m-blue-20k - $blue-20k background
.m-red - $red background
.m-green - $green background

Styleguide 3.4
*/
.b-divider {
  background-color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.3;
  color: white; }
  .b-divider :first-child {
    margin-top: 0; }
  .b-divider :last-child {
    margin-bottom: 0; }
  .b-divider h1 {
    text-transform: none;
    margin-bottom: 0;
    font-size: 40px; }
  .b-divider h1 + h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    font-size: 22px; }
  .b-divider h2 {
    text-transform: none;
    font-weight: 100; }

.b-divider.m-purple {
  background-color: #523080; }

.b-divider.m-blue {
  background-color: #008ab3; }

.b-divider.m-orange {
  background-color: #ee5b43; }

.b-divider.m-teal {
  background-color: #008895; }

.b-divider.m-purple-20k {
  background-color: #47266f; }

.b-divider.m-purple-40k {
  background-color: #381759; }

.b-divider.m-blue-20k {
  background-color: #006e8f; }

.b-divider.m-gray-20 {
  background-color: rgba(0, 0, 0, 0.2); }

.b-divider.m-gray-30 {
  background-color: rgba(0, 0, 0, 0.3); }

.b-divider.m-gray-40 {
  background-color: rgba(0, 0, 0, 0.4); }

.b-divider.m-gray-50 {
  background-color: rgba(0, 0, 0, 0.5); }

.b-divider.m-gray-60 {
  background-color: rgba(0, 0, 0, 0.6); }

.b-divider.m-gray-70 {
  background-color: rgba(0, 0, 0, 0.7); }

.b-divider.m-gray-80 {
  background-color: rgba(0, 0, 0, 0.8); }

.b-divider.m-gray-90 {
  background-color: rgba(0, 0, 0, 0.9); }

.b-divider.m-black {
  background-color: #333; }

.b-divider.m-orange-20k {
  background-color: #be4936; }

.b-divider.m-teal-20k {
  background-color: #00616b; }

.b-divider.m-red {
  background-color: #c30014; }

.b-divider.m-green {
  background-color: #197d32; }

/*
Slide

Slides can be used to display information about a specific topic; for example, a project or
article.

Markup:
<!-- #fullwidth -->
<section id="slide-id" class="b-slide">
    <header>
        <h4>Featured Project</h4>
    </header>
    <div class="row e-content">
        <div class="medium-6 column">
            <h2 class="e-project-name">Project Title</h2>
            <h3 class="e-question">Lorem ipsum dolor sit amet, consectetur adipisicing elit, enim adipisci dicta.</h3>
        </div>
        <div class="medium-6 column">
            <p>Project description Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint recusandae nostrum eos saepe officia vero illum fuga quae at, corporis unde quas sit adipisci neque doloremque fugiat possimus nisi minima.</p>
            <p>Project description Lorem ipsum dolor sit amet, <a href="#">consectetur</a> adipisicing elit. Sint recusandae nostrum eos saepe officia vero illum fuga quae at, corporis unde quas sit adipisci neque doloremque fugiat possimus nisi minima.</p>
        </div>
    </div>
    <div class="row e-content">
        <div class="medium-6 column">
            <div class="e-action">
                <a class="b-button m-naked" href="./projects.html">All Projects<i class="material-icons">arrow_forward</i></a>
            </div>
        </div>
        <div class="medium-6 column">
            <div class="e-action">
                <a class="b-button m-naked" href="#">Find out more<i class="material-icons">arrow_forward</i></a>
            </div>
        </div>
    </div>
</section>

.m-purple - $purple background
.m-blue - $blue background
.m-orange - $orange background
.m-teal - $teal background

Styleguide 3.5
*/
.b-slide {
  background-color: #333;
  color: white;
  padding: 20px 0; }
  .b-slide > header {
    padding: 20px 0;
    text-align: center; }
  .b-slide > header > h4 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0; }
  .b-slide p {
    font-weight: 300; }
  .b-slide p a {
    text-decoration: underline; }
  .b-slide .e-slider-index > span {
    overflow: hidden;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block; }
  .b-slide .e-slider-index .m-active {
    background-color: rgba(255, 255, 255, 0.5); }
  .b-slide .e-content {
    padding: 20px 0; }
    .b-slide .e-content h2,
    .b-slide .e-content h3 {
      font-weight: 100;
      line-height: 1.2;
      text-transform: none; }
    .b-slide .e-content h2 {
      font-size: 32px; }
    .b-slide .e-content h3 {
      font-size: 20px; }
    .b-slide .e-content h3 strong {
      font-weight: 600; }
  .b-slide .e-action {
    margin-bottom: 10px; }

.b-slide.m-purple {
  background-color: #523080; }

.b-slide.m-blue {
  background-color: #008ab3; }

.b-slide.m-orange {
  background-color: #ee5b43; }

.b-slide.m-teal {
  background-color: #008895; }

/*
Slider

Multiple Sildes can be linked together using a Silder.
We use Slick behind the scenes to make the slider work.
Below is the configuration we use. Also check out the
<a href="http://kenwheeler.github.io/slick/" target="_blank">
Slick Docs</a>

<pre><code class="language-javascript">
$('.b-slider').slick({
    arrows: true,
    draggable: false,
    swipeToSlide: true,
    autoplay: true,
    autoplaySpeed: 3000,
    responsive: [
        {
            breakpoint: 800,
            settings: {
                draggable: true,
            }
        }
    ]
});
</code></pre>

Markup:
<!-- #fullwidth -->
<div class="b-slider slick">
    <section id="slide-id" class="b-slide m-purple">
        <header>
            <h4>Featured Project</h4>
        </header>
        <div class="row e-content">
            <div class="column medium-6">
                <h2 class="e-project-name">Project Title</h2>
                <h3 class="e-question">Lorem ipsum dolor sit amet, consectetur adipisicing elit, enim adipisci dicta.</h3>
            </div>
            <div class="column medium-6">
                <p>Project description Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint recusandae nostrum eos saepe officia vero illum fuga quae at, corporis unde quas sit adipisci neque doloremque fugiat possimus nisi minima.</p>
                <p>Project description Lorem ipsum dolor sit amet, <a href="#">consectetur</a> adipisicing elit. Sint recusandae nostrum eos saepe officia vero illum fuga quae at, corporis unde quas sit adipisci neque doloremque fugiat possimus nisi minima.</p>
            </div>
        </div>
        <div class="row e-content">
            <div class="column medium-6">
                <div class="e-action">
                    <a class="b-button m-naked" href="./projects.html">All Projects<i class="material-icons">arrow_forward</i></a>
                </div>
            </div>
            <div class="column medium-6">
                <div class="e-action">
                    <a class="b-button m-naked" href="#">Find out more<i class="material-icons">arrow_forward</i></a>
                </div>
            </div>
        </div>
    </section>
    <section id="slide-id" class="b-slide">
        <header>
            <h4>Featured Project</h4>
        </header>
        <div class="row e-content">
            <div class="column medium-6">
                <h2 class="e-project-name">Project Title</h2>
                <h3 class="e-question">Lorem ipsum dolor sit amet, consectetur adipisicing elit, enim adipisci dicta.</h3>
            </div>
            <div class="column medium-6">
                <p>Project description Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint recusandae nostrum eos saepe officia vero illum fuga quae at, corporis unde quas sit adipisci neque doloremque fugiat possimus nisi minima.</p>
                <p>Project description Lorem ipsum dolor sit amet, <a href="#">consectetur</a> adipisicing elit. Sint recusandae nostrum eos saepe officia vero illum fuga quae at, corporis unde quas sit adipisci neque doloremque fugiat possimus nisi minima.</p>
            </div>
        </div>
        <div class="row e-content">
            <div class="column medium-6">
                <div class="e-action">
                    <a class="b-button m-naked" href="./projects.html">All Projects<i class="material-icons">arrow_forward</i></a>
                </div>
            </div>
            <div class="column medium-6">
                <div class="e-action">
                    <a class="b-button m-naked" href="#">Find out more<i class="material-icons">arrow_forward</i></a>
                </div>
            </div>
        </div>
    </section>
    <section id="slide-id" class="b-slide m-teal">
        <header>
            <h4>From Our Blog</h4>
        </header>
        <div class="row e-content">
            <div class="column medium-6">
                <h2>Bloc title Lorem ipsum dolor sit amet, consectetur adipisicing elit.</h2>
                <h3><strong>By: </strong>Claudio Mendonca</h3>
            </div>
            <div class="column medium-6">
                <p>Project description Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint recusandae nostrum eos saepe officia vero illum fuga quae at, corporis unde quas sit adipisci neque doloremque fugiat possimus nisi minima.</p>
                <p>Project description Lorem ipsum dolor sit amet, <a href="#">consectetur</a> adipisicing elit. Sint recusandae nostrum eos saepe officia vero illum fuga quae at, corporis unde quas sit adipisci neque doloremque fugiat possimus nisi minima.</p>
            </div>
        </div>
        <div class="row e-content">
            <div class="column medium-6">
                <div class="e-action">
                    <a class="b-button m-naked" href="./projects.html">All Projects<i class="material-icons">arrow_forward</i></a>
                </div>
            </div>
            <div class="column medium-6">
                <div class="e-action">
                    <a class="b-button m-naked" href="#">Find out more<i class="material-icons">arrow_forward</i></a>
                </div>
            </div>
        </div>
    </section>
    <section id="slide-id" class="b-slide m-orange">
        <header>
            <h4>Featured Project</h4>
        </header>
        <div class="row e-content">
            <div class="column medium-6">
                <h2 class="e-project-name">Project Title</h2>
                <h3 class="e-question">Lorem ipsum dolor sit amet, consectetur adipisicing elit, enim adipisci dicta.</h3>
            </div>
            <div class="column medium-6">
                <p>Project description Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint recusandae nostrum eos saepe officia vero illum fuga quae at, corporis unde quas sit adipisci neque doloremque fugiat possimus nisi minima.</p>
                <p>Project description Lorem ipsum dolor sit amet, <a href="#">consectetur</a> adipisicing elit. Sint recusandae nostrum eos saepe officia vero illum fuga quae at, corporis unde quas sit adipisci neque doloremque fugiat possimus nisi minima.</p>
            </div>
        </div>
        <div class="row e-content">
            <div class="column medium-6">
                <div class="e-action">
                    <a class="b-button m-naked" href="./projects.html">All Projects<i class="material-icons">arrow_forward</i></a>
                </div>
            </div>
            <div class="column medium-6">
                <div class="e-action">
                    <a class="b-button m-naked" href="#">Find out more<i class="material-icons">arrow_forward</i></a>
                </div>
            </div>
        </div>
    </section>
    <section id="slide-id" class="b-slide m-blue">
        <header>
            <h4>Featured Project</h4>
        </header>
        <div class="row e-content">
            <div class="column medium-6">
                <h2 class="e-project-name">Project Title</h2>
                <h3 class="e-question">Lorem ipsum dolor sit amet, consectetur adipisicing elit, enim adipisci dicta.</h3>
            </div>
            <div class="column medium-6">
                <p>Project description Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint recusandae nostrum eos saepe officia vero illum fuga quae at, corporis unde quas sit adipisci neque doloremque fugiat possimus nisi minima.</p>
                <p>Project description Lorem ipsum dolor sit amet, <a href="#">consectetur</a> adipisicing elit. Sint recusandae nostrum eos saepe officia vero illum fuga quae at, corporis unde quas sit adipisci neque doloremque fugiat possimus nisi minima.</p>
            </div>
        </div>
        <div class="row e-content">
            <div class="column medium-6">
                <div class="e-action">
                    <a class="b-button m-naked" href="./projects.html">All Projects<i class="material-icons">arrow_forward</i></a>
                </div>
            </div>
            <div class="column medium-6">
                <div class="e-action">
                    <a class="b-button m-naked" href="#">Find out more<i class="material-icons">arrow_forward</i></a>
                </div>
            </div>
        </div>
    </section>
</div>

.m-purple - $purple background
.m-blue - $blue background
.m-orange - $orange background
.m-teal - $teal background
.m-gray-25 - $gray-25 background
.m-gray-10 - $gray-10 background
.m-gray-15 - $gray-15 background
.m-gray-20 - $gray-20 background
.m-gray-30 - $gray-30 background
.m-gray-40 - $gray-40 background
.m-gray-50 - $gray-50 background
.m-gray-60 - $gray-60 background
.m-gray-70 - $gray-70 background
.m-gray-80 - $gray-80 background
.m-gray-90 - $gray-90 background
.m-black - $black background
.m-purple-20k - $purple-20k background
.m-purple-40k - $purple-40k background
.m-orange-20k - $orange-20k background
.m-teal-20k - $teal-20k background
.m-blue-20k - $blue-20k background
.m-red - $red background
.m-green - $green background






Styleguide 3.6
*/
.b-slider .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 1;
  background-color: transparent;
  border: 0;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: transparent; }
  .b-slider .slick-arrow:before, .b-slider .slick-arrow:after {
    color: rgba(255, 255, 255, 0.2);
    font-size: 60px;
    transition: all .4s ease; }
  .b-slider .slick-arrow:hover:before, .b-slider .slick-arrow:hover:after {
    color: rgba(255, 255, 255, 0.6);
    transition: all .4s ease; }

.b-slider .slick-prev {
  left: 0; }
  .b-slider .slick-prev:before {
    content: 'keyboard_arrow_left'; }

.b-slider .slick-next {
  right: 0; }
  .b-slider .slick-next:after {
    content: 'keyboard_arrow_right'; }

/*
Sticky

A sticky can be used to convey an error or some information when the page
first loads.

Markup:
<!-- #fullwidth -->
<div class="b-page-section">
    <div class="row">
        <p>This produces the sticky at the bottom of the window <i class="material-icons">arrow_downward</i></p>
    </div>
</div>
<div class="b-sticky m-purple">
    <div class="row">
        <div class="column small-12">
            <i class="material-icons e-close js-close-sticky">close</i>
            <h3 class="e-title">Something went wrong</h3>
            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quasi, in, nobis. Repudiandae <a href="#">ipsum alias enim officiis</a> et consectetur expedita commodi nobis suscipit deleniti. Recusandae architecto minima rerum modi suscipit doloremque!</p>
        </div>
    </div>
</div>

.m-error - error style
.m-red - red style
.m-success - success style
.m-green - green style
.m-alert - alert style
.m-orange - orange style
.m-purple - purple style
.m-blue - blue style
.m-teal - teal style

Styleguide 6.1
*/
.b-sticky {
  background-color: #333;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1; }
  .b-sticky .row {
    color: rgba(255, 255, 255, 0.6); }
    .b-sticky .row .e-title {
      margin: 0;
      padding: 0;
      font-weight: 600;
      font-size: 20px;
      font-size: 16px; }
    .b-sticky .row p {
      margin: 10px 0; }
    .b-sticky .row p a {
      color: rgba(255, 255, 255, 0.9); }
    .b-sticky .row p a:hover {
      text-decoration: underline; }
    .b-sticky .row .e-close {
      float: right;
      margin-right: 10px;
      opacity: .6;
      cursor: pointer; }
      .b-sticky .row .e-close:hover {
        opacity: 1; }

.b-sticky.m-error,
.b-sticky.m-red {
  background-color: #c30014; }

.b-sticky.m-success,
.b-sticky.m-green {
  background-color: #197d32; }

.b-sticky.m-alert,
.b-sticky.m-orange {
  background-color: #ee5b43; }

.b-sticky.m-purple {
  background-color: #523080; }

.b-sticky.m-blue {
  background-color: #008ab3; }

.b-sticky.m-teal {
  background-color: #008895; }

/*
Page Top Section

A modified page section made specifically for the top section of a page.  Has a number of color and style
options.

Markup:
<!-- #fullwidth -->
<header class="b-top-section m-purple">
    <div class="row">
        <div class="column small-12">
            <h2>Page Top Section</h2>
            <h3>This is the top section of a page. Generally speaking, each page should start with this section.</h3>
        </div>
    </div>
</header>

.m-purple
.m-teal
.m-orange
.m-blue

Styleguide 5.2
*/
.b-top-section {
  background-color: #333;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 70px;
  padding-bottom: 30px; }
  .b-top-section h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 30px;
    margin-top: 0; }
  .b-top-section h3 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: none;
    font-size: 22px;
    font-weight: 100; }

.b-top-section.m-orange {
  background-color: #ee5b43; }

.b-top-section.m-purple {
  background-color: #523080; }

.b-top-section.m-blue {
  background-color: #008ab3; }

.b-top-section.m-teal {
  background-color: #008895; }

/*
Page Section

The page section component is used to divide page content into well organized sections.
Most page content should be included in a page module element such as page section.
Foundation grid components can and should be used within these top level elements.

Markup:
<!-- #fullwidth -->
<div class="b-page-section">
    <div class="row">
        <div class="column small-12">
            <h1 class="e-title">This is a section title</h1>
            <h2>This is a section title (h2)</h2>
            <h3>This is a section title (h3)</h3>
            <h4>This is a section title (h4)</h4>
            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt itaque dolor ratione aspernatur nulla nemo, minima sit debitis at vel tenetur qui quod, aliquid suscipit atque, odit ipsam, commodi error!</p>
        </div>
    </div>
</div>
<!-- background color example -->
<div class="b-page-section m-black">
    <div class="row">
        <div class="column small-12">
            <p>This is a demonstration of the modifiers for background-color. You should use the <strong>.m-black</strong> class to get this effect</p>
        </div>
    </div>
</div>

.m-purple - $purple background
.m-black - $black background
.m-teal - $teal background
.m-orange - $orange background
.m-blue - $blue background

Styleguide 5.1
*/
.b-page-section {
  padding-top: 30px;
  padding-bottom: 30px; }
  .b-page-section .e-title {
    text-align: center;
    font-weight: 100; }
  .b-page-section h4 {
    text-transform: uppercase; }

.b-page-section.m-purple,
.b-page-section.m-black,
.b-page-section.m-teal,
.b-page-section.m-orange,
.b-page-section.m-blue {
  color: white; }

.b-page-section.m-purple {
  background-color: #523080; }

.b-page-section.m-black {
  background-color: #333; }

.b-page-section.m-teal {
  background-color: #008895; }

.b-page-section.m-orange {
  background-color: #ee5b43; }

.b-page-section.m-blue {
  background-color: #008ab3; }

.b-progress {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 3px 0;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  @media screen and (min-width: 64.0625em) {
    .b-progress {
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin-top: 70px;
      margin-bottom: 20px;
      padding-left: 120px;
      position: relative; } }
  .b-progress:before {
    color: rgba(255, 255, 255, 0.6);
    content: 'Progress: '; }
    @media screen and (min-width: 64.0625em) {
      .b-progress:before {
        color: rgba(255, 255, 255, 0.3);
        content: 'Progress';
        position: absolute;
        bottom: -13px;
        left: -120px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600; } }
  @media screen and (min-width: 64.0625em) {
    .b-progress:after {
      position: absolute;
      content: "";
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      left: 0;
      top: 0; } }
  .b-progress span:before {
    color: rgba(255, 255, 255, 0.6);
    display: none; }
    @media screen and (min-width: 64.0625em) {
      .b-progress span:before {
        position: absolute;
        margin-top: -35px;
        display: block;
        color: rgba(255, 255, 255, 0.3); } }
  .b-progress span:nth-child(1):before {
    content: "Define"; }
    @media screen and (min-width: 64.0625em) {
      .b-progress span:nth-child(1):before {
        right: 90%; } }
  .b-progress span:nth-child(2):before {
    content: "Prototype"; }
    @media screen and (min-width: 64.0625em) {
      .b-progress span:nth-child(2):before {
        right: 65%; } }
  .b-progress span:nth-child(3):before {
    content: "Test & Iteration"; }
    @media screen and (min-width: 64.0625em) {
      .b-progress span:nth-child(3):before {
        right: 30%; } }
  .b-progress span:nth-child(4):before {
    content: "Complete"; }
    @media screen and (min-width: 64.0625em) {
      .b-progress span:nth-child(4):before {
        right: 0; } }
  .b-progress.m-define span:nth-child(1):before,
  .b-progress.m-prototype span:nth-child(2):before,
  .b-progress.m-test span:nth-child(3):before,
  .b-progress.m-complete span:nth-child(4):before {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    font-weight: 600; }
  .b-progress.m-define:after {
    width: 10%; }
  .b-progress.m-prototype:after {
    width: 35%; }
  .b-progress.m-test:after {
    width: 70%; }
  .b-progress.m-complete:after {
    width: 100%; }

.b-breadcrumbs {
  padding-bottom: 20px; }
  .b-breadcrumbs a,
  .b-breadcrumbs span {
    margin-top: -2px;
    display: inline-block;
    vertical-align: top; }
  .b-breadcrumbs span,
  .b-breadcrumbs .material-icons {
    color: rgba(255, 255, 255, 0.4); }
  .b-breadcrumbs a {
    color: rgba(255, 255, 255, 0.9); }
  .b-breadcrumbs a:hover {
    text-decoration: underline; }

/*
Modal

A modal can be used to provide a temporary alert or warn the user about performing a certain action.
The modal has two parts, a button open the modal, and the modal itself.  The modal makes use of an overlay
element to allow it to be dismissed by clicking outside the modal.

Markup:
<!-- button -->
<a class="b-button js-open-modal" href="#">Open Modal</a>
<!-- modal window -->
<div class="b-modal">
    <div class="e-content">
        <h2>Title for modal</h2>
        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nemo ratione, reprehenderit veniam veritatis voluptatem perferendis nulla? Sint eveniet necessitatibus vel saepe, consequuntur veritatis laborum perspiciatis, reprehenderit, esse rem aut omnis.</p>
        <h3>Title for modal</h3>
        <p>Sint eveniet necessitatibus vel saepe, consequuntur veritatis laborum perspiciatis, reprehenderit, esse rem aut omnis.</p>
        <h4>Title for modal</h4>
        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nemo ratione, reprehenderit veniam veritatis voluptatem perferendis nulla?</p>
        <p><a class="b-button js-close-modal" href="#">OK</a></p>
    </div>
</div>

.js-open-modal - Add this class to the trigger element to open the modal
.js-close-modal - Add this class to the trigger element to close the modal

Styleguide 3.2
*/
.b-modal {
  background: white;
  position: fixed;
  width: 50%;
  top: 12vh;
  left: 50%;
  margin: 0 0 0 -25%;
  /* Embiggen */
  transform: scale(1.5);
  /* prefix me */
  /* Hidden */
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 30px 45px;
  transition: all .4s ease;
  z-index: 11; }
  .b-modal .e-content {
    max-height: 70vh;
    overflow-y: scroll; }
    .b-modal .e-content :first-child {
      margin-top: 0; }
    .b-modal .e-content h2 {
      font-size: 20px; }
    .b-modal .e-content h3 {
      font-size: 18px; }
    .b-modal .e-content h4 {
      font-size: 16px; }

.b-modal.m-active {
  /* Regular size and visible */
  transform: scale(1);
  /* prefix me */
  opacity: 1;
  transition: all .4s ease;
  /* Clickable */
  pointer-events: auto; }

/*
Cards

Card component for organizing data.  Works well with articles / documents, etc.

Markup:
<div class="b-page-section">
    <div class="row">
        <div class="e-card m-blue">
            <a href="#">
                <div class="e-card-inner">
                    <!-- uncomment to add a background image to the card -->
                    <!-- <div class="e-card-image" style="background-image: url('')"></div> -->
                    <p class="e-card-name">Project Name</p>
                    <p class="e-card-description">Project Description</p>
                </div>
            </a>
        </div>
        <div class="e-card m-orange">
            <a href="#">
                <div class="e-card-inner">
                    <p class="e-card-name">Project Name</p>
                    <p class="e-card-description">Project Description</p>
                </div>
            </a>
        </div>
        <div class="e-card m-unreleased">
            <div class="e-card-inner">
                <p class="e-card-name">Unreleased Project</p>
                <p class="e-card-description">Project Description</p>
            </div>
        </div>
    </div>
</div>

Styleguide 3.7
*/
.e-card {
  display: inline-block; }
  .e-card .e-card-inner {
    position: relative;
    vertical-align: top;
    color: white;
    width: 300px;
    height: 300px;
    margin: 15px; }
    .e-card .e-card-inner p {
      padding: 20px; }
      .e-card .e-card-inner p.e-card-name {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase; }
      .e-card .e-card-inner p.e-card-description {
        position: absolute;
        bottom: 0; }
    .e-card .e-card-inner .e-card-image {
      height: 150px;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
    .e-card .e-card-inner:hover {
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }
  .e-card.m-orange .e-card-inner {
    background-color: #ee5b43; }
  .e-card.m-blue .e-card-inner {
    background-color: #008ab3; }
  .e-card.m-unreleased .e-card-inner {
    background-color: rgba(0, 0, 0, 0.3); }
    .e-card.m-unreleased .e-card-inner:hover {
      box-shadow: none; }
  .e-card a:hover {
    text-decoration: none; }

/*
Firebase-Editable

Coming Soon

Styleguide 6.2
*/
/*
Data Visualization

Styleguide 6.3
*/
/*
Bubble map

Data driven bubble map via D3, loosely based on several examples from Mike Bostock <a href="http://bl.ocks.org/mbostock">http://bl.ocks.org/mbostock</a>

Markup:
<div class="b-map"></div>
<!-- ----------------------------------------- -->
<!-- ignore, just used to link to example page -->
<a class="b-button" href="map1.html">Map I</a>
<!-- ----------------------------------------- -->

Styleguide 6.3.1
*/
.b-map .background {
  fill: none;
  pointer-events: all; }

.b-map .feature {
  fill: #ccc;
  cursor: pointer; }
  .b-map .feature.active {
    fill: orange; }

.b-map .country {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round; }

.b-map .node.fade circle {
  opacity: .15;
  transition: opacity 0.5s; }

.b-map .node circle {
  opacity: .75;
  cursor: pointer;
  transition: opacity 0.5s; }
  .b-map .node circle.active {
    opacity: .9;
    fill: #008ab3 !important;
    transition: opacity 0.1s; }

.b-map .node text {
  fill: #fff;
  cursor: pointer; }

.b-map .region {
  fill: #ddd;
  cursor: pointer;
  transition: fill 0.1s; }
  .b-map .region.active {
    fill: #bbb;
    transition: fill 0.1s; }

/*
Packlayout map

D3 based bubble map that uses packlayout to nest collections of bubbles into region bounding boxes.

Markup:
<div class="b-pack-map"></div>
<!-- ----------------------------------------- -->
<!-- ignore, just used to link to example page -->
<a class="b-button" href="map2.html">Map II</a>
<!-- ----------------------------------------- -->

Styleguide 6.3.2
*/
.b-pack-map .background {
  fill: none;
  pointer-events: all; }

.b-pack-map .feature {
  fill: #ccc;
  cursor: pointer; }
  .b-pack-map .feature.active {
    fill: orange; }

.b-pack-map .country {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round; }

.b-pack-map .parent.fade circle {
  opacity: .15;
  transition: opacity 0.2s; }

.b-pack-map .parent circle {
  opacity: .6;
  cursor: pointer;
  transition: opacity 0.2s; }
  .b-pack-map .parent circle.active {
    opacity: 1;
    transition: opacity 0.2s; }

.b-pack-map .parent.sector circle {
  opacity: .5; }

.b-pack-map .parent text {
  font-size: 22px; }

.b-pack-map .parent.invisible text {
  visibility: hidden; }

.b-pack-map .parent.invisible circle {
  opacity: 0;
  visibility: visible; }

.b-pack-map .parent.invisible.sector circle {
  opacity: .2; }

.b-pack-map .node.fade circle {
  opacity: .15;
  transition: opacity 0.5s; }

.b-pack-map .node circle {
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.2s; }
  .b-pack-map .node circle.active {
    opacity: 1;
    transition: opacity 0.2s; }

.b-pack-map .node text {
  font-size: 26px; }
  .b-pack-map .node text.sector-text {
    font-size: 16px; }

.b-pack-map .node.study {
  display: none; }
  .b-pack-map .node.study.fade circle {
    opacity: .8;
    transition: opacity 0.5s; }
    .b-pack-map .node.study.fade circle.active {
      opacity: 1;
      transition: opacity 0.2s; }
  .b-pack-map .node.study text {
    fill: rgba(0, 0, 0, 0.6);
    font-size: 16px; }
  .b-pack-map .node.study.show {
    display: initial; }

.b-pack-map .region {
  fill: #ddd;
  cursor: pointer;
  transition: fill 0.2s; }
  .b-pack-map .region.active {
    fill: #bbb;
    transition: fill 0.2s; }

.b-pack-map text {
  fill: #fff;
  cursor: pointer; }

.b-pack-map .parent {
  opacity: 0;
  visibility: hidden; }
  .b-pack-map .parent.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s; }

.b-pack-map .node {
  opacity: 0;
  visibility: hidden; }
  .b-pack-map .node.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s; }

.map-ui .b-button, .map-ui .b-form input[type="submit"], .b-form .map-ui input[type="submit"] {
  color: #fff;
  background-color: rgba(0, 138, 179, 0.4); }
  .map-ui .b-button.m-active, .map-ui .b-form input.m-active[type="submit"], .b-form .map-ui input.m-active[type="submit"] {
    background-color: #008ab3; }

.tooltip {
  color: white;
  font-size: 16px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.02s;
  width: 200px; }
  .tooltip::before {
    border-bottom-color: rgba(0, 0, 0, 0.5); }

.kss-title:hover, .kss-title *:hover {
  text-decoration: none; }

.kss-title__ref, .kss-nav__ref {
  color: rgba(0, 0, 0, 0.2); }

h1 .kss-title__ref, h1 .kss-nav__ref {
  color: rgba(255, 255, 255, 0.2); }

.kss-title__permalink .permalink i.material-icons {
  color: rgba(0, 0, 0, 0.2);
  font-size: 0.62em;
  visibility: hidden; }

.kss-title__permalink:hover i.material-icons {
  visibility: visible; }

.kss-modifier__heading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5); }

.kss-modifier__example {
  margin-bottom: 30px; }
  .b-page-section .kss-modifier__example {
    margin-bottom: 0; }

.kss-modifier__wrapper {
  background-color: rgba(0, 0, 0, 0.025);
  padding: 30px; }
  .kss-modifier__wrapper > * {
    margin: 0 -30px; }
  .kss-modifier__wrapper p:last-child {
    margin-bottom: 0; }

.modifiers {
  display: none;
  margin: 20px 0; }
  .modifiers .modifier-row .kss-modifier__description {
    color: rgba(0, 0, 0, 0.5);
    transition: all .4s ease; }
  .modifiers .modifier-row:hover .kss-modifier__description {
    color: #333;
    transition: all .4s ease; }
  .modifiers.m-visible {
    display: block; }

.kss-bottom-nav {
  text-align: left; }
  .kss-bottom-nav ul.kss-nav__menu {
    margin-left: 0;
    list-style: none; }
    .kss-bottom-nav ul.kss-nav__menu li.kss-nav__menu-item a {
      width: auto; }
    .kss-bottom-nav ul.kss-nav__menu li.kss-nav__menu-item .kss-nav__ref {
      color: rgba(255, 255, 255, 0.2); }
    .kss-bottom-nav ul.kss-nav__menu ul {
      list-style: none; }

.kss-nav {
  max-height: 90vh;
  overflow: hidden;
  background-color: transparent;
  z-index: 2;
  position: absolute;
  width: 250px;
  right: -180px;
  transform: translateX(0);
  transition: all .4s ease; }
  .kss-nav::before {
    opacity: 1;
    display: block;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    color: rgba(0, 0, 0, 0.2);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    content: "\00a7"; }
  .kss-nav ul {
    padding: 0 20px 20px 20px;
    opacity: 0;
    margin-left: 0;
    list-style: none;
    transition: all .4s ease; }
    .kss-nav ul ul {
      padding: 0;
      margin-left: 15px; }
  .kss-nav.m-fixed {
    position: fixed;
    top: 5vh; }
  .kss-nav:hover {
    background-color: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    transform: translateX(-180px);
    overflow: hidden;
    transition: all .4s ease; }
    .kss-nav:hover::before {
      content: "Sections"; }
    .kss-nav:hover ul {
      opacity: 1;
      transition: all .4s ease; }

.row.m-spacing {
  margin-top: 20px;
  margin-bottom: 20px; }
  .row.m-spacing:first-child {
    margin-top: 0; }

code.m-negative {
  color: white; }

.b-grid-example {
  text-align: center;
  color: white; }
  .b-grid-example .row {
    margin-top: 10px;
    margin-bottom: 10px; }
  .b-grid-example .columns {
    background-color: rgba(0, 0, 0, 0.3);
    min-height: 50px;
    border-left: solid 5px rgba(0, 0, 0, 0.1);
    border-right: solid 5px rgba(0, 0, 0, 0.1); }
    .b-grid-example .columns:first-child {
      border-left: 0; }
    .b-grid-example .columns:last-child {
      border-right: 0; }

.sandbox {
  min-height: 400px; }

@media (max-width: 600px) {
  .sandbox {
    background-color: red; } }

@media (min-width: 601px) {
  .sandbox {
    background-color: green; } }

@media (min-width: 1021px) {
  .sandbox {
    background-color: blue; } }
