@charset "UTF-8";
/**
*
* Colors
*
**/
/*===============================
=            Default            =
===============================*/
/*==============================
=            Header            =
==============================*/
.sub-nav-container {
  background: #F5F5F5;
}

/*==============================
=            Menu            =
==============================*/
/*==============================
=     Notebook & Vocab         =
==============================*/
meta.foundation-version {
  font-family: "/5.5.3/";
}

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

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

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

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

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

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

  .column.small-uncentered,
.columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }

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

  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
.row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width:53em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
.columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }

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

  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
.row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
.columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }

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

  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
.row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
meta.foundation-version {
  font-family: "/5.5.3/";
}

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #0080FF;
  border-color: #006edb;
  color: #FFFFFF;
}
.alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #333333;
  font-size: 1.375rem;
  line-height: 0.9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  border-radius: 5px;
}
.alert-box.round {
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #22cc77;
  border-color: #1daf66;
  color: #FFFFFF;
}
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}
.alert-box.alert-close {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 5px;
}
.breadcrumbs > * {
  color: #0080FF;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a {
  color: #0080FF;
}
.breadcrumbs > *.current {
  color: #333333;
  cursor: default;
}
.breadcrumbs > *.current a {
  color: #333333;
  cursor: default;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  color: #999999;
  cursor: not-allowed;
  text-decoration: none;
}
.breadcrumbs > *:before {
  color: #AAAAAA;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
[aria-label=breadcrumbs] [aria-hidden=true]:after {
  content: "/";
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #0080FF;
  border-color: #0066cc;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #0066cc;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #22cc77;
  border-color: #1ba35f;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #1ba35f;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 5px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #0080FF;
  border-color: #0066cc;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0066cc;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0080FF;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #22cc77;
  border-color: #1ba35f;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #1ba35f;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #22cc77;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width:53em) {
  button, .button {
    display: inline-block;
  }
}
meta.foundation-version {
  font-family: "/5.5.3/";
}

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown.open {
  display: block;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
.f-dropdown.drop-right.open {
  display: block;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
.f-dropdown.drop-left.open {
  display: block;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}
.f-dropdown.drop-top.open {
  display: block;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}
.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}
.f-dropdown.content.open {
  display: block;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.radius {
  border-radius: 5px;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #0080FF;
  border-color: #0066cc;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #0066cc;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #22cc77;
  border-color: #1ba35f;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #1ba35f;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 5px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #0080FF;
  border-color: #0066cc;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0066cc;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0080FF;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #22cc77;
  border-color: #1ba35f;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #1ba35f;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #22cc77;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width:53em) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type=name], input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input:not([type]):focus, input[type=name]:focus, input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input:not([type]):disabled, input[type=name]:disabled, input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type=name][disabled], input[type=name][readonly], fieldset[disabled] input[type=name], input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input:not([type]).radius, input[type=name].radius, input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
  border-radius: 5px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

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

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

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

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 5px;
}
select:focus {
  background-color: #f3f3f3;
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1rem 0;
}

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

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}
fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

.label {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #0080FF;
  color: #FFFFFF;
}
.label.radius {
  border-radius: 5px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}
.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}
.label.success {
  background-color: #22cc77;
  color: #FFFFFF;
}
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}
ul.pagination li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}
ul.pagination li a, ul.pagination li button {
  border-radius: 5px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #999999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
  pointer-events: none;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}
ul.pagination li.current a, ul.pagination li.current button {
  background: #0080FF;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #0080FF;
}
ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f0f7ff;
  color: #333333;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #0080FF;
}
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #006edb;
}
.panel.radius {
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

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

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

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

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

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

  .column.small-uncentered,
.columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }

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

  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
.row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width:53em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
.columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }

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

  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
.row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
.columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }

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

  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
.row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

.side-nav {
  display: block;
  font-family: "Open Sans", sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0;
}
.side-nav li {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 0 0.4375rem 0;
}
.side-nav li a:not(.button) {
  color: #0080FF;
  display: block;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #4da6ff;
}
.side-nav li a:not(.button):active {
  color: #4da6ff;
}
.side-nav li.active > a:first-child:not(.button) {
  color: #4da6ff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}
.side-nav li.heading {
  color: #0080FF;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto;
}
.sub-nav dt {
  text-transform: uppercase;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  color: #999999;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 1rem;
  margin-bottom: 0;
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999999;
  padding: 0.1875rem 1rem;
  text-decoration: none;
}
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  background: #0080FF;
  color: #FFFFFF;
  cursor: default;
  font-weight: normal;
  padding: 0.1875rem 1rem;
}
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #006edb;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.switch label {
  background: white;
  color: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  transition: left 0.15s ease-out;
}
.switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px;
}
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
.switch label:after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0.25rem;
  position: absolute;
  top: 0.25rem;
  width: 1.5rem;
  transition: left 0.15s ease-out;
  transform: translate3d(0, 0, 0);
}
.switch input:checked + label {
  background: #22cc77;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  height: 2rem;
  width: 4rem;
}
.switch label:after {
  height: 1.5rem;
  width: 1.5rem;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  color: transparent;
  background: white;
}
.switch label:after {
  background: #FFFFFF;
}
.switch input:checked + label {
  background: #22cc77;
}
.switch.large label {
  height: 2.5rem;
  width: 5rem;
}
.switch.large label:after {
  height: 2rem;
  width: 2rem;
}
.switch.large input:checked + label:after {
  left: 2.75rem;
}
.switch.small label {
  height: 1.75rem;
  width: 3.5rem;
}
.switch.small label:after {
  height: 1.25rem;
  width: 1.25rem;
}
.switch.small input:checked + label:after {
  left: 2rem;
}
.switch.tiny label {
  height: 1.5rem;
  width: 3rem;
}
.switch.tiny label:after {
  height: 1rem;
  width: 1rem;
}
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}
.switch.radius label {
  border-radius: 4px;
}
.switch.radius label:after {
  border-radius: 3px;
}
.switch.round {
  border-radius: 1000px;
}
.switch.round label {
  border-radius: 2rem;
}
.switch.round label:after {
  border-radius: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
table tr th,
table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

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

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

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

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

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

  .column.small-uncentered,
.columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }

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

  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
.row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width:53em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
.columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }

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

  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
.row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
.columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }

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

  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
.row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}
.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem;
}
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}
.tabs dd.active > a,
.tabs .tab-title.active > a {
  background-color: #FFFFFF;
  color: #222222;
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.9375rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width:53em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }

  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

/* Tooltips */
.has-tip {
  border-bottom: none;
  color: #333333;
  cursor: help;
  font-weight: bold;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: none;
  color: #0080FF;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

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

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

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%;
  }
}
meta.foundation-version {
  font-family: "/5.5.3/";
}

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

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

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

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

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

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

  .column.small-uncentered,
.columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }

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

  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
.row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width:53em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
.columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }

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

  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
.row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
.columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }

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

  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
.row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
meta.foundation-version {
  font-family: "/5.5.3/";
}

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #0080FF;
  border-color: #0066cc;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #0066cc;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #22cc77;
  border-color: #1ba35f;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #1ba35f;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 5px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #0080FF;
  border-color: #0066cc;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0066cc;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0080FF;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #22cc77;
  border-color: #1ba35f;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #1ba35f;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #22cc77;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width:53em) {
  button, .button {
    display: inline-block;
  }
}
meta.foundation-version {
  font-family: "/5.5.3/";
}

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #0080FF;
  border-color: #0066cc;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #0066cc;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #22cc77;
  border-color: #1ba35f;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #1ba35f;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 5px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #0080FF;
  border-color: #0066cc;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0066cc;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0080FF;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #22cc77;
  border-color: #1ba35f;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #1ba35f;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #22cc77;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width:53em) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type=name], input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input:not([type]):focus, input[type=name]:focus, input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input:not([type]):disabled, input[type=name]:disabled, input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type=name][disabled], input[type=name][readonly], fieldset[disabled] input[type=name], input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input:not([type]).radius, input[type=name].radius, input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
  border-radius: 5px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 5px;
}
select:focus {
  background-color: #f3f3f3;
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1rem 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}
fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:53em)/";
  width: 53em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #032B56;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 3.125rem;
  z-index: 98;
}

.top-bar {
  background: #032B56;
  height: 3.125rem;
  line-height: 3.125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}
.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
}
.top-bar .button, .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}
@media only screen and (max-width: 53em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  margin: 0;
  position: relative;
}
.top-bar .name {
  font-size: 16px;
  height: 3.125rem;
  margin: 0;
}
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 1.0625rem;
  line-height: 3.125rem;
  margin: 0;
}
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  color: #29538E;
  display: block;
  font-weight: normal;
  padding: 0 1.0416666667rem;
  width: 75%;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #29538E;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.0416666667rem;
  position: relative;
  text-transform: uppercase;
}
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}
.top-bar .toggle-topbar.menu-icon a {
  color: #FFFFFF;
  height: 34px;
  line-height: 33px;
  padding: 0 2.6041666667rem 0 1.0416666667rem;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 1.0416666667rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  background: transparent;
  height: auto;
}
.top-bar.expanded .title-area {
  background: #032B56;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
.top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top-bar-section .divider,
.top-bar-section [role=separator] {
  border-top: solid 1px #02162b;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #fff;
}
.top-bar-section ul li > a {
  color: #29538E;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  padding-left: 1.0416666667rem;
  padding: 12px 0 12px 1.0416666667rem;
  text-transform: none;
  width: 100%;
}
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-left: 1.0416666667rem;
  padding-right: 1.0416666667rem;
  background-color: #0080FF;
  border-color: #0066cc;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #0066cc;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > a.button.success {
  background-color: #22cc77;
  border-color: #1ba35f;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #1ba35f;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  background-color: #61b6d9;
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-left: 1.0416666667rem;
  padding-right: 1.0416666667rem;
  background-color: #0080FF;
  border-color: #0066cc;
  color: #FFFFFF;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #0066cc;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > button.success {
  background-color: #22cc77;
  border-color: #1ba35f;
  color: #FFFFFF;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #1ba35f;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: #61b6d9;
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  color: #FFFFFF;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  color: #29538E;
  background: #F3F3F3;
}
.top-bar-section ul li.active > a {
  background: #F3F3F3;
  color: #29538E;
}
.top-bar-section ul li.active > a:hover {
  background: #F3F3F3;
  color: #29538E;
}
.top-bar-section .has-form {
  padding: 1.0416666667rem;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 1.0416666667rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 1.0416666667rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #29538E;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 1.0416666667rem;
}
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 1.0416666667rem 2px;
  text-transform: uppercase;
}

.js-generated {
  display: block;
}

@media only screen and (min-width:53em) {
  .top-bar {
    background: #032B56;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name h5 a,
.top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
.top-bar select,
.top-bar .button,
.top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.6875rem;
  }
  .top-bar .has-form > .button,
.top-bar .has-form > button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.6875rem;
  }
  .top-bar.expanded {
    background: #032B56;
  }

  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 71.875rem;
  }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #F3F3F3;
    color: #29538E;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #032B56;
    line-height: 3.125rem;
    padding: 0 1.0416666667rem;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #F3F3F3;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #F3F3F3;
    color: #29538E;
    line-height: 3.125rem;
    padding: 0 1.0416666667rem;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #F3F3F3;
    color: #29538E;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.2916666667rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.5625rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\BB";
    top: 0.1875rem;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .top-bar-section .dropdown li a {
    background: #F3F3F3;
    color: #29538E;
    line-height: 3.125rem;
    padding: 12px 1.0416666667rem;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #F3F3F3;
    color: #29538E;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #555555;
    color: #29538E;
    background: #222222;
  }
  .top-bar-section .dropdown li label {
    background: #F1F1F1;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
.top-bar-section > ul > [role=separator] {
    border-right: solid 1px #05458b;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 3.125rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #032B56;
    height: 3.125rem;
    padding: 0 1.0416666667rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #F3F3F3;
    color: #29538E;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #F3F3F3;
    color: #29538E;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}
meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 53em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:53em)/";
  width: 53em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:53em) and (max-width:64em)/";
  width: 53em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 53em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:53em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:53em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.0625em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.0625em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.0625em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.0625em) and (max-width:6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.0625em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #0080FF;
  line-height: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: #006edb;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.no-bullet {
  list-style-type: none;
  margin-left: 0;
}
.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014   ";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width:53em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3 {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.34in;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 53em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:53em)/";
  width: 53em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:53em) and (max-width:64em)/";
  width: 53em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 53em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:53em)/";
  width: 53em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:53em) and (max-width:64em)/";
  width: 53em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 53em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:53em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:53em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.0625em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.0625em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.0625em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.0625em) and (max-width:6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.0625em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #0080FF;
  line-height: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: #006edb;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.no-bullet {
  list-style-type: none;
  margin-left: 0;
}
.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014   ";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width:53em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3 {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.34in;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  transition: transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #032B56;
  color: #FFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #fff;
  font-weight: normal;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #02162b;
  left: 0;
}

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #02162b;
  right: 0;
}

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}
.tab-bar-section.left {
  text-align: left;
}
.tab-bar-section.right {
  text-align: right;
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}
.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem;
}
.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem;
}
.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.off-canvas-list li label {
  background: #444444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}
ul.off-canvas-list li a {
  border-bottom: 1px solid #262626;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.6666666667rem;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: #021e3c;
}
ul.off-canvas-list li a:active {
  background: #021e3c;
}

.move-right > .inner-wrap {
  transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:53em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:53em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-top > .inner-wrap {
  transform: translate3d(0, -18.75rem, 0);
}
.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:53em) {
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-bottom > .inner-wrap {
  transform: translate3d(0, 18.75rem, 0);
}
.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:53em) {
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:53em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:53em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:53em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-top .bottom-off-canvas-menu {
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:53em) {
  .offcanvas-overlap-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-bottom .top-off-canvas-menu {
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:53em) {
  .offcanvas-overlap-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}
.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem;
}
.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}
.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem;
}
.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  transform: translate3d(-100%, 0, 0);
  left: 0;
  transition: transform 500ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  transform: translate3d(100%, 0, 0);
  right: 0;
  transition: transform 500ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  transform: translate3d(0%, 0, 0);
}

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  transition: transform 500ms ease;
}
.top-submenu * {
  -webkit-backface-visibility: hidden;
}
.top-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.top-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
  transform: translate3d(0, 0%, 0);
}

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  transition: transform 500ms ease;
}
.bottom-submenu * {
  -webkit-backface-visibility: hidden;
}
.bottom-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.bottom-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
  transform: translate3d(0, 0%, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 53em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:53em)/";
  width: 53em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:53em) and (max-width:64em)/";
  width: 53em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:53em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width:90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width:120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
.hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
.show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
.show-for-print {
    display: block !important;
  }

  .hide-on-print,
.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;
  }
}
/**
*
* SCSS Structure
*
**/
/*==============================
=         Box sizing           =
==============================*/
html, body {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  font-family: "Open Sans", sans-serif !important;
}

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif !important;
  color: #1A3747;
}

h1 {
  font-size: 2.5em;
}
h1.smaller-h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.7em;
}

*, *:before, *:after {
  box-sizing: inherit !important;
  -webkit-box-sizing: inherit !important;
  -moz-box-sizing: inherit !important;
}

ul {
  list-style: none;
}

a:hover {
  color: #22cc77;
}

@media (hover: none) {
  a:hover {
    color: #22cc77;
  }
}
svg path {
  fill: white;
}

select.round, input.round {
  border-radius: 20px;
}

input.left-round {
  border-radius: 20px 0 0 20px;
}

.right-round {
  border-radius: 0 20px 20px 0;
}

select.clean-border-bottom, input.clean-border-bottom {
  border: none;
  border-bottom: 2px solid #ddd;
  box-shadow: none;
}
select.clean-border-bottom:focus, input.clean-border-bottom:focus {
  background: white;
}

@media only screen and (max-width: 53em) {
  .reveal-modal {
    margin-left: 2% !important;
    margin-right: 2% !important;
    width: 96% !important;
    min-height: 98% !important;
    margin-top: 2% !important;
    padding: 5px !important;
  }
}
.reveal-modal.embedded {
  min-height: 0;
}

.only-for-embed {
  display: none;
}

.embedded .only-for-embed {
  display: block;
}

.with-fancy-background #fancy-background {
  background: #032B56;
  position: absolute;
  width: 100%;
  height: 300px;
}
.with-fancy-background #fancy-background-bottom {
  background: #fff;
  position: absolute;
  top: 0px;
  bottom: -20px;
  left: -1000px;
  right: -1000px;
}
.with-fancy-background .basic-content {
  background: none !important;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px;
}
.cookie-consent .cookie-consent__message {
  color: white;
}
.cookie-consent .cookie-consent__agree {
  border-radius: 5px;
  padding: 15px;
  font-size: 0.9em;
}
@media only screen and (min-width:53em) {
  .cookie-consent .cookie-consent__agree {
    float: right;
  }
}
.cookie-consent a {
  color: #032B56 !important;
}

.mobile-lang-choice {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 100px;
  padding: 5px;
  position: relative;
  background: #F1F1F1;
  opacity: 0.7;
  border-radius: 5px;
}
.mobile-lang-choice img {
  margin-bottom: 0 !important;
  width: 26px !important;
}
.mobile-lang-choice .fa {
  position: absolute;
  right: 10px;
  top: 40%;
  color: #222;
}

.panel-ilini {
  overflow: hidden;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #f2f2fa !important;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.pointer:hover {
  cursor: pointer;
}

/*==============================
=            Top Bar           =
==============================*/
.tab-bar {
  z-index: 200;
}
.tab-bar:not(.not-fixed) {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
}
.tab-bar .left-small, .tab-bar .right-small {
  border: none !important;
}
.tab-bar section.active {
  background: #032B56;
}

.top-bar-container {
  background: #032B56;
}

.top-bar-full {
  z-index: 1000;
  padding-top: 5px;
  padding-bottom: 5px;
}
.top-bar-full .site-name a:hover {
  background: transparent !important;
  color: #22cc77 !important;
}

.site-name {
  height: 3.125rem;
}
.site-name img {
  vertical-align: middle;
  height: 40px;
}

.transparent-top-bar .top-bar-container {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.transparent-top-bar .tab-bar {
  background: transparent;
  position: absolute;
  width: 100%;
}

.top-bar button, .top-bar .button {
  top: auto;
  font-size: inherit;
  height: auto;
}
.top-bar button.yellow-background, .top-bar .button.yellow-background {
  background: yellow !important;
}

.inner-wrap .top-bar, .transparent-top-bar .top-bar {
  background: transparent;
}
.inner-wrap .top-bar .top-bar-section ul li, .transparent-top-bar .top-bar .top-bar-section ul li {
  background: transparent;
}
.inner-wrap .top-bar .top-bar-section ul li a, .transparent-top-bar .top-bar .top-bar-section ul li a {
  color: #fff;
  background: transparent;
}
.inner-wrap .top-bar .top-bar-section ul li:hover a, .inner-wrap .top-bar .top-bar-section ul li.active a, .transparent-top-bar .top-bar .top-bar-section ul li:hover a, .transparent-top-bar .top-bar .top-bar-section ul li.active a {
  background: transparent !important;
  color: yellow !important;
}
.inner-wrap .top-bar .top-bar-section ul li.has-dropdown a, .transparent-top-bar .top-bar .top-bar-section ul li.has-dropdown a {
  padding: 0 1rem !important;
}
.inner-wrap .top-bar .top-bar-section ul li.has-dropdown a:after, .transparent-top-bar .top-bar .top-bar-section ul li.has-dropdown a:after {
  display: none !important;
}
.inner-wrap .top-bar .top-bar-section ul li.has-dropdown:hover a, .transparent-top-bar .top-bar .top-bar-section ul li.has-dropdown:hover a {
  background: transparent !important;
}
.inner-wrap .top-bar .top-bar-section ul.dropdown, .transparent-top-bar .top-bar .top-bar-section ul.dropdown {
  background: white !important;
  padding: 0px;
  border-radius: 5px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2), 0 4px 6px -2px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2), 0 4px 6px -2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2), 0 4px 6px -2px rgba(0, 0, 0, 0.1) !important;
}
.inner-wrap .top-bar .top-bar-section ul.dropdown:before, .transparent-top-bar .top-bar .top-bar-section ul.dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  z-index: 89;
}
.inner-wrap .top-bar .top-bar-section ul.dropdown.pointing-left:before, .transparent-top-bar .top-bar .top-bar-section ul.dropdown.pointing-left:before {
  left: 20px;
}
.inner-wrap .top-bar .top-bar-section ul.dropdown.pointing-right:before, .transparent-top-bar .top-bar .top-bar-section ul.dropdown.pointing-right:before {
  right: 20px;
}
.inner-wrap .top-bar .top-bar-section ul.dropdown li, .transparent-top-bar .top-bar .top-bar-section ul.dropdown li {
  color: #646f8d !important;
  background: transparent !important;
  border-radius: 5px;
}
.inner-wrap .top-bar .top-bar-section ul.dropdown li a, .transparent-top-bar .top-bar .top-bar-section ul.dropdown li a {
  color: #646f8d !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.inner-wrap .top-bar .top-bar-section ul.dropdown li:hover, .inner-wrap .top-bar .top-bar-section ul.dropdown li.active, .transparent-top-bar .top-bar .top-bar-section ul.dropdown li:hover, .transparent-top-bar .top-bar .top-bar-section ul.dropdown li.active {
  background: #F7F7Fd !important;
}
.inner-wrap .top-bar .top-bar-section ul.dropdown li label, .transparent-top-bar .top-bar .top-bar-section ul.dropdown li label {
  background: none;
  padding: 10px;
  font-size: 1em;
}

/*==============================
=            Header            =
==============================*/
.header {
  overflow: hidden;
  border: 0;
  background: #032B56;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 0;
  color: white !important;
}
.header p, .header h1, .header h2, .header h3, .header h4, .header h5 {
  color: white;
}
@media only screen and (max-width: 53em) {
  .header.video-page {
    padding: 0px;
    background: white;
  }
  .header.video-page p, .header.video-page h1, .header.video-page h2, .header.video-page h3, .header.video-page h4, .header.video-page h5 {
    color: #333;
  }
}

.secondary-navbar {
  background: #fff;
  border-radius: 10px;
  padding: 0 4px 0 10px;
  border-bottom: 1px solid #ddd;
}

.search-bar {
  background: #70a3ff;
  border-radius: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  overflow: hidden;
}
.search-bar .searchbar-icon {
  position: absolute;
  right: 5px;
  top: 10px;
  padding-right: 3px;
}
.search-bar .searchbar-icon-left {
  position: absolute;
  left: 5px;
  top: 10px;
  padding-left: 3px;
}
.search-bar input {
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  padding: 0;
  box-shadow: inset 0 0 0px 0px #fff;
  height: 44px;
  background: transparent;
}
@media only screen and (max-width: 53em) {
  .search-bar input {
    height: 34px;
  }
}
.search-bar input:focus {
  background: #70a3ff;
}
.search-bar input.with-left-icon {
  margin-left: 40px;
}
.search-bar input::-moz-placeholder {
  color: white;
}
.search-bar input::placeholder {
  color: white;
}
.search-bar select {
  margin-bottom: 0px;
  padding: 0;
  border: none;
  height: 44px;
}

@media only screen and (max-width: 53em) {
  .frontpage-alert {
    margin-bottom: 5px;
  }
}

table.teaching-resources-table {
  width: 100%;
}

.custom-modal {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  box-shadow: -2px 3px 8px #C0C9E0;
  overflow: hidden;
}
.custom-modal .custom-modal-content {
  background: white;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 10px 20px 30px 20px;
  min-height: 500px;
  position: relative;
  font-family: "Open Sans", sans-serif !important;
}
.custom-modal .custom-modal-content .close-custom-modal {
  color: #777;
  position: absolute;
  top: 20px;
  right: 20px;
}
.custom-modal .custom-modal-content .close-custom-modal:hover {
  cursor: pointer;
  color: black;
}
.custom-modal .custom-modal-content h3#video-vocab-modal-header {
  font-size: 1.4em;
  font-family: "Open Sans", sans-serif !important;
  margin: 1.1em 0 1.5em 0;
}
.custom-modal .custom-modal-content h3#video-vocab-modal-header .word-count {
  font-size: 1.1em !important;
}

.feature-lock {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #646f8d;
}

.fake-table {
  width: 100%;
  margin: 20px 0 50px 0;
}
.fake-table .fake-line {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}
.fake-table .fake-line .fake-cell {
  background: #F2F2FA;
  height: 30px;
  float: left;
}
.fake-table .fake-line .fake-title-cell {
  float: left;
  color: #777;
  text-align: left;
}
.fake-table .fake-line .fake-cell-1, .fake-table .fake-line .fake-cell-2 {
  width: 24%;
  margin-right: 1%;
}
.fake-table .fake-line .fake-cell-3 {
  width: 50%;
}

.locked {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  text-align: center;
  color: red;
}

.cgu h1 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.cgu h5 {
  color: #022245;
}

.page-navigation {
  padding-bottom: 0;
  line-height: 0.8em;
  background: white;
}

.fixed {
  left: auto;
}

.pre-title {
  color: #6B9297;
}

.alert-box.fixed-alert {
  margin-bottom: 0;
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 99;
}

.page-header {
  font-size: 30px;
  padding-left: 30px;
  color: #2B2F3F;
}
@media only screen and (min-width:53em) and (max-width:64em) {
  .page-header {
    font-size: 20px;
  }
}

.header {
  font-family: "Open Sans", sans-serif;
}

.menu-item {
  padding: 5px 20px 5px 20px;
  margin-right: 5px;
  border-radius: 20px;
  background: white;
}
.menu-item:hover, .menu-item.active {
  cursor: pointer;
  background: #F2F2F2;
}

.cookies-disabled {
  padding: 10px;
  border: 1px solid red;
  color: red;
  background: #ffcccc;
}

.file-links {
  color: #777;
  font-size: 0.9em;
}
@media only screen and (max-width: 53em) {
  .file-links {
    font-size: 0.8em;
  }
}

.file-wrapper {
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: -2px 3px 8px #C0C9E0;
}

.file-wrapper:after {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
  font-size: 0;
}

.books-widget {
  background: #0080FF;
  padding: 10px;
  overflow: hidden;
  margin: 5px;
  border-radius: 3px;
  margin-top: 65px;
}
@media only screen and (max-width: 53em) {
  .books-widget {
    margin: 0;
    border-radius: 0;
  }
}
.books-widget .books-widget-description {
  color: white;
  margin: 15px 0 15px 0;
}

.books-header {
  margin-bottom: 20px;
}
@media only screen and (max-width: 53em) {
  .books-header {
    margin: 20px 0 20px;
  }
  .books-header p {
    font-size: 0.9em;
  }
}
.books-header.books-description {
  margin-top: 10px;
}
@media only screen and (max-width: 53em) {
  .books-header.books-description {
    text-align: center;
  }
}

.books-image {
  width: 70%;
}
@media only screen and (max-width: 53em) {
  .books-image {
    width: 50%;
  }
}

@media only screen and (max-width: 53em) {
  .book-items {
    padding-top: 20px;
  }
}
.book-items .book-item {
  background: white;
  overflow: hidden;
  box-shadow: -2px 3px 8px #C0C9E0;
}
.book-items .book-item .headline {
  margin-top: 10px;
}
@media only screen and (max-width: 53em) {
  .book-items .book-item .headline {
    margin-top: 30px;
  }
}
.book-items .book-item .comment p {
  color: #777;
}
@media only screen and (max-width: 53em) {
  .book-items .book-item .comment p {
    font-size: 0.9em;
  }
}

.latest-posts-footer {
  background: #0080FF;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
}
.latest-posts-footer h3 {
  color: white;
}
.latest-posts-footer a.button {
  margin-top: 10px;
}

.rounded-image {
  border-radius: 50%;
  background-color: white;
  height: 70px;
  width: 70px;
  line-height: 70px;
  margin: 0 auto 10px;
  border: 1px solid #B6EDFF;
}
.rounded-image img {
  width: 30px;
}

.banner {
  padding: 50px 0 50px 0;
  text-align: center;
  background: url("/assets/img/banner_light.jpg") no-repeat scroll 0% 0%;
  background-color: #222222;
  background-position: center top;
}
.banner h1 {
  font-size: 120px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 53em) {
  .banner {
    height: auto;
    background: #222222;
    background-width: 100%;
  }
}

.fb-like {
  min-height: 30px;
}

/*===============================
=       Side navigation         =
===============================*/
.side-nav.frontend li {
  border-radius: 5px !important;
}
.side-nav.frontend li .fa {
  display: none;
}
.side-nav.frontend li.active {
  background: #22cc77;
}
.side-nav.frontend li.active a {
  color: white !important;
}
.side-nav.frontend li.active .fa {
  display: block;
  float: right;
}

.side-content {
  background: #2B2F3F;
  color: white;
  min-height: 1500px;
  padding: 0;
}
.side-content .side-nav {
  padding: 20px;
}
.side-content .side-nav li a {
  color: #D8D9DC;
}
.side-content .side-nav li a:hover {
  color: white;
}

.admin-buttons {
  position: fixed;
  bottom: -170px;
  left: 0px;
  z-index: 100;
  background: #032B56;
  opacity: 0.9;
  color: white;
}
.admin-buttons.opened {
  bottom: 0px;
}
.admin-buttons h1, .admin-buttons h2, .admin-buttons h3, .admin-buttons h4, .admin-buttons h5 {
  color: white;
}
.admin-buttons .button {
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 0;
}
.admin-buttons a {
  color: white;
}

.side-bar {
  padding: 0;
}
@media only screen and (min-width:53em) {
  .side-bar .menu-title {
    color: #F3F3F3;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.side-bar .menu-title:hover {
  background: none;
}
.side-bar ul {
  margin: 0 !important;
}
.side-bar ul.video-lists {
  background: #F5F5F5;
}
.side-bar li {
  margin-bottom: 2px;
  padding: 10px 20px 10px 20px;
  margin-left: 0 !important;
  overflow: hidden;
}
.side-bar li.submenu:hover {
  background: none;
}
.side-bar li a {
  color: #8D9FB4 !important;
}
.side-bar li.active, .side-bar li:hover {
  background: #4d3493 !important;
}
.side-bar li.active a, .side-bar li:hover a {
  color: #fff !important;
}
.side-bar li.active table td, .side-bar li:hover table td {
  color: white;
}
.side-bar li table {
  background: none;
  border: none;
  margin: 0;
  width: 100%;
}
.side-bar li table td {
  margin: 0;
  padding: 0;
  color: #8D9FB4;
}
.side-bar.off-canvas-list {
  color: white;
}

.side-nav-header {
  background: #252937;
  padding: 20px;
  line-height: 40px;
}

/*===============================
=            Content            =
===============================*/
.slogan {
  font-size: 3em;
}
@media only screen and (max-width: 53em) {
  .slogan {
    font-size: 1.9em;
  }
}

.sub-nav {
  text-align: center;
  margin-top: 10px;
}
.sub-nav li {
  padding-bottom: 10px;
}

.iphone-message {
  display: none;
  margin-bottom: 0;
  margin-top: 0px;
}

.spinner {
  position: fixed;
  top: 30%;
  left: 50%;
  width: 200px;
  font-size: 4em;
  margin-left: -100px;
  display: none;
  z-index: 1000;
}

a.action {
  color: white;
  background: #0654a7;
}
a.action:hover {
  background: #043f7f;
}

a.source {
  color: #22cc77;
  text-transform: underline;
}
a.source:hover {
  color: white;
}

.video-count {
  color: #032B56;
}

.video-limit {
  position: absolute;
  bottom: 0px;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px;
  z-index: 2;
}
@media only screen and (min-width:53em) {
  .video-limit {
    padding: 20px 60px 20px 60px;
  }
}

.vignette {
  border-radius: 10px;
}
.vignette:hover a.title {
  color: #032B56;
}
.vignette .vignette-left {
  padding: 0;
  background: #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.vignette .vignette-left .image-wrap .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 10px;
}
.vignette .vignette-left .image-wrap .image img.thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: scale(1.01) translate(-50%, -50%);
  filter: saturate(1.3);
}
.vignette .vignette-left .image-wrap .image .shadow {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, transparent 20%);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, transparent 20%);
}
.vignette .vignette-left .image-wrap .image .duration {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #222;
  border-radius: 10px;
  padding: 2px 10px;
  font-size: 0.75em;
  color: white;
}
.vignette .vignette-left .image-wrap .image .duration.watched {
  color: #7aff01 !important;
}
.vignette .vignette-left .image-wrap .image .access {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #222;
  border-radius: 10px;
  padding: 2px 10px;
  font-size: 0.75em;
}
.vignette .vignette-left .image-wrap .image .access.allowed {
  background: #22cc77;
}

.category-thumbnail {
  background-size: cover;
  background-position: center;
  height: 350px;
  border-radius: 10px;
}
@media only screen and (max-width: 53em) {
  .category-thumbnail {
    height: 300px;
  }
}
.category-thumbnail .category-thumbnail-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9));
  padding: 40px 15px 10px 15px;
  border-radius: 0 0 10px 10px;
}

.thumbnail-icon {
  max-width: 130px;
}
@media only screen and (max-width: 53em) {
  .thumbnail-icon {
    max-width: 70px;
  }
}

.dark-background .vignette .fp-video-description a.title {
  color: white !important;
}

.word-count {
  background: #22cc77;
  color: #fff !important;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.08);
}

.empty-word-count {
  color: white !important;
  background: #526b83 !important;
}

.mobile-word-count:after {
  content: url("/assets/img/notebook.svg");
  position: absolute;
  top: 10px;
  left: -5px;
  z-index: 1;
  width: 20px;
}
.mobile-word-count .word-count, .mobile-word-count .empty-word-count {
  padding: 3px;
  z-index: 2;
}

.fp-video-description {
  position: relative;
  color: #A6A6A6;
  padding: 0px;
  height: 100px;
  font-size: 0.9em;
}
@media only screen and (max-width: 53em) {
  .fp-video-description {
    line-height: 1rem;
  }
  .fp-video-description.featured {
    padding-left: 0px;
  }
}
.fp-video-description .title {
  color: #fff !important;
}
.fp-video-description a.title {
  font-weight: bold;
  color: #fff;
}
.fp-video-description a.title:hover {
  color: #032B56;
}
.fp-video-description .details {
  width: 50%;
}
.fp-video-description .details a {
  color: #A6A6A6;
}

.vocab {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.7em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: white;
  padding: 3px;
}

.level-label {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 5px 0px 10px 0px;
  padding: 0px 10px;
  box-shadow: 0 -3px 15px -3px rgba(0, 0, 0, 0.2);
}

.level {
  padding: 0px 5px;
  font-size: 0.9em;
  border-radius: 5px;
  display: inline-block;
}
.level.level-1 {
  background: #def7ec;
  color: #03543f;
}
.level.level-2 {
  background: #e1effe;
  color: #1e429f;
}
.level.level-3 {
  background: #feecdc;
  color: #8a2c0d;
}

.stats {
  padding: 1px;
  font-size: 0.8em;
  display: inline-block;
  float: right;
}

@media only screen and (min-width:53em) {
  .right-content {
    padding-left: 230px;
  }
}

.subheader {
  background: #F5F5F5;
  line-height: 50px;
  color: #8FA2AC;
  border-top: 1px solid #D4DDE2;
  padding: 11px 11px 11px 30px;
  margin-top: 0;
}

.icon-bar .item {
  border-bottom: 5px solid white;
  margin-bottom: 0;
}
.icon-bar .item:hover, .icon-bar .item.active {
  border-bottom: 5px solid #032B56;
}

.tool-button-wrap {
  margin-right: 5px;
}
.tool-button-wrap .button {
  width: 100%;
}

.upper-content {
  margin-top: 30px;
  margin-bottom: 15px;
}
.upper-content h3 {
  color: #434343;
}

.testimonial {
  padding: 10px 20px;
  border-radius: 5px;
}

.nav-menu {
  background: #F2F2FA;
}

.topbar-sub-menu-wrapper {
  border-bottom: 1px solid #ddd;
}

.topbar-sub-menu-wrapper-mobile {
  padding-top: 20px;
  padding-bottom: 10px;
  background: #022245;
}

.topbar-sub-menu {
  padding-top: 3px;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.topbar-sub-menu ul {
  margin: 0;
}
.topbar-sub-menu ul li {
  margin-right: 10px;
  font-size: 0.9em;
  padding: 10px 20px 10px 20px;
  margin: 0;
  float: left;
  border-bottom: 3px solid transparent;
}
.topbar-sub-menu ul li a {
  color: #474747;
}
.topbar-sub-menu ul li.home {
  padding-left: 0;
}
.topbar-sub-menu ul li.active a, .topbar-sub-menu ul li:hover a {
  color: #032B56;
}

.content-wrap {
  background: #F1F1FA;
  padding-top: 0px;
  position: relative;
}
@media only screen and (max-width: 53em) {
  .content-wrap {
    padding: 0px !important;
    border: none !important;
  }
}

.scroll-up-button {
  position: fixed;
  display: none;
  bottom: 10px;
  left: 10px;
  z-index: 50;
  opacity: 0.8;
}

.tabs-wrapper {
  background: #ebebf7;
  margin-bottom: 50px;
}
.tabs-wrapper .tabs {
  z-index: 100;
}
.tabs-wrapper .tabs .fixed-tab {
  cursor: pointer;
  text-align: center;
  width: 33.33%;
  padding: 5px;
  color: #777;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.tabs-wrapper .tabs .fixed-tab .fa {
  font-size: 1.4em;
}
.tabs-wrapper .tabs .fixed-tab.active {
  background: #e0e0f3;
  border-bottom: 5px solid #22cc77;
  color: #3d424d;
}
.tabs-wrapper .tabs .fixed-tab.active:after {
  content: "\F0D7";
  font-family: FontAwesome;
  position: absolute;
  left: 48%;
  bottom: -23px;
  color: #22cc77;
  font-size: 1.4em;
}
.tabs-wrapper .tabs .fixed-tab:hover {
  color: #3d424d;
}
.tabs-wrapper .tabs .fixed-tab:hover.active {
  color: #3d424d;
}
.tabs-wrapper .tabs .fixed-tab .tab-title {
  font-size: 0.7em;
  text-align: center;
  width: 100%;
}

.team-avatar {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  line-height: 70px;
  text-align: center;
  color: white;
  font-size: 1.4em;
  display: inline-block;
}

.large-team-avatar {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  line-height: 100px;
  text-align: center;
  color: white;
  font-size: 1.6em;
  display: inline-block;
}

.small-team-avatar {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-block;
}

.tiny-team-avatar {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
}

.team-space-header {
  background: #2A2E37;
  margin-bottom: 20px;
}

.team-space-horizontal-tabs {
  margin: auto;
  width: 300px;
}
.team-space-horizontal-tabs .tab-title {
  border-bottom: 3px solid transparent;
  width: 150px;
}
.team-space-horizontal-tabs .tab-title a {
  background: none;
  color: white;
  font-size: 0.9em;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 53em) {
  .team-space-horizontal-tabs .tab-title a {
    font-size: 0.8em;
  }
}
.team-space-horizontal-tabs .tab-title:hover a {
  background: none;
}
.team-space-horizontal-tabs .tab-title.active, .team-space-horizontal-tabs .tab-title.active-tab {
  border-bottom: 3px solid #22cc77;
}
.team-space-horizontal-tabs .tab-title.active a, .team-space-horizontal-tabs .tab-title.active-tab a {
  background: none;
  color: #22cc77;
}
.team-space-horizontal-tabs.class {
  width: 450px;
}
@media only screen and (max-width: 53em) {
  .team-space-horizontal-tabs.class {
    width: 360px;
    font-size: 0.8em;
  }
  .team-space-horizontal-tabs.class .tab-title {
    width: 120px;
  }
}

.right-column .report-problem {
  color: #777;
}
@media only screen and (max-width: 53em) {
  .right-column {
    margin: 10px 0 10px;
  }
}

@media only screen and (min-width:53em) {
  .ilini-header-wrap {
    padding: 30px 0 30px 0;
  }
}
.ilini-header-wrap a {
  color: white;
}
.ilini-header-wrap .button {
  margin-top: 20px;
}

.home-message-wrapper {
  padding-top: 50px;
  position: relative;
}
.home-message-wrapper.language-1 {
  background: #032B56;
  background-position: center bottom;
  background-size: cover;
}
.home-message-wrapper.language-2 {
  background: #032B56;
}
.home-message-wrapper.language-2 .color-layer {
  display: none;
}
.home-message-wrapper.teachers {
  background: #032B56 url("/assets/img/teacher-and-group.jpg") center center;
  background-size: cover;
}
@media only screen and (min-width:53em) {
  .home-message-wrapper {
    background-size: 100%;
  }
}
@media only screen and (max-width: 53em) {
  .home-message-wrapper {
    padding-top: 40px;
  }
}
.home-message-wrapper .color-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
}

.frontpage-count-wrapper {
  overflow: hidden;
  height: 100%;
}
.frontpage-count-wrapper h4 a {
  color: white;
}
.frontpage-count-wrapper a.download {
  color: #22cc77;
}

.more-videos {
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 20px;
  color: #646f8d;
  background: #F2F2FA;
}
.more-videos:hover {
  background: #646f8d;
  color: white;
}

@media only screen and (max-width: 53em) {
  #reporting {
    display: inline-block;
    margin-right: 0px;
    padding: 0px 30px;
    background: #F2F2FA;
    border-radius: 30px;
    width: 100%;
  }
}

.browsing-button {
  color: #526B83;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 0.9em;
  padding-right: 20px;
  margin-right: 20px;
}
.browsing-button.search-button {
  font-size: 1em;
  padding-right: 10px;
}
.browsing-button.last-item {
  padding-right: 0px;
  margin-right: 0px;
}

#topics-dropdown, #levels-dropdown {
  text-align: left;
}

.store-vignette {
  border: 1px dashed #F2591E;
  border-radius: 5px;
  margin-top: 30px;
  color: #646f8d;
}

.frontpage-count {
  color: #555;
  border-top: 1px solid #032B56;
  border-bottom: 1px solid #032B56;
  position: relative;
  background: #D4E7FF;
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 100%;
  min-height: 200px;
}
.frontpage-count .count {
  font-size: 3em;
}

.full-height {
  height: 100%;
}

.category-header {
  font-family: "Lato", sans-serif !important;
  font-size: 1.6em;
  font-weight: 900;
  color: #333;
  display: inline-block;
}

.frontpage-category {
  background: #F2F2FA;
  position: relative;
}
@media only screen and (max-width: 53em) {
  .frontpage-category h2 {
    font-size: 1.3em;
  }
}
.frontpage-category .video-count {
  position: absolute;
  right: 20px;
  top: 30px;
}
.frontpage-category .list-level {
  position: absolute;
  left: 20px;
  top: 30px;
}

.partners-widget {
  margin-top: 10px;
  background: #E1E1F2;
  padding: 10px;
  border-radius: 5px;
}

.discuss {
  background: #fff;
  min-height: 400px;
  margin-bottom: 20px;
}

.basic-content {
  overflow: hidden;
}

.rounded-top-content {
  background: #F2F2FA;
}
@media only screen and (max-width: 53em) {
  .rounded-top-content {
    border-radius: 10px 10px 0 0;
    padding: 10px;
  }
}
@media only screen and (min-width:53em) and (max-width:64em) {
  .rounded-top-content {
    border-radius: 30px 30px 0 0;
    padding: 20px;
  }
}
@media only screen and (min-width:64.0625em) {
  .rounded-top-content {
    border-radius: 70px 70px 0 0;
    padding: 20px;
  }
}

.basic-content, .video-content {
  padding: 20px 0px 0px 0px;
  background: #F2F2FA;
}
@media only screen and (max-width: 53em) {
  .basic-content, .video-content {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.blue-sky {
  background: #032B56;
}

@media only screen and (max-width: 53em) {
  .mobile-video-ui.columns {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: fixed;
    top: 50px;
    left: 0px;
    right: 0px;
    z-index: 100;
  }
}

.video-content {
  background: #fff;
  border-top: 1px solid #ddd;
  overflow: hidden;
}

.video-item {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  background: white;
}
.video-item h1, .video-item h2, .video-item h3, .video-item h4, .video-item h5, .video-item a {
  color: #00669D;
}
.video-item h1:hover, .video-item h2:hover, .video-item h3:hover, .video-item h4:hover, .video-item h5:hover, .video-item a:hover {
  text-decoration: underline;
}
.video-item .label a {
  color: white;
}
.video-item img {
  width: 100%;
}
.video-item img:hover {
  opacity: 0.8;
}
.video-item .button img {
  width: 90%;
  max-width: 20px;
}

.new-video-icon {
  position: absolute;
  top: -13px;
  left: -43px;
  background: #FFC50B;
  color: #fff;
  z-index: 1;
  font-size: 0.9em;
  padding: 0px 10px;
  border: 2px solid #FFC50B;
  width: 110px;
  height: 54px;
  font-weight: 900;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.08);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transform: rotate(-45deg);
  padding-top: 25px;
  text-align: center;
}

.how-it-works-wrapper {
  position: relative;
  min-height: 30px;
}

.features {
  background: #27435E;
  padding: 20px;
}
.features h1, .features h2, .features h3, .features h4, .features h5 {
  font-family: "Rubik", sans-serif !important;
}
.features.features-hero {
  background: #0C95E1;
}
@media only screen and (min-width:53em) {
  .features.features-hero p {
    font-size: 1.4em;
  }
}

.feature h5 {
  margin-top: 10px;
}

.feature-description {
  font-size: 0.9em;
  line-height: 1.8em;
  margin-bottom: 10px;
}

.feature-thumbnail {
  border-radius: 10px;
  padding: 20px 10px;
}
@media only screen and (max-width: 53em) {
  .feature-thumbnail {
    font-size: 0.9em;
  }
}
.feature-thumbnail .feature-thumbnail-text {
  min-height: 95px;
}
.feature-thumbnail .feature-thumbnail-text.long-text {
  min-height: 160px;
}

.testimonials {
  padding: 20px;
}

.medal {
  height: 84px;
  width: 84px;
  border-radius: 42px;
  background: #F6B556;
  padding-top: 11px;
  color: white;
  font-weight: 900;
  border: 4px solid #FDCD43;
  font-size: 0.7em;
}

.featured-media img {
  margin: 10px 20px;
}

.index-panel {
  margin-bottom: 0px;
  overflow: hidden;
}
.index-panel h3 {
  color: #032B56;
  font-size: 1.1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.index-panel .latest, .index-panel .learning, .index-panel .learned, .index-panel .all {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: -2px 3px 8px #C0C9E0;
}
.index-panel .latest .panel-header, .index-panel .learning .panel-header, .index-panel .learned .panel-header, .index-panel .all .panel-header {
  border-radius: 5px 5px 0 0;
  margin-top: 0;
  padding: 5px;
  color: white;
  text-align: center;
  margin-bottom: 0;
  border-bottom: none;
}
.index-panel .latest .count, .index-panel .learning .count, .index-panel .learned .count, .index-panel .all .count {
  width: 100%;
  color: white;
  font-size: 2em;
  text-align: center;
  line-height: 3em;
}
.index-panel .latest:hover, .index-panel .learning:hover, .index-panel .learned:hover, .index-panel .all:hover {
  box-shadow: -2px 3px 8px #888;
  cursor: pointer;
}
.index-panel .latest {
  background: #44e092;
}
.index-panel .latest .panel-header {
  background: #22cc77;
}
.index-panel .learning {
  background: #0654a7;
}
.index-panel .learning .panel-header {
  background: #032B56;
}
.index-panel .learned {
  background: #44e092;
}
.index-panel .learned .panel-header {
  background: #22cc77;
}

.account-form, .account-form-header, .account-form-body {
  background: white;
}
.account-form h1, .account-form-header h1, .account-form-body h1 {
  color: #333;
  font-size: 1.8em;
}
.account-form label, .account-form-header label, .account-form-body label {
  color: #333;
}
.account-form input[type=name], .account-form input[type=email], .account-form input[type=text], .account-form input[type=password], .account-form select, .account-form-header input[type=name], .account-form-header input[type=email], .account-form-header input[type=text], .account-form-header input[type=password], .account-form-header select, .account-form-body input[type=name], .account-form-body input[type=email], .account-form-body input[type=text], .account-form-body input[type=password], .account-form-body select {
  border-radius: 5px;
}

.account-form {
  margin-top: 30px;
  margin-bottom: 70px;
  border-radius: 5px;
  padding: 20px;
  overflow: hidden;
}

.account-form-header {
  margin-top: 30px;
  border-radius: 5px 5px 0 0;
  padding: 20px;
}

.account-form-body {
  background: white;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  overflow: hidden;
}
.account-form-body.pick-plan {
  background: #F2F2FA;
  border-radius: 0 !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

fieldset {
  background: white;
  border-radius: 5px;
}

a.save-video, a:focus.save-video {
  color: #222;
}
a.save-video.saved, a.save-video:hover, a:focus.save-video.saved, a:focus.save-video:hover {
  color: #14869D;
  cursor: pointer;
}

.bottom-fixed-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #333333;
  color: white;
  z-index: 100;
}
.bottom-fixed-menu h4 {
  color: white;
}

.fixed-background {
  background: url("/assets/img/banner.jpg");
  background-size: 1500px;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-color: #2C688D;
  min-height: 600px;
}
@media only screen and (min-width:120.0625em) {
  .fixed-background {
    background-size: 2300px;
    background-position: center center;
  }
}
.fixed-background h1, .fixed-background h2, .fixed-background h3 {
  color: white !important;
}

.notes {
  width: 300px;
  margin-top: 20px;
  margin-right: 20px;
  background: white;
  overflow-y: scroll;
}
@media only screen and (max-width: 53em) {
  .notes {
    width: 100%;
  }
}

.left-container {
  padding-right: 320px;
  width: 100%;
}

.assignment-button {
  background: #ffcf03;
  color: #073590;
}
.assignment-button:hover, .assignment-button:focus {
  background: #cea700;
  color: #073590;
}

.teacher-banner {
  background-size: cover;
  position: relative;
  line-height: 1rem;
}
@media only screen and (min-width:53em) {
  .teacher-banner {
    margin: 0 0.9375rem;
    border-radius: 10px;
  }
}
.teacher-banner .teacher-banner-color-layer {
  background: rgba(4, 77, 210, 0.78);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.category-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
  min-height: 16em;
  line-height: 1.5rem;
  padding: 40px 60px 40px 40px;
}
@media only screen and (max-width: 53em) {
  .category-banner .category-header {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 53em) {
  .category-banner {
    padding: 20px;
    min-height: 8em;
  }
}
.category-banner .category-banner-color-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 53em) {
  .no-carousel .category-banner .category-header {
    font-size: 1.1em;
  }
}
@media only screen and (min-width:53em) and (max-width:64em) {
  .no-carousel .category-banner .category-header {
    font-size: 1.3em;
  }
}
@media only screen and (min-width:53em) and (max-width:64em) {
  .no-carousel .category-banner {
    padding: 20px;
    min-height: 12em;
  }
  .no-carousel .category-banner .columns:nth-of-type(odd) {
    padding-right: 0.45rem;
  }
  .no-carousel .category-banner .columns:nth-of-type(even) {
    padding-left: 0.45rem;
  }
}
@media only screen and (max-width: 53em) {
  .no-carousel .category-banner {
    padding: 18px;
    min-height: 8em;
  }
  .no-carousel .category-banner .columns:nth-of-type(odd) {
    padding-right: 0.45rem;
  }
  .no-carousel .category-banner .columns:nth-of-type(even) {
    padding-left: 0.45rem;
  }
}
@media only screen and (min-width:53em) and (max-width:64em) {
  .no-carousel .columns:nth-of-type(odd) {
    padding-right: 0.45rem;
  }
  .no-carousel .columns:nth-of-type(even) {
    padding-left: 0.45rem;
  }
}
@media only screen and (max-width: 53em) {
  .no-carousel .columns:nth-of-type(odd) {
    padding-right: 0.45rem;
  }
  .no-carousel .columns:nth-of-type(even) {
    padding-left: 0.45rem;
  }
}

.exam-banner {
  background-color: #192dff;
  background-image: url("/svg/Bermuda-Diamond.svg");
}

.level-banner.level1 {
  background: #def7ec;
  color: #03543f;
}
.level-banner.level1 .category-header {
  color: #03543f;
}
.level-banner.level2 {
  background: #e1effe;
  color: #1e429f;
}
.level-banner.level2 .category-header {
  color: #1e429f;
}
.level-banner.level3 {
  background: #feecdc;
  color: #8a2c0d;
}
.level-banner.level3 .category-header {
  color: #8a2c0d;
}

.locked-video {
  background: rgba(4, 77, 210, 0.78);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}

/*==============================
=      Search         =
==============================*/
.word-details {
  margin-bottom: 20px;
  overflow: hidden;
}
.word-details .watched-on {
  color: #888;
}
.word-details .target-cell {
  font-size: 0.9em;
}

/*==============================
=           Social            =
==============================*/
.social-media-footer {
  background: #333;
  padding-top: 30px;
  padding-bottom: 40px;
}
.social-media-footer h1, .social-media-footer h2, .social-media-footer h3 {
  color: white;
}
.social-media-footer .block {
  margin-bottom: 20px;
}

.social-button {
  padding: 3px 5px;
  margin-top: 10px;
  border-radius: 5px;
  width: 50px;
  text-align: center;
  display: inline-block;
  font-size: 1em;
}
.social-button a {
  color: white;
}
.social-button a:hover {
  color: white;
}
.social-button.facebook {
  background: #4C67A1;
}
.social-button.twitter {
  background: #55ACEE;
}

.button.reverse {
  border: 1px solid #0080FF;
  background: white;
  color: #0080FF;
}
.button.reverse:hover {
  background: #F2F2FA;
}

/*==============================
=            Footer            =
==============================*/
.footer {
  background: #012347;
  color: white;
  padding-top: 50px !important;
  padding-bottom: 100px !important;
  font-family: "Open Sans", sans-serif !important;
}
.footer p, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5 {
  color: white;
}
.footer .site-name a {
  color: #22cc77 !important;
}
.footer ul, .footer li {
  margin: 0;
  list-style-type: none;
  list-style: none;
  padding-left: 0;
}
.footer a {
  color: white;
}
.footer a:hover {
  color: #22cc77;
}
.footer .credits {
  margin-top: 40px;
  color: #F1F1FA;
  font-size: 0.8em;
}
.footer .credits a {
  color: #22cc77;
}

.subfooter {
  background: #1d1e3a;
  padding: 5px 0 5px 0;
}
.subfooter a {
  color: #F1F1F1;
}

.small-font {
  font-size: 0.8em !important;
}

@media only screen and (max-width: 53em) {
  .small-font-on-small {
    font-size: 0.8em !important;
  }
}

.tiny-font {
  font-size: 0.6em !important;
}

.large-font {
  font-size: 1.4em;
}

.button.word-color {
  background-color: #22cc77;
}
.button.word-color:hover {
  background-color: #1ba35f !important;
}

.button.ilini-color {
  background-color: #032B56;
}
.button.ilini-color:hover {
  background-color: #022245 !important;
}

.label.ilini-color {
  background-color: #032B56;
}

/*==============================
=  Language Choice Page        =
==============================*/
.img-background {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  /* Specific to this particular image */
  .img-background {
    left: 50%;
    margin-left: -512px;
    /* 50% */
  }
}
#questions {
  background: #F1F1FA;
}
#questions .quiz-score {
  padding: 35px 20px 50px 20px;
  border-radius: 5px;
}
#questions .question {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}
#questions .quiz-track .bubble {
  margin-top: 7px;
  padding: 5px 10px 5px 10px;
  width: 100%;
  background: #22cc77;
  color: white;
  border-radius: 5px;
  position: relative;
}
#questions .quiz-track .bubble .fa-caret-up {
  position: absolute;
  top: -13px;
  font-size: 20px;
  color: #22cc77;
  left: 10px;
}

/**
 * Line mockups
 */
.line-mockup-short, .line-mockup-long {
  background: #8B96B5;
  height: 17px;
  display: inline-block;
  border-radius: 2px;
}

.line-mockup-long {
  width: 70%;
}

.line-mockup-short {
  width: 50%;
}

/**
 * Fake browser window
 */
.fake-browser-ui {
  padding: 20px 0 0;
  border-radius: 3px;
  border-bottom: 2px solid #ccc;
  background: #ddd;
  display: inline-block;
  position: relative;
  line-height: 0;
  border: 1px solid #ddd;
}
.fake-browser-ui .frame {
  display: block;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 1px;
}
.fake-browser-ui span {
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background-color: #eee;
  border: 1px solid #dadada;
  float: left;
  margin: 0 0 0 4px;
}

/**
 * Carousel
 */
.slick-track {
  margin-left: 0px !important;
}

.slick-list {
  padding-top: 10px !important;
}
@media only screen and (max-width: 53em) {
  .slick-list {
    padding: 0 0.6375rem !important;
  }
}

.slick-slide {
  padding: 0px 0.9375rem 0px 0.9375rem;
}
@media only screen and (max-width: 53em) {
  .slick-slide {
    padding: 0px 0.3rem 0px 0.3rem;
  }
}

.slick-prev,
.slick-next {
  z-index: 100;
  padding-bottom: 110px !important;
}
.slick-prev:before,
.slick-next:before {
  color: #8B96B5 !important;
  font-family: "FontAwesome" !important;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}

.slick-prev:before {
  content: "\F053" !important;
}

.slick-next:before {
  content: "\F054" !important;
}

/**
 * Pricing Page
 */
@media only screen and (max-width: 53em) {
  .pricing-header h1 {
    font-size: 1.7em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

/**
 * Social login
 */
.or-separator {
  text-align: center;
  border-top: 1px solid #ccc;
}

.or-separator span {
  padding: 0 10px;
  background: #fff;
  position: relative;
  top: -11px;
  z-index: 1;
}

.social-connect {
  width: 100%;
  border-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 20px;
  outline: white none 0px;
  transition: all 0.2s cubic-bezier(0.72, 0.01, 0.56, 1) 0s;
  transition: all 0.3s ease;
  font-size: 0.9em;
}

#google-connect {
  border: 1px solid #dc4a3d;
  background: #dc4a3d;
  color: #FFF;
}

#google-connect:hover {
  color: #dc4a3d;
  background: #fff;
  transition: all 0.3s ease-out;
}

#facebook-connect {
  border: 1px solid #3c5a9a;
  color: #fff;
  background: #3c5a9a;
}

#facebook-connect:hover {
  background: #fff;
  transition: all 0.3s ease-out;
  color: #3c5a9a;
}

/**
 * Affiliate Panel
 */
.terms-content {
  font-size: 0.9em;
  font-family: Arial;
}

.terms-content p {
  color: #646f8d;
}

.terms-content h3 {
  font-size: 1.3em;
  margin-bottom: 20px;
  color: #333;
  font-weight: 900;
}

/**
 * My Videos
 */
table.my-videos td {
  vertical-align: top;
}

/**
 * Animated arrows
 */
.wrapper {
  position: absolute;
  display: inline-block;
}
.wrapper #cta {
  width: 100%;
  cursor: pointer;
  position: absolute;
}
.wrapper #cta .arrow {
  left: 30%;
}
.wrapper .arrow {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 16px;
  height: 16px;
  background-size: contain;
  top: 0px;
}
.wrapper .segunda {
  margin-left: 10px;
}
.wrapper .next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
.wrapper .bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.wrapper .arrow.primera.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.wrapper .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.wrapper .arrow.primera {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/**
 * Fade in
 */
.fadein {
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 4s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
/* Internet Explorer */
/* Opera < 12.1 */
/**
 * Move up and down
 */
.updown {
  animation: updown 2s infinite alternate;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(120px);
  }
}
.downup {
  animation: downup 1s infinite alternate;
}
@keyframes downup {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/**
 * Speech Bubble
 */
.bubble.left {
  float: right !important;
  padding: 10px 20px;
  color: #fff;
  background-color: #A07AC3;
  border-radius: 15px;
  box-sizing: border-box;
  display: none !important;
}
.bubble.left i {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  width: 12px;
  height: 24px;
  overflow: hidden;
}
.bubble.left i::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #A07AC3;
}
.bubble.bottom {
  padding: 10px 20px;
  color: #fff;
  background-color: #A07AC3;
  border-radius: 15px;
  box-sizing: border-box;
}
.bubble.bottom i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 15px;
  overflow: hidden;
}
.bubble.bottom i::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #A07AC3;
}

@media only screen and (min-width:53em) {
  .post-gate {
    border-radius: 10px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
  }
}

.full-screen-menu {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: radial-gradient(#006ad3, #022c56);
  z-index: 300;
}

.option-selection {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #F2F2FA;
  padding: 20px 15px;
  border-radius: 10px;
  position: relative;
}
.option-selection .check-mark {
  position: absolute;
  top: 10px;
  right: 10px;
  color: lightgrey;
}
.option-selection:hover {
  background: #F2F2FA;
}
.option-selection.selected {
  background: #F2F2FA;
  border: 2px solid #0080FA;
}
.option-selection.selected .check-mark {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #0080FA;
}

.printouts-grid {
  display: grid;
}
@media only screen and (min-width:53em) {
  .printouts-grid {
    grid-template-columns: 31% 31% 31%;
    grid-gap: 3%;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 53em) {
  .printouts-grid {
    grid-template-columns: 100%;
    grid-gap: 20px;
    margin-bottom: 600px;
  }
}

/*
 * JWPlayer styles
 */
.jw-title {
  display: none;
  height: 100% !important;
}

.jw-title-primary, .jw-title-secondary {
  padding: 30px !important;
}
@media only screen and (max-width: 53em) {
  .jw-title-primary, .jw-title-secondary {
    padding: 10px 10px 0 10px !important;
  }
}

.jw-title-primary {
  display: none;
}

.jw-title-secondary {
  font-family: "Open Sans", sans-serif !important;
  color: #fff;
  white-space: normal !important;
  overflow-x: visible !important;
  padding-bottom: 30px !important;
  font-size: 0.9em !important;
}
.jw-title-secondary h1 {
  font-size: 1.9em;
}
@media only screen and (min-width:53em) {
  .jw-title-secondary h1 .fa {
    display: none;
  }
}
@media only screen and (max-width: 53em) {
  .jw-title-secondary {
    font-size: 0.8em !important;
  }
  .jw-title-secondary h1 {
    font-size: 1.7em;
  }
  .jw-title-secondary li, .jw-title-secondary li a {
    font-size: 0.8em !important;
  }
}
.jw-title-secondary ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.jw-title-secondary li, .jw-title-secondary li a {
  padding-left: 0px !important;
}
.jw-title-secondary li .counter, .jw-title-secondary li a .counter {
  height: 18px;
  width: 18px;
  border-radius: 9px;
  font-size: 11px;
  text-align: center;
  background: #22cc77;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-weight: 900;
}
.jw-title-secondary li .counter.counter-download, .jw-title-secondary li a .counter.counter-download {
  background: #646f8d;
}
.jw-title-secondary .guide-title, .jw-title-secondary .guide-steps {
  /*background: rgba(0,0,0,0.8);
  color: white;
  padding: 5px 10px 5px 30px;
  border-radius: 0 5px 5px 0;
  display: inline-block;*/
}

.jw-logo {
  width: 60px;
}

.jwplayer:hover .jw-display-icon-container.jw-background-color {
  background: white !important;
  opacity: 1;
}
.jwplayer:hover .jw-display-icon-container.jw-background-color .jw-icon {
  color: #032B56 !important;
}
.jwplayer .jw-display-icon-container.jw-background-color {
  background: white;
  opacity: 0.7;
}
.jwplayer .jw-display-icon-container.jw-background-color .jw-icon {
  color: #032B56 !important;
}

@media only screen and (max-width: 53em) {
  .video-wrap:not(.embedded) .jw-display-icon-container {
    display: none !important;
  }
}

.video-wrap.embedded .jw-title-primary, .video-wrap.embedded .jw-title-secondary {
  padding: 20px !important;
}

/*
 * Transcript styles
 */
.transcript {
  font-family: "Open Sans", sans-serif !important;
}
.transcript .video-transcripts-wrapper {
  clear: both;
  line-height: 120%;
  background: white;
}
.transcript .video-transcripts-wrapper h4 {
  color: white;
}
.transcript .video-transcripts-wrapper .track {
  min-height: 40px;
  position: relative;
}
.transcript .video-transcripts-wrapper .track .play-pause-button {
  display: none;
}
.transcript .video-transcripts-wrapper .track .previous-track, .transcript .video-transcripts-wrapper .track .next-track {
  display: none;
}
.transcript .video-transcripts-wrapper .track-content {
  color: white;
}
.transcript.subtitles {
  color: white;
  font-size: 1em;
}
.transcript.subtitles.embed {
  border-radius: 0px;
  max-height: 90px;
  overflow-y: auto;
}
.transcript.subtitles .subs-instructions {
  margin-top: 15px;
  font-size: 2em;
  color: #032B56;
}
.transcript .track {
  float: left;
  width: 100%;
  font-size: 1em;
}
.transcript .track .columns {
  position: relative;
}
.transcript .track .columns .play-pause-button {
  color: #ddd;
  font-size: 2.5em;
  width: 40px;
  float: left;
  height: 100%;
}
.transcript .track .columns .play-pause-button:hover {
  cursor: pointer;
  color: black;
}
.transcript .track .columns .play-pause-button .play-button, .transcript .track .columns .play-pause-button .pause-button {
  display: none;
}
.transcript .track .columns .play-pause-button.show-play .play-button {
  display: inline;
}
.transcript .track .columns .play-pause-button.show-play .pause-button {
  display: none;
}
.transcript .track .columns .play-pause-button.show-pause .pause-button {
  display: inline;
}
.transcript .track .columns .play-pause-button.show-pause .play-button {
  display: none;
}
.transcript .track-content {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.transcript .track-content .track-spinner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  padding-top: 5px;
}
.transcript .track-paused {
  background: #d0f7e4;
}
.transcript .track-active, .transcript .track-active:hover {
  background: #d0f7e4;
}
.transcript .track-active .play-button, .transcript .track-active .pause-button, .transcript .track-active:hover .play-button, .transcript .track-active:hover .pause-button {
  color: #0080FF !important;
}
.transcript .track-current-hover {
  background: white;
}
.transcript .glossary-word, .transcript .random-word {
  padding: 0 2px 0 2px;
  cursor: pointer;
}
.transcript .original-track .glossary-word.saved {
  text-decoration: underline;
  color: #00ff80;
}
.transcript .original-track .glossary-word-hover, .transcript .original-track .random-word-hover {
  color: #00ff80;
}
.transcript .target-track {
  color: grey;
  padding-left: 2px;
  font-size: 1em;
  margin-top: 5px;
}
.transcript .target-track .glossary-word-hover {
  border-bottom: 1px solid #ccc;
}
.transcript .audio-play:hover {
  cursor: pointer;
}
.subtitles-choice {
  display: inline-block;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  position: relative;
}
.subtitles-choice a {
  color: white;
  text-decoration: underline;
}
.subtitles-choice .language-line {
  padding: 5px;
  position: relative;
  width: 100%;
}
.subtitles-choice .language-line .subs-locked {
  font-size: 1em;
  position: absolute;
  right: 17px;
  top: 8px;
}
.subtitles-choice img {
  border-radius: 3px;
}
.subtitles-choice label {
  margin: 0px !important;
  display: inline;
  color: #fff;
  text-transform: uppercase;
}

.video-vocab {
  font-family: "Open sans", sans-serif !important;
  background: white;
  padding: 0px;
  border-radius: 0 0 5px 5px;
}
.video-vocab .video-vocab-header {
  padding: 10px 15px 10px 15px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #E1E1F2;
}
.video-vocab .video-vocab-header a {
  color: #333;
  font-weight: strong;
}
.video-vocab .word-count, .video-vocab .empty-word-count {
  font-size: 1.1em;
  position: absolute;
  right: 10px;
}
.video-vocab:hover {
  cursor: pointer;
  color: #032B56;
}
.video-vocab:hover .sidelist-word {
  border-color: #032B56 !important;
}
.video-vocab .shortlist {
  padding: 15px;
  min-height: 150px;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
@media only screen and (min-width:53em) and (max-width:64em) {
  .video-vocab .shortlist {
    padding: 5px;
  }
}

.sidelist-word {
  color: #043f7f;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  background: #F2F2FA;
}
.sidelist-word.more-words {
  background: #032B56;
  color: white;
}

.vocab-screenshot {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  max-width: 600px;
  background: white;
  display: inline-block;
  z-index: 200;
}
.vocab-screenshot img {
  width: 100%;
}

.empty-vocabulary {
  background: white;
  color: #637282;
  border-radius: 5px;
  padding: 20px 30px 30px 30px;
  overflow: hidden;
}
@media only screen and (max-width: 53em) {
  .empty-vocabulary {
    border-radius: 0;
  }
}
@media only screen and (min-width:53em) and (max-width:64em) {
  .empty-vocabulary {
    padding: 10px 20px 10px 20px;
  }
}

.vocabulary-table, .exercise-item {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0 !important;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.vocabulary-table .table-header, .exercise-item .table-header {
  padding: 5px;
}
.vocabulary-table thead, .vocabulary-table .table-header, .exercise-item thead, .exercise-item .table-header {
  background: none;
  color: #1DA1F2;
}
.vocabulary-table thead tr, .vocabulary-table .table-header tr, .exercise-item thead tr, .exercise-item .table-header tr {
  border-top: none !important;
}
.vocabulary-table thead th, .vocabulary-table .table-header th, .exercise-item thead th, .exercise-item .table-header th {
  padding: 5px;
  color: #1DA1F2;
}
.vocabulary-table tr, .exercise-item tr {
  padding: 3px;
  vertical-align: top;
}
.vocabulary-table tr:nth-of-type(even), .exercise-item tr:nth-of-type(even) {
  background: transparent !important;
}
.vocabulary-table tr td, .exercise-item tr td {
  padding: 10px;
  background: transparent;
}
.vocabulary-table tr td.vocab-word, .exercise-item tr td.vocab-word {
  font-size: 1.2em;
  font-weight: strong;
}
.vocabulary-table .vocab-entry-type, .exercise-item .vocab-entry-type {
  color: #777;
}
.vocabulary-table .original-cell, .exercise-item .original-cell {
  font-size: 1.2em;
  color: #032B56;
}
.vocabulary-table .target .head-group, .exercise-item .target .head-group {
  margin-bottom: 10px;
}
.vocabulary-table .target .head, .exercise-item .target .head {
  color: black;
}
.vocabulary-table .target .root, .exercise-item .target .root {
  font-weight: 900;
  font-size: 1em;
}
.vocabulary-table .target .type, .exercise-item .target .type {
  color: red;
  white-space: nowrap;
}
.vocabulary-table .target .type:after, .exercise-item .target .type:after {
  content: " \F0DA";
  font-family: FontAwesome;
}
.vocabulary-table .target.test-mode .root, .exercise-item .target.test-mode .root {
  display: none;
}
.vocabulary-table .target.test-mode .type:before, .exercise-item .target.test-mode .type:before {
  content: " ";
  display: block;
}
.vocabulary-table .remove-word, .exercise-item .remove-word {
  color: #777;
}
.vocabulary-table .remove-word:hover, .exercise-item .remove-word:hover {
  cursor: pointer;
  color: #333;
}

.highlight-1 .js-original-1, .highlight-1 [class*=js-original-1-], [class*=highlight-1-] .js-original-1, [class*=highlight-1-] [class*=js-original-1-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-2 .js-original-2, .highlight-2 [class*=js-original-2-], [class*=highlight-2-] .js-original-2, [class*=highlight-2-] [class*=js-original-2-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-3 .js-original-3, .highlight-3 [class*=js-original-3-], [class*=highlight-3-] .js-original-3, [class*=highlight-3-] [class*=js-original-3-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-4 .js-original-4, .highlight-4 [class*=js-original-4-], [class*=highlight-4-] .js-original-4, [class*=highlight-4-] [class*=js-original-4-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-5 .js-original-5, .highlight-5 [class*=js-original-5-], [class*=highlight-5-] .js-original-5, [class*=highlight-5-] [class*=js-original-5-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-6 .js-original-6, .highlight-6 [class*=js-original-6-], [class*=highlight-6-] .js-original-6, [class*=highlight-6-] [class*=js-original-6-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-7 .js-original-7, .highlight-7 [class*=js-original-7-], [class*=highlight-7-] .js-original-7, [class*=highlight-7-] [class*=js-original-7-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-8 .js-original-8, .highlight-8 [class*=js-original-8-], [class*=highlight-8-] .js-original-8, [class*=highlight-8-] [class*=js-original-8-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-9 .js-original-9, .highlight-9 [class*=js-original-9-], [class*=highlight-9-] .js-original-9, [class*=highlight-9-] [class*=js-original-9-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-10 .js-original-10, .highlight-10 [class*=js-original-10-], [class*=highlight-10-] .js-original-10, [class*=highlight-10-] [class*=js-original-10-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-11 .js-original-11, .highlight-11 [class*=js-original-11-], [class*=highlight-11-] .js-original-11, [class*=highlight-11-] [class*=js-original-11-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-12 .js-original-12, .highlight-12 [class*=js-original-12-], [class*=highlight-12-] .js-original-12, [class*=highlight-12-] [class*=js-original-12-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-13 .js-original-13, .highlight-13 [class*=js-original-13-], [class*=highlight-13-] .js-original-13, [class*=highlight-13-] [class*=js-original-13-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-14 .js-original-14, .highlight-14 [class*=js-original-14-], [class*=highlight-14-] .js-original-14, [class*=highlight-14-] [class*=js-original-14-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-15 .js-original-15, .highlight-15 [class*=js-original-15-], [class*=highlight-15-] .js-original-15, [class*=highlight-15-] [class*=js-original-15-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-16 .js-original-16, .highlight-16 [class*=js-original-16-], [class*=highlight-16-] .js-original-16, [class*=highlight-16-] [class*=js-original-16-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-17 .js-original-17, .highlight-17 [class*=js-original-17-], [class*=highlight-17-] .js-original-17, [class*=highlight-17-] [class*=js-original-17-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-18 .js-original-18, .highlight-18 [class*=js-original-18-], [class*=highlight-18-] .js-original-18, [class*=highlight-18-] [class*=js-original-18-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-19 .js-original-19, .highlight-19 [class*=js-original-19-], [class*=highlight-19-] .js-original-19, [class*=highlight-19-] [class*=js-original-19-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-20 .js-original-20, .highlight-20 [class*=js-original-20-], [class*=highlight-20-] .js-original-20, [class*=highlight-20-] [class*=js-original-20-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-21 .js-original-21, .highlight-21 [class*=js-original-21-], [class*=highlight-21-] .js-original-21, [class*=highlight-21-] [class*=js-original-21-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-22 .js-original-22, .highlight-22 [class*=js-original-22-], [class*=highlight-22-] .js-original-22, [class*=highlight-22-] [class*=js-original-22-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-23 .js-original-23, .highlight-23 [class*=js-original-23-], [class*=highlight-23-] .js-original-23, [class*=highlight-23-] [class*=js-original-23-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-24 .js-original-24, .highlight-24 [class*=js-original-24-], [class*=highlight-24-] .js-original-24, [class*=highlight-24-] [class*=js-original-24-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-25 .js-original-25, .highlight-25 [class*=js-original-25-], [class*=highlight-25-] .js-original-25, [class*=highlight-25-] [class*=js-original-25-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-26 .js-original-26, .highlight-26 [class*=js-original-26-], [class*=highlight-26-] .js-original-26, [class*=highlight-26-] [class*=js-original-26-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-27 .js-original-27, .highlight-27 [class*=js-original-27-], [class*=highlight-27-] .js-original-27, [class*=highlight-27-] [class*=js-original-27-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-28 .js-original-28, .highlight-28 [class*=js-original-28-], [class*=highlight-28-] .js-original-28, [class*=highlight-28-] [class*=js-original-28-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-29 .js-original-29, .highlight-29 [class*=js-original-29-], [class*=highlight-29-] .js-original-29, [class*=highlight-29-] [class*=js-original-29-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-30 .js-original-30, .highlight-30 [class*=js-original-30-], [class*=highlight-30-] .js-original-30, [class*=highlight-30-] [class*=js-original-30-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-31 .js-original-31, .highlight-31 [class*=js-original-31-], [class*=highlight-31-] .js-original-31, [class*=highlight-31-] [class*=js-original-31-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-32 .js-original-32, .highlight-32 [class*=js-original-32-], [class*=highlight-32-] .js-original-32, [class*=highlight-32-] [class*=js-original-32-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-33 .js-original-33, .highlight-33 [class*=js-original-33-], [class*=highlight-33-] .js-original-33, [class*=highlight-33-] [class*=js-original-33-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-34 .js-original-34, .highlight-34 [class*=js-original-34-], [class*=highlight-34-] .js-original-34, [class*=highlight-34-] [class*=js-original-34-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-35 .js-original-35, .highlight-35 [class*=js-original-35-], [class*=highlight-35-] .js-original-35, [class*=highlight-35-] [class*=js-original-35-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-36 .js-original-36, .highlight-36 [class*=js-original-36-], [class*=highlight-36-] .js-original-36, [class*=highlight-36-] [class*=js-original-36-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-37 .js-original-37, .highlight-37 [class*=js-original-37-], [class*=highlight-37-] .js-original-37, [class*=highlight-37-] [class*=js-original-37-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-38 .js-original-38, .highlight-38 [class*=js-original-38-], [class*=highlight-38-] .js-original-38, [class*=highlight-38-] [class*=js-original-38-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-39 .js-original-39, .highlight-39 [class*=js-original-39-], [class*=highlight-39-] .js-original-39, [class*=highlight-39-] [class*=js-original-39-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight-40 .js-original-40, .highlight-40 [class*=js-original-40-], [class*=highlight-40-] .js-original-40, [class*=highlight-40-] [class*=js-original-40-] {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.highlight {
  background: yellow;
}

.hidden-word {
  border-bottom: 2px dashed lightgrey;
  color: transparent;
}

.underline-word {
  color: #0080FF;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.reveal-modal-bg {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.word-modal {
  box-shadow: none;
  border: none;
  min-height: 0;
  padding: 0;
  background: #fff;
}
.word-modal.embedded .entries-content {
  max-height: 170px;
}
.word-modal .main-audio {
  font-size: 2em;
}
.word-modal .audio-wrapper .audio-play {
  color: blue;
}
.word-modal .audio-wrapper .audio-play:hover {
  color: blue;
}
.word-modal .modal-heading {
  padding: 15px;
  border-radius: 5px 5px 0 0;
  background: #F2F2FA;
  border-bottom: 1px solid #ddd;
}
.word-modal .modal-heading .button {
  margin-right: 40px;
}
.word-modal .modal-heading .modal-title {
  color: #1f75bd;
  font-size: 1.1em;
}
.word-modal .entries {
  background: white;
  position: relative;
  padding: 20px 20px 50px 20px;
  border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.word-modal .entries .select-message {
  display: none;
  font-size: 0.9em !important;
  margin-bottom: 10px;
  margin-top: 0;
  color: red !important;
}
.word-modal .entries-content {
  min-height: 150;
  max-height: 250px;
  overflow-y: scroll;
}
@media only screen and (min-width:53em) {
  .word-modal .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 53em) {
  .word-modal .row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.word-modal select {
  border: 1px solid #fff;
  width: auto;
  border-radius: 20px;
}
.word-modal select:after {
  content: "\F0DC";
  font-family: FontAwesome;
  color: #fff;
  padding: 12px 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
.word-modal .dropdown-trigger {
  text-decoration: underline;
  -webkit-text-decoration-color: #9dbdf7;
          text-decoration-color: #9dbdf7;
  text-underline-offset: 4px;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-decoration-thickness: 1px;
}
.word-modal .dropdown-trigger.opened {
  text-decoration: none;
}
.word-modal input, .word-modal textarea {
  border: none;
  box-shadow: none;
  background-color: white;
  resize: none;
  padding-left: 0px;
}
.word-modal input:not(:focus), .word-modal textarea:not(:focus) {
  text-decoration: underline;
  -webkit-text-decoration-color: #9dbdf7;
          text-decoration-color: #9dbdf7;
  text-underline-offset: 4px;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-decoration-thickness: 1px;
}
.word-modal input:-moz-read-only, .word-modal textarea:-moz-read-only {
  background-color: white;
}
.word-modal input:read-only, .word-modal textarea:read-only {
  background-color: white;
}
.word-modal input:focus, .word-modal textarea:focus {
  background-color: white;
}
.word-modal .root-blue {
  color: #0080FF;
  font-size: 1.25rem;
}
.word-modal .login-message {
  background: #F2F2FA;
  padding-bottom: 30px;
  overflow: hidden;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  position: relative;
  border-radius: 0 0 5px 5px;
}
.word-modal .login-message .arrow {
  font-size: 1.5em;
}
.word-modal .modal-wrapper {
  position: relative;
}
.word-modal .modal-wrapper .added {
  width: 100%;
  text-align: center;
  display: none;
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 1000;
}
.word-modal .modal-wrapper .added .added-sign {
  background: #22cc77;
  color: white;
  padding: 30px;
  border-radius: 20px;
  opacity: 0.9;
  width: 150px;
  margin: 0 auto;
}
.word-modal .not-logged-in {
  color: red;
  text-align: center;
  padding: 5px;
  border: 1px solid red;
  border-radius: 5px;
  margin-bottom: 10px;
}
.word-modal .source {
  background: #F2F2FA;
  border-top: 1px solid #ddd;
  padding: 5px 20px 5px 20px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.word-modal .not-allowed {
  cursor: not-allowed;
}

.word-box .loading {
  padding: 20px;
}

.swal2-popup {
  margin-top: 15px !important;
}

/* Video */
.video-background {
  background: #08369c;
  background: linear-gradient(350deg, #08369c, #000000);
}
.video-background.quiz-background {
  background: #fdd83e;
}
.video-background.notebook-background {
  background: #1fb86b;
}
@media only screen and (min-width:53em) {
  .video-background {
    padding: 20px 0 20px 0px;
  }
}
@media only screen and (max-width: 53em) {
  .video-background {
    padding: 0px;
  }
}
@media only screen and (min-width:64.0625em) {
  .video-background .thumbnail-background {
    background-size: cover !important;
    position: absolute;
    top: 0px;
    bottom: 0px;
    min-width: 100%;
    opacity: 0.2;
  }
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: black;
}
@media only screen and (min-width:53em) {
  .video-wrap {
    border-radius: 10px 10px 0 0;
  }
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.title-wrap.select-mode {
  padding: 20px;
}
@media only screen and (max-width: 53em) {
  .title-wrap.select-mode.select-mode {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.title-wrap.blocked {
  cursor: not-allowed;
}
.title-wrap:hover .play-button, .title-wrap:hover .video-title {
  color: yellow;
}
@media only screen and (min-width:53em) {
  .title-wrap:hover .bubble.left {
    display: block !important;
  }
  .title-wrap:hover.select-mode {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.title-wrap .play-button {
  font-size: 4em;
  color: white;
  line-height: 4em;
  text-align: center;
}
.title-wrap .lock-button {
  font-size: 3em;
  text-align: center;
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 20px 30px;
  border-radius: 60px;
}
.title-wrap .video-title {
  font-size: 1.4em;
  color: white;
  position: absolute;
  line-height: 1.4em;
}
@media only screen and (max-width: 53em) {
  .title-wrap .video-title {
    font-size: 1.2em;
    top: 50px;
    margin-top: -0.6em;
  }
}

.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}
.full-screen .video-transcripts-wrapper {
  position: absolute;
  bottom: 0;
  opacity: 0.8;
  background: black !important;
  width: 100%;
  z-index: 1001;
}
.full-screen .reveal-modal {
  z-index: 1002;
}

.video-js.video-js-ilini .vjs-icon-repeat, .video-js.video-js-ilini .video-js .vjs-repeat-control .vjs-icon-placeholder {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.video-js.video-js-ilini .vjs-icon-repeat:before, .video-js.video-js-ilini .video-js .vjs-repeat-control .vjs-icon-placeholder:before {
  content: "\F01E";
}
.video-js.video-js-ilini .vjs-icon-fullscreen, .video-js.video-js-ilini .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.video-js.video-js-ilini .vjs-icon-fullscreen:before, .video-js.video-js-ilini .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F065";
}
.video-js.video-js-ilini .vjs-big-play-button {
  display: none;
}
.video-js.video-js-ilini .vjs-progress-holder {
  z-index: 2;
}
.video-js.video-js-ilini .vjs-control-bar {
  z-index: 10;
}

.vjs-using-native-controls .vjs-poster {
  display: unset !important;
}

/**
 * Vue transitions
 */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.fadeout-leave-active {
  transition: opacity 0.2s;
}

.fadeout-leave-to {
  opacity: 0;
}

.fadeslow-enter-active, .fadeslow-leave-active {
  transition: opacity 2s;
}

.fadeslow-enter, .fadeslow-leave-to {
  opacity: 0;
}

@media only screen and (max-width: 53em) {
  .fixed-on-small {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    overflow-y: scroll;
  }
  .fixed-on-small .top-margin-45-on-small-fixed {
    margin-top: 45px;
  }

  .slide-leave-active,
.slide-enter-active {
    transition: 0.4s;
  }

  .slide-enter {
    transform: translate(100%, 0);
  }

  .slide-leave-to {
    transform: translate(200%, 0);
  }
}
/**
 * Video 'gate' (viewing modes)
 */
.view-mode-button {
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
.view-mode-button.quiz-mode {
  background: #fdd83e;
}
.view-mode-button.notebook-mode {
  background: #1fb86b;
}
.view-mode-button.assignments-mode {
  background: #242bd0;
}
@media only screen and (min-width:53em) {
  .view-mode-button:hover.quiz-mode {
    background: #fdf83e;
  }
  .view-mode-button:hover.notebook-mode {
    background: #34dd89;
  }
  .view-mode-button:hover.assignments-mode {
    background: #4a50e0;
  }
}

.video-gate-features {
  background: rgba(43, 106, 111, 0.57);
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
  width: 100%;
}
.video-gate-features h1, .video-gate-features h2, .video-gate-features h3, .video-gate-features h4, .video-gate-features h5 {
  font-family: "Rubik", sans-serif !important;
}

.control-bar {
  background: #111;
  padding: 0px 20px;
}
@media only screen and (min-width:53em) {
  .control-bar {
    border-radius: 0px 0px 10px 10px;
  }
}

/* Notebook
******************************/
.notebook {
  background: #6041B8;
  padding: 30px 0 0 0;
}
.notebook .button-clear {
  background: white;
  border: 1px solid #ddd;
  color: #888;
}
.notebook .button-clear:hover {
  background: #F5F5F5;
}
.notebook.post-content {
  border-top: 1px solid #6041B8;
}
.notebook.post-content .notes-close {
  opacity: 0.5;
}
.notebook.post-content .notes-close:hover {
  cursor: pointer;
  opacity: 0.9;
}
.notebook .text-sheet {
  min-height: 700px;
  border: 0;
}

#video-selection h3 {
  text-align: center;
}
#video-selection table.vocab-list td.list-thumbnail {
  width: 30%;
}

.breadcrumbs {
  background: #E2DEDE;
}

.film {
  color: #852B99;
}

.list-count-header {
  width: 100%;
}
@media only screen and (max-width: 53em) {
  .list-count-header {
    border-radius: 0px !important;
  }
}

.test-result-word {
  border: 1px solid #ddd;
  padding: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  border-radius: 5px;
  float: left;
  background: #f2f2fa;
}

.notebook-count {
  padding: 0;
}
@media only screen and (max-width: 53em) {
  .notebook-count {
    text-align: center;
  }
}
.notebook-count a.download {
  color: #032B56;
}

.not-in-notebook label, .need-login label {
  background: #ddd;
}

.label .count {
  font-size: 3em;
  padding: 0 5px 0 5px;
}
@media only screen and (max-width: 53em) {
  .label .count {
    font-size: 3em;
  }
}

.word-count {
  font-size: 1.1em;
}

.list-description.larger-screen {
  overflow: hidden;
}
@media only screen and (max-width: 53em) {
  .list-description.larger-screen {
    text-align: center;
    display: none;
  }
}

.no-word {
  display: none;
}
.no-word .message {
  margin-top: 80px;
  color: #ddd;
}

.not-in-notebook .word-marker-color {
  color: #e7e7e7;
}

.progress-figure {
  font-weight: bold;
  font-size: 1.5em;
}

.circle {
  width: 300px;
  height: 300px;
  background: #46BFBD;
  border-radius: 150px;
}

.action-tools {
  margin-top: 0px;
  display: inline-block !important;
  z-index: 99;
}
@media only screen and (max-width: 53em) {
  .action-tools {
    text-align: center;
  }
}
.action-tools .button {
  padding-top: 3px;
  padding-bottom: 3px;
}
.action-tools .button.success {
  background: purple;
}
.action-tools .tool {
  background: grey;
  height: 20px;
}
.action-tools .tool i {
  float: left;
}
.action-tools .tool img {
  height: 18px;
}

.list-header {
  margin-bottom: 30px;
}
.list-header .list-title {
  width: 100%;
  font-size: 1.5em;
}
@media only screen and (max-width: 53em) {
  .list-header .list-title {
    font-size: 1.3em;
  }
}
.list-header .list-title .watch-video {
  font-size: 0.6em;
}

.notebook-count {
  color: white;
  position: relative;
  background: #22cc77;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 100%;
  min-height: 150px;
}
.notebook-count .count {
  font-size: 3em;
  color: white;
}

.list-buttons {
  overflow: hidden;
  width: 100%;
}
.list-buttons .search-text {
  width: 200px;
  float: left;
  margin-right: 5px;
}
.list-buttons .list-options {
  margin-right: 3px !important;
}
.list-buttons .list-options .prefix {
  border-radius: 5px 0 0 5px;
}
.list-buttons .list-options select {
  width: 200px;
  border-radius: 0 5px 5px 0;
  margin-right: 5px;
}
@media only screen and (max-width: 53em) {
  .list-buttons .list-options select {
    width: 150px !important;
  }
}

.notebook-wrapper {
  background: none;
  background: #F2F2FA;
}
@media only screen and (max-width: 53em) {
  .notebook-wrapper .columns {
    padding: 0;
  }
  .notebook-wrapper .list-page-header {
    margin: 0;
    border: 0px;
    border-radius: 0;
  }
  .notebook-wrapper .notebook-content {
    padding: 0;
  }
}
.notebook-wrapper .nav-menu {
  background: white;
}
.notebook-wrapper .nav-menu .sub-nav dd a {
  color: #265181;
}
.notebook-wrapper .nav-menu .sub-nav dd:hover {
  border: 1px solid #265181;
}
.notebook-wrapper .nav-menu .sub-nav dd:hover a {
  color: #265181 !important;
}
.notebook-wrapper .nav-menu .sub-nav dd.active {
  border: 1px solid #265181;
}
.notebook-wrapper .nav-menu .sub-nav dd.active a, .notebook-wrapper .nav-menu .sub-nav dd:hover a {
  color: #265181 !important;
}

.notebook-pages-container {
  min-height: 600px;
  padding-bottom: 40px;
}
.notebook-pages-container ul.paginate-links li {
  float: left;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 5px;
}
.notebook-pages-container ul.paginate-links li.active {
  background: white;
}
.notebook-pages-container ul {
  margin-left: 0px;
}

#notebook-title, #flashcards-title {
  font-family: "Rubik", sans-serif !important;
}

.notebook-content {
  padding-top: 15px;
}
.notebook-content h1, .notebook-content h2, .notebook-content h3, .notebook-content h4 {
  color: #292F40;
}
.notebook-content table.list-description {
  background: transparent;
  border: none;
  padding: none;
}
.notebook-content table.list-description .label {
  padding: 10px;
}
.notebook-content table.list-description tr td {
  color: #292F40;
}
.notebook-content table.list-description.smaller-screen {
  margin-bottom: 0;
}

.notebook-content-wrap {
  padding-top: 30px !important;
  font-family: "Open Sans", sans-serif !important;
}
@media only screen and (max-width: 53em) {
  .notebook-content-wrap {
    padding-top: 0px !important;
  }
}

.notebook-header-wrap {
  padding-top: 20px;
}
.notebook-header-wrap h3 {
  text-transform: uppercase;
}

.mobile-menu-button {
  background: #0768d0 !important;
  color: white !important;
}

#notebook-menu-modal {
  background: #0768d0 !important;
  color: white;
}
#notebook-menu-modal .menu-title {
  text-align: center;
}
#notebook-menu-modal td {
  color: white;
}

.vocabulary-head-row {
  font-size: 1em;
  color: #767D94;
  background: #F2F3F6;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 5px;
  overflow: hidden;
}
.vocabulary-head-row .language-head {
  padding-top: 10px;
  padding-bottom: 10px;
}
.vocabulary-head-row .language-head.bordered {
  border-right: 1px solid #ddd;
}
.vocabulary-head-row .language-head img.test {
  width: 30px;
}
.vocabulary-head-row .language-head img.flag {
  border: 1px solid #888;
}
.vocabulary-head-row .word-marker-head {
  font-size: 0.8rem;
}

.test-modal .label.round {
  background: #ddd;
}
.test-modal .vocabulary-row {
  border: 0;
}
.test-modal .vocabulary-row .switch {
  margin: 0;
}

.vocabulary-row {
  /* Row styles */
  overflow: hidden;
  clear: both;
  padding: 15px 5px 15px 5px;
  font-size: 0.9em;
  background: white;
  border-radius: 5px;
}
@media only screen and (max-width: 53em) {
  .vocabulary-row {
    padding: 10px 3px 10px 3px;
  }
}
@media only screen and (max-width: 53em) {
  .vocabulary-row .original-cell {
    padding-right: 50px;
  }
}
.vocabulary-row .blurred {
  width: 100%;
  height: 100%;
  filter: blur(5px);
  pointer-events: none;
}
@media only screen and (max-width: 53em) {
  .vocabulary-row .target-cell {
    padding-right: 50px;
  }
}
@media only screen and (min-width:53em) and (max-width:64em) {
  .vocabulary-row .target-cell {
    padding-right: 50px;
  }
}
.vocabulary-row .context-cell {
  color: #666;
  padding-right: 50px;
}
.vocabulary-row .word-deletion-icon {
  display: none;
}
.vocabulary-row .edit-icon {
  display: none;
}
.vocabulary-row .star-icon:hover {
  color: #ffcf03;
}
.vocabulary-row:hover .word-deletion-icon {
  display: block;
}
.vocabulary-row:hover .word-deletion-icon:hover {
  color: red;
}
.vocabulary-row:hover .edit-icon {
  display: inline;
}

.word-details-modal {
  overflow: hidden;
  padding: 15px 0 5px 0;
}
.word-details-modal .target-cell {
  color: #888;
  font-size: 0.9em;
}
.word-details-modal .appears-in {
  font-size: 0.8em;
  margin-top: 5px;
}
.word-details-modal .watched-on {
  color: green;
  clear: both;
}

.center {
  text-align: center;
}

.flashcard {
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px 25px 40px 25px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  text-align: center;
  background: white;
}

.flashcard-details {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  background: #F2F2FA;
  border-radius: 0px 0px 10px 10px;
}

.flashcard-details-actions:hover {
  color: blue;
}

.flashcard:hover {
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.4);
}

.animated {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 45deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  20% {
    transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    animation-timing-function: ease-in;
  }
  45% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

.inline {
  display: inline-block;
  margin: 1em;
}

.wrap {
  display: flex;
  height: 300px;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flashcards-button {
  position: fixed;
  bottom: 10px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 100;
}
@media only screen and (max-width: 53em) {
  .flashcards-button {
    bottom: 80px;
  }
}

.shake {
  animation: shake 0.2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  50% {
    transform: translate3d(-8px, 0, 0);
  }
}
.type {
  color: red;
}

/* EXERCISES
*******************/
.instructions {
  background: white !important;
  padding: 80px 30px 80px 30px !important;
  overflow: hidden;
}
.instructions .title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
}
.instructions table {
  margin: 0 auto;
}
.instructions table .fa {
  color: #FBB429;
}

.results {
  display: none;
}
.results .general-results {
  float: left;
  font-size: 1.2em;
}
.results .category-results {
  background: white;
  color: black;
  margin-bottom: 10px;
}
.results .category-results .results-title {
  width: 100%;
  float: left;
}
.results .category-results .results-title .fa {
  color: #FBB429;
}
.results .vocabulary-row {
  text-align: left;
  background: #DFF0D8;
}
.results .vocabulary-row[known="0"] {
  background: #F2DEDF;
}
.results .result-word {
  width: 100%;
}
.results .result-word.true .fa {
  color: #22cc77;
}
.results .result-word.false .fa {
  color: #f08a24;
}
.results h3 {
  color: #777 !important;
  margin-top: 10px;
}
.results .no-word {
  display: block;
  text-align: center;
  padding: 10px;
  color: #777;
}

.exercise-content {
  min-height: 500px;
  display: none;
}

.exercise-item {
  box-shadow: -2px 3px 8px #C0C9E0;
  text-align: center;
  overflow: hidden;
  padding: 30px;
  background: white;
  border-radius: 5px;
  display: none;
  font-size: 1.5em;
}
.exercise-item .flag {
  width: 30px;
}
.exercise-item .target {
  margin-top: 30px;
}
.exercise-item .type {
  font-size: 0.8em;
}
.exercise-item .answer {
  margin-top: 20px;
}
.exercise-item .answer .fa {
  color: #777;
}
.exercise-item .answer input {
  width: 300px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 15px !important;
  background: transparent;
  border: none;
  border-bottom: 3px dotted black;
  box-shadow: none;
  font-size: 1.5em;
  text-align: center;
}
.exercise-item .answer input:focus {
  border-color: #22cc77;
}
.exercise-item .exercise-item-content {
  border: 1px dotted #888;
  overflow: hidden;
  border-radius: 5px;
}
.exercise-item.correct .exercise-item-content {
  background: #DFF0D8;
}
.exercise-item.correct .congrats {
  color: #3C763D;
}
.exercise-item.correct input {
  border-color: #22cc77 !important;
}
.exercise-item.incorrect .exercise-item-content {
  background: #F2DEDF;
}
.exercise-item.incorrect input {
  border-color: red !important;
}
.exercise-item .ilini-answer {
  min-height: 40px;
}
.exercise-item .ilini-answer .correct-answer {
  display: none;
  color: #B94447;
}
.exercise-item .ilini-answer .congrats {
  display: none;
}
.exercise-item .ilini-answer .answer-context {
  margin-top: 20px;
  font-size: 0.7em;
  font-style: italic;
  display: none;
}
.exercise-item .item-buttons {
  margin-top: 20px;
  overflow: hidden;
}
.exercise-item .item-buttons .button {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.exercise-item .stars {
  color: #FBB429;
  text-shadow: 1px 1px #333;
  min-height: 40px;
}

.button.test {
  margin-top: 20px;
  clear: both;
}

.next-item {
  display: none;
}

.exercise-buttons {
  text-align: center;
}
.exercise-buttons .button {
  float: right;
  margin-top: 20px;
  display: inline;
}

.results-content {
  box-shadow: -2px 3px 8px #C0C9E0;
  text-align: center;
  overflow: hidden;
  padding: 30px;
  background: white;
  border-radius: 5px;
}
.results-content .status .fa-star-o, .results-content .status .fa-star-half-full {
  display: none;
}
.results-content .status .fa-star {
  color: #FBB429;
}
.results-content .status[known="0"] .fa-star-o {
  color: grey;
  display: block;
}
.results-content .status[known="0"] .fa-star {
  display: none;
}
.results-content .status[known="1"] .fa-star-half-full {
  color: #FBB429;
  display: block;
}
.results-content .status[known="1"] .fa-star {
  display: none;
}

/* 
 * Pagination (Pajinate.js)
 */
.page_navigation a, .page_navigation a:visited {
  color: white;
}

.simple-label {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px 0 5px;
  display: inline-block;
}

.round-label {
  border: 1px solid #0080FF;
  color: #0080FF;
  border-radius: 10px;
  line-height: 20px;
  padding: 0 10px;
}
.round-label.light-grey {
  border-color: #8B96B5;
}

.switch {
  margin-bottom: 0px;
}
.switch label, .switch input {
  margin-bottom: 0px;
}
.switch label {
  background: #ddd;
}

table.tasks-table td {
  vertical-align: top;
}
table.tasks-table td .switch label {
  margin-left: 0px;
}

.writing-space {
  padding: 15px;
  border-left: 3px solid #e0edf9;
  font-family: "Merriweather", serif;
}

.writing-space-response {
  color: #333;
  border-radius: 10px;
  padding: 20px;
  background: #F0F0F0;
  font-family: "Merriweather", serif;
}

.content[role=tabpanel] {
  padding-bottom: 0;
}

#wrapper {
  margin: 0px auto;
  text-align: left;
  width: 960px;
}

#paging_container1 {
  height: 320px;
}

#paging_container2 {
  height: 356px;
}

#paging_container3 {
  height: 190px;
}

#paging_container4 {
  height: 307px;
  overflow: hidden;
}

.datepicker-input:disabled {
  border-radius: 5px !important;
  visibility: none !important;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  cursor: pointer !important;
}

#paging_container8 .no_more {
  background-color: white;
  color: gray;
  cursor: default;
}

.position-relative {
  position: relative;
}

.ellipse {
  float: left;
}

.page_navigation, .alt_page_navigation {
  padding-bottom: 10px;
}

.page_navigation a, .alt_page_navigation a {
  padding: 3px 5px;
  margin: 2px;
  color: white;
  text-decoration: none;
  float: left;
  font-family: Tahoma;
  font-size: 12px;
  background-color: #DB5C04;
}

.active_page {
  background-color: white !important;
  color: black !important;
}

.content, .alt_content {
  color: black;
}

.content li, .alt_content li, .content > p {
  padding: 5px;
}

.uppercase {
  text-transform: uppercase !important;
}

.line-through {
  text-decoration: line-through;
}

.right-border {
  border-right: 1px solid #ddd;
}

a.link-on-blue:hover {
  color: #22cc77;
}

.black {
  color: #333;
}

a.black:hover {
  color: black;
}

.red {
  color: red;
}

.orange {
  color: orange;
}

.orange-background {
  background-color: orange;
}

.blue {
  color: #0080FF;
}

.light-blue {
  color: #4da6ff;
}

.sky-blue {
  color: #aadeff;
}

.green {
  color: #22cc77;
}

.dark-green {
  color: #188f53;
}

.grey {
  color: #646f8d;
}

.light-grey {
  color: #8B96B5;
}

.superlight-grey {
  color: #F1F1F1;
}

.white-grey {
  color: #F2F2FA;
}

.yellow {
  color: #ffcf03;
}

.pink {
  color: #FF4081;
}

.white {
  color: white;
}

a.white:hover {
  color: #F9F9F9;
}

.underlined {
  text-decoration: underline;
}

a.white-link {
  color: white;
}
a.white-link:hover, a.white-link:active {
  text-decoration: underline;
  color: white;
}
a.white-link.underline {
  text-decoration: underline;
}

.home-background {
  background: #022C56;
}
@media only screen and (min-width:53em) {
  .home-background.with-video {
    background: rgba(2, 44, 86, 0.91);
  }
}

.blue-radient-background {
  background: radial-gradient(#0080fa, #022c56);
}

.white-background {
  background: white;
}

@media only screen and (min-width:53em) {
  .white-background-medium-up {
    background: white;
  }
}

.grey-background {
  background: #646f8d;
}

.button.light-grey-background {
  background: #bbc0d1;
}
.button.light-grey-background:hover {
  background: #646f8d;
}

@media only screen and (max-width: 53em) {
  .grey-background-small {
    background: #646f8d;
  }
}

.dark-background {
  background: #222;
}

.blue-grey-background {
  background: #F1F1FA !important;
}

.blue-grey {
  color: #F2F2FA !important;
}

.dark-opaque-background {
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 0 5px 0 5px;
  border-radius: 3px;
}

@media only screen and (max-width: 53em) {
  .striped-background-small {
    background: #e0e2e9 url("/assets/img/stripes.png") center top;
  }
}

.blue-background {
  background: #0080FF;
}

.blue-background-pattern {
  background: #032B56 url("/assets/img/pattern.png") center bottom !important;
}

@media only screen and (min-width:53em) {
  .blue-background-for-medium-up {
    background: #0080FF;
  }
}

.pink-background {
  background: #FF4081;
}

.yellow-background {
  background: #ff0 !important;
}
.yellow-background.button {
  color: #333;
}
.yellow-background.button:hover {
  background: #e6e600;
}

.yellow-tag {
  background: #ffcf03;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.8em;
  display: inline-block;
}

.purple-background {
  background: #4358ad;
}
.purple-background.button:hover {
  background: #36468a;
}

.blue-gradient-background {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(180deg, #0080FF 0%, #005CB8 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0080FF", endColorstr="#005CB8",GradientType=0 );
  /* ie6-9 */
}

@media only screen and (min-width:53em) {
  .blue-gradient-background-medium-up {
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: linear-gradient(180deg, #0080FF 0%, #005CB8 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0080FF", endColorstr="#005CB8",GradientType=0 );
    /* ie6-9 */
  }
}

.light-purple-background {
  background: #c2cdf9 !important;
}

.dark-blue-background {
  background: #073590;
}

.green-background {
  background: #22cc77;
}

.dark-green-background {
  background: #54BA2B;
}

.opaque {
  opacity: 0.5;
}

img.valign-bottom {
  vertical-align: bottom;
}

.grayscale {
  filter: gray;
  /* IE6-9 */
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}

.border-grey {
  border: 1px solid #ddd;
}

.border-top-solid {
  border-top: 1px #c2c2d3 solid;
}

.border-top-solid-light {
  border-top: 1px #e1e8ed solid;
}

.border-bottom-solid-light {
  border-bottom: 1px #e1e8ed solid;
}

.border-bottom-solid-light-thick {
  border-bottom: 3px #F2F2FA solid;
}

.border-top-dashed {
  border-top: 1px #c2c2d3 dashed;
}

.border-bottom-dashed {
  border-bottom: 1px #c2c2d3 dashed;
}

.border-bottom {
  border-bottom: 1px #c2c2d3 solid;
}

@media only screen and (min-width:53em) {
  .padding-top-10-medium-up {
    padding-top: 10px;
  }
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

@media only screen and (max-width: 53em) {
  .no-padding-on-small {
    padding: 0;
  }
}

.no-padding {
  padding: 0 !important;
}

.hover:hover {
  cursor: pointer;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-margin-8 {
  margin-top: 8px !important;
}

.bottom-margin-8 {
  margin-bottom: 8px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-8-on-small {
    margin-top: 8px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-8-on-small {
    margin-bottom: 8px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-8-on-medium-up {
    margin-top: 8px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-8-on-medium-up {
    margin-bottom: 8px !important;
  }
}

.top-padding-8 {
  padding-top: 8px !important;
}

.bottom-padding-8 {
  padding-bottom: 8px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-8-on-small {
    padding-top: 8px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-8-on-small {
    padding-bottom: 8px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-8-on-medium-up {
    padding-top: 8px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-8-on-medium-up {
    padding-bottom: 8px !important;
  }
}

.top-margin-9 {
  margin-top: 9px !important;
}

.bottom-margin-9 {
  margin-bottom: 9px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-9-on-small {
    margin-top: 9px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-9-on-small {
    margin-bottom: 9px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-9-on-medium-up {
    margin-top: 9px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-9-on-medium-up {
    margin-bottom: 9px !important;
  }
}

.top-padding-9 {
  padding-top: 9px !important;
}

.bottom-padding-9 {
  padding-bottom: 9px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-9-on-small {
    padding-top: 9px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-9-on-small {
    padding-bottom: 9px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-9-on-medium-up {
    padding-top: 9px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-9-on-medium-up {
    padding-bottom: 9px !important;
  }
}

.top-margin-10 {
  margin-top: 10px !important;
}

.bottom-margin-10 {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-10-on-small {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-10-on-small {
    margin-bottom: 10px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-10-on-medium-up {
    margin-top: 10px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-10-on-medium-up {
    margin-bottom: 10px !important;
  }
}

.top-padding-10 {
  padding-top: 10px !important;
}

.bottom-padding-10 {
  padding-bottom: 10px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-10-on-small {
    padding-top: 10px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-10-on-small {
    padding-bottom: 10px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-10-on-medium-up {
    padding-top: 10px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-10-on-medium-up {
    padding-bottom: 10px !important;
  }
}

.top-margin-11 {
  margin-top: 11px !important;
}

.bottom-margin-11 {
  margin-bottom: 11px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-11-on-small {
    margin-top: 11px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-11-on-small {
    margin-bottom: 11px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-11-on-medium-up {
    margin-top: 11px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-11-on-medium-up {
    margin-bottom: 11px !important;
  }
}

.top-padding-11 {
  padding-top: 11px !important;
}

.bottom-padding-11 {
  padding-bottom: 11px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-11-on-small {
    padding-top: 11px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-11-on-small {
    padding-bottom: 11px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-11-on-medium-up {
    padding-top: 11px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-11-on-medium-up {
    padding-bottom: 11px !important;
  }
}

.top-margin-12 {
  margin-top: 12px !important;
}

.bottom-margin-12 {
  margin-bottom: 12px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-12-on-small {
    margin-top: 12px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-12-on-small {
    margin-bottom: 12px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-12-on-medium-up {
    margin-top: 12px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-12-on-medium-up {
    margin-bottom: 12px !important;
  }
}

.top-padding-12 {
  padding-top: 12px !important;
}

.bottom-padding-12 {
  padding-bottom: 12px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-12-on-small {
    padding-top: 12px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-12-on-small {
    padding-bottom: 12px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-12-on-medium-up {
    padding-top: 12px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-12-on-medium-up {
    padding-bottom: 12px !important;
  }
}

.top-margin-13 {
  margin-top: 13px !important;
}

.bottom-margin-13 {
  margin-bottom: 13px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-13-on-small {
    margin-top: 13px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-13-on-small {
    margin-bottom: 13px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-13-on-medium-up {
    margin-top: 13px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-13-on-medium-up {
    margin-bottom: 13px !important;
  }
}

.top-padding-13 {
  padding-top: 13px !important;
}

.bottom-padding-13 {
  padding-bottom: 13px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-13-on-small {
    padding-top: 13px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-13-on-small {
    padding-bottom: 13px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-13-on-medium-up {
    padding-top: 13px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-13-on-medium-up {
    padding-bottom: 13px !important;
  }
}

.top-margin-14 {
  margin-top: 14px !important;
}

.bottom-margin-14 {
  margin-bottom: 14px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-14-on-small {
    margin-top: 14px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-14-on-small {
    margin-bottom: 14px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-14-on-medium-up {
    margin-top: 14px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-14-on-medium-up {
    margin-bottom: 14px !important;
  }
}

.top-padding-14 {
  padding-top: 14px !important;
}

.bottom-padding-14 {
  padding-bottom: 14px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-14-on-small {
    padding-top: 14px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-14-on-small {
    padding-bottom: 14px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-14-on-medium-up {
    padding-top: 14px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-14-on-medium-up {
    padding-bottom: 14px !important;
  }
}

.top-margin-15 {
  margin-top: 15px !important;
}

.bottom-margin-15 {
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-15-on-small {
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-15-on-small {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-15-on-medium-up {
    margin-top: 15px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-15-on-medium-up {
    margin-bottom: 15px !important;
  }
}

.top-padding-15 {
  padding-top: 15px !important;
}

.bottom-padding-15 {
  padding-bottom: 15px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-15-on-small {
    padding-top: 15px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-15-on-small {
    padding-bottom: 15px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-15-on-medium-up {
    padding-top: 15px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-15-on-medium-up {
    padding-bottom: 15px !important;
  }
}

.top-margin-16 {
  margin-top: 16px !important;
}

.bottom-margin-16 {
  margin-bottom: 16px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-16-on-small {
    margin-top: 16px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-16-on-small {
    margin-bottom: 16px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-16-on-medium-up {
    margin-top: 16px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-16-on-medium-up {
    margin-bottom: 16px !important;
  }
}

.top-padding-16 {
  padding-top: 16px !important;
}

.bottom-padding-16 {
  padding-bottom: 16px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-16-on-small {
    padding-top: 16px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-16-on-small {
    padding-bottom: 16px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-16-on-medium-up {
    padding-top: 16px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-16-on-medium-up {
    padding-bottom: 16px !important;
  }
}

.top-margin-17 {
  margin-top: 17px !important;
}

.bottom-margin-17 {
  margin-bottom: 17px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-17-on-small {
    margin-top: 17px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-17-on-small {
    margin-bottom: 17px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-17-on-medium-up {
    margin-top: 17px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-17-on-medium-up {
    margin-bottom: 17px !important;
  }
}

.top-padding-17 {
  padding-top: 17px !important;
}

.bottom-padding-17 {
  padding-bottom: 17px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-17-on-small {
    padding-top: 17px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-17-on-small {
    padding-bottom: 17px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-17-on-medium-up {
    padding-top: 17px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-17-on-medium-up {
    padding-bottom: 17px !important;
  }
}

.top-margin-18 {
  margin-top: 18px !important;
}

.bottom-margin-18 {
  margin-bottom: 18px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-18-on-small {
    margin-top: 18px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-18-on-small {
    margin-bottom: 18px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-18-on-medium-up {
    margin-top: 18px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-18-on-medium-up {
    margin-bottom: 18px !important;
  }
}

.top-padding-18 {
  padding-top: 18px !important;
}

.bottom-padding-18 {
  padding-bottom: 18px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-18-on-small {
    padding-top: 18px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-18-on-small {
    padding-bottom: 18px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-18-on-medium-up {
    padding-top: 18px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-18-on-medium-up {
    padding-bottom: 18px !important;
  }
}

.top-margin-19 {
  margin-top: 19px !important;
}

.bottom-margin-19 {
  margin-bottom: 19px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-19-on-small {
    margin-top: 19px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-19-on-small {
    margin-bottom: 19px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-19-on-medium-up {
    margin-top: 19px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-19-on-medium-up {
    margin-bottom: 19px !important;
  }
}

.top-padding-19 {
  padding-top: 19px !important;
}

.bottom-padding-19 {
  padding-bottom: 19px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-19-on-small {
    padding-top: 19px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-19-on-small {
    padding-bottom: 19px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-19-on-medium-up {
    padding-top: 19px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-19-on-medium-up {
    padding-bottom: 19px !important;
  }
}

.top-margin-20 {
  margin-top: 20px !important;
}

.bottom-margin-20 {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-20-on-small {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-20-on-small {
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-20-on-medium-up {
    margin-top: 20px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-20-on-medium-up {
    margin-bottom: 20px !important;
  }
}

.top-padding-20 {
  padding-top: 20px !important;
}

.bottom-padding-20 {
  padding-bottom: 20px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-20-on-small {
    padding-top: 20px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-20-on-small {
    padding-bottom: 20px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-20-on-medium-up {
    padding-top: 20px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-20-on-medium-up {
    padding-bottom: 20px !important;
  }
}

.top-margin-21 {
  margin-top: 21px !important;
}

.bottom-margin-21 {
  margin-bottom: 21px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-21-on-small {
    margin-top: 21px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-21-on-small {
    margin-bottom: 21px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-21-on-medium-up {
    margin-top: 21px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-21-on-medium-up {
    margin-bottom: 21px !important;
  }
}

.top-padding-21 {
  padding-top: 21px !important;
}

.bottom-padding-21 {
  padding-bottom: 21px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-21-on-small {
    padding-top: 21px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-21-on-small {
    padding-bottom: 21px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-21-on-medium-up {
    padding-top: 21px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-21-on-medium-up {
    padding-bottom: 21px !important;
  }
}

.top-margin-22 {
  margin-top: 22px !important;
}

.bottom-margin-22 {
  margin-bottom: 22px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-22-on-small {
    margin-top: 22px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-22-on-small {
    margin-bottom: 22px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-22-on-medium-up {
    margin-top: 22px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-22-on-medium-up {
    margin-bottom: 22px !important;
  }
}

.top-padding-22 {
  padding-top: 22px !important;
}

.bottom-padding-22 {
  padding-bottom: 22px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-22-on-small {
    padding-top: 22px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-22-on-small {
    padding-bottom: 22px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-22-on-medium-up {
    padding-top: 22px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-22-on-medium-up {
    padding-bottom: 22px !important;
  }
}

.top-margin-23 {
  margin-top: 23px !important;
}

.bottom-margin-23 {
  margin-bottom: 23px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-23-on-small {
    margin-top: 23px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-23-on-small {
    margin-bottom: 23px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-23-on-medium-up {
    margin-top: 23px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-23-on-medium-up {
    margin-bottom: 23px !important;
  }
}

.top-padding-23 {
  padding-top: 23px !important;
}

.bottom-padding-23 {
  padding-bottom: 23px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-23-on-small {
    padding-top: 23px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-23-on-small {
    padding-bottom: 23px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-23-on-medium-up {
    padding-top: 23px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-23-on-medium-up {
    padding-bottom: 23px !important;
  }
}

.top-margin-24 {
  margin-top: 24px !important;
}

.bottom-margin-24 {
  margin-bottom: 24px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-24-on-small {
    margin-top: 24px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-24-on-small {
    margin-bottom: 24px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-24-on-medium-up {
    margin-top: 24px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-24-on-medium-up {
    margin-bottom: 24px !important;
  }
}

.top-padding-24 {
  padding-top: 24px !important;
}

.bottom-padding-24 {
  padding-bottom: 24px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-24-on-small {
    padding-top: 24px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-24-on-small {
    padding-bottom: 24px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-24-on-medium-up {
    padding-top: 24px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-24-on-medium-up {
    padding-bottom: 24px !important;
  }
}

.top-margin-25 {
  margin-top: 25px !important;
}

.bottom-margin-25 {
  margin-bottom: 25px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-25-on-small {
    margin-top: 25px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-25-on-small {
    margin-bottom: 25px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-25-on-medium-up {
    margin-top: 25px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-25-on-medium-up {
    margin-bottom: 25px !important;
  }
}

.top-padding-25 {
  padding-top: 25px !important;
}

.bottom-padding-25 {
  padding-bottom: 25px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-25-on-small {
    padding-top: 25px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-25-on-small {
    padding-bottom: 25px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-25-on-medium-up {
    padding-top: 25px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-25-on-medium-up {
    padding-bottom: 25px !important;
  }
}

.top-margin-26 {
  margin-top: 26px !important;
}

.bottom-margin-26 {
  margin-bottom: 26px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-26-on-small {
    margin-top: 26px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-26-on-small {
    margin-bottom: 26px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-26-on-medium-up {
    margin-top: 26px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-26-on-medium-up {
    margin-bottom: 26px !important;
  }
}

.top-padding-26 {
  padding-top: 26px !important;
}

.bottom-padding-26 {
  padding-bottom: 26px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-26-on-small {
    padding-top: 26px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-26-on-small {
    padding-bottom: 26px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-26-on-medium-up {
    padding-top: 26px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-26-on-medium-up {
    padding-bottom: 26px !important;
  }
}

.top-margin-27 {
  margin-top: 27px !important;
}

.bottom-margin-27 {
  margin-bottom: 27px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-27-on-small {
    margin-top: 27px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-27-on-small {
    margin-bottom: 27px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-27-on-medium-up {
    margin-top: 27px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-27-on-medium-up {
    margin-bottom: 27px !important;
  }
}

.top-padding-27 {
  padding-top: 27px !important;
}

.bottom-padding-27 {
  padding-bottom: 27px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-27-on-small {
    padding-top: 27px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-27-on-small {
    padding-bottom: 27px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-27-on-medium-up {
    padding-top: 27px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-27-on-medium-up {
    padding-bottom: 27px !important;
  }
}

.top-margin-28 {
  margin-top: 28px !important;
}

.bottom-margin-28 {
  margin-bottom: 28px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-28-on-small {
    margin-top: 28px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-28-on-small {
    margin-bottom: 28px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-28-on-medium-up {
    margin-top: 28px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-28-on-medium-up {
    margin-bottom: 28px !important;
  }
}

.top-padding-28 {
  padding-top: 28px !important;
}

.bottom-padding-28 {
  padding-bottom: 28px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-28-on-small {
    padding-top: 28px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-28-on-small {
    padding-bottom: 28px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-28-on-medium-up {
    padding-top: 28px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-28-on-medium-up {
    padding-bottom: 28px !important;
  }
}

.top-margin-29 {
  margin-top: 29px !important;
}

.bottom-margin-29 {
  margin-bottom: 29px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-29-on-small {
    margin-top: 29px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-29-on-small {
    margin-bottom: 29px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-29-on-medium-up {
    margin-top: 29px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-29-on-medium-up {
    margin-bottom: 29px !important;
  }
}

.top-padding-29 {
  padding-top: 29px !important;
}

.bottom-padding-29 {
  padding-bottom: 29px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-29-on-small {
    padding-top: 29px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-29-on-small {
    padding-bottom: 29px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-29-on-medium-up {
    padding-top: 29px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-29-on-medium-up {
    padding-bottom: 29px !important;
  }
}

.top-margin-30 {
  margin-top: 30px !important;
}

.bottom-margin-30 {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-30-on-small {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-30-on-small {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-30-on-medium-up {
    margin-top: 30px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-30-on-medium-up {
    margin-bottom: 30px !important;
  }
}

.top-padding-30 {
  padding-top: 30px !important;
}

.bottom-padding-30 {
  padding-bottom: 30px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-30-on-small {
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-30-on-small {
    padding-bottom: 30px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-30-on-medium-up {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-30-on-medium-up {
    padding-bottom: 30px !important;
  }
}

.top-margin-31 {
  margin-top: 31px !important;
}

.bottom-margin-31 {
  margin-bottom: 31px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-31-on-small {
    margin-top: 31px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-31-on-small {
    margin-bottom: 31px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-31-on-medium-up {
    margin-top: 31px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-31-on-medium-up {
    margin-bottom: 31px !important;
  }
}

.top-padding-31 {
  padding-top: 31px !important;
}

.bottom-padding-31 {
  padding-bottom: 31px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-31-on-small {
    padding-top: 31px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-31-on-small {
    padding-bottom: 31px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-31-on-medium-up {
    padding-top: 31px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-31-on-medium-up {
    padding-bottom: 31px !important;
  }
}

.top-margin-32 {
  margin-top: 32px !important;
}

.bottom-margin-32 {
  margin-bottom: 32px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-32-on-small {
    margin-top: 32px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-32-on-small {
    margin-bottom: 32px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-32-on-medium-up {
    margin-top: 32px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-32-on-medium-up {
    margin-bottom: 32px !important;
  }
}

.top-padding-32 {
  padding-top: 32px !important;
}

.bottom-padding-32 {
  padding-bottom: 32px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-32-on-small {
    padding-top: 32px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-32-on-small {
    padding-bottom: 32px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-32-on-medium-up {
    padding-top: 32px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-32-on-medium-up {
    padding-bottom: 32px !important;
  }
}

.top-margin-33 {
  margin-top: 33px !important;
}

.bottom-margin-33 {
  margin-bottom: 33px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-33-on-small {
    margin-top: 33px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-33-on-small {
    margin-bottom: 33px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-33-on-medium-up {
    margin-top: 33px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-33-on-medium-up {
    margin-bottom: 33px !important;
  }
}

.top-padding-33 {
  padding-top: 33px !important;
}

.bottom-padding-33 {
  padding-bottom: 33px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-33-on-small {
    padding-top: 33px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-33-on-small {
    padding-bottom: 33px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-33-on-medium-up {
    padding-top: 33px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-33-on-medium-up {
    padding-bottom: 33px !important;
  }
}

.top-margin-34 {
  margin-top: 34px !important;
}

.bottom-margin-34 {
  margin-bottom: 34px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-34-on-small {
    margin-top: 34px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-34-on-small {
    margin-bottom: 34px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-34-on-medium-up {
    margin-top: 34px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-34-on-medium-up {
    margin-bottom: 34px !important;
  }
}

.top-padding-34 {
  padding-top: 34px !important;
}

.bottom-padding-34 {
  padding-bottom: 34px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-34-on-small {
    padding-top: 34px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-34-on-small {
    padding-bottom: 34px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-34-on-medium-up {
    padding-top: 34px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-34-on-medium-up {
    padding-bottom: 34px !important;
  }
}

.top-margin-35 {
  margin-top: 35px !important;
}

.bottom-margin-35 {
  margin-bottom: 35px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-35-on-small {
    margin-top: 35px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-35-on-small {
    margin-bottom: 35px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-35-on-medium-up {
    margin-top: 35px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-35-on-medium-up {
    margin-bottom: 35px !important;
  }
}

.top-padding-35 {
  padding-top: 35px !important;
}

.bottom-padding-35 {
  padding-bottom: 35px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-35-on-small {
    padding-top: 35px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-35-on-small {
    padding-bottom: 35px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-35-on-medium-up {
    padding-top: 35px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-35-on-medium-up {
    padding-bottom: 35px !important;
  }
}

.top-margin-36 {
  margin-top: 36px !important;
}

.bottom-margin-36 {
  margin-bottom: 36px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-36-on-small {
    margin-top: 36px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-36-on-small {
    margin-bottom: 36px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-36-on-medium-up {
    margin-top: 36px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-36-on-medium-up {
    margin-bottom: 36px !important;
  }
}

.top-padding-36 {
  padding-top: 36px !important;
}

.bottom-padding-36 {
  padding-bottom: 36px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-36-on-small {
    padding-top: 36px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-36-on-small {
    padding-bottom: 36px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-36-on-medium-up {
    padding-top: 36px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-36-on-medium-up {
    padding-bottom: 36px !important;
  }
}

.top-margin-37 {
  margin-top: 37px !important;
}

.bottom-margin-37 {
  margin-bottom: 37px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-37-on-small {
    margin-top: 37px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-37-on-small {
    margin-bottom: 37px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-37-on-medium-up {
    margin-top: 37px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-37-on-medium-up {
    margin-bottom: 37px !important;
  }
}

.top-padding-37 {
  padding-top: 37px !important;
}

.bottom-padding-37 {
  padding-bottom: 37px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-37-on-small {
    padding-top: 37px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-37-on-small {
    padding-bottom: 37px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-37-on-medium-up {
    padding-top: 37px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-37-on-medium-up {
    padding-bottom: 37px !important;
  }
}

.top-margin-38 {
  margin-top: 38px !important;
}

.bottom-margin-38 {
  margin-bottom: 38px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-38-on-small {
    margin-top: 38px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-38-on-small {
    margin-bottom: 38px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-38-on-medium-up {
    margin-top: 38px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-38-on-medium-up {
    margin-bottom: 38px !important;
  }
}

.top-padding-38 {
  padding-top: 38px !important;
}

.bottom-padding-38 {
  padding-bottom: 38px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-38-on-small {
    padding-top: 38px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-38-on-small {
    padding-bottom: 38px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-38-on-medium-up {
    padding-top: 38px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-38-on-medium-up {
    padding-bottom: 38px !important;
  }
}

.top-margin-39 {
  margin-top: 39px !important;
}

.bottom-margin-39 {
  margin-bottom: 39px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-39-on-small {
    margin-top: 39px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-39-on-small {
    margin-bottom: 39px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-39-on-medium-up {
    margin-top: 39px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-39-on-medium-up {
    margin-bottom: 39px !important;
  }
}

.top-padding-39 {
  padding-top: 39px !important;
}

.bottom-padding-39 {
  padding-bottom: 39px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-39-on-small {
    padding-top: 39px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-39-on-small {
    padding-bottom: 39px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-39-on-medium-up {
    padding-top: 39px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-39-on-medium-up {
    padding-bottom: 39px !important;
  }
}

.top-margin-40 {
  margin-top: 40px !important;
}

.bottom-margin-40 {
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-40-on-small {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-40-on-small {
    margin-bottom: 40px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-40-on-medium-up {
    margin-top: 40px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-40-on-medium-up {
    margin-bottom: 40px !important;
  }
}

.top-padding-40 {
  padding-top: 40px !important;
}

.bottom-padding-40 {
  padding-bottom: 40px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-40-on-small {
    padding-top: 40px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-40-on-small {
    padding-bottom: 40px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-40-on-medium-up {
    padding-top: 40px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-40-on-medium-up {
    padding-bottom: 40px !important;
  }
}

.top-margin-41 {
  margin-top: 41px !important;
}

.bottom-margin-41 {
  margin-bottom: 41px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-41-on-small {
    margin-top: 41px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-41-on-small {
    margin-bottom: 41px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-41-on-medium-up {
    margin-top: 41px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-41-on-medium-up {
    margin-bottom: 41px !important;
  }
}

.top-padding-41 {
  padding-top: 41px !important;
}

.bottom-padding-41 {
  padding-bottom: 41px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-41-on-small {
    padding-top: 41px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-41-on-small {
    padding-bottom: 41px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-41-on-medium-up {
    padding-top: 41px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-41-on-medium-up {
    padding-bottom: 41px !important;
  }
}

.top-margin-42 {
  margin-top: 42px !important;
}

.bottom-margin-42 {
  margin-bottom: 42px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-42-on-small {
    margin-top: 42px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-42-on-small {
    margin-bottom: 42px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-42-on-medium-up {
    margin-top: 42px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-42-on-medium-up {
    margin-bottom: 42px !important;
  }
}

.top-padding-42 {
  padding-top: 42px !important;
}

.bottom-padding-42 {
  padding-bottom: 42px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-42-on-small {
    padding-top: 42px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-42-on-small {
    padding-bottom: 42px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-42-on-medium-up {
    padding-top: 42px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-42-on-medium-up {
    padding-bottom: 42px !important;
  }
}

.top-margin-43 {
  margin-top: 43px !important;
}

.bottom-margin-43 {
  margin-bottom: 43px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-43-on-small {
    margin-top: 43px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-43-on-small {
    margin-bottom: 43px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-43-on-medium-up {
    margin-top: 43px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-43-on-medium-up {
    margin-bottom: 43px !important;
  }
}

.top-padding-43 {
  padding-top: 43px !important;
}

.bottom-padding-43 {
  padding-bottom: 43px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-43-on-small {
    padding-top: 43px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-43-on-small {
    padding-bottom: 43px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-43-on-medium-up {
    padding-top: 43px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-43-on-medium-up {
    padding-bottom: 43px !important;
  }
}

.top-margin-44 {
  margin-top: 44px !important;
}

.bottom-margin-44 {
  margin-bottom: 44px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-44-on-small {
    margin-top: 44px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-44-on-small {
    margin-bottom: 44px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-44-on-medium-up {
    margin-top: 44px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-44-on-medium-up {
    margin-bottom: 44px !important;
  }
}

.top-padding-44 {
  padding-top: 44px !important;
}

.bottom-padding-44 {
  padding-bottom: 44px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-44-on-small {
    padding-top: 44px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-44-on-small {
    padding-bottom: 44px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-44-on-medium-up {
    padding-top: 44px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-44-on-medium-up {
    padding-bottom: 44px !important;
  }
}

.top-margin-45 {
  margin-top: 45px !important;
}

.bottom-margin-45 {
  margin-bottom: 45px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-45-on-small {
    margin-top: 45px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-45-on-small {
    margin-bottom: 45px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-45-on-medium-up {
    margin-top: 45px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-45-on-medium-up {
    margin-bottom: 45px !important;
  }
}

.top-padding-45 {
  padding-top: 45px !important;
}

.bottom-padding-45 {
  padding-bottom: 45px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-45-on-small {
    padding-top: 45px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-45-on-small {
    padding-bottom: 45px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-45-on-medium-up {
    padding-top: 45px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-45-on-medium-up {
    padding-bottom: 45px !important;
  }
}

.top-margin-46 {
  margin-top: 46px !important;
}

.bottom-margin-46 {
  margin-bottom: 46px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-46-on-small {
    margin-top: 46px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-46-on-small {
    margin-bottom: 46px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-46-on-medium-up {
    margin-top: 46px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-46-on-medium-up {
    margin-bottom: 46px !important;
  }
}

.top-padding-46 {
  padding-top: 46px !important;
}

.bottom-padding-46 {
  padding-bottom: 46px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-46-on-small {
    padding-top: 46px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-46-on-small {
    padding-bottom: 46px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-46-on-medium-up {
    padding-top: 46px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-46-on-medium-up {
    padding-bottom: 46px !important;
  }
}

.top-margin-47 {
  margin-top: 47px !important;
}

.bottom-margin-47 {
  margin-bottom: 47px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-47-on-small {
    margin-top: 47px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-47-on-small {
    margin-bottom: 47px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-47-on-medium-up {
    margin-top: 47px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-47-on-medium-up {
    margin-bottom: 47px !important;
  }
}

.top-padding-47 {
  padding-top: 47px !important;
}

.bottom-padding-47 {
  padding-bottom: 47px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-47-on-small {
    padding-top: 47px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-47-on-small {
    padding-bottom: 47px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-47-on-medium-up {
    padding-top: 47px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-47-on-medium-up {
    padding-bottom: 47px !important;
  }
}

.top-margin-48 {
  margin-top: 48px !important;
}

.bottom-margin-48 {
  margin-bottom: 48px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-48-on-small {
    margin-top: 48px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-48-on-small {
    margin-bottom: 48px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-48-on-medium-up {
    margin-top: 48px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-48-on-medium-up {
    margin-bottom: 48px !important;
  }
}

.top-padding-48 {
  padding-top: 48px !important;
}

.bottom-padding-48 {
  padding-bottom: 48px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-48-on-small {
    padding-top: 48px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-48-on-small {
    padding-bottom: 48px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-48-on-medium-up {
    padding-top: 48px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-48-on-medium-up {
    padding-bottom: 48px !important;
  }
}

.top-margin-49 {
  margin-top: 49px !important;
}

.bottom-margin-49 {
  margin-bottom: 49px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-49-on-small {
    margin-top: 49px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-49-on-small {
    margin-bottom: 49px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-49-on-medium-up {
    margin-top: 49px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-49-on-medium-up {
    margin-bottom: 49px !important;
  }
}

.top-padding-49 {
  padding-top: 49px !important;
}

.bottom-padding-49 {
  padding-bottom: 49px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-49-on-small {
    padding-top: 49px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-49-on-small {
    padding-bottom: 49px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-49-on-medium-up {
    padding-top: 49px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-49-on-medium-up {
    padding-bottom: 49px !important;
  }
}

.top-margin-50 {
  margin-top: 50px !important;
}

.bottom-margin-50 {
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-50-on-small {
    margin-top: 50px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-50-on-small {
    margin-bottom: 50px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-50-on-medium-up {
    margin-top: 50px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-50-on-medium-up {
    margin-bottom: 50px !important;
  }
}

.top-padding-50 {
  padding-top: 50px !important;
}

.bottom-padding-50 {
  padding-bottom: 50px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-50-on-small {
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-50-on-small {
    padding-bottom: 50px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-50-on-medium-up {
    padding-top: 50px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-50-on-medium-up {
    padding-bottom: 50px !important;
  }
}

.top-margin-51 {
  margin-top: 51px !important;
}

.bottom-margin-51 {
  margin-bottom: 51px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-51-on-small {
    margin-top: 51px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-51-on-small {
    margin-bottom: 51px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-51-on-medium-up {
    margin-top: 51px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-51-on-medium-up {
    margin-bottom: 51px !important;
  }
}

.top-padding-51 {
  padding-top: 51px !important;
}

.bottom-padding-51 {
  padding-bottom: 51px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-51-on-small {
    padding-top: 51px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-51-on-small {
    padding-bottom: 51px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-51-on-medium-up {
    padding-top: 51px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-51-on-medium-up {
    padding-bottom: 51px !important;
  }
}

.top-margin-52 {
  margin-top: 52px !important;
}

.bottom-margin-52 {
  margin-bottom: 52px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-52-on-small {
    margin-top: 52px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-52-on-small {
    margin-bottom: 52px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-52-on-medium-up {
    margin-top: 52px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-52-on-medium-up {
    margin-bottom: 52px !important;
  }
}

.top-padding-52 {
  padding-top: 52px !important;
}

.bottom-padding-52 {
  padding-bottom: 52px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-52-on-small {
    padding-top: 52px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-52-on-small {
    padding-bottom: 52px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-52-on-medium-up {
    padding-top: 52px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-52-on-medium-up {
    padding-bottom: 52px !important;
  }
}

.top-margin-53 {
  margin-top: 53px !important;
}

.bottom-margin-53 {
  margin-bottom: 53px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-53-on-small {
    margin-top: 53px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-53-on-small {
    margin-bottom: 53px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-53-on-medium-up {
    margin-top: 53px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-53-on-medium-up {
    margin-bottom: 53px !important;
  }
}

.top-padding-53 {
  padding-top: 53px !important;
}

.bottom-padding-53 {
  padding-bottom: 53px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-53-on-small {
    padding-top: 53px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-53-on-small {
    padding-bottom: 53px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-53-on-medium-up {
    padding-top: 53px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-53-on-medium-up {
    padding-bottom: 53px !important;
  }
}

.top-margin-54 {
  margin-top: 54px !important;
}

.bottom-margin-54 {
  margin-bottom: 54px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-54-on-small {
    margin-top: 54px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-54-on-small {
    margin-bottom: 54px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-54-on-medium-up {
    margin-top: 54px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-54-on-medium-up {
    margin-bottom: 54px !important;
  }
}

.top-padding-54 {
  padding-top: 54px !important;
}

.bottom-padding-54 {
  padding-bottom: 54px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-54-on-small {
    padding-top: 54px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-54-on-small {
    padding-bottom: 54px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-54-on-medium-up {
    padding-top: 54px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-54-on-medium-up {
    padding-bottom: 54px !important;
  }
}

.top-margin-55 {
  margin-top: 55px !important;
}

.bottom-margin-55 {
  margin-bottom: 55px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-55-on-small {
    margin-top: 55px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-55-on-small {
    margin-bottom: 55px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-55-on-medium-up {
    margin-top: 55px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-55-on-medium-up {
    margin-bottom: 55px !important;
  }
}

.top-padding-55 {
  padding-top: 55px !important;
}

.bottom-padding-55 {
  padding-bottom: 55px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-55-on-small {
    padding-top: 55px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-55-on-small {
    padding-bottom: 55px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-55-on-medium-up {
    padding-top: 55px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-55-on-medium-up {
    padding-bottom: 55px !important;
  }
}

.top-margin-56 {
  margin-top: 56px !important;
}

.bottom-margin-56 {
  margin-bottom: 56px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-56-on-small {
    margin-top: 56px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-56-on-small {
    margin-bottom: 56px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-56-on-medium-up {
    margin-top: 56px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-56-on-medium-up {
    margin-bottom: 56px !important;
  }
}

.top-padding-56 {
  padding-top: 56px !important;
}

.bottom-padding-56 {
  padding-bottom: 56px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-56-on-small {
    padding-top: 56px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-56-on-small {
    padding-bottom: 56px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-56-on-medium-up {
    padding-top: 56px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-56-on-medium-up {
    padding-bottom: 56px !important;
  }
}

.top-margin-57 {
  margin-top: 57px !important;
}

.bottom-margin-57 {
  margin-bottom: 57px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-57-on-small {
    margin-top: 57px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-57-on-small {
    margin-bottom: 57px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-57-on-medium-up {
    margin-top: 57px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-57-on-medium-up {
    margin-bottom: 57px !important;
  }
}

.top-padding-57 {
  padding-top: 57px !important;
}

.bottom-padding-57 {
  padding-bottom: 57px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-57-on-small {
    padding-top: 57px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-57-on-small {
    padding-bottom: 57px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-57-on-medium-up {
    padding-top: 57px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-57-on-medium-up {
    padding-bottom: 57px !important;
  }
}

.top-margin-58 {
  margin-top: 58px !important;
}

.bottom-margin-58 {
  margin-bottom: 58px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-58-on-small {
    margin-top: 58px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-58-on-small {
    margin-bottom: 58px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-58-on-medium-up {
    margin-top: 58px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-58-on-medium-up {
    margin-bottom: 58px !important;
  }
}

.top-padding-58 {
  padding-top: 58px !important;
}

.bottom-padding-58 {
  padding-bottom: 58px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-58-on-small {
    padding-top: 58px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-58-on-small {
    padding-bottom: 58px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-58-on-medium-up {
    padding-top: 58px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-58-on-medium-up {
    padding-bottom: 58px !important;
  }
}

.top-margin-59 {
  margin-top: 59px !important;
}

.bottom-margin-59 {
  margin-bottom: 59px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-59-on-small {
    margin-top: 59px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-59-on-small {
    margin-bottom: 59px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-59-on-medium-up {
    margin-top: 59px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-59-on-medium-up {
    margin-bottom: 59px !important;
  }
}

.top-padding-59 {
  padding-top: 59px !important;
}

.bottom-padding-59 {
  padding-bottom: 59px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-59-on-small {
    padding-top: 59px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-59-on-small {
    padding-bottom: 59px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-59-on-medium-up {
    padding-top: 59px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-59-on-medium-up {
    padding-bottom: 59px !important;
  }
}

.top-margin-60 {
  margin-top: 60px !important;
}

.bottom-margin-60 {
  margin-bottom: 60px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-60-on-small {
    margin-top: 60px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-60-on-small {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-60-on-medium-up {
    margin-top: 60px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-60-on-medium-up {
    margin-bottom: 60px !important;
  }
}

.top-padding-60 {
  padding-top: 60px !important;
}

.bottom-padding-60 {
  padding-bottom: 60px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-60-on-small {
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-60-on-small {
    padding-bottom: 60px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-60-on-medium-up {
    padding-top: 60px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-60-on-medium-up {
    padding-bottom: 60px !important;
  }
}

.top-margin-61 {
  margin-top: 61px !important;
}

.bottom-margin-61 {
  margin-bottom: 61px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-61-on-small {
    margin-top: 61px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-61-on-small {
    margin-bottom: 61px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-61-on-medium-up {
    margin-top: 61px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-61-on-medium-up {
    margin-bottom: 61px !important;
  }
}

.top-padding-61 {
  padding-top: 61px !important;
}

.bottom-padding-61 {
  padding-bottom: 61px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-61-on-small {
    padding-top: 61px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-61-on-small {
    padding-bottom: 61px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-61-on-medium-up {
    padding-top: 61px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-61-on-medium-up {
    padding-bottom: 61px !important;
  }
}

.top-margin-62 {
  margin-top: 62px !important;
}

.bottom-margin-62 {
  margin-bottom: 62px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-62-on-small {
    margin-top: 62px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-62-on-small {
    margin-bottom: 62px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-62-on-medium-up {
    margin-top: 62px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-62-on-medium-up {
    margin-bottom: 62px !important;
  }
}

.top-padding-62 {
  padding-top: 62px !important;
}

.bottom-padding-62 {
  padding-bottom: 62px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-62-on-small {
    padding-top: 62px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-62-on-small {
    padding-bottom: 62px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-62-on-medium-up {
    padding-top: 62px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-62-on-medium-up {
    padding-bottom: 62px !important;
  }
}

.top-margin-63 {
  margin-top: 63px !important;
}

.bottom-margin-63 {
  margin-bottom: 63px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-63-on-small {
    margin-top: 63px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-63-on-small {
    margin-bottom: 63px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-63-on-medium-up {
    margin-top: 63px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-63-on-medium-up {
    margin-bottom: 63px !important;
  }
}

.top-padding-63 {
  padding-top: 63px !important;
}

.bottom-padding-63 {
  padding-bottom: 63px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-63-on-small {
    padding-top: 63px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-63-on-small {
    padding-bottom: 63px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-63-on-medium-up {
    padding-top: 63px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-63-on-medium-up {
    padding-bottom: 63px !important;
  }
}

.top-margin-64 {
  margin-top: 64px !important;
}

.bottom-margin-64 {
  margin-bottom: 64px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-64-on-small {
    margin-top: 64px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-64-on-small {
    margin-bottom: 64px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-64-on-medium-up {
    margin-top: 64px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-64-on-medium-up {
    margin-bottom: 64px !important;
  }
}

.top-padding-64 {
  padding-top: 64px !important;
}

.bottom-padding-64 {
  padding-bottom: 64px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-64-on-small {
    padding-top: 64px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-64-on-small {
    padding-bottom: 64px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-64-on-medium-up {
    padding-top: 64px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-64-on-medium-up {
    padding-bottom: 64px !important;
  }
}

.top-margin-65 {
  margin-top: 65px !important;
}

.bottom-margin-65 {
  margin-bottom: 65px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-65-on-small {
    margin-top: 65px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-65-on-small {
    margin-bottom: 65px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-65-on-medium-up {
    margin-top: 65px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-65-on-medium-up {
    margin-bottom: 65px !important;
  }
}

.top-padding-65 {
  padding-top: 65px !important;
}

.bottom-padding-65 {
  padding-bottom: 65px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-65-on-small {
    padding-top: 65px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-65-on-small {
    padding-bottom: 65px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-65-on-medium-up {
    padding-top: 65px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-65-on-medium-up {
    padding-bottom: 65px !important;
  }
}

.top-margin-66 {
  margin-top: 66px !important;
}

.bottom-margin-66 {
  margin-bottom: 66px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-66-on-small {
    margin-top: 66px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-66-on-small {
    margin-bottom: 66px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-66-on-medium-up {
    margin-top: 66px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-66-on-medium-up {
    margin-bottom: 66px !important;
  }
}

.top-padding-66 {
  padding-top: 66px !important;
}

.bottom-padding-66 {
  padding-bottom: 66px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-66-on-small {
    padding-top: 66px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-66-on-small {
    padding-bottom: 66px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-66-on-medium-up {
    padding-top: 66px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-66-on-medium-up {
    padding-bottom: 66px !important;
  }
}

.top-margin-67 {
  margin-top: 67px !important;
}

.bottom-margin-67 {
  margin-bottom: 67px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-67-on-small {
    margin-top: 67px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-67-on-small {
    margin-bottom: 67px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-67-on-medium-up {
    margin-top: 67px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-67-on-medium-up {
    margin-bottom: 67px !important;
  }
}

.top-padding-67 {
  padding-top: 67px !important;
}

.bottom-padding-67 {
  padding-bottom: 67px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-67-on-small {
    padding-top: 67px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-67-on-small {
    padding-bottom: 67px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-67-on-medium-up {
    padding-top: 67px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-67-on-medium-up {
    padding-bottom: 67px !important;
  }
}

.top-margin-68 {
  margin-top: 68px !important;
}

.bottom-margin-68 {
  margin-bottom: 68px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-68-on-small {
    margin-top: 68px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-68-on-small {
    margin-bottom: 68px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-68-on-medium-up {
    margin-top: 68px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-68-on-medium-up {
    margin-bottom: 68px !important;
  }
}

.top-padding-68 {
  padding-top: 68px !important;
}

.bottom-padding-68 {
  padding-bottom: 68px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-68-on-small {
    padding-top: 68px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-68-on-small {
    padding-bottom: 68px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-68-on-medium-up {
    padding-top: 68px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-68-on-medium-up {
    padding-bottom: 68px !important;
  }
}

.top-margin-69 {
  margin-top: 69px !important;
}

.bottom-margin-69 {
  margin-bottom: 69px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-69-on-small {
    margin-top: 69px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-69-on-small {
    margin-bottom: 69px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-69-on-medium-up {
    margin-top: 69px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-69-on-medium-up {
    margin-bottom: 69px !important;
  }
}

.top-padding-69 {
  padding-top: 69px !important;
}

.bottom-padding-69 {
  padding-bottom: 69px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-69-on-small {
    padding-top: 69px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-69-on-small {
    padding-bottom: 69px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-69-on-medium-up {
    padding-top: 69px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-69-on-medium-up {
    padding-bottom: 69px !important;
  }
}

.top-margin-70 {
  margin-top: 70px !important;
}

.bottom-margin-70 {
  margin-bottom: 70px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-70-on-small {
    margin-top: 70px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-70-on-small {
    margin-bottom: 70px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-70-on-medium-up {
    margin-top: 70px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-70-on-medium-up {
    margin-bottom: 70px !important;
  }
}

.top-padding-70 {
  padding-top: 70px !important;
}

.bottom-padding-70 {
  padding-bottom: 70px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-70-on-small {
    padding-top: 70px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-70-on-small {
    padding-bottom: 70px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-70-on-medium-up {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-70-on-medium-up {
    padding-bottom: 70px !important;
  }
}

.top-margin-71 {
  margin-top: 71px !important;
}

.bottom-margin-71 {
  margin-bottom: 71px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-71-on-small {
    margin-top: 71px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-71-on-small {
    margin-bottom: 71px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-71-on-medium-up {
    margin-top: 71px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-71-on-medium-up {
    margin-bottom: 71px !important;
  }
}

.top-padding-71 {
  padding-top: 71px !important;
}

.bottom-padding-71 {
  padding-bottom: 71px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-71-on-small {
    padding-top: 71px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-71-on-small {
    padding-bottom: 71px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-71-on-medium-up {
    padding-top: 71px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-71-on-medium-up {
    padding-bottom: 71px !important;
  }
}

.top-margin-72 {
  margin-top: 72px !important;
}

.bottom-margin-72 {
  margin-bottom: 72px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-72-on-small {
    margin-top: 72px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-72-on-small {
    margin-bottom: 72px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-72-on-medium-up {
    margin-top: 72px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-72-on-medium-up {
    margin-bottom: 72px !important;
  }
}

.top-padding-72 {
  padding-top: 72px !important;
}

.bottom-padding-72 {
  padding-bottom: 72px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-72-on-small {
    padding-top: 72px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-72-on-small {
    padding-bottom: 72px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-72-on-medium-up {
    padding-top: 72px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-72-on-medium-up {
    padding-bottom: 72px !important;
  }
}

.top-margin-73 {
  margin-top: 73px !important;
}

.bottom-margin-73 {
  margin-bottom: 73px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-73-on-small {
    margin-top: 73px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-73-on-small {
    margin-bottom: 73px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-73-on-medium-up {
    margin-top: 73px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-73-on-medium-up {
    margin-bottom: 73px !important;
  }
}

.top-padding-73 {
  padding-top: 73px !important;
}

.bottom-padding-73 {
  padding-bottom: 73px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-73-on-small {
    padding-top: 73px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-73-on-small {
    padding-bottom: 73px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-73-on-medium-up {
    padding-top: 73px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-73-on-medium-up {
    padding-bottom: 73px !important;
  }
}

.top-margin-74 {
  margin-top: 74px !important;
}

.bottom-margin-74 {
  margin-bottom: 74px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-74-on-small {
    margin-top: 74px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-74-on-small {
    margin-bottom: 74px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-74-on-medium-up {
    margin-top: 74px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-74-on-medium-up {
    margin-bottom: 74px !important;
  }
}

.top-padding-74 {
  padding-top: 74px !important;
}

.bottom-padding-74 {
  padding-bottom: 74px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-74-on-small {
    padding-top: 74px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-74-on-small {
    padding-bottom: 74px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-74-on-medium-up {
    padding-top: 74px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-74-on-medium-up {
    padding-bottom: 74px !important;
  }
}

.top-margin-75 {
  margin-top: 75px !important;
}

.bottom-margin-75 {
  margin-bottom: 75px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-75-on-small {
    margin-top: 75px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-75-on-small {
    margin-bottom: 75px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-75-on-medium-up {
    margin-top: 75px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-75-on-medium-up {
    margin-bottom: 75px !important;
  }
}

.top-padding-75 {
  padding-top: 75px !important;
}

.bottom-padding-75 {
  padding-bottom: 75px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-75-on-small {
    padding-top: 75px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-75-on-small {
    padding-bottom: 75px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-75-on-medium-up {
    padding-top: 75px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-75-on-medium-up {
    padding-bottom: 75px !important;
  }
}

.top-margin-76 {
  margin-top: 76px !important;
}

.bottom-margin-76 {
  margin-bottom: 76px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-76-on-small {
    margin-top: 76px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-76-on-small {
    margin-bottom: 76px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-76-on-medium-up {
    margin-top: 76px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-76-on-medium-up {
    margin-bottom: 76px !important;
  }
}

.top-padding-76 {
  padding-top: 76px !important;
}

.bottom-padding-76 {
  padding-bottom: 76px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-76-on-small {
    padding-top: 76px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-76-on-small {
    padding-bottom: 76px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-76-on-medium-up {
    padding-top: 76px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-76-on-medium-up {
    padding-bottom: 76px !important;
  }
}

.top-margin-77 {
  margin-top: 77px !important;
}

.bottom-margin-77 {
  margin-bottom: 77px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-77-on-small {
    margin-top: 77px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-77-on-small {
    margin-bottom: 77px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-77-on-medium-up {
    margin-top: 77px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-77-on-medium-up {
    margin-bottom: 77px !important;
  }
}

.top-padding-77 {
  padding-top: 77px !important;
}

.bottom-padding-77 {
  padding-bottom: 77px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-77-on-small {
    padding-top: 77px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-77-on-small {
    padding-bottom: 77px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-77-on-medium-up {
    padding-top: 77px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-77-on-medium-up {
    padding-bottom: 77px !important;
  }
}

.top-margin-78 {
  margin-top: 78px !important;
}

.bottom-margin-78 {
  margin-bottom: 78px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-78-on-small {
    margin-top: 78px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-78-on-small {
    margin-bottom: 78px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-78-on-medium-up {
    margin-top: 78px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-78-on-medium-up {
    margin-bottom: 78px !important;
  }
}

.top-padding-78 {
  padding-top: 78px !important;
}

.bottom-padding-78 {
  padding-bottom: 78px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-78-on-small {
    padding-top: 78px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-78-on-small {
    padding-bottom: 78px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-78-on-medium-up {
    padding-top: 78px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-78-on-medium-up {
    padding-bottom: 78px !important;
  }
}

.top-margin-79 {
  margin-top: 79px !important;
}

.bottom-margin-79 {
  margin-bottom: 79px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-79-on-small {
    margin-top: 79px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-79-on-small {
    margin-bottom: 79px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-79-on-medium-up {
    margin-top: 79px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-79-on-medium-up {
    margin-bottom: 79px !important;
  }
}

.top-padding-79 {
  padding-top: 79px !important;
}

.bottom-padding-79 {
  padding-bottom: 79px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-79-on-small {
    padding-top: 79px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-79-on-small {
    padding-bottom: 79px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-79-on-medium-up {
    padding-top: 79px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-79-on-medium-up {
    padding-bottom: 79px !important;
  }
}

.top-margin-80 {
  margin-top: 80px !important;
}

.bottom-margin-80 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-80-on-small {
    margin-top: 80px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-margin-80-on-small {
    margin-bottom: 80px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-80-on-medium-up {
    margin-top: 80px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-80-on-medium-up {
    margin-bottom: 80px !important;
  }
}

.top-padding-80 {
  padding-top: 80px !important;
}

.bottom-padding-80 {
  padding-bottom: 80px !important;
}

@media only screen and (max-width: 53em) {
  .top-padding-80-on-small {
    padding-top: 80px !important;
  }
}

@media only screen and (max-width: 53em) {
  .bottom-padding-80-on-small {
    padding-bottom: 80px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-padding-80-on-medium-up {
    padding-top: 80px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-padding-80-on-medium-up {
    padding-bottom: 80px !important;
  }
}

.top-margin {
  margin-top: 20px !important;
}

.top-margin-10 {
  margin-top: 10px !important;
}

@media only screen and (max-width: 53em) {
  .top-margin-10-on-small {
    margin-top: 10px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-10-on-medium-up {
    margin-top: 10px !important;
  }
}

@media only screen and (min-width:53em) {
  .top-margin-on-medium-up {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 53em) {
  .top-margin-on-small {
    margin-top: 20px !important;
  }
}

.bottom-margin {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 53em) {
  .bottom-margin-on-small {
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width:53em) {
  .bottom-margin-on-medium-up {
    margin-bottom: 20px !important;
  }
}

.bottom-margin-10 {
  margin-bottom: 10px !important;
}

.overflow-hidden {
  overflow: hidden;
}

@media only screen and (min-width:53em) {
  .top-bar-offset {
    padding-top: 70px;
  }
}

@media only screen and (min-width:53em) {
  .left-on-medium-up {
    float: left;
  }
}

@media only screen and (min-width:53em) {
  .right-on-medium-up {
    float: right;
  }
}

body {
  counter-reset: tasks;
}

.tasks-item {
  padding: 10px 10px 10px 60px;
  min-height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 10px;
  position: relative;
  background: #F3F9FE;
}
.tasks-item.unselected-task {
  background: #F5F5F5;
}
.tasks-item.done-task {
  background: #DFFCDF;
}
.tasks-item .tasks-count.active::before {
  counter-increment: tasks;
  content: counter(tasks);
}
.tasks-item .tasks-count::before {
  position: absolute;
  line-height: 30px;
  width: 30px;
  text-align: center;
  left: 15px;
  top: 10px;
  border: 1px solid #ddd;
  border-radius: 15px;
  background: white;
}

.review-table {
  counter-reset: tasks-in-table;
}

.tasks-table-item::before {
  counter-increment: tasks-in-table;
  content: counter(tasks-in-table);
}

.white-box {
  padding: 10px 15px;
  border-radius: 5px;
  background: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.horizontal-card {
  border-radius: 5px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.card-background-emerald {
  background: #41BAAF;
}

.card-background-blue {
  background: #5586FF;
}

.card-background-orange {
  background: #f97a55;
}

.card-background-purple {
  background: #9c7ac4;
}

.card-background-dark-blue {
  background: #646f8d;
}

.card-left {
  padding: 40px 10px 40px 10px;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (max-width: 53em) {
  .card-left {
    padding: 20px 10px 20px 10px;
  }
}

.card-right {
  background: white;
  padding: 10px 20px;
  border-radius: 0px 5px 5px 0px;
}

.blue-box {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #0080FF;
}

.white-dashed-square-box {
  padding: 10px;
  border: 1px dashed #ddd;
  background: white;
}

.dashed-square-box {
  padding: 10px;
  border: 1px dashed #ddd;
}

.white-square-box-no-border {
  padding: 10px;
  background: white;
}

.min-height-400 {
  min-height: 400px;
}

.box {
  padding: 10px;
  border: 1px dashed #ddd;
  border-radius: 5px;
}

@media only screen and (max-width: 53em) {
  .text-center-on-small {
    text-align: center;
  }
}

@media only screen and (min-width:53em) {
  .text-center-on-medium-up {
    text-align: center;
  }
}

@media only screen and (min-width:53em) {
  .right-on-medium-up {
    text-align: right;
  }
}

ul.bullet-points {
  list-style-type: circle;
}
ul.bullet-points li {
  color: #646f8d;
}

.no-margin {
  margin: 0px 0px 0px 0px;
}

/* The ribbons */
.corner-ribbon {
  width: 200px;
  background: orange;
  position: absolute;
  overflow: hidden;
  top: 15px;
  left: -70px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 200;
}

/* Custom styles */
.corner-ribbon.sticky {
  position: fixed;
}

.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* Different positions */
.corner-ribbon.top-left {
  top: 15px;
  left: -70px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.white {
  background: #f0f0f0;
  color: #555;
}

.corner-ribbon.black {
  background: #333;
}

.corner-ribbon.grey {
  background: #999;
}

.corner-ribbon.blue {
  background: #39d;
}

.corner-ribbon.green {
  background: #2c7;
}

.corner-ribbon.turquoise {
  background: #1b9;
}

.corner-ribbon.purple {
  background: #95b;
}

.corner-ribbon.red {
  background: #e43;
}

.corner-ribbon.orange {
  background: #e82;
}

.corner-ribbon.yellow {
  background: #FECE03;
  color: #222;
}

/* Assignments */
.deadline {
  padding: 10px;
}
.deadline .weekday {
  color: red;
}
.deadline .day {
  font-size: 1.7em;
}
.deadline-notification {
  width: 100%;
  margin-bottom: 10px;
}
.deadline-notification .weekday {
  color: red;
  font-size: 0.7em;
}
.deadline-notification .day {
  font-size: 1.4em;
}
.deadline-notification .month {
  font-size: 0.7em;
}

sup {
  font-size: 0.6em;
}

.button-options {
  padding: 10px;
  border: 2px solid #0080FF;
  background: white;
}
.button-options.first {
  border-radius: 5px 0px 0px 5px;
}
.button-options.last {
  border-radius: 0px 5px 5px 0px;
}
.button-options.active {
  color: white;
  background: #0080FF;
}

.lato {
  font-family: "Lato", sans-serif !important;
  font-weight: 900;
}

.partial-blue-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: #0080FF;
}

@media only screen and (min-width:53em) {
  .zoom-on-hover {
    transform: scale(1);
    transition: transform 0.1s;
    -webkit-transition: transform 0.1s;
  }
  .zoom-on-hover .zoom-element {
    transform: scale(1);
    transition: transform 0.1s;
    -webkit-transition: transform 0.1s;
  }
  .zoom-on-hover:hover {
    transform: scale(1.05);
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
  }
  .zoom-on-hover:hover .zoom-element {
    transform: scale(3);
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
  }
}

/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #ddd;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.blurred {
  width: 100%;
  height: 100%;
  filter: blur(5px);
}

#loadFacebookG {
  width: 125px;
  height: 125px;
  display: block;
  position: relative;
  margin: auto;
}

.facebook_blockG {
  background-color: white;
  border: 3px solid #0080FF;
  float: left;
  height: 89px;
  margin-left: 7px;
  width: 23px;
  opacity: 0.1;
  animation-name: bounceG;
  -o-animation-name: bounceG;
  -ms-animation-name: bounceG;
  -webkit-animation-name: bounceG;
  -moz-animation-name: bounceG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
}

#blockG_1 {
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}

#blockG_2 {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#blockG_3 {
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

@keyframes bounceG {
  0% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0.1;
  }
}
.pulse {
  display: block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #47f54a;
  cursor: pointer;
  box-shadow: 0 0 0 #47f54a94;
  animation: pulse 1.5s infinite;
}
.pulse.off {
  background: red !important;
  animation: none;
}

.pulse:hover {
  animation: none;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
#loading-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

#loading-image {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 5px;
  z-index: 10001;
}

.loading-progress-bar {
  background: #22cc77;
  z-index: 100002;
  height: 3px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (display-mode: standalone), (display-mode: fullscreen), (display-mode: minimal-ui) {
  .hide-in-pwa {
    display: none;
  }
}
.placeholder {
  margin: 0 auto;
  max-width: 100%;
  min-height: 64px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 10%, rgba(255, 255, 255, 0.6) 18%, rgba(255, 255, 255, 0.4) 33%);
  background-size: 800px 104px;
  height: 64px;
  position: relative;
  border-radius: 5px;
  line-height: 64px;
  text-align: 64px;
}

@media only screen and (max-width: 53em) {
  .min-100vh-on-small {
    min-height: 100vh;
  }
}

/* General 
-------------------------*/
.admin-sidebar {
  background: #2B2F3F;
}
.admin-sidebar li a {
  color: white !important;
}
.admin-sidebar li.active, .admin-sidebar li:hover {
  background: #297FB8;
}

.show-submenu:hover {
  background: #003E7D !important;
}

.backend-content-wrapper {
  min-height: 800px;
  padding-bottom: 70px;
  padding-left: 0;
  padding-right: 0;
  background: #F9F9F9;
}

.main-side-nav.side-nav .menu-title {
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-left: 0 !important;
  overflow: hidden;
  font-size: 0.9em;
}
.main-side-nav.side-nav ul {
  margin: 0 !important;
}
.main-side-nav.side-nav ul.video-lists {
  background: #2B5CA0;
}
.main-side-nav.side-nav li {
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  line-height: 35px;
  margin-left: 0 !important;
  overflow: hidden;
  font-size: 0.9em;
}
.main-side-nav.side-nav li a {
  color: #F1F1F1 !important;
  font-size: 0.9em;
}
.main-side-nav.side-nav li.active, .main-side-nav.side-nav li:hover {
  background: #004080;
}
.main-side-nav.side-nav li.active a, .main-side-nav.side-nav li:hover a {
  color: black;
}
.main-side-nav.side-nav li table {
  background: none;
  border: none;
  margin: 0;
  width: 100%;
}
.main-side-nav.side-nav li table td {
  margin: 0;
  padding: 0;
}
.main-side-nav.side-nav li .label {
  background: #2D5C9E;
}
.main-side-nav.side-nav.off-canvas-list {
  color: white;
}

/* Edit Post
-------------------------*/
#words-edit-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
}

input, textarea, .uneditable-input, select {
  max-width: 100% !important;
}

#words-edit input, #words-edit select {
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  height: 32px;
}

#words-edit input:focus, #words-edit select:focus {
  background: #FAFAC8;
}

#words-edit td {
  background: #ddd;
  border: 0;
  padding: 0;
  height: 32px;
  text-align: center;
}

#words-edit thead {
  background: #005157;
  color: white;
}

.word_autocomplete {
  position: absolute;
  display: none;
  background: #FAFAC8;
}

.word_auto_item {
  overflow: hidden;
  line-height: 20px;
}

.word_auto_item:hover {
  background: #90EE90;
  cursor: pointer;
}

.transcript-word-active, .transcript-word-selected {
  background: #FFC600;
  cursor: pointer;
}

.word-entry:hover {
  cursor: pointer;
  background: #ddd;
}

.word-selected, .word-selected:hover {
  background: #5FB0E5;
}

.word-selected a {
  color: #ddd;
}

.word-entry {
  padding: 10px;
  border-top: 1px solid #fff;
}

.word-tags {
  background: #2B2F3F !important;
}
.word-tags li:hover {
  background: blue;
}

/* Edit word instances
----------------------------------*/
.sentence {
  margin-bottom: 5px;
}
.sentence a.word-instance {
  border-bottom: 3px solid;
  border-color: #F1F1F1;
  margin: 2px;
  color: black;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 1.2em;
}
.sentence a.word-instance:hover {
  background: #F1F1F1;
}

.token {
  height: 100px;
  min-width: 30px;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.token:hover {
  background: #F1F1FA;
}

.punctuation {
  height: 100px;
  padding: 5px;
  margin-bottom: 10px;
}

/* Post edit
----------------------------------*/
.post-edit-subheader .button {
  opacity: 0.7;
}
.post-edit-subheader .button.active {
  opacity: 1;
}

/* Datatables
----------------------------------*/
table.dataTable tr.odd {
  background-color: #F8F8F8;
}

table.dataTable tr.even {
  background-color: white;
}

/* Autocomplete: Twitter Typehead 
----------------------------------*/
.twitter-typeahead {
  position: relative;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.twitter-typeahead .tt-hint {
  color: #a1a1a1;
  z-index: 1;
}

.twitter-typeahead .tt-query {
  z-index: 2;
}

.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0077b3", GradientType=0);
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}

.progress-bar {
  position: relative;
  height: 2px;
  width: 100%;
  background: #F2F2FA;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 10px;
}
.progress-bar .progress-bar-slider {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #0080FF;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.5s;
}

.quiz-order-controls {
  color: #c5cad8;
}
.quiz-order-controls:hover {
  color: #646f8d;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

#spark-app-wrapper {
  min-height: 700px;
}

#spark-app[v-cloak] {
  display: none;
}
#spark-app .plan-wrapper {
  background: white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: -2px 3px 8px rgba(3, 3, 3, 0.4);
  margin-bottom: 10px;
}
#spark-app .plan-choice {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
#spark-app .plan {
  overflow: hidden;
  background: #FBFBFD;
  border: 1px solid #e7e8ec;
  border-radius: 5px;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 53em) {
  #spark-app .plan {
    text-align: center;
  }
  #spark-app .plan button {
    margin-top: 10px;
  }
}
#spark-app .plan .plan-name {
  font-size: 1.2em;
}
@media only screen and (min-width:53em) {
  #spark-app .plan .price {
    height: 100px;
  }
}
#spark-app .plan .price .amount {
  position: relative;
  display: inline-block;
  font-size: 3.2em;
}
#spark-app .plan .price .amount .currency {
  font-size: 0.4em;
  position: absolute;
  bottom: 15px;
  left: -20px;
}
#spark-app .plan .price .amount .period {
  font-size: 0.25em;
  position: absolute;
  bottom: 15px;
  right: -50px;
}
#spark-app .plan .price .vat {
  color: #777;
}
#spark-app .plan .price .free-trial {
  background: #22cc77;
  color: white;
  font-size: 0.9em;
  text-align: center;
}
#spark-app .plan .plan-checked, #spark-app .plan .plan-clock {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
}
#spark-app .plan.selected .plan-checked {
  display: block;
  color: #22cc77;
}
#spark-app .plan.selected.not-active {
  cursor: auto;
}
#spark-app .plan.disabled .plan-checked {
  color: #777;
  display: block;
}
#spark-app .plan.disabled button {
  display: none;
}
#spark-app .plan.disabled:hover {
  cursor: auto;
  box-shadow: 0px 0px 0px #C0C9E0;
}
#spark-app .plan.on-grace .plan-clock {
  display: block;
  color: #777;
}
#spark-app .plan .action .button {
  width: 100%;
}
#spark-app .plan .action .button.not-selected {
  background: #ccc;
  color: #333;
}
#spark-app .tabs-content .content {
  padding-top: 0px;
}
#spark-app .panel {
  background: none;
  padding: 0px;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
#spark-app .panel h2 {
  font-size: 1.3em;
  margin-bottom: 20px;
}
#spark-app .panel-heading {
  padding: 10px 25px;
  background: #F5F8FA;
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
}
#spark-app .panel-body {
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 10px;
  overflow: hidden;
}
#spark-app .panel.panel-menu .panel-body {
  padding: 0;
  border-bottom: 0;
}
#spark-app .panel.panel-menu .tabs.vertical {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 53em) {
  #spark-app .panel.panel-menu .tabs.vertical {
    display: flex !important;
    justify-content: space-around;
    text-align: center;
    overflow-x: scroll;
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (min-width:53em) {
  #spark-app .panel.panel-menu .tabs.vertical .tab-title {
    border-bottom: 1px solid #ddd;
  }
}
#spark-app .panel.panel-menu .tabs.vertical .tab-title a {
  background: none;
}
@media only screen and (max-width: 53em) {
  #spark-app .panel.panel-menu .tabs.vertical .tab-title a {
    font-size: 0.8em !important;
  }
  #spark-app .panel.panel-menu .tabs.vertical .tab-title .fa {
    font-size: 2em;
  }
}
#spark-app .panel.panel-menu .tabs.vertical .tab-title a {
  color: #646f8d;
}
#spark-app .panel.panel-menu .tabs.vertical .tab-title.active a {
  color: #0080FA;
}
#spark-app .profile-photo-wrapper img.profile-photo {
  border-radius: 5px;
  width: 150px;
}
#spark-app .profile-photo-wrapper input {
  display: none;
}
#spark-app .menu-profile-photo {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  border: 1px solid white;
  display: inline-block;
  margin-bottom: 5px;
}
#spark-app .form-group {
  overflow: hidden;
}
@media only screen and (min-width:53em) {
  #spark-app .form-group .control-label {
    text-align: right;
  }
}
#spark-app .form-group input[type=name], #spark-app .form-group input[type=email], #spark-app .form-group input[type=text], #spark-app .form-group input[type=password], #spark-app .form-group select {
  border-radius: 5px;
}
#spark-app .form-group textarea {
  border-radius: 5px;
}
#spark-app .form-group.has-error input {
  margin-bottom: 0;
}
#spark-app .form-group .help-block {
  color: red;
  display: block;
  margin-bottom: 10px;
  font-size: 0.9em;
}
#spark-app .form-group .radio-group {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 10px 10px 5px 10px;
  background: #E1E1F2;
}
#spark-app .form-group .radio-group label {
  color: #777;
}
#spark-app .form-group .radio-group label img {
  opacity: 0.5;
}
#spark-app .form-group .radio-group input[type=radio]:checked + label {
  color: black;
}
#spark-app .form-group .radio-group input[type=radio]:checked + label img {
  opacity: 1;
}
#spark-app .form-group .checkbox {
  margin-bottom: 10px;
}
#spark-app .form-group .checkbox input {
  margin-bottom: 0;
}
#spark-app .form-group [name=cvc], #spark-app .form-group [name=month], #spark-app .form-group [name=zip] {
  width: 95%;
}
#spark-app .credit-card {
  margin-top: 10px;
  margin-bottom: 20px;
  background: #FBFBFD;
  border: 1px solid #e7e8ec;
  padding: 10px;
  border-radius: 5px;
}
#spark-app table {
  width: 100%;
  border: none;
}

.plan-header {
  overflow: hidden;
  background: white;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
.plan-header h3 {
  font-size: 1.3em;
}
@media only screen and (min-width:53em) {
  .plan-header {
    min-height: 685px;
  }
  .plan-header.paywall {
    min-height: 580px;
  }
}
.plan-header.basic {
  margin-top: 30px;
}
.plan-header.premium {
  background: white;
}
.plan-header .plan-description {
  color: #646f8d;
}
.plan-header .plan-prices {
  overflow: hidden;
  color: #032B56;
}
.plan-header .plan-price.free {
  font-size: 2em;
}
.plan-header .plan-price.monthly {
  font-size: 2.5em;
  position: relative;
}
.plan-header .plan-price.monthly .currency {
  font-size: 0.5em;
  font-style: italic;
}
.plan-header .plan-price.monthly .period {
  font-size: 0.3em;
  position: absolute;
  left: 0px;
  top: 0px;
  text-transform: uppercase;
}
.plan-header .plan-price.annually {
  font-size: 0.8em;
}

.plan-features {
  padding: 0px;
}
.plan-features td {
  padding: 9px 0px;
}
.plan-features .plan-feature {
  font-size: 1.05em;
  padding: 0px 10px 0px 0px;
}
.plan-features .feature-description {
  font-size: 0.7em;
  color: #646f8d;
  margin-left: 20px;
}
.plan-features table {
  width: 100%;
  border: none;
  background: none;
}
.plan-features table tr {
  background: none;
}

.signup-header {
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.signup-header h1, .signup-header h2, .signup-header h3 {
  color: white;
}
.signup-header a {
  color: #22cc77;
}

.navbar-icon {
  position: relative;
}
.navbar-icon .bell {
  font-size: 1.5em;
}
.navbar-icon .activity-indicator {
  width: 13px;
  height: 13px;
  border-radius: 10px;
  border: 2px solid darkorange;
  background: darkorange;
  border-radius: 10px;
  position: absolute;
  right: -3px;
  top: 8px;
  transition: all 0.15s;
  transform: scale(0.85);
}
@media only screen and (max-width: 53em) {
  .navbar-icon .activity-indicator {
    right: 8px;
  }
}

.has-activity-indicator:hover .activity-indicator {
  transform: scale(1.1);
}

#modal-notifications .modal-header, #assignment-notifications .modal-header {
  background: #fff;
  border-bottom: 0;
  margin-bottom: 0;
  height: 60px;
  line-height: 60px;
  position: fixed;
  z-index: 100;
  width: 350px;
}
@media only screen and (max-width: 53em) {
  #modal-notifications .modal-header, #assignment-notifications .modal-header {
    width: 95%;
  }
}
#modal-notifications .modal-header .header-tab, #assignment-notifications .modal-header .header-tab {
  background: #F2F2FA;
  color: #555;
}
#modal-notifications .modal-header .header-tab:hover, #assignment-notifications .modal-header .header-tab:hover {
  cursor: pointer;
}
#modal-notifications .modal-header .header-tab.active, #assignment-notifications .modal-header .header-tab.active {
  background: white;
  color: #032B56;
}
#modal-notifications .modal-dialog, #assignment-notifications .modal-dialog {
  height: 100vh;
  min-height: 100vh;
}
#modal-notifications .modal-content, #assignment-notifications .modal-content {
  background: #f5f8fa;
  border: none;
  overflow-y: scroll;
  height: 100vh;
  min-height: 100vh;
}
#modal-notifications .modal-body, #assignment-notifications .modal-body {
  padding: 0;
  height: 100vh;
  min-height: 100vh;
}
#modal-notifications .modal-footer, #assignment-notifications .modal-footer {
  background: #fff;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  width: 350px;
}
@media only screen and (max-width: 53em) {
  #modal-notifications .modal-footer, #assignment-notifications .modal-footer {
    width: 95%;
  }
}
#modal-notifications .modal-footer .close-reveal-modal, #assignment-notifications .modal-footer .close-reveal-modal {
  position: relative;
  margin: 0;
  left: 0;
  top: 0;
  font-size: 1rem;
}
#modal-notifications .notification-container:first-child, #assignment-notifications .notification-container:first-child {
  padding-top: 60px;
}
#modal-notifications .notification-container:last-child, #assignment-notifications .notification-container:last-child {
  padding-bottom: 88px;
}
#modal-notifications .notification:not(:first-child), #assignment-notifications .notification:not(:first-child) {
  padding-top: 25px;
}
#modal-notifications .notification, #assignment-notifications .notification {
  position: relative;
  padding: 20px 15px 20px 15px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
#modal-notifications figure, #assignment-notifications figure {
  position: absolute;
  margin: 0;
  color: #636b6f;
}
#modal-notifications .notification-content, #assignment-notifications .notification-content {
  padding-left: 70px;
  color: #636b6f;
}
#modal-notifications .notification-content p, #assignment-notifications .notification-content p {
  font-size: 0.9em;
}
#modal-notifications .notification-content .meta, #assignment-notifications .notification-content .meta {
  display: flex;
  align-content: flex-end;
}
#modal-notifications .notification-content .title, #assignment-notifications .notification-content .title {
  flex: 1;
  font-weight: bold;
  line-height: 1.2;
  margin: 2px 0 10px;
  color: #333;
}
#modal-notifications .notification-content .date, #assignment-notifications .notification-content .date {
  color: #aaa;
}
#modal-notifications .notification-content .notification-body, #assignment-notifications .notification-content .notification-body {
  margin-bottom: 15px;
}
#modal-notifications .spark-profile-photo, #assignment-notifications .spark-profile-photo {
  height: 52px;
  width: 52px;
  border-radius: 26px;
}
#modal-notifications .fa-stack, #assignment-notifications .fa-stack {
  font-size: 26px;
}
#modal-notifications h4, #assignment-notifications h4 {
  margin-bottom: 15px;
  margin-top: 3px;
}

.modal.docked {
  position: fixed;
  top: 0;
  right: -9999999px;
}
.modal.docked .modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  height: 100vh;
  width: 350px;
}
@media only screen and (max-width: 53em) {
  .modal.docked .modal-dialog {
    width: 95%;
  }
}

.modal.docked .modal-content {
  border-radius: 0;
  height: 100vh;
}

.modal.docked .modal-footer {
  position: fixed;
  bottom: 0;
  right: 0;
}

.dictionary-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 270px;
  background: white;
  border-left: 1px solid #ddd;
  display: none;
  padding: 0 5px 5px 5px;
  overflow-y: scroll;
  box-shadow: -2px 3px 8px #C0C9E0;
}

.dictionary {
  min-height: 500px;
}

.entries-content .original {
  font-weight: bold;
  font-family: "Merriweather", serif;
  font-size: 1.1em;
}
.entries-content .pronunciation {
  color: grey;
}
.entries-content .target {
  color: #777;
  margin-top: 5px;
}
.entries-content .words-by-type {
  margin-top: 5px;
}
.entries-content .words-by-type .type {
  color: red;
}
.entries-content .words-by-type ul.meanings {
  padding-left: 40px;
  margin: 0;
}
.entries-content .words-by-type ul.meanings .definition {
  font-style: italic;
  color: #777;
}
.entries-content .words-by-type ul.meanings li.meaning {
  font-size: 1em;
  color: #1F75BD;
  list-style-type: disc;
  border-radius: 5px;
  padding-left: 5px;
}
.entries-content .words-by-type ul.meanings li.meaning:hover {
  background: #e6e6f1;
  cursor: pointer;
}
.entries-content .no-existing-word {
  font-size: 0.8em;
  color: #555;
}

.main_entry {
  font-size: 1.35em;
  color: #1F75BD;
}

[contenteditable] {
  outline: 0 solid transparent;
  display: inline-block;
  min-width: 20px;
}
[contenteditable]:not(:focus):after {
  font-family: "FontAwesome";
  content: " \F040";
  display: inline-block;
  font-size: 14px;
  color: lightgray;
}
[contenteditable]:empty:before {
  content: attr(data-placeholder);
  color: lightgray;
  display: block;
  /* For Firefox */
}

#subscription-card-element {
  background-color: #FFFFFF !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #cccccc !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  color: rgba(0, 0, 0, 0.75) !important;
  display: block !important;
  font-family: inherit !important;
  font-size: 0.875rem !important;
  height: 2.3125rem !important;
  margin: 0 0 1rem 0 !important;
  padding: 0.5rem !important;
  width: 100% !important;
  border-radius: 5px !important;
}